#product {
  background: #F6F6F6;
}
#product .sub_tabs {
  background: #Fff;
}
#product .sub_tabs .safe_width {
  height: 0.84rem;
  line-height: 0.84rem;
}
#product .center {
  padding: 0.8rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
}
#product .center .chanls {
  width: 2.4rem;
  height: max-content;
  border: 1px solid #EEEEEE;
  background: #fff;
}
#product .center .chanls p {
  font-size: 0.2rem;
  padding: 0.2rem;
  border-bottom: 1px solid #EEEEEE;
}
#product .center .chanls .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  font-size: 0.18rem;
  color: #444;
  position: relative;
}
#product .center .chanls .list a::after {
  content: '';
  width: 0.04rem;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D2322D;
  transition: all 0.5s ease-in-out;
}
#product .center .chanls .list a:hover,
#product .center .chanls .list a.on {
  color: #D2322D;
}
#product .center .chanls .list a:hover::after,
#product .center .chanls .list a.on::after {
  height: 0.24rem;
  top: calc(50% - 0.12rem);
}
#product .center .goods {
  width: 11.4rem;
  display: flex;
  flex-wrap: wrap;
}
#product .center .goods a {
  flex: none;
  width: 2.7rem;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.2rem 0.3rem;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
#product .center .goods a:nth-child(4n) {
  margin-right: 0;
}
#product .center .goods a .imgs {
  overflow: hidden;
}
#product .center .goods a .imgs img {
  transition: all ease-in-out 0.3s;
}
#product .center .goods a .pro_name {
  font-size: 0.2rem;
  color: #222;
  margin: 0.3rem 0 0.1rem;
}
#product .center .goods a > .pro_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product .center .goods a .pro_model {
  color: #999;
  font-size: 0.16rem;
}
#product .center .goods a .pro_btn {
  width: 1.36rem;
  height: 0.45rem;
  border: 1px solid #DDDDDD;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0;
}
#product .center .goods a .pro_btn img {
  width: 0.2rem;
}
#product .center .goods a .pro_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  opacity: 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
  background: rgba(199, 18, 13, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}
#product .center .goods a .pro_content .pro_name {
  color: #fff;
  margin: 0 0 0.3rem;
}
#product .center .goods a .pro_content .pro_model {
  color: #fff;
}
#product .center .goods a .pro_content .pro_btn {
  margin: 0.8rem 0 0;
  color: #D2322D;
  background: #fff;
  border-color: #D2322D;
}
#product .center .goods a:hover .pro_content {
  left: 0;
  opacity: 1;
}
#product_detail {
  background: #F6F6F6;
}
#product_detail .sub_tabs {
  background: #Fff;
}
#product_detail .sub_tabs .safe_width {
  height: 0.84rem;
  line-height: 0.84rem;
}
#product_detail .sub_tabs .list {
  display: none;
}
#product_detail .pro_title {
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.2rem;
}
#product_detail .pro_model {
  color: #999999;
  font-size: 0.16rem;
  margin-bottom: 0.75rem;
}
#product_detail .product_info {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem;
  background: #fff;
  margin: 0.8rem 0 0.3rem;
}
#product_detail .product_info .pro_info_img {
  width: 7.2rem;
  flex: none;
}
#product_detail .product_info .pro_info_img .gallery-top .swiper-slide {
  width: 7.2rem;
}
#product_detail .product_info .pro_info_img .pro_dtl {
  display: none;
}
#product_detail .product_info .pro_info_img .img_thumbs {
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  position: relative;
  width: 4.7rem;
}
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-next {
  background-image: url(../images/other/pro_r.png);
  right: 0;
}
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-prev {
  background-image: url(../images/other/pro_l.png);
  left: 0;
}
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-next,
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-prev {
  width: 0.3rem;
  height: 0.3rem;
  background-size: 0.3rem 0.3rem;
  top: 0.3rem;
  margin-top: 0;
}
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-next::after,
#product_detail .product_info .pro_info_img .img_thumbs .swiper-button-prev::after {
  display: none;
}
#product_detail .product_info .pro_info_img .img_thumbs .gallery-thumbs img {
  border: 2px solid #fff;
}
#product_detail .product_info .pro_info_img .img_thumbs .gallery-thumbs .swiper-slide-thumb-active img {
  border-color: #D2322D;
}
#product_detail .product_info .pro_info_txt {
  width: 5.2rem;
}
#product_detail .product_info .pro_info_txt .Contact {
  width: 3.6rem;
  height: 0.72rem;
  background: #D2322D;
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product_detail .product_info .pro_info_txt .pro_menu {
  display: flex;
}
#product_detail .product_info .pro_info_txt .pro_menu a {
  margin-right: 0.36rem;
  display: flex;
  align-items: center;
}
#product_detail .product_info .pro_info_txt .pro_menu a img {
  width: 0.2rem;
}
#product_detail .product_info .pro_info_txt .pro_menu a span {
  color: #222;
  font-size: 0.16rem;
  margin-left: 0.07rem;
}
#product_detail .product_info .pro_info_txt .pro_menu a:last-child {
  margin-right: 0;
}
#product_detail .product_detail {
  background: #fff;
  border: 1px solid #DDDDDD;
  margin-bottom: 0.8rem;
}
#product_detail .product_detail > h2 {
  padding: 0.4rem 0.6rem;
  font-size: 0.24rem;
  border-bottom: 1px solid #EEEEEE;
}
#product_detail .product_detail .product_html {
  padding: 0.6rem;
}
#product_detail .product_detail .page {
  padding: 0.2rem 0.6rem 0.6rem;
  display: flex;
  justify-content: space-between;
}
#product_detail .product_detail .page a {
  color: #D2322D;
  font-size: 0.2rem;
}
#product_detail .product_detail .page a.First {
  color: #BBBBBB;
}
#product_detail .assume > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3rem;
}
#product_detail .assume > .title span {
  font-size: 0.24rem;
}
#product_detail .assume > .title a {
  font-size: 0.16rem;
  color: #D2322D;
}
#product_detail .assume .list {
  display: flex;
  padding-bottom: 1rem;
}
#product_detail .assume .list a {
  flex: none;
  width: 2.72rem;
  margin-right: 0.2rem;
  padding: 0.2rem 0.2rem 0.3rem;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
#product_detail .assume .list a:nth-child(5n) {
  margin-right: 0;
}
#product_detail .assume .list a .imgs {
  overflow: hidden;
}
#product_detail .assume .list a .imgs img {
  transition: all ease-in-out 0.3s;
}
#product_detail .assume .list a .pro_name {
  font-size: 0.2rem;
  color: #222;
  margin: 0.3rem 0 0.1rem;
}
#product_detail .assume .list a > .pro_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#product_detail .assume .list a .pro_model {
  color: #999;
  font-size: 0.16rem;
}
#product_detail .assume .list a .pro_btn {
  width: 1.36rem;
  height: 0.45rem;
  border: 1px solid #DDDDDD;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0;
}
#product_detail .assume .list a .pro_btn img {
  width: 0.2rem;
}
#product_detail .assume .list a .pro_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  opacity: 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
  background: rgba(199, 18, 13, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}
#product_detail .assume .list a .pro_content .pro_name {
  color: #fff;
  margin: 0 0 0.3rem;
}
#product_detail .assume .list a .pro_content .pro_model {
  color: #fff;
}
#product_detail .assume .list a .pro_content .pro_btn {
  margin: 0.8rem 0 0;
  color: #D2322D;
  background: #fff;
  border-color: #D2322D;
}
#product_detail .assume .list a:hover .pro_content {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #product .sub_tabs {
    display: none;
  }
  #product .center {
    flex-direction: column;
    padding: 0.4rem 0 0.6rem;
  }
  #product .center .chanls {
    width: 100%;
    border: none;
    background: none;
  }
  #product .center .chanls p {
    display: none;
  }
  #product .center .chanls .list {
    display: flex;
    flex-wrap: wrap;
  }
  #product .center .chanls .list a {
    padding: 0;
    flex: none;
    background: #fff;
    border: 1px solid #DDDDDD;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    font-size: 0.28rem;
    height: 0.78rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #product .center .chanls .list a:nth-child(3n) {
    margin-right: 0;
  }
  #product .center .chanls .list a img {
    display: none;
  }
  #product .center .chanls .list a.on {
    font-weight: bold;
  }
  #product .center .chanls .list a.on::after {
    display: none;
  }
  #product .center .goods {
    width: 100%;
  }
  #product .center .goods a {
    width: 48.69%;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
    box-sizing: border-box;
    padding: 0 0 0.4rem;
  }
  #product .center .goods a:nth-child(2n) {
    margin-right: 0;
  }
  #product .center .goods a .pro_name {
    font-size: 0.28rem;
  }
  #product .center .goods a > .pro_name {
    margin: 0.1rem 0;
    padding: 0 0.17rem;
  }
  #product .center .goods a .pro_model {
    font-size: 0.24rem;
    padding: 0 0.17rem;
    margin-bottom: 0.2rem;
  }
  #product .center .goods a .pro_btn {
    width: 1.82rem;
    height: 0.7rem;
    font-size: 0.24rem;
  }
  #product .center .goods a .pro_btn img {
    width: 0.3rem;
  }
  #product .center .goods a .pro_content .pro_btn {
    margin: 0.4rem 0 0;
  }
  #product_detail .sub_tabs .safe_width {
    display: none;
  }
  #product_detail .sub_tabs .list {
    display: flex;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    overflow: scroll;
  }
  #product_detail .sub_tabs .list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  #product_detail .sub_tabs .list a {
    margin-right: 0.4rem;
    position: relative;
    flex: none;
    width: max-content;
    height: 100%;
  }
  #product_detail .sub_tabs .list a:first-child {
    margin-left: 0.3rem;
  }
  #product_detail .sub_tabs .list a.on {
    color: #D2322D;
  }
  #product_detail .sub_tabs .list a.on::after {
    content: '';
    width: 100%;
    height: 0.04rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D2322D;
  }
  #product_detail .main-wrap > .safe_width {
    padding: 0;
  }
  #product_detail .product_info {
    margin: 0;
    padding: 0;
    flex-direction: column;
    background: none;
  }
  #product_detail .product_info .pro_info_img {
    background: #fff;
    width: 100%;
  }
  #product_detail .product_info .pro_info_img .pro_dtl {
    display: block;
    background: #D2322D;
    padding: 0.3rem 0.4rem;
    color: #fff;
  }
  #product_detail .product_info .pro_info_img .pro_dtl .pro_title {
    color: #fff;
  }
  #product_detail .product_info .pro_info_img .pro_dtl .pro_model {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.24rem;
  }
  #product_detail .product_info .pro_info_img .img_thumbs {
    width: 100%;
    padding: 0.3rem;
    margin-top: 0;
  }
  #product_detail .product_info .pro_info_img .img_thumbs .swiper-button-next,
  #product_detail .product_info .pro_info_img .img_thumbs .swiper-button-prev {
    display: none;
  }
  #product_detail .product_info .pro_info_txt {
    width: 100%;
    padding: 0.3rem;
  }
  #product_detail .product_info .pro_info_txt .pro_title,
  #product_detail .product_info .pro_info_txt .pro_model,
  #product_detail .product_info .pro_info_txt .Contact {
    display: none;
  }
  #product_detail .product_info .pro_info_txt .pro_menu a img {
    width: 0.3rem;
  }
  #product_detail .product_info .pro_info_txt .pro_menu a span {
    font-size: 0.24rem;
  }
  #product_detail .product_detail {
    border: none;
    margin-bottom: 0.6rem;
  }
  #product_detail .product_detail > h2 {
    font-size: 0.32rem;
    font-weight: bold;
    padding: 0.4rem 0.3rem;
    color: #222;
  }
  #product_detail .product_detail .product_html {
    padding: 0.4rem 0.3rem 0.6rem;
  }
  #product_detail .product_detail .page {
    display: none;
  }
  #product_detail .assume {
    padding: 0 0.3rem 0.6rem;
  }
  #product_detail .assume > .title span {
    font-size: 0.32rem;
    font-weight: bold;
    color: #222;
  }
  #product_detail .assume > .title a {
    display: none;
  }
  #product_detail .assume .list {
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  #product_detail .assume .list a {
    width: 48.69%;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
    box-sizing: border-box;
    padding: 0 0 0.4rem;
  }
  #product_detail .assume .list a:nth-child(2n) {
    margin-right: 0;
  }
  #product_detail .assume .list a .pro_name {
    font-size: 0.28rem;
  }
  #product_detail .assume .list a > .pro_name {
    margin: 0.1rem 0;
    padding: 0 0.17rem;
  }
  #product_detail .assume .list a .pro_model {
    font-size: 0.24rem;
    padding: 0 0.17rem;
    margin-bottom: 0.2rem;
  }
  #product_detail .assume .list a .pro_btn {
    width: 1.82rem;
    height: 0.7rem;
    font-size: 0.24rem;
  }
  #product_detail .assume .list a .pro_btn img {
    width: 0.3rem;
  }
  #product_detail .assume .list a .pro_content .pro_btn {
    margin: 0.4rem 0 0;
  }
}
