.page{
    font-size: 14px;
}

ul,li,table,td,th{
    margin: 0px 0px;
    padding: 0px 0px;
}
.login-lines1{
    height: 60px;
    line-height: 60px;
    margin:5px auto;
    display: block;
    clear: both;
   width:250px;
     color: #222;
    text-align: left;
    position: relative;

}

.login-lines1 .tips{
    position: absolute;
    right: -27px;
    top:-10px;
    font-size: 20px;
    display: none;
}
.login-lines1 .tips.icon-ok-circle{
    color:#0aad6c;
    display: inline-block;
}
.login-lines1 .tips.icon-cancel-circle{
    color: #ff4400;
    display: inline-block;
}
.passwordtips{
    width:calc(100% - 102px);
    padding-left: 102px;
    height: 16px;
    line-height: 16px;
    color:#666;
    text-align: left;
    display: none;
    margin-top: -16px;
    font-size: 12px;
}
.passwordtips .color0{
   color: #ff0000;
}
.passwordtips .color1{
    color: #3388ff;
}
.passwordtips .color2{
    color: #2FE30E;
}
.login-lines1 .line{
    width:calc(100% - 40px);
    position: relative;
    border:1px solid #666;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left:40px;
}
.login-lines1 .icon{
    font-size: 22px;
    color:#3388ff;
    position: absolute;
    left: 5px;
    top:0px;
}


.login-lines1 .input1{
    width:calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    border: 0px;
    padding: 0px 10px;
    font-size: 14px;
    background-color: transparent;
    color: #222;
    border-left:1px solid #666;
}
.login-lines1 .input1::placeholder{
    color: #666;
}
.login-lines1 .input1:focus{
    border-color: #000;
    box-shadow: 0 0 15px #000
}

.nav1{
    width: 100%;
    display: table;
    height: 50px;
    line-height: 50px;
    padding: 0px !important;
    margin: 0px !important;
}
.nav1 li{
    display: table-cell;
    color:#666;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.nav1 li i{
    margin-right: 0px;
}
.nav1 li.active{
    background-color: #3f6df5;
    color: #fff;
}

#img_code{
    position: absolute;
    height: 40px;
    width: 100px;
    right: 0px;
    top:0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.button{
    height: 35px;
    line-height: 35px;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    background: -webkit-linear-gradient(left top, #f76d40 , #ff7e00);
    background: -o-linear-gradient(bottom right, #f76d40, #ff7e00);
    background: -moz-linear-gradient(bottom right, #f76d40, #ff7e00);
    background: linear-gradient(to bottom right, #f76d40 , #ff7e00);
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
}
.button1{
    height: 40px;
    line-height: 40px;
    border: 0px;
    border-radius: 20px;
    color: #fff;
   /* background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
    background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
    background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
    background: linear-gradient(to bottom right, #3388ff , #2319dc); */
    background: #01a9fe;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.button2{
    height: 30px;
    line-height: 30px;
    border: 0px;
    border-radius: 8px;
    color: #fff;
    background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
    background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
    background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
    background: linear-gradient(to bottom right, #3388ff , #2319dc);
    width: 100%;
    font-size: 14px;
    font-weight: 600;
       text-align: center;
}

.bigbox{

    display: flex;
    transition: all .3s;

    position: absolute;
    left: 0px;
    top:0px;
    overflow: hidden;
}

.usercenter{

     display: inline-block;
    width: 100%;


    padding-bottom: 10px;
    position: relative;
    background: -webkit-linear-gradient(left top, #01d9ff , #01a9fe);
    background: -o-linear-gradient(bottom right, #01d9ff, #01a9fe);
    background: -moz-linear-gradient(bottom right, #01d9ff, #01a9fe);
    background: linear-gradient(to right, #01d9ff , #01a9fe);
    height: 80px;
    color: #fff;
    padding-left: 0px;
  
}
.usercenter > ul{
    display: table;
    table-layout: fixed;
    width: calc(100% - 20px);
    padding: 10px 10px;
}
.usercenter .setting{

      position:absolute;
    right:20px;
    top:13px;

    display: inline-block;
    border-radius: 50%;
   color: #fff;
    font-size: 22px;
    
}
.usercenter li{
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
}
.usercenter li:first-child{
    width: 70px;
    text-align: left;
    padding-left: 15px;
    line-height: 30px;
    padding-top: 5px;
}
.usercenter li:last-child{
padding-top: 5px;

}
.usercenter .avatar{
    height: 60px;
    width: 60px;
    border-radius: 5px;
    vertical-align: top;

}
.usercenter .other{
    color: #fff;
    position: absolute;
    right:10px;
    top:30px;
    line-height: 25px;
    text-align: right;
    display: inline-block;
    width: 60px;
}


.usercenter .menu{
    position: absolute;
    left:0px;width: 100%;
    bottom:0px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: table;
    background-color: rgba(0,0,0,0.3);
}
.usercenter .menu .row{
    display: table-cell;
    color: #fff;
}

.usermenu{
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    clear: both;
}

.usermenu  .list{
    height: 40px;
    line-height: 40px;
    display: table;
width: 100%;
    background-color: #fff;
}
.usermenu  .list  li{
    display: table-cell;
    text-align: left;
}
.usermenu  .list  li:first-child{
    width: 45px;
    text-align: right;
    padding-right: 8px;
    vertical-align: middle;
}
.usermenu  .list  li:first-child i{
    font-size: 22px;
    vertical-align: middle;
}
.usermenu  .list  li:last-child{
    width: 35px;
    text-align: left;
}
.usermenu  .list  li:last-child i{
    font-size: 16px;
    color:#666;
}
.usermenu  .next{
    height: 20px;
    display: block;
    width: 100%;
    background-color: transparent;
    clear: both;
}

.usermenu1{
    background-color: #fff;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 10px;
}
.usermenu1 .title{
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
.usermenu1  .info{
    background-color: #fafafa;
    display: inline-block;
    clear: both;
    text-align: left;
    width: 100%;
}
.usermenu1  .info li{
    width: 32%;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    padding: 10px 0px;
}
.usermenu1  .info li i{
    font-size: 26px;
}
.footer_menu{
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.footer_menu li{
    height: 30px;
    text-align: center;
    border-bottom: 1px #ddd solid;
}
.small_btn{
    height: 22px;
    line-height: 22px;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
    background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
    background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
    background: linear-gradient(to bottom right, #3388ff , #2319dc);
  padding: 0px 8px;
  margin-left: 10px;
    font-size: 12px;

}

.security-center {
    padding-left: 10px;
    padding-right: 10px;

}

.security-settings {
    overflow: hidden;

}

.security-settings li {
    position: relative;
    display: inline-block;
    width: calc(50% - 60px);
    height: 90px;
    overflow: hidden;
    padding:10px 15px 15px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.security-settings .bind-name {
    background-color: #ffcece;
}

.security-settings .bind-pwd {
    background-color: #c9f1f1;
}

.security-settings .bind-cpwd {
    background-color: #ffe6ba;
}

.security-settings .bind-question {
    background-color: #dff9b8;
}

.security-settings .bind-email {
    background-color: #c7d5fe;
}

.security-settings .bind-phone {
    background-color: #e0d1ff;
}

.security-settings h4 {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-weight: normal;
}

.security-settings p {
    margin-top: 3px;
    color: #999;
    font-size: 12px;
    width: calc(100% - 70px);
    height: 35px;
}
.security-settings .btnline{
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
     width: 100%;
    clear: both;
}

.security-settings .btnline .btn{

    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    color: #222;
    padding: 0px 8px;
    margin: 0px 5px;
   cursor: pointer;
}
.security-settings .btn11 {
    width: 60px;
    height: 23px;
    line-height: 23px;
    margin-top: 12px;
    border-radius: 2px;
    background-color: #fff;

    display: inline-block;
    text-align: center;
    color: #222;
    position: absolute;
    bottom: 10px;
    right: 18px;
    text-decoration:none;
}

.security-settings i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    color:#fff;
    font-size: 60px;
}


.profile{
height: 50px;
    line-height: 50px;
clear: both;
  width:90%;
    margin: 0 auto;
}

.profile li{
    display:inline-block;
    text-align: left;
}
.profile li:first-child{
    text-align: right;
    padding-right: 5px;
    width:80px; ;
}
.profile li:last-child{
 width:calc(100% - 90px);
}
.profile  .input1{
    width:calc(100% - 20px);
    height: 30px;
    line-height: 30px;

    padding: 0px 5px;
    font-size: 14px;
    background-color: transparent;
    color: #222;
    border-bottom:1px solid #ccc;
   
}
.profile  .input1::placeholder{
    color: #666;
}
.profile  .input1:focus{
    border-color: #000;
    box-shadow: 0 0 15px #000
}
.profile select{
    height: 30px;
    border: solid #ccc 1px ;
    line-height: 30px;
    width: 100px;
}
.profile textarea{
    height: 50px;
    border: solid #ccc 1px ;
    line-height: 25px;
    width:calc(100% - 30px);
    border-radius: 5px;
    padding: 0px 10px;
    vertical-align:middle ;
}

.profile .tips{
    position: absolute;
    right: -30px;
    top:10px;
    font-size: 20px;
    display: none;
}
.profile .tips.icon-ok-circle{
    color:#0aad6c;
    display: inline-block;
}
.profile .tips.icon-cancel-circle{
    color: #ff4400;
    display: inline-block;
}
.sendbtn{
   height: 30px;
    line-height: 30px;
    background-color: #eee;
    border: 1px #ccc solid;
    border-radius: 5px;
    color: #222;
    padding: 0px 10px;
}
.sign_btn{

    height: 25px;
    line-height: 25px;
    border: 0px;
    border-radius: 5px;

    cursor: pointer;
    padding: 0px  8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-left:5px;
}
.sign_btn.click{
    color: #fff;
    background: -webkit-linear-gradient(left top, #f05c36 , #ff7e00);
    background: -o-linear-gradient(bottom right, #f05c36, #ff7e00);
    background: -moz-linear-gradient(bottom right, #f05c36, #ff7e00);
    background: linear-gradient(to bottom right, #f05c36 , #ff7e00);
}
.sign_btn i:before{
    margin-left: 0px;
}

.sign_btn.ok{
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 23px;
    line-height: 23px;
}
.common-part{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    /*父块透明,子块不透明,用rgba*/
    background: rgba(0,0,0,0.3);
}
.common-dialog{
    width: 7.2rem;
    text-align: center;
    position: absolute;
    background: #ffffff;
    z-index: 2;
    opacity: 1;
    border-radius: .1rem;
    border: 1px solid #f2f2f2;
    left: calc(50% - 3.6rem);
    left: -moz-calc(50% - 3.6rem);
    left: -webkit-calc(50% - 3.6rem);
    top: 3rem;
}
.pay-part{
    display: none;
}
.pay-dialog{
    height: 6.9rem;
}
.dialog-title{
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size:16px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.pay-money{
    color: #333333;
    font-size: .6rem;
    margin: .6rem 0;
    font-weight: bold;
}
.pay-password{
    width:244px;
    height:40px;
    border: 1px solid #999999;
    margin: 0 auto;
    position: relative;
}
.pay-password .real-ipt{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 1.2rem;
    opacity: 0;
    z-index: 3;
}
.pay-password .surface-ipts{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 40px;
    line-height:40px;
    z-index: 1;
    overflow: hidden;
}
.pay-password .surface-ipts .surface-ipt{

    height: 40px;
    line-height:40px;
    display: flex;
    justify-content: space-between;
}
.pay-password .surface-ipts .surface-ipt input{
    width: 40px;
    height: 40px;
    line-height:40px;
    border: 0;
    border-right: 1px solid #999999;
    color: #333333;
    font-size: .9rem;
    text-align: center;
    padding: 0;
}
.pay-part .btns{
    margin: .48rem 0;
}
.cancel-btn{
    width: 100px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    background-size: 100%;
    color: #2ea7e0;
    font-size: 16px;
    border:1px solid #2ea7e0;
    border-radius: 5px;
    margin: 0px 10px
}
.confirm-btn{
    height: 35px;
    line-height: 35px;
    background-color: #2ea7e0;
    background-size: 100%;
    color: #ffffff;
    font-size:16px;
    border: none;   border-radius: 5px;
    margin: 0px 10px;
    width: 100px;
}
.bank_tip {
    text-align: center;
    color: #1ea6fc;
    font-size: 14px;
    position: absolute;
    height: 20px;
    line-height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    background: none!important;
}
.bank_text {
    padding: 15px 30px;
    border: 1px dashed #e5e5e5;
    height: 30px;
    width: calc(100% - 100px);
    margin: 10px auto;
}

.bank_text li {
    display: inline-block;
    width: calc(33% - 25px);
    padding-left: 22px;
    border-left: 3px solid #3498db;
}
.bank_text li span {
    color: #1ea6fc;
    font-size: 16px;
    padding: 0 4px;
    font-weight: 400;
}
#_bankList{
    padding: 10px 15px;
}
#_bankList li {
    display:block;
    width: calc(100% - 30px);
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    padding: 15px 2%;
    overflow: hidden;    background: #3567a4;
}


#_bankList .add_bankCard {
    border: 1px dashed #3498db;
    background: #eaf1f7
}

#_bankList .add_bankCard .add_bank {
    position: absolute;
    background: url("/static/img/add_bank.png") no-repeat center;
    width: 120px;
    height: 60px;
    line-height: 110px;
    font-size: 14px;
    color: #3498db;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 25px auto 0;
    padding-top: 40px;
    padding-left:0px;
}

.bank_item dt {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    float: left;
    position: relative;
    border: 4px solid rgba(255,255,255,.2);
    text-align: center;
}
.bank_item dt img{
    vertical-align: middle;
    height: 60px;
    margin-top: 2px;
}
.bank_item dt i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    font-size: 40px;
    line-height: 56px
}

.bank_item dd {
    padding-left: 5px;
    text-align: left;
    line-height: 28px;
    height: 28px
}

.bank_item dd span:first-child {
    float: left
}

.bank_item dd span:nth-child(2) {
    float: right
}

.bank_item p {
    background: #fff;
    height: 48px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    border-top: 0;
    padding-left: 12%
}

.bank_item p:before {
    content: '';
    position: absolute;
    background: url("/static/img/bank_split.png") repeat-x;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px
}

#myBonus_bank .modal-title span {
    background: url("/static/img/model_1.png") no-repeat 50px center;
    display: inline-block;
    width: 100%;
    padding-left: 30px
}
.bank_default {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.sexbtn{
    height: 16px;
    width: 16px;
    
    vertical-align: middle;border-radius: 5px;margin-left: 5px;margin-bottom: 5px
}

.vipbtn{
    height: 22px;
    width: 22px;
    
    vertical-align: middle;margin-left: 5px;margin-bottom: 5px;
}