.loginreg-bodybg{ background:url(../images/complex/TB-15.jpg) repeat-x center 70px; background-size:100% auto;}
.loginreg-bodybg .logo{ padding:22px 0 0 360px;}
.reg-login-head{ height:70px; background:#fff;}
.loginreg-box{width:320px;margin:0;}
.dl-loginbox{padding:30px 0 0 30px; }
.dl-loginbox dt{ display:block; height:45px;}
.dl-loginbox dt span{ display:block; float:left; width:50%; font-size:23px; color:#fff;}
.dl-loginbox dt p{ display:block; float:right;width:50%; text-align:right; color:#fff; font-size:14px; padding-top:10px; }
.dl-loginbox dt p a{color:#00FFFF;}
.dl-loginbox dd{}

.item-iptbar{}
.item-iptbar .iptbox{ position:relative; background:#FFF; height:42px; border-radius:4px;}
.item-iptbar .iptbox.wid1{width:210px;}
.item-iptbar .iptbox.wid1 .label{width:210px;}
.item-iptbar .placeholder{ display:none; position:absolute; left:0; top:11px; color:#939494; font-size:18px; height:20px; line-height:20px; overflow:hidden; padding:0 20px; z-index:1;}
.item-iptbar .label{ display:block;position:absolute; left:0; top:0; width:280px; background:none; height:20px;z-index:2;}
.item-iptbar .label input{ width:100%;}
.item-iptbar .btn-pwd-show{}
.item-iptbar .btn-pwd-show{ display:block;position:absolute; right:0; top:0; width:50px; height:42px; background:none; z-index:3;}
.item-iptbar .btn-pwd-show i{width:50px; height:42px; margin:0 auto; display:block;background:url(../images/sprite1.png) no-repeat -88px -432px;}
.item-iptbar .btn-pwd-show.active i{background:url(../images/sprite1.png) no-repeat -156px -429px;}
.item-iptbar .imgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.item-iptbar .imgcode img{width:100px; height:42px; border-radius:4px; cursor:pointer;}
.item-iptbar .msgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}

.forgetpwd-bar{line-height:20px;}
.forgetpwd-bar .radiosp{ display:inline-block; width:20px; height:20px; background:url(../images/sprite1.png) no-repeat -310px -442px; vertical-align:middle;}
.forgetpwd-bar .radiosp.active{}
.forgetpwd-bar .radiosp.active i{display:inline-block; width:20px; height:20px; background:url(../images/sprite1.png) no-repeat 2px -446px;}
.forgetpwd-bar .radiotxt{ display:inline-block;height:20px;color:#fff; font-size:14px; vertical-align:middle; line-height:20px; margin-left:10px;}
.forgetpwd-bar .forget{ color:#fff; font-size:14px;}
.forgetpwd-bar .xieyi{display:inline-block;height:20px;color:#00FFFF;line-height:20px;font-size:14px;vertical-align:middle;}
.reglogin-msgtxt{color:#FF1A50; height:35px;line-height:35px;}

.card-protocal{}
.card-protocal .title{ font-size:20px; color:#1C2B48; text-align:center; height:72px; line-height:54px; background:url(../images/complex/barbg1.png) no-repeat center bottom;}
.card-protocal .protocal-cont{ height:430px; overflow-x:hidden;overflow-y:auto; padding:0 20px; font-size:12px; line-height:22px;}
.card-protocal .btnboxs{ text-align:center; padding:18px 0;}

.btn-yzm-code{display:block; border:0; width:100%; height:42px; border-radius:4px; text-align:center; line-height:42px;  font-size:16px;background:#e4e4e4; color:#a2a2a2; cursor:pointer; text-decoration:none;}
.btn-yzm-code.active{background:#00B1C7;color:#fff;}

/* 登陆页面 */
.loginBox {
    background: #FFFFFF;
    border-radius: 2px;
    /* height: 294px; */
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -147px 0 0 -190px;
    text-align: center;
}
.loginBox .loginTitle{
    margin-top: 30px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;
}
.loginBox .underLine{
    background: #1E7FF4;
    height: 2px;
    width: 50px;
    display: inline-block;
}
.loginBox .toReg,
.regBox .toReg{
    position: absolute;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    top: 6px;
    right: 0px;
    cursor: pointer;
}
.loginBox .toReg a,
.regBox .toReg a{
    color: #333;
}
.loginBox .toReg a:hover,
.regBox .toReg a:hover{
    text-decoration: none;
}
.loginBox .forgetPwdBox{
    width:320px;
    text-align: right;
    font-size: 12px;
    color: #333;
}
.loginBox .forgetPwdBox #forgetPwd{
    color: #333;
}
.loginBox .forgetPwdBox #forgetPwd:hover{
    text-decoration: none
}
.loginBox .loginBtn{
    display: block;
    border: 0;
    width: 100%;
    background: #1E7FF4;
    border-radius: 2px;
    height: 40px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 320px;
}
.loginBox .loginBtn:hover{
    background: #005ED1
}

.loginBox .item-iptbarNew .iptbox{ 
    position:relative; 
    background:#FFF; 
    height:42px; 
    border-radius:4px;
    margin-top: 8px;
}
.loginBox .item-iptbarNew .placeholder{ 
    display: none;
    position: absolute;
    left: -8px;
    top: 10px;
    color: #E7E7EB;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 20px;
    z-index: 1;
}
.loginBox .item-iptbarNew .label{ 
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    background: none;
    height: 20px;
    z-index: 2;
}
.loginBox .item-iptbarNew .label input{
    display: block;
    height: 36px;
    line-height: 18px;
    background: none;
    width: 308px;
    font-size: 12px;
    padding-left: 10px;
    border: 1px solid #E7E7EB;
    border-radius: 2px;
}
.loginBox .item-iptbarNew .btn-pwd-show{ 
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: none;
    z-index: 3;
}
.loginBox .item-iptbarNew .btn-pwd-show i{width:42px; height:42px; margin:0 auto; display:block;background:url(../images/sprite1.png) no-repeat -88px -432px;}
.loginBox .item-iptbarNew .btn-pwd-show.active i{background:url(../images/sprite1.png) no-repeat -156px -429px;}
.loginBox .item-iptbarNew .imgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.loginBox .item-iptbarNew .imgcode img{
    width: 86px;
    height: 38px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #E7E7EB;
}
.loginBox .item-iptbarNew .msgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
/* 忘记密码页面 */
.forgetBox {
    background: #FFFFFF;
    border-radius: 2px;
    /* height: 294px; */
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -190px;
    text-align: center;
}
.forgetBox .messageBox{
    background: #1E7FF4;
    border-radius: 2px;
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    width: 88px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.forgetBox .disabled{
    opacity: 0.5;
}
.forgetBox .loginTitle{
    margin-top: 30px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;
}
.forgetBox .underLine{
    background: #1E7FF4;
    height: 2px;
    width: 50px;
    display: inline-block;
}
.forgetBox .forgetPwdBox{
    width:320px;
    text-align: right;
    font-size: 12px;
    color: #333;
}
.forgetBox .forgetPwdBox #forgetPwd{
    color: #333;
}
.forgetBox .forgetPwdBox #forgetPwd:hover{
    text-decoration: none
}
.forgetBox .loginBtn{
    display: block;
    border: 0;
    width: 100%;
    background: #1E7FF4;
    border-radius: 2px;
    height: 40px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 320px;
}
.forgetBox .loginBtn:hover{
    background: #005ED1
}

.forgetBox .item-iptbarNew .iptbox{ 
    position:relative; 
    background:#FFF; 
    height:42px; 
    border-radius:4px;
    margin-top: 8px;
}
.forgetBox .item-iptbarNew .placeholder{ 
    display: none;
    position: absolute;
    left: -8px;
    top: 10px;
    color: #E7E7EB;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 20px;
    z-index: 1;
}
.forgetBox .item-iptbarNew .label{ 
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    background: none;
    height: 20px;
    z-index: 2;
}
.forgetBox .item-iptbarNew .label input{
    display: block;
    height: 36px;
    line-height: 18px;
    background: none;
    width: 308px;
    font-size: 12px;
    padding-left: 10px;
    border: 1px solid #E7E7EB;
    border-radius: 2px;
}
.forgetBox .item-iptbarNew .btn-pwd-show{ 
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: none;
    z-index: 3;
}
.forgetBox .item-iptbarNew .btn-pwd-show i{width:42px; height:42px; margin:0 auto; display:block;background:url(../images/sprite1.png) no-repeat -88px -432px;}
.forgetBox .item-iptbarNew .btn-pwd-show.active i{background:url(../images/sprite1.png) no-repeat -156px -429px;}
.forgetBox .item-iptbarNew .imgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.forgetBox .item-iptbarNew .imgcode img{
    width: 86px;
    height: 38px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #E7E7EB;
}
.forgetBox .item-iptbarNew .msgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.forgetBox .showChangeBox{
    width: 320px;
    height: 320px;
    text-align: center;
}
.forgetBox .showChangeBox .showSussImg{
    background:url(../images/ico/success-ico.png);
    width: 60px;
    height: 60px;
    margin-top: 90px;
    display: inline-block;
    margin-bottom: 10px;
}
.forgetBox .showChangeBox .tips{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.forgetBox .showChangeBox a{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1E7FF4;
    cursor: pointer
}
/* 注册页面 */
.regBox {
    background: #FFFFFF;
    border-radius: 2px;
    /* height: 294px; */
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -190px;
    text-align: center;
}
.regBox .toReg {
    position: absolute;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    top: 6px;
    right: 0px;
    cursor: pointer;
}
.regBox .toReg a{
    color: #333;
}
.regBox .messageBox{
    background: #1E7FF4;
    border-radius: 2px;
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    width: 88px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.regBox .disabled{
    opacity: 0.5;
}
.regBox .loginTitle{
    margin-top: 30px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;
}
.regBox .underLine{
    background: #1E7FF4;
    height: 2px;
    width: 50px;
    display: inline-block;
}
.regBox .forgetPwdBox{
    width:320px;
    text-align: right;
    font-size: 12px;
    color: #333;
}
.regBox .forgetPwdBox #forgetPwd{
    color: #333;
}
.regBox .forgetPwdBox #forgetPwd:hover{
    text-decoration: none
}
.regBox .loginBtn{
    display: block;
    border: 0;
    width: 100%;
    background: #1E7FF4;
    border-radius: 2px;
    height: 40px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 320px;
}
.regBox .loginBtn:hover{
    background: #005ED1
}

.regBox .item-iptbarNew .iptbox{ 
    position:relative; 
    background:#FFF; 
    height:42px; 
    border-radius:4px;
    margin-top: 8px;
}
.regBox .item-iptbarNew .placeholder{ 
    display: none;
    position: absolute;
    left: -8px;
    top: 10px;
    color: #E7E7EB;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 20px;
    z-index: 1;
}
.regBox .item-iptbarNew .label{ 
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    background: none;
    height: 20px;
    z-index: 2;
}
.regBox .item-iptbarNew .label input{
    display: block;
    height: 36px;
    line-height: 18px;
    background: none;
    width: 308px;
    font-size: 12px;
    padding-left: 10px;
    border: 1px solid #E7E7EB;
    border-radius: 2px;
}
.regBox .item-iptbarNew .btn-pwd-show{ 
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: none;
    z-index: 3;
}
.regBox .item-iptbarNew .btn-pwd-show i{width:42px; height:42px; margin:0 auto; display:block;background:url(../images/sprite1.png) no-repeat -88px -432px;}
.regBox .item-iptbarNew .btn-pwd-show.active i{background:url(../images/sprite1.png) no-repeat -156px -429px;}
.regBox .item-iptbarNew .imgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.regBox .item-iptbarNew .imgcode img{
    width: 86px;
    height: 38px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #E7E7EB;
}
.regBox .item-iptbarNew .msgcode{display:block;position:absolute; right:0; top:0; width:100px; height:42px;}
.regBox .showChangeBox{
    width: 320px;
    height: 320px;
    text-align: center;
}
.regBox .showChangeBox .showSussImg{
    background:url(../images/ico/success-ico.png);
    width: 60px;
    height: 60px;
    margin-top: 90px;
    display: inline-block;
    margin-bottom: 10px;
}
.regBox .showChangeBox .tips{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.regBox .showChangeBox a{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1E7FF4;
    cursor: pointer
}
.regBox .radiosp{
    display:inline-block; 
    width:13px; 
    height:13px;
    vertical-align:sub;
    border: 1px solid #E7E7EB;
    border-radius: 2px;
    cursor: pointer;
}
.regBox .active{
    background:url(../images/ico/checkbox-selected.png) no-repeat center;
}
.regBox .xieyi{
    font-size:12px;
    color: #1E7FFE;
    cursor: pointer;
}
.regBox .xieyi:hover{
    text-decoration: none
}
.success-info-box{text-align:center;margin:30px;}
.success-info-box .success-ico{width:60px;height:60px;display:inline-block;background:url(../images/ico/success-ico.png) no-repeat center;}
.success-info-box .success-info{color:#333;font-size:16px;margin-top:10px;}
