.arrow-right {
  position: absolute;
  width: 20px;
  height: 88px;
  cursor: pointer;
  background: #eee;
  z-index: 100;
  opacity: 0.5;
  color: #000;
}
.more-views{
  max-width: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.more-views .thumb-link{
  cursor: pointer;
}
#slider{
  margin: 0 auto;
}
#slider img{
  max-width:100%;
}
.case_box{
  max-width: 300px;
}
/*auto height*/
.swiper-slide:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image-thumbs a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-thumbs a img {
  max-width: 100%;
  height: auto;
}
/*auto height end*/
.case_box img{
  max-width: 100%;
}
#option-div{
  margin-top: 25px;
}
.attr_menu_box,.option_menu_box{
  display: flex;
  flex-wrap: wrap;
}
.attr_menu_box .attr_menu_box_child,.attr_menu_box .attr_menu_box_select,.option_menu_box_select{
  display: flex;
  border: solid 2px #e8e8e1;
  padding: 8px 10px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  border-radius: 2px;
}

.attr_menu_box .attr_menu_box_child.selected,.attr_menu_box .attr_menu_box_select.active,.option_menu_box_select.active{
  border: solid 2px #000;
  color: #000;
}
.redtext{
  color: red;
  padding: 0px 5px;
  font-weight: bolder;
}


.mut_list{
  display: flex;
  flex-wrap: wrap;
}
.mut_list .mut_item {
  max-width: 26%;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 10px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mut_list .mut_item label{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mut_list .mut_item label img{
  max-width: 100%;
  max-height: 100%;
}



.onegoods_detail .product-view .product-name h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 39.1px;
}
.price-info .price-box{
  display: flex;
}

.price-box.price-boxstyle .price-five-box span{
  font-weight: bolder;
  color: #6e3ecf;
  font-size: 18px;
}
.product-view .product-shop .price-box .price-retail{
  margin-top: 0px;
}
.price-box .price {
  font-size: 18px;
}
.product-view .product-shop .price-info{
  border: none;
  padding-bottom: 45px;
}
.goods_attribute_titles{
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: bolder;
}

.goods_attribute_titles .sku{
  font-weight: normal;
}

.product-options dt {
  margin: 0px 0 12px;
  font-weight: normal;
  position: relative;
}

.product-shop{
  /*width: 40%;*/
}

.product-shop .product-options dt label{
  font-family:Heebo, sans-serif;
  font-size: 16px;
  font-weight: bolder;
}
.product-name {
  padding-left: 3px;
  margin-bottom: 30px;
}

.product-explain{
  border: none;
}

.validation-advice{
  display: none;
}

.add-to-cart .qty-wrapper{
  display: none;
  margin-top: 25px;
}
.add-to-cart-buttons{
  display: flex;
  width: 100%;
  margin: 0px;
}
.add-to-cart-buttons .button,.buy-it-now {
  border-radius: 41px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  float: left;
  width: 100%;
  white-space: normal;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: solid 1px #000;
}
.add-to-cart-buttons .button span ,.buy-it-now span{
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  color: #000;
  background: none;
}
.add-to-cart-buttons .button:hover span{
  background: none;
}
.add-to-cart-buttons .button.validation-passed{
  background: #fff;
}
.buy-it-now{
  background: rgb(26, 40, 54);
  color: #fff;
  font-size: 14px;
}
.buy-it-now:hover{
  background: #314c67;
  border: none;
}

.product-view .add-to-cart-buttons .buy-it-now {

}

.product-details-info-box{
  margin-top: 30px;
}

.product-details-info-box .title_ico{
  font-size: 12px;
}
.product-details-info-box .box-title{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px rgb(229, 231, 235);
  line-height: 55px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 0px 15px;
}
.product-details-info-box .box-content{
  padding: 15px;
  display: none;
  word-wrap: break-word;
}

.product-details-info-box .box-content img{
  max-width:100%;
  height: auto;
}
.product-details-info-box .box-title.active{
  border-bottom:none;
}

.review_title {
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  margin-top: 55px;
}

.swiper-button-next-goods,.swiper-button-prev-goods{
  position: absolute;
  width: 20px;
  height: 95px;
  cursor: pointer;
  background: #eee;
  z-index: 1;
  opacity: 0.5;
  color: #000;
  bottom: 0px;
  font-family: "iconfont" !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev-goods{left: 0px;}
.swiper-button-prev-goods:before {content: "\e605";}
.swiper-button-next-goods{right: 0px;}
.swiper-button-next-goods:before {content:"\e617";}


.arrow-right,.arrow-left{
  position: absolute;
  width: 40px;
  height: 88px;
  cursor: pointer;
  background: #eee;
  z-index: 100;
  opacity: 0.5;
  color: #000;
  top: 45%;
  font-family: "iconfont" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  display: none;
}

.arrow-left{
  border-radius: 0px 5px 5px 0px;
  left: 0px;
}
.arrow-left:before {content: "\e605";}
.arrow-right{
  right: 0px;
  border-radius: 5px 0px 0px 5px;
}
.arrow-right:before {content:"\e617";}

#product_addtocart_form{
}


#product-shop .product-name {
  /* padding-left: 3px; */
  margin-bottom: 10px;
}

#product-shop .product-name h1{
  font-size: 14px;
  color: #000;
  margin:0px;
  font-weight: bolder;
}

.goods-detail-box .price-retail span {
  text-decoration: line-through;
  color: #888;
}
.goods-detail-box .price-box .price {
  /*font-weight:normal;*/
  /*color: #6e3ecf;*/
  /*color: #888;*/
}
.goods-detail-box .price-retail {
  display: inline-block;
  margin-right: 12px;
  float: left;
}


.select_head {
  position: relative;
  border: 1px solid #808080;
  box-sizing: border-box;
  width: 100% !important;
  height: 65px !important;
  font-size: 14px;
  font-family: "Ubuntu",sans-serif;
  background-color: white;
  display: block;
  padding-left: 1px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../image/arrow-down-black.png) calc(100% - 15px) 30px no-repeat;
  background-size: 13px;
}

.clear_head_button {
  position: absolute;
  right: 42px;
  top: 4px;
  font-size: 12px;
  border: solid 1px #585050;
  height: 23px;
  line-height: 23px;
  padding: 0px 22px 0px 10px;
  background: url(/static/index/image/x.png) 90% 4px no-repeat;
  background-size: 13px;
  color: #585050;
  border-radius: 5px;
  cursor: pointer;
}

ul.select_body {
  display: none;
  margin: 0 auto;
  /*border: 1px solid #808080;*/
  border-top: none;
  padding: 10px 8px 10px;
  padding: 4px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-top: 0px;
}

ul.select_body .searchmenu-list {
  top: 0px;
  left: 0px;
  width: 100%;
  position: sticky;
  margin-top: 0px;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 0px auto;
}

ul.select_body .searchmenu-list input {
  width: 100%;
  line-height: 28px;
  border: solid 1px #eee;
}

ul.select_body.selectedTogg {
  display: block;
}

ul.select_body li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  padding: 2%;
  line-height: 13px;
  /* padding:0 4px;*/
}

ul.select_body li span {
  font-size: 11px;
  display: block;
}

.select_body .attribute_select_list{
  display: flex;
  justify-content: left;
  flex-wrap: wrap; /* 鍏佽瀛愬厓绱犳崲琛� */
}

ul.select_body li img {
  margin: 0 auto;
  border: 2px solid white;
  max-width: 100%;
  cursor: pointer;
}

ul.select_body li img:hover {
  border-color: #FF6000;
}

.chBirth img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  margin-right: 10px;
}
.chBirth{
  height: 100%;
  line-height: 64px;
  display: flex;
}

li.selectedBirth img {
  border: 5px solid #6e3ecf !important;
}
/*input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {*/
/*  height: 30px;*/
/*  padding: 0 8px;*/
/*}*/
.add-to-cart .qty-box.down {
  border-left: 1px #ececec solid;
  border-radius: 15px 0 0 15px;
}
.add-to-cart .qty-box {
  display: table-cell;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
  width: 44px;
  text-align: center;
  cursor: pointer;
}

.product-detail-view,.buyer-production,.product-explain{
  margin-top: 30px;
}
.product-options em{
  color: red;
}
.review_body .right{
  float: none !important;
}
.content_reviews .left{
  float: none !important;
}
.content_reviews .pages ol{
  display: flex;
}
.content_reviews .pages ol li{
  padding: 5px;
  margin: 0 2px;
}
.product-detail-line-box{
  display: flex;
  justify-content: space-between;
}
.light-box-chart{
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.light-box-chart i{
  border: 1px #ececec solid;
  font-size: 19px;
  margin-left: 2px;
  border-radius: 100%;
  color: #000;
}

#product-options-wrapper dt label{
  font-size: 16px;
}

#product-options-wrapper dd{
  margin-bottom: 15px;
}
#product-options-wrapper dt em {
  color: #e60044;
}

#product-options-wrapper select{
  padding: 7px 15px;
}

.table {
  /*width: 100%;*/
  /*max-width: 800px;*/
  /*margin: 20px auto;*/
  /*overflow: hidden;*/
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.table th, .table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.table tbody tr:nth-child(even) {
}

.table tbody tr:hover {
  background-color: #f1f3f5;
}

.table td:first-child {
  font-weight: 600;
  color: #495057;
  background-color: #f8f9fa;
  width: 30%;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .table {
    display: block;
    overflow-x: auto;
  }
}
.product-img-box{
  width: 330px;
}