/*
@author: sunke
*/
@charset "utf-8";

body {
    font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #666;
    min-width: 1100px;
}

p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul,
li,
ol {
    list-style-type: none;
}

i,
em,
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

a,
a:hover {
    outline: none;
}

input,
textarea {
    outline: none;
    color: #bcbbbb;
}

.layout {
    clear: both;
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}

.lr-ico,
.lr-icon,
.deleteAll-btn,
.showpassword-btn {
    background: url("/OtherItem/images/loginRegister/ico.png") no-repeat;
}
/*登录输入框清除ie浏览器自带删除样式*/
::-ms-clear, ::-ms-reveal{display: none;}
/*mac本密码输入框聚焦的时候会显示一个小钥匙的图标*/
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.loginRegister-mask {
    display: none;
    width: 100%;
    z-index: 98;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0;
    left: 0;
    _position: absolute;
    _height: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight))
}

/**/
/*.loginMod-wrap,.registerMod-wrap{ display:none; width:450px; height:490px; position:fixed; left:50%; top:50%; margin:-245px 0 0 -225px; z-index:99;}*/
.loginMod-wrap,
.registerMod-wrap {
    display: none;
    width: 450px;
    height: auto;
    min-height: 359px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    /* border: 1px solid #e5e5e5; */
    padding-top: 40px;
    background: #fff;
    box-shadow: 0px 6px 18px rgba(66, 95, 135, 0.10);
    border-radius: 6px;
    overflow: hidden;
    /* padding-bottom: 30px; */
}

.login-mod,
.register-mod {
    background: #fff;
    border-radius: 6px;
    /* padding-bottom: 26px; */
    width: 450px;
    float: left;
    /* margin-left: 30px; */
}

.login-mod .close-btn,
.register-mod .close-btn,
.no-bind-mod .close-btn {
    display: block;
    width: 11px;
    height: 11px;
    right: 16px;
    line-height: 0;
    font-size: 0;
    top: 16px;
    background-position: 0 0;
}

.login-mod .tab-tit {
    /* padding: 35px 0 34px; */
    text-align: center;
    margin-bottom: 10px;
}

.login-mod .tab-tit li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* padding: 0 31px; */
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #999;
    
    cursor: pointer;
    position: relative;
    /* margin-right: 40px; */
    padding: 0 16px;
    border-right: 1px solid #e5e5e5;
}

.login-mod .tab-tit li.current {
    color: #333;
    font-weight: bold;
    position: relative;
}
.login-mod .tab-tit li.current::after{
    display: block;
    content: "";
    background: #0fbbcc;
    width: 22px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -14px;
    border-radius: 2px;
}
.login-mod .tab-tit h3 {
    display: none;
    *display: inline;
    *zoom: 1;
    /* padding: 0 31px; */
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-left: 150px;
    left: 190px;
}

.login-mod .tab-tit .line-ico {
    display: block;
    width: 2px;
    height: 18px;
    background: #dedede;
    top: 50%;
    margin-top: -9px;
    right: -1px;
}

.login-mod .tab-con {
    display: none;
    width: 80%;
    margin: 0 auto;
}

.loginRegister-tipsTex {
    display: none;
    width: 208px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -104px;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 999;
}

/**/
.register-mod .register-mod-tit {
    height: 26px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/**/
.common-entryBox {
    /* padding: 0 40px; */
    position: relative;
}

.common-entryBox .error-tex {
    height: 16px;
    line-height: 16px;
    color: #0fbbcc;
    padding-left: 19px;
    left: 4px;
    top: 61px;
    background-position: 0 -220px;
    z-index: 9;
}

.common-entryBox ul.pb10 {
    padding-bottom: 10px;
}

.common-entryBox li {
    height: 51px;
    border-bottom: 1px solid #dedede;
    border-radius: 2px;
    position: relative;
    /* padding-left: 40px; */
    margin-bottom: 16px;
}

.common-entryBox li.error {
    border-bottom: 1px solid #0fbbcc;
}

.common-entryBox .lr-icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -11px;
}

.common-entryBox .lr-icon01 {
    background-position: 0 -26px;
}

.common-entryBox .lr-icon02 {
    background-position: 0 -73px;
}

.common-entryBox .lr-icon03 {
    background-position: 0 -264px;
}

.common-entryBox .lr-icon04 {
    background-position: 0 -407px;
}

.common-entryBox .input-box01 {
    width: 300px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding-top: 8px;
    border: 0;
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53";
}

.common-entryBox .input-box02 {
    width: 190px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding-top: 8px;
    border: 0;
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53";
}

.common-entryBox .deleteAll-btn {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 11px;
    background-position: 2px -143px;
}

.common-entryBox .deleteAll-btn.ot {
    right: 121px;
}

.common-entryBox .deleteAll-btn.posRight {
    right: 50px;
}

.common-entryBox .showpassword-btn {
    display: none;
    width: 22px;
    height: 14px;
    position: absolute;
    top: 18px;
    right: 14px;
    background-position: 0 -172px;
}

.common-entryBox .showpassword-btn.on {
    background-position: 0 -198px;
}

.common-entryBox .showText {
    display: none;
}

.common-entryBox .code-img {
    height: 32px;
    width: 108px;
    border-left: 1px solid #dedede;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.common-entryBox .code-img img {
    cursor: pointer;
}

.common-entryBox .other-tags {
    line-height: 24px;
    padding: 10px 0;
    margin-top: 0;
    height: 32px;
}

.common-entryBox .other-tags .auto-login {
    padding-left: 20px;
    cursor: pointer;
    background-position: 0 -357px;
    font-size: 12px;
}
.common-entryBox .other-tags #next_log_flag.no{
    background-position: 0 -314px;
}
.common-entryBox .other-tags .auto-login.no {
    background-position: 0 -309px;
}

.common-entryBox .other-tags .forgetPassword-btn {
    display: block;
    color: #2d78e7;
}

.common-entryBox .login-btn {
    display: block;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #18bfd8;
    border-radius: 44px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    background: linear-gradient(to right,#78e4ee,#4cdbf0);
    box-shadow: 2px 3px 10px 0px rgba(79,220,240,0.6);
}

/* .common-entryBox .login-btn:hover {
    background: #ffaa4e;
} */

.common-entryBox .other-more {
    height: 26px;
    line-height: 26px;
    padding: 20px 0 23px;
}

.common-entryBox .other-more a.reg-btn {
    color: #54B9FF;
}

.common-entryBox .adaptation-ie {
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 40px;
    top: 8px;
    color: #bcbbbb;
    cursor: text;
}

.common-entryBox .code-btn {
    display: block;
    height: 41px;
    line-height: 41px;
    width: 109px;
    /* border-left: 1px solid #dedede; */
    text-align: center;
    color: #666;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 9px;
}
.infoName{
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #999;
    line-height: 18px;
    margin-top: 30px;
    text-align: left;
}
/* .a_qq.hover{
    background-position:-38px -34px
} */
.a_weibo:hover{background-position:-73px -34px}
/**/
.set-password {
    padding-bottom: 34px;
}

.set-password li {
    padding-left: 14px;
}

/**/
.binding-phone-wrap {
    display: none;
    height: 484px;
    background: #fff;
    z-index: 99;
    width: 390px;
    height: auto;
    padding: 0 30px 0;
    min-height: 418px;
    box-shadow: 0px 6px 18px rgb(66 95 135 / 10%);
    position: fixed;
    left: 0;
    top: 0;
    border-radius:6px;
}
.binding-phone-wrap .bind-phonNum{
    font-size: 12px;
    color: #18bfd8;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
}
.binding-phone {
    padding: 24px 0 0;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 40px;
}

.binding-phone .tit {
    text-align: center;
    line-height: 52px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.binding-phone .prompt-tex {
    line-height: 26px;
    /* padding: 0 40px 33px; */
}

.binding-phone .close-btn {
    display: block;
    width: 15px;
    height: 15px;
    right: 14px;
    line-height: 0;
    font-size: 0;
    top: 14px;
    background-position: 2px 2px;
}

/**/
.chaaTcLRD_dother {
    height: 40px;
    margin: 0 40px 0;
    display:none;
}

.chaaTcLRD_dother p {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-right: 5px;
}

.chaaTcLRD_dother a {
    height: 38px;
    width: 36px;
    background: url(/OtherItem/images/loginRegister/other.png) no-repeat 0 3px;
    line-height: 0;
    font-size: 0;
    display: block;
    float: left;
    _display: inline;
    margin: 0 16px 0 0;
}

.chaaTcLRD_dother a.a_weixin {}

.chaaTcLRD_dother a.a_qq {
    background-position: -56px 3px
}

.chaaTcLRD_dother a.a_weibo {
    background-position: -112px 3px
}
/* .chaaTcLRD_dother .a_qq:hover {
    background-position: -56px -43px
} */

/* .chaaTcLRD_dother a:hover {
    background-position-y: -42px
} */

/**/
.ewm_ico {
    background: url("/OtherItem/images/loginRegister/home_er.png") no-repeat;
}
.ewm_ic p{
    text-align: center;
    color:#999;
    line-height: 20px;
}

.log_ewm_btn {
    right: 0px;
    bottom: 0px;
    width: 62px;
    height: 62px;
    display:none;
}

.log_ewm_btn .prompt {
    display: block;
    width: 108px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    color: #8a8a8a;
    /* text-indent: 4px; */
    left: -83px;
    top: 7px;
    text-align: center;
    background:url("/OtherItem/images/loginRegister/shape.png") no-repeat left center;
}

.log_ewm_btn .ewm_bg {
    display: block;
    width: 62px;
    height: 62px;
    line-height: 0;
    font-size: 0;
    /* background-position: 0 -210px; */
    right: 0;
    bottom: 0;
}

.log_ewm_btn2 {
    right: 2px;
    bottom: -1px;
    width: 90px;
    height: 57px;
}

.log_ewm_btn2 .prompt {
    display: block;
    width: 112px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #8a8a8a;
    /* text-indent: 5px; */
    left: -65px;
    top: 7px;
    text-align: center;
    background:url("/OtherItem/images/loginRegister/shape.png") no-repeat left center;
}

.log_ewm_btn2 .ewm_bg {
    display: block;
    width: 67px;
    height: 67px;
    /* background-position: 0 -275px; */
    right: -2px;
    top: -10px;
    background: url("/OtherItem/images/loginRegister/pc.png") no-repeat center;
}

.chaaTcLRD_d_ewm {
    height: 270px;
}

.chaaTcLRD_d_ewm .ewm_pic {
    text-align: center;
    height: 206px;
    width: 206px;
    margin: 0 auto;
}

.chaaTcLRD_d_ewm .ewm_pic .ep {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0px;
    background: url(/OtherItem/images/loginRegister/apperweimaBg.png) no-repeat left top;
    padding: 0px;
    height: 200px;
    padding: 11px;
    width: 185px;
}

.chaaTcLRD_d_ewm .ewm_pic .ep img {
    /* border: 1px solid #e5e5e5; */
    width: 190px;
    height: 190px;
}

.chaaTcLRD_d_ewm .ewm_pic .ep .ts_bg {
    width: 206px;
    height:206px;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.chaaTcLRD_d_ewm .ewm_pic .ep .ts_tex {
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    color: #fff;
}

.chaaTcLRD_d_ewm .ewm_pic .ep .ts_tex span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    padding: 44px 0 6px 0;
}

.chaaTcLRD_d_ewm .ewm_pic .ep .ts_tex .sx {
    display: inline-block;
    width: 66px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #6de2ef;
    border-radius: 2px;
    text-decoration: none;
}

.chaaTcLRD_d_ewm .ewm_pic .ep .ts_tex .sx:hover {
    background: #18bfd8;
}

.chaaTcLRD_d_ewm .ewm_pic .co {
    margin: 0 10px;
}

.chaaTcLRD_d_ewm .ewm_tex {
    line-height: 18px;
    color: #666;
    margin: 17px 0 0 0px;
    font-size: 14px;
    /* padding-left: 21px; */
    background-position: -51px -53px;
}

.chaaTcLRD_d_ewm .ewm_tex a {
    color: #999;
    font-size: 14px;
}

.chaaTcLRD_d_ewm .ewm_success {
    height: 160px;
    text-align: center;
}

.chaaTcLRD_d_ewm .ewm_success .ic {
    display: inline-block;
    width: 60px;
    height: 61px;
    background-position: 0 -140px;
    margin-top: 13px;
}

.chaaTcLRD_d_ewm .ewm_success .t1 {
    font-size: 30px;
    color: #000;
    line-height: 42px;
    padding-top: 8px;
}

.chaaTcLRD_d_ewm .ewm_success .t2 {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

/**/
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bcbbbb;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bcbbbb;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bcbbbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bcbbbb !important;
}

input:-webkit-autofill {
    /* 谷歌浏览器-文本框边框阴影遮住了背景颜色浅黄*/
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.input-hark {
    position: absolute;
    width: 20px;
    height: 40px;
    left: 170px;
    top: 0;
    background: #fff;
}
.codeTitle{
    text-align: center;
    font-size: 16px;
    color: #222;
}
.codeBg{
    margin: 0 auto;
    margin-top: 13px;
    width: 200px;
    height: 200px;
    background: url(/OtherItem/images/loginRegister/apperweima.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 2px;
    position: relative;
}
.codeErweima{
    width: 200PX;
    height: 200px;
}
.login-code{
    /* float: left; */

    /* width: 195px; */
    padding-top: 20px;
}
.line{
    float: left;
    width: 1px;
    height: 349px;
    background: rgba(213, 213, 213,0.8);
    margin: 0 40px;
    /* margin-top: -40px; */
}
.zhezhao{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    display: none;
}
.zhezhao p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 75px;
}
.zhezhao2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    display: none;
}
.ERbtn{
    width: 62px;
    font-size: 14px;
    color: #fff;
    background: #6de2ef;
    border-radius: 2px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}
.downloadApp{
    font-size: 15px;
    font-family: "PingFang SC";
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    width: 200px;
    float: left;
    margin-left: 80px;
    margin-right: 80px;
}
.downloadApp p{
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.success{
    display: none;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    padding-top: 80px;
}
.appTitle{
    position: absolute;
    top: -52px;
    text-align: center;
    left: 164px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.ziGuang{
    width: 212px;
    height: 45px;
    background: #FEEEED;
    color: #08b8c3;
    font-size: 15px;
    margin-top: 19px;
}
.ziGuang img{
    width: 51px;
    height: 44px;
    margin-right: 5px;
    vertical-align: middle;
}
.ziGuang span{
    vertical-align: middle;
}
.common-entryBox .login-btn.on{
    background: #4ddbf0;
}
.login-phone-tex{
    line-height: 24px;
    padding-left: 40px;
    margin-top: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: url(/OtherItem/images/loginRegister/login-phone-icon.png) no-repeat 16px center #fbf7ef;
    color: #bba572;
    font-size: 12px;
}
.common-entryBox .other-tags #next_log_flag{
    background-position: 0 -362px;
}
/**滑块验证码**/
.slidingBlock-dialog{display:none;}
.slidingBlock-dialog,.slidingBlock-dialog .slidingBlock-mask{height:100%;position:absolute;left:0;top:0;right:0;z-index:999;}
.slidingBlock-dialog .slidingBlock-mask{z-index:1;opacity:.6;filter:alpha(opacity=60);background:#000;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.slidingBlock-dialog .slidingBlock{width:300px;height:300px;background:#fff;position:absolute;left:50%;top:50%;margin:-150px 0 0 -150px;z-index:5;}
.slidingBlock-dialog .slidingBlock-hd{height:40px;line-height:40px;padding-left:15px;border-bottom:1px solid #e4e7eb;}
.slidingBlock-dialog .slidingBlock-hd strong{font-weight:normal;font-size:16px;}
.slidingBlock-dialog .slidingBlock-close{width:25px;height:25px;line-height:25px;position:absolute;top:5px;right:5px;text-align:center;font-size:26px;}
.slidingBlock-dialog .slidingBlock-close:hover{text-decoration:none;opacity:.7;filter:alpha(opacity=70);}
.slidingBlock-dialog .slidingBlock-bd{padding:10px 0;}
.slidingBlock-dialog .slidingBlock-img{height:170px;position:relative;z-index:1;margin:0 auto;}
.slidingBlock-dialog .slidingBlock-slice{position:absolute;left:0;}
.slidingBlock-dialog .slidingBlock-panel{width:258px;height:40px;margin:10px auto 0;border:1px solid #e4e7eb;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fafafa;position:relative;z-index:1;}
.slidingBlock-dialog .slidingBlock-indicator{position:absolute;height:100%;left:-1px;top:-1px;right:-1px;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;z-index:1;}
.slidingBlock-dialog .slidingBlock-verify-move{background:#d4fff2;border:1px solid #52ccba;}
.slidingBlock-dialog .slidingBlock-pointer{width:40px;height:40px;border:1px solid #e4e7eb;background:url(/OtherItem/images/loginRegister/slidingBlock-icon.png) no-repeat center -40px #fff;position:absolute;left:-1px;top:-1px;z-index:10;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.slidingBlock-dialog .slidingBlock-pointer:hover{background-color:#52ccba;border-color:#52ccba;background-position:center top;}
.slidingBlock-dialog .slidingBlock-indicator-text{line-height:40px;color:#a9a9a9;text-align:center;}
.slidingBlock-dialog .slidingBlock-panel-fail .slidingBlock-pointer{background-color:#f57a7a;background-position:center top;border-color:#f57a7a;}
.slidingBlock-dialog .slidingBlock-panel-fail .slidingBlock-indicator{border-color:#f57a7a;background-color:#fce1e1;}
.slidingBlock-dialog .slidingBlock-load{height:100%;position:absolute;left:0;top:0;right:0;bottom:0;background:url(//www.chinaacc.com/images/loadNew.gif) no-repeat center center #fff;opacity:.7;filter:alpha(opacity=70);z-index:10;}
.slidingBlock-dialog .slidingBlock-refresh{width:28px;height:30px;line-height:300px;overflow:hidden;background:url(/OtherItem/images/loginRegister/slidingBlock-icon.png) no-repeat center -80px;position:absolute;right:5px;top:5px;}

.common-entryBox .auto-login-f12{font-size:12px;line-height:16px;background-position:0 -362px;}
.common-entryBox .auto-login-f12.no{background-position:0 -314px;}
.common-entryBox .auto-login-f12 a{color:#4cdbf0;}
.common-entryBox .other-tags{line-height:24px; padding:10px 0;margin-top: 0;}