/* 整体容器样式 */
.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 5px;
}

/* 左侧信息区域样式 */
.left-section {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

/* 头像样式 */
.left-section img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
}

/* 姓名及详细信息容器样式 */
.info {
  display: flex;
  flex-direction: column;
}

/* 姓名样式 */
.info h2 {
  margin-bottom: 10px;
}

/* 年龄、工作年限等信息容器样式 */
.detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* 单个信息块样式 */
.detail div {
  text-align: left;
  width: 150px;
}

/* 信息数值样式 */
.detail span.value {
  display: block;
  color: #777;
  font-size: 14px;

  margin-bottom: 5px;
}

/* 信息标签样式 */
.detail span.label {
  display: block;
  color: #777;
  font-size: 14px;
}

/* 求职意向样式 */
.info p {
  margin-bottom: 10px;
  font-weight: 700;
}

/* 右侧联系区域样式 */
.right-section {
  text-align: center;
}

/* 联系按钮样式 */
.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FD9493;
  color: white;
  text-decoration: none;
  border-radius: 20px;
}

/* 在线时间样式 */
.online-time {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}



/* 整体布局容器 */
.container1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

/* 各个信息板块公共样式 */
.container1 .section {
  flex: 1;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-right: 20px;
}

.container1 .section:last-child {
  margin-right: 0;
}

/* 标题样式 */
.container1 h2 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}

/* 信息项样式 */
.container1 .info-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* 信息项标签样式 */
.container1 .info-label {
  width: 80px;
  color: #777;
  font-size: 14px;
}

/* 信息项内容样式 */
.container1 .info-content {
  color: #333;
  font-size: 14px;
}

/* 期望薪资特殊样式 */
.container1 .salary {
  color: #f44336;
}














.bigBox .banner {
  width: 100%;
  height: 180px;
  margin-top: 90px;
  background-image: url("../../img/news/banner2.jpg");
  background-size: cover;
  background-position: center;
}

.bigBox .bannerM {
  display: none;
}

.bigBox .intro {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
}

.bigBox .intro>.left {
  width: 15%;
  margin-right: 3%;
}

.bigBox .intro>.left .title {
  text-align: center;
  line-height: 60px;
  background-color: #DC1116;
  font-size: 24px;
  color: #fff;
}

.bigBox .intro>.left .list {
  background: #f8f8f8;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.bigBox .intro>.left .list>div {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  padding-left: 40px;
  cursor: pointer;
}

.bigBox .intro>.left .list>div:hover {
  color: #DC1116;
  background-color: rgb(240, 240, 240);
}

.bigBox .intro>.left .list>.active {
  color: #DC1116;
  background-color: rgb(240, 240, 240);
}

.bigBox .intro>.right {
  width: 100%;
}

.bigBox .intro>.right .crumb {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: #eee 1px solid;
}

.bigBox .intro>.right .crumb>a,
.bigBox .intro>.right .crumb>span,
.bigBox .intro>.right .crumb>p {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.bigBox .intro>.right .crumb>img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.bigBox .intro>.right .crumb>span {
  margin: 0 6px;
}

.bigBox .intro>.right .change,
.bigBox .intro>.right .changeList {
  display: none;
}

.bigBox .intro>.right .cont {
  display: block;
  margin-top: 30px;
}

.bigBox .intro>.right .cont .title {
  font-size: 22px;
  color: #595959;
}

.bigBox .intro>.right .cont .time {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.bigBox .intro>.right .cont video {
  width: 100% !important;
  height: max-content !important;
}

.bigBox .intro>.right .swBox {
  /*margin: 20px 0 40px;*/
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-top: #eee 1px solid;
}

.bigBox .intro>.right .swBox>a {
  display: block;
  text-decoration: none;
  width: 48%;
}

.bigBox .intro>.right .swBox>a>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bigBox .intro>.right .swBox>a>div>p {
  font-size: 14px;
  color: #707070;
}

.bigBox .intro>.right .swBox>a>div .sTitle {
  width: 68%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bigBox .intro>.right .swBox>a:nth-child(2) .sTitle {
  text-align: right;
}


.bigBox .detailed {
  max-width: 1200px;
  margin: 0px auto 20px;
  display: flex;
  justify-content: space-between;
}
.bigBox .detailed > .left {
  width: 20%;
  box-sizing: border-box;
}
.bigBox .detailed > .left .title {
  padding: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #DC1116;
}
.bigBox .detailed > .left .list {
  padding: 16px;
  background-color: #f5f5f5;
}
.bigBox .detailed > .left .list .family {
  width: 100%;
  font-size: 16px;
  color: #333;
  border: none;
  background: none;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
.bigBox .detailed > .left .list .family img {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.bigBox .detailed > .left .list .active {
  color: #DC1116;
}
.bigBox .detailed > .left .list .kid {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  line-height: 40px;
  max-height: max-content;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 10px;
}
.bigBox .detailed > .left .list .kid > p {
  cursor: pointer;
}
.bigBox .detailed > .left .list .kid img {
  width: 7px;
  height: 10px;
  margin-right: 10px;
}
.bigBox .detailed > .left .list a {
  text-decoration: none;
  color: #333;
}
.bigBox .detailed > .right {
  width: 78%;
  box-sizing: border-box;
  display: none;
}
.bigBox .detailed > .right .top {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ccc;
}
.bigBox .detailed > .right .top .left {
  width: 49%;
  /*height: max-content;*/
}
.bigBox .detailed > .right .top .left video {
  width: 100%;
  height: auto;
}
.bigBox .detailed > .right .top .right {
  width: 49%;
}
.bigBox .detailed > .right .line {
  width: 100%;
  height: 1px;
  background-color: rgb(204, 204, 204);
  margin: 20px 0;
}
.bigBox .detailed > .right .change,
.bigBox .detailed > .right .changeList {
  display: none;
}
.bigBox .detailed > .right .cont {
  display: flex;
  flex-wrap: wrap;
}
.bigBox .detailed > .right .cont .box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  cursor: pointer;
}
.bigBox .detailed > .right .cont .box > div {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url("../../img/product/cont0.png");
  font-size: 0;
}
.bigBox .detailed > .right .cont .box > div > img {
  width: 100%;
  /*height: max-content;*/
  transition: 0.5s linear 0s;
}
.bigBox .detailed > .right .cont .box > p {
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 20px 10px;
  font-weight: bold;
}
.bigBox .detailed > .right .cont .box:hover {
  box-shadow: 0px 0px 1rem #ccc;
  transition: all 0.5s;
}
.bigBox .detailed > .right .cont .box:hover > div > img {
  transform: scale(1.1);
}
.bigBox .detailed > .right .cont .box:nth-child(4n) {
  margin-right: 0;
}
.bigBox .detailed > .right .cw1200 {
  margin: 30px auto;
  text-align: center;
}
.bigBox .detailed > .right .cw1200 a {
  margin: 0 10px;
  border: 1px solid #d9d9d9;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #595959;
}
.bigBox .detailed > .right .cw1200 .current {
  border: 1px solid #DC1116;
  background-color: #DC1116;
  color: #fff;
}
.bigBox .detailed > .dRight {
  width: 78%;
  box-sizing: border-box;
  /*margin-bottom: 20px;*/
}
.bigBox .detailed > .dRight > .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bigBox .detailed > .dRight > .top .left {
  width: 70%;
}
.bigBox .detailed > .dRight > .top .left .hizoom {
  width: 100%;
}
.bigBox .detailed > .dRight > .top .left .hizoom > img {
  width: 100%;
  height: 60px;
}
.bigBox .detailed > .dRight > .top .left .swBox {
  position: relative;
  height: 100px;
  --swiper-navigation-color: rgb(187, 182, 182);
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper {
  width: 82%;
  height: max-content;
  margin: 20px auto;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 60px;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 60px;
  /*height: max-content;*/
  object-fit: cover;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper .active {
  border: 1px solid #666;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper-button-next {
  right: 0;
  display: block;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper-button-prev {
  left: 0;
  display: block;
}
.bigBox .detailed > .dRight > .top .left .swBox .swiper-wrapper {
  height: auto;
}
.bigBox .detailed > .dRight > .top .right {
  width: 58%;
  /*padding: 30px;*/
  box-sizing: border-box;
}
.bigBox .detailed > .dRight > .top .right .title {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.bigBox .detailed > .dRight > .top .right .ps {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bigBox .detailed > .dRight > .top .right .button {
  padding: 35px 0 0;
  display: flex;
  border-top: 1px solid #e8e8e8;
}
.bigBox .detailed > .dRight > .top .right .button > a {
  display: block;
  padding: 10px 20px;
  background: #DC1116;
  font-size: 16px;
  color: #fff;
  border: 1px solid #DC1116;
  margin-left: 25px;
  text-decoration: none;
}
.bigBox .detailed > .dRight > .top .right .button > a:hover {
  background: #DC1116;
  color: #ffffff;
  border: 1px solid #DC1116;
}
.bigBox .detailed > .dRight .top2 {
  display: none;
}
.bigBox .detailed > .dRight .change, .bigBox .detailed > .dRight .changeList {
  display: none;
}
.bigBox .detailed > .dRight > .switch .label {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
}
.bigBox .detailed > .dRight > .switch .label > div {
  margin-right: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #666;
  font-size: 14px;
  cursor: pointer;
}
.bigBox .detailed > .dRight > .switch .label > div:hover {
  background-color: #DC1116;
}
.bigBox .detailed > .dRight > .switch .label .active {
  background-color: #DC1116;
}
.bigBox .detailed > .dRight > .switch .conBox {
  padding: 10px;
  display: none;
}
.bigBox .detailed > .dRight > .switch .conBox:nth-child(2) {
  display: block;
}































@media screen and (max-width: 1000px) {
  .bigBox .banner {
    display: none;
  }

  .bigBox .bannerM {
    display: block;
    width: 100%;
    margin-top: 80px;
    font-size: 0;
  }

  .bigBox .bannerM>img {
    width: 100%;
    /*height: max-content;*/
  }

  .bigBox .intro {
    margin: 0;
  }

  .bigBox .intro .left {
    display: none;
  }

  .bigBox .intro .right {
    width: 100%;
  }

  .bigBox .intro .right .crumb {
    display: none;
  }

  .bigBox .intro .right .change {
    width: 100%;
    background-color: rgba(253,148,147,0.8);
    display: flex;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bigBox .intro .right .change>p {
    font-size: 22px;
    color: #fff;
  }

  .bigBox .intro .right .change>img {
    width: 24px;
    height: 24px;
  }

  .bigBox .intro .right .changeList {
    position: fixed;
    width: 74%;
    background: #fff;
    height: 100%;
    top: 0px;
    padding: 160px 0;
    box-sizing: border-box;
    display: flex;
    transition: all 0.8s;
  }

  .bigBox .intro .right .changeList>img {
    width: 35px;
    height: 30px;
    margin: 16px 10px 10px 20px;
  }

  .bigBox .intro .right .changeList .listM {
    width: 80%;
    margin-right: 20px;
  }

  .bigBox .intro .right .changeList .listM .li {
    color: #323232;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(169, 166, 166, 0.2509803922);
  }

  .bigBox .intro .right .cont {
    padding: 0 8px;
    box-sizing: border-box;
  }

  .bigBox .intro .right .cont img {
    width: 100% !important;
  }

  .bigBox .intro .right .swBox .sTitle {
    width: 30%;
  }
}

/*# sourceMappingURL=detailed.css.map */