* {
    margin: 0;
    padding: 0;
}
body{
    font-family: "Microsoft YaHei", "微软雅黑";
}
a {
    text-decoration: none;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a{
    -moz-user-select:none !important;/*火狐*/
    -webkit-user-select:none !important;/*webkit浏览器*/
    -ms-user-select:none !important;/*IE10*/
    -khtml-user-select:none !important;/*早期浏览器*/
    user-select:none !important;
}

.header {
    height: 180px;
    background-color: #ffffff;
}

.header_top {
    height: 34px;
    width: 100%;
    background: #f3f3f3;
    border-bottom: #dcdcdc 1px solid;
    line-height: 34px;
    color: #666666;
    font-size: 12px;
}

.header_top_cont {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}

.header_left {
    text-indent: 16px;
    display: inline-block;
    color:#666666;
    margin-right: 15px;
    background: url(../images/ico_1.png) center left no-repeat;
}

.header_left.header_left_v8{
    background: none;
    text-indent: 0px;
}
.header_nav_v8{
    color: #C21A30;
    margin-right: 15px;
    cursor: pointer;
}

.header_left:hover{
    color: #f95a5e;
}
.header_username a {
    color: #222222;
    margin-left: 5px;
}
.header_username a.mySpace{
    display: inline-block;
    width: 64px;
    height: 20px;
    background: #c31934;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.mySpace:hover{
    color: #ffffff !important;
}
.header_username a .icon{
    color: #ff8100;
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 62px;
    transform:rotate(12deg);
    -ms-transform:rotate(12deg); 	/* IE 9 */
    -moz-transform:rotate(12deg); 	/* Firefox */
    -webkit-transform:rotate(12deg); /* Safari 和 Chrome */
    -o-transform:rotate(12deg);
}

.header_username a.register{    color: #222222;}
.header_right {
    float: right;
    position: relative;
    height: 34px;
    line-height: 17px;
}

.header_link {
    color: #666;
}

.header_middle {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.logo {
    float: left;
    height: 57px;
    width: 335px;
    background: url(../images/logo.png) no-repeat;
    cursor: pointer;
}
.search_box {
    float: left;
    margin-top: 10px;
    margin-left: -40px !important;
}
.nav_cntr {
    width: 100%;
    height: 50px;
    background: #ffffff;
}

.nav_list {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.nav{
    position: relative;
    display: inline-block;
    flex: 1;
    text-align: center;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    margin-right: 10px;
    color: #222222;
}
.nav_hover span{
    background-image: url("../images/neww.png")!important;
}
.nav:hover a{
    color: #ffffff!important;
}
.nav:hover span{
    background-image: url("../images/neww.png");
}
.nav span:hover .nav a{
    color: #ffffff!important;
}
.nav a:hover{
    text-decoration:none;
}
.nav span{
    cursor: pointer;
    position: absolute;
    right: 6px;
    display: inline-block;
    height: 11px;
    width: 19px;
    top: 3px;
    background-image: url("../images/newr.png");
    font-size:8px;
    font-weight:bold;
}

.nav_links {
    color: #222222;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    height: 100%;
    display: block;
    padding: 0 22px;
}
.nav_list .nav:first-child a{
    padding: 0 30px;
}
.nav_links:hover {
    color: #fff!important;
}

.nav:hover {
    background: #af0a1f;
    color: #ffffff!important;
}

.out_links {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
}

.out_links .tit {
    background: #f3f3f3;
    border-top: 2px solid #a8a8a8;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.out_links .tit span {
    background: #fff;
    width: 120px;
    height: 100%;
    display: inline-block;
    text-align: center;
}
.nav_hover {
    background: #C21A30!important;
}
.nav_hover .nav_links{
    color:#ffffff!important;
}
.nav_v8p10{
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    border-radius: 6px 6px 6px 6px;
    padding: 16px;
}

.nav .nav_v8p10 a:hover{
    color: #BC0A26 !important;
    background: rgba(253,242,241,0.87);
    border-radius: 4px;
}
.nav .nav_v8p10 a{
    color: #666666 !important;
    padding: 0px;
}

.nav .nav_links .iconArrow{
    background-image: url("../images/arrowDownBlack.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 10px;
    position: absolute
}
.nav:hover .nav_links .iconArrow{
    background-image: url("../images/arrowDownWhite.png");
}
.nav.nav_hover .nav_links .iconArrow{
    background-image: url("../images/arrowDownWhite.png");
}
.nav_v8p10 .nav_links{
    font-size: 14px ;
    color: #666666 !important;
    line-height: 30px;
    margin-bottom: 8px;
}

.navMenuSub_v8p10{
    position: absolute;
    top:36px;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding-top: 10px;
    display: none;
}
.nav_v8p10 .nav_links:last-child{
    margin-bottom: 0px;
}
.out_links .list {
    color: #7c7c7c;
    padding: 20px 0 40px 0;
}

.out_links .list a {
    margin: 12px;
    color: #333333;
    display: inline-block;
    /* font-family: "宋体"; */
    font-size: 14px;
}

.content_line {
    width: 1100px;
    margin: 10px auto 0;
    clear: both;
    overflow: hidden;

}

.content_line i {
    /*position: relative;*/
    /*top:2px;*/
    font-style: normal;
}
.related_resources .content_line i {
    position: relative;
    top:2px;
    font-style: normal;
}

.dialogBox .showMsg {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.mske{
    min-height: 600px;
}
.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_right a{
    color:#666;
    display: inline-block;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    position: relative;
    top:10px;
    border-left: 1px solid gray;
    margin-left: 10px;
    padding-left: 10px;
}
.noline{
    border: 0!important;
    padding-left: 0!important;
}
.qq-small{
    width: 16px;float: left;
    margin-top: 3px;
    background: url(../images/qq2.png) center no-repeat;
    height: 20px;
    display: inline-block;
    vertical-align: middle;}
.upd-server{
    margin-top: 10px;
    background: #fe8100;
    display: inline-block;
    /*float: left;*/
    width: 99px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    font-size: 14px;
    margin-left: 8px;
    border-radius: 4px;
}
.upd-server:hover{
    color:#fff !important;
}
.upd-server .ico-up{
    background: url(../images/yun.png) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.upd-server .ico-shu{
    background: url(../images/shu.png) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.upd-server .icon-tips{
    position: absolute;
    left: 10px;
    top: -20px;
    width: 97px;
    height: 40px;
    /* background: url("../images/tubiao.png") center no-repeat;*/
}
.upd-server .ico-gw{
    background: url(../images/gwtubiao.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 80%;
    margin-right: 5px;
    position: relative;
    left: 1px;
    top:-2px;
}

.upd-server .ico-qyzq{
    background: url(../images/area_zone.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: 80%;
    margin-right: 5px;
    position: relative;
    left: 1px;
    top:-2px;
}

@font-face {font-family: "iconfont";
    src: url('./iconfont/iconfont.eot?t=1522150486999'); /* IE9*/
    src: url('./iconfont/iconfont.eot?t=1522150486999#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAWsAAsAAAAACBgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW70g/Y21hcAAAAYAAAABeAAABhpqMBr5nbHlmAAAB4AAAAd0AAAIA1eSXE2hlYWQAAAPAAAAALwAAADYQ396oaGhlYQAAA/AAAAAcAAAAJAfeA4RobXR4AAAEDAAAAAwAAAAMC+kAAGxvY2EAAAQYAAAACAAAAAgAdgEAbWF4cAAABCAAAAAfAAAAIAESAGluYW1lAAAEQAAAAUUAAAJtPlT+fXBvc3QAAAWIAAAAJAAAADXP4FKAeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/sE4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDwLZW7438AQw9zA0AgUZgTJAQAptAzCeJzFkMENgDAMAy9t6QMxCA/WqcSLOTpx1ygmlAcT1JJjxbGUKMACRPEQE9iF8eCUa+5HVveTZ7LUCNRWelf/qSKaZdegkpkGm7f6j83rPjp9hTqoE1t5SbgBKUYM4wAAeJwVj7+L1EAcxec7k5ls4ibZmySTH/sr2exuPHYv7u5lE0TcFZQDxUIQBeUaSwttrxFcFMXCwgMLSxVBENurvObA7v6D60Q7sViwsck59+XxHg++PPggitDpD3JIfGSj82iKrqFbCAEbQc/EbYjTPMMjcGPqeo5J0iSN1aSXkcvg9ZgjZkU+9JjKLDChA9vxrEgznMI8X+BLMBNtgKAZ3uaDFidvQPfTzovqBv4IbjdpWYut6vp46cwiu7ZX5zzg/HWNUVrDWLFMeOQJjWo6qz5RK3QPu5u4C/UgDW/eM6Imf/Aqf9weeBrAagV2MzI/LzfCDaknobB5oDaMmh8aSd+BvV/nfLveHv5E8hTJ+lRBZCVJzzh3ERowdTI1QZUQ6bQoi/kSivIiLsp5MS8zSIt+KRSPKUT+dMATXRCecB11AeV2OZnKyIDEvWFeSHrhMBp3wGFqnEFe4FGQJHem4wumrjLFwg3dkEMvP2AK8ckJxJRW//4erCl+eN/2VBEwY3zVbW2+P1boWq++cN/ncFd69Q4QDwJ+imTZSqMoM3QAwjRCHCy8VhubjSg/fi6n6Prg62/8Rzna33070XSssVY0ybydMRbfnu0fVd/9fhD0/Svg9304s/+LgFcnAAAAeJxjYGRgYABiln1tsfH8Nl8ZuFkYQODaA98wBP2/noWBuQHI5WBgAokCAB7iChcAeJxjYGRgYG7438AQw8IAAkCSkQEVMAMARwkCbAQAAAAD6QAABAAAAAAAAAAAdgEAeJxjYGRgYGBmiGVgZQABJiDmAkIGhv9gPgMAEiMBfAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICZkYmRmZGFgbGCPTe1uDgxPZWBAQAaTgOB') format('woff'),
    url('./iconfont/iconfont.ttf?t=1522150486999') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('./iconfont/iconfont.svg?t=1522150486999#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-message:before { content: "\e655"; }
a.header_top_href:hover {
    color: #000 !important;
}
.qiandao{
    display: inline-block;
    top:6px!important;
    cursor: pointer;
    float: right;
    color: #ffffff;
    width: 130px;
    height: 22px!important;
    border-radius: 22px;
    text-indent: 15px;
    line-height: 22px!important;
    text-align: right;
    background-image: url(../images/qiandao.png)!important;
}
.jigougl{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    background-color: #45BDA5;
    width: 80px;
    top:6px!important;
    margin-right: 5px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 22px!important;
    text-align: center;
    height: 22px!important;
}
/*  头部遮罩的css */
.header_moda{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.6);
}
.moda_tips{
    width: 340px;
    height: 206px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 5px;
    top: 127px;
    left: 50%;
}
.moda_tips p{
    margin: 10px auto;
    width: 302px;
    height: 116px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 24px;
    color: #222222;
}
.tips_btns{
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.tips_btns div{
    width: 120px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
}
.btn_cancel{
    color: #BE192F;
    background: #fff;
    border: 1px solid #BE192F;;
}
.btn_sure{
    color: #fff;
    background: #BE192F;
}
.btn_sure_a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #fff!important;
}
.btn_sure_a:hover{
    color: #fff!important;
}
.moda_tips p span{
    color: #BE192F;
}
.version_classify{
    width: 157px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left:443px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222;
}
.version_classify span{
    color: #BE192F;
    margin: 0 5px;
}
.moda_arrow{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 340px;
}
.version_select{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222;
    margin-left:10px;
}
.version_select select{
    width: 80px;
    padding-left: 5px;
    height: 22px;
    border-radius: 11px;
    text-align: center;
    margin-left: 5px;
    color: #BE192F;
    background: #fff;
    outline: none;
}
/*dierbufen-----------------------------------------*/
.right-wx-out {
    position: absolute;
    background-color: rgba(194,26,48,1);
    border-radius:5px;
    width: 120px;
    height: 120px;
    top:-18px;
    display: none;
    left: 85px;
}

.top_wx{
    position: relative;
}
.top_wx_out{
    position: absolute;
    background-color: rgba(194,26,48,1);
    border-radius:5px;
    width: 120px;
    height: 120px;
    top:40px;
    display: none;
    left: -26px;
    z-index: 99;
}

.top_wx_out img {
    width: 110px!important;
    height: 110px!important;
    margin: 5px;
}

.top_wx:hover .top_wx_out{
    display: block;
}


.wxtubiao{
    width: 24px!important;
    height: 20px!important;
}
.right-lp img{
    width: 20px!important;
    height: 20px!important;
}
.wx-out-tit {
    height: 20px;
    font-size: 12px;
    position: relative;
    top:36px;
    color: #ffffff;
    text-align: center;
}
.wxtubiao {
    position: absolute;
    top:12px;
    left: 18px;
}
.wx-out-img {
    width: 110px;
    height: 110px;
    margin: 5px;
}
.wx-out-img img {
    width: 110px!important;
    height: 110px!important;
}
.right-wx:hover .right-wx-out{
    display: block;
}
.right-lp-out {
    position: absolute;
    top:36px;
}
.lp-out-tit {
    width: 60px;
    height: 23px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.right-lp:hover .right-lp-out{
    display: block;
}
.right-lp img {
    position: absolute;
    top:10px;
    left: 20px;
}
.welcome {width: 100%;height: 100%;position: fixed;top:0;z-index: 10000;}
.we-man {width: 100%;height: 100%;position: absolute;background-color: black;opacity: 0;}
.we-out {background-image: url(../images/welbg.png);color: #333333!important; margin-top: -510px;position: absolute;border-radius: 15px; width: 810px;height: 540px;margin-left: calc(50% - 405px);}
.we-hello {width: 715px;margin-top: 36px;margin-left: 46px;}
.we-sum {padding-left:46px;position:relative;top:-4px;color: #f95a5e;font-size: 18px;line-height: 36px;padding-left: 46px;width: 430px}
.we-sum span{font-size: 30px;}
.totesk{top:320px}
.toget{top:366px}
.we-do {width: 250px;position:relative;height: 44px;font-size: 18px;color: #ffffff;text-decoration: underline;cursor: pointer;border-radius: 22px;background-color: #f95a5e;line-height: 44px;text-align: center;margin-left: 78px;}
.we-do a{text-decoration: underline;font-size: 18px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #ffffff;}
.ewm {float: right;position:relative;right:40px;background-repeat: no-repeat; top:-15px;width: 223px;height: 134px; background-image: url(../images/welcomeewm.png);background-size: 100%;}
.ewm img{width: 100%;height: 100%;}
.we-sum span i{color:#f95a5e}
.bottom-text {padding-left: 109px;float: left;width: 390px;height: 100px;}
.bottom-text .s1 {display: block;padding-bottom:24px;font-size: 14px;font-weight: normal;margin-top: 7px;font-stretch: normal;}
.bottom-text .s2 {margin-top: 33px;display: block;font-size: 14px;font-weight: normal;font-stretch: normal;}
.bottom-text .s2 span {font-size: 18px;}
.bottom-text .s3 {margin-top: 20px;padding-right:20px;display: block;text-align: right;font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #333333;}
.we-hello span{display: block;}
.we-hello .s1 {font-size: 18px;line-height: 34px;}
.we-text1{
    position: absolute;
    top:38px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #f95a5e;
    font-size: 22px;
}
.we-text2{
    font-size: 16px;
    color: #333333;
    position: absolute;
    top:74px;
    font-weight: normal;
    left: 52px;
}
.we-text3{
    font-size: 14px;
    color: #333333;
    position: absolute;
    top:111px;
    font-weight: normal;
    left: 52px;
}
.we-text4{
    font-size: 14px;
    color: #333333;
    position: absolute;
    top:291px;
    font-weight: normal;
    left: 52px;
}
.we-text5{
    font-size: 14px;
    color: #333333;
    position: absolute;
    top:380px;
    font-weight: normal;
    left: 52px;
}
.we-text6{
    font-size: 14px;
    color: #333333;
    position: absolute;
    top:466px;
    font-weight: normal;
    left: 52px;
}
.we-text6 span{
    color: #f95a5e;
    padding-left: 40px;
    font-size: 22px;
    font-weight: normal;
}
.layui-layer{
    top:calc(50% - 70px)!important;
}
.we-ewm1{
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 98px;
    top:246px;
}
.we-ewm2{
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 252px;
    top:246px;
}
.phone-img{
    background-image: url(../images/cellphone.png);
    display: inline-block;
    width: 30px;
    position: relative;
    height: 27px;
    background-size: 100%;
    left: 3px;
    top: 3px;
}
.callphone{background-image: url(../images/callphone.png);width: 22px;height: 22px;background-size: 100%;}
.we-hello .s2 {margin-top: 12px;font-size: 14px;padding-left: 29px;}
.we-hello .s3 {margin-top: 12px;padding-left: 29px;font-size: 14px;}
.we-hello .s4 {margin-top: 10px;text-indent: 29px;font-size: 14px;line-height: 35px;}
.we-close {background-image: url(../images/tcgb.png); width: 54px;height: 54px;border-radius: 54px;position: absolute;right: -25px;cursor: pointer;top:-25px;}


/*footer*/
.footer {
    width: 100%;
    height: 240px;
    /*  margin-top: 10px;*/
    background-color: #333333;
}
.footer-out {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
}
.foo-left {
    float: left;
    padding-left: 20px;
}
.foo-right {
    float: right;
    width: 120px;
    text-align: center;
}
.foo1,.foo2,.foo3,.foo4 {
    color: #cecece;
    font-size: 14px;
    /* padding-top: 10px; */
}
.foo2 {
    padding-top: 5px;
}
.foo2 .phone{
    display: inline-block;
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #cecece;
}
.foo4 {
    padding-top: 10px;
}
.foo1 span {
    padding: 0 15px;
    color: #cecece;
}
.foo1 a{
    color: #cecece;
}
.foo2 span {
    color: #ffbd33;
    font-size: 26px;
}
.foo2 img {
    position: relative;
    vertical-align: baseline;
    left: 10px;
}
.foo-img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}
.foo-img img{
    width: 100px;
    height: 100px;
    margin: 0;
}
.foo-text{
    color: #cecece;
    margin-top: 10px;
    font-size: 14px;
}

.right-menu {
    position: fixed;
    left: 0;
    z-index: 9999;
    bottom:200px;
}
.right-menu img{
    width: 24px;
    height: 24px;
}
.right-qq-out {
    width: 110px;
    height: 45px;
}
.qq-out-tit {
    width: 60px;
    text-align: center;
    height: 27px;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    top: 36px;
}
.right-qq img {
    position: absolute;
    top:10px;
    left: 18px;
}
.right-qq:hover .right-qq-out{
    display: block;
}
.right-qq,.right-wx,.right-lp,.right-sj {
    margin-bottom: 5px!important;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
    background:rgba(194,26,48,1);
    box-shadow:5px 10px 20px rgba(0,0,0,0.1);
    opacity:1;
    border-radius:0 5px 5px 0;
}
.right-sj-out {
    position: absolute;
    right: 47px;
    background-color: #FF6C6C;
    width: 110px;
    height: 155px;
    display: none;
}
.sj-out-tit {
    width: 112px;
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    background-color:  #FF6C6C;
}
.sj-out-img {
    width: 100px;
    height: 100px;
    margin: 5px;
}
.sjtubiao {
    position: absolute;
    top:10px;
    left: 13px;
}
.sj-out-img img {
    width: 100px;
    height: 100px;
}
.right-sj:hover {
    background-color: #FF6C6C;
}
.right-sj:hover .right-sj-out{
    display: block;
}
.nav a,.upd-server{
    cursor: pointer;
}
.footer-content {
    font-family: "Microsoft YaHei", "微软雅黑";
    overflow: hidden;
    width: 100%;
    background-color: #333333;
    font-size: 14px;
}
.footer-out{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.footer-left{
    float: left;
    padding-left: 20px;
}
.footer-left .foo1 a{
    color: #cecece;
}
.footer-left>div{
    margin: 10px 0;
}
.footer-right{
    display: none!important;
    float: right;
    margin-right: 10px;
}
/*书本的样式公共的*/
.book-item{
    min-height: 255px;
    width: 160px;
    float: left;
    margin-left: 20px;
    position: relative;
    left: 5px;
}
.book-des{
    padding-top: 10px;
    font-size: 14px;
    width: 152px;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    color: #333333;
}
.book-img{
    width: 160px;
    position: relative;
    z-index: 998;
    height: 228px;
    background-image: url(../images/bookline.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.book-src{
    width: 152px;
    height: 220px;
    position: relative;
    top:8px;
    z-index: 9990;
}
.book-src img{
    width: 100%;
    height: 100%;
}
.isupdata{
    position: absolute;
    display: none;
    width: 60px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background-color: #ff6d6d;
    z-index: 1998;
    color: white;
    top: 20px;
    right: 8px;
}
.isupdateindex{
    width: 60px;
    height: 20px;
    background: #ff6c6c;
    position: absolute;
    right: 9px;
    top: 15px;
    z-index: 9999;
    line-height: 20px;
    color: white;
    text-align: center;
}
/*激活码部分样式*/
.activa-out{
    width: 100%;
    background: rgba(0,0,0,.3);
    display:none;
    position: fixed;
    top:0;
    z-index: 999;
    left: 0;
}
.activa-main{
    position: absolute;
    z-index: 9999;
    width: 530px;
    background-color: #ffffff;
    height: 340px;
    left: calc(50% - 265px);
    top: -340px;
}
.activa-close{
    width: 100%;
    height: 35px;
    position: relative;
}
.activa-close .close-icon{
    position: absolute;
    width: 20px;
    display: inline-block;
    height: 20px;
    background-image: url('../images/iconclose.png');
    background-size: 100%;
    background-repeat: no-repeat;
    right: 13px;
    top:13px;
    cursor: pointer;
}
.activa-close .close-icon:hover{
    background-image: url('../images/iconclosehover.png');
}
.activa-tit{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #333333;
}
.input-out{
    margin-top: 23px;
    padding-left: 36px;
}
.activa-num{
    width: 120px;
    height: 34px;
    border: solid 1px #cfcfcf;
    padding-left: 3px;
    font-size: 14px;
}
.activa-yzm{
    width: 120px;
    height: 34px;
    border: solid 1px #cfcfcf;
    padding-left: 3px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.yzm-main{
    display: inline-block;
    width: 135px;
    height: 36px;
    background-color: #efefef;
    margin-top: 15px;
    vertical-align: top;
    margin-left: 13px;
}
.yzm-main img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.error-msg{
    color: #f95a5e;
    margin-top: 13px;
    font-size: 14px;
}
.activa-btnout{
    margin-top: 29px;
    width: 100%;
    text-align: center;
}
.graybtn{
    background-color: #bbbbbb !important;
}
.activa-btn{
    width: 126px;
    cursor: pointer;
    height: 30px;
    background-color: #ff6600;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin: 0 15px;
    user-select: none;
}
.activa-say{
    color: #888888;
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
}
.activa-msg{
    display: none;
    margin-top: 23px;
    padding-left: 36px;
    height: 160px;
}
.activa-msg .msg{
    font-size: 14px;
    color: #333333;
}
.activa-msg .msg1{
    margin-bottom: 50px;
    margin-top: 20px;
}
.activa-type{
    color: #f95a5e;
    font-size: 16px;
}
.callqq{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("../images/qq3.png");
    background-size: 100%;
    position: relative;
    top:3px;
    left: 2px;
    cursor: pointer;
}
.activa-over{
    display: none;
}
.activa-over{
    padding-left: 36px;
}
.activa-over-tis{
    color: #f95a5e;
    padding-top: 30px;
    font-size: 26px;
    padding-bottom: 34px;
}
.activa-over-tis1{
    color: #333333;
    font-size: 14px;
    padding-bottom: 21px;
}
.activa-over-tis2{
    color: #888888;
    font-size: 14px;
}
.activa-qq{
    display: inline-block;
    width: 21px;
    position: relative;
    top: 5px;
    left: 3px;
    height: 21px;
    background-image: url(../images/activa-qq.png);
    background-size: 100%;
}
.dialogBox .showMsg {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.onlyClose {
    background: #fff;
    color: #333;
}
.box-title {
    width: 100%;
    height: 50px;
    background: rgb(179, 0, 37);
    color: white;
    position: relative;
    line-height: 50px;
}
.box-main {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}
#nextStep {
    width: 125px;
}
#nextStep:hover{
    background-color: #94001e!important;
}
.commonStyle {
    width: 200px;
    height: 45px;
    background: rgb(179, 0, 36);
    border: 0px;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}
.box-title span {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
}
.layui-layer-title{
    border: 0!important;
    background: #ffffff!important;
    height: 18px!important;
}
.sczy-btn{
    background-color: #fe8100!important;
    border-radius: 50px;
    width: 120px;
}
.sczy-btn:hover{
    background-color: #dd7000!important;
}
.qyzq-btn{
    background-color: #EC4E3C!important;
    border-radius: 50px;
    width: 110px;
    float: left !important;
    margin-left: 30px;
}
.qyzq-btn:hover{
    background-color: #8e2b1f!important;
}

.qyzq-btn.xbzyk-btn{
    position: relative;
    color: white;
    float: left !important;
    margin-left: 30px;
    background-image: url(../images/xbzyk_btn.png);
    border-radius: 5px;
    width: 110px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.qubeike{
    position: relative;
}
.qubeike .xianmian{
    right: -35px;
    top: -18px;
    padding-left: 13px;
}
.xianmian{
    /*<img class="xianmian" src="`+ctx+`/static/images/xianmian.png">*/
    background-image: url("../images/xianmian.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: -10px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
}



.bkb-btn{
    background-color: #27CDA0!important;
    position: relative;
}
.bkb-btn:hover{
    background-color: #27CDA0!important;
}
.jfsc-btn{
    display: none!important;
    background-color: #45BDA5!important;
}
#helpPage,.header_activa{display: none!important;}
.jfsc-btn:hover{
    background-color: #3eab96!important;
}
.layui-layer-btn{
    padding: 0 11px 23px!important;
}
.layui-layer-title{
    height: 15px!important;
}

.tis-bg{
    display: none;
    top:0;
    left: 0;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}
.index-node{
    width: 45px;
    height: 45px;
    right: 0;
    bottom: 177px;
    background-color: #ffffff;
    position: absolute;
}
.tis-one{
    width: 1100px;
    position: relative;
    margin: 0 auto;
}
.tis-one-text{
    position: absolute;
    width: 70px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    background-color: #ffffff;
    right: -5px;
    top:0px;
    user-select: none;
}
.tis-one-main{
    position: absolute;
    padding: 10px;
    border-radius: 30px;
    border: dashed 2px #ffffff;
    top:199px;
    right: 50px;
}
.tis-one-bg{
    width: 400px;
    height: 180px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}
.tis-one-line{
    width: 150px;
    height: 145px;
    position: absolute;
    right: 10px;
    top: 40px;
    background-image: url(../images/comeline1.png);
}
.tis-one-bg .d1{
    text-align: center;
    padding-top: 37px;
    font-size: 20px;
    color: #333333;
}
.tis-one-bg .d2{
    text-align: center;
    padding-top: 20px;
    color: #888888;
    font-size: 14px;
}
.onebtn{
    user-select: none;
    cursor: pointer;
    float: right;
    width: 114px;
    height: 34px;
    border-radius: 16px;
    border: solid 1px #f95a5e;
    margin-top: 25px;
    text-align: center;
    line-height: 34px;
    margin-right: 20px;
    font-size: 16px;
    color: #f95a5e;
}
.onebtn:hover{
    border: solid 1px #f20d12;
    color: #f20d12;
}
.onebtn i{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 5px;
    background-image: url(../images/xiangyou_hetong.png);
}
.tis-two{
    display: none;
}
.tis-two-line{
    position: fixed;
    right: 167px;
    top:400px;
    width: 108px;
    height: 149px;
    background-image: url(../images/comeline2.png);
}
.tis-two-main{

    position: fixed;
    right: 277px;
    top: 122px;
    padding: 10px;
    border-radius: 30px;
    border: dashed 2px #ffffff;
}
.tis-two-bg{
    width: 450px;
    height: 270px;
    background-color: #ffffff;
    border-radius: 20px;
    background-image: url(../images/comeewm.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}
.tis-two-bg .d1{
    padding-top: 180px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.twobtn{
    user-select: none;
    cursor: pointer;
    float: right;
    width: 114px;
    height: 34px;
    border-radius: 16px;
    border: solid 1px #f95a5e;
    margin-top: 18px;
    text-align: center;
    line-height: 34px;
    margin-right: 20px;
    font-size: 16px;
    color: #f95a5e;
}
.twobtn:hover{
    border: solid 1px #f20d12;
    color: #f20d12;
}
.twobtn i{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 5px;
    background-image: url(../images/xiangyou_hetong.png);
}
.twobtnone {
    user-select: none;
    float: left;
    cursor: pointer;
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #9f9fa3;
    color: #888888;
    font-size: 16px;
    margin-top: 18px;
    margin-left: 20px;
}
.message-out{
    width: 100%;
    height: 100%;
    position: absolute;
}
.message-outloding {
    background-image: url("../images/loding.gif");
    background-position: center;
    background-size: 10%;
    background-repeat: no-repeat;
}
.message-out .content_left{
    width: 440px!important;
}
.message-out .getCode{
    margin-left: 8px!important;
}
.show-top{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 15px;
}
.message-out-ifram{
    border: 0;
    width: 100%;
    height: 100%;
}
.message-out .cntr_right_header{
    border-top: 0!important;
}
.show-close{
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    background-image: url("../images/guanbi.png");
    background-size: 100%;
    position: relative;
    top: 6px;
    cursor: pointer;
    right: 12px;
}
.show-close:hover{
    background-image: url("../images/guanbihover.png");
}
.search_btn.btn-search-v8{
   background: url(../images/search-icon.png) center no-repeat;
}

#person-pan-div{
    /*width: 240px;*/
    /*height: 500px;*/
    box-sizing: border-box;
    border: 1px solid red;
    /*padding: 15px;*/
    background: white;
    border-radius: 10px;
    z-index: 9999;
    position: absolute;
    top: 34px;
    right: -43px;
}
.v8-person-div{
    width: 240px;
    height: 500px;
    box-sizing: border-box;
    padding: 20px;
}
.v8-person-div .v8-person-base-top{
    line-height: 20px;
    display: flex;
}
.v8-person-div .v8-person-base-top .v8-person-base-top-head{
    position: relative;
}

.v8-person-div .v8-person-base-top .v8-person-head-vip{
    position: absolute;
    right: 10px;
}



.v8-person-div .v8-person-head{
    width: 56px;
    height: 56px;
    margin-right: 10px;
}

.v8-person-div .v8-person-info{
    display: inline-block;
    color: #222222;
}

.v8-person-div .v8-person-info .v8-person-school{
    color: #C21A30;
    margin-top: 5px;
}

.v8-person-div  .v8-person-btn{
    display: flex;
    justify-content: space-between;
    color: #C21A30;
    margin-top: 8px;
}
.v8-person-div  .v8-person-btn a{
    color: #C21A30;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #C21A30;
    display: inline-block;
}
.v8-person-div  .v8-person-btn a:hover{
    background-color: #C21A30;
    color: white !important;
}

.v8-person-div .v8-person-tip{
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    margin: 5px 0px;
    margin-bottom: 0px;
}
.v8-person-div .v8-person-jihuocode{
    color: #B3B3B3;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.v8-person-div .v8-person-jihuocode .v8-person-jihuocode-btn{
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #FF980A;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    color: white;
    border-radius: 2px;
    font-size: 14px;
}
.v8-person-div .v8-person-jihuocode .v8-person-jihuocode-btn:hover{
    color: white !important;
}
.v8-person-content{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.v8-person-content .v8-person-content-left{
    color: #848383;
}

.v8-person-content .v8-person-content-center{
    flex: 1;
    text-align: right;
    padding-right: 8px;
    font-size: 12px;
}

.v8-person-content .v8-person-content-right{
    width: 70px;
    text-align: center;
    background-color: #C21A30;
    border-radius: 12px;
    color: white;
    font-size: 12px;
}
.v8-person-content .v8-person-content-right a{
   color: white;
}
.v8-person-div .v8-person-point-tip{
    font-size: 12px;
    color: #B3B3B3;
    line-height: 14px;
}
.v8-person-div .v8-person-seperate-line{
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    margin: 10px 0px;
}
.v8-person-bottom{
    display: flex;
    justify-content: space-between;
    line-height: 14px;
}
.v8-person-bottom .v8-person-bottom-title{
    font-size: 14px;
    color: #C21A30 ;

}
.v8-person-bottom .v8-person-bottom-arrow{

}

.v8-person-bottom-content{
    background: #FFF3F0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 0px;
    height: 124px;
    box-sizing: border-box;
}
.v8-person-bottom-content-item{
    width: 50%;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #79464C;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
}
.v8-person-bottom-content-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #79464C !important;
}
.v8-person-bottom-content-item img{
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}


.v8-person-bottom-content .v8-person-bottom-content-item:first-child:before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 50%;
    height: 2px;
    background-color: #FFDEDA
}

.v8-person-bottom-content .v8-person-bottom-content-item:first-child:after{
    content: "";
    position: absolute;
    right: -2px;
    width: 2px;
    height: 50%;
    background-color: #FFDEDA
}

.v8-person-bottom-content .v8-person-bottom-content-item:nth-child(2):before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 50%;
    height: 2px;
    background-color: #FFDEDA
}

.v8-person-bottom-content .v8-person-bottom-content-item:nth-child(3):after{
    content: "";
    position: absolute;
    right: -2px;
    width: 2px;
    height: 50%;
    background-color: #FFDEDA
}




.zzhao{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.5);
    top:0;
    left: 0;
    z-index: 10000;
}
.tanc{
    position: relative;
    width: 420px;
    height: 140px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    left: calc(50% - 210px);
    top: calc(50% - 70px);
    z-index: 10000;
}
.tanc .tis{
    color: #222222;
    font-size: 16px;
    padding-top: 15px;
    padding-left: 20px;
}
.tanc .des{
    padding-top: 20px;
    padding-left: 20px;
}
.tanc .btn{
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 94px;
    height: 32px;
    background: #169BD6;
    opacity: 1;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.tanc .close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.zhuanjia{
    display: inline-block;
    top: 6px!important;
    cursor: pointer;
    float: right;
    color: #ffffff;
    width: 80px;
    height: 22px!important;
    border-radius: 22px;
    line-height: 22px!important;
    text-align: center;
    background: #c21a30;
    margin-right: 10px;
}
.collapse-box{
    width: 60px;
    height: 60px;
    position: relative;
    line-height: 35px;
    background-color: #c21a30;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.collapse-box .right-lp-out{
    top: 22px;
}
.collapse-box.close{
    width: 30px;
}
.collapse-box.close img{
    margin-top: 23px;
}
.collapse-box img{
    width: 8px;
    height: 13px;
    margin-top: 11px;
    vertical-align: top;
}
.resource-blueprint{
    position: relative;
}
.resource-blueprint .badge{
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%) translateX(100%);
    background-color: white;
    border-radius: 10px;
    color: #C21A30;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFFFFF;
}

.zhezhaoDiv_xieyi_8p7{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(97,95,78,0.23);
}

.xieYiContent_v8p7{
    background-color: white;
    top: 50%;
    font-family: Source Han Sans CN-Regular;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    position: relative;
    width: 458px;
    box-sizing: border-box;
    background-image: url(../images/xieyiBg.png);
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: top;
    font-size: 14px;
    color: #333333;
    padding: 40px 24px;
    border-radius: 8px;
    line-height: 22px;

}
.xieYiContent_v8p7 .title_v8p7{
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}
.xieYiContent_v8p7 .a_v8p7{
    color: #1066E6;
}
.xieYiContent_v8p7 .xieyiLink_v8p7{
    margin-top: 20px;
}

.xieYiContent_v8p7 .optDiv_v8p7{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.xieYiContent_v8p7 .disagreeBtn_v8p7{
    text-align: center;
    cursor: pointer;
    color: #BC0A26;
    border-radius: 4px;
    border: 1px solid #BC0A26;
    width: 128px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    margin-right: 36px;
}
.xieYiContent_v8p7 .agreeBtn_v8p7{
    display: inline-block;
    text-align: center;
    background-color: red;
    cursor: pointer;
    width: 112px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #BC0A26;
    border-radius: 4px;
    color: white;
}
.zhezhaoDiv_userAuth_8p9{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(97,95,78,0.23);
}

.userAuthContent_v8p9 .userAuthClose{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999999;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
}

.zhezhaoDiv_userAuth_8p9 .userAuthContent_v8p9{
    background-color: white;
    top: 50%;
    font-family: Source Han Sans CN-Regular;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    position: relative;
    width: 598px;
    height: 455px;
    box-sizing: border-box;
    background-image: url(../images/userAuthBg.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top;
    font-size: 14px;
    color: #333333;
    padding: 40px 48px;
    border-radius: 8px;
    line-height: 22px;
}

.zhezhaoDiv_userAuth_8p9 .title_v8p9{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.userAuthContent_v8p9 .userAuthBottom_8p9{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.userAuthContent_v8p9 .userAuthcontentIn_8p9{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em
}
.userAuthContent_v8p9 .userAuthQrcode{
    width: 154px;
    height: 154px;
    margin: 20px;
}
.userAuthContent_v8p9 .userAuthagreeBtn_v8p9{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #BC0A26;
    border-radius: 4px;
    color: white;
}
.userAuthContent_v8p9 .checkLable_v8p9 input{
    margin-top: 4px;
}
.userAuthContent_v8p9 .checkLable_v8p9{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.userAuthContent_v8p9 .noAgainShow_v8p9{
    color: #666666;
    font-size: 16px;
    margin-left: 5px;
}






