.con {
  padding-bottom: 70px;
  background-size: cover;
  background-image: url(../img/coke/con_bg.png);
}
.con .con_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_prev {
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .con_prev:hover {
  border-color: rgb(224, 26, 33);
  background: rgb(224, 26, 33);
}
.con .con_prev:hover::after {
  border-color: white;
}
.con .con_next {
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .con_next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .con_next:hover {
  border-color: rgb(224, 26, 33);
  background: rgb(224, 26, 33);
}
.con .con_next:hover::after {
  border-color: white;
}
.con .sw_con {
  width: 1440px;
  margin: 0 32px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.con .sw_con .swiper-slide {
  cursor: pointer;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con .sw_con .swiper-slide::after {
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background: rgba(45, 45, 45, 0.1);
}
.con .sw_con .swiper-slide:last-child::after {
  display: none;
}
.con .con_icon {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .tab_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  opacity: 0;
  background-size: cover;
  background-image: url(../img/coke/icon_bg.jpg);
}
.con .con_tit {
  line-height: 32px;
  margin-top: 7px;
}
.con .common_title {
  margin: 70px 0 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .common_title > div::after {
  margin-left: auto;
  margin-right: auto;
}
.con .con_act .tab_absolute {
  opacity: 1;
}

.top .top_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top .top_img {
  width: 50%;
  overflow: hidden;
}
.top .top_rela {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
}
.top .top_rela img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .top_txt {
  width: 50%;
  padding-top: 16px;
}
.top .top_des {
  background: rgb(244, 244, 244);
  padding: 48px;
  min-height: 308px;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
}
.top .top_des > div {
  height: 180px;
}
.top .common_title {
  padding: 0 63px 42px;
  justify-content: flex-start;
}
.top .common_title > div::after{
    margin-left: inherit;
    margin-right: inherit;
}
.top {
  padding-bottom: 70px;
}
.related {
  padding-bottom: 70px;
}
.related .common_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
.related .common_title div::after {
  margin-left: auto;
  margin-right: auto;
}
.related li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.related .related_txt {
  width: 50%;
  line-height: 30px;
  background: rgb(244, 244, 244);
  padding: 67px 70px 0;
}
.related .related_img {
  width: 50%;
}
.related .img_rela {
  height: 0;
  padding-bottom: 60.41%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.related .img_rela img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.related .related_tit {
  font-weight: bold;
  margin-bottom: 30px;
}
.related .related_des {
  overflow: hidden;
  height: 240px;
}
.related .related_con {
  margin-top: 32px;
  line-height: 30px;
}
.related .related_con img{
  max-width: 100% !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E01A21 !important;
  left: -2px;
  width: 5px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background: rgba(0, 0, 0, 0.2) !important;
  width: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .con .sw_con {
    width: 80%;
  }
  .top .top_des {
    min-height: inherit;
  }
  .top .top_des {
    padding: 35px;
  }
  .top .top_des > div {
    height: 160px;
  }
  .top .common_title {
    padding: 0 35px 30px;
  }
  .related .related_txt {
    padding: 35px 35px 0;
  }
  .related .related_des {
    height: 210px;
  }
  .related .related_tit {
    margin-bottom: 10px;
  }
  .con .tab_absolute {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .con .con_prev {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .con .con_next {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .con .sw_con .swiper-slide {
    height: 130px;
  }
  .con .con_icon {
    height: 40px;
  }
  .con_icon img {
    height: 100%;
  }
  .con .sw_con {
    margin: 0 20px;
  }
  .related .related_des {
    height: 150px;
  }
}
@media only screen and (max-width: 1100px) {
  .related .related_des {
    height: 120px;
  }
  .related .related_txt {
    padding: 25px 35px 0;
  }
  .top .top_flx {
    display: block;
  }
  .top .top_img {
    width: 100%;
  }
  .top .top_txt {
    width: 100%;
  }
  .top .common_title {
    padding: 0 0 25px;
  }
  .top .top_txt {
    margin-top: 20px;
  }
  .top .top_des {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .con .swiper-slide-thumb-active .tab_absolute {
    opacity: 0;
  }
  .con .sw_con .swiper-slide::after {
    display: none;
  }
  .con .sw_con {
    width: 60%;
    margin: 0 16px;
  }
  .con .sw_con .swiper-slide {
    height: 110px;
  }
  .con .con_prev {
    width: 40px;
    height: 40px;
  }
  .con .con_next {
    width: 40px;
    height: 40px;
  }
  .con .common_title {
    margin: 30px 0 20px;
  }
  .con .number_flx > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .con .number_flx > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .con .number_flx {
    margin: 15px 0;
  }
  .con {
    padding-bottom: 40px;
  }
  .common_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common_title > div::after {
    margin-left: auto;
    margin-right: auto;
  }
  .related li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .related .related_txt {
    width: 100%;
  }
  .related .related_img {
    width: 100%;
  }
  .related .related_txt {
    padding: 20px;
  }
  .related li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .related .related_con {
    margin-top: 20px;
  }
  .top {
  padding-bottom: 40px;
}
.related {
  padding-bottom: 40px;
}
  .related .common_title {
    margin-bottom: 25px;
  }
  .con .con_act .tab_absolute {
    opacity: 0;
  }
}
