* {
  -webkit-text-size-adjust: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.header {
  padding: 0 0.3125rem;
  height: 0.5208rem;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.2s;
  background-color: transparent;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .header_left {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.header .header_left .logo {
  display: block;
  width: 0.8021rem;
  height: auto;
  margin-right: 0.4688rem;
  overflow: hidden;
}
.header .header_left .logo img {
  width: 100%;
}
.header .header_left .logo .colorful_logo {
  display: block;
}
.header .header_left .logo .white_logo {
  display: none;
}
.header .header_left .nav {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .header_left .nav a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 0px 30px;
  font-size: 0.1133rem;
}
.header .header_left .nav a:hover {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  /*! margin-right: 0.1354rem; */
  font-size: 0.1133rem;
  position: relative;
}
.header .header_left .nav a.active {
  color: #ffffff;
}
.header .header_left .nav a.active_nav {
  color: #ffffff;
}
.header .header_left .nav a::after {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 0.0417rem solid #fff;
  border-top-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header .header_left .nav a.active_nav::after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 0.0417rem solid #fff;
  border-top-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header .header_right {
  display: flex;
  align-items: center;
}
.header .header_right div {
  display: flex;
  align-items: center;
}
.header .header_right div img {
  height: 0.1198rem;
  cursor: pointer;
}
.header .header_right div span {
  font-size: 0.0833rem;
  line-height: 1.5;
}
.header .header_right .search {
  margin-right: 0.1667rem;
}
.header .header_right .search input {
  font-size: 0.0729rem;
  line-height: 1.5;
  border-left: 1px solid #fff;
  padding: 0 0.0625rem;
  margin-right: 0.1042rem;
  width: 1.3542rem;
  box-sizing: border-box;
  color: #fff;
  background: transparent;
  outline: none;
}
.header .header_right .search input::-webkit-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
  font-size: 0.0729rem;
}
.header .header_right .cart {
  user-select: none;
  cursor: pointer;
  margin-right: 0.1146rem;
}
.header .header_right .cart .cart_img {
  position: relative;
  margin-right: 0.0313rem;
}
.header .header_right .cart .cart_img .cartNum {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 0.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #900816;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
}
.header .header_right .login {
  user-select: none;
  cursor: pointer;
  margin-right: 0.2083rem;
}
.header .header_right .login img {
  margin-right: 0.0521rem;
}
.header .header_right .login .userName {
  display: inline-block;
  width: 0.4167rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header_right .login .quit {
  margin-left: 0.1042rem;
}
.header .header_right .lang {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.header .header_right .lang img {
  margin-right: 0.0521rem;
}
.header .header_right .changeLang_pop {
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
  flex-direction: column;
}
.header .header_right .changeLang_pop p {
  display: block;
  margin: auto;
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
}
.header .header_right .changeLang_pop .active {
  color: #900816;
}
.header .nav_pop {
  position: fixed;
  top: 0.5208rem;
  left: 0;
  width: 100%;
}
.header .nav_hoverBox {
  display: none;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 30px 2px rgba(0, 0, 0, 0.1);
}
.header .nav_hoverBox .title {
  cursor: pointer;
  min-width: 1.625rem;
  height: 0.276rem;
  padding-right: 0.1042rem;
  color: #222;
  font-size: 0.0833rem;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.0781rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.header .nav_hoverBox .title.active {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.header .nav_hoverBox .title.active::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  border: 0.0313rem solid #900816;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #900816;
  border-right-color: transparent;
}
.header .product_hoverBox {
  align-content: center;
}
.header .product_hoverBox .product_hover_left {
  padding-left: 1.849rem;
  padding-top: 0.1146rem;
  padding-right: 0.1875rem;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
}
.header .product_hoverBox .product_hover_left .title {
  position: relative;
}
.header .product_hoverBox .product_hover_left .title.active {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.header .product_hoverBox .product_hover_left .title.active::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  border: 0.0313rem solid #900816;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #900816;
  border-right-color: transparent;
}
.header .product_hoverBox .product_hover_right {
  flex: 1;
  padding: 0.1146rem 1.8073rem 0.3125rem 0;
  padding-left: 1.8073rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
}
.header .product_hoverBox .product_hover_right .title {
  position: relative;
}
.header .product_hoverBox .product_hover_right .hasSub .sub_item_box {
  display: none;
  width: 100%;
  padding: 0.0521rem 0.0521rem 0.1042rem;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 103;
  background-color: #fff;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.05);
}
.header .product_hoverBox .product_hover_right .hasSub .sub_item_box .sub_item {
  display: block;
  padding: 0.0521rem 0.1042rem;
  color: #222;
  font-size: 0.0781rem;
  text-transform: uppercase;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.header .product_hoverBox .product_hover_right .hasSub .sub_item_box .sub_item:hover {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.header .product_hoverBox .product_hover_right .title.hasSub::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  border: 0.0313rem solid #900816;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #900816;
  border-right-color: transparent;
}
.header .product_hoverBox .product_hover_right .title.active {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.header .service_hoverBox .product_hover_left {
  padding-left: 2.6042rem;
}
.header .auout_hoverBox .product_hover_left {
  padding-left: 3.6458rem;
}
.header .news_hoverBox .product_hover_left {
  padding-left: 4.1667rem;
}
.header .contact_hoverBox .product_hover_left {
  padding-left: 4.6875rem;
}
.header .pop_mask {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}
.header .userBox {
  display: none;
  z-index: 9;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  background-color: #fff;
}
.header .userBox input:focus {
  outline: 1px solid #900816;
}
.header .userBox .loginBox {
  transition: 0.5s;
  display: none;
  align-items: center;
}
.header .userBox .loginBox .login_left {
  width: 50%;
}
.header .userBox .loginBox .login_form {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 0.3333rem;
  box-sizing: border-box;
}
.header .userBox .loginBox .login_form .title {
  font-size: 0.125rem;
  color: #000;
  margin-bottom: 0.1979rem;
  text-align: center;
}
.header .userBox .loginBox .login_form input {
  width: 100%;
  height: 0.3333rem;
  background-color: #f4f4f4;
  margin-bottom: 0.0885rem;
  padding-left: 0.1146rem;
  box-sizing: border-box;
  font-size: 0.0938rem;
}
.header .userBox .loginBox .login_form .forget {
  font-size: 0.0729rem;
  color: #666666;
  text-align: right;
  margin-bottom: 0.1823rem;
}
.header .userBox .loginBox .login_form .forget span {
  font-family: "pingfang";
  cursor: pointer;
}
.header .userBox .loginBox .login_form .LOGIN {
  width: 100%;
  height: 0.3333rem;
  background-color: #900816;
  color: #fff;
  cursor: pointer;
  line-height: 0.3333rem;
  text-align: center;
  font-size: 0.0938rem;
  margin-bottom: 0.125rem;
  padding-left: 0;
}
.header .userBox .loginBox .login_form .Register {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.0938rem;
  color: #900816;
}
.header .userBox .loginBox .login_form .Register img {
  margin-left: 0.0833rem;
  width: 0.125rem;
}
.header .userBox .forgetBox {
  transition: 0.5s;
  display: none;
  align-items: center;
}
.header .userBox .forgetBox .login_left {
  width: 50%;
}
.header .userBox .forgetBox .login_form {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 0.3333rem;
  box-sizing: border-box;
}
.header .userBox .forgetBox .login_form .title {
  font-size: 0.125rem;
  color: #000;
  margin-bottom: 0.1979rem;
  text-align: center;
}
.header .userBox .forgetBox .login_form .inputs {
  position: relative;
  margin-bottom: 0.0885rem;
}
.header .userBox .forgetBox .login_form .inputs input {
  margin-bottom: 0;
  padding-right: 0.5208rem;
}
.header .userBox .forgetBox .login_form .inputs label {
  cursor: pointer;
  position: absolute;
  right: 0.2604rem;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 0.0938rem;
  color: #900816;
}
.header .userBox .forgetBox .login_form input {
  width: 100%;
  height: 0.3333rem;
  background-color: #f4f4f4;
  margin-bottom: 0.0885rem;
  padding-left: 0.1146rem;
  box-sizing: border-box;
  font-size: 0.0938rem;
}
.header .userBox .forgetBox .login_form .forget {
  cursor: pointer;
  text-align: right;
  font-size: 0.0729rem;
  color: #666666;
  margin-bottom: 0.1823rem;
}
.header .userBox .forgetBox .login_form .LOGIN {
  padding-left: 0;
  width: 100%;
  height: 0.3333rem;
  background-color: #900816;
  cursor: pointer;
  color: #fff;
  line-height: 0.3333rem;
  text-align: center;
  font-size: 0.0938rem;
  margin-bottom: 0.125rem;
}
.header .userBox .forgetBox .login_form .Register {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.0938rem;
  color: #900816;
}
.header .userBox .forgetBox .login_form .Register img {
  margin-left: 0.0833rem;
  width: 0.125rem;
}
.header .userBox .registerBox {
  transition: 0.5s;
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 0.3125rem 0.3542rem 0.3542rem;
  box-sizing: border-box;
}
.header .userBox .registerBox .register_title {
  margin-bottom: 0.1927rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .userBox .registerBox .register_title .register_title_left {
  font-size: 0.125rem;
  color: #000;
}
.header .userBox .registerBox .register_title .register_title_right {
  cursor: pointer;
  font-size: 0.0938rem;
  color: #900816;
}
.header .userBox .registerBox .register_title .register_title_right img {
  margin-left: 0.125rem;
}
.header .userBox .registerBox .register_inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .userBox .registerBox .register_inputs .inputs {
  position: relative;
  width: 2.6667rem;
  height: 0.3333rem;
  background-color: #f4f4f4;
  margin-bottom: 0.1042rem;
}
.header .userBox .registerBox .register_inputs .inputs label {
  position: absolute;
  top: 50%;
  left: 0.0938rem;
  transform: translate(-50%, -50%);
  color: #900816;
  font-weight: 700;
  font-size: 0.0833rem;
}
.header .userBox .registerBox .register_inputs .inputs input {
  padding-left: 0.1875rem;
  box-sizing: border-box;
  width: 2.6667rem;
  height: 0.3333rem;
  background-color: #f4f4f4;
  font-size: 0.0938rem;
  color: #222;
}
.header .userBox .registerBox .sing_up {
  width: 2.4635rem;
  height: 0.3333rem;
  background-color: #900816;
  color: #fff;
  font-size: 0.0938rem;
  margin: 0 auto;
  margin-top: 0.125rem;
  cursor: pointer;
  text-align: center;
  line-height: 0.3333rem;
}
.header .userBox .active {
  display: flex;
}
.header_red {
  background-color: #900816;
}
.header_red .cartNum {
  background-color: #fff !important;
  color: #900816 !important;
}
.swiper {
  height: 5.0208rem;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide .swiperContent {
  position: absolute;
  top: 1.8229rem;
  left: 1.1979rem;
}
.swiper .swiper-slide .swiperContent .content_text p {
  color: #fefefe;
  font-size: 0.25rem;
  line-height: 0.3021rem;
  margin: 0;
}
.swiper .swiper-slide .swiperContent .content_text .des {
  font-family: "pingfang";
  margin-top: 0.2083rem;
  margin-bottom: 0.3802rem;
  font-size: 0.1458rem;
  line-height: 1.5;
}
.swiper .swiper-slide .swiperContent .swiper_button {
  cursor: pointer;
  width: 1.1875rem;
  height: 0.2188rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff solid 2px;
  border-radius: 21px;
}
.swiper .swiper-slide .swiperContent .swiper_button img {
  width: 0.125rem;
  margin-right: 0.1042rem;
  height: auto;
}
.swiper .swiper-slide .swiperContent .swiper_button span {
  font-size: 0.0833rem;
  color: #fefefe;
}
.swiper .swiper-slide img {
  height: 100%;
}
.common_button {
  display: block;
  cursor: pointer;
  width: 1.1875rem;
  position: relative;
  margin-top: 15px;
}
.common_button .button {
  border: #900816 solid 2px;
  width: 0.2083rem;
  background-color: transparent;
  height: 0.2083rem;
  border-radius: 100%;
  transition: 0.3s;
}
.common_button .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_button .content img {
  width: 0.125rem;
  margin-left: -10px;
  margin-right: 0.1042rem;
}
.common_button .content span {
  font-size: 0.0833rem;
  color: #900816;
}
.common_button:hover .button {
  width: 1.1875rem;
  background-color: #900816;
  border-radius: 0.1094rem;
}
.common_button_white {
  display: block;
  cursor: pointer;
  width: 1.1875rem;
  position: relative;
}
.common_button_white .button {
  border: #fff solid 2px;
  width: 0.2083rem;
  background-color: transparent;
  height: 0.2083rem;
  border-radius: 100%;
  transition: 0.3s;
}
.common_button_white .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_button_white .content img {
  width: 0.125rem;
  margin-left: -10px;
  margin-right: 0.1042rem;
}
.common_button_white .content span {
  font-size: 0.0833rem;
  color: #fff;
}
.common_button_white:hover .button {
  width: 1.1875rem;
  background-color: transparent;
  border-radius: 0.1094rem;
}
.video_section {
  padding: 0.5052rem 0.8333rem 0;
  box-sizing: border-box;
}
.video_section .title {
  font-size: 0.25rem;
  color: #222;
  text-align: center;
  margin-bottom: 0.4427rem;
}
.video_section .video {
  display: flex;
  justify-content: space-between;
}
.video_section .video .video_left {
  flex: 1;
}
.video_section .video .video_left li {
  margin: 0;
  min-height: 0.7917rem;
  padding: 10px 0;
  background-color: #fff;
  border-left: 3px solid #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.1771rem;
  box-sizing: border-box;
  cursor: pointer;
}
.video_section .video .video_left li p {
  font-family: "pingfang";
  margin: 0;
  font-size: 0.1042rem;
  color: #999;
}
.video_section .video .video_left li .video_title {
  font-size: 0.1354rem;
  font-family: "gotham";
  color: #222;
}
.video_section .video .video_left .active {
  background-color: #f9f9f9;
  border-left: 3px solid #900816;
}
.video_section .video .video_left .active .video_title {
  font-size: 0.1354rem;
  color: #900816;
}
.video_section .video .video_right {
  position: relative;
  width: 5.651rem;
  height: 3.1771rem;
  overflow: hidden;
  display: none;
}
.video_section .video .video_right img {
  width: 100%;
}
.video_section .video .video_right .start_icon {
  cursor: pointer;
  width: 0.3698rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_section .video .video_right.active {
  display: block;
}
.who_section {
  margin-top: 0.599rem;
  background-color: #f7f8fa;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.who_section .who_img {
  width: 3.8rem;
  /*! height: 2.3rem; */
  overflow: hidden;
}
.who_section .who_img img {
  width: 100%;
  max-height: 100%;
  /*! object-fit: cover; */
}
.who_section .who_right {
  flex: 1;
  padding-left: 0.6042rem;
  padding-right: 1.4583rem;
  font-size: 18px;
}
.who_section .who_right .ccnd{font-size:18px;line-height: 40px;}
.who_section .who_right .title {
  font-size: 0.25rem;
  color: #222;
  margin-bottom: 0.1771rem;
}
.who_section .who_right p {
  font-family: "pingfang";
  font-size: 0.1042rem;
  line-height: 1.5;
  color: #222;
  margin-bottom: 0.3125rem;
}
.product_section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.7083rem 0.8333rem 0.6146rem;
}
.product_section ul li {
  flex: 1;
  display: block;
  overflow: hidden;
  position: relative;
  margin-right: 0.4167rem;
}
.product_section ul li img {
  width: 100%;
  vertical-align: bottom;
}
.product_section ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.2083rem 0.1823rem 0.1823rem 0.2083rem;
  box-sizing: border-box;
  transition: 0.5s;
}
.product_section ul li .mask .title {
  font-size: 0.1458rem;
  line-height: 0.1875rem;
  color: #fff;
  margin-bottom: 0.1302rem;
}
.product_section ul li .mask .des {
  font-family: "pingfang";
  font-size: 0.0938rem;
  color: #fff;
  line-height: 0.125rem;
  margin-bottom: 0.1563rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
.product_section ul li:last-child(1) {
  margin-right: 0;
}
.product_section ul li:hover .des {
  margin-bottom: 0.2344rem;
  display: block;
}
.IOS_section {
  padding: 0.4427rem 0.8333rem 0.3438rem;
  box-sizing: border-box;
  background-image: url(../static/images/ISO_background_img.png);
  background-size: cover;
}
.IOS_section .title {
  font-size: 0.25rem;
  color: #222;
  text-align: center;
  height: 0.3125rem;
  margin-bottom: 0.4167rem;
}
.IOS_section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IOS_section ul li {
  margin-right: 0.9115rem;
  width: 2.1875rem;
  height: 2.7604rem;
}
.IOS_section ul li img {
  display: block;
  width: 0.6771rem;
  margin: 0 auto;
  margin-bottom: 0.2604rem;
}
.IOS_section ul li .iso_num {
  font-family: "Niveau_Grotesk";
  font-size: 0.2813rem;
  color: #900816;
  text-align: center;
  margin-bottom: 0.1042rem;
}
.IOS_section ul li .title {
  font-size: 0.125rem;
  color: #222222;
  margin: 0 auto;
  margin-bottom: 0.125rem;
}
.IOS_section ul li .line {
  width: 0.2083rem;
  height: 0.0208rem;
  margin: 0 auto;
  background-color: #900816;
  margin-bottom: 0.2604rem;
}
.IOS_section ul li .des {
  font-family: "pingfang";
  font-size: 0.0938rem;
  line-height: 0.125rem;
  color: #666;
  max-height: 0.8646rem;
  overflow-y: scroll;
}
.IOS_section ul li ::-webkit-scrollbar {
  width: 0 !important;
}
.IOS_section ul li:last-child {
  margin-right: 0;
}
.our_product {
  padding: 0.5469rem 0.8333rem 0;
  box-sizing: border-box;
}
.our_product .title {
  font-size: 0.25rem;
  color: #333;
  margin-bottom: 0.3906rem;
  text-align: center;
}
.our_product .product_main {
  background-image: url(../static/images/product_main_bg.png);
  background-size: cover;
  display: flex;
  align-items: flex-start;
  height: 3.125rem;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.9896rem;
  padding-top: 0.7292rem;
  padding-left: 0.3125rem;
  justify-content: space-between;
}
.our_product .product_main .main_left {
  width: 3.7135rem;
}
.our_product .product_main .main_right {
  margin-left: 0.2604rem;
}
.our_product .product_main .main_right .title {
  font-size: 0.2083rem;
  color: #222;
  margin-bottom: 0.1667rem;
  text-align: left;
}
.our_product .product_main .main_right .price {
  font-family: "Niveau_Grotesk";
  font-size: 0.1771rem;
  color: #900816;
  margin-bottom: 0.1667rem;
}
.our_product .product_main .main_right ul {
  margin-bottom: 0.3021rem;
}
.our_product .product_main .main_right ul li {
  display: flex;
  margin-bottom: 0.0625rem;
}
.our_product .product_main .main_right ul li img {
  width: 0.0469rem;
  height: 0.0469rem;
  margin-top: 0.0156rem;
}
.our_product .product_main .main_right ul li div {
  margin-left: 0.0156rem;
  font-family: "pingfang";
  font-size: 0.0833rem;
  color: #333333;
}
.our_product .product_box .product_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.our_product .product_box .product_items .item {
  cursor: pointer;
  width: calc((100% - (0.1354rem * 3)) / 4);
  /*! height: 2.4219rem; */
  margin-top: 0.1667rem;
  margin-right: 0.1354rem;
  background-color: #f1f3f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s;
}
.our_product .product_box .product_items .item a {
  display: block;
}
.our_product .product_box .product_items .item a img {
  width: 100%;
  /*! margin-top: 0.0521rem; */
  margin-bottom: 0.0604rem;
}
.our_product .product_box .product_items .item a .product_name {
  text-align: center;
  font-size: 0.105rem;
  color: #222222;
  margin-bottom: 0.0781rem;
}
.our_product .product_box .product_items .item a .price {
  text-align: center;
  font-family: "Niveau_Grotesk";
  font-size: 0.1042rem;
  color: #900816;
}
.our_product .product_box .product_items .item:hover {
  background-color: #900816;
}
.our_product .product_box .product_items .item:hover a .product_name,
.our_product .product_box .product_items .item:hover a .price {
  color: #fff;
}
.our_product .product_box .product_items .item:nth-child(4n) {
  margin-right: 0;
}
.our_product .product_box .product_items .item_more {
  padding: 0;
}
.our_product .product_box .product_items .item_more a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_product .product_box .product_items .item_more a .icon {
  margin-top: 0.6979rem;
  width: 0.4531rem;
}
.our_product .product_box .product_items .item_more a p {
  text-align: center;
  font-size: 0.125rem;
  color: #900816;
  margin-bottom: 0.1667rem;
}
.our_product .product_box .product_items .item_more a .arrow {
  width: 0.1563rem;
}
.new_product {
  padding: 0.3rem 0.8333rem;
  padding-bottom: 0.4688rem;
  box-sizing: border-box;
  background: #fafafa;
}
.new_product .title {
  font-size: 0.25rem;
  color: #333;
  /*! margin-top: 0.6771rem; */
  margin-bottom: 0.5208rem;
  text-align: center;
}
.new_product .new_product_swiper {
  overflow: hidden;
}
.new_product .new_product_swiper .swiper-slide .product_img {
  cursor: pointer;
  width: 1.4323rem;
}
.new_product .new_product_swiper .swiper-slide .title1 {
  font-size: 0.0938rem;
  color: #900816;
  margin-bottom: 0.1146rem;
}
.new_product .new_product_swiper .swiper-slide .title2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.225rem;
  font-size: 0.125rem;
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.0563rem;
}
.new_product .new_product_swiper .swiper-slide ul {
  margin-bottom: 0.3021rem;
}
.new_product .new_product_swiper .swiper-slide ul li {
  margin-bottom: 0.0625rem;
  display: flex;
  align-items: baseline;
}
.new_product .new_product_swiper .swiper-slide ul li img {
  width: 0.0469rem;
  height: 0.0469rem;
  margin-right: 0.0521rem;
}
.new_product .new_product_swiper .swiper-slide ul li span {
  font-family: "pingfang";
  font-size: 0.0833rem;
  color: #333333;
}
.new_product .new_product_swiper .swiper-slide .buttons {
  display: flex;
  align-items: center;
}
.new_product .new_product_swiper .swiper-slide .buttons .rfq_button,
.new_product .new_product_swiper .swiper-slide .buttons .data_button {
  cursor: pointer;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  background-color: #900816;
  border-radius: 0.1094rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_product .new_product_swiper .swiper-slide .buttons .rfq_button img,
.new_product .new_product_swiper .swiper-slide .buttons .data_button img {
  width: 0.0885rem;
  margin-right: 0.0469rem;
}
.new_product .new_product_swiper .swiper-slide .buttons .rfq_button span,
.new_product .new_product_swiper .swiper-slide .buttons .data_button span {
  font-size: 0.0833rem;
  color: #fff;
}
.new_product .new_product_swiper .swiper-slide .buttons .data_button {
  width: 0.7708rem;
  background-color: #eee;
  margin-left: 0.0521rem;
}
.new_product .new_product_swiper .swiper-slide .buttons .data_button span {
  font-size: 0.0833rem;
  color: #999;
}
.new_product .new_product_swiper .swiper-slide .buttons .button_red {
  background-color: #900816;
}
.new_product .new_product_swiper .swiper-slide .buttons .button_red span {
  color: #fff;
}
.new_product .navigation {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.new_product .navigation .button {
  cursor: pointer;
  width: 1.1875rem;
  height: 0.2188rem;
  border-radius: 0.1094rem;
  background-color: #900816;
}
.new_product .navigation .button .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_product .navigation .button .content img {
  width: 0.125rem;
  margin-right: 0.1042rem;
}
.new_product .navigation .button .content span.common_button_text {
  font-size: 0.0833rem;
  color: #fff;
}
.new_product .navigation .arrow2_left,
.new_product .navigation .arrow2_right {
  cursor: pointer;
  margin: 0 0.0677rem;
  width: 0.2188rem;
  height: 0.2188rem;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_product .navigation .arrow2_left img,
.new_product .navigation .arrow2_right img {
  width: 0.0521rem;
}
.new_product .navigation .arrow2_left .black {
  display: block;
}
.new_product .navigation .arrow2_left .red {
  display: none;
}
.new_product .navigation .arrow2_right {
  border: 2px solid #900816;
}
.new_product .navigation .arrow2_right .black {
  display: none;
}
.new_product .navigation .arrow2_right .red {
  display: block;
}
footer {
  box-sizing: border-box;
  width: 100%;
  background: url(../static/images/footer_bg.png);
  background-size: cover;
}
footer .footer {
  /*! display: flex; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer .footer_left {
  /*! width: 6.9167rem; */
  /*! height: 100%; */
  padding: 0px 0.8333rem;
  box-sizing: border-box;
}
footer .footer .footer_left .logo_wechat {
  width: 100%;
  height: 0.724rem;
  padding-left: 0.3125rem;
  padding-right: 0.1875rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer .footer_left .logo_wechat .logo {
  width: 1.1563rem;
}
footer .footer .footer_left .logo_wechat .wechat {
  display: flex;
  align-items: center;
}
footer .footer .footer_left .logo_wechat .wechat span {
  font-size: 0.0729rem;
  color: #fff;
  margin-right: 0.1198rem;
}
footer .footer .footer_left .logo_wechat .wechat .wechatBox {
  position: relative;
}
footer .footer .footer_left .logo_wechat .wechat .wechatBox .wechat_icon {
  cursor: pointer;
  width: 0.224rem;
  height: 0.224rem;
}
footer .footer .footer_left .logo_wechat .wechat .wechatBox .ewm {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -100%);
}
footer .footer .footer_left .nav {
  display: flex;
  justify-content: space-between;
  padding: 0.2344rem 0.5729rem 0 0.3125rem;
  box-sizing: border-box;
}
footer .footer .footer_left .nav .nav_item {
  margin-right: 0.4167rem;
}
footer .footer .footer_left .nav .nav_item .title {
  font-size: 0.0833rem;
  display: block;
  color: #fefefe;
  margin-bottom: 0.0781rem;
}
footer .footer .footer_left .nav .nav_item .line {
  width: 0.0833rem;
  height: 0.0104rem;
  background-color: #fff;
  margin-bottom: 0.1302rem;
}
footer .footer .footer_left .nav .nav_item .subNav {
  font-family: "pingfang";
  margin-bottom: 0.0781rem;
  display: block;
  font-size: 0.0729rem;
  color: #cbcbcb;
}
footer .footer .footer_left .nav .nav_item:last-child {
  margin-right: 0;
}
footer .footer .footer_right {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.3854rem 0.3125rem 0;
  box-sizing: border-box;
}
footer .footer .footer_right .contact .contact_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1146rem;
}
footer .footer .footer_right .contact .contact_item img {
  width: 0.2135rem;
  margin-right: 0.1042rem;
}
footer .footer .footer_right .contact .contact_item .contact_text .title {
  font-size: 0.0729rem;
  color: #939393;
  margin-bottom: 0.0365rem;
}
footer .footer .footer_right .contact .contact_item .contact_text .content {
  font-family: "pingfang";
  font-size: 0.0833rem;
  color: #fff;
}
footer .footer .footer_right .email_address {
  margin-top: 0.2917rem;
}
footer .footer .footer_right .email_address .tips {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #fff;
  margin-bottom: 0.0521rem;
}
footer .footer .footer_right .email_address .email_input {
  display: flex;
  align-items: center;
  margin-bottom: 0.1406rem;
}
footer .footer .footer_right .email_address .email_input input {
  font-family: "pingfang";
  width: 1.6667rem;
  height: 0.2813rem;
  font-size: 0.0729rem;
  background-color: #313131;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  color: #fff;
}
footer .footer .footer_right .email_address .email_input .button {
  width: 0.4167rem;
  height: 0.2813rem;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer .footer_right .email_address .email_input .button img {
  width: 0.125rem;
}
footer .footer .footer_right .email_address .tips2 p {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #919191;
  margin-bottom: 0.0729rem;
}
footer .Copyright {
  height: 0.4688rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3125rem;
  box-sizing: border-box;
}
footer .Copyright .Copyright_text {
  font-size: 0.0729rem;
  color: #919191;
}
.result_nav {
  margin-top: 0.5208rem;
  width: 100%;
  height: 0.25rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
}
.result_nav img {
  width: 13px;
  margin-right: 8px;
}
.result_nav a {
  text-transform: uppercase;
  font-size: 0.0729rem;
  color: #666;
  margin-right: 4px;
}
.result_nav a:last-child {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}
.result_content {
  margin-top: 0.2083rem;
}
.result_content .result_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result_content .result_title .left img {
  width: 22px;
  margin-right: 12px;
}
.result_content .result_title .left span {
  font-size: 0.1354rem;
  color: #222222;
}
.result_content .result_title .right span {
  font-size: 0.0781rem;
  color: #333;
  text-transform: uppercase;
}
.result_content .result_title .right .result_num {
  color: #900816;
}
.result_content .clearAll {
  cursor: pointer;
  margin-top: 0.1042rem;
  background-color: #900816;
  color: #fff;
  width: 0.7813rem;
  height: 0.2604rem;
  text-align: center;
  line-height: 0.2604rem;
  font-size: 15px;
  margin-left: auto;
}
.result_content .resultBox {
  margin-top: 0.2604rem;
}
.result_content .resultBox .title {
  height: 0.4583rem;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 2px solid #900816;
  display: flex;
  align-items: center;
  padding-left: 0.2188rem;
  box-sizing: border-box;
}
.result_content .resultBox .title span {
  cursor: pointer;
  margin-right: 0.3125rem;
  font-size: 0.1042rem;
  color: #333333;
  text-transform: uppercase;
}
.result_content .resultBox .title span.active {
  color: #900816;
}
.result_content .resultBox .news_result {
  display: none;
}
.result_content .resultBox .news_result .news_result_item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6667rem;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.3s;
}
.result_content .resultBox .news_result .news_result_item .item_left .item_title {
  font-family: "pingfang";
  font-size: 0.0938rem;
  color: #222;
}
.result_content .resultBox .news_result .news_result_item .item_left .item_des {
  font-family: "pingfang";
  margin-top: 0.0833rem;
  font-size: 0.0781rem;
  color: #555;
}
.result_content .resultBox .news_result .news_result_item .item_right {
  display: flex;
  align-items: center;
}
.result_content .resultBox .news_result .news_result_item .item_right .time {
  font-family: "pingfang";
  display: flex;
  align-items: center;
  font-size: 0.0938rem;
  color: #222;
  margin-right: 0.2083rem;
}
.result_content .resultBox .news_result .news_result_item .item_right .arrow {
  width: 0.2708rem;
  height: 0.2708rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result_content .resultBox .news_result .news_result_item .item_right .arrow .active_img {
  display: none;
}
.result_content .resultBox .news_result .news_result_item .item_right .arrow .img {
  display: block;
}
.result_content .resultBox .news_result .news_result_item.active {
  border-bottom: 1px solid #900816;
}
.result_content .resultBox .news_result .news_result_item.active .item_left .item_title {
  font-size: 0.0938rem;
  color: #900816;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.result_content .resultBox .news_result .news_result_item.active .item_right .arrow {
  background-color: #900816;
}
.result_content .resultBox .news_result .news_result_item.active .item_right .arrow .active_img {
  display: block;
}
.result_content .resultBox .news_result .news_result_item.active .item_right .arrow .img {
  display: none;
}
.result_content .resultBox .result_active {
  display: block;
}
.result_content .result_page_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2604rem 0 0.2969rem;
  box-sizing: border-box;
}
.result_content .result_page_button .prev,
.result_content .result_page_button .next {
  cursor: pointer;
  margin-right: 0.1042rem;
  width: 0.7344rem;
  height: 0.2865rem;
  border-radius: 0.1432rem;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result_content .result_page_button .prev img,
.result_content .result_page_button .next img {
  width: 0.0365rem;
}
.result_content .result_page_button .prev div,
.result_content .result_page_button .next div {
  margin: 0 0.0938rem;
  font-size: 0.1094rem;
  color: #999;
}
.result_content .result_page_button .page_num {
  cursor: pointer;
  font-size: 0.1094rem;
  width: 0.2865rem;
  height: 0.2865rem;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1042rem;
  color: #999;
}
.result_content .result_page_button .page_num.active {
  border: 2px solid #900816;
  color: #900816;
}
.service_banner {
  position: relative;
  width: 100%;
  /*! height: 3.6458rem; */
}
.service_banner img {
  width: 100%;
  /*! height: 100%; */
}
.service_banner .service_banner_des {
  position: absolute;
  top: 50%;
  left: 0.8333rem;
  transform: translateY(-50%);
  color: #fefefe;
  font-size: 0.25rem;
  text-transform: uppercase;
}
.files {
  margin-top: 0.2917rem;
}
.files .title_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.files .title_buttons .button {
  cursor: pointer;
  height: 0.3021rem;
  padding: 0 0.1979rem;
  box-sizing: border-box;
  border-radius: 0.1563rem;
  font-size: 0.0938rem;
  color: #888;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  margin-right: 0.1042rem;
  display: flex;
  align-items: center;
}
.files .title_buttons .active {
  color: #fff;
  background-color: #900816;
  border: 2px solid #900816;
}
.files .files_box {
  display: none;
  margin-top: 0.3125rem;
  flex-wrap: wrap;
  align-items: center;
}
.files .files_box .files_item {
  width: 2.6042rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 0.1146rem 0.1563rem;
  box-sizing: border-box;
  margin-bottom: 0.2344rem;
}
.files .files_box .files_item .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.files .files_box .files_item .top .name {
  font-size: 0.0729rem;
  color: #666;
}
.files .files_box .files_item .top .time {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #999;
}
.files .files_box .files_item .middle {
  margin-top: 0.0781rem;
  width: 100%;
  font-size: 0.0938rem;
  color: #222222;
  line-height: 1.5;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.0729rem;
  box-sizing: border-box;
}
.files .files_box .files_item .bottom {
  margin-top: 0.0938rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.files .files_box .files_item .bottom .size {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #999;
}
.files .files_box .files_item .bottom .download {
  display: flex;
  align-items: center;
}
.files .files_box .files_item .bottom .download span {
  font-size: 0.0729rem;
  color: #900816;
  font-family: "pingfang";
}
.files .files_box .files_item .bottom .download img {
  width: 0.1198rem;
  margin-left: 0.0521rem;
}
.files .files_box .files_item:nth-child(3n -1) {
  margin: 0 0.2135rem 0.2344rem;
}
.files .files_box .files_item:hover {
  border-bottom: 1px solid #900816;
}
.files .files_box .files_item:hover .middle {
  color: #900816;
}
.files .files_box.active {
  display: flex;
}
.service2Box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5208rem 0;
}
.service2Box .item {
  flex: 1;
  margin-right: 0.3333rem;
}
.service2Box .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4219rem;
  position: relative;
  background-color: #f4f4f4;
}
.service2Box .item a .pdf {
  width: 1.5833rem;
  height: 2.2031rem;
}
.service2Box .item a .arrow {
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 0.125rem;
  background-color: #900816;
}
.service2Box .item a .arrow img {
  width: 0.125rem;
}
.service2Box .item .name {
  font-family: "pingfang";
  padding-bottom: 10px;
  width: 1.5625rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2083rem;
  font-size: 0.0833rem;
  color: #222;
  border-bottom: 2px solid #f4f4f4;
}
.service2Box .item:nth-child(4n) {
  margin-right: 0;
}
.service2Box .item:hover a .arrow {
  display: flex;
}
.service2Box .item:hover .name {
  color: #900816;
  border-bottom: 2px solid #900816;
}
.Q_A {
  margin-top: 0.4427rem;
  margin-bottom: 0.4167rem;
}
.Q_A .Q_A_item {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border: 2px solid #eeefee;
  margin-top: -0.1563rem;
  background-color: #fff;
  overflow: hidden;
}
.Q_A .Q_A_item .question {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0.2604rem;
  padding-bottom: 0.2083rem;
  box-sizing: border-box;
  padding-top: 0.1042rem;
}
.Q_A .Q_A_item .question .left {
  display: flex;
  align-items: center;
}
.Q_A .Q_A_item .question .left div {
  word-break: break-all;
  font-size: 0.125rem;
  line-height: 1.5;
  color: #333333;
  text-transform: capitalize;
}
.Q_A .Q_A_item .question .left span {
  word-break: break-all;
  font-size: 0.125rem;
  line-height: 1.5;
  color: #333333;
  text-transform: capitalize;
}
.Q_A .Q_A_item .question .left .Q {
  font-size: 0.1667rem;
  color: #999;
  margin-right: 0.125rem;
}
.Q_A .Q_A_item .question .right {
  margin-left: 0.0781rem;
}
.Q_A .Q_A_item .question .right img {
  width: 0.1979rem;
  height: 0.1979rem;
}
.Q_A .Q_A_item .question .right .active_img {
  display: none;
}
.Q_A .Q_A_item .question .right .img {
  display: block;
}
.Q_A .Q_A_item .answer {
  height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.Q_A .Q_A_item:nth-child(1) {
  margin-top: 0;
}
.Q_A .Q_A_item:nth-last-child(1) {
  border-bottom: none;
}
.Q_A .Q_A_item.active {
  border: 2px solid #900816;
}
.Q_A .Q_A_item.active .question .right .active_img {
  display: block;
}
.Q_A .Q_A_item.active .question .right .img {
  display: none;
}
.Q_A .Q_A_item.active .answer {
  height: auto;
  display: flex;
  padding: 0.1563rem 0.2604rem 0.2083rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #faf4f5, #fff);
}
.Q_A .Q_A_item.active .answer div {
  font-family: "pingfang";
  color: #900816;
  font-size: 0.0938rem;
  line-height: 1.5;
  word-break: unset;
}
.Q_A .Q_A_item.active .answer .A {
  font-family: "gotham";
  font-size: 0.0938rem;
}
.Warranty .title {
  margin-top: 0.5rem;
  margin-left: 0.8333rem;
  font-size: 0.2083rem;
  color: #222;
  position: relative;
}
.Warranty .title::after {
  position: absolute;
  bottom: -0.0208rem;
  left: 0.0156rem;
  width: 0.1563rem;
  height: 0.0208rem;
  background-color: #900816;
  content: "";
}
.Warranty .content {
  margin-top: 0.3333rem;
  display: flex;
  background-color: #fafafa;
  width: 100%;
  align-items: flex-end;
  padding: 0 0.8333rem;
  box-sizing: border-box;
}
.Warranty .content .text {
  font-family: "pingfang";
  margin-top: 0.4167rem;
  margin-right: 0.4948rem;
  flex: 1;
  font-size: 0.0938rem;
  color: #222;
}
.Warranty .content .imgBox {
  width: 4.6458rem;
  height: 2.6458rem;
  position: relative;
}
.Warranty .content .imgBox img {
  width: 4.6458rem;
  height: 3.1927rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.QA_title {
  margin-top: 0.5rem;
  margin-left: 0.8333rem;
  font-size: 0.2083rem;
  color: #222;
  position: relative;
}
.QA_title::after {
  position: absolute;
  bottom: -0.0208rem;
  left: 0.0156rem;
  width: 0.1563rem;
  height: 0.0208rem;
  background-color: #900816;
  content: "";
}
.about_video {
  margin-top: 0.4583rem;
}
.about_video .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4583rem;
  margin-bottom: 0.2865rem;
}
.about_video .main .left {
  width: 5.4688rem;
  height: 3.0729rem;
  position: relative;
}
.about_video .main .left .main_img {
  width: 5.4688rem;
  height: 3.0729rem;
  position: absolute;
  top: 0;
  left: 0;
}
.about_video .main .left .start {
  width: 0.3646rem;
  height: 0.3646rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_video .main .left .video_des {
  position: absolute;
  bottom: 0.2604rem;
  left: 0.2292rem;
  color: #fff;
}
.about_video .main .left .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.0781rem;
}
.about_video .main .left .video_des .title {
  font-size: 0.125rem;
  margin-bottom: 0.0781rem;
}
.about_video .main .left .video_des .content {
  font-size: 0.0781rem;
}
.about_video .main .right {
  width: 2.6042rem;
  height: 3.0729rem;
  position: relative;
  border-bottom: 2px solid #cacaca;
}
.about_video .main .right .imgBox {
  width: 2.6042rem;
  height: 1.4583rem;
  margin-bottom: 0.2083rem;
  position: relative;
}
.about_video .main .right .imgBox .main_img {
  width: 2.6042rem;
  height: 1.4583rem;
  position: absolute;
  top: 0;
  left: 0;
}
.about_video .main .right .imgBox .start {
  width: 0.3646rem;
  height: 0.3646rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_video .main .right .video_des {
  color: #999;
}
.about_video .main .right .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.1042rem;
}
.about_video .main .right .video_des .title {
  color: #222;
  font-size: 0.125rem;
  margin-bottom: 0.1302rem;
}
.about_video .main .right .video_des .content {
  font-size: 0.0833rem;
}
.about_video .main .right .play {
  position: absolute;
  bottom: 0.0521rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.0833rem;
  color: #999;
}
.about_video .main .right .play .active_arrow {
  display: none;
}
.about_video .main .right .play .arrow {
  display: block;
}
.about_video .main .right:hover {
  border-bottom: 2px solid #900816;
  cursor: pointer;
}
.about_video .main .right:hover .title {
  color: #900816;
}
.about_video .main .right:hover .play span {
  color: #900816;
}
.about_video .main .right:hover .play .active_arrow {
  display: block;
}
.about_video .main .right:hover .play .arrow {
  display: none;
}
.about_video .videos {
  display: flex;
  flex-wrap: wrap;
}
.about_video .videos .videos_item {
  width: calc((100% - 0.2083rem * 2) / 3);
  padding-bottom: 0.3125rem;
  height: 3.0729rem;
  position: relative;
  margin-bottom: 0.2865rem;
  border-bottom: 2px solid #cacaca;
  margin-right: 0.2083rem;
  box-sizing: border-box;
}
.about_video .videos .videos_item .imgBox {
  width: 100%;
  height: 1.4583rem;
  margin-bottom: 0.2083rem;
  position: relative;
}
.about_video .videos .videos_item .imgBox .main_img {
  width: 100%;
  height: 1.4583rem;
  vertical-align: bottom;
}
.about_video .videos .videos_item .imgBox .start {
  width: 0.3646rem;
  height: 0.3646rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_video .videos .videos_item .video_des {
  color: #999;
}
.about_video .videos .videos_item .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.1042rem;
}
.about_video .videos .videos_item .video_des .title {
  color: #222;
  font-size: 0.125rem;
  margin-bottom: 0.1302rem;
}
.about_video .videos .videos_item .video_des .content {
  font-size: 0.0833rem;
  font-family: "pingfang";
}
.about_video .videos .videos_item .play {
  position: absolute;
  bottom: 0.0521rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.0833rem;
  color: #999;
}
.about_video .videos .videos_item .play .active_arrow {
  display: none;
}
.about_video .videos .videos_item .play .arrow {
  display: block;
}
.about_video .videos .videos_item:nth-child(3n + 2) {
  margin-right: 0;
}
.about_video .videos .videos_item:nth-child(n + 3) {
  height: auto;
}
.about_video .videos .videos_item:hover {
  border-bottom: 2px solid #900816;
  cursor: pointer;
}
.about_video .videos .videos_item:hover .title {
  color: #900816;
}
.about_video .videos .videos_item:hover .play span {
  color: #900816;
}
.about_video .videos .videos_item:hover .play .active_arrow {
  display: block;
}
.about_video .videos .videos_item:hover .play .arrow {
  display: none;
}


.about_common_content {
  margin: 0.4948rem 0;
}
.about_common_content .main {
  margin-top: 0.4948rem;
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 0.3958rem;
}
.about_common_content .main img {
  height: 3.125rem;
}
.about_common_content .main .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.6042rem;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0.2604rem;
  box-sizing: border-box;
}
.about_common_content .main .box p {
  font-size: 0.0938rem;
  color: #333;
  line-height: 1.5;
  font-family: "pingfang";
}
.about_common_content .main .box .title {
  font-family: "gotham";
  font-size: 0.125rem;
}
.about_common_content .itemsBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_common_content .itemsBox .item {
  width: 2.6042rem;
  height: 3.2292rem;
}
.about_common_content .itemsBox .item img {
  width: 2.6042rem;
  height: 2.3542rem;
  margin-bottom: 0.2292rem;
}
.about_common_content .itemsBox .item p {
  font-family: "pingfang";
  font-size: 0.0833rem;
  line-height: 0.1354rem;
  color: #333;
}
.about_common_content .itemsBox .item .title {
  font-family: "gotham";
  font-size: 0.1146rem;
  color: #222;
  margin-bottom: 0.1042rem;
}
.news {
  margin-top: 0.4583rem;
}
.news .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4583rem;
  margin-bottom: 0.2865rem;
}
.news .main .left {
  cursor: pointer;
  width: 5.4688rem;
  height: 2.6823rem;
  position: relative;
}
.news .main .left .imgMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(to bottom, transparent, #222);
  opacity: 0.6;
}
.news .main .left .main_img {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news .main .left .video_des {
  z-index: 4;
  position: absolute;
  bottom: 0.2604rem;
  left: 0.2292rem;
  color: #fff;
}
.news .main .left .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.0781rem;
}
.news .main .left .video_des .title {
  max-width: 4.8177rem;
  font-size: 0.1042rem;
  margin-bottom: 0.0781rem;
}
.news .main .right {
  cursor: pointer;
  width: 2.6042rem;
  height: 2.6823rem;
  position: relative;
  border-bottom: 2px solid #cacaca;
}
.news .main .right .imgBox {
  width: 2.6042rem;
  height: 1.6667rem;
  margin-bottom: 0.1042rem;
  position: relative;
}
.news .main .right .imgBox .main_img {
  width: 2.6042rem;
  height: 1.6667rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news .main .right .video_des {
  color: #999;
}
.news .main .right .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.1042rem;
}
.news .main .right .video_des .title {
  color: #222;
  font-size: 0.1042rem;
}
.news .main .right .play {
  position: absolute;
  bottom: 0.0521rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.0833rem;
  color: #999;
}
.news .main .right .play .active_arrow {
  display: none;
}
.news .main .right .play .arrow {
  display: block;
}
.news .main .right:hover {
  border-bottom: 2px solid #900816;
  cursor: pointer;
}
.news .main .right:hover .title {
  color: #900816;
}
.news .main .right:hover .play span {
  color: #900816;
}
.news .main .right:hover .play .active_arrow {
  display: block;
}
.news .main .right:hover .play .arrow {
  display: none;
}
.news .videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news .videos .videos_item {
  width: calc((100% - 0.2083rem * 2) / 3);
  height: 2.6823rem;
  position: relative;
  margin-bottom: 0.2865rem;
  border-bottom: 2px solid #cacaca;
  margin-right: 0.2083rem;
}
.news .videos .videos_item .imgBox {
  width: 100%;
  height: 1.6667rem;
  margin-bottom: 0.1042rem;
  position: relative;
}
.news .videos .videos_item .imgBox .main_img {
  width: 100%;
  height: 1.6667rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news .videos .videos_item .video_des {
  color: #999;
}
.news .videos .videos_item .video_des .time {
  font-size: 0.0833rem;
  margin-bottom: 0.1042rem;
}
.news .videos .videos_item .video_des .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  font-size: 0.125rem;
  /*! height: 50px; */
}
.news .videos .videos_item .play {
  position: absolute;
  bottom: 0.0521rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.0833rem;
  color: #999;
}
.news .videos .videos_item .play .active_arrow {
  display: none;
}
.news .videos .videos_item .play .arrow {
  width: 0.125rem;
  display: block;
}
.news .videos .videos_item:nth-child(3n + 2) {
  margin-right: 0;
}
.news .videos .videos_item:nth-child(n + 3) {
  height: auto;
  padding-bottom: 0.1823rem;
}
.news .videos .videos_item:hover {
  border-bottom: 2px solid #900816;
  cursor: pointer;
}
.news .videos .videos_item:hover .title {
  color: #900816;
}
.news .videos .videos_item:hover .play span {
  color: #900816;
}
.news .videos .videos_item:hover .play .active_arrow {
  display: block;
}
.news .videos .videos_item:hover .play .arrow {
  display: none;
}



.news .news_page_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2604rem 0 0.2969rem;
  box-sizing: border-box;
}
.news .news_page_button .prev,
.news .news_page_button .next {
  cursor: pointer;
  margin-right: 0.1042rem;
  width: 0.7344rem;
  height: 0.2865rem;
  border-radius: 0.1432rem;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news_page_button .prev img,
.news .news_page_button .next img {
  width: 0.0365rem;
}
.news .news_page_button .prev div,
.news .news_page_button .next div {
  margin: 0 0.0938rem;
  font-size: 0.1094rem;
  color: #999;
}
.news .news_page_button .page_num {
  cursor: pointer;
  font-size: 0.1094rem;
  width: 0.2865rem;
  height: 0.2865rem;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1042rem;
  color: #999;
}

.news .news_page_button .page_num.active {
  border: 2px solid #900816;
  color: #900816;
}
.news_detail {
  display: flex;
}
.news_detail .news_content {
  width: 5.5208rem;
  border-right: 2px solid #f0f0f0;
  padding-right: 0.3125rem;
  box-sizing: border-box;
}
.news_detail .news_content .news_title {
  border-bottom: 2px solid #f2f2f2;
}
.news_detail .news_content .news_title .time {
  font-size: 0.125rem;
  color: #900816;
  margin-top: 0.3125rem;
}
.news_detail .news_content .news_title .news_name {
  font-size: 0.26rem;
  color: #333333;
  margin-top: 0.1042rem;
  line-height: .3rem;
}
.news_detail .news_content .news_title .labels {
  margin-top: 0.1563rem;
  margin-bottom: 0.0938rem;
  display: flex;
  align-items: center;
}
.news_detail .news_content .news_title .labels .label_item {
  font-size: 0.0833rem;
  color: #999;
  height: 0.2292rem;
  line-height: 0.2292rem;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 0.1146rem;
  margin-right: 10px;
}
.news_detail .news_content .content {
  border-bottom: 2px solid #f2f2f2;
  padding: 0.2083rem 0;
  box-sizing: border-box;
}
.news_detail .news_content .content p {
  font-family: "pingfang";
  font-size: 0.0938rem;
  line-height: 0.1719rem;
  color: #333;
}
.news_detail .news_content .content img {
  width: 100%;
  margin: 0.1302rem 0;
}
.news_detail .news_content .news_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.1302rem 0;
  padding-right: 0.5208rem;
}
.news_detail .news_content .news_button .button {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 0.2865rem;
  border: 2px solid #eee;
  border-radius: 0.1432rem;
  padding: 0 0.2083rem;
  box-sizing: border-box;
  font-size: 0.1094rem;
  color: #999;
}
.news_detail .news_content .news_button .button img {
  margin-right: 0.0677rem;
}
.news_detail .news_content .news_button .button .right {
  margin-left: 0.0677rem;
  margin-right: 0;
}
.news_detail .news_content .news_button .button span {
  font-family: "pingfang";
}
.news_detail .latest {
  flex: 1;
  padding-left: 0.3125rem;
  box-sizing: border-box;
}
.news_detail .latest .title {
  margin-top: 0.3646rem;
  padding-bottom: 0.1563rem;
  box-sizing: border-box;
  border-bottom: 2px solid #f0f0f0;
  font-size: 0.1875rem;
  color: #333;
}
.news_detail .latest .latest_item .item .time {
  font-size: 0.0833rem;
  color: #999;
  margin-top: 0.1563rem;
}
.news_detail .latest .latest_item .item .name {
  font-size: 0.1042rem;
  color: #333;
  margin-top: 0.0938rem;
}
.news_detail .latest .latest_item .item img {
  margin-top: 0.1042rem;
  width: 2.4844rem;
  height: 1.3958rem;
}
.contact_info {
  margin-top: 0.4688rem;
}
.contact_info .title {
  margin-left: 0;
}
.contact_info .info_box {
  margin-top: 0.2604rem;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.contact_info .info_box .item {
  width: 1.9792rem;
  height: 1.4271rem;
  padding: 0 0.2083rem;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
}
.contact_info .info_box .item img {
  height: 0.3333rem;
  margin-bottom: 0.1458rem;
}
.contact_info .info_box .item .name {
  font-family: "pingfang";
  font-size: 0.1042rem;
  color: #666;
  margin-bottom: 0.0677rem;
}
.contact_info .info_box .item .content {
  font-family: "pingfang";
  font-size: 0.0833rem;
  color: #222;
  margin-bottom: 0.0677rem;
  text-align: center;
  font-weight: 700;
}
.contact_info .info_box .item .other {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #666;
  text-align: center;
}
.contact_info .info_box .item:nth-child(3) img {
  height: 0.2865rem;
}
.contact_info .info_box .item:nth-child(4) img {
  height: 0.6979rem;
}
.contact_info .info_box .item:hover {
  border-bottom: 1px solid #900816;
}
.contact_info .info_box .item:hover .content {
  color: #900816;
}
.distributors_agents .title {
  margin-left: 0;
}
.distributors_agents .agents_table {
  margin-top: 0.1823rem;
  width: 8.3333rem;
  border-collapse: collapse;
}
.distributors_agents .agents_table tr {
  height: 0.6771rem;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.distributors_agents .agents_table thead tr {
  height: 0.4688rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #900816 !important;
}
.distributors_agents .agents_table thead td {
  font-size: 0.1042rem;
  color: #222222 !important;
}
.distributors_agents .agents_table tbody td {
  font-family: "pingfang";
}
.distributors_agents .agents_table tbody td p {
  font-family: "pingfang";
}
.distributors_agents .agents_table tr td:nth-child(1) {
  width: 2.0833rem;
  text-align: center;
}
.distributors_agents .agents_table tr td:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.distributors_agents .agents_table tr td:nth-child(2) {
  width: 1.6667rem;
  font-size: 0.0938rem;
  color: #222;
}
.distributors_agents .agents_table tr td:nth-child(3) {
  width: 2.9167rem;
  font-size: 0.0938rem;
  color: #900816;
}
.distributors_agents .agents_table tr td:nth-child(4) {
  font-size: 0.0938rem;
  color: #222;
}
.contact_us .contact_form {
  margin-top: 0.3125rem;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px 0;
  box-sizing: border-box;
}
.contact_us .contact_form img {
  width: 5rem;
  height: 100%;
}
.contact_us .contact_form .form {
  flex: 1;
  height: 100%;
  background-color: #f1f1f1;
  padding: 0.3125rem 0.8646rem 0 0.9115rem;
  box-sizing: border-box;
}
.contact_us .contact_form .form .inputBox {
  width: 100%;
  height: 0.3333rem;
  position: relative;
  margin-bottom: 0.0729rem;
}
.contact_us .contact_form .form input {
  width: 100%;
  height: 0.3333rem;
  background-color: #fff;
  outline: none;
  border: none;
  padding-left: 0.1042rem;
  box-sizing: border-box;
}
.contact_us .contact_form .form input:required {
  padding-left: 0.1563rem;
}
.contact_us .contact_form .form .input_label {
  font-size: 0.0833rem;
  color: #900816;
  z-index: 5;
  position: absolute;
  top: 55%;
  left: 0.1042rem;
  transform: translateY(-50%);
}
.contact_us .contact_form .form input::-webkit-input-placeholder,
.contact_us .contact_form .form textarea::-webkit-input-placeholder {
  color: #333;
}
.contact_us .contact_form .form input::-moz-placeholder,
.contact_us .contact_form .form textarea::-moz-placeholder {
  color: #333;
}
.contact_us .contact_form .form input:-moz-placeholder,
.contact_us .contact_form .form textarea:-moz-placeholder {
  color: #333;
}
.contact_us .contact_form .form input:-ms-input-placeholder,
.contact_us .contact_form .form textarea:-ms-input-placeholder {
  color: #333;
}
.contact_us .contact_form .form textarea {
  width: 100%;
  padding: 0.1042rem;
  height: 0.7813rem;
  background-color: #fff;
  outline: none;
  border: none;
  margin-bottom: 0.0729rem;
  resize: none;
  box-sizing: border-box;
}
.contact_us .contact_form .form .fileUpload {
  padding: 0.0938rem;
  background: #f8f8f8;
}
.contact_us .contact_form .form .fileUpload .title {
  font-size: 0.0833rem;
  color: #333;
}
.contact_us .contact_form .form .fileUpload .des {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #666;
  margin-bottom: 0.0729rem;
}
.contact_us .contact_form .form .fileUpload .files_upLoad .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.4688rem;
  height: 0.1823rem;
  padding: 0 0.0521rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 10px;
}
.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name span {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #666;
}
.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name img {
  z-index: 3;
  width: 8px;
  height: 8px;
}
.contact_us .contact_form .form .fileUpload .files_upLoad .add {
  font-family: "pingfang";
  cursor: pointer;
  flex: 1;
  height: 0.1823rem;
  background-color: #f4e6e7;
  color: #900816;
  border: 1px solid #900816;
  line-height: 0.1823rem;
  text-align: center;
}
.contact_us .contact_form .form .fileUpload .input_file {
  display: none;
}
.contact_us .contact_form .form #submit {
  cursor: pointer;
  margin-top: 0.1198rem;
  background-color: #900816;
  color: #fff;
  text-align: center;
  height: 0.3333rem;
  line-height: 0.3333rem;
  font-size: 0.0833rem;
}
.newProduct_box {
  margin-top: 0.2083rem;
  padding-bottom: 0.2604rem;
}
.newProduct_box .newProduct_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2083rem 0 0.2917rem;
  box-sizing: border-box;
  width: 100%;
  height: 0.9896rem;
  background-color: #fafafa;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 0.0729rem;
}
.newProduct_box .newProduct_item .left {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.newProduct_box .newProduct_item .left .imgBox {
  height: 0.9896rem;
  width: 0.8333rem;
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
}
.newProduct_box .newProduct_item .left .imgBox img {
  width: 0.7969rem;
}
.newProduct_box .newProduct_item .left .product_info .name {
  font-size: 0.0833rem;
  color: #333;
  margin-bottom: 0.0833rem;
  font-family: "pingfang";
}
.newProduct_box .newProduct_item .left .product_info .num {
  font-size: 0.1042rem;
  color: #900816;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 0.1198rem;
  font-family: "pingfang";
}
.newProduct_box .newProduct_item .left .product_info .des {
  font-size: 0.0781rem;
  color: #666;
  font-family: "pingfang";
}
.newProduct_box .newProduct_item .time {
  font-size: 0.0938rem;
  color: #222;
  font-family: "pingfang";
}
.newProduct_box .newProduct_item:hover {
  border-bottom: 1px solid #900816;
}
.newProduct_mask {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.newProduct_mask .selected_product {
  width: 4.6875rem;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  display: flex;
}
.newProduct_mask .selected_product .imgBox {
  width: 2.0833rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newProduct_mask .selected_product .imgBox img {
  width: 1.4323rem;
}
.newProduct_mask .selected_product .product_info {
  flex: 1;
  margin-left: 0.2083rem;
  padding-top: 0.3958rem;
  box-sizing: border-box;
}
.newProduct_mask .selected_product .product_info .name {
  font-size: 0.0938rem;
  color: #333;
  margin-bottom: 0.0938rem;
}
.newProduct_mask .selected_product .product_info .num {
  font-size: 0.125rem;
  color: #900816;
  margin-bottom: 0.0729rem;
}
.newProduct_mask .selected_product .product_info .des {
  font-family: "pingfang";
  font-size: 0.0781rem;
  color: #666;
  margin-bottom: 0.1667rem;
}
.newProduct_mask .selected_product .product_info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.0729rem;
  height: 18px;
}
.newProduct_mask .selected_product .product_info ul li img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.newProduct_mask .selected_product .product_info ul li span {
  font-family: "pingfang";
  font-size: 0.0729rem;
  color: #333;
}
.newProduct_mask .selected_product .product_info ul .title {
  font-size: 0.0833rem;
  color: #222;
  margin-bottom: 0.0938rem;
}
.newProduct_mask .selected_product .product_info .buttons {
  margin-top: 0.2083rem;
  display: flex;
  align-items: center;
}
.newProduct_mask .selected_product .product_info .buttons .rfq_button,
.newProduct_mask .selected_product .product_info .buttons .data_button {
  cursor: pointer;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  background-color: #900816;
  border-radius: 0.1094rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newProduct_mask .selected_product .product_info .buttons .rfq_button img,
.newProduct_mask .selected_product .product_info .buttons .data_button img {
  width: 0.0885rem;
  margin-right: 0.0469rem;
}
.newProduct_mask .selected_product .product_info .buttons .rfq_button span,
.newProduct_mask .selected_product .product_info .buttons .data_button span {
  font-size: 0.0833rem;
  color: #fff;
}
.newProduct_mask .selected_product .product_info .buttons .data_button {
  width: 0.7708rem;
  background-color: #eee;
  margin-left: 0.0521rem;
}
.newProduct_mask .selected_product .product_info .buttons .data_button span {
  font-size: 0.0833rem;
  color: #999;
}
.newProduct_mask .selected_product .product_info .buttons .button_red {
  background-color: #900816;
}
.newProduct_mask .selected_product .product_info .buttons .button_red span {
  color: #fff;
}
.newProduct_mask .selected_product .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1771rem;
  height: 0.1771rem;
  background-color: #f4f4f4;
}
.newProduct_mask .selected_product .close img {
  width: 0.0573rem;
}
.cart_box {
  margin-top: 0.2083rem;
}
.cart_box .cart_products {
  width: 100%;
  padding: 0.1667rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f4f4f4;
}
.cart_box .cart_products .product_item {
  width: calc((100% - (0.0729rem * 3)) / 4);
  height: 1.1458rem;
  margin-right: 0.0729rem;
  margin-bottom: 0.0729rem;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.cart_box .cart_products .product_item .product_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.1302rem;
  box-sizing: border-box;
  height: 0.2708rem;
  border-bottom: 1px solid #f4f4f4;
}
.cart_box .cart_products .product_item .product_num span {
  font-size: 0.0833rem;
  color: #222222;
}
.cart_box .cart_products .product_item .product_num .delete_cart_item {
  width: 0.2604rem;
  height: 0.2604rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.cart_box .cart_products .product_item .product_num .delete_cart_item img {
  width: 0.0781rem;
}
.cart_box .cart_products .product_item .quantity {
  padding-left: 0.1302rem;
  padding-right: 0.1042rem;
  margin: 0.0521rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_box .cart_products .product_item .quantity .left {
  font-family: "pingfang";
  font-size: 0.0781rem;
  color: #888888;
}
.cart_box .cart_products .product_item .quantity .quantity_box {
  height: 0.1771rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
}
.cart_box .cart_products .product_item .quantity .quantity_box span {
  font-size: 0.0938rem;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_box .cart_products .product_item .quantity .quantity_box .sub,
.cart_box .cart_products .product_item .quantity .quantity_box .add {
  width: 0.1771rem;
  height: 0.1771rem;
}
.cart_box .cart_products .product_item .quantity .quantity_box .sub img,
.cart_box .cart_products .product_item .quantity .quantity_box .add img {
  width: 0.0573rem;
}
.cart_box .cart_products .product_item .quantity .quantity_box .num {
  width: 0.2604rem;
  background-color: #f4f4f4;
  outline: none;
  text-align: center;
}
.cart_box .cart_products .product_item .quantity .quantity_box input::-webkit-outer-spin-button,
.cart_box .cart_products .product_item .quantity .quantity_box input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.cart_box .cart_products .product_item .quantity .quantity_box input[type="number"] {
  -moz-appearance: textfield;
}
.cart_box .cart_products .product_item .message {
  width: 100%;
  padding-left: 0.1302rem;
  padding-right: 0.1042rem;
  box-sizing: border-box;
}
.cart_box .cart_products .product_item .message .product_msg {
  font-family: "pingfang";
  width: 100%;
  height: 0.4688rem;
  display: block;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding: 0.0729rem;
  outline: none;
  border: none;
  resize: none;
  box-sizing: border-box;
}
.cart_box .cart_products .product_item:hover {
  border-bottom: 2px solid #900816;
}
.cart_box .cart_products .product_item:hover .product_num span {
  color: #900816;
}
.cart_box .cart_products .product_item:nth-child(4n) {
  margin-right: 0;
}
.cart_box .cart_contact {
  margin-top: 2px;
  padding: 0.1667rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  flex-wrap: wrap;
}
.cart_box .cart_contact .inputBox {
  width: calc((100% - (0.0677rem * 3)) / 4);
  height: 0.25rem;
  position: relative;
  margin: 0.0365rem 0;
  margin-right: 0.0677rem;
}
.cart_box .cart_contact .inputBox input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 0.0833rem;
  padding-left: 0.1302rem;
  box-sizing: border-box;
  outline: none;
}
.cart_box .cart_contact .inputBox label {
  position: absolute;
  top: 50%;
  left: 0.0781rem;
  transform: translateY(-50%);
  font-size: 0.0833rem;
  color: #900816;
}
.cart_box .cart_contact .inputBox:nth-child(4n) {
  margin-right: 0;
}
.cart_submit {
  width: 1.9531rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  color: #fff;
  background-color: #900816;
  font-size: 0.0833rem;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0.2083rem auto 0.2604rem;
}
.cart_R_side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 105;
  transform: translateY(-50%);
  width: 0.3021rem;
  height: 1.0417rem;
  background-color: #900816;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.0938rem 0;
  box-sizing: border-box;
  cursor: pointer;
}
.cart_R_side .top {
  position: relative;
}
.cart_R_side .top img {
  width: 0.1302rem;
}
.cart_R_side .top .cartNum {
  position: absolute;
  top: -20%;
  right: -20%;
  font-size: 12px;
  width: 0.0833rem;
  height: 0.0833rem;
  border-radius: 50%;
  background-color: #fff !important;
  color: #900816 !important;
  text-align: center;
  line-height: 0.0833rem;
  opacity: 0;
}
.cart_R_side .text {
  margin-top: 0.2604rem;
  font-size: 0.0781rem;
  color: #fff;
  transform: rotate(90deg);
}
.cart_R_side .arrow {
  margin-top: 0.2604rem;
  width: 0.1563rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_R_side .arrow img {
  margin-bottom: 0.0521rem;
}
.tipsMask {
  width: 100%;
  height: 100%;
  z-index: 105;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 999;
}
.tipsMask .tipsBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5521rem;
  padding: 0.1302rem 0.1563rem;
  box-sizing: border-box;
  background-color: #fff;
}
.tipsMask .tipsBox .tipsTitle {
  font-size: 0.0833rem;
  color: #900816;
  padding-bottom: 0.0833rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
}
.tipsMask .tipsBox .tipsContent {
  margin-top: 0.0885rem;
  font-size: 0.0833rem;
  color: #222222;
  line-height: 0.1042rem;
}
.tipsMask .tipsBox .tipsButton {
  pointer-events: all;
  cursor: pointer;
  width: 0.4896rem;
  height: 0.1875rem;
  margin-top: 0.1354rem;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.0729rem;
}
.cart_mask {
  width: 100%;
  height: 100%;
  z-index: 105;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cart_mask .cart_fixed {
  width: 2.2344rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.cart_mask .cart_fixed .title {
  width: 100%;
  height: 0.5208rem;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.0938rem;
  box-sizing: border-box;
  position: relative;
}
.cart_mask .cart_fixed .title .left {
  position: relative;
  display: flex;
  align-items: center;
}
.cart_mask .cart_fixed .title .left img {
  width: 0.1302rem;
  margin-right: 0.1042rem;
}
.cart_mask .cart_fixed .title .left span {
  font-size: 0.0938rem;
  color: #fff;
}
.cart_mask .cart_fixed .title .left .cartNum {
  position: absolute;
  top: -0.026rem;
  left: 0.1042rem;
  font-size: 12px;
  width: 0.0833rem;
  height: 0.0833rem;
  border-radius: 50%;
  background-color: #fff;
  color: #900816;
  text-align: center;
  line-height: 0.0833rem;
}
.cart_mask .cart_fixed .title .right {
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 0.1563rem;
  display: flex;
  align-items: center;
}
.cart_mask .cart_fixed .title .right img {
  height: 0.0833rem;
  margin-left: 0.0781rem;
}
.cart_mask .cart_fixed .title .clearAll {
  cursor: pointer;
  position: absolute;
  bottom: 0.0521rem;
  right: 0.3125rem;
  background-color: #900816;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 0.1042rem;
  height: 0.1823rem;
  text-align: center;
  line-height: 0.1823rem;
  font-size: 0.0677rem;
  margin-left: auto;
}
.cart_mask .cart_fixed .product {
  flex: 1;
  padding: 0.1354rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
}
.cart_mask .cart_fixed .product .item {
  width: 100%;
  height: 1.1458rem;
  margin-right: 0.0729rem;
  margin-bottom: 0.0729rem;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.cart_mask .cart_fixed .product .item .product_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.1302rem;
  box-sizing: border-box;
  height: 0.2708rem;
  border-bottom: 1px solid #f4f4f4;
}
.cart_mask .cart_fixed .product .item .product_num span {
  font-size: 0.0833rem;
  color: #222222;
}
.cart_mask .cart_fixed .product .item .product_num .delete_cart_item {
  width: 0.2604rem;
  height: 0.2604rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.cart_mask .cart_fixed .product .item .product_num .delete_cart_item img {
  width: 0.0781rem;
}
.cart_mask .cart_fixed .product .item .quantity {
  padding-left: 0.1302rem;
  padding-right: 0.1042rem;
  margin: 0.0521rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_mask .cart_fixed .product .item .quantity .left {
  font-family: "pingfang";
  font-size: 0.0781rem;
  color: #888888;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box {
  height: 0.1771rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box span {
  font-size: 0.0938rem;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box .sub,
.cart_mask .cart_fixed .product .item .quantity .quantity_box .add {
  width: 0.1771rem;
  height: 0.1771rem;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box .sub img,
.cart_mask .cart_fixed .product .item .quantity .quantity_box .add img {
  width: 0.0573rem;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box .num {
  width: 0.2604rem;
  background-color: #f4f4f4;
  outline: none;
  text-align: center;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box input::-webkit-outer-spin-button,
.cart_mask .cart_fixed .product .item .quantity .quantity_box input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.cart_mask .cart_fixed .product .item .quantity .quantity_box input[type="number"] {
  -moz-appearance: textfield;
}
.cart_mask .cart_fixed .product .item .message {
  width: 100%;
  padding-left: 0.1302rem;
  padding-right: 0.1042rem;
  box-sizing: border-box;
}
.cart_mask .cart_fixed .product .item .message .product_msg {
  font-family: "pingfang";
  width: 100%;
  height: 0.4688rem;
  display: block;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding: 0.0729rem;
  outline: none;
  border: none;
  resize: none;
  box-sizing: border-box;
}
.cart_mask .cart_fixed .product .item:hover {
  border-bottom: 2px solid #900816;
}
.cart_mask .cart_fixed .product .item:hover .product_num span {
  color: #900816;
}
.cart_mask .cart_fixed .cart_contact {
  border-top: 2px solid #fff;
  padding: 0.1302rem;
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.cart_mask .cart_fixed .cart_contact .inputBox {
  width: 100%;
  height: 0.25rem;
  position: relative;
  margin-bottom: 0.0521rem;
}
.cart_mask .cart_fixed .cart_contact .inputBox input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 0.0833rem;
  padding-left: 0.1302rem;
  box-sizing: border-box;
  outline: none;
}
.cart_mask .cart_fixed .cart_contact .inputBox label {
  position: absolute;
  top: 50%;
  left: 0.0781rem;
  transform: translateY(-50%);
  font-size: 0.0833rem;
  color: #900816;
}
.cart_mask .cart_fixed .cart_contact .submit {
  width: 100%;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  color: #fff;
  background-color: #900816;
  font-size: 0.0833rem;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 0.0781rem;
  margin-bottom: 0.2083rem;
}
.whoweare .topBox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../static/images/about_bg.png);
}
.whoweare .topBox .left {
  width: 50%;
  margin-top: 0.9271rem;
  padding-left: 0.8333rem;
  padding-right: 0.4167rem;
  box-sizing: border-box;
}
.whoweare .topBox .left .common_title {
  margin: 0;
  margin-bottom: 0.2292rem;
}
.whoweare .topBox .left p {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #333;
}
.whoweare .topBox .left p span {
  color: #900816;
  font-size: 0.0938rem !important;
}
.whoweare .topBox .who_swiper {
  flex: 1;
  overflow: hidden;
  height: 100%;
  margin-top: 0.7292rem;
}
.whoweare .topBox .who_swiper .swiper1 {
  width: 100%;
  height: 100%;
}
.whoweare .topBox .who_swiper .swiper1 .swiper-slide img {
  width: 100%;
  height: 2.9896rem;
  vertical-align: bottom;
}
.whoweare .control {
  display: flex;
  align-items: center;
  height: 0.4063rem;
}
.whoweare .control .left {
  width: 50%;
  height: 100%;
  display: flex;
}
.whoweare .control .left .white {
  flex: 1;
}
.whoweare .control .left .prev,
.whoweare .control .left .next {
  width: 0.4063rem;
  height: 100%;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whoweare .control .left .prev img,
.whoweare .control .left .next img {
  width: 0.125rem;
}
.whoweare .control .left .prev {
  background-color: #e9e9e9;
}
.whoweare .control .right {
  width: 50%;
  height: 100%;
  background-color: #900816;
}
.strengths {
  padding-bottom: 1.1979rem;
  overflow: hidden;
}
.strengths .swiper2 {
  width: 100%;
  height: 4.4531rem;
  margin-top: 0.4688rem;
  position: relative;
}
.strengths .swiper2 .swiper-slide {
  height: 4.4531rem;
}
.strengths .swiper2 .swiper-slide img {
  height: 4.4531rem;
  width: 100%;
}
.strengths .swiper2 .textBox {
  position: absolute;
  bottom: -0.5469rem;
  left: 0.5208rem;
  width: 6.0781rem;
  height: 2.9792rem;
  padding: 0.3125rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  z-index: 3;
  box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.1);
}
.strengths .swiper2 .textBox div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 10px;
}
.strengths .swiper2 .textBox div p {
  word-break: break-word;
  font-size: 0.0938rem;
  color: #333;
  line-height: 1.4;
}
.strengths .swiper2 .textBox div::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.strengths .swiper2 .textBox div::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.strengths .swiper2 .textBox div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background: #900816;
}
.strengths .swiper2 .swiper2_control {
  position: absolute;
  bottom: 0;
  z-index: 3;
  right: 0.8333rem;
  display: flex;
  align-items: center;
}
.strengths .swiper2 .swiper2_control .prev,
.strengths .swiper2 .swiper2_control .next {
  width: 0.4063rem;
  height: 0.4063rem;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strengths .swiper2 .swiper2_control .prev img,
.strengths .swiper2 .swiper2_control .next img {
  width: 0.125rem;
}
.strengths .swiper2 .swiper2_control .prev {
  background-color: #e9e9e9;
}
.about_banner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.0208rem;
}
.about_banner .redBox {
  width: 4.0104rem;
  height: 100%;
  background-color: #900816;
  padding-left: 0.8333rem;
  padding-right: 0.4688rem;
  box-sizing: border-box;
}
.about_banner .redBox .title {
  margin-top: 1.7708rem;
  margin-bottom: 0.1563rem;
  font-size: 0.1667rem;
  color: #fff;
}
.about_banner .redBox .des {
  font-size: 0.0885rem;
  line-height: 1.5;
  color: #fff;
  font-family: "pingfang";
}
.about_banner .redBox .next_page {
  margin-top: 0.2604rem;
  display: flex;
  align-items: center;
}
.about_banner .redBox .next_page img {
  width: 0.2604rem;
}
.about_banner .about_banner_imgBox {
  flex: 1;
  height: 100%;
}
.about_banner .about_banner_imgBox img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.side_button {
  cursor: pointer;
  position: absolute;
  top: 0.25rem;
  left: 0.8333rem;
  transform: translateX(-150%);
  width: 0.2292rem;
  height: 1.0052rem;
  padding: 0.1563rem 0 0.0833rem;
  box-sizing: border-box;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.side_button .button_text {
  display: block;
  font-size: 0.0729rem;
  color: #900816;
  writing-mode: tb-rl;
}
.side_button .actived {
  display: none;
}
.side_button img {
  width: 0.0365rem;
  transition: 0.2s;
  transform: rotate(180deg);
}
.side_button_active .button_text {
  display: none;
}
.side_button_active .actived {
  display: block;
}
.side_button_active img {
  transform: rotate(0);
}
.product_content {
  position: relative;
  display: flex;
}
.product_content .left {
  width: 1.1979rem;
  box-sizing: border-box;
  min-height: 90vh;
  padding-bottom: 0.2083rem;
  /*! overflow-y: scroll; */
  transition: 0.3s;
}
.product_content .left .title {
  color: #900816;
  font-size: 0.1354rem;
  border-bottom: 1px solid #eaeaea;
  padding-top: 0.25rem;
  padding-bottom: 0.1302rem;
  box-sizing: border-box;
}
.product_content .left .list .list_item {
  height: 0.2292rem;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.0833rem;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
.product_content .left .list .list_item.active {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left .list .list_item:hover {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left .list .list_items {
  min-height: 0.2292rem;
  box-sizing: border-box;
}
.product_content .left .list .list_items .title_name {
  cursor: pointer;
  height: 0.2292rem;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.0833rem;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
  padding-right: 0.125rem;
  box-sizing: border-box;
}
.product_content .left .list .list_items .title_name span,.product_content .left .list .list_items .title_name span a{display: block;width:100%;}
.product_content .left .list .list_items .title_name a{color:#333;}
.product_content .left .list .list_items .title_name .arrow {
  display: block;
}
.product_content .left .list .list_items .title_name .active_arrow {
  display: none;
}
.product_content .left .list .list_items .sub_title_name {
  cursor: pointer;
  box-sizing: border-box;
  /*! height: 0.2192rem; */
  padding: 5px 0;
  padding-left: 8px;
  display: none;
  align-items: center;
  font-size: 0.0681rem;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
  line-height: 0.2192rem;
}
.product_content .left .list .list_items .sub_title_name a{color:#333;}
.product_content .left .list .list_items .sub_title_name.active {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left .list .list_items .sub_title_name.active a{color:#900816}
.product_content .left .list .list_items.active .title_name {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left .list .list_items.open .title_name .arrow {
  display: none;
}
.product_content .left .list .list_items.open .title_name .active_arrow {
  display: block;
}
.product_content .left .list .list_items.open .sub_title_name {
  display: flex;
}
.product_content .left .list .list_items.actives .title_name {
  color: #333333;
  border-bottom: 1px solid #eaeaea;
}
.product_content .left .list .list_items.actives .title_name .arrow {
  display: none;
}
.product_content .left .list .list_items.actives .title_name .active_arrow {
  display: block;
}
.product_content .left .list .list_items.actives .sub_title_name {
  display: flex;
}
.product_content .left .list .list_items .title_name:hover {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left .list .list_items.actives:hover .title_name {
  color: #333333;
  border-bottom: 1px solid #eaeaea;
}
.product_content .left .list .list_items .sub_title_name:hover {
  color: #900816;
  border-bottom: 1px solid #900816;
}
.product_content .left::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.product_content .left::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.product_content .left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background: #900816;
}
.product_content .left0 {
  width: 0;
  border: none;
  display: none;
}
.product_content .right {
  display: block;
  width: calc(100% - 1.1979rem);
  padding-left: 0.2344rem;
  box-sizing: border-box;
  transition: 0.3s;
  padding-bottom: 0.2604rem;
  z-index: 1;
  overflow: hidden;
}
.product_content .right .noData {
  font-size: 0.1563rem;
  color: #333;
  text-align: center;
  margin-top: 1.0417rem;
}
.product_content .right .content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.125rem;
}
.product_content .right .content_title i{font-size:12px;}
.product_content .right .content_title i,.product_content .right .content_title a{color:#333;}
.product_content .right .content_title .lefts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_content .right .content_title .lefts img {
  width: 22px;
  margin-right: 12px;
}
.product_content .right .content_title .lefts span {
  font-size: 0.1354rem;
  color: #222222;
}
.product_content .right .content_title .rights span {
  font-size: 0.0781rem;
  color: #333;
  text-transform: uppercase;
}
.product_content .right .content_title .rights .result_num {
  color: #900816;
}
.product_content .right .filters {
  padding: 0.0521rem 0.1563rem;
  background-color: #eeeeee;
  margin-top: 0.1042rem;
}
.product_content .right .filters .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_content .right .filters .title .title_left {
  display: flex;
  align-items: center;
}
.product_content .right .filters .title .title_left span {
  font-size: 0.0938rem;
  color: #333333;
}
.product_content .right .filters .title .title_left div {
  cursor: pointer;
  margin-left: 0.1042rem;
  height: 0.1563rem;
  padding: 0 0.0885rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4d7d8;
  color: #900816;
  font-size: 0.0729rem;
}
.product_content .right .filters .title .title_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product_content .right .filters .title .title_right span {
  font-size: 0.0729rem;
  color: #900816;
}
.product_content .right .filters .title .title_right .hideText {
  display: block;
}
.product_content .right .filters .title .title_right .showText {
  display: none;
}
.product_content .right .filters .title .title_right img {
  margin-left: 0.0521rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
.product_content .right .filters .title .title_right.hide .hideText {
  display: none;
}
.product_content .right .filters .title .title_right.hide .showText {
  display: block;
}
.product_content .right .filters .title .title_right.hide img {
  transform: rotate(270deg);
}
.product_content .right .filters .filter_box {
  margin-top: 0.0521rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.product_content .right .filters .filter_box .inputBox {
  cursor: pointer;
  width: 32%;
  margin-right: 1%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.026rem 0.0521rem;
  box-sizing: border-box;
  margin-bottom: 0.0521rem;
}
.product_content .right .filters .filter_box .inputBox .inputBox_title,
.product_content .right .filters .filter_box .inputBox span {
  font-size: 0.0729rem;
  color: #333333;
}
.product_content .right .filters .filter_box .inputBox .inputBox_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_content .right .filters .filter_box .inputBox img {
  width: 0.0573rem;
  transition: 0.3s;
}
.product_content .right .filters .filter_box .inputBox img.active_img {
  transform: rotate(180deg);
}
.product_content .right .filters .filter_box .inputBox .popBox {
  display: none;
}
.product_content .right .filters .filter_box .inputBox .popBox.active {
  display: block;
}
.product_content .right .filters .filter_box .inputBox .popBox_checkbox,
.product_content .right .filters .filter_box .inputBox .popBox_slider {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #ececec;
  width: 100%;
  z-index: 103;
  height: auto;
  padding: 10px 0;
  min-height: 0.4167rem;
  background-color: #fff;
  box-shadow: 1px 8px 15px 1px rgba(0, 0, 0, 0.1);
}
.product_content .right .filters .filter_box .inputBox .slide_numBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.2604rem;
  padding: 0 0.0677rem;
  box-sizing: border-box;
}
.product_content .right .filters .filter_box .inputBox .slide_numBox .slide_num {
  width: 0.3125rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0.0313rem;
  border: 1px solid #888888;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.125rem;
  color: #333333;
}
.product_content .right .filters .filter_box .inputBox .slide {
  margin-top: 10px;
  width: 100%;
  padding: 0 0.0677rem;
  box-sizing: border-box;
}
.product_content .right .filters .filter_box .inputBox .layui-form {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.0521rem;
  box-sizing: border-box;
  margin-top: 0;
  flex-wrap: wrap;
}
.product_content .right .filters .filter_box .inputBox .layui-form .layui-unselect.layui-form-checkbox {
  width: 32%;
  margin-top: 10px;
  margin-right: 2%;
  padding-left: 22px;
}
.product_content .right .filters .filter_box .inputBox .layui-form .layui-unselect.layui-form-checkbox:nth-child(3n) {
  margin-right: 0;
}
.product_content .right .filters .filter_box .inputBox .layui-form .layui-form-checkbox[lay-skin="primary"] span {
  padding: 0;
}
.product_content .right .filters .filter_box .inputBoxs {
  visibility: hidden;
}
.product_content .right .layui-form {
  margin-top: 0.1042rem;
  border-width: 0;
  overflow: hidden;
  width: 100%;
}
.product_content .right .layui-form .layui-table-header thead tr {
  background-color: #eeeeee;
}
.product_content .right .layui-form .layui-table-header thead .layui-table-cell {
  padding: 0;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_content .right .layui-form .layui-table-header thead .layui-table-cell span {
  color: #333333;
  font-size: 0.0729rem !important;
}
.product_content .right .layui-form .layui-table-header thead .layui-table-cell span:nth-child(1) {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.026rem;
}
.product_content .right .layui-form .layui-table-header thead .layui-table-cell .layui-table-sort {
  height: auto;
}
.product_content .right .layui-form .layui-table-box > .layui-table-header thead tr th:nth-child(1) .layui-table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_content .right .layui-form .layui-table-box > .layui-table-header thead tr th:nth-child(1) .layui-table-cell span {
  padding: 3px 10px;
  background-color: #900816;
  color: #fff;
  font-size: 0.0625rem !important;
  text-align: center;
  display: block;
}
.product_content .right .layui-form .layui-table-box {
  border-width: 0;
}
.product_content .right .layui-form .layui-table-box .layui-table-header,
.product_content .right .layui-form .layui-table-box .layui-table-fixed,
.product_content .right .layui-form .layui-table-box th,
.product_content .right .layui-form .layui-table-box td,
.product_content .right .layui-form .layui-table-box tr {
  border-width: 0;
}
.product_content .right .layui-form .layui-table-box .layui-table-header .layui-table {
  margin-bottom: 0;
  width: 100%;
}
.product_content .right .layui-form .layui-table-box .layui-table-header {
  border-bottom: 2px solid #900816;
}
.product_content .right .layui-form .layui-table-cell {
  padding: 0;
  text-align: center;
  height: 0.2083rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content .right .layui-form .layui-table-cell span {
  color: #333333;
  font-size: 0.0729rem;
}
.product_content .right .layui-form .layui-table-cell_column {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_content .right .layui-form .layui-table-cell_column span {
  display: block;
  white-space: pre-wrap;
  color: #333333;
  line-height: 1.3;
  font-size: 0.0729rem;
}
.product_content .right .layui-form .layui-unselect {
  height: auto;
  box-sizing: border-box;
}
.product_content .right .layui-form .layui-unselect .layui-table-sort {
  margin-left: 0;
}
.product_content .right .layui-form .layui-unselect .layui-table-sort .sort {
  display: block;
}
.product_content .right .layui-form .layui-unselect .layui-table-sort .sort_active {
  transform: rotate(180deg);
  transition: 0.3s;
  display: none;
}
.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort {
  margin-left: 0;
}
.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort .sort {
  display: none;
}
.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort .sort_active {
  display: block;
}
.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort {
  margin-left: 0;
}
.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort .sort {
  display: none;
}
.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort .sort_active {
  transform: rotate(0);
  display: block;
}
.product_content .right .layui-form .layui-table-body tbody tr {
  height: 25px;
  border-bottom: 1px solid #efefef;
}
.product_content .right .layui-form .layui-table-body tbody tr td {
  height: 25px;
}
.product_content .right .layui-form .layui-table-body tbody tr td .layui-table-cell {
  height: 25px;
}
.product_content .right .layui-form .layui-table-body tbody td {
  text-align: center;
  font-size: 0.0729rem;
}
.product_content .right .layui-form .layui-table-body tbody td div {
  font-family: "pingfang";
}
.product_content .right .layui-form .layui-table-body tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.product_content .right .layui-form .layui-btn {
  background-color: transparent;
  height: auto;
  line-height: 1;
}
.product_content .right .layui-form .layui-btn img {
  max-width: none;
  height: 25px;
}
.product_content .right .layui-form .layui-form-checked[lay-skin="primary"] i {
  background-color: #900816;
  border: 1px solid #a5a5a5 !important;
}
.product_content .right .layui-form .layui-form-checkbox[lay-skin="primary"]:hover i {
  border: 1px solid #a5a5a5;
}
.product_content .right .layui-form .layui-table-hover {
  background-color: #fff;
}
.product_content .right .layui-form .layui-table-fixed .layui-table-body::-webkit-scrollbar {
  display: none;
}
.product_content .right .layui-form .layui-table-fixed .layui-table-body:hover {
  overflow-y: auto;
}
.product_content .right .layui-form ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.product_content .right .layui-form ::-webkit-scrollbar-button,
.product_content .right .layui-form ::-webkit-scrollbar-button:vertical {
  display: none;
}
.product_content .right .layui-form ::-webkit-scrollbar-track,
.product_content .right .layui-form ::-webkit-scrollbar-track:vertical {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.product_content .right .layui-form ::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
.product_content .right .layui-form ::-webkit-scrollbar-thumb,
.product_content .right .layui-form ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background-color: #900816;
}
.product_content .right .layui-form ::-webkit-scrollbar-corner,
.product_content .right .layui-form ::-webkit-scrollbar-corner:vertical {
  background-color: #f5f5f5;
}
.product_content .rightAll {
  width: 100%;
  padding-left: 0;
  transition: 0.3s;
}
.product_content .rightAll .filters .filter_box .inputBox {
  width: 24%;
  margin-right: 1%;
}
.product_content .right2 {
  display: none;
  width: calc(100% - 1.5417rem);
  padding-left: 0.2344rem;
  box-sizing: border-box;
  transition: 0.3s;
}
.product_content .right2 .content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.product_content .right2 .content_title .lefts img {
  width: 22px;
  margin-right: 12px;
}
.product_content .right2 .content_title .lefts span {
  font-size: 0.1354rem;
  color: #222222;
}
.product_content .right2 .content_title .rights span {
  font-size: 0.0781rem;
  color: #333;
  text-transform: uppercase;
}
.product_content .right2 .content_title .rights .result_num {
  color: #900816;
}
.product_content .right2 .product_info {
  margin-top: 0.1354rem;
}
.product_content .right2 .product_info .top {
  border-top: 1px solid #eeeeee;
  height: 2.1875rem;
  padding: 0 0.2813rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .imgBox {
  width: auto;
  height: 1.1979rem;
  display: flex;
  align-items: center;
  margin-right: 0.4688rem;
}
.product_content .right2 .product_info .top .imgBox img {
  height: 100%;
}
.product_content .right2 .product_info .top .rightBox .name {
  font-size: 0.0938rem;
  color: #900816;
  margin-bottom: 0.1042rem;
}
.product_content .right2 .product_info .top .rightBox .num {
  font-size: 0.1875rem;
  color: #222;
  margin-bottom: 0.3125rem;
}
.product_content .right2 .product_info .top .rightBox .buttons {
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1094rem;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  background-color: #900816;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq img {
  height: 0.099rem;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq span {
  font-size: 0.0833rem;
  color: #fff;
}
.product_content .right2 .product_info .top .rightBox .buttons .data {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1094rem;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  background-color: #eeeeee;
  margin-right: 0.0938rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .data img {
  height: 0.099rem;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .data span {
  font-size: 0.0833rem;
  color: #999999;
}
.product_content .right2 .product_info .top .rightBox .buttons .data_red {
  background-color: #900816;
}
.product_content .right2 .product_info .top .rightBox .buttons .data_red span {
  color: #fff;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock {
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock img {
  margin-right: 0.0781rem;
  height: 0.2083rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock span {
  font-size: 0.0833rem;
  color: #222;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock .gray {
  display: none;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock .colorful {
  display: block;
}
.product_content .right2 .product_info .top .back {
  cursor: pointer;
  position: absolute;
  top: 0.1563rem;
  right: 0;
  width: 0.5313rem;
  height: 0.2188rem;
  border-radius: 0.1094rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content .right2 .product_info .top .back img {
  width: 8px;
  margin-right: 0.0885rem;
}
.product_content .right2 .product_info .top .back span {
  font-size: 16px;
  color: #333333;
}
.product_content .right2 .product_info .bottom {
  border-top: 1px solid #eeeeee;
  padding-bottom: 0.5208rem;
  box-sizing: border-box;
}
.product_content .right2 .product_info .bottom .ulBox {
  margin-top: 0.1563rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item {
  width: 30%;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li {
  display: flex;
  margin-bottom: 0.0781rem;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li img {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li span {
  font-family: "pingfang";
  font-size: 0.0833rem;
  color: #333333;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item .title {
  font-weight: 700;
  font-size: 0.1042rem;
  color: #333333;
  margin-bottom: 0.1042rem;
}
.custom_button {
  cursor: pointer;
  position: fixed;
  bottom: 0.9375rem;
  right: 0;
  padding: 0 0.0521rem;
  height: 0.2604rem;
  box-sizing: border-box;
  border-radius: 0.1302rem;
  background-color: #900816;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.0833rem;
  z-index: 99999;
}
.custom_button img {
  width: 0.1302rem;
  margin-right: 0.0521rem;
}
.compare_fixed_box {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 102;
  transition: 0.3s;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.1);
}
.compare_fixed_box .compare_fixed_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8333rem;
  box-sizing: border-box;
  height: 0.3958rem;
  border-bottom: 1px solid #ebebeb;
}
.compare_fixed_box .compare_fixed_title .left {
  font-size: 0.1042rem;
  color: #333333;
  font-family: "pingfang";
}
.compare_fixed_box .compare_fixed_title .right {
  display: flex;
  align-items: center;
}
.compare_fixed_box .compare_fixed_title .right .button {
  cursor: pointer;
  user-select: none;
  height: 0.1875rem;
  padding: 0 0.1823rem;
  box-sizing: border-box;
  border: 0.0104rem solid #900816;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare_fixed_box .compare_fixed_title .right .button span {
  font-size: 0.0833rem;
  color: #900816;
}
.compare_fixed_box .compare_fixed_title .right .button img {
  margin-left: 0.0521rem;
  width: 0.0729rem;
}
.compare_fixed_box .compare_fixed_title .right .compare_button {
  cursor: pointer;
  width: 0.974rem;
  height: 0.1875rem;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.0729rem;
  color: #f8f8f8;
  text-transform: uppercase;
  margin-left: 0.0521rem;
}
.compare_fixed_box .compare_fixed_content {
  width: calc(100vw - 0.8333rem * 2);
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
}
.compare_fixed_box .compare_fixed_content .compare_items {
  margin: 0.0521rem 0;
  width: auto;
  white-space: nowrap;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item {
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.0521rem 0.1302rem;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  margin-right: 0.1042rem;
  font-size: 0.0833rem;
  color: #222222;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item img {
  width: 0.0521rem;
  position: absolute;
  top: 0.0521rem;
  right: 0.0521rem;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item:hover {
  border-bottom: 2px solid #900816;
  color: #900816;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar {
  width: 10%;
  height: 0.0313rem;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background: #900816;
}
.compare_fixed_box.hide {
  bottom: -100%;
  box-shadow: none;
}
.compare_fixed_box.close {
  bottom: -0.3646rem;
}
.compare_fixed_box.close .button .open_text,
.compare_fixed_box.close .button .open_img {
  display: block;
}
.compare_fixed_box.close .button .close_text,
.compare_fixed_box.close .button .close_img {
  display: none;
}
.compare_fixed_box.open {
  bottom: 0;
  left: 0;
}
.compare_fixed_box.open .button .open_text,
.compare_fixed_box.open .button .open_img {
  display: none;
}
.compare_fixed_box.open .button .close_text,
.compare_fixed_box.open .button .close_img {
  display: block;
}
.compare_page .layui-form {
  margin-top: 0.2604rem;
  border: none;
}
.compare_page .layui-form .layui-table th {
  border: none;
}
.compare_page .layui-form ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.compare_page .layui-form ::-webkit-scrollbar-button,
.compare_page .layui-form ::-webkit-scrollbar-button:vertical {
  display: none;
}
.compare_page .layui-form ::-webkit-scrollbar-track,
.compare_page .layui-form ::-webkit-scrollbar-track:vertical {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.compare_page .layui-form ::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
.compare_page .layui-form ::-webkit-scrollbar-thumb,
.compare_page .layui-form ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background-color: #900816;
}
.compare_page .layui-form ::-webkit-scrollbar-corner,
.compare_page .layui-form ::-webkit-scrollbar-corner:vertical {
  background-color: #f5f5f5;
}
.compare_page .layui-table-header {
  border: none;
}
.compare_page .layui-table-header table thead tr {
  height: 0.4167rem;
  background-color: #fff;
}
.compare_page .layui-table-header table thead tr th {
  background-color: #fff;
  padding: 0;
  height: 0.4167rem;
  box-sizing: border-box;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell {
  height: 0.4167rem;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  padding: 0 0.0521rem;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span {
  padding-top: 0.0625rem;
  padding-left: 0.0625rem;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.0833rem;
  color: #222;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border-bottom: 2px solid #f8f8f8;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box {
  display: flex;
  align-items: center;
  margin-top: 0.0521rem;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button {
  display: flex;
  align-items: center;
  margin-right: 0.1823rem;
  font-size: 0.0677rem;
  color: #888;
  text-transform: uppercase;
  cursor: pointer;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button img {
  margin-right: 0.0521rem;
  width: 0.1354rem;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button2 {
  margin-right: 0;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span .close_img {
  position: absolute;
  top: 0.0521rem;
  right: 0.0521rem;
  width: 0.0521rem;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell:hover span {
  color: #900816;
  border-bottom: 2px solid #900816;
}
.compare_page .layui-table-header table thead tr th:nth-child(1) {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.compare_page .layui-table-header table thead tr th:nth-child(1) .layui-table-cell {
  background-color: #900816;
  color: #fff;
  width: 310px;
  height: 0.3646rem;
}
.compare_page .layui-table-header table thead tr th:nth-child(1) .layui-table-cell span {
  padding: 0;
  border: none;
  background-color: #900816;
  font-size: 0.1042rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.compare_page .layui-table-body {
  margin-top: 18px;
}
.compare_page .layui-table-body table tbody td div {
  font-family: "pingfang";
}
.compare_page .layui-table-body table tbody .compare_product_img {
  display: block;
  margin: 0 auto;
  max-width: none;
  height: 130px;
}
.compare_page .layui-table-body table tbody tr {
  height: 25px;
}
.compare_page .layui-table-body table tbody tr td {
  height: 25px;
}
.compare_page .layui-table-body table tbody tr td .layui-table-cell {
  height: 25px;
}
.compare_page .layui-table-body table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.compare_page .layui-table-body table tbody tr:nth-child(1) {
  height: 130px;
}
.compare_page .layui-table-body table tbody tr:nth-child(1) td {
  padding: 0 !important;
}
.compare_page .layui-table-fixed .layui-table-body tr td .layui-table-cell {
  color: #333333;
  font-size: 14px;
  font-family: "gotham";
}
.compare_page .result_title .left {
  display: flex;
  align-items: center;
}
.custom_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 105;
}
.custom_mask .customBox {
  padding: 0.1563rem 0.1823rem;
  box-sizing: border-box;
  width: 2.9271rem;
  height: auto;
  background-color: #fff;
  position: relative;
}
.custom_mask .customBox .close_button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1771rem;
  height: 0.1771rem;
  background-color: #f4f4f4;
  cursor: pointer;
}
.custom_mask .customBox .close_button img {
  width: 0.0521rem;
}
.custom_mask .customBox .custom_title {
  font-size: 0.1354rem;
  color: #333333;
}
.custom_mask .customBox #custom_msg {
  font-family: "pingfang";
  margin-top: 0.1042rem;
  width: 100%;
  height: 0.6771rem;
  background-color: #f4f4f4;
  padding: 0.0833rem;
  box-sizing: border-box;
  outline: none;
  border: none;
  resize: none;
}
.custom_mask .customBox .fileUpload {
  margin-top: 0.0521rem;
  padding: 0.0938rem;
  box-sizing: border-box;
  background: #f4f4f4;
}
.custom_mask .customBox .fileUpload .title {
  font-size: 0.0833rem;
  color: #333;
}
.custom_mask .customBox .fileUpload .des {
  font-size: 0.0729rem;
  color: #666;
  font-family: "pingfang";
  margin-bottom: 0.0729rem;
}
.custom_mask .customBox .fileUpload .files_upLoad .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.custom_mask .customBox .fileUpload .files_upLoad .left .file_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.4688rem;
  height: 0.1823rem;
  padding: 0 0.0521rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 10px;
}
.custom_mask .customBox .fileUpload .files_upLoad .left .file_name span {
  font-size: 0.0729rem;
  color: #666;
}
.custom_mask .customBox .fileUpload .files_upLoad .left .file_name img {
  z-index: 3;
  width: 0.0365rem;
  height: 0.0365rem;
}
.custom_mask .customBox .fileUpload .files_upLoad .add {
  font-family: "pingfang";
  cursor: pointer;
  flex: 1;
  margin-left: 0.1042rem;
  height: 0.1823rem;
  background-color: #f4e6e7;
  color: #900816;
  border: 1px solid #900816;
  line-height: 0.1823rem;
  text-align: center;
}
.custom_mask .customBox .fileUpload .input_file {
  display: none;
}
.custom_mask .customBox .inputBox {
  width: 100%;
  height: 0.25rem;
  position: relative;
  margin-top: 0.0521rem;
}
.custom_mask .customBox .inputBox .input_label {
  font-size: 0.0833rem;
  color: #900816;
  z-index: 5;
  position: absolute;
  top: 55%;
  left: 0.1042rem;
  transform: translateY(-50%);
}
.custom_mask .customBox .inputBox input {
  width: 100%;
  height: 0.25rem;
  background-color: #f4f4f4;
  outline: none;
  border: none;
  padding-left: 0.1042rem;
  box-sizing: border-box;
}
.custom_mask .customBox .inputBox input:required {
  padding-left: 0.1563rem;
}
.custom_mask .customBox input::-webkit-input-placeholder,
.custom_mask .customBox textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
.custom_mask .customBox input::-moz-placeholder,
.custom_mask .customBox textarea::-moz-placeholder {
  color: #bcbcbc;
}
.custom_mask .customBox input:-moz-placeholder,
.custom_mask .customBox textarea:-moz-placeholder {
  color: #bcbcbc;
}
.custom_mask .customBox input:-ms-input-placeholder,
.custom_mask .customBox textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
.custom_mask .customBox .submit {
  cursor: pointer;
  height: 0.25rem;
  width: 100%;
  background-color: #900816;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.0833rem;
  color: #fff;
  text-transform: uppercase;
}
.menu {
  width: 26px;
  height: 22px;
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu.active .bar:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.menu.active .bar:nth-child(2) {
  opacity: 0;
}
.menu.active .bar:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.menu_mask {
  display: none;
  width: 100%;
  height: calc(100% - 0.5208rem);
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0.5208rem;
  right: 0;
}
.menu_mask .menu_box {
  width: 50%;
  height: 100%;
  background-color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -100%;
  transition: 0.4s;
  overflow: hidden;
  overflow-y: scroll;
}
.menu_mask .menu_box .menu_ul {
  height: 100%;
}
.menu_mask .menu_box .menu_ul .nav_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 16px;
}
.menu_mask .menu_box .menu_ul .nav_item .title {
  color: #900816;
  font-size: 24px;
  border-bottom: 2px solid #900816;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.menu_mask .menu_box .menu_ul .nav_item .title .img {
  display: block;
  transform: rotate(180deg);
}
.menu_mask .menu_box .menu_ul .nav_item .title .active_img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item .subNav {
  margin-top: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #222;
  display: none;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_mask .menu_box .menu_ul .nav_item .subNav .img {
  display: block;
  transform: rotate(180deg);
}
.menu_mask .menu_box .menu_ul .nav_item .subNav .active_img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item .subNav2 {
  text-indent: 1em;
  margin-top: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #222;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_mask .menu_box .menu_ul .nav_item .subNav2.active {
  display: block;
}
.menu_mask .menu_box .menu_ul .nav_item.active .title .img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item.active .title .active_img {
  display: block;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav {
  display: flex;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav .img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav .active_img {
  display: block;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all {
  display: flex;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all .img {
  display: block;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all .active_img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active {
  display: flex;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active .img {
  display: none;
}
.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active .active_img {
  display: block;
}
.menu_mask .menu_box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.menu_mask .menu_box::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.menu_mask .menu_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #900816;
  background: #900816;
}
.videoMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.videoMask .videoBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: 960px;
  height: 540px;
}
.videoMask .videoBox .video {
  object-fit: contain;
}
.videoMask .videoBox .close_video {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 105;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.videoMask .videoBox .close_video img {
  width: 10px;
}
.checkdisabled {
  cursor: not-allowed;
}
