/*----------详情页----------*/
.content {
  position: relative;
  min-height: 1100px;
}

.dropDownBox {
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
  margin-left: 93px;
  position: absolute;
  z-index: 100;
  display: none;
}

.dropDownBox .dropDownItem {
  padding: 5px 10px;
}

.dropDownBox .dropDownItem:hover {
  background: #eee;
  cursor: pointer;
}

/*路径导航*/
.path {
  font-size: 12px;
  margin: 10px 0;
  color: #666;
}

.path a,.path h1 {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

.path a:hover {
  color: #3c6dad;
}

/*详情信息*/
.details {
  float: left;
  display: inline-block;
  padding: 20px;
  width: 940px;
  border: 1px solid #eee;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 13px;
  box-sizing: border-box;
  min-height: 1100px;
}

/*标题*/
.details .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.details .title > h1 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  padding: 0 80px;
  text-align: center;
  margin-bottom: 10px;
}

.details .title > div {
  margin-bottom: 8px;
}

/*来源*/
.details .title .info_source {
  display: inline-block;
  position: relative;
  color: #999;
  margin-right: 16px;
}

.details .title .info_source span {
  color: #3C6DAD;
  font-weight: bold;
}
.details .title .info_source .viewSource{
  cursor: pointer;
}

.details .title .info_source a:hover span {
  color: #548dd5;
}

/*时间*/
.details .title .time {
  display: inline-block;
  margin-right: 30px;
  color: #3C6DAD;
}

.details .title .time i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/slicing/time-details.png") no-repeat;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/*右边功能按钮*/
.details .title ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.details .title li {
  float: right;
  margin-right: 30px;
  cursor: pointer;
  color: #999;
}

.details .title li:hover {
  color: #3c6dad;
}

.details .title li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background: url("../images/slicing/details_sprite.png");
  margin-left: 6px;
}

.details .title li.share{
  position: relative;
}

.details .title li.share i {
  background-position: -88px -8px;
}

.details .title li.share .social-share{
  width: 294px;
  position: absolute;
  top: 20px;
  left: 0;
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10000;
}

.details .title li i.print {
  background-position: -48px -48px;
}

.details .title li i.reprinted {
  background-position: -88px -8px;
}

.details .title li i.collection {
  background-position: -10px -10px;
}

/*已收藏状态*/
.details .title li i.add_collection {
  background-position: -10px -50px;
}

/*鼠标悬停时*/
.details .title li.share:hover i {
  background-position: -88px -48px;
}
.details .title li.share:hover .social-share{
  display: block;
}

.details .title li:hover i.print {
  background-position: -88px -88px;
}

.details .title li:hover i.reprinted {
  background-position: -88px -48px;
}

.details .title li:hover i.collection {
  background-position: -50px -10px;
}
.details .number-hidden{
  cursor: pointer;
}
.details .number-hidden:hover{
  color: #4389ff;
}

.details .login-tip{
  width:898px;
  height:34px;
  padding-left: 12px;
  background-color:#FAF6F3;
  border-radius:1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.details .login-tip span.text{
  font-size:14px;
  color:rgba(233,55,31,1);
  line-height:17px;
}
.details .login-tip div.btn{
  width:70px;
  height:20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color:rgba(59,109,173,1);
  border-radius:2px;
  cursor: pointer;
  text-align: center;
}
.details .statement-tip{
  padding-left: 12px;
  font-size:12px;
  color:rgba(153,153,153,1);
  margin-bottom: 16px;
}
.details .statement-tip p a{
  color: rgba(153,153,153,1);
  cursor: pointer;
}
.details .statement-tip p a:hover{
  color: #0368CD;
}

/*-------------表格------------*/
.details .company {
  margin-bottom: 20px;
}

.details .company table {
  width: 898px !important;
  table-layout: fixed;
}

.details .company table td {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 8px;
}

.details .company table td img {
  max-width: 100% !important;
}

/*-----------文件下载和报名------------*/
.download{
  margin-top: 20px;
  margin-bottom: 10px;
}
.download div{
  display: inline-block;
  margin-right: 5px;
}
.download div span{
  display: inline-block;
  cursor: pointer;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 3px;
  background: #3C6DAD;
}
.download div span i{
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 6px;
}
.download div:nth-child(2) span i{
  width: 14px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcCAYAAAB75n/uAAAByUlEQVRIS+2WMUhVYRTHf/8UERySNiEoUiKiIXAQosEpgqDWcnB/2hBNDUEpRJNUCOIa0VIghBK1VaOTKChKDTkXbkEZ/eXIJ9z33n3P672vzbNcuPec87vfOd/5f5/4z6ai+W2H7xQwAjyT9KFI7FEA14CPKemOpFO2LwAPgW3gsaQ/jdC2ANsngV+Sdm2PAa8zCbqBT8DV9K4mab4wwPZd4AXwExgFLucANoHBlHRa0qOjANaASykgAr/mALaAc1mA7evAMPBK0nbLEtmOvzufgp8A64etAFgCllPMhqSLnQZ8A14elElhrbZayRUcA5rmoG6bAqVLNAvElozngZ0FPgNn0ovnwPeQkbom2+4FYkp/AO8l/Q2HhiYXkZ0mn/1dZPtehvoGuCPpXycB94GZDH5eUq2TgBC0DWAgA5kGbmcmuXyJUr1vAu8askQvQjFLW90k244RHy+dLSewEdAPhIKe7hSkSYtsZ0+typxcsbM9B9QqZwdaAfqAFWCoIuS3pN5cubZ9BfgCdFWALEsaaXcePAUeVABMSpprB+gBFoAbJSCLwK1QosOuLfF9IjU91PNEG9gusAq8DdWN5OFb+OJVYhX7IXtrfcQdXrfjQwAAAABJRU5ErkJggg==) no-repeat;
  vertical-align: middle;
  background-size: 100% 100%;
}
/*--------------下载弹窗---------------*/
.download-alert{
  padding: 15px 15px 0 20px;
  overflow-y: auto;
}
.download-alert>div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
}
.download-alert>div .title{
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.download-alert>div .download-btn{
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #3C6DAD;
  border: 1px solid #3C6DAD;
  border-radius: 2px;
  cursor: pointer;
}
.download-alert>div .copy-url{
  margin-left: 10px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #3C6DAD;
  border: 1px solid #3C6DAD;
  border-radius: 2px;
  cursor: pointer;
  background-color: #FFFFFF;
}

/*-------------内容--------------*/
.details .content {
  font-size: 12px;
  overflow: hidden;
  min-height: 220px;
}
.details .content span.masked-content{
  cursor: pointer;
}

.details .content table {
  max-width: 898px !important;
}

.details .content table td {
  border: 1px solid #eee;
  word-break: break-all;
  padding: 8px;
  box-sizing: border-box;
}

.details .content p {
  /*line-height: 20px;*/
  margin-bottom: 18px;
  /*text-indent: 30px;*/
  letter-spacing: 1px;
}

.details .content img {
  max-width: 900px;
  margin: 18px auto;
}

/*-------------未登录--------------*/

.remind {
  height: 54px;
  background-color: #EEF7FF;
  margin: 16px 0;
}
.remind p{
  display: inline-block;
  line-height: 54px;
  color: #0368CD;
  padding-left:30px;
}
.remind span{
  display: inline-block;
  width: 180px;
  line-height: 40px;
  margin-left: 14px;
  color: #fff;
  cursor:pointer;
  text-align: center;
  font-weight: bold;
  background-color: #FF904B;
  border-radius: 2px;
}

/*-------------责任、来源--------------*/
.details .source {
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.details .source span {
  display: inline-block;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 11px;
  background: #3C6DAD;
}

.details .source span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/slicing/source.png") no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

/*上、下一篇文章*/
.details .articles {
  margin-top: 80px;
}

.details .articles p a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  max-width: 880px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.details .articles p a:hover {
  color: #3c6dad;
  text-decoration: none;
}

.details .articles > p > span {
  margin-right: 20px;
}

.details .articles p.prev {
  margin-bottom: 20px;
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details .articles p.next {
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*---------------采购产品推荐供应商----------------*/
.supplier-foot {
  margin-top: 50px;
}

.supplier-foot .supplier_bar {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.supplier-foot .supplier_bar:before {
  position: absolute;
  width: 300px;
  top: 10px;
  left: 20px;
  content: '';
  border: 1px dashed #ccc;
}

.supplier-foot .supplier_bar:after {
  position: absolute;
  width: 300px;
  top: 10px;
  right: 20px;
  content: '';
  border: 1px dashed #ccc;
}

.supplier-foot ul.supplier_content {
  margin-top: 20px;
}
.supplier-foot ul.supplier_content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.supplier-foot ul.supplier_content li:nth-child(2n+1) {
  background: #f8f8f8;
}
.supplier-foot ul.supplier_content li div.company_name {
  display: flex;
  align-items: center;
  width: 60%;
}
.supplier-foot ul.supplier_content li div.company_name i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/supplier/supplier_detail.png") no-repeat;
  background-size: 100% 100%;
}
.supplier-foot ul.supplier_content li div.company_name a {
  display: block;
  font-weight: 600;
  margin-right: 10px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supplier-foot ul.supplier_content li div.company_name img {
  display: block;
  margin-right: 2px;
}
.supplier-foot ul.supplier_content li div.company_name .company_img{
  width: 69px;
  height: auto;
}
.supplier-foot ul.supplier_content li div.company_name .vip_img{
  width: 80px;
  height: auto;
}
.supplier-foot ul.supplier_content li div.company_name .aaa_img{
  width: 69px;
  height: auto;
}
.supplier-foot ul.supplier_content li div.company_name .jdzdsj_img{
  width: 69px;
  height: 19px;
}
.supplier-foot ul.supplier_content li div.company_product {
  display: flex;
  align-items: center;
  width: 40%;
}
.supplier-foot ul.supplier_content li div.company_product i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/supplier/supplier_product.png") no-repeat;
  background-size: 100% 100%;
}
.supplier-foot ul.supplier_content li div.company_product span {
  display: block;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*相关信息*/
.details .related_info {
  margin-top: 20px;
  border: 1px solid #F5F5F5;
}

.details .related_info h2 {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 30px;
  background-color: #f8f8f8;
}

.details .related_info h2:before {
  content: "";
  height: 18px;
  border-left: 4px solid #3c6dad;
  margin-right: 10px;
}

.details .related_info ul {
  padding: 0 20px 8px;
}

.details .related_info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.details .related_info li a {
  display: block;
  max-width: 670px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details .related_info li span {
  display: block;
  color: #999;
}

/*免责声明*/

.details .statement {
  margin: 20px 0 0;
}

.details .statement h2 {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 30px;
  background-color: #f8f8f8;
}

.details .statement h2:before {
  content: "";
  height: 18px;
  border-left: 4px solid #3c6dad;
  margin-right: 10px;
}

.details .statement div {
  padding: 0 20px;
}

.details .statement p {
  text-indent: 10px;
  margin-top: 10px;
}

/*------------------------侧边栏--------------------*/
.aside {
  display: inline-block;
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
}

.aside .info_source {
  width: 240px;
  height: 88px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.aside .info_source .banner {
  position: relative;
  width: 238px;
  height: 62px;
  padding-top: 20px;
  box-sizing: border-box;
}

.aside .info_source .banner p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #3C6DAD;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-shadow: 0 2px 8px #add1ff;
}

.aside .info_source .attention {
  background: #F8F8F8;
  width: 238px;
  height: 24px;
  text-align: center;
}

.aside .info_source .attention div {
  height: 24px;
  line-height: 24px;
}

.aside .info_source .attention .not.on, .aside .info_source .attention .add.on {
  display: block;
}

.aside .info_source .attention .not {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.aside .info_source .attention .not:hover {
  color: #666;
}

.aside .info_source .attention .add {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.aside .info_source .attention .add:hover {
  color: #3C6DAD;
}

.aside .info_source .attention span {
  vertical-align: middle;
}

.aside .info_source .attention i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  vertical-align: middle;
}

.aside .info_source .attention .not i {
  background: url("../images/slicing/attention.png") no-repeat;
}

.aside .info_source .attention .add i {
  background: url("../images/slicing/add_attention.png") no-repeat;
}

.aside .info_source .attention .add:hover i {
  background: url("../images/slicing/add_attention_preg.png") no-repeat;
}

/*今日热点*/
.aside .hotspot, .aside .advertising, .aside .tag, .aside .supplier, .aside .substation, .aside .hot_words {
  width: 240px;
  height: 276px;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  font-size: 0;
}

.aside .hotspot h2, .aside .tag h2, .aside .supplier h2, .aside .substation h2, .aside .hot_words h2 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #3C6DAD;
  font-size: 14px;
  background-color: #f8f8f8;
  position: relative;
}

.aside .bids h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-left-color: #3C6DAD;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.aside .bids h2:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: #3C6DAD;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.aside .bids ul li a i{
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 10px;
  background-color: #3C6DAD;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.aside .hotspot ul, .aside .tag ul, .aside .supplier ul {
  padding-left: 20px;
}

.aside .hotspot li, .aside .supplier li {
  margin-top: 6px;
}

.aside .hotspot li a, .aside .supplier li a, .aside .tag li a {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.aside .hotspot li a:hover, .aside .supplier li a:hover, .aside .tag li a:hover {
  text-decoration: none;
}

.aside .tag li {
  float: left;
  width: 90px;
  margin-right: 18px;
  margin-top: 10px;
  height: 20px;
}

.aside .tag li a {
  max-width: 84px
}

/*城市站点*/
.aside .substation div {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.aside .substation div a {
  display: inline-block;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  margin-right: 2px;
}

/*热门词*/
.aside .hot_words div {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.aside .hot_words div a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 2px;
}

/*侧边轮播*/
/*大图片*/
.aside .advertising > ul {
  width: 100%;
  height: 226px;
  position: relative;
}

.aside .advertising > ul > li {
  width: 100%;
  height: 226px;
  position: absolute;
  top: 0;
  display: none;
}

.aside .advertising > ul > li.show {
  display: block;
}

.aside .advertising > ul > li img {
  max-width: 100%;
  max-height: 226px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*小图片*/
.aside .advertising > div {
  padding: 4px;
}

.aside .advertising > div > ul {
  width: 100%;
  height: 44px;
}

.aside .advertising > div > ul > li {
  width: 44px;
  height: 44px;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-right: 2px;
}

.aside .advertising > div > ul > li:last-child {
  margin-right: 0;
}

.aside .advertising > div > ul > li.on {
  border: 2px solid #fff;
}

.aside .advertising > div > ul > li:hover {
  border: 2px solid #fff;
}

.aside .advertising > div > ul > li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*----------------banner广告------------------*/

/*固定广告*/
.banner_fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, .6);;
  width: 100%;
  height: 80px;
  bottom: 0;
}
.banner_fixed > div.main {
  width: 660px;
  margin: 0 auto;
}

.banner_fixed i {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(500px, -30px);
  border-radius: 50%;
  background: url("../images/slicing/off.png") no-repeat;
  cursor: pointer;
}

.banner_fixed span {
  color: #fff;
  font-size: 24px;
  line-height: 80px;
  vertical-align: middle;
}

.banner_fixed a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #ff9018;
  text-align: center;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-left: 48px;
}

/* 扫码分享弹窗 */
.qr_alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;}
.qr_alert .qr_alert_close{
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(170px, -235px);}
.qr_alert .qr_alert_close img{
  width: 100%;
  height: 100%;
}
.qr_alert .qr_scan{
  width: 340px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/slicing/qr_alert_bg.png');
  text-align: center;}
.qr_scan p.tip{
  font-size:18px;
  font-weight:bold;
  color: #fff;
  line-height:25px;
  margin-top: 25px;
  margin-bottom: 10px;}
.qr_scan p.skip{
  margin-top: 30px;
  color: #2A67C6;
  cursor: pointer;}
.qr_scan .qr_code {
  width: 252px;
  height: 252px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;}
.qr_code img {
  width: 222px;
  height: 222px;}


/* 免登陆次数用完时登录弹窗 */
.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;
}

/*底部广告栏*/
.china_a{
  background: url(../images/acrco/11.png);
  height: 96px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.china_box{
  width:1511px;
  margin:0 auto;
  position:relative;
  text-align: center;
}
.china_box .close_btn{
  width:30px;
  height:30px;
  border-radius: 50px;
  background-color: #9c9c9c;
  position: absolute;
  right:60px;
  top:10px;
  color:white;
  line-height: 30px;
  font-size:16px;
  text-align: center;
  cursor:pointer;
}
.china_a .go_btn{
  width:176px;
  height:50px;
  background-color: #ff9018;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color:white;
  border-radius: 10px;
  top: 20px;
  right:350px;
  position: absolute;
  cursor:pointer;
}
.china_box span{
  font-size: 30px;
  text-align: center;
  line-height: 94px;
  color: white;
  margin-right:160px
}
@media screen and (max-width:1511px){
  .china_box{
    width:100%;
  }
  .china_a .go_btn{
    right: 160px;
  }
}
@media screen and (max-width:1200px){
  .china_box span{
    font-size:20px;
    margin-right:280px
  }
  .china_a .go_btn{
    right: 160px;
  }
}

/*注册*/
.scan .account_register{
  display: none; }
.scan .account_register{
  width: 100%;
  height: 374px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 4px; }
.scan .account_register .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_register .tip_img,
.scan .code_login .tip_img{
  float: right;
  width: 69px;
  height: 22px;
  margin-top: 8px; }
.scan .account_register .change_loginMethod,
.scan .code_login .change_loginMethod{
  float: right;
  width: 45px;
  height: 45px; }
.scan .account_register .tip_img img,
.scan .code_login .tip_img img,
.scan .account_register .change_loginMethod img,
.scan .code_login .change_loginMethod img{
  width: 100%;
  height: 100%; }

.scan .account_register .accountlogin_main{
  margin: 50px auto;
  width: 95%; }
.scan .account_register .accountlogin_main .underline{
  width: 36px;
  height: 2px;
  background-color: #3B6DAD;
}
.scan .account_register .accountlogin_main > span{
  display: block;
  text-align: left;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px; }
.scan .account_register .accountlogin_main div:not(.underline) { }
.scan .account_register .accountlogin_main input{
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius:2px;
  padding: 11px 12px;
  width: 95%;
  height: 40px;
  margin-top: 15px;

}
.scan .account_register .accountlogin_main .sma input{
  width: 55%;
}
.scan .account_register .accountlogin_main input:focus{
  border: 1px solid #3B6DAD; }
.scan .account_register .accountlogin_main input[type='submit']{
  background-color: #3B6DAD;
  color: #fff;
  border-radius: 2px;
}
.scan .account_register .accountlogin_main p {
  font-size: 12px;
  color: #FF2424;
  margin: 5px 0; }
.scan .account_register .accountlogin_main .sma .regcode_login {
  display: block;
  font-size: 15px;
  /* position: absolute; */
  /* right: 15px; */
  top: 10px;
  /* cursor: pointer; */
  width: 40%;
  height: 40px;
  float: left;
  margin-top: 15px;
  line-height: 40px;
  background-color: #3b6dad;
  text-align: center;
  color: #FFFFFF;
}
.scan .account_register .accountlogin_main .sma span.sent {
  font-size: 12px;
  width: 40%;
  height: 40px;
  float: left;
  margin-top: 15px;
  line-height: 40px;
  top: 10px;
  background-color: #3b6dad;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;}
.scan .account_register .accountlogin_main .sma span.sent {
  display: none;}

.scan .account_register .accountlogin_main  .password_input img{
  width: 20px;
  height: 14px;
  position: absolute;
  /*right: 15px;*/
  top: 29px;
  cursor: pointer; }
.scan .account_register .accountlogin_main .password_input img.visible{
  display: none; }
