/*-----------代理机构详情------*/
h1,h2,h3{
  font-weight: bold;
}
/**
标题
 */

.title {
  margin: 30px 0;
}

.title > p, .title > p > a {
  color: #666;
  text-decoration: none;
}

.title > p > a {
  font-weight: bold;
}

.title > p > span {
  font-weight: bold;
}

.title > p > a:hover {
  color: #3c6dad;
}

.title h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

/**
公司信息
 */
.info {
  font-size: 0;
}

.details, .aside {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.details {
  border: 1px solid #eee;
  padding: 20px;
  width: 940px;
  box-sizing: border-box;
  margin-right: 20px;
}

.details > h1 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0 40px;
}

.details > h1 > i {
  width: 56px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  cursor: pointer;
  background: url("../images/slicing/guanzhu.png") no-repeat;
  margin-left: 20px;
  color: #3c6dad;
}

.details > h1 > i.follow {
  background-position: -80px -10px;
}

.details > h1 > i.unfollow {
  background-position: -10px -10px;
}

.details .company_info {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;

}

/*小标题*/
.details .company_info > h2, .details .list > h2 {
  padding: 0 20px;
  height: 48px;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #f8f8f8;
  line-height: 48px;
}

.layui-tab-brief>.layui-tab-title{
  background-color: #f8f8f8;
  border: 0;
}

.layui-tab-brief>.layui-tab-title li{
  font-size: 18px;
  font-weight: bold;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #3C6DAD;
}
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border-bottom: 2px solid #3C6DAD;
}

.layui-table-page {
  z-index: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3C6DAD;
}

/*公司信息*/
.details .company_info ul {
  padding: 20px;
  box-sizing: border-box;
  width: 900px;
}

.details .company_info li {
  float: left;
  width: 286px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.details .company_info li h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.details .company_info li p {
  line-height: 20px;
}

.details .list > .layui-tab-content > .layui-tab-item > ul {
  padding: 0 20px;
  min-height: 1000px;
}

.details .list > .layui-tab-content > .layui-tab-item > ul > li {
  margin-top: 16px;
  position: relative;
}

.details .list > .layui-tab-content > .layui-tab-item > ul > li > span {
  color: #3c6dad;
  margin-right: 5px;
  vertical-align: top;
}

.details .list > .layui-tab-content > .layui-tab-item > ul > li > a {
  display: inline-block;
  max-width: 660px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.details .list > .layui-tab-content > .layui-tab-item > ul > li > a > span {
  position: absolute;
  right: 0;
  top: 0;
}

/*--------------分页条-----------------*/
.details .list .paging {
  text-align: center;
  margin: 60px 0;
  font-size: 0;
}

.details .list .paging.hide {
  display: none;
}

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

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

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

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

.details .list .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;
}

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

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

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

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

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

/*当没有数据时*/
.details .list .without {
  width: 450px;
  margin: 120px auto 0;
}

.details .list .without b {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  padding-left: 128px;
  background: url("../images/slicing/regret.png") no-repeat 0;
  font-size: 24px;
  color: #666;
  margin-bottom: 90px;
}

.details .list .without p {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.details .list .without ul {
  list-style: disc inside;
}

.details .list .without ul li {
  color: #666;
  margin-bottom: 10px;
}

/*底部广告banner*/

.banner_bottom {
  margin-top: 20px;
  width: 1200px;
  height: 120px;
  position: relative;
}

.banner_bottom img {
  max-width: 1200px;
  max-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* 提升会员等级弹窗 */
.limit-alert1{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
.limit-alert1 .scan{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 804px;
  height: 387px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: flex-start; }
.limit-alert1 .scan .banner {
  width: 430px;
  height: 387px; }
.limit-alert1 .scan .banner img {
  width: 100%;
  height: 100%; }
.limit-alert1 .limit-alert-close1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(402px, -216px);
  width: 29px;
  height: 29px;
  background: url('../images/banner/login-alert-close.png');
  background-size: 100% 100%;
}
.limit-alert1 .scan .pay{
  width: 402px;
  text-align: center;
  padding: 20px 20px 0;
}
.limit-alert1 .scan .pay h3{
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}
.limit-alert1 .scan .pay p{
  color: #aaa;
  font-weight: 600;
  line-height: 20px;
}
.limit-alert1  .scan .pay  ul {
  margin-top: 20px;
  margin-bottom: 14px;
  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;
}

/*登录提示*/
.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;
}
/*账号登陆*/
.scan .account_login{
  display: none; }
.scan .account_login,
.scan .code_login {
  width: 374px;
  height: 374px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 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: 38px 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: 80px auto;
  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;
  box-sizing: border-box; }
.scan .code_login .code_main .login_code img {
  width: 100%;
  height: 100%; }
.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; }


.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;
}
















