﻿/*
    初始化样式
*/
@charset "utf-8";
body{ margin:0 auto; font-size:12px; font-family: "微软雅黑","宋体",Arial, Helvetica, sans-serif; line-height:normal; min-width:1200px;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
*{ margin:0px; padding:0px;}
div{box-sizing: border-box}
img { border:0px;}
a { color:#05a; text-decoration:none;}
a:hover { Transition:all 0.4s;}
#container { width:900px; margin:0 auto;}
.clearfix:after{  content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0;  font-size:0;  }
.clearfix{  zoom:1;  }

/*login_in*/
.login-box{float: right;height:79px;font-size:14px;position: relative;display: none;}
.lione .info-top{margin-top: 20px;margin-left: -126px;color:#fff;float:  left;}
.lione .info-top a{color:#fff;}
.lione .info-top a:hover{color:#cccccc;}
.login-box .usercenter{display: inline-block;width: 98px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #adb1b5;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin-left: 14px;margin-top: 24px;}
.login-box .usercenter{color:#fff;}
.login-box .usercenter:hover{color: #FF6666;border-color: #FF6666;}
.login-box .mon{position: absolute;right: 120px;top:45px;width: 83px;}
.login-box .info{text-align: right;}
.login-box .info-bot a:nth-child(1){color: #FF6666;}
.login-box .info-bot a:nth-child(1):hover{color:red;}
.login-box .info-bot a:nth-child(3):hover{color:#ccc;}
.login-box .info-bot span{color: #70777d;}
#logout{color: #fff;}
#logout:hover{color: #cccccc;}
/*login_in*/


/**video start**/
.yisu-partner{
    width: 100%;
    background:url("../images/user_bg.jpg") no-repeat center;
    padding-top: 78px;
}
.partner-msg{
    width: 1200px;
    margin: 0 auto;
}
.partner-title{
    height: 78px;
    line-height: 35px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
}
/*.partner-need{
    line-height: 18px;
    font-size: 18px;
    color: #A7A8B2;
    text-align: center;
    padding-bottom: 95px;
}*/
.partner-list>div{
    float: left;
    width: 20%;
    color: #666578;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.partner-showpic {
    position: relative;
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 43px 47px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.partner-des .partner-showpic img{
    width: 100%;
    height: 100%;
    opacity: .8;
}
.partner-list div.currentuser{
    color: #ffffff;
}
.partner-list div.currentuser .partner-showpic img{
    opacity: 1;
}
.partner-list div.currentuser .partner-showpic::before{
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: 154px;
    height: 154px;
    border:1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.partner-name{
    height: 34px;
    line-height: 22px;
    font-size: 22px;
}
.partner-company{
    font-size: 16px;
}
.yisu-give{
    font-size: 18px;
    color: #fff;
    margin-top: 94px;
    text-align: center;
}
.look-video{
    margin-top: 82px;
    text-align: center;
    padding-bottom: 40px;
}
.look-video a{
    font-size: 16px;
    color: #FF6666;
}
/*视屏播放弹窗样式*/
.shadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}
.playnow{
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    margin-top: -286px;
    width: 820px;
    height: 550px;
    background-color: transparent;
    z-index: 1000;
}
.video_control{
    width: 820px;
    height: 500px;
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
}
.video_control video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/*旧版*/
/*.shadow{*/
    /*position: fixed;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(255,255,255,.6);*/
    /*z-index: 1000;*/
    /*display: none;*/
/*}*/
/*.playnow{*/
    /*position:absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -410px;*/
    /*margin-top: -286px;*/
    /*width: 820px;*/
    /*height: 550px;*/
    /*background-color: #fff;*/
    /*z-index: 1000;*/
    /*padding: 10px 0px;*/
    /*box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
/*}*/
/*.playnow .show-video{*/
    /*padding:0px 10px;*/
    /*text-align: center;*/
    /*line-height: 500px;*/
/*}*/
/*.closevideo{*/
    /*height: 30px;*/
    /*line-height: 20px;*/
    /*font-size: 20px;*/
    /*color: #767676;*/
    /*text-align: right;*/
    /*cursor: pointer;*/
    /*border-bottom:1px solid #ccc;*/
/*}*/
/*.closevideo:hover{*/
    /*color: #333;*/
/*}*/
/*.closevideo span{*/
    /*margin-right: 10px;*/
/*}*/
/**video start**/

/** RightBar Start **/
.rightBar{ width:50px; position:fixed; right:10px; top:35%; margin-top:-190px; z-index:1100}
.rightBar .link{display:block;width:50px;height:50px;background:#222;margin:1px 0 0 0;position:relative;left:0;top:0;transition:all linear .2s; cursor: pointer;}
.rightBar .link .img{ display:block}
.rightBar .link .lChi{ visibility:hidden; opacity:0; filter:alpha(opacity = 0); height:50px; position:absolute; right:49px; top:0; padding:0 20px 0 0; overflow:hidden; /*transition:all linear .2s*/}
.rightBar .link .lChi .ar{ display:block; position:absolute; right:10px; top:15px}
.rightBar .link .lChi .txt{ display:block; height:50px; line-height:50px; font-size:14px; color:#fff; padding:0 20px; white-space:nowrap; border-radius:4px; background:url(../images/optBg.png) repeat;}
/*.rightBar .link:hover{ background:url(../images/hoverRtBarBg.jpg) repeat-y;}*/
.rightBar .link:hover .lChi{ visibility:visible; opacity:1; filter:alpha(opacity = 100);}
.rightBar .link:hover .wxgzh,.rightBar .link:hover .chis{ display:block}
.rightBar .first{ cursor:default; border-top-left-radius:4px; border-top-right-radius:4px;}
.rightBar .last{ border-bottom-left-radius:4px; border-bottom-right-radius:4px;}

.rightBar .wxgzh{ display:none; position:absolute; top:-11px; left:-192px; width:188px; height:258px; background:url(../images/gzhEwm.png) no-repeat 0 0}

.rightBar .chis{display:none;padding:0 25px 0 0;width:378px;position:absolute;left: -380px;top:-50px;}
.rightBar .chis .ars{ display:block; width:12px; height:22px; background:url(../images/arrIc.png) no-repeat 0 0; position:absolute; right:14px; top:70px; z-index:2}
.rightBar .cIns{border-radius:3px;overflow:hidden;background:#fff;box-shadow:0 0 16px #dcdbdb;padding:15px 0 2px 0;}
.rightBar .csIn{ width:322px; margin:0 auto; position:relative; left:0; top:0; background:url(../images/lines.jpg) repeat-y center 0}
.rightBar .csIn .tt{display:block;height:20px;line-height:20px;font-size:16px;color:#333;text-align:left;font-weight:bold;}
.rightBar .csIn .row{height:48px;border-bottom:1px dashed #eee;text-align:left;font-size:0;width:170px;}
.rightBar .csIn .row .lt{ display:inline-block; *display:inline; zoom:1; line-height:48px; font-size:14px; color:#666; width:80px; text-align:left}
.rightBar .csIn .row .tf{width:120px}
.rightBar .csIn .row .qq{ cursor:pointer; display:inline-block; *display:inline; zoom:1; height:22px; width:22px; background:url(../images/qqOn.jpg) no-repeat; position:relative; left:0; top:6px}
.rightBar .csIn .row .qq:hover{ background:url(../images/qqOn.jpg) no-repeat}
.rightBar .csIn .row .wx{ display:inline-block; *display:inline; zoom:1; height:22px; width:22px; background:url(../images/wx.jpg) no-repeat; margin-left:18px; position:relative; left:0; top:6px}
.rightBar .csIn .row .wx:hover{ background:url(../images/wxOn.jpg) no-repeat}
.rightBar .csIn .col{width:140px;float:  left;}
.rightBar .mgt{ margin-top:8px}
.rightBar .first_ic{
    background: #222 url("../images/index_sprite_img.png") no-repeat -10px -206px;
}
.rightBar .first_ic:hover{
    background: #fe4435 url("../images/index_sprite_img.png") no-repeat -10px -206px;
}
.rightBar .second_ic{
    background: #222 url("../images/index_sprite_img.png") no-repeat -70px -206px;
}
.rightBar .second_ic:hover{
    background: #fe4435 url("../images/index_sprite_img.png") no-repeat -70px -206px;
}
.rightBar .third_ic{
    background: #222 url("../images/index_sprite_img.png") no-repeat -130px -206px;
}
.rightBar .third_ic:hover{
    background: #fe4435 url("../images/index_sprite_img.png") no-repeat -130px -206px;
}
.rightBar .fourth_ic{
    background: #222 url("../images/index_sprite_img.png") no-repeat -190px -206px;
}
.rightBar .fourth_ic:hover{
    background: #fe4435 url("../images/index_sprite_img.png") no-repeat -190px -206px;
}

.kfEwmR{ display:none; position:fixed; left:0; top:0; z-index:101; width:129px; height:129px; padding:18px 16px 15px 19px; background:url(../images/ewmBgR.png) no-repeat 0 0}
.kfEwmR img{ display:block; width:129px; height:129px;}
.kfEwmL{ display:none; position:fixed; left:0; top:0; z-index:101; width:129px; height:129px; padding:18px 19px 15px 16px; background:url(../images/ewmBgL.png) no-repeat 0 0}
.kfEwmL img{ display:block; width:129px; height:129px;}
/** RightBar Start **/


/*two header */
.nav{
    width: 100%;
    height: 80px;
    background-color: #313b45;
}
.navbox{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.yisu-logo{
    float: left;
    width: 132px;
    height: 100%;
}
.yisu-logo a{
    display: block;
    height: 100%;
}
.yisu-logo a img{
     margin-top: 21px;
}
.nav-title{
    position: relative;
    float: left;
    height: 100%;
    line-height: 80px;
    font-size: 23px;
    color: #ffffff;
    padding-left: 24px;
    margin-left: 30px;
}
.nav-title::before{
    position: absolute;
    left: 0px;
    top: 23px;
    content: '';
    width: 1px;
    height: 34px;
    background-color: #6f767c;
}
.rightbox{
    float: right;
    height: 100%;
}
.rightbox a,.rightbox div{
    float: left;
}
.page-link{
    line-height: 80px;
    font-size: 14px;
    color: #ffffff;
}
.page-link:hover{
    color: #FF6666;
}
.line{
    width: 1px;
    height: 14px;
    background-color: #6f767c;
    margin:33px 12px 0px;
}
.register-link,.login-link{
    width: 98px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #adb1b5;
    margin: 22px 0px 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.register-link{
    border-color: #FF6666;
    margin-left: 20px;
    background-color: #FF6666;
}
.login-link:hover{
    color: #FF6666;
    border-color: #FF6666;
}
.register-link:hover{
    color: #FF6666;
    background-color: #fff;
    border-color: #ffffff;
}
/*two header */


/*新注册登录样式 2017/11/18*/

.login-register{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    display: none;
    z-index: 2000;
    background-color: rgba(0,0,0,.5);
}

.login-register-box{
    position: absolute;
    left: 50%;
    top: 220px;
    margin-left: -385px;
    width: 770px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.loginandregister>div{
    position: relative;
    float: left;
    width: 385px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}
.closebtn{
    position: absolute;
    right: -22px;
    top: -10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.loginandregister .registerlayer{
    padding-top: 0;
    min-height: 410px;
}
.reg-line{
    position: absolute;
    left: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D7D7D7;
}
.registerlayer .registerbox{
    padding-top: 30px;
}
.loginbox-head,.registerbox-head,.verify-head{
    position: relative;
    height: 54px;
    line-height: 54px;
    color: #232323;
    font-size: 26px;
    text-align: center;
}
.loginbox-head::before,.loginbox-head::after,.registerbox-head::before,.registerbox-head::after{
    content: '';
    position: absolute;
    left: 50px;
    top: 50%;
    width: 90px;
    height: 1px;
    background-color: #D7D7D7;
}
.loginbox-head::after,.registerbox-head::after{
    left: 250px;
}
.text-tips{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #545454;
    text-align: center;
}
.login-msg,.register-msg{
    padding-top: 16px;
    text-align: center;
}
.login-msg ul li,.register-msg ul li{
    padding-bottom: 15px;
}
.login-msg ul li input,
.register-msg ul li input,
.verify-msgcode input{
    width: 278px;
    height: 40px;
    border:1px solid #D7D7D7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
    outline: none;
}
.login-msg ul li input:focus{
    border-color: #E6002E;
}
.register-msg ul li input:focus,.verify-msg input:focus{
    border-color: #329900;
}
.register-msg ul li.verify-code{
    text-align: left;
    padding-left: 48px;
}
.register-msg ul li.verify-code input,.verify-msgcode input{
    width: 148px;
    height: 42px;
    margin-right: 10px;
}
.register-msg ul li.verify-code span,.verify-msgcode span{
    display: inline-block;
    width: 118px;
    height: 40px;
    border:1px solid #349800;/*#010101*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    cursor: pointer;
}
.loginandregister p{
    text-align: left;
    margin-left: 48px;
    margin:5px 0px 0px 48px;
    color: #E6002E;
    display:none;
}
.register-msg ul li.verify-code p{
    margin-left: 0;
}
.register-prompt button,.login-prompt button,.verify-msg button{
    width: 288px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #349800;
    margin-left: 48px;
    border:1px solid #349800;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 8px;
    outline: none;
    cursor: pointer;
}
.register-prompt button{
    margin-bottom: 39px;
}
.login-prompt button{
    border-color: #f26363;
    background-color: #f26363;
}
.register-prompt button:hover,.login-prompt button:hover{
    opacity: .9;
}
.forget-password{
    margin-top: 19px;
    margin-bottom: 39px;
}
.forget-password a{
    color: #E6002F;
    font-size: 14px;
    margin-left: 228px;
}

/*短信验证*/
.verify-msg{
    padding-top: 30px;
    padding:30px 0px 0px 48px;
}
.alrsend{
    height: 46px;
    line-height: 46px;
    color: #545454;
    font-size: 16px;
}
.verify-msg .phonenum{
    color: #ff6900;
    margin-left: 4px;
}
.verify-msgcode{
    padding:14px 0px 0px 0px;
}
.verify-msgcode span{
    border:1px solid #ff6900;
    color: #ff6900;
    line-height: 42px;
    font-size: 14px;
    /*background-color: #c6c7c8;*/
    text-align: center;
}
.verify-msg button {
    margin-top: 28px;
    background-color: #349800;
    border-color: #349800;
    margin-left: 0;
}
.verify-msg button:hover{
    background-color: #349800;
    opacity: .9;
}
.nomsg{
    margin-top: 19px;
}
.nomsg a{
    font-size: 14px;
    color: #E6002F;
}
.login-register-success{
    min-height: 410px;
    padding-top: 100px;
    box-sizing: border-box;
}
.success-icon{
    height: 32px;
    background:url("../images/yes.jpg") no-repeat center;
}
.success-tips{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    color: #545454;
}
.success-tips .register-suc{
    color: #ff6900;
    text-decoration:underline;
}
.logni-register-box .err{ display:block; width:60%; position:relative; left:0; height:24px; line-height:24px; font-size:15px; color:#ff4539}


.partner-need{
    line-height: 18px;
    font-size: 18px;
    color: #A7A8B2;
    text-align: center;
    padding-bottom: 89px;
}
/*
.swiper-container{
    padding-top: 6px;
}*/

.reset-li-pos li{
    float: left;
}

/*============== 新增自定义配置链接 start ==============*/
.config_link {
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #5E6D81;
    padding-bottom: 26px;
}
.config_link a {
    position: relative;
    display: inline-block;
    color: #FF6666;
    padding-right: 20px;
}
.config_link a span {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url(../images/config.png) no-repeat center;
}
/*============== 新增自定义配置链接 end ==============*/

/*-------------- 新版qq联系方式 start  ---------------*/
.customer_service {
    position: absolute;
    left: -310px;
    top: -50px;
    width: 310px;
    padding-right: 18px;
    display: none;
}
.service_content {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px #dcdbdb;
    -moz-box-shadow: 0 0 16px #dcdbdb;
    -o-box-shadow: 0 0 16px #dcdbdb;
    box-shadow: 0 0 16px #dcdbdb;
      width: 300px;


}
.servicebox {
    position: relative;
    width: 85%;
    padding-top: 12px;
}
.servicebox > .arrow {
    position: absolute;
    right: -16px;
    top: 72px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left-color: #DBE1E8;
}
.servicebox > .arrow::before {
    position: absolute;
    left: -8px;
    top: -7px;
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left-color: #fff;
}
.servicebox > .title {
    line-height: 20px;
    font-size: 14px;
    color: #4D535B;
    padding-left: 20px;
}
.service_list > .row {
    float: left;
}
.service_list > .row,
.after_sale > .row {
    width: 50%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #4D535B;
    text-align: center;
}
.service_list > .row > span,
.after_sale > .row > span,
.service_list > .row > a,
.after_sale > .row > a {
    display: inline-block;
    vertical-align: middle;
}
.service_list > .row > span,
.after_sale > .row > span {
    margin-right: 10px;
}
.after_sale > .row span {
    margin-right: 5px;
}
.after_sale {
    padding: 0px 20px;
}
.after_sale > .title {
    line-height: 18px;
    font-size: 16px;
    color: #4D535B;
    padding-top: 16px;
    border-top: 1px solid #000;
}
.after_sale > .arrow {
    width: 50%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #4D535B;
    text-align: center;
}
.after_sale > .arrow > span,
.after_sale > .arrow > a {
    display: inline-block;
}
.after_sale > .arrow > span {
    margin-right: 60px;
}
.bottom_text {
    line-height: 42px;
    font-size: 14px;
    color: #9EA7B3;
    padding-left: 20px;
    padding-bottom: 5px;
}
.bottom_text > div {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../images/yisu_s_icon.png) no-repeat center;
    margin: 0px 3px;
    vertical-align: middle;
}
.bottom_text > span {
    color: #2D3037;
    margin-right: 3px;
}
/*-------------- 新版qq联系方式 end    ---------------*/
/*-----------------------快速登录---------------------------*/
.otherway{
    height: 32px;
    line-height: 32px;
    margin-top: 28px;
}
.otherway span{
    font-size: 14px;
    color: #5e6e82;
    margin-right: 20px;
}
.other-login{
    position: relative;
    display: inline-block;
    min-width: 200px;
    height: 32px;
    vertical-align: top;
}
.otherway a{
    position: absolute;
    top: 0px;
    width: 32px;
    height: 32px;
    margin-right: 18px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.login-qq{
    left: 0px;
    background: url("../images/login_sprite_img.png") no-repeat -80px -10px;
}
.animate-login .login-qq{
    -webkit-animation: animate_qq 1.8s linear -0.6s 1;
    -o-animation: animate_qq 1.8s linear -0.6s 1;
    animation: animate_qq 1.8s linear -0.6s 1;
}
.login-wechat{
    left: 52px;
    background: url("../images/login_sprite_img.png") no-repeat -122px -10px;
}
.animate-login .login-wechat{
    -webkit-animation: animate_wechat 1.8s linear -0.4s 1;
    -o-animation: animate_wechat 1.8s linear -0.4s 1;
    animation: animate_wechat 1.8s linear -0.4s 1;
}
.login-alipay{
    left: 104px;
    background: url("../images/login_sprite_img.png") no-repeat -164px -10px;
}
.animate-login .login-alipay{
    -webkit-animation: animate_alipay 1.8s linear -0.2s 1;
    -o-animation: animate_alipay 1.8s linear -0.2s 1;
    animation: animate_alipay 1.8s linear -0.2s 1;
}
@keyframes animate_qq {
    0%,75%{ top:0px }
    85%{ top:-10px }
    100%{ top:0px }
}
@keyframes animate_wechat {
    0%,75%{ top:0px }
    85%{ top:-10px }
    100%{ top:0px }
}
@keyframes animate_alipay {
    0%,75%{ top:0px }
    85%{ top:-10px }
    100%{ top:0px }
}

.back_link{
    position: absolute;
    right:40px;
    top: 48px;
    font-size: 14px;
    color: #5E6D81;
    cursor: pointer;
    display: none;
}
.erweima_login{
    position: relative;
    text-align: center;
    display: none;
}
.erweima_login .erweima_img{
    width: 284px;
    height: 254px;
    padding: 13px;
    border: 1px solid #DBE1E8;
    margin: 10px auto 0px;
}
.erweima_login img{
    width: 100%;
    height: 100%;
}
.erweima_login .tips_text{
    line-height: 50px;
    font-size: 16px;
    color: #5E6D81;
}
.use_help{
    line-height: 30px;
    font-size: 14px;
    color: #9ea7b3;
    cursor: pointer;
}
.help_img{
    position: absolute;
    left: 64px;
    top: -10px;
    width: 258px;
    height: 240px;
    display: none;
}
.dated_text{
    position: relative;
    display: inline-block;
    height: 32px;
    color: #2D3037;
    text-align: left;
    padding-left: 38px;
    margin: 20px auto;
}
.dated_icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
}
.dated_icon img{
    width: 100%;
    height: 100%;
}
.dated_text span a{
    color: #20A0FF;
    margin-left: 4px;
}
/*-----------------------快速登录---------------------------*/