/* 公司详情页################################################################################ */

.comdetail-left button{
  outline: none;
}
.comdetail-touch a{
  pointer-events:none;
}
 .box-content{
  height: 80px!important;
  padding: 0!important;
  line-height: 80px!important;
  text-align: center!important;
  font-size: 14px!important;
}
.my-btns-down {
  background-color: #ec6334;
  border-radius: 5px;
  color: #fff;
  padding: 6px 12px;
  cursor: pointer;
}
 .box-content a{
  color: #4A88F7!important;
}
.comdetail-top {
  margin: 10px auto;
  width: 1150px;
  height: 230px;
  border-top: 4px solid #4a88f7;
  padding-top: 35px;
  background-color: #fff;
  padding-left: 32px;
  position: relative;
}

.comdetail-main {
  margin: 10px auto 40px;
  width: 1150px;
  /* min-height: 955px; */
  height: auto;
}
.comdetail-main::after{
  content: "";
  display: block;
  clear: both;
  }
.comdetail-left {
  float: left;
  width: 800px;
  /* min-height: 955px; */
  height: auto;
  /* background-color: #fff; */
}
.comdetail-left::after{
content: "";
display: block;
clear: both;
}

.comdetail-right {
  float: right;
  width: 340px;
  /* height: 500px; */
}

/* 公司简介 */

.comdetail-show {
  font-size: 14px;
  padding: 20px 0px 0px 20px;
  width: 800px;
  /* height: auto; */
  /*min-height: 130px;*/
  background-color: #fff;
}

.comdetail-show p {
  display: block;
  color: #000;
  margin-top: 20px;
  margin-left: 12px;
  margin-bottom: 0px;
  overflow: hidden;
  width: 745px;
  /*min-height: 125px;*/
  max-height: 180px;
  line-height: 36px;
  word-break: break-all;
  word-wrap: break-word;
}

#showintro {
  white-space: pre-wrap;
}

/* 在招职位 */

.comdetail-need {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  width: 800px;
  height:auto;
  /* height: 695px; */
  background-color: #fff;
}

/* 在公司简介显示的情况下 在招职位才有margin-top*/
.comdetail-show ~ .comdetail-need {
  margin-top: 10px;
}

.company-business{
  position: relative;
  padding: 30px 30px 45px 30px;
  background: #fff;
  font-size: 14px;
}
.company-business::before{
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  background: #F5F5F5;
  left: 30px;
  right: 30px;
}
.company-business .left-wrap{
  padding-right: 20px;
  box-sizing: border-box;
  width: 55%;
}
.company-business .right-wrap{
  width: 45%;
}
.company-business .business-panel{
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.company-business .business-item{
  display: flex;
  flex-direction: row;
}
.company-business .business-item:not(:last-child){
  margin-bottom: 10px;
}
.company-business .b-label{
  flex-shrink: 0;
  color: #999999;
}
.company-business .b-value{
  color: #4D4D4D;
}
.company-business .image-wrap{
  display: flex;
  flex-direction: row;
}
.company-business .image-wrap .code{
  position: relative;
  margin-left: 12px;
}
.company-business .image-wrap .large-code-box{
  position: absolute;
  background: #fff;
  top: 0;
  left: 52px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.large-code-box .large-img{
  height: 120px;
  width: 120px;
}
.company-business .image-wrap .code-img{
  height: 40px;
  width: 40px;
}
.company-business .image-wrap .logo-box{
  display: flex;
  flex-direction: column;
}
.company-business .image-wrap .logo-img{
  height: 18px;
  width: 82px;
}
.company-business .image-wrap .logo-text{
  margin-top: 5px;
  color: #999999;
  font-size: 10px;
}
/* 单行信息 */

.comdetail-need-mes {
  width: 760px;
  height: 92px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition:background-color 300ms;
  -moz-transition:background-color 300ms; /* Firefox 4 */
  -webkit-transition:background-color 300ms; /* Safari and Chrome */
  -o-transition:background-color 300ms; /* Opera */
}
.comdetail-need-nomes {
  width: 760px;
  height: 100px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 100px;
  font-weight: 400;
}
.comdetail-need-mes:hover{
  background-color: #f8f8f8;
}

.comdetail-need-mes .mes-name {
  display: inline-block;
  color: #4a88f7;
  font-size: 16px;
  margin-top: 19px;
  margin-bottom: 13px;
}
.comdetail-need-mes .mes-name:hover{
  color: #ec6334;
}

.comdetail-need-mes .mes-name>span {
  color: #999999;
  font-size: 12px;
}

/* 立即投递按钮 */

.comdetail-mes-btn {
  position: absolute;
  float: right;
  width: 90px;
  height: 30px;
  color: #fff;
  background-color: #4a88f7;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC-Light;
  top: 16px;
  right: 10px;
  line-height: 30px;
}
.comdetail-mes-btn:hover{
  color: #fff;
  background-color: #1968F7;
}

.already {
  background-color: #EAF1FC!important;
  color: #999!important;
}

/* 刷新时间 */

.comdetail-need-mes .mes-time {
  float: right;
  margin-top: 0;
  width: auto;
  color: #999999;
}

/* 联系方式 */

.comdetail-touch {
  padding: 20px;
  width: 340px;
  background-color: #fff;
  margin-bottom: 10px;
}

/* 联系信息 */

.comdetail-touch .touch-mes {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  line-height: 26px;
  margin-right: 24px;
  height: 26px;
  width: 80px;
  background-color: #eaf1fc;
  color: #4a88f7;
  font-size: 14px;
}

/* 员工福利 */

.comdetail-weal {
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 10px;
  width: 340px;
  background-color: #fff;
}

.comdetail-weal .weal-mes {
  width: 300px;
  height: auto;
  margin-top: 29px;
}

/* 福利内容 */

.comdetail-weal .weal-mes span {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 40px;
  height: 26px;
  font-size: 14px;
  border-radius: 13px;
  border: 1px solid #E9E9F0;
  color: #666;
}

/* 公司名 */

.comdetail-name {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
  color: #4A88F7;
}
.comdetail-name:hover {
  color: #ec6334;
}

.comdetail-true {
  width:68px;
  height:22px;
  background:linear-gradient(135deg,rgba(255,151,0,1) 0%,rgba(254,97,53,1) 100%);
  border-radius:16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}

/* 关注按钮 */

.comdetail-follow,
.comdetail-follow:visited {
  display: inline-block;
  width: 120px;
  height: 40px;
  background-color: #4a88f7;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}

/* 已关注 */

.comdetail-followtwo {
  text-align: center;
  font-size: 18px;
  /* line-height: 40px; */
}

.comdetail-followtwo {
  position: absolute;
  top: 38px;
  right: 31px;
}

.comdetail-font {
  display: block;
  float: right;
  display: block;
  color: #fff !important;
  margin-right: 20px;
  /* margin-top: 14px; */
}

.comdetail-follow:hover {
  background-color: rgb(74, 91, 247);
  color: #fff;
}

.comdetail-jia,
.comdetail-jia:visited {
  display: block;
  float: left;
  color: #fff !important;
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-size: 35px;
  /* margin-top: 10px; */
  /* margin-right: -5px; */
  margin-left: 25px;
}

/* 灰色标签信息 */

.comdetail-companymes {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 10px;
}

.comdetail-mesnumber {
  float: left;
  text-align: center;
  font-size: 24px;
  color: #4a88f7;
  margin-top: 30px;
  margin-right: 66px;
  line-height: 35px;
}

.comdetail-mesnumber a {
  font-size: 14px;
  color: #666666;
}

/* 格式小标题 */

.comdetail-main-title {
  height: 24px;
  font-size: 18px;
}

/* 标题下划线 */

.comdetail-hr {
  margin: 0px;
  width: 760px;
  border-top: 1px solid #dddddd;
}

.right-hr {
  width: 300px;
}
.introshow{
  visibility: visible;
  display: block;
  width: 45px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: rgb(153, 153, 153);
  cursor: pointer;
}
.introshow img{
  margin-left: 5px;
}
.introshow:hover{
  color: #696868;
}
.wxcode {
  width: 100%;
  height: 180px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.min-codeimg {
  width: 130px;
  height: 130px;
}
.min-codeimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.min-code {
  margin-left: 20px;
}
.saoyisao {
  font-size: 14px;
  color: #22A340;
  font-weight: 500;
}
.min-desc {
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}
.comcertification {
  width:68px;
  height:22px;
  background:linear-gradient(136deg,rgba(243,209,138,1) 0%,rgba(204,153,92,1) 100%);
  border-radius:16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.service_tag {
  background: linear-gradient(135deg,#4cb4ff,#4a88f7);
}
.lable-value {
  background: #2CC66D;
}
.comdetail-leftblue {
  padding-left: 30px;
  border-left: 4px solid #4A88F7;
  margin-left: -20px;
}
.line {
  height: 1px;
  background-color: #F5F5F5;
  margin-top: 20px;
}

/* 企业轮播相册 */
.company-swiper {

}
.company-swiper .swiper-slide {
  height: 220px;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  box-align:center;
  align-items: center;
}
.company-swiper img {
  max-height: 220px;
  margin: auto;
  display: table;
  max-width: 100%;
  align-items: center;
  vertical-align: middle;
}

/* 企业视频 */
.company-video {
  position: relative;
}
.company-video ._before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  padding: 3px 9px;
  background: #F39B13;
  border-radius: 0px 0px 4px 0px;
  z-index: 3;
}
.company-video ._after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  background-position: center;
  background-repeat: no-repeat;
}
.vcp-poster {
  display: none !important;
}
.bigImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}

.opacityBottom {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  top: 0;
  left: 0;
}