/*
新版登录页样式
*/
/*header*/
.user-auth{background:#FFF;}
.login_header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.32rem;
    max-height: 132px;
    background: #F3F3F3;
    color: #333333;
}
.login_header .caption, .login_header .wrap {
    position: relative;
    height: 100%;
}
.login_header .arrow-left {
    width: 16%;
}
.login_header .left {
    left: 0;
}
.login_header .hbtn {
    position: absolute;
    top: 0;
    height: 100%;
}
.login_header .arrow-left img {
    margin-left: .4rem;
    width: 0.3rem;
    margin-top: -10%;
}
.login_header .caption {
    margin: 0 16.2%;
}
.login_header .caption {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .54rem;
}
/*header*/
/*content*/

.trunker .contain .info-table {
    padding: 0 0.6rem 0.8rem;
    position: relative;
}
.info-table .item {
    margin-top: 0.6rem;
    border: 2px solid rgba(230,230,230,1);
    border-radius: 0.16rem;
}

.info-table .table {
    border-collapse: separate;
}
.trunker .tab{
    padding-top: 0.7rem;
    font-size: 0.56rem;
    color: #999;
    border-bottom: 3px solid #E7E7E7;
}
.trunker .tab li{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 5px solid transparent;
}
@media screen and (max-width:660px) {
    .info-table .item {border:2px solid rgba(230,230,230,1); }
    .trunker .tab{ border-bottom-width: 2px;}
    .trunker .tab li{}
}
@media screen and (max-width:600px) {}
@media screen and (max-width:540px) {
    .info-table .item {border:1px solid rgba(230,230,230,1);}
    .trunker .tab{ border-bottom-width: 1px;}
}

.cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.info-table .item .cell{
    height: 1.5rem;
    max-height: 168px;
}
.info-table .item .cell:first-child{
    width: 1.1rem;
    text-align: left;
}

.info-table .item .cell .input_ {
    /*margin-right: 2rem;*/
    font-size: 0.48rem;
}
.info-table .item .cell .input_ .txt {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.info-table .item .cell .input_ .txt.pwd {
    font-size: 0.62rem;
    color: #000;
}
.info-table .item .cell .iconbox {
    position: absolute;
    top: 0;
    right: 0.15rem;
    height: 100%;
}

.info-table .item .cell .icon {
    width: 0.52rem;
    height: 0.62rem;
    margin-left: 0.28rem;
    /*margin-bottom: 0.28rem;*/
    display: block;
}
.info-table .item .cell .iconbox .icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.info-table .item .cell .iconbox .icon-del {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(/static/wap/h5/login_btn_delete.png);
}
.info-table .item .cell .iconbox .icon-eye {
    width: 0.6rem;
    height: 0.42rem;
   /* margin-left: 0.6rem;*/
    background-image: url(/static/wap/h5/login_pop_btn_invisible.png);
}
.info-table .item .cell .iconbox .icon-del.on {
    opacity: 1;
    visibility: visible;
}
.info-table .item .cell .iconbox .icon-eye.on {
    background-image: url(/static/wap/h5/login_btn_visible.png);
}

.info-table  .pop-error {
    display: none;
    font-size: 0.44rem;
    color: #FF3228;
    text-align: left;
    position: absolute;
    bottom: 0.18rem;
    /*left: 0.8rem;*/
}
.info-table  .pop-error:before {
    content: '';
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background: url(/static/wap/h5/login_error.png) center center no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
    vertical-align: middle;
    margin-top: -2.5%;
}

.trunker .contain .butn-box {
    padding: 0.3rem 0.6rem 0.3rem;
}
.trunker .contain .butn-box .butn.disabled {
    background: #D0D0D0;
    color: #FFFFFF;
}
.trunker .contain .butn-box .butn,.trunker .contain .butn-box .butn_ {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #FF7417;
    color: #FFF;
    font-size: 0.56rem;
    border-radius: 0.7rem;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.trunker .contain .butn-box .butn_{
    background:#FFF;
    color: #FF7417;
    border: 1px solid #FF7417;
}

.info-table .item .cell .input_ .txt::-webkit-input-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt:-ms-input-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt:-moz-placeholder {color:#BBB;font-size:0.48rem;}
.info-table .item .cell .input_ .txt::-moz-placeholder {color:#BBB;font-size:0.48rem;}

/*记住密码和忘记密码*/
.trunker .contain .link-box {
    padding: 0 0.6rem;
    font-size: 0.48rem;
    color: #666;
}
.trunker .contain .link-box_ {
    padding: 0 0.6rem;
    font-size: 0.48rem;
    color: #666;
}
.trunker .contain .link-box_ .half {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.trunker .contain .link-box_ .forgetbox {
    text-align: right;
}
.trunker .contain .link-box_ .custom-label {
    /*margin-bottom: 0.5rem;*/
}



.trunker .contain .link-box .half {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.trunker .contain .link-box .forgetbox {
    text-align: right;
}
.trunker .contain .link-box .custom-label {
    /*margin-bottom: 0.5rem;*/
}
.custom-label input[type="checkbox"], .custom-label input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
}
.label_icon {
    float: left;
    width: 0.6rem;
    height: 0.8rem;
    margin-right: 0.13rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.label_text {
    overflow: hidden;
    display: block;
    line-height: 0.8rem;
    text-align: left;
}
.label_text.ps {
    line-height: 0.6rem;
}
.label_text a {
    color: #FF7417;
    display: inline-block;
    margin: 0.1rem 0;
}
.custom-label input[type="checkbox"]:checked+ .label_icon {
    background-image: url(/static/wap/h5/signup_choose_pre.png);
    background-size: 100%;
}
.custom-label input[type="checkbox"]+ .label_icon {
    background-image: url(/static/wap/h5/signin_choose_nor.png);
}
.thirdlogin{
    display: none;
    padding: 0.2rem 0.8rem 0;
}
.thirdlogin.on{
    display: block;
}
.thirdlogin .thirdlogin-title span{
    text-align: center;
}



.goLogin{
    padding: 0 0 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.1rem;
}
.goLogin .to_login{
   color:#FF7417;
    font-size: 0.5rem;
}
/*content*/

/*注册页*/
.pan-item:first-child {
    display: block;
}
.pan-item {
    display: none;
}
.trunker .tab li a{
    text-align: center;
    position: relative;
}
.trunker .tab li i.bot{
    display: none;
    width: 1rem;
    height: 0.12rem;
    margin-top: 0.12rem;
    position: absolute;
    left: 28%;

}
.trunker .tab li.active span{
    color: #FF7417;
}
.trunker .tab li.active i{
    background: #FF7417;
    display: block;
}
.info-table .item .title:first-child{
    width: 2.5rem;
    text-align: center;
}
.title .label_title{
    font-size: 0.48rem;
    position: relative;
    bottom: 0.2rem;
}

.inner.hei{
    height: auto;
}
.trunker .inner .ver_code{
    position: relative;
    border: none;
}

.trunker .inner .yzm,.trunker .inner .phone_yzm{
     width: 68%;
    border: 1px solid rgba(230,230,230,1);
 }
.trunker .inner .phone_yzm .title:first-child{
    width: 3rem;
}
.trunker .inner .yzm_,.trunker .inner .phone_yzm_{
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    height: 95%;
    text-align: right;
}
.trunker .inner .phone_yzm_{
    border: 1px solid #FF7417;
    border-radius: 0.18rem;
    color: #FF7417;
    font-size: 0.45rem;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4rem;
}
.info-table .yzm .cell .input_,.info-table .phone_yzm .cell .input_ {
    margin-right: 0rem;
    font-size: 0.48rem;
}
.trunker .inner .yzm_ img{
    width: 100%;
    height: 100%;
    vertical-align: initial;
}
.trunker .inner .tips{
    padding: 0.3rem 0.6rem 2rem;
    font-size: 0.44rem;
    color: #FF9A22;
    line-height: 0.8rem;
}
/*
登录标题*/
.title-box{
    padding-top: 0.5rem;
    font-size: 0.68rem;
    position: relative;
}
.title-box .login-title.on{
    position: relative;
    margin-left: 1.2rem;
}
.title-box .login-title.on:before{
    position: absolute;
    top:0;
    left: -1.1rem;
    width: 0.9rem;
    height: 0.9rem;
    content: '';
    background: url(/static/wap/h5/logo.png) no-repeat;
    background-size: 100% 100%;

}


/*
新人红包*/
#red-envelope-bg{
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
#red-envelope-bg .table-cell{
    vertical-align: top;
}
#red-envelope-bg .content-box{
    margin: 2rem auto 0;
    width:9.14rem;
    height: 13rem;
    background: url(/static/wap/h5/bg_pop@2x.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#red-envelope-bg .content-box .close-pop{
    position: absolute;
    right: 0;
    top:3.33rem;
    width:0.43rem;
    height: 0.43rem;
    background: url(/static/wap/h5/close@2x.png)no-repeat;
    background-size: 100% 100%;
}
#red-envelope-bg .red-envelope-content{
    text-align: center;
    padding-top: 5.5rem;
}
#red-envelope-bg .content-box .money-icon{
    width:4.45rem;
    height: 0.6rem;
    display: block;
    margin: 0.73rem auto 0;
}
#red-envelope-bg .content-box .get-butn{
    margin: 1.4rem auto 0;
    width:2.83rem;
    height: 3rem;
    position: relative;
    display: block;
}
#red-envelope-bg .content-box .get-butn img{
    width:2.83rem;
    height: 3rem;
    vertical-align: top;}