.banner {
  width: 100%;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/sjs/sjs_banner.png") no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0 auto;
  width: 1280px;
  height: 307px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.banner .menu_box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.banner .menu_box span,
.banner .menu_box a {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}

.sjs_wrap {
  width: 100%;
  background-color: #f5f5f5;
}

.sjs_wrap .sjs_box {
  width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.designer_card {
  flex-shrink: 0;
  width: 302px;
  overflow: hidden;
  /* padding-bottom: 25px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}
.designer_card a {
  text-decoration: none;
  width: 100%;
}

.designer_card .header_box {
  width: 100%;
  height: 389px;
  overflow: hidden;
  position: relative;
}
.designer_card .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 389px;
  background: no-repeat top center;
  background-size: cover;
  transition: all 0.5s ease;
  transform-origin: center top;
}
.designer_card .header:hover {
  transform: scale(1.1);
}

.designer_card .name {
  padding: 25px 30px 12px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  background-color: #ffffff;
}

.designer_card .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 30px;
  background-color: #ffffff;
  padding-bottom: 15px;
}

.designer_card .content .styles {
  align-items: center;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 130px;
}

.designer_card .content .experience {
  font-size: 14px;
  color: #666666;
  width: 100px;
  flex-shrink: 0;
}

.designer_card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 30px 25px;
}

.designer_card .footer .book_btn {
  background-color: #c0392b;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 110px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.designer_card .footer .book_btn:hover {
  background-color: #bc5a50;
}

.designer_card .footer .book_count {
  font-size: 14px;
  color: #333333;
}

.designer_card .footer .book_count span {
  color: #e74c3c;
  font-weight: bold;
}

.sjs_details_wrap {
  width: 100%;
  background-color: #f5f5f5;
  padding: 60px 0;
}
.sjs_details_wrap .sjs_details_box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.sjs_details_box .left {
  width: 358px;
  height: 500px;
  flex-shrink: 0;
  background: no-repeat top center;
  background-size: cover;
}
.sjs_details_box .right {
  flex: 1;
  padding: 0 25px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sjs_details_box .right .top {
  padding-top: 60px;
  display: flex;
  align-items: baseline;
  font-size: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.sjs_details_box .right .top .name {
  font-size: 40px;
  padding-right: 10px;
}

.sjs_details_box .right .top .class_name {
  padding-right: 50px;
}
.sjs_details_box .right .top .label_age {
  padding-right: 10px;
}

.sjs_details_box .right .description {
  padding-bottom: 50px;
  font-size: 16px;
}
.sjs_details_box .right .info_wrap {
  display: flex;
  margin-bottom: 30px;
}
.sjs_details_box .right .info_wrap .info_item {
  border-left: 1px solid #ddd;
  padding-left: 32px;
}
.sjs_details_box .right .info_wrap .info_item:nth-child(1) {
  padding-left: 0;
  border-left: 0px solid #ddd;
  width: 100px;
}
.sjs_details_box .right .info_wrap .info_item:nth-child(2) {
  width: 250px;
}
.sjs_details_box .right .info_wrap .info_value {
  font-weight: bold;
  padding-bottom: 25px;
}
.sjs_details_box .right .info_wrap .info_label {
  color: #999;
}
.sjs_details_box .right .sjs_content {
  color: #999;
  line-height: 30px;
}
.sjsal_wrap {
  width: 100%;
  background-color: #fff;
}
.tab_body_wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 70px;
}
.tab_body_wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  font-size: 32px;
}
.tab_body_wrap .tab_body_box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.tab_body_wrap .tab_body_item {
  flex-shrink: 0;
  width: 412px;
  height: 345px;
  background-color: #f5f5f5;
}
.tab_body_wrap .tab_body_item a {
  text-decoration: none;
}
.tab_body_wrap .tab_body_item .img {
  width: 100%;
  height: 250px;
  background-size: cover;
}
.tab_body_wrap .tab_body_item .tt {
  padding: 24px 22px 10px;
  font-size: 16px;
  color: #333;
}
.tab_body_wrap .tab_body_item .tag {
  padding: 0 22px;
  color: #999;
  font-size: 12px;
}
