.con {
  padding-bottom: 70px;
}
.con .con_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
          position: relative;
}
.con .con_l {
  width: 248px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.con .con_r {
  width: calc(100% - 286px);
}
.con .con_sort {
  height: 100%;
  overflow: hidden;
}
.con .con_repeat {
  border-bottom: 1px solid rgb(229, 229, 229);
}
.con .l_tit {
  padding-right: 2px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.con .l_tit::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-right: 1px solid rgb(224, 26, 33);
  border-top: 1px solid rgb(224, 26, 33);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .tit_act {
  border-bottom: 1px solid rgb(229, 229, 229);
}
.con .tit_act::after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.con .l_list {
  display: none;
}
.con .l_list div {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con .pro_tit {
  font-weight: bold;
  color: white;
  padding: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.con .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  display: block;
}
.con .pro_img 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;
}
.con .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
.con .pro_list a {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  position: relative;
}
.con .pro_list a:nth-child(3n) {
  margin-right: 0;
}
.con .pro_list a:nth-child(n+4) {
  margin-top: 16px;
}
.con .pro_list a:hover .pro_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.con .phone_btn {
  display: none;
}

.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;
}

.mCSB_inside > .mCSB_container {
  margin-right: 48px !important;
}

.mCSB_scrollTools {
  right: -13px !important;
}

@media only screen and (max-width: 1600px) {
  .con .pro_tit {
    padding: 20px;
  }
  .con .con_l {
    width: 210px;
  }
  .con .con_r {
    width: calc(100% - 248px);
  }
  .con .l_tit {
    height: 66px;
  }
  .con .l_list div {
    height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .con .pro_tit {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .con .con_l {
    display: none;
  }
  .con .con_r {
    width: 100%;
  }
  .con .con_flx {
    display: block;
  }
  .con .pro_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .con .pro_list a {
    width: calc((100% - 16px) / 2);
    margin-right: 0;
  }
  .con .pro_list a:nth-child(n+3) {
    margin-top: 16px;
  }
  .con .pro_list {
    margin-top: 25px;
  }
  .common_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common_title > div::after {
    margin-left: auto;
    margin-right: auto;
  }
  .con .phone_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .con .phone_btn a {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    background: white;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 20px;
  }
  .con .phone_btn a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid rgb(224, 26, 33);
    border-top: 1px solid rgb(224, 26, 33);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .con {
    padding-bottom: 40px;
}
}
