* {
    font-family: 'Microsoft YaHei';
    outline: none;
    font-weight: normal;

}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

html, body {
    width: 100%;
    height: 100%;
    min-width:1200px;
    overflow-y: hidden;
    /* overflow-x: hidden; */
    color: #777;
}

body {
    margin: 0;
    padding: 0;
}

::-ms-clear,::-ms-reveal{display:none;}

/* .clearfix {
    clear: both;
} */

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1, p {
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}
/* 隐藏 */

.hide {
    display: none;
}

a[title="站长统计"]{
    display: none;
}


/*灰色提示信息*/
.grayTips {
    font-size: 12px;
    color: #b4b4b4;
}

.select-style {
    background: url(../images/select.png) #fff right no-repeat;
}

.header {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    min-width: 950px;
    padding: 10px 0;
    overflow: hidden;
}

.header .logo {
    margin-left: 10%;
    width: 251px;
    background: url(../logoimg/logo_login.png) no-repeat;
    /* background-size: 100% auto; */
    height: 70px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.header img.logoimg {
    margin-left: 10%;
    width:260px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.header .sxydlogo {
    background: url(../logoimg/logo_login_sxyd.png) no-repeat;
}

.header h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-left: 20px;
}

.header .about {
    float: right;
    margin-top: 20px;
    margin-right: 10%;
}

.header .about li {
    float: left;
}

.header .about a {
    font-size: 14px;
    padding: 0 20px;
    border-right: 1px solid #777;
    cursor: pointer;
}
.header .about a:hover {
    color:#0277bd;
}

.header .about li:nth-last-child(1) a {
    border: none;
    cursor: default;
}

.container {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    min-height: 485px;
    vertical-align: middle;
    /*     min-width: 1000px;
        max-width: 1200px; */
    /*  margin-left: 10%; */
    width: 80%;
    min-width: 950px;
    max-width: 1100px;
    /*     margin-left: auto; */
    margin-right: auto;
    zoom: 1;
}

.container .ica_banner_main {
    float: left;
    width: 584px;
    /* margin-left: 100px; */
}

.ica_banner_main, .ica_banner_box {
    overflow: hidden;
    width: 584px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 322px;
    z-index: 1;
}

.ica_banner_main {
    position: relative;
    height: 390px;
}

.swiper-pagination {
    left: 50%;
    margin-top: 30px;
    margin-left: -10%;
    width: 20%;
}

.ica_banner_box .swiper-slide {
    position: relative;
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53" !important
}

.ica_banner_box .swiper-slide img {
    width: 100%;
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0px 3px;
}

.container .login {
    /*  position: absolute;
     right: 160px; */
    float: right;
    /* padding: 0px 20px 6px 20px; */
    margin-bottom: 10px;
    border: 1px solid #b4b4b4;
    width: 312px;
    /* height: 315px; */
    font-size: 12px;
    /* background-color: #fff; */
}

/*扫码登录*/
.login .login-header div {
    float: left;
    color: rgba(0,0,0,0.85);
    /*margin-top: 5px;*/
    /*margin-bottom: 2px;*/
    font-family: PingFangSC-Medium;
    font-size: 16px;
    letter-spacing: -0.12px;
    font-weight: 500;
    cursor: pointer;
    width: 80px;
    margin: 5px 11px 2px 11px;
}
.login .login-header li{
    display: inline-block;
    float:left;
    height:30px;
    position: relative;
    width: 104px;
}
.login .login-header li:last-child{
    /*margin-left:30px;*/
}
.login .login-header li span{
    background: #3370FF;
    border-radius: 3px;
    width:28px;
    height:3px;
    display: inline-block;
    position: absolute;
    margin-left:-49px;
    bottom:-4px;
}
.login .login-header li:last-child span{
    margin-left:-53px;
}
.forgetPassWord{
    float:right;
    /* margin-top:25px; */
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #3370FF;
    letter-spacing: -0.13px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}
.forgetPassWord a,.forgetPassWord p,.forgetPassWord span{
    float:left;
}
.forgetPassWord p{
    width:1px;
    height:12px;
    display:inline-block;
    background-color:#3370FF;
    margin:4px 5px 0 5px;
}

.login-header-side {
    margin-top: 10px;
    float: right;
}

.login-header-side div {
    float: left;
}

.login-text {
    position: relative;
    margin-right: 7px;
    padding: 5px 13px;
    background: #e3f3fc;
    border: solid 1px #008cdb;
}

.login-text span {
    color: #008cdb;
}

.login-text em {
    position: absolute;
    top: 8px;
    right: -7px;
    width: 7px;
    height: 12px;
    background: url("../images/login_arrow_r.png") center/100% auto no-repeat;
}

.login-icons {
    width: 40px;
    height: 40px;
    background: url("../images/login_scan.png") center/100% auto no-repeat;
    cursor: pointer;
}

.loginBox2 {
    margin-top: 70px;
    width: 100%;
    height: 220px;
    overflow:hidden;
}
.loginBox3Wrapper{
    position:absolute;
    top:0;
    left:0;
    z-index: 10000;
    width:100%;
    height:100%;
    min-width: 950px;
    background:rgba(0,0,0,.7);
}
.loginBox3{
    position:relative;
    top:50%;
    left:50%;
    margin:-250px 0 0 -200px;
    width:400px;
    height: 500px;
    background:#fff;
    -webkit-box-shadow:0 0 150px #272727;
    box-shadow:0 0 150px #272727;
}
#scanLoginBox{
    width:100%;
    height:100%;
}
#scanLoginBox iframe{
    /* position:absolute;
    top:50%;
    left:50%;
    margin:-220px 0 0 -45%;
    width:90%;
    height:440px; */
    width:100%;
    height:100%;
}
.loginBox3 em{
    position:absolute;
    top:15px;
    right:15px;
    z-index: 10;
    width:14px;
    height:11px;
    background:url("../images/bind_close.png") center no-repeat;
    cursor:pointer;
}
.wechattitle img{
    width:115px;
}
.wachatcode img{
    width:170px;
    margin-top:15px;
}
.wachatcode #scanLoginBox{
    width:170px;
    height:167px;
    margin-top:15px;
    margin-left:71px;
}
.txtintro{
    margin-top:15px;
}

/*手机绑定弹出框*/
.bindPhoneNum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width:950px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

.bindBox {
    position: relative;
    left: 50%;
    top: 43%;
    margin: -199px 0 0 -199px;
    width: 400px;
    height: 470px;
    background: #fff;
    -webkit-box-shadow: 0 0 38px #626262;
    box-shadow: 0 0 38px #626262;
    overflow: hidden;
    color: #3a3a3a;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;

}

.bindBox .closeBindBox {
    margin: 18px 18px 0 0;
    float: right;
    width: 14px;
    height: 11px;
    background: url("../images/bind_close.png") center/100% auto no-repeat;
    cursor:pointer;
}

.bindBox_main {
    margin: 0 auto;
    width: 80%;
}

.bindBox_main .bindphonetitle {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #3370FF;
    letter-spacing: -0.16px;
    font-weight: 500;
    margin-top:15px;
    margin-bottom:15px;
}
.bindBox_main .bindBox-content{
    margin-top:10px;
}
.bindBox_main ul li {
    margin-bottom:20px;
    overflow: hidden;
    border-radius:8px;
    background: #ffffff;
    border-radius: 8px;
}

.bindBox_main ul li span {
    margin-right:15px;
    float: left;
    width:70px;
    height:36px;
    line-height:36px;
    text-align:right;
    color: #3a3a3a;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inputBox {
    position:relative;
    float: left;
    width: 318px;
    height:40px;
    border-radius: 8px;
}
.inputBox input{
    width: 99%;
    height:40px;
    text-indent:10px;
    border-radius: 8px;
}
.inputBox .bind-tips{
    position:absolute;
    top:0;
    right:0;
    width:228px;
    height:100%;
    line-height:36px;
    text-indent:10px;
    color:#9c9c9c;
}

.bindBox-vcode{
    width:214px;
    float:left;
}
.bindBox-vcode .bind-tips{
    width:118px;
}
.fengeline{
    width:1px;
    height:16px;
    background:#3370FF;
    float:right;
    margin-top:12px;
}

.getVcode{
    float:right;
    width:102px;
    height:40px;
    line-height:40px;
    color:#3370FF;
    background:#ffffff;
    cursor:pointer;
    border-radius:8px;
    font-size:16px;
}

.bindBtn{
    width:100%;
    height:36px;
    line-height:36px;
    text-align: center;
    background: #009fe8;
    color:#fff;
    cursor:pointer;
}
.getVcode:hover,.bindBtn:hover{
    /* background:#0277bd; */
}
.bindTips h4{
    margin-bottom:5px;
    color:#3370FF;
    font-size:12px;
}
.bindTips p{
    /* margin-left:20px; */
    font-size:12px;
    line-height:18px;
    color:#3370FF;
}
.bindBox_main .dlg-btns ul li{
    margin-top:15px;
}

.dlg_info {
    clear: both;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    /* width:100%; */
    text-align: center;
}

.dlg_errinfo {
    margin: 0 auto;
    color: #eb192d;
    font-size: 12px;
}

.login .label {
    padding: 5px 0 5px;
}

.login .label span {
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login .label a {
    float: right;
    color: #3370FF;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login .label p{
    float:right;
}

.login .label a:hover {
    color: #225BDF;
}

.quickLink {
    margin-top: 10px;
    text-align: center;
    float: none;
}

.quickLink span {
    cursor: pointer;
    color: #009fe8;
    text-decoration: underline;
}
.quickLink span:hover {
    cursor: pointer;
    color: #0277bd;
}
.inspurPass {
    position: relative;
    text-decoration:none;
}
.quickLink .inspurPass {
    float: left;
    padding-left: 25px;
}
.quickLink .toregister {
    /* float: right;
    text-align:right; */
}
.inspurPass::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    /* background: url(../images/passport-logo.svg) no-repeat; */
    background-position: center;
    background-size: auto 100%;
}
.placeholder-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
    border: 1px solid #999;
    border-radius: 8px;
    overflow: hidden;
}

/* 三方登录的入口配置 */
.thirdLink{
    clear: both;
}
.thirdLink li{
    float: left;
    width: 98px;
    text-align:center;
    cursor: pointer;
}
.thirdLink li a{
    display: block;
    text-align: center;
    width: 100%;
    height: 20px;
    padding-top: 50px;
    background: url(../images/inspur.png) center 10px no-repeat;
    background-size: 36px 36px;
}
.thirdLink li.qywechatLink a{
    background-image: url(../images/qywechat.png);
}
.thirdLink li.wechatLink a{
    background-image: url(../images/wechat1.png);
}

.dlg_input-focus {
    border: 1px solid #0277bd;
}

.dlg_login_row_len .placeholder-input {
    width: 298px;
}

.placeholder-input .dlg_login_txt {
    border: none;
    width: 100%;
    height: 98%;
    color: #555;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 10px;
    overflow: hidden;
    /*     text-indent: 10px; */
    cursor: text;

}
.shuruyanzhengma{
    width:calc(100% - 140px) !important;
}
/* .placeholder-input .dlg_login_txt:empty，
.placeholder-input .placeholder-tips：empty{
	padding-left:10px;
} */

.placeholder-input .placeholder-tips {
    border: none;
    width: 100%;
    padding-left: 10px;
    overflow: hidden;
    position: absolute;
    color: #999;
    top: 0;
    left: 0;
    cursor: text;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dlg-btns {
    clear: both;
    margin-top:10px;
}

.dlg-btns ul li {
    margin: 0 auto 5px auto;
    float: left;
    font-size: 20px;
    width: 25%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.dlg-btns ul li.dlg-normal {
    height: 40px;
    line-height: 40px;
    background: #3370FF;
    width: 100%;
}

.dlg-btns ul li.dlg-normal:hover {
    background: #225BDF;
}

.dlg-btns ul li.dlg-normal input {
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    font-size:18px;
}

/*註冊頁面*/

.content {
    width: 100%;
    /*margin: 0 auto;
    text-align:center;*/
}

.content .login-tip {
    width: 550px;
    display: block;
    text-align: right;
    margin: 20px auto;
    font-size: 12px;
}

.content .login-tip a {
    color: #009fe8;
    cursor: pointer;
}

.content .login-tip a:hover {
    color: #0277bd;
    text-decoration: underline;
}

.content .content_main {
    width: 550px;
    margin: 0 auto;
    font-size: 14px;
}

/*.content .company_info,.content .account_info {
    clear:both;
    margin:0 auto;
    text-align:center;
}*/
.content .company_info {
    border-bottom: 1px dashed #ccc;
}

.dlg_main_row {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    /* border:1px solid red;*/
}

.dlg_main_row span, .dlg_main_row_len span {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 15px
}

.dlg_main_row .placeholder-input {
    float: left;
    width: 60%;
}

.dlg_main_row_img {
    height: 100px;
}

.dlg_main_row .yyzz-box {
    float: left;
    position: relative; /* 保证子元素的定位 */
    width: 60%;
    height: 100%;
    border: 2px solid #dfdfdf;
    background: #f9f5f4 url("../../ica/img/license.png") center center /* no-repeat*/;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

#preview {
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale); */
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.dlg_main_row .yyzz-box .yyzz-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* 宽高和外围元素保持一致 */
    height: 100%;
    opacity: 0;
    -moz-opacity: 0; /* 兼容老式浏览器 */
    filter: alpha(opacity=0); /* 兼容IE */
    z-index: 3;
}

.dlg_row_content {
    /*临时测试*/
    display: inline-block;
    width: 60%;
    float: left;
    text-align: left;
}

.content .content_title {
    font-weight: 600;
    font-size: 14px;
}

.content .tips-input {
    border: none;
}

.dlg_main_row .tips-input span {
    text-align: left;
    margin: 0px;
    width: 100%;
}

.dlg_main_row div {
    color: #f74c23;
}

.marginBN {
    margin:10px 0;
    /* height:75px; */
    height:90px;
    line-height:30px;
}

.v-tips {
    height: 20px;
    line-height: 20px;
}

.dlg_yzm_row {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 10px auto;
}

.dlg_main_row_len {
    margin: 0 auto;
    width: 100%;
}

.dlg_main_row_len .placeholder-input {
    float: left;
    width: 37%;
    margin-right: 10px;
}

.dlg_btn_row {
    float: right;
    margin-right: 30px;
    padding-bottom: 12px;
    text-align: center;
}

.dlg-btns ul li.dlg-regist {
    margin-left: 33%;
    width: 60%;
}

.dlg_contract {
    color: #3370FF;
    cursor: pointer;
}

.dlg_contract:hover {
    color: #0277bd;
    text-decoration: underline;
}

.dlg_btn {
    color: #fff;
    /* border: 1px solid #7ccc6a;
    background-color: #7ccc6a; */
    /*#e8f4ff;*/
    border-radius: 8px;
    width: 115px;
    height: 24px;
    margin-top:8px;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #3370FF;
    letter-spacing: -0.13px;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
    text-align:center;
    background-color:#ffffff;
}

/* .dlg_btn:hover {
    color: #fff;
    background-color: #6cbb5a;
} */

.btndisabled,
.btndisabled:hover,
.dlg-btns ul li.btndisabled,
.dlg-btns ul li.btndisabled:hover {
    /* background-color: #ccc;
    border: 1px solid #ccc;
    color: #999; */
    height:38px;
    margin-top:1px;
}

.dlg_row_style {
    margin-bottom: 20px;
}
.yanzhengmatop {
    margin-top: 20px;
    margin-bottom:6px;
}
.mimaqiangdu{
    text-align: left;
    margin-bottom:15px;
    font-size:12px;
    padding-left:4px;
}
.mimaqiangdu>div>span{
    width:20px;
    height:16px;
    font-size:12px;
    border-radius:4px;
    display: inline-block;
    background: #CACACA;
    text-align: center;
}
.mimaqiangdu>span{
    color:#3370FF;
    height:20px;
    display: block;
}

.dlg_row_style .dlg_main_row_len .placeholder-input {
    width: 58%;
}

.dlg_row_style .dlg_btn {
    width: 35%;
    font-size: 12px;
}

.jqRadio {
    /* background: transparent url(../images/radio.gif) no-repeat; */
    vertical-align: middle;
    height: 16px;
    width: 17px;
    _font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
    background: #fff url(../images/radio.gif) no-repeat;
    border-radius: 50%;
}

.jqChecked {
    background-position: 0 -16px;
}

.dlf_row_radio_click {
    float: left;
    margin-right: 6%;
}

.content_main .jqRadio {
    position: relative;
    top: 0px;
}

/* 微信支付 */
.wt-main{
    width: 990px;
    margin: 0 auto;
    padding-top: 115px;
}
.wt-order {
    width: 100%;
    height: 38px;
}
.wt-order .wt-left{
    float: left;
    width: 640px;
}
.wt-order .wt-title,
.wt-order .wt-right .wt-price span,
.wt-order .wt-right .wt-price strong {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
}
.wt-order .wt-right{
    width: 190px;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.wt-order .wt-right .wt-price strong{
    color: red;
    font-weight: bold;
}
.payment{
    background-color: #fff;
    padding: 12px 30px 0;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
    box-shadow: 0 0 20px rgba(0,0,0,.12);
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wt-title{
    font-size: 20px;
}
.wt-bd{
    width:690px;
    height:423px;
    margin:0 auto;
    text-align: center;
}
.wt-codeleft{
    float:left;
    width: 290px;
    height:100%;
}
.wt-box{
    width: 240px;
    border: 1px solid #ccc;
    height: 240px;
    padding: 15px;
    margin: 0 auto;
}
.wt-box-top{
    height: 44px;
    margin-bottom: 10px;
}
.wt-box-top p{
    margin: 0;
    font-size: 14px;
    color: #f88f55;
    font-weight: 700;
}
.wt-sidebar{
    float: right;
    width: 379px;
    height: 421px;
    background: url(../images/wechat.png) 50px 0 no-repeat;
}
/* 登陆注册 */
.login-main{
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/login_bg.png) center no-repeat;
    background-size: 100% 100%;
    min-width: 1100px;
    min-height: 600px;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}
.left-introduce {
    /* position: absolute;
    top: 50%;
    left: 14%;
    -webkit-transform: translateY(-50%);
           -ms-transform: translateY(-50%);
               transform: translateY(-50%);   */
    float: left;
    position: relative;
}
.left-introduce .introduce-word {
    width: 400px;
}
.left-introduce li {
    float: left;

}
.left-introduce li+li {
    margin-left: 40px;
}
.left-introduce li P {
    font-size: 12px;
    color: #fff;
}
.left-introduce li .img-bg {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    margin: 50px auto 12px;
}
/* .left-introduce li img {
    vertical-align: middle;
    width: 26px;
    -webkit-animation:  bigsmall 1.5s infinite linear;
             animation:  bigsmall 1.5s infinite linear;
}
@-webkit-keyframes bigsmall {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}
@keyframes bigsmall {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
} */
/* .footer-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1e2c53;
    height: 14%;
}
.footer-bar ul {
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 594px;
    padding: 15px 0;
}
.footer-bar ul li {
    float: left;
    margin-right: 70px;
}
.footer-bar li img {
    vertical-align: middle;
}
.footer-bar ul li:last-child {
    margin: 0;
}
.footer-bar li span {
    color: #31abce;
    font-size: 13px;
}
.footer-bar p {
    text-align: center;
    font-size: 16px;
    color: #b5b5b5;
} */
.main-container{
    /* height: 430px; */
    height: 505px;
    width: 400px;
    float: right;
    /*      width: 1100px; */
    /* background:#fff; */
    /* position: absolute; */
    font-size:14px;
    /* top: -120px; */
    /* bottom: 0;
    top: 50%;
    right: 12%;
    margin-top: -250px; */
    /* -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%); */
    /* right:100px; */
    /* left:0;
    right: 0; */
    /* margin: auto; */
    z-index:99;
    border-radius: 6px;
    /* box-shadow:0 0 10px rgba(0,0,0,.2); */
}
.update_info{
    height: 56px;
    /* line-height: 30px; */
    /* width: calc(100% - 60px); */
    width:400px;
    background-image: -o-linear-gradient(315deg,#ffe73b 0,#fdb634 100%);
    background-image: linear-gradient(135deg,#ffe73b 0,#fdb634 100%);
    position: absolute;
    top: -55px;
    border-radius: 4px;
    padding: 0 30px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #743504;
    box-sizing: border-box;
}
.update-box {
    display: flex;
    align-items: center;
    height: 35px;
}
.update_info_icon{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 7px;
    background: url("../images/updata_info_icon.svg") no-repeat center;
}
.update_info span {
    font-size: 12px;
}
.close_icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 5px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.main_win{
    position: relative;
    float: right;
    margin: auto;
    z-index: 99;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    width: 400px;
    /* 	width: 465px; */
    height: 475px;
    margin-top: -20px;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.main_header{
    width: 100%;
    text-align: left;
    height: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main_header1{
    width: 100%;
    text-align: left;
    /* height: 105px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#logo_login{
    position: absolute;
    left: 40px;
    top:15px;
    cursor: pointer;
}
#logo_login img{
    width:181px;
    height:51px;
}
.main_header>a> img,.main_header1>a> img{
    /*width:165px;*/
    /*margin:15px 0 0 20px;*/
    height: 50px;
    /*margin: 30px 0 0 42px;*/
    margin: 25px 134px;
}
.loginmode{
    float:right;
    position: relative;
}
.loginmode .erweima{
    border-top-right-radius:24px;
    width:70px;
    height:70px;
}
.loginmode .saoma{
    width:118px;
    position: absolute;
    right:44px;
    top:25px;
}
.loginmode .zhanghao{
    width:79px;
    position: absolute;
    right:44px;
    top:25px;
}





.container{
    width: 100%;
    min-width: 300px;
    text-align: center;
    margin-top: 0;
    min-height: 340px;
}
.container .login{
    float: none;
    margin: 0 auto;
    border:0;
}
#space{
    height: 15px;
}
.login .label{
    padding: 5px 5px 5px 0;
}
.label{
    text-align: left;
}
.login-header{
    height: 30px;
    /* margin-bottom:15px; */
    /* position: relative; */
}
.footer_info{
    position: absolute;
    right: 0;
    left:0;
    color: #fff;
    /*   color: #999999; */
    font-size: 14px;
    text-align:center;
    top: 50%;
    margin-top: 270px;
    z-index:90;
}
.footer_info div{
    color:#fff;
}
.container .login{
    font-size: 14px;
}
#btn-login,#btn-retrieve{
    font-size: 18px;
}
#remember{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
}
.placeholder-input{
    width: 98%;
}
.placeholder-input .dlg_login_txt{
    font-size: 13px;
}
.placeholder-input ,.dlg_login_txt{

    border:1px solid #DCDCDC;
}
.dlg-btns ul li.dlg-normal{
    width: 99%;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.rg-agreement{
    position: relative;
    /*height: 30px;*/
    margin-top: 20px;
}

.rg-agreement input[type='checkbox'] {
    position: absolute;
    left: 42px;
    top: 0px;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1000;
}

.rg-agreement label:before {
    content: '';
    position: absolute;
    left: 42px;
    top: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.rg-agreement label:after {
    content: '';
    position: absolute;
    left: 46px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.rg-agreement input[type='checkbox']:checked + label:before {
    background: #3370ff;
    border-color: #3370ff;
}
.rg-agreement input[type='checkbox']:checked + label:after {
    background: #3370ff;
}

.checkbox {
    position: relative;
    height: 30px;
    margin-top: 5px;
}
.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    opacity: 0;
}
.checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.thirdLink li a {
    color: #777;
}
.checkbox input[type='checkbox']:checked + label:before {
    background: #3370ff;
    border-color: #3370ff;
}
.checkbox input[type='checkbox']:checked + label:after {
    background: #3370ff;
}
.main_logo{
    cursor: pointer;
}
.outtime{
    position: absolute;
    right: 0;
    top: 460px;
    width: 400px;
    height: 76px;
    opacity: 0.74;
    /* background: rgba(255,255,255,.557); */
    /* border: 1px solid #ECA461; */
    border-radius: 9px;
    z-index: 1000;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.outtime div{
    height: calc(100% - 10px);
    line-height: 19px;
    margin-left: 50px;
    padding: 10px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #094BBF;
}
.outtime img {
    float: left;
    width: 40px;
    margin: 10px
}
.dlg_row_content label {
    color: #777;
}
/* 活动出现弹框样式 -style-start */
/* .active-button {
    cursor: pointer;
}

.act-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.act-dialog .act-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

}

.act-dialog .weixin-code {
    width: 200px;
}

.act-dialog .close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
}
.act-dialog .code {
    background: #fff;
    padding: 8px;
    text-align: center;
} */
/* 活动代码 -style-end */

/* 新更改 style*/
/* logo */
.cont-center {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1600px) {
    .cont-center {
        width: 1300px;
    }

}
.login-main .jump-logo {
    /* position: absolute; */
    /* width: 260px; */
    height: calc(100vh / 12);
    /* top: 0;
    left: 0%; */
    margin: 0.8% 0 0 0;
    cursor: pointer;

}
.login-cont {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;

    -webkit-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);
}
.banner-left {
    /* float: left; */
    /* width: 66%; */
    color: #fff;


}
.banner-jxc,.banner-ydz {
    display: none;
}
.banner-common .introduce-top .right {
    width: 144px;
}
.banner-left>img {

    height: calc(100vh / 12);
    display: block;
}

.banner-left h1 {
    font-size: 32px;
    /* color: #fff; */
}

.banner-left h3 {
    padding: 10px 0 20px;
    padding-right: 20px;
    /* color: #fff; */
    position: relative;
    font-size: 18px;
}
.banner-left span {
    /* color: #fff; */
}


.banner-ykj h3::after {
    right: 42%;
}

.banner-jxc h3::after {
    right: 50%;
}

.banner-ydz h3::after {
    right: 47%;
}


.introduce {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
    padding: 28px 20px;
    border-radius: 10px;
    height: 294px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 769px;
}

.banner-left li {
    text-align: left;
    float: left;
}

.banner-left .introduce-top .right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.introduce-bottom {
    margin-top: 30px;
    padding: 20px 60px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}

.introduce-bottom li {
    text-align: center;
}

.introduce-bottom li+li {
    margin-left: 100px;
}
.banner-ykj .introduce-bottom li+li {
    margin-left: 82px;
}
.introduce-bottom li p {
    margin-bottom: 10px;
}

.introduce-bottom li b {
    font-size: 34px;
}

.introduce-bottom li:nth-of-type(1) {
    color: #2A87FF;
}

.introduce-bottom li:nth-of-type(2) {
    color: #F79E55;
}

.introduce-bottom li:nth-of-type(3) {
    color: #EA6060;
}

.introduce-bottom li:nth-of-type(4) {
    color: #14D4B8;
}


.banner-common .introduce-top li {
    width: calc(100% / 3);
}
.banner-common .introduce-top .right {
    width: 144px;
    overflow: hidden;
}
.banner-common .introduce-top li+li {
    margin: 0;
}


.banner-left .introduce-top img {
    height: 68px;
    vertical-align: middle;

}



.banner-left li h2 {
    color: #000;
    margin: 6px 0;
    font-size: 16px;
    /* font-weight: 600; */
}

.banner-left li p {
    line-height: 20px;
    font-size: 12px;
    color: #333;
}
.banner-ykj li h2 {
    font-size: 17px;
}
.banner-ykj li p {
    line-height: 28px;
    font-size: 12px;
}
/* .banner-left .introduce-top li+li {
    margin-left: 26px;
} */
.banner-ykj .introduce-top li+li {
    margin-left: 50px;
}

.banner-jxc li h2 {
    font-size: 16px;
}

.banner-jxc li p,.banner-ydz li p {
    font-size: 12px;
}
/* tab-start */

.tab {
    /* width: 60%; */
    width: calc(100% - 12px);
    height: 66px;
    background: rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: inset 0 2px 14px 0 rgba(67, 66, 66, 0.13);
    box-shadow: inset 0 2px 14px 0 rgba(67, 66, 66, 0.13);
    /* position: absolute; */
    /* left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); */
    bottom: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 37px;
    padding: 6px;
    margin-top: 20px;
}


.tab li {
    float: left;
    width: calc(100% / 3 - 18px);
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border-radius: 37px;
}
.tab li+li {
    margin-left: 21px;
}
/* .tab li+li {
    border-left: 1px solid #238FED;
} */

.tab li.active,.tab li:hover {
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.79) 0%, rgba(235, 235, 235, 0.75) 97%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.79)), color-stop(97%, rgba(235, 235, 235, 0.75)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.79) 0%, rgba(235, 235, 235, 0.75) 97%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.tab li h2 {
    color: #fff;
    font-size: 15px;
    padding: 13px 0 6px;
    margin: 0;
    /* font-weight: 600; */
}

.tab li p {
    color: #fff;
    font-size: 12px;
}

.tab li.active h2,.tab li:hover h2 {
    color: #000;

}

.tab li.active p,.tab li:hover p {
    color: #333;
}


/* tab-end */
/* 控制首页微信二维码 */
.impowerBox .title{
    display:none !important;
}
.impowerBox .qrcode{
    width:170px !important;
    margin-top: 0px !important;
    border:none !important;
    border-radius: 4px;
}
.copyright {
    position: fixed;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ccc;
    font-size: 13px;
}
.copyright a {
    color: #ccc;
    padding-left: 15px;
}

.placeholder-input-code {
    background: #fff;
    margin-top: 15px;
    overflow: hidden;
}
.placeholder-input-code input {
    width: calc(100% - 170px);
    height: 100%;
    padding-left: 10px;
}
.valid-code {
    display: inline-block;
    user-select: none;
    width: 120px;
    height: 100%;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    text-align: center;
    float: right;
}
/*.valid-code::before {
    content: '';
    position: absolute;
    top: 0;
    left:-5px;
    width: 1px;
    height: 42px;
    -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
            transform: scaleY(.5);
    background-color: #e5e5e5;
}
.placeholder-input-code span {
    text-align: center;
    display: inline-block;
    margin-top: -10px;
    font-weight: 600;
    font-size: 20px;
}*/
.no-space {
    margin-top: 0;
}
.placeholder-input-code img {
    width: 100%;
    height: 100%;
}

.find-password{
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.old-user{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.old-user-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);;
}

.must-read-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 786px;
    height: 486px;
    background: url("../images/service-background.png") center no-repeat;
    background-size: 100% 100%;
}

.must-service-title{
    width: 100%;
    padding: 50px 0 50px 0;
    font-size: 22px;
    color: #2D2F33;
    text-align: center;
    font-weight: bold;
}
.must-service-header{
    padding: 10px 42px;
    /*width: 100%;*/
    text-align: left;
    font-size: 18px;
    color: #2D2F33;
}
.must-service-info{
    /*width: 100%;*/
    padding: 10px 42px;
}
.must-service-word{
    padding-top: 10px;
    font-size: 15px;
    color: #424347;
}
.must-service-word span{
    color: #328BFF;
    cursor: pointer;
}

.must-service-operate{
    display: flex;
    width: 420px;
    align-items: center;
    justify-content: center;
    margin: 100px auto 0;
}
.must-service-view{
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #2D2F33;
    background: #FFFFFF;
    border: 1px solid #E8EBF2;
    box-shadow: 0 2px 6px 0 rgba(31,35,41,0.06);
    border-radius: 8px;
}
.must-service-jump{
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #FFFFFF;
    background-image: linear-gradient(-51deg, #328BFF 0%, #2A87FF 100%);
    box-shadow: 0 4px 10px 0 rgba(69,144,255,0.25);
    border-radius: 8px;
}