.sjsbox {
  width: 1200px;
  margin: 40px auto;
}
.t_sjs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.t_sjs > div {
  width: 12%;
  position: relative;
  cursor: pointer;
}
.t_sjs > div > i {
  display: block;
  width: 100%;
  font-size: 0;
}
.t_sjs > div > i > img {
  width: 100%;
}
.t_sjs > div > p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  line-height: 25px;
}
.c_sjs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.l_c_sjs {
  flex: 1;
  display: flex;
  margin-top: 5px;
}
.l_c_sjs > p {
  width: 90px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #006550;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.l_c_sjs > div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-top: 5px;
}
.l_c_sjs > div > span {
  width: 14%;
  color: #4c4948;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.accli {
  color: #227a67 !important;
  font-weight: bold;
}
.r_c_sjs {
  width: 300px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #4c4948;
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.r_c_sjs > div {
  flex: 1;
  height: 100%;
  border-right: 1px solid #4c4948;
}
.r_c_sjs > div > input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #4c4948;
  padding-left: 15px;
}
.r_c_sjs > span {
  width: 60px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.r_c_sjs > span > img {
  width: 20px;
}
.b_sjs {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b_sjs > div {
  width: 50%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  position: relative;
  padding: 5px;
}
.b_sjs > div > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b_sjs > div:hover{
  box-shadow: 0 0 4px #4c4948;
}
.b_sjs>p {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
}
.l_b_sjs {
  width: 40%;
  height: 100%;
  position: relative;
}
.l_b_sjs > i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.l_b_sjs > i > img {
  width: 100%;
  height: 100%;
}
.l_b_sjs > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  font-size: 0;
}
.l_b_sjs > span > img {
  width: 100%;
}
.r_b_sjs {
  flex: 1;
  padding: 0 30px;
}
.t_r_b_sjs {
  width: 100%;
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t_r_b_sjs > b {
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #006550;
  border-left: 2px solid #006550;
  padding-left: 10px;
}
.t_r_b_sjs > span {
  font-size: 16px;
  color: #e99027;
}
.linesjs{
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}
.b_r_b_sjs {
  width: 100%;
  margin-top: 20px;
}
.b_r_b_sjs > p {
  width: 100%;
  font-size: 15px;
  color: #006550;
  margin-bottom: 15px;
  display: flex;
}
.b_r_b_sjs > p > b {
  font-weight: normal;
}
.b_r_b_sjs > p > span {
  flex: 1;
  color: #4c4948;
}
.page_sjs {
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
/* 设计师详情 */
.sjsdetails {
  width: 100%;
}
.t_sjsdetails {
  width: 100%;
  height: 285px;
  background: url(../img/sjs/sjsdetailsbg1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.c_t_sjsdetails {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 100%;
  padding-bottom: 15px;
  display: flex;
  z-index: 3;
}
.t_sjsdetails > p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 50px;
  background: #ffffff;
  z-index: 2;
}
.c_t_sjsdetails > i {
  width: 250px;
  height: 100%;
  font-size: 0;
}
.c_t_sjsdetails > i > img {
  width: 100%;
  height: 100%;
}
.r_c_t_sjsdetails {
  flex: 1;
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
.t_r_c_t_sjsdetails {
  width: 100%;
  display: flex;
  height: 35px;
  align-items: center;
  color: #ffffff;
  margin-top: 30px;
}
.t_r_c_t_sjsdetails > b {
  font-size: 20px;
}
.t_r_c_t_sjsdetails > span {
  font-size: 13px;
  margin: 0 15px;
  align-self: flex-end;
}
.t_r_c_t_sjsdetails > p {
  width: 90px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #e99027;
  border: 1px solid #e99027;
}
.c_r_c_t_sjsdetails {
  width: 100%;
}
.c_r_c_t_sjsdetails > p {
  width: 100%;
  margin: 5px 0;
  font-size: 13px;
  color: #ffffff;
  display: flex;
}
.c_r_c_t_sjsdetails > p > b {
  font-weight: normal;
}
.c_r_c_t_sjsdetails > p > span {
  flex: 1;
}
.r_c_t_sjsdetails>p{
    width: 100%;
}
.r_c_t_sjsdetails>p>span{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ffffff;
    color: #006550;
    font-size: 15px;
}
.r_c_t_sjsdetails>i{
    display: block;
    width: 100px;
    font-size: 0;
    margin-top: auto;
}
.r_c_t_sjsdetails>i>img{
    width: 100%;
}
.c_sjsdetails{
    width: 1100px;
    margin: 0 auto;
}
.gallery-top {
    width: 100%;
    height: 713px;
    position: relative;
    overflow: hidden;
  }
  .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .anlilb_fix {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  .anlilb_fix > div {
    font-size: 14px;
    color: #ffffff;
  }
  .l_anlilb_fix {
    margin-left: 100px;
    margin-right: 150px;
  }
  .gallery-thumbs {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .gallery-thumbs .swiper-slide {
    opacity: 0.7;
  }
  .swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 1px solid #006550;
  }
  .gallery-top .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #ffffff;
  }
  .b_sjsdetails{
      width: 1200px;
      margin: 50px auto;
  }