html {
  margin: 0 auto;
  font-family: 'PingFang SC','Microsoft YaHei','Lantinghei SC','Helvetica Neue',Helvetica,Arial,'WenQuanYi Zen Hei','WenQuanYi Micro Hei',"sans-serif"; 
}

.fl { float: left; }
.fr { float: right; }
.place_434343::-webkit-input-placeholder{ color:#434343; }
.place_434343::-moz-placeholder  { color:#434343;	}
.place_434343:-moz-placeholder { color:#434343; }
.place_434343:-ms-placeholder { color:#434343; }

/*************  特殊字体   ***********/
@font-face {
  font-family: 'popLight';
  src: url('../fonts/Poppins-Light.eot');
  src: local('popLight Regular'),
	local('popLight'),
	url('../fonts/Poppins-Light.woff') format('woff'),
	url('../fonts/Poppins-Light.ttf') format('truetype'),
	url('../fonts/Poppins-Light.svg#popLight') format('svg');
}
@font-face {
  font-family: 'popR';
  src: url('../fonts/Poppins-Regular.eot');
  src: local('popR Regular'),
	local('popR'),
	url('../fonts/Poppins-Regular.woff') format('woff'),
	url('../fonts/Poppins-Regular.ttf') format('truetype'),
	url('../fonts/Poppins-Regular.svg#popR') format('svg');
}
@font-face {
  font-family: 'popMedium';
  src: url('../fonts/Poppins-Medium.eot');
  src: local('popMedium Regular'),
	local('popMedium'),
	url('../fonts/Poppins-Medium.woff') format('woff'),
	url('../fonts/Poppins-Medium.ttf') format('truetype'),
	url('../fonts/Poppins-Medium.svg#popMedium') format('svg');
}
@font-face {
  font-family: 'popSemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: local('popSemiBold Regular'),
	local('popSemiBold'),
	url('../fonts/Poppins-SemiBold.woff') format('woff'),
	url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
	url('../fonts/Poppins-SemiBold.svg#popSemiBold') format('svg');
}
@font-face {
  font-family: 'popBold';
  src: url('../fonts/Poppins.eot');
  src: local('popBold Regular'),
	local('popBold'),
	url('../fonts/Poppins.woff') format('woff'),
	url('../fonts/Poppins.ttf') format('truetype'),
	url('../fonts/Poppins.svg#popBold') format('svg');
}

.ellipsis { overflow: hidden;  text-overflow: ellipsis;  display: block; white-space: nowrap; }
.ellipsis_2 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ellipsis_3 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ellipsis_4 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.ellipsis_5 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.ellipsis_6 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.ellipsis_7 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.ellipsis_8 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.ellipsis_9 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;}
.ellipsis_10 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;}
.ellipsis_11 { overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 11;-webkit-box-orient: vertical;}

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex_center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.main_container {
  font-family: "popR";
  overflow-x: hidden;
}

/*清除浮动*/
.clearfix {+height:1%;}
.clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

.page_wrap_1450 { position: relative; width: 1450px; margin: 0 auto; }
.page_wrap_1480 { position: relative; width: 1480px; margin: 0 auto; }
.page_wrap_1500 { position: relative; width: 1500px; margin: 0 auto; }

/*  产品  */
.product_banner {
  position: relative; 
  height: 590px;
  background-color: #f5f6f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 5.2vw;
  color: #fff;
  transform: translate(0,-92px);
}
.product_banner_info {
  position: absolute;
  z-index: 99;
  top: 300px;
  width: 100%;
}
.product_banner_title {
  font-size: 60px;
  color: #56FDEB;
  font-family: "popSemiBold";
  line-height: 60px;
  margin-bottom: 18px;
}
.product_banner_title span {
  position: relative;
  z-index: 100;
  display: inline-block;
}
.product_banner_title span:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: -2px;
  height: 26px;
  background: linear-gradient(270deg, #C8F156, #00A896);
  opacity: 0.5;
}
.product_banner_title em {
  position: relative;
  display: inline-block;
  z-index: 100;
  font-style: normal;
  margin: 0;
}
.product_banner_text ul li {
  display: inline-block;
  color:#BFE866
}
.product_banner_text ul li a  {
  color:#fff
}
.product_banner_text ul li a:hover {
  color:#BFE866;
  text-decoration: none;
  transform: all 0.4s ease;
}
.product_banner_text.mcb-column-inner {
  margin: 0;
}

.product_info {
  background: #f5f6f8;
  padding-bottom: 90px;
}
.product_info_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.product_info_title {
  font-size: 52px;
  color: #313131;
  line-height: 56px;
  font-family: "popSemiBold";
  margin-bottom: 20px;
}
.product_info_title span {
  color: #00A896;
}
.product_info_text {
  font-size: 18px;
  color: #6D6D6D;
  line-height: 27px;
  font-weight: 300;
}

.product_main {
  position: relative;
  background: #fff;
  padding: 108px 0 150px;
}
.product_screen {
  position: relative;
  padding: 0 25px 24px;
  background: #f5f6f8;
  margin-bottom: 24px;
}
.product_screen_top {
  padding: 28px 0 20px;
}

.screen_item {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.screen_item:last-child {
  margin-bottom: 0;
}
.screen_item_top {
  position: relative;
  font-size: 18px;
  color: #fff;
  min-height: 54px;
  line-height: 18px;
  padding:0 54px 0 20px;
  background: #00a896;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.screen_item.active .screen_item_top {
  background: #c8f156;
  color:#00A896
  
}
.screen_item_icon {
  position: absolute;
  top: 50%;right: 28px;
  transform: translate(0,-50%);
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
  background-image: url(../images/switch_icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.screen_item.active .screen_item_icon { 
  background-image: url(../images/switch_icon2.jpg);
} 

.screen_option {
  position: relative;
  font-size: 16px;
  color: #4B4B4B;
  font-family: "popLight";
  line-height: 24px;
  margin-bottom: 16px;
}
.screen_option:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: -5px;
  bottom: -5px;
  width: 72px;
  height: 1px;
  background: rgba(151,151,151,0.38);
}
.screen_option:last-child {
  margin-bottom: 0;
}
.screen_option:last-child:after {
  display: none;
}
.screen_option label {
  margin: 0;
  font-weight: 300;
}
.screen_item_check {
  display:inline-block;
  vertical-align: middle;
  margin:-4px 8px 0 0;
}
.screen_item_btm {
  display: none;
  padding:14px 0 10px 22px;
}
.screen_item:first-child .screen_item_btm {
  display: block;
}

.screen_item_check {
  cursor: pointer;
  position: relative;
}

.screen_item_check::after {
  position: absolute;
  top: 0;
  background-color: #f5f6f8;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #979797;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  box-sizing: border-box;
}
.screen_item_check:checked::after {
  content: "";
  background-color: #00a896;
  border-color: #00a896;
}
.screen_item_check:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}


.product_selected {
  position: relative;
  padding: 26px 25px 50px;
  background: #f5f6f8;
  margin-bottom: 24px;
}
.product_screen_title {
  font-size: 24px;
  color: #4B4B4B;
  line-height: 28px;
  font-family: "popMedium";
}
.product_selected_cont {
  position: relative;
  padding: 24px 0 0;
  margin-top: 10px;
  border-top: 1px solid #00a896;
}
.product_selected_group {
  margin-bottom: 20px;
}
.product_selected_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
/*   height: 40px; */
  line-height: 18px;
  font-size: 16px;
  color: #727272;
  border-radius: 20px;
  padding: 5px 40px 5px 18px;
  margin: 0 8px 10px 0;
  border: 1px solid #727272;
}
.product_selected_item em {
  position: absolute;
  z-index: 9;
  top: 50%;right: 10px;
  cursor: pointer;
  transform: translate(0,-50%);
}
.product_selected_btm .reset_btn {
  width: 100%;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  color: #fff;
  background: #00a896;
  border-radius: 14px 2px 14px 2px;
  transition: all 0.4s ease;
}
.product_selected_btm .reset_btn span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  background-image: url(../images/reset_icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.4s ease;
  margin: 0px 20px 0 0;
}
.product_selected_btm .reset_btn:hover {
  color: #00A896;
  background: #C8F156;
}
.product_selected_btm .reset_btn:hover span {
  background-image: url(../images/reset_icon2.png);
}

.product_filter {
  position: relative;
  background: #F5F6F8;
  padding: 32px 25px 50px;
}
.product_filter_title {
  font-size: 18px;
  color: #636363;
  line-height: 24px;
}

.product_filter_cont {
  padding: 36px 0 32px;
}
.product_filter_btm .product_filter_btn {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border-radius: 10px 2px 10px 2px;
}

.product_main_left {
  width: 380px;
}
.product_main_right {
  position: relative;
  margin-left: 50px;
  width: 1044px;
}
.product_right_top {
  margin-bottom: 48px;
}
.product_right_title {
  font-size: 19px;
  color: #A2A2A2;
  line-height: 24px;
}
.product_right_select {
  width: 270px;
  margin-left: 30px;
}
.screen_select {
  width: 100%;
  height: 55px;
  line-height: 53px;
  border-radius: 25px;
  font-size: 17px;
  color: #5D5D5D;
  padding: 0 30px 0 18px;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #D0D1D6;
  transition: all 0.4s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align-last: left;
  background-image: url(../images/select_icon4.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.product_item {
  float: left;
  width: 324px;
  margin: 0 36px 40px 0;
}
.product_item:nth-child(3n) {
  margin-right: 0;
}

.product_item:hover .product_item_img {
  border: 1px solid #A6D425;
}
.product_item:hover .product_item_more .more_btn {
  background: #c8f156;
  color:#00A896;
  text-decoration: none;
}
.product_item:hover img  {
	transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
}

.product_item_img {
  position: relative;
  width: 100%;
  height: 387px;
  background: #F5F6F8;
  border-radius: 20px 6px 20px 6px;
  overflow: hidden;
  border:1px solid #F5F6F8;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.item_cell {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  /* max-height: 80%; */
  transform: translate(0,-50%);
  display: block;
}
.item_cell img {
  max-height: 100%;
  transition: all 0.5s ease;
}
.product_item_btm {
  padding:20px 6px 0 0 ;
}
.product_item_title {
  font-size: 22px;
  color: #414141;
  line-height: 24px;
  font-family: "popMedium";
  margin-bottom: 5px;
  overflow: hidden;  text-overflow: ellipsis;  display: block; white-space: nowrap;
}
.product_item_price {
  font-size: 18px;
  color: #B1B1B1;
  line-height: 24px;
  margin-bottom: 10px;
}
.product_item_price span {
  color:#00A896
}
.product_item_more {
  text-align: right;
}
.product_item_more .more_btn {
  display: inline-block;
  vertical-align: middle;
  width: 146px;
  height: 46px;
  line-height: 48px;
  background: #00A896;
  border-radius: 14px 0px 14px 0px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.4s ease;
}


.product_Pagination {
  position: relative;
  padding: 58px 0 0;
}
.page_Pagination {
  text-align: left;
}
.page_Pagination a,.page_Pagination span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  color: #646464;
  line-height: 46px;
  text-align: center;
  margin:0 5px;
  transition: all .4s ease;
}
.page_Pagination a span.page_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 44px;
  border-radius: 6px;
  border: 1px solid #636363;
  color: #646464;
  background: #fff;
  margin:0 20px;
  border-radius: 6px;
  top: -4px;
}
.page_Pagination a:hover {
  color:#C8F156;
  text-decoration: none;
}
.page_Pagination a span.page_arrow:hover {
  background: #00A896;
  border-radius: 6px;
  border: 1px solid #00A896;
  color: #fff;
  text-decoration: none;
}
.page_Pagination a span.page_arrow:first-child {
  margin-left: 0;
}
.page_Pagination a span.page_arrow em {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  font-weight: bold;
}

.page_Pagination span.current {
  margin-right: 30px;
  color: #C8F156;
}
.page_Pagination span.current:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 21px;
  right: -28px;
  top: 20px;
  height: 2px;
  background:#c8f156;
}


.imgPopup {
  display: none;
}
.product_imgPopup .imgPopup_cont{
  width: 800px;
}
.imgPopup_cont { 
  position: fixed;
  z-index: 1000;
  left: 0;top: 50%; right: 0;
  transform: translate(0,-50%);
  margin:0 auto;
  width:560px;
  height:auto;
  text-align: center;
  max-height: 800px;
  transition: all 0.4s;
}
.product_imgPopup .imgPopup_cont {
  width:720px;
}
.imgPopup_cont img {
  width: auto;
  transition: all 0.4s;
  max-height:800px;
}
.imgPopup_cont.active img {
  transform: scale(1.15);
}
.imgPopup .mask{
  position: fixed;
  z-index:999;
  left: 0;top: 0; right: 0;bottom: 0;
  background-color: rgba(0,0,0,1);
}
.img_close {
  line-height: 20px;
}
.imgPopup_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.imgPopup_item:last-child {
  margin-right: 0;
}
.imgPopup_item img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.imgPopup_opa {
  position: fixed;
  right:15px;
  top: 0;
  padding-top: 15px;
  height: 80px;
  z-index:1000;
}
.imgPopup_screen {
  width: 20px;
  height: 20px;
  background-image: url(../images/opa_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.imgPopup_screen.active {
  background-image: url(../images/opa_3.png);
}


/*  product_details  */
.goods_upper {
  position: relative;
  padding: 10px 0 120px;
  background: #f6f6f6;
}
.goods_upper_cont {
  position: relative;
  z-index: 9;
}
.goods_swiper_box  {
  position: relative;
}
.goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
  position: absolute;
  top:auto;
  bottom:56px;
  margin-top:0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 99;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  -moz-background-size: 13px 17px;
  -webkit-background-size: 13px 17px;
  background-size: 13px 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.goods_swiper_box .swiper-button-next {
  right: -24px;
  left: auto;
  background-image: url(../images/next_icon1.png);
}
.goods_swiper_box .swiper-button-prev {
  left: -24px;
  right: auto;
  background-image: url(../images/prev_icon1.png);
}

.goods_swiper_box .swiper-button-next:hover {
  background-image: url(../images/next_icon2.png);
}
.goods_swiper_box .swiper-button-prev:hover {
  background-image: url(../images/prev_icon2.png);
}
.goods_swiper_box .swiper-button-next.swiper-button-disabled,.goods_swiper_box .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  /* background-color: #e7e7e7 !important; */
}

.goods_upper_main {
  padding-top: 30px;
}
.goods_left {
  width: 696px;
  margin-right: 40px;
}

.goods_swiper_big {
  position: relative;
  width: 696px;
  height: 696px;
  background: #fff;
  margin-bottom: 18px;
}
.goods_item {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0,-50%);
}
.goods_item img {
  max-width: 100%;
  width: 100%;
}
.goods_swiper_small {
  width: 100%;
}
.goods_swiper_small .swiper-slide {
  height: 128px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.small_item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* .gallery-thumbs .swiper-slide-thumb-active {
  border:1px solid #3a3a3a
} */
.goods_swiper_small .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #dbf399;
}
.goods_swiper_small .swiper-slide:hover {
  border: 2px solid #dbf399;
}

.goods_right {
  padding-top: 30px;
}
.goods_title {
  margin-bottom: 30px;
}
.goods_title h4 {
  font-size: 32px;
  color: #575757;
  line-height: 42px;
  font-weight: 500;
  font-family: "popMedium";
  margin: 0;
}
.goods_price {
  font-size: 23px;
  color: #575757;
  line-height: 28px;
  margin-bottom: 18px;
}
.goods_price span {
  color:#009481;
  font-family: "popSemiBold";
}
.goods_qua {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 24px;
}
.goods_qua_title {
  font-size: 16px;
  color: #747474;
  line-height: 24px;
  margin-bottom: 12px;
}

.goods_qua_main {
  padding: 2px 0 18px;
}
.goods_qua_left .accessories_item_qty_cont {
  padding: 11px 6px;
  box-sizing: border-box;
}
.goods_qua_left .accessories_item_qty_cont .qty_btn {
  width: 40px;
  background-size: 14px auto;
}
.goods_qua_right .goods_qua_btn {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #C8F156;
  font-size: 18px;
  color: #00A896;
  border-radius: 14px 4px 14px 4px;
  border:0;
  transition: all 0.4s ease;
}
.goods_qua_right .goods_qua_btn:hover {
  background: #00A896;
  color:#fff;
}

.goods_qua_left {
  width: 190px;
  margin-right: 21px;
}

.goods_qua_prompt {
  font-size: 18px;
  color: #747474;
  line-height: 24px;
  font-family: "popLight";
}
.goods_qua_prompt span {
  margin-right: 14px;
}

.goods_des {
  position: relative;
  padding-right: 180px;
  margin-bottom: 40px;
}
.goods_des p {
  position: relative;
  font-size: 16px;
  color: #888888;
  line-height: 22px;
  font-weight: 300;
  padding-left: 28px;
  font-family: "popLight";
  margin: 0 0 10px;
}
.goods_des p:last-child {
  margin-bottom: 0;
}
.goods_des p:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #009481;
  border-radius: 50%;
}

.goods_download {
  position: relative;
  background: #fff;
  padding:  22px 14px 38px 30px;
}
.goods_download_img {
  width: 74px;
  margin-right: 54px;
}
.goods_download_img img {
  width: 100%;
}
.goods_download_title {
  font-size: 18px;
  color: #464646;
  line-height: 24px;
  margin-bottom: 6px;
}
.goods_download_btm .goods_download_select {
  height: 37px;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  padding:  0 60px 0 15px;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.4s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align-last: left;
  background-image: url(../images/select_icon3.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.goods_download_btm .goods_download_btn {
  display: inline-block;
  width: 154px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #00A896;
  background: #C8F156;
  border-radius: 10px 2px 10px 2px;
  margin-left: 10px;
  text-align: center;
  transition: all 0.4s ease;
}

.goods_download_btm .goods_download_btn:hover {
  background: #00A896;
  color:#fff;
  text-decoration: none;
}

.goods_btm {
  position: relative;
  padding-top: 32px;
  margin-top: 22px;
  border-top: 1px solid rgba(68,68,68,0.25);
}
.goods_overview {
  position: relative;
  width: 299px;
}
.goods_overview .goods_overview_btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #00A896;
  border-radius: 14px 2px 14px 2px;
  border:0;
  outline: none;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  transition: all 0.4s ease;
}
.goods_overview .goods_overview_btn span {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-image: url(../images/btn_icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  transition: all 0.4s ease;
}
.goods_overview .goods_overview_btn:hover {
  color: #00A896;
  background: #C8F156;
}
.goods_overview .goods_overview_btn:hover span {
  background-image: url(../images/btn_icon2.png);
}

.goods_share {
  text-align: right;
}
.goods_share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  margin-right: 14px;
}
.goods_share a {
  margin-right: 32px;
  display: inline-block;
  vertical-align: middle;
}
.goods_share a:last-child {
  margin-right: 0;
}

.details_main {
  position: relative;
  padding: 60px 0 0;
  background: #fff;;
}

.details_tab_top {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
}
.details_tab_top span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 71px;
  line-height: 73px;
  font-size: 24px;
  padding: 0 50px;
  color: #676767;
  background: #F6F6F6;
  border-radius: 10px;
  margin:0 8px;
  transition: all 0.4s ease;
}
.details_tab_top span:hover,.details_tab_top span.active {
  background: #009481;
  color:#fff
}
.details_tab_item {
  display: none
}
.details_tab_item:first-child {
  display: block;
}
.details_description {
  position: relative;
  padding: 70px 0 115px;
}
.details_description_title {
  position: relative;
  padding-left: 36px;
}
.details_description_title:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 12px;top: 50%;
  transform: translate(0,-36px);
  width: 5px;
  height: 56px;
  background: #009481;
}
.details_description_title h2 {
  font-size: 36px;
  line-height: 48px;
  color: #5D5D5D;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "popMedium";
  letter-spacing: 0.3px;
}
.details_description_text p {
  font-size: 20px;
  color: #8D8D8D;
  line-height: 32px;
  font-weight: 300;
  font-family: "popLight";
  margin-bottom: 0;
}

.details_description_item {
  position: relative;
  padding-right: 110px;
  margin-bottom: 66px;
}
.details_description_text {
  position: relative;
  padding-left: 36px;
  margin-top: 20px;
}
.details_technical_btm {
  position: relative;
  padding-left: 36px;
}
.details_technical_item {
  position: relative;
  float: left;
  width: 45.5%;
  margin: 0 9% 0 0;
  padding: 28px 0 26px;
  border-bottom: 1px solid #CDCDCD;
}
.details_technical_item:nth-child(2n) {
  margin-right: 0;
}
.details_technical_item:nth-child(1) .details_technical_item_cont,.details_technical_item:nth-child(2) .details_technical_item_cont {
  display: block;
}
.details_technical_item:nth-child(1) .details_technical_item_title,.details_technical_item:nth-child(2) .details_technical_item_title {
  max-width: 100%;
  margin: 0 0 16px;
}
.details_technical_item_title {
  min-width: 60px;
  max-width: 60%;
  margin-right: 28px;
}
.details_technical_item_title h4 {
  font-size: 24px;
  color: #5C5C5C;
  line-height: 26px;
  font-weight: 500;
  font-family: "popMedium";
  margin: 0;
}
.details_technical_item_text p {
  font-size: 18px;
  color: #8F8F8F;
  line-height: 26px;
  font-weight: 300;
  font-family: "popLight";
  margin: 0;
}

.details_accessories {
  margin-top: 74px;
}
.details_accessories_cont {
  position: relative;
  padding: 32px 25px 8px;
  background: #f6f6f6;
  margin-top: 32px;
}
.accessories_item {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
  padding: 28px 25px 28px 30px;
}
.accessories_item_img {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 44px;
}
.accessories_item_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.accessories_item_info {
  position: relative;
  padding: 0 30px;
  margin-right: 20px;
}
.accessories_item_info::after,.accessories_item_info::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  /* height: 145px; */
  top: 0;
  background: #ECECEC;
}
.accessories_item_info::before {
  left: 0;
}
.accessories_item_info::after {
  right: 0;
}

.accessories_item_title {
  margin-bottom: 10px;
}
.accessories_item_title h4 {
  font-size: 30px;
  color: #5D5D5D;
  line-height: 36px;
  margin: 0;
  font-weight: 500;
  font-family: "popMedium";
}
.accessories_item_text {
  position: relative;
  height: 54px;
  margin-bottom: 18px;
}
.accessories_item_text p {
  font-size: 18px;
  color: #5D5D5D;
  line-height: 27px;
  margin: 0;
  font-weight: 300;
  font-family: "popLight";
}
.accessories_item_more a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #00A896;
  line-height: 18px;
  border-bottom: 1px solid #00A896;
  transition: all 0.4s ease;
}
.accessories_item_more a:hover {
  text-decoration: none;
  color:#C8F156;
  border-bottom: 1px solid #C8F156;
}
.accessories_item_center {
  width: 290px;
}
.accessories_item_size {
  width: 150px;
  text-align: center;
  margin-right: 20px;
}
.accessories_item_price {
  font-size: 32px;
  color: #5D5D5D;
  line-height: 36px;
  font-family: "popMedium";
}
.accessories_item_stock {
  font-size: 18px;
  color: #5D5D5D;
  line-height: 24px;
}
.accessories_item_qty {
  position: relative;
  width: 120px;
  text-align: center;
}
.accessories_item_qty_promt {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -28px;
  width: 100%;
  font-size: 18px;
  color: #5D5D5D;
  line-height: 24px;
}
.accessories_item_qty_cont {
  position: relative;
  width: 100%;
  padding: 6px 0;
  border-radius: 14px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}
.accessories_item_qty_cont .qty_btn {
  position: relative;
  width: 30px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.qty_reduction {
  background-image: url(../images/opa_icon2.png);
}
.qty_add {
  background-image: url(../images/opa_icon1.png);
}
.accessories_item_qty_cont .qty_text {
  position: relative;
  height: 40px;
  line-height: 42px;
  background: transparent;
  border:0;
  text-align: center;
  font-size: 24px;
  color: #545454;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.accessories_item_opa {
  position: relative;
  width: 186px;
  margin-left: 16px;
}
.accessories_item_opa .quote_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #C8F156;
  font-size: 18px;
  color: #00A896;
  font-weight: 400;
  border-radius: 14px 4px 14px 4px;
  transition: all 0.4s ease;
}
.accessories_item_opa .quote_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 0;
  height: 100%;
  border-radius: 14px 4px 14px 4px;
  background: #00A896;
  transition: all 0.4s ease;
}
.accessories_item_opa .quote_btn span {
  position: relative;
  z-index: 20;
}
.accessories_item_opa .quote_btn:hover {
  text-decoration: none;
  color:#fff
}
.accessories_item_opa .quote_btn:hover:after {
  width: 100%;
}
.qty_text::-webkit-outer-spin-button, .qty_text::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.qty_text {
  -moz-appearance: textfield !important;
}

.details_accessories_prompt {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  font-weight: 300;
  font-family: "popLight";
  margin-top: 12px;
}

.details_download {
  position: relative;
  padding: 80px 24px 126px;
}
.details_download_item {
  position: relative;
  padding: 20px 96px 20px 44px;
  background: #f8f8f8;
  margin-bottom: 18px;
}
.details_download_item:last-child {
  margin-bottom: 0;
}
.details_download_item_img {
  position: relative;
  width: 147px;
  height: 147px;
  text-align: center;
  background: #FFFFFF;
  margin-right: 68px;
}
.details_download_item_img img {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  max-height: 90px;
}
.details_download_item_title {
  margin-right: 100px;
}
.details_download_item_title p {
  font-size: 22px;
  color: #464646;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
.details_download_item_opa .download_btn {
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 50px;
  background: #00A896;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px 2px 10px 2px;
}

.details_product {
  position: relative;
  padding-bottom: 90px;
}
.details_product_title {
  margin-bottom: 72px;
}
.details_product_title h2 {
  position: relative;
  font-size: 52px;
  line-height: 56px;
  color: #333333;
  font-weight: 600;
  margin: 0;
  font-family: "popSemiBold";
}
.details_product_title h2 span {
  color:#00B2A4
}

.similar_swiper_item:hover .similar_swiper_item_img {
  border: 1px solid #A6D425;
}
.similar_swiper_item:hover .similar_swiper_item_more .similar_swiper_item_btn {
  background: #C8F156;
  color:#00A896;
  text-decoration: none;
}
.similar_swiper_item_img {
  position: relative;
  width: 100%;
  height: 408px;
  background: #F5F6F8;
  border-radius: 20px 6px 20px 6px;
  box-sizing: border-box;
  border:1px solid #F5F6F8;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  display: block;
}
.similar_swiper_item_img img {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  max-height: 80%;
  max-width: 100%;
}
.similar_swiper_item_btm {
  position: relative;
  padding: 18px 0 0;
  height: 200px;
  box-sizing: border-box;
}
.similar_swiper_item_title {
  font-size: 22px;
  color: #414141;
  line-height: 26px;
  font-weight: 600;
  font-family: "popSemiBold";
  margin-bottom: 10px;
}
.similar_swiper_item_text {
  font-size: 16px;
  color: #939393;
  line-height: 22px;
  height: 44px;
  margin-bottom: 24px;
}
.similar_swiper_item_more .similar_swiper_item_btn {
  display: inline-block;
  width: 155px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  background: #00A896;
  font-size: 17px;
  color: #FFFFFF;
  border-radius: 14px 0px 14px 0px;
  transition: all 0.4s ease;
}
/* .similar_swiper_item_more .similar_swiper_item_btn:hover {
  background: #C8F156;
  color:#00A896;
  text-decoration: none;
} */

.similar_swiper_opr {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.similar_swiper_box {
  position: relative;
}
.public_swiper_btm {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  width: 100%;
  top: -89px;
  margin: 0 auto;
  text-align: right;
}
.similar_swiper_box .swiper-button-next, .similar_swiper_box .swiper-button-prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top:auto;
  margin:0 32px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #CACACA;
  line-height: 65px;
  text-align: center;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-size: 12px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  border:1px solid #c4c4c4;
  
}
.similar_swiper_box .swiper-button-next:hover,.similar_swiper_box .swiper-button-prev:hover {
  border: 1px solid #B1DA40;
}
.similar_swiper_box .swiper-button-next {
  background-image: url(../images/next_icon3.png);
}
.similar_swiper_box .swiper-button-prev {
  background-image: url(../images/prev_icon3.png);
}
.similar_swiper_box .swiper-button-next:hover {
  background-image: url(../images/next_icon4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 16px;
}
.similar_swiper_box .swiper-button-prev:hover {
  background-image: url(../images/prev_icon4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 16px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}



.details_faq {
  position: relative;
  padding: 66px 110px 170px;
}
.details_faq_item {
  position: relative;
  border-radius: 14px;
  margin-bottom: 15px;
  padding: 20px 200px 14px 60px;
  border: 1px solid #DCDCDC;
}
.details_faq_item:last-child {
  margin-bottom: 0;
}
.details_faq_item.active .details_faq_item_top h4 {
  color:#B5DE44;
}
.details_faq_item.active .details_faq_item_icon {
  background-color: #c8f156;
  background-image: url(../images/faq_icon2.png);
}
.details_faq_item_top {
  position: relative;
  padding: 20px 0;
}
.details_faq_item_top h4 {
  font-size: 30px;
  line-height: 42px;
  color: #00A896;
  font-weight: 500;
  font-family: "popMedium";
  margin: 0;
  transition: all 0.4s ease;
}
.details_faq_item_icon {
  position: absolute;
  z-index: 9;
  width: 62px;
  height: 62px;
  top: 50%;
  transform: translate(0,-34px);
  right: -130px;
  background-color: #F6FAF4;
  border-radius: 50%;
  background-image: url(../images/faq_icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.details_faq_item:first-child .details_faq_item_btm {
  display: block;
}
.details_faq_item_btm {
  margin-top: 12px;
  padding-bottom: 28px;
  display: none;
}
.details_faq_item_btm p {
  font-size: 20px;
  color: #8A8A8A;
  line-height: 29px;
  font-weight: 400;
  margin: 0;
}

.page_breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  color:#BFE866
}
.page_breadcrumb ul li a {
  color:#606060
}
.page_breadcrumb ul li a:hover {
  color:#BFE866;
  text-decoration: none;
}

.cart_box {
  position: relative;
  background: #fff;
}
.cart_bj {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 20%;
}
.cart_upper {
  position: relative;
  z-index: 9;
  padding: 18px 0 120px;
  border-bottom: 1px solid #DCDCDC;
}
.cart_main {
  position: relative;
  padding-top: 30px;
  background: #fff;
}
.cart_title {
  margin-bottom: 10px;
}
.cart_title h2 {
  position: relative;
  font-size: 36px;
  color: #474747;
  line-height: 48px;
  margin: 0;
  font-weight: 600;
  font-family: "popSemiBold";
}

.cart_thead {
  position: relative;
  background: #f6f6f6;
  font-size: 18px;
  color: #505050;
  line-height: 24px;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}
.cart_thead .cart_td1 {
  padding-left: 20px;
}
.cart_td2 {
  width: 170px;
  margin-left: 100px;
}
.cart_td3 {
  width: 100px;
  margin: 0 90px 0 10px;
  text-align: center;
}
.cart_td4 {
  width: 170px;
  text-align: center;
}
.cart_td5 {
  width: 170px;
  text-align: center;
}

.cart_tbody {
  border-top: 1px solid #dcdcdc;
}
.cart_item {
  position: relative;
  padding: 20px 0 20px 10px;
  border: 1px solid #dcdcdc;
  border-top: 0;
}
.cart_info_img {
  position: relative;
  width: 133px;
  height: 133px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  text-align: center;
  overflow: hidden;
  margin-right: 20px;
}
.cart_info_img img {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  max-height: 88px;
}
.cart_info_title p {
  font-size: 18px;
  color: #505050;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.cart_tbody {
  font-size: 18px;
  color: #505050;
  line-height: 24px;
  font-weight: 400;
}
.cart_qty.accessories_item_qty_cont {
  position: relative;
  width: 100%;
  padding: 0;
  border-radius: 14px;
  border: 1px solid #BFBFBF;
  background: #F6F6F6;
  border-radius: 6px;
}
.cart_qty.accessories_item_qty_cont .qty_btn {
  position: relative;
  width: 30px;
  height: 32px;
}
.cart_qty.accessories_item_qty_cont .qty_text {
  position: relative;
  height: 30px;
  line-height: 34px;
  font-size: 15px;
  color: #545454;
  border:0;
}
.qty_add {
  background-size: 10px auto;
}
.qty_reduction {
  background-size: 10px auto;
}

.cart_operate img {
  max-width: 26px;
}
.cart_main_btm {
  position: relative;
  padding: 24px  0 0;
}
.cart_left div {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #4D4D4D;
  line-height: 32px;
  font-weight: 600;
  font-family: "popSemiBold";
}
.cart_label {
  position: relative;
  width: 356px;
  padding-left: 20px;
  box-sizing: border-box;
}

.cart_right .cart_btn {
  position: relative;
  width: 197px;
  height: 58px;
  line-height: 60px;
  border-radius: 14px 2px 14px 2px;
  font-size: 18px;
  color: #00A896;
  transition: all 0.4s ease;
  background: #C8F156;
}
.cart_right .cart_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 0;
  height: 100%;
  border-radius: 14px 2px 14px 2px;
  background: #00A896;
  transition: all 0.4s ease;
}
.cart_right .cart_btn span {
  position: relative;
  z-index: 19;
}
.cart_right .cart_btn:hover {
  color:#fff
}
.cart_right .cart_btn:hover:after {
  width: 100%;
} 
.cart_quote {
  position: relative;
  z-index: 9;
}

.cart_quote {
  position: relative;
  padding: 72px 0 90px;
}
.cart_quote_cont {
  position: relative;
  width: 1100px;
  background: #FFFFFF;
  border-radius: 20px 4px 20px 4px;
  border: 1px solid #CDE8E7;
  margin: 0 auto;
  padding: 44px 40px 36px;
  box-sizing: border-box;
}
.cart_quote_title {
  font-size: 48px;
  color: #323232;
  line-height: 55px;
  font-weight: 600;
  font-family: "popSemiBold";
  margin-bottom: 24px;
}
.contact_form_list {
  margin-bottom: 12px;
}
.contact_form_list:last-child {
  margin-bottom: 0;
}
.contact_form_item {
  width: 49%;
}
.contact_form_100  .contact_form_item {
  width: 100%;
}
.contact_popup_form_list .contact_form_input {
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 35px;
  padding:10px 20px;
  background: rgba(236,249,248,0.59);
  border-radius: 15px 0px 15px 0px;
  border: 1px solid #CDE8E7;
  font-size: 14px;
  color: #434343;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.contact_popup_form_list .contact_form_input:focus {
  background: rgba(236,249,248,1);
} 
.contact_popup_form_list .contact_select:focus {
  background-color: rgba(236,249,248,1);
}
.contact_popup_form_list .contact_select { 
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 35px;
  padding:10px 20px;
  font-size: 14px;
  color: #434343;
  background: rgba(236,249,248,0.59);
  border-radius: 15px 0px 15px 0px;
  transition: all 0.4s ease;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align-last: left;
  background-image: url(../images/select_icon.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
.contact_select option {
  font-size: 16px;
  padding:5px 0;
}
.contact_popup_form_list .contact_form_area {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #434343;
  padding:8px 20px;
  height: 120px;
  background: rgba(236,249,248,0.59);
  border-radius: 15px 0px 15px 0px;
  border: 1px solid #CDE8E7;
  transition: all 0.4s ease;
  line-height: 24px;
  margin-bottom: 0;
}
.contact_form_area:focus {
  background: rgba(236,249,248,1);
} 

.contact_popup_form_btm {
  text-align: center;
  padding-top: 10px;
}
.contact_popup_form_btm .btn2 {
  width: 100%;
  height: 60px;
  line-height: 62px;
  background: #C8F156;
  border-radius: 16px 6px 16px 6px;
  font-size: 18px;
  color: #00A896;
  border:0
}
.contact_popup_form_btm .btn2:hover {
  background: #00A896;
  color:#fff
}
.contact_form_agree {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 24px;
  padding: 16px 0 0 16px;
}

.agree_check {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.agree_check::after {
  position: absolute;
  top: 0;
  background-color: #EFFDC6;
  color: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #C8F156;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  box-sizing: border-box;
}
.agree_check:checked::after {
  content: "";
  /* background-color: #effdc6;
  border-color: #effdc6; */
}
.agree_check:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: solid #00A896;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.settlement_popup {
  position: relative;
  z-index: 999;
  display: none;
}
.settlement_popup.active .settlement_popup_box {
  right: 0;
}
.mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.settlement_popup_box {
  position: fixed;
  z-index: 999;
  width: 600px;
  height: 100%;
  top: 0;right: -600px;
  background: #fff;
  box-shadow: -7px 2px 44px 2px rgba(46,46,46,0.17);
  transition: all 0.6s ease;
}
.settlement_popup_top {
  position: relative;
  text-align: center;
  padding: 28px 0;
  border-bottom: 1px solid #E8E8E8;
}
.settlement_close {
  position: absolute;
  z-index: 9;
  width: 21px;
  top: 50%;left: 22px;
  cursor: pointer;
  transform: translate(0,-50%);
}
.settlement_popup_title {
  font-size: 32px;
  color: #474747;
  line-height: 42px;
  font-family: "popSemiBold";
}
.settlement_popup_title img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 18px 0 0;
}

.settlement_popup_group {
  position: relative;
  min-height: 100px;
  height: calc(100vh - 440px);
  overflow-y: scroll;
}
.settlement_popup_cont {
  position: relative;
  padding: 0 25px;
}
.settlement_popup_item_upper {
  position: relative;
  padding: 30px 0;
}
.settlement_popup_item_img {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  margin-right: 24px;
}
.settlement_popup_item_img img {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  max-height: 88px;
}
.settlement_popup_item_info {
  position: relative;
  padding-right: 28px;
}
.settlement_popup_item_info:after {
  content: "";
  position: absolute;
  top: 50%;right: 0;
  transform: translate(0,-50%);
  z-index: 9;
  width: 1px;
  height: 130px;
  background: #EDEDED;
}
.settlement_popup_item_text {
  font-size: 14px;
  color: #505050;
  line-height: 20px;
  margin-bottom: 12px;
}
.settlement_popup_item_price {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 20px;
  font-family: "popLight";
}
.settlement_popup_item_price span {
  font-family: "popSemiBold";
  color: #009481;
}
.settlement_popup_item_price em {
  font-style: normal;
}

.settlement_popup_item_tol {
  font-size: 18px;
  color: #009481;
  line-height: 24px;
  font-family: "popSemiBold";
  width: 108px;
  margin-left: 25px;
}

.settlement_popup_item_btm {
  position: relative;
  background: #f6f6f6;
  padding: 12px 34px 12px 40px;
}

.settlement_popup_item_qty {
  width: 160px;
}
.settlement_popup_item_qty .accessories_item_qty_cont {
  padding: 6px 0;
}
.settlement_popup_item_qty .accessories_item_qty_cont .qty_btn {
  width: 40px;
}
.settlement_popup_item_qty .accessories_item_qty_cont .qty_text {
  font-size: 24px;
}
.settlement_popup_item_right {
  text-align: right;
}
.settlement_popup_item_right a {
  display: inline-block;
  font-size: 18px;
  color: #A2A5AC;
  line-height: 24px;
}
.settlement_popup_item_right a:hover {
  text-decoration: none;
}
.settlement_popup_item_right img {
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 22px;
} 

.settlement_popup_btm {
  position: relative;
  padding: 40px 0;
}
.settlement_popup_coupon {
  position: relative;
  font-size: 18px;
  color: #AAAAAA;
  line-height: 24px;
  margin-bottom: 15px;
}
.settlement_popup_coupon img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 12px;
}

.settlement_popup_subtotal {
  font-size: 16px;
  color: #AAAAAA;
  line-height: 24px;
  font-family: "popLight";
  margin-bottom: 20px;
}
.settlement_popup_subtotal_label {
  width: 200px;
}
.settlement_popup_subtotal_price {
  text-align: right;
}
.settlement_popup_total {
  font-size: 24px;
  line-height: 28px;
  font-family: "popSemiBold";
  padding: 25px 0;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 12px;
}
.settlement_popup_total_label {
  color: #4D4D4D;
  width: 200px;
}
.settlement_popup_total_price {
  color: #00A896;
  text-align: right;
}

.settlement_popup_opa .settlement_popup_btn {
  width: 100%;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color:#fff
}


@media screen and (max-width: 1540px) {
  .page_wrap_1450 { width: 1200px;}
  .page_wrap_1480 { width: 1200px;}
  .page_wrap_1500 { width: 1200px;}
  

  .product_main_cont  {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .product_main_left  {
    width: 310px;
  }

  /*  product  */
  .product_main_right {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
  }
  .product_item {
    float: left;
    width: 32%;
    margin: 0 2% 40px 0;
  }
  .product_item_img {
    height: 320px;
  }
  .product_item_title {
    font-size: 18px;
  }
  .product_item_price {
    font-size: 16px;
  }
  .product_screen {
    padding: 0 15px 24px;
  }
  .product_selected {
    padding: 25px 15px 40px;
  }
  .product_selected_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #727272;
    border-radius: 20px;
    padding: 0 24px 0 15px;
    margin: 0 8px 10px 0;
    border: 1px solid #727272;
  }
  .product_selected_item em {
    right: 5px;
    width: 10px;
  }
  .screen_item_top {
    font-size: 18px;
    height: 50px;
    padding-top: 8px;
  }
  .product_selected_btm .reset_btn {
    font-size: 20px;
  }
  .product_selected_btm .reset_btn span {
    margin-right: 15px;
  }
  .product_filter {
    padding: 30px 15px 40px;
  }

  /*  product_details  */
  .goods_left {
    width: 600px;
    margin-right: 40px;
  }
  .goods_swiper_big {
    position: relative;
    width: 600px;
    height: 600px;
    background: #fff;
    margin-bottom: 18px;
  }
  .goods_swiper_small .swiper-slide {
    height: 110px;
  }
  .goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
    bottom: 46px;
  }
  .goods_right {
    padding-top: 0;
  }
  .goods_title {
    margin-bottom: 15px;
  }
  .goods_title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .goods_price {
    font-size: 16px;
    line-height: 24px;
  }
  .goods_qua {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .goods_des {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .goods_download {
    position: relative;
    background: #fff;
    padding: 20px 15px;
  }
  .goods_download_img {
    margin-right: 20px;
  }
  .goods_share a {
    margin-right: 20px;
  }
  .goods_overview {
    width: 240px;
  }
  .goods_overview .goods_overview_btn {
    font-size: 16px;
  }
  .goods_overview .goods_overview_btn span {
    margin-left: 10px;
  }
  .details_tab_top span {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .details_description_title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .details_description_title:after {
    transform: translate(0,-30px);
  }

  .details_description_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .details_technical_item_title h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .details_technical_item_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .accessories_item {
    position: relative;
    background: #fff;
    margin-bottom: 24px;
    padding: 20px;
  }

  .accessories_item_opa {
    position: relative;
    width: 150px;
    margin-left: 16px;
  } 
  .accessories_item_opa .quote_btn {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .accessories_item_qty_cont {
    position: relative;
    width: 100%;
    padding: 8px 0;
    border-radius: 14px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
  }
  .accessories_item_qty_cont .qty_text {
    font-size: 20px;
  }
  .accessories_item_price {
    font-size: 20px;
    line-height: 28px;
  }
  .accessories_item_stock {
    font-size: 14px;
  }
  .accessories_item_title h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .accessories_item_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .accessories_item_img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
  }

  .details_product_title {
    margin-bottom: 30px;
  }
  .details_product_title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .similar_swiper_item_title {
    font-size: 18px;
    line-height: 24px;
  }
  .similar_swiper_item_text {
    font-size: 14px;
  }
  .details_download_item {
    position: relative;
    padding: 20px 30px;
    background: #f8f8f8;
    margin-bottom: 18px;
  }
  .details_download {
    position: relative;
    padding: 80px 0 126px;
  }
  .details_faq {
    position: relative;
    padding: 66px 0 170px;
  }
  .details_faq_item {
    position: relative;
    border-radius: 14px;
    margin-bottom: 15px;
    padding: 20px 120px 14px 30px;
    border: 1px solid #DCDCDC;
  }
  .details_faq_item_icon {
    right: -80px;
    width: 48px;
    height: 48px;
  }
  .details_faq_item_top h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .details_faq_item_btm p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .page_wrap_1450 { width: 100%;}
  .page_wrap_1480 { width: 100%;}
  .page_wrap_1500 { width: 100%;}
  .product_banner_info {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .cart_upper {
    padding: 18px 30px 120px;
  }
  .cart_quote {
    padding: 72px 30px 90px;
  }
  .cart_quote_cont {
    width: 100%;
  }
  .cart_label {
    width: 180px;
  }
  .cart_operate img {
    width: 20px;
  }
  .cart_td2 {
    width: 120px;
    margin-left: 40px;
  }
  .cart_td3 {
    width: 100px;
    margin: 0 20px;
    text-align: center;
  }
  .cart_td4 {
    width: 140px;
  }
  .cart_td5 {
    width: 120px;
  }
  .product_main_cont {
    padding: 0 15px;
    box-sizing: border-box;
  }

  /*  product_deails  */
  .goods_upper {
    padding: 10px 30px 100px;
  }
  .details_main {
    padding: 60px 30px 0;
  }
  .goods_left {
    width: 500px;
    margin-right: 40px;
  }
  .goods_swiper_big {
    position: relative;
    width: 500px;
    height: 500px;
    background: #fff;
    margin-bottom: 18px;
  }
  .goods_swiper_small .swiper-slide {
    height: 90px;
  }
  .goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
    bottom: 36px;
  }

  .goods_download_img {
    width: 60px;
  }
  
}

@media screen and (max-width: 1100px){
  .item_cell img {
    max-width: 70%;
  }
  .product_item_img {
    height: 280px;
  }

  .goods_qua_right .goods_qua_btn {
    height: 48px;
    line-height: 48px;
  }
  .goods_qua_left .accessories_item_qty_cont {
    padding: 2px 0;
  }
  .goods_btm {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(68, 68, 68, 0.25);
    display: block;
  }
  .goods_share {
    text-align: left;
    margin-top: 20px;
  }
  .goods_overview .goods_overview_btn {
    height: 48px;
    line-height: 48px;
  }
  .goods_des p {
    margin-bottom: 0;
  }
  .goods_qua_prompt {
    font-size: 14px;
    line-height: 24px;
  }
  .goods_title h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .details_description_title {
    position: relative;
    padding-left: 20px;
  } 
  .details_description_title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .details_description_title:after {
    left: 0;
    width: 3px;
    height: 30px;
    transform: translate(0,-15px);
  }
  .details_description_text {
    padding-left: 20px;
  }
  .details_technical_btm {
    padding-left: 20px;
  }
  .details_accessories_cont {
    padding: 20px 15px 5px;
  }
  .details_description {
    padding: 60px 0;
  }
  .details_download_item_title {
    margin-right: 30px;
  }
  .details_download_item_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .details_download_item_img {
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px){
  html { 
    width: 100%;
    max-width: 750px; 
    margin: 0 auto; 
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    padding: 0;
    overflow-x: hidden;
  }
  body {max-width: 750px; }
  *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; box-sizing: border-box;  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
  form, fieldset, input, textarea, p, blockquote, th, td, img, span { padding: 0; margin: 0; }
  fieldset, img { border: 0; }
  address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
  ol, ul, li { list-style: none; }
  div, dl, dt, dd, ol, ul, li { zoom: 1; }
  caption, th { text-align: left; }
  h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
  q:before, q:after { content: ''; }
  abbr, acronym { border: 0; }
  b, strong {font-weight: bold;}
  a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
  table{ border-collapse:collapse; } 
  body{ margin:0 auto; max-width: 750px; overflow-x:hidden; }

  input,textarea {outline:0;resize:none;  box-sizing: border-box; font-size:.7rem;}
  button,
  optgroup,
  textarea {
      -webkit-appearance:none;
      color: inherit;
      font: inherit;
      margin: 0;
  }
  button { overflow: visible; box-sizing: border-box; outline:0;resize:none;}
  button,select { text-transform: none;}
  /* input[type="text"] {border-radius:0;} */
  button,
  input[type="button"],input[type="reset"],input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  button[disabled],input[disabled] { cursor: default;}
  button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}

  input {
      line-height: normal;
      box-sizing:border-box;
  }
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      height: auto;
  }
  input[type="search"] {
      -webkit-appearance: textfield;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  label {
    display: inline-block;
    max-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .gift_pc {
    display: none;
  }
  .gift_phone {
    display: block;
  }
  .imgPopup {
    display: none;
  }
  .product_imgPopup .imgPopup_cont{
    width: 800px;
  }
  .imgPopup_cont { 
    position: fixed;
    z-index: 1000;
    left: 0;top: 50%; right: 0;
    transform: translate(0,-50%);
    margin:0 auto;
    width:560px;
    height:auto;
    text-align: center;
    max-height: 800px;
    transition: all 0.4s;
  }
  .product_imgPopup .imgPopup_cont {
    width:95%;
  }
  .imgPopup_cont img {
    width: 100%;
    transition: all 0.4s;
  }
  .imgPopup_cont.active img {
    transform: scale(1.15);
  }
  .imgPopup .mask{
    position: fixed;
    z-index:999;
    left: 0;top: 0; right: 0;bottom: 0;
    background-color: rgba(0,0,0,1);
  }
  .imgPopup_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
  }
  .imgPopup_item:last-child {
    margin-right: 0;
  }
  .imgPopup_item img {
    width: 20px;
  }
  .imgPopup_opa {
    position: fixed;
    right:15px;
    top: 0;
    padding-top: 15px;
    height: 80px;
    z-index:1000;
  }
  .imgPopup_screen {
    width: 20px;
    height: 20px;
    background-image: url(../images/opa_2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .imgPopup_screen.active {
    background-image: url(../images/opa_3.png);
  }
  
  img { border: 0; vertical-align: middle; max-width:100%;}    

  /* cart */
  .cart_upper {
    padding: 18px 15px 30px;
  }
  .page_breadcrumb .mfn-module-wrapper {
    margin: 0;
  }
  .cart_title h2 {
    position: relative;
    font-size: 24px;
    color: #474747;
    line-height: 32px;
  }
  .cart_thead  {
    display: none;
  }
  .cart_item_cont  {
    display: block;
  }
  .cart_td4 {
    display: none
  }
  .cart_item {
    position: relative;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .cart_info_img {
    width: 120px;
    height: 120px;
  }
  .cart_td5 {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 15px;
    width: 20px;
    text-align: center;
  }

  .cart_td2 {
    width: 120px;
    margin: 15px 0;
  }
  .cart_td3 {
    margin-left: 0;
  }
  .cart_left div {
    padding-left: 0;
  }

  .cart_quote {
    padding: 30px 15px 30px;
  }
  .cart_quote_cont {
    padding: 0;
    border: 0;
  }
  .cart_quote_title {
    font-size: 24px;
    line-height: 32px;
  }
  .contact_form_item {
    width: 100%;
    float: none;
  }
  .contact_popup_form_list .contact_form_input {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 34px;
    padding: 5px 15px;
    background: rgba(236, 249, 248, 0.59);
    border-radius: 6px;
    border: 1px solid #CDE8E7;
    font-size: 14px;
    color: #434343;
    box-sizing: border-box;
    transition: all 0.4s ease;
  }
  .contact_popup_form_list .contact_select {
    width: 100%;
    height: 44px;
    line-height: 34px;
    padding: 5px 15px;
  }
  .contact_popup_form_list .contact_form_area {
    padding: 5px 15px;
  }
  .contact_popup_form_btm .btn2 {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .settlement_popup_box {
    width: 100%;
    right: -100%;
  }
  .settlement_popup_top {
    position: relative;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .settlement_popup_title {
    font-size: 24px;
    line-height: 36px;
  }

  .settlement_popup_cont {
    padding: 0 15px;
  }
  .settlement_popup_item_img {
    margin-right: 15px;
  }
  .settlement_popup_item_tol {
    width: 100px;
    margin-left: 10px;
  }
  .settlement_popup_item_info {
    padding-right: 0;
  }
  .settlement_popup_item_info:after {
    display: none
  }
  .settlement_popup_item_upper {
    padding: 20px 0;
  }
  .settlement_popup_item_btm {
    position: relative;
    background: #f6f6f6;
    padding: 10px 15px;
  }  
  .settlement_popup_item_right a {
    font-size: 16px;
  }
  .accessories_item_qty_cont .qty_text {
    height: 30px;
    font-size: 14px;
  }
  .settlement_popup_item_qty .accessories_item_qty_cont .qty_text {
    font-size: 14px;
  }
  .accessories_item_qty_cont .qty_btn {
    height: 30px;
  }
  .settlement_popup_opa .settlement_popup_btn {
    height: 48px;
    line-height: 48px;
  }
  .settlement_popup_total {
    font-size: 20px;
    line-height: 28px;
    font-family: "popSemiBold";
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 12px;
  }
  .settlement_popup_subtotal {
    margin-bottom: 10px;
  }
  .settlement_popup_group {
    position: relative;
    min-height: 100px;
    height: calc(100vh - 320px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .product_banner {
    height: 300px;
    transform: translate(0,0);
  }
  .product_banner_info {
    top: 50%;
    padding:0 15px;
    transform: translate(0,-50%);
  }
  .product_banner_title {
    font-size: 32px;
    line-height: 36px;
  }
  .product_info {
    padding: 30px 15px 40px;
    box-sizing: border-box;
  }
  .product_info_cont {
    position: relative;
    width: 100%;
  }
  .product_info_title {
    font-size: 24px;
    line-height: 32px;
  }
  .product_info_text {
    font-size: 14px;
    line-height: 24px;
  }
  .product_main {
    padding: 30px 15px 40px;
  }
  .product_main_cont {
    padding: 0;
    display: block;
  }
  .product_main_left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .product_filter_btm .product_filter_btn {
    color:#fff
  }
  .product_main_right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .product_right_select {
    width: 200px;
    margin-left: 15px;
  }
  .screen_select {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .product_right_title {
    font-size: 16px;
    line-height: 24px;
  }

  .product_right_top {
    margin-bottom: 30px;
  }
  .product_item {
    width: 49%;
    height: auto;
    margin: 0 2% 20px 0;
  }
  .product_item:nth-child(3n) {
    margin-right: 2%;
  }
  .product_item:nth-child(2n) {
    margin-right: 0
  }
  .product_item_img {
    height: 240px;
  }
  .product_item_btm {
    padding: 15px 0 0;
  }
  .product_item_title {
    font-size: 16px;
  }
  .product_item_price {
    font-size: 14px;
  }
  .product_item_more .more_btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .page_Pagination {
    text-align: center;
  }
  .page_Pagination a.page_arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 15px;
  }
  .page_Pagination a.page_next {
    margin-right: 0;
  }
  .page_Pagination .page_active:after {
    display: none
  }
  .page_Pagination .page_active {
    margin-right: 5px;
  }
  .product_Pagination {
    padding-top: 40px;
  }

  .goods_upper_main {
    padding-top: 20px;
    display: block;
  }
  .goods_left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .goods_swiper_big {
    width: 100%;
    height: 92vw;
  }
  .goods_swiper_small {
    padding:0;
  }
  .goods_swiper_small .swiper-slide {
    height: 16vw;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    border:1px solid #3a3a3a
  }
  .goods_swiper_box .swiper-button-next, .goods_swiper_box .swiper-button-prev {
    display: none;
  }
  .goods_upper {
    padding: 10px 15px 30px;
  }
  .goods_qua_main {
    display: block;
  }
  .goods_qua_left {
    margin: 0 0 20px;
  }
  .goods_download_btm  {
    display: block;
  }
  .goods_download_btm .goods_download_btn {
    margin: 10px 0 0;
    text-decoration: none;
  }
  .details_main {
    padding: 30px 15px;
  }
  .details_tab_top span {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 15px;
    margin: 0 2px;
  }
  .details_description_item {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .details_technical_item {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .details_technical_item {
    padding: 15px 0;
  }
  .details_accessories {
    margin-top: 30px;
  }
  .accessories_item_cont {
    display: block;
  }
  .details_product_title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .details_product {
    padding-bottom: 0;
  }
  .similar_swiper_opr {
    padding-top: 10px;
  }
  .similar_swiper_item_more .similar_swiper_item_btn {
    text-decoration: none;
  }
  .accessories_item_opa .quote_btn {
    text-decoration: none;
  }

  .details_download {
    padding: 30px 0 30px;
  }
  .details_download_item {
    padding: 0;
    background: transparent;
  }
  .details_download_item_img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 15px;
  }
  .details_download_item_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .details_download_item_opa .download_btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #00A896;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px 2px 10px 2px;
    text-decoration: none;
  }
  .details_download_item_title {
    margin-right: 15px;
  }
  .details_download_item_title br {
    display: none;
  }
  .details_faq {
    padding: 30px 0;
  }
  .details_faq_item {
    position: relative;
    border-radius: 14px;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    border: 1px solid #DCDCDC;
  }
  .details_faq_item_top {
    padding:24px 80px 24px 0
  }
  .details_faq_item_icon {
    width: 40px;
    height: 40px;
    right: 0;
    transform: translate(0,-50%);
  }
  .details_accessories_cont {
    padding: 0;
    background: transparent;
  }
  .accessories_item {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .accessories_item_img {
    margin-right: 15px;
  }
  .accessories_item_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .accessories_item_info {
    position: relative;
    padding: 0;
    margin-right: 0;
  }
  .accessories_item_info::after, .accessories_item_info::before {
    display: none;
  }
  .accessories_item_text p {
    line-height: 20px;
  }
  .accessories_item_left  {
    margin-bottom: 20px;
  }
  .accessories_item_size  {
    text-align: left;
  }
  .accessories_item_qty_promt {
    display: none;
  }
  .accessories_item_opa {
    margin: 20px 0 0;
  }
  .accessories_item_opa .quote_btn {
    height: 44px;
    line-height: 44px;
  }
  .accessories_item_center {
    width: 100%;
  }
} 

