* {
  box-sizing: border-box;
}

body {
  background: #eff9ff;
  padding: 0;
  margin: 0;
}

.box {
  padding: 0 0 100px;
}

.detail {
  padding: 0 0 100px 0;
  height: unset;
  min-height: 100%;
}

.card_prodDesc {
  padding: 20px;
  border-top: 1px solid #eceff1;
  margin: 15px 0 0;
}

.c-gray {
  color: #787878;
}

.detail_read {
  padding: 20px 20px 0;
}

.detail_read .read_cont {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #787878;
  letter-spacing: 0;
  line-height: 15px;
}

.detail_read .read_customer {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #3E83C9;
  letter-spacing: 0;
  line-height: 12px;
}

.prod_slogan {
  padding: 2px 20px 17px;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #515151;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  font-weight: 500;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.detail_main {
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(161, 181, 205, 0.5);
  border-radius: 13px;
  min-height: 100px;
}

.main_swiper {
  padding: 20px 20px 15px;
  border-bottom: 1px solid #e9edf0;
}

.banner {
  width: 100%;
}

.header-section {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  font-size: 18px;
  color: #000000;
  z-index: 10;
  text-align: center;
}

.main_prod {
  text-align: left;
}

.main_prod .prod_name {
  padding: 15px 20px 10px;
  font-family: PingFang-SC-Bold;
  font-size: 19px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
}

.main_prod .include_title {
  font-family: PingFang-SC-Bold;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  background-image: linear-gradient(90deg, #ff7d7d 0%, #ffffff 98%);
  padding: 0 20px;
  width: 249px;
}

.main_prod .prod_include .include_content {
  padding: 0 0 20px 0;
}

.main_prod .prod_include .include_content .expireTime {
  padding: 13px 20px 0;
  font-size: 14px;
}

.itemList_item {
  display: flex;
  align-items: center;
  padding: 13px 20px 0;
}

.itemList_item .item_name {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 12px;
  flex-grow: 1;
}

.itemList_item:nth-child(1) {
  padding: 10px 20px 0;
}

.itemList_item > * {
  flex-shrink: 0;
}

.itemList_item .item_num {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #787878;
  letter-spacing: 0;
  line-height: 12px;
  margin: 0 5px 0 0;
}

.itemList_item .item_question {
  width: 12px;
  height: 12px;
  background: url("../../assets/img/list_btn_info_def@2x.png");
  background-size: 100% 100%;
}

.itemList_item .item_order {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: #ffe0e0;
  border-radius: 50%;
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #f17f7f;
  letter-spacing: 0;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_prod .prod_include .include_title--blue {
  background-image: linear-gradient(90deg, #6db6ff 0%, #ffffff 98%);
}

.main_prod .prod_include .include_title--orange {
  background-image: linear-gradient(90deg, #FFAC6C 0%, #FFFFFF 98%);
}

.bottom {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background-color: #0a307f;
  border-radius: 25px;
  color: #ddb155;
  width: 340px;
  left: 50%;
  transform: translateX(-50%);
  height: 49px;
}

.price {
  position: fixed;
  left: 29px;
  top: 8px;
  bottom: 15px;
}

.price .logo {
  font-family: Helvetica, 'Source Han Sans CN';
  font-size: 14px;
  color: #ddb155;
  letter-spacing: 0;
  line-height: 12px;
}

.price .totalPrice {
  font-family: Helvetica, 'Source Han Sans CN';
  font-size: 20px;
  color: #ddb155;
  letter-spacing: 0;
  line-height: 20px;
}

.price--nocart {
  left: 26px;
}

.bottomF {
  position: fixed;
  top: 27px;
  left: 52px;
  bottom: 2px;
  transform: scale(0.8);
  font-size: 13px;
}

.bottomF--nocart {
  left: 21px;
}

.bottomCheck {
  position: fixed;
  width: 108px;
  background: #e9c773;
  border-radius: 20px;
  font-family: Helvetica, 'Source Han Sans CN';
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  height: 39px;
  line-height: 39px;
  bottom: 5px;
  right: 4px;
  padding: 0;
  text-align: center;
}

.bottomCheck--gray {
  background: darkgray!important;
}

.service-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.box-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  border: 1px solid #b2c5da;
  border-radius: 32px;
}
.box-img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.bt-word {
  color: #b2c5da;
  font-size: 12px;
}
.box-word {
  margin-top: 6px;
  color: #b2c5da;
  font-size: 12px;
  a {
    color: #1c86ee;
  }
}