#current{
    width:990px;
    height:180px;
    line-height: 180px;

}
.account{
    height:700px;
}
#current span{
    color:#FF4444;
    font-size: 30px;
    font-weight: bold;
    margin:0 30px;
}
#current button{
    width:90px;
    height:35px;
    background: #ff8300;
    border-radius: 5px;
    border:none;
    color:white;
    margin:0 20px;   font-size: 16px;
}
/*#current button.cash{*/
    /*background: #F2F2F2;*/
    /*color:black;*/
/*}*/
.discount，.records{
    width:990px;
    height:235px;
}
.discountli,.recordsli{
    width:990px;
    height:32px;
    line-height: 32px;

}
.discountli li,.recordsli li{
    width:80px;
    float:left;
    margin-right: 20px;
}
.discountli li.active,.recordsli li.active{
    color:#ff8300;
    border-bottom: 3px solid #ff8300;
}
.tab-title{
    width:990px;
    height:32px;
    margin:20px 0;
    background:#F2F2F2;
}

.records table{
    width:990px;
}
.records table thead{
    background: #F2F2F2;
}
.records table tr td{
    width:33.3%;
    height:35px;
    box-sizing: border-box;
    padding-left:20px;
}
.tab-title ul li{
    float:left;
    margin:0 50px;
    height:32px;
    line-height:32px;
}
/*账户信息*/
.accountInfor .information{
    width:990px;
    height:200px;
    border:1px solid #aaaaaa;
    margin-top:20px;
}
.userimage{
    width:200px;
    height:200px;
    border-right:1px solid #aaaaaa;
}
.userimage h3{
    margin:40px 0 10px 40px;
}

.usermodify p,.usersafty p{
    height:30px;
    margin:16px 24px;
    position: relative;
}
.usermodify p span,.usersafty p span{
    width:200px;
    position: absolute;
    left:80px;
}
.usersafty p span {
    color:#FF8300;
}
.usermodify p a,.usersafty p a{
    width:80px;
    position: absolute;
    left:300px;
    color:#ff8300;
}
.usermodify p a:hover{
    cursor: pointer;
}
.usersafty p a{
    left:500px;
    top:0px;
}
.usermodify p b,.usersafty p b{
    font-weight: normal;
}
.usersafty p b{
    position: absolute;
    left: 240px;
    top:0px;
    width: 240px;
    color:#B3B3B3;
}
.safety,.accountInfor{
    height:550px;
}
#qr_gen{
    width:100px;
    border:none;
    border-radius: 3px;
    color:white;
    font-size:18px;
    height:36px;
    margin:30px 0 0 120px;
    background: #ff8300
}
.pwd_box>h3 {
    font-weight: normal;
    padding-left: 15px;
    line-height: 40px;
    color: white;
    background-color: #ff8300;
}

#popBox,#popBox1{
    top: 0; left: 0; position: fixed;
    width: 100%; height: 100%;
    opacity: 0.4;
    z-index: 1000;
    background-color: #000;

}
#popBoxing,#popBoxing1{
    position: absolute;
    width: 300px;
    height: 214px;
    left:calc(50% - 160px);
    top: calc(50% - 200px);
    z-index: 2000;
    background-color: #ffffff;
    border: 5px solid #ddd;
    padding:26px 40px 40px 40px;
}

#popBoxing>h3,#popBoxing1>h3{
    margin-bottom:20px;
    text-align: center;
    color:#ff8300;
}
#popBoxing>span{
    width:100px;
    margin-right:10px;
    line-height: 44px;
}
#popBoxing1>span{
    width:70px;
    margin-right:10px;
    line-height: 46px;

}
#popBoxing button,#popBoxing1 .btn{
    width: 90px;
    height: 35px;
    background: #ff8300;
    border-radius: 5px;
    border: none;
    color: white;
    margin:20px 0 0 108px;
    font-size: 16px;
}
#popBoxing span,#popBoxing1 span{
    display: inline-block;
    margin-right:10px;
    text-align: right;
}
#popBoxing input,#popBoxing1 .btns{
    width: 170px;
    height: 25px;
    margin-right:2px;
    padding-left: 5px;
}
#popBoxing1 .codes{
    text-align:center;
    width:96px;height:34px;
    padding-left:0px;
    /*background-color: #DEDEDE;*/
    /*border:1px solid #999;*/
}
#popBoxing1 .codes:hover{cursor: pointer}
#popBoxing input{
    width: 158px;
}
#popBoxing1 .btns{
    width: 185px;
    height: 31px;
}
#exit-box,#exit-box1{
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #ccc;
}
#exit-box:hover,#exit-box1:hover{
    cursor: pointer;
    background: #ff524b;
    color:white;
}



