.myHeader{
    width:94%;
    padding:0 3%;
    height:215px;
    background: -webkit-linear-gradient(180deg, #0254ea    0%, #809ad7    100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( 180deg, #0254ea    0%, #809ad7    100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( 180deg, #0254ea    0%, #809ad7    100%); /* Firefox 3.6 - 15 */
    background: linear-gradient( 180deg, #0254ea    0%, #809ad7    100%); /* 标准的语法 */
}
.myTitle{
    width:100%;
    height:85px;
    padding-top:25px;
}
.person,.user,.customer{
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.person{
    width:80px;
}
.personImg{
    width:60px;
    height:60px;
    border-radius: 50%;
    float:left;
    margin-left:7px;
}
.vip{
    margin-top: -10px;
    width: 70px;
    float: left;
    z-index: 11;
    box-shadow: 0 0 10px #7a59cf;
    display: none;
}
.user{
    padding-top:5px;
}
.customer{
    font-size: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.customer img{
    width: 100px;
    position: absolute;
    margin-left: -80px;
    margin-top: -10px;
}

.myNumber{
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.myNumber li{
    float:left;
    width:25%;
    color:#fff;
    text-align: center;
}

.myCash{
    width:94%;
    margin:0 3%;
    height:80px;
    margin-top:-35px;
    line-height:50px;
   /* background: -webkit-linear-gradient(60deg, #fc91ff 40%, #cb40a3 100%);*/
    background: -webkit-linear-gradient(60deg, #5160ca   10%, #5160ca  70%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( 60deg, #5160ca  10%, #5160ca  70%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( 60deg, #5160ca  10%, #5160ca  70%); /* Firefox 3.6 - 15 */
    background: linear-gradient(60deg, #5160ca  10%, #5160ca  70%); /* 标准的语法 */
    border-radius: 10px;
    box-shadow: 0 0 10px #5160ca;
}
.myCash li{
    float:left;
    height:35px;
    font-size:15px;
    color: #fff;
}
.myCash li:nth-child(1){
    width:60%;
    padding-left: 5%;
}
.myCash li:nth-child(2){
    text-align: right;
    padding-right: 5%;
    width:30%;
}
.myCash li button{
    width:80px;
    text-align: center;
    color: #3971fa;
    background: #fff;
    height:25px;
    line-height: 25px;
    border-radius: 12px;
    border:none;
    font-size:13px;
}
.myCash div{
    font-size: 12px;
    color: #fff;
    width: 80%;
    margin: 0 5%;
}
.scrollX{
    position: relative;
    width: 90%;
    padding-left:10%;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.scrollX span{
    display: inline-block;/*inline样式不能使用动画*/
    animation: scroll 20s linear infinite;
}
.scrollX span:after{
    position: absolute;
    left: 100%;
    content: attr(data-text);
    margin-left: 4em;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 1em)); /*总长再加上margin-left*/
    }
}

.myCashOper{
    width:90%;
    margin:0 3%;
    padding:15px 2%;
    height:50px;
    background: #fff;
    border-radius: 10px;
    margin-top:10px;
    box-shadow: 0px 0px 10px #ddd;
}
.myCashOper li{
    text-align: center;
    float:left;
    width:20%;
    font-size: 15px;
    color: #333;
}
.myCashOper li img{
    width:25px;
}

.myOper{
    width: 84%;
    margin: 0 3%;
    padding: 10px 5%;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    height: 390px;
}
.myOper li{
    width:100%;
    height:55px;
    line-height:55px;
    border-bottom:1px solid #eee;
    vertical-align: middle;
    float:left;
}
.myOper li:nth-child(7){
    border:none;
}

.myOper li img{
    width:32px;
    margin-right:15px;
    vertical-align: middle;
}
.myOper li p{
    display:inline-block;
}

.kefuDiv{
    margin-top: 150px;
    text-align: center;
}

.kefuBtn{
    width: 150px;
    height: 50px;
    font-size: 20px;
    background: #eee;
    border: none;
    border-radius: 10px;
    color: #666;
    border: 1px solid #ddd;
}
