@charset "UTF-8";
.product_details {
  position: relative;
}

.product_details #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
  height: 40px;
  background: #FED700;
}

.product_details #header .left {
  display: flex;
  align-items: center;
}

.product_details #header .left .ar, .product_details #header .left .en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  background: #FED700;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  cursor: pointer;
}

.product_details #header .left .en {
  margin-left: 6px;
}

.product_details #header .logo {
  width: 81px;
  height: 25px;
}

.product_details #header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_details #header .right {
  width: 90px;
  height: 24px;
}

.product_details #header .right .el-select * {
  color: #FFFFFF;
}

.product_details #header .right .el-select .el-input .el-input__inner {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background: #FED700;
  border: 1px solid #FFFFFF;
}

.product_details #header .right .el-select .el-input .el-input__inner::placeholder {
  font-size: 12px;
  color: #FFFFFF;
}

.product_details #main .product_swiper .swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product_details #main .product_swiper .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.product_details #main .product_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product_details #main .product_swiper .mySwiper2 {
  width: 100%;
  height: 512px;
}

.product_details #main .product_swiper .mySwiper2 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #FFFFFF !important;
}

.product_details #main .product_swiper .mySwiper2 .swiper-pagination-bullet-active {
  background-color: #FED700 !important;
}

.product_details #main .product_swiper .mySwiper {
  height: 102px;
  box-sizing: border-box;
  padding: 0px 0;
}

.product_details #main .product_swiper .mySwiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}

.product_details #main .product_swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_details #main > .content {
  padding: 12px 16px 27px;
}

.product_details #main > .content .product_title .title {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 15px;
  color: #333E48;
  line-height: 18px;
}

.product_details #main > .content .product_title .sku {
  margin: 8px 0 0;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #77838F;
  line-height: 16px;
}

.product_details #main > .content .module_one {
  margin-top: 16px;
}

.product_details #main > .content .module_one .top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #FED700;
  border-radius: 6px;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #343F49;
}

.product_details #main > .content .module_one .top:not(:first-child) {
  margin-top: 12px;
}

.product_details #main > .content .module_one .top .blod {
  margin-left: 5px;
  font-weight: bold;
}

.product_details #main > .content .module_one .ul {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_details #main > .content .module_one .ul .li_item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.product_details #main > .content .module_one .ul .li_item img {
  margin-right: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.product_details #main > .content .module_one .ul .li_item span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 13px;
  color: #333E48;
}

.product_details #main > .content .module_two {
  margin-top: 24px;
}

.product_details #main > .content .module_two * {
  margin: 0 0 16px;
}

.product_details #main > .content .module_two img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.product_details #main > .content .module_two p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #333E48;
  line-height: 16px;
}

.product_details #main > .content .module-3 {
  border-top: 1px solid #E7EAF3;
  margin-top: 24px;
  padding-top: 24px;
}

.product_details #main > .content .module-3 .explain-pic {
  width: 100%;
}

.product_details #main > .content .module-3 .title {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #343F49;
  margin: 24px 0 12px 0;
}

.product_details #main > .content .module-3 .explain-list {
  margin: 0;
  padding: 0 18px;
}

.product_details #main > .content .module-3 .explain-list .explain-item {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #FED700;
}

.product_details #main > .content .module-3 .explain-list .explain-item:not(:first-child) {
  margin-top: 12px;
}

.product_details #main > .content .module-3 .explain-list .explain-item span {
  font-size: 14px;
  color: #606266;
}

.product_details #main > .content .module-3 .explain-list .explain-item a {
  font-size: 14px;
}

.product_details #footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  /* 距离顶部的距离 */
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 85px;
  background: #FFFFFF;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 9999;
}

.product_details #footer > img {
  margin-right: 16px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.product_details #footer .el-button {
  flex: 1;
  padding: 14px 8px;
  height: auto;
  line-height: normal;
  background: #FED700;
  border-radius: 50px;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 16px;
  color: #333E48;
  border: none;
}

.product_details #footer .el-button i {
  font-size: 22px;
}

.product_details #footer .bag_white{
  background: #FFF;
  border: 1px solid #333E48;
  vertical-align: middle;
}
.product_details #footer .bag_white img{
  width: auto;
  height: 22px;
  vertical-align: middle;
}
#myModule{
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#myModule #dialog{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 350px;
  min-height: 152px;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
#myModule #dialog .header{
  padding: 18px 0 0;
  font-weight: 400;
  font-size: 15px;
  color: #202020;
  line-height: 24px;
  text-align: center;
}
#myModule #dialog .body{
  padding: 20px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#myModule #dialog .body .text{
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 15px;
  color: #202020;
  line-height: 24px;
}
#myModule #dialog .body .copy_success{
  display: none;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#myModule #dialog .body_copy .copy_success{
  display: flex;
}
#myModule #dialog .body_copy .text{
  display: none;
}
#myModule #dialog .body .copy_success img{
  width: 32px;
  height: 32px;
}
#myModule #dialog .body .copy_success span{
  margin: 9px 0 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  color: #61A633;
}
#myModule #dialog .footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#myModule #dialog .footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EEE;
}
#myModule #dialog .footer .el-button {
  flex: 1;
  margin: 0;
  background: #FFFFFF;
  color: #333E48;
  border: none;
}
#myModule #dialog .footer .el-button:nth-of-type(2) {
  border-radius: 0px 0 8px 0;
  background: #409EFF;
  color: #FFF;
}

.product_details #footer .el-button  a{
  text-decoration: none;
  color: #333E48;
}
