/*--------------分页条-----------------*/

.paging {
  text-align: center;
  margin: 40px 0 40px;
  font-size: 0;
}

/*上下页按钮*/
.paging a {
  text-decoration: none;
  font-size: 12px;
}

.paging > span {
  font-size: 12px;
}

.paging > a {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
}

.paging > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.paging > a.ban, .paging > b.ban {
  display: none;
}

.paging > b {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  color: #999;
  background-color: #eee;
  font-weight: normal;
}

/*页码*/
.paging ul {
  display: inline-block;
  vertical-align: top;
}

.paging > ul > li {
  float: left;
  border: 1px solid #eee;
  margin-right: 10px;
}

.paging > ul > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.paging > ul > li > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.paging > ul > li > a.current {
  background-color: #3c6dad;
  color: #fff;
}

.No_permissions {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  position: fixed;
  top: 0;
  left: 0;
}

.No_permissions .content {
  width: 430px;
  height: 230px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.No_permissions .close {
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #EFF2F6;
}
.No_permissions .close span{
  font-size:18px;
}
.No_permissions .close i {
  display: inline-block;
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 19px;
  background: url("../images/slicing/paging-close.png") no-repeat;
}

.No_permissions .hint {
  height: 172px;
  padding: 24px 72px;
  box-sizing: border-box;
  position: relative;
}

.No_permissions .hint i {
  display: inline-block;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background: url("../images/slicing/paging-hint.png") no-repeat;
  vertical-align: middle;
}

.No_permissions .hint p {
  display: inline-block;
  width: 200px;
  line-height: 26px;
  font-size:16px;
  vertical-align: middle;
}

.No_permissions .hint span{
  display: inline-block;
  width: 86px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  background-color: #3B6DAD;
  border-radius:2px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

/* 免登陆次数用完时登录弹窗 */
.login-alert,
.bind-alert,
.limit-alert,
.limit-alert1{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
.login-alert .scan,
.bind-alert .scan,
.limit-alert .scan,
.limit-alert1 .scan{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1076px;
  height: 500px;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start; }
.limit-alert .scan{
  width: 1000px;
  height: 500px;}
.limit-alert1 .scan{
  width: 876px;
  height: 500px;}
.scan .banner {
  width: 700px;
  height: 500px; }
.limit-alert .scan .banner,.limit-alert1 .scan .banner{
  width: 500px;
  height: 500px;}
.scan .banner img {
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%; }
.login-alert .login-alert-close,
.bind-alert .bind-alert-close,
.limit-alert .limit-alert-close,
.limit-alert1 .limit-alert-close1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(524px, -265px);
  width: 29px;
  height: 29px;
  background: url('../images/banner/login-alert-close.png');
  background-size: 100% 100%;}
.limit-alert .limit-alert-close{
  transform: translate(484px, -265px);}
.limit-alert1 .limit-alert-close1{
  transform: translate(422px, -265px);}
.limit-alert .scan .banner,.limit-alert1 .scan .banner{
  width: 500px;
  height: 500px;}
.limit-alert .scan .pay,.limit-alert1 .scan .pay{
  width: 360px;
  text-align: center;
  margin: 60px auto;}
/*会员限制弹窗*/
.limit-alert .scan .pay{
  width: 500px;
  margin-top: 15px;
}
.limit-alert .scan .pay .vip-tab-box{
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.limit-alert .scan .pay .vip-tab-box .vip-tab {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: 600;
  float: left;
  padding: 4px;
  margin-right: 11px;
  border: 2px solid #999;
  border-radius: 5px;
  cursor: pointer;
}
.limit-alert .scan .pay .vip-tab-box .vip-tab:last-child {
  margin-right: 0;
}
.limit-alert .scan .pay .vip-tab-box .vip-tab.active{
  background: #4389FF;
  border: 2px solid #4389FF;
  color: #fff;
  font-weight: normal;
}
.limit-alert .scan .pay .wechat_pay{
  width: 180px;
  height: 205px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/pay/wechat_pay.png') no-repeat;
  background-size: 100% 100%;
}
.limit-alert .scan .pay .wechat_pay img{
  width: 140px;
  height: 140px;
  margin-top: 30px;
}
.limit-alert .scan .pay .price{
  font-size: 16px;
  font-weight: 600;
}
.limit-alert .scan .pay h3{
  font-size: 16px;
  font-weight: 600;
  margin: 17px 0;
}
.limit-alert1 .scan .pay h3{
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}
.limit-alert .scan .pay p,.limit-alert1 .scan .pay p{
  color: #aaa;
  font-weight: 600;
  line-height: 24px;
}
.limit-alert .scan .pay p span{
  color: red;
}
.limit-alert .scan .pay ul{
  width: 364px;
  margin: 20px auto;
  display: none;
}
.limit-alert .scan .pay ul.active{
  display: block;
}
.limit-alert .scan .pay ul li {
  position: relative;
  font-weight: 600;
  float: left;
  padding: 5px;
  margin-right: 11px;
  border: 2px solid #999;
  border-radius: 5px;
  cursor: pointer;
}
.limit-alert .scan .pay ul li:last-child {
  margin-right: 0;
}
.limit-alert .scan .pay ul li.on{
  background: #ff9018;
  border: 2px solid #ff9018;
  color: #fff;
  font-weight: normal;
}
.limit-alert .scan .pay ul li.on:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 14px;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRUFDRDkzIiBkPSJNMjcuMDE0LjAxMWwtMjggMjRoMjh6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIyLjcgMTNsLTUuMDQgNS4yNzctMi4zNTgtMi40NjlMMTQgMTcuMTcgMTcuNjU5IDIxIDI0IDE0LjM2MXoiLz48L2c+PC9zdmc+),none;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: contain;
  border-bottom-right-radius: 5px;
}
.limit-alert .scan .pay .alipay {
  cursor: pointer;
}
.limit-alert .scan .pay .alipay img{
  width: 30px;
  height: 30px;
}
.limit-alert .scan .pay .alipay p{
  color: #333;
}
.limit-alert .scan .pay .agreement{
  margin-top: 5px;
}
.limit-alert .scan .pay .agreement a{
  color: #4389FF;
}
/*采招vip限制*/
.limit-alert1  .scan .pay  ul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.limit-alert1 .scan .pay ul li div{
  width: 130px;
  height: 130px;
  margin: 0 auto;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.limit-alert1 .scan .pay ul li div img{
  width: 120px;
  height: 120px;
}

/*账号登陆*/
.scan .account_login{
  display: none; }
.scan .account_login,
.scan .code_login {
  width: 377px;
  height: 374px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 4px; }
.scan .account_login .agreement,
.scan .code_login .agreement{
  margin-top: 30px;
  text-align: center; }
.scan .code_login .agreement #company_consent{
  float: left;
  margin-left: 60px;
  margin-top: 4px;
}
.scan .account_login .tip_img,
.scan .code_login .tip_img{
  float: right;
  width: 69px;
  height: 22px;
  margin-top: 8px; }
.scan .account_login .change_loginMethod,
.scan .code_login .change_loginMethod{
  float: right;
  width: 45px;
  height: 45px; }
.scan .account_login .tip_img img,
.scan .code_login .tip_img img,
.scan .account_login .change_loginMethod img,
.scan .code_login .change_loginMethod img{
  width: 100%;
  height: 100%; }

.scan .account_login .account_main{
  margin: 109px auto;
  width: 336px; }
.scan .account_login .account_main .underline{
  width: 36px;
  height: 2px;
  background-color: #3B6DAD;
  margin-bottom: 40px; }
.scan .account_login .account_main > span{
  display: block;
  text-align: left;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px; }
.scan .account_login .account_main div:not(.underline) {
  margin-bottom: 24px; }
.scan .account_login .account_main input{
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius:2px;
  padding: 11px 12px;
  width: 336px;
  height: 40px; }
.scan .account_login .account_main input:focus{
  border: 1px solid #3B6DAD; }
.scan .account_login .account_main input[type='submit']{
  background-color: #3B6DAD;
  color: #fff;
  border-radius: 2px;
  margin-top: 30px; }
.scan .account_login .account_main p {
  font-size: 12px;
  color: #FF2424;
  margin: 5px 0; }

/*扫码登录*/
.scan .code_login .code_main {
  margin: 144px auto 90px;
  width: 184px; }
.scan .code_login .code_main p:nth-child(1){
  font-size: 16px;
  color: #333333;
  text-align: center; }
.scan .code_login .code_main p:nth-child(2){
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin: 10px 0 13px 0; }
.scan .code_login .code_main .login_code {
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
.scan .code_login .code_main .login_code img {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5 }
.scan .code_login .code_main .login_code .relogin-zone{
  display: none;
  text-align: center;
  font-size: 16px;}
.scan .code_login .code_main .login_code .relogin-zone p:first-child{
  margin-bottom: 15px;}
.scan .code_login .code_main .login_code .relogin-zone p:nth-child(2){
  font-size: 16px;
  color: #333;}
.scan .code_login .code_main .login_code .relogin-zone .refresh{
  color: #0368cd;
  text-decoration: underline;
  cursor: pointer;}
.scan .code_login .code_main .hint {
  display: block;
  height:21px;
  font-size:12px;
  color:#999999;
  line-height:21px;
  text-align: center; }
.scan .code_login .code_main .succeed,
.scan .code_login .code_main .loser {
  display: none;
  font-size: 14px;
  color: #9999B4;
  text-align: center;
  margin-top: 10px; }
.scan .code_login .code_main .succeed i,
.scan .code_login .code_main .loser i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px; }
.scan .code_login .code_main .succeed i{
  background: url("../images/logo/succeed.png") no-repeat; }
.scan .code_login .code_main .loser i {
  background: url("../images/logo/loser.png") no-repeat; }

/*绑定手机号*/
.scan .bind_main{
  margin: 40px auto 0;
  width: 377px; }
.scan .bind_main .underline{
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #4389FF;
  margin-bottom: 30px;
  line-height: 1 }
.scan .bind_main > span{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 30px;
  line-height: 1;
  color: #666666; }
.scan .bind_main > div:not(.underline) {
  width: 314px;
  height: 36px;
  margin: 0 auto 20px;
  position: relative; }
.scan .bind_main > div:not(.underline) .label-text{
  display: inline-block;
  width: 80px;
  text-align: right;
  color: #333; }
.scan .bind_main > div:not(.underline) .label-text span{
  color: #E50000 }
.scan .bind_main input,.scan .bind_main select{
  margin-left: 10px;
  width: 220px;
  height: 36px;
  line-height: 1;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.scan .bind_main span.get_ver_code, .scan .bind_main span.sent {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #4389FF;
  cursor: pointer;}
.scan .bind_main span.sent {
  display: none;}
.scan .bind_main input:focus{
  border: 1px solid #3B6DAD; }
.scan .bind_main input[type='submit']{
  cursor: pointer;
  width: 298px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 0;
  padding: 0;
  margin-left: 50px;
  background: #4389FF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }


.password_input{
  position: relative; }
.password_input img{
  width: 20px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer; }
.password_input img.visible{
  display: none; }

#mafeng-iframe{
  width: 0;
  height: 0;
}
