.warp {
  padding-bottom: 1.2rem;
}

.warp .details_top .banner .swiper-slide {
  padding: 0.5rem 0;
}

.warp .details_top .banner .swiper-slide img {
  width: 4rem;
}

.warp .details_top .details_top {
  padding: 0 0.3rem;
  position: relative;
}

.warp .details_top .details_top .title {
  font-size: 0.32rem;
  color: #333;
}

.warp .details_top .details_top .title .icon {
  height: 0.35rem;
  background-image: linear-gradient(to right, #feb675, #ffa15e);
  border-radius: 0.3rem;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  margin-right: 0.1rem;
}

.warp .details_top .details_top .title .icon img {
  width: 0.28rem;
}

.warp .details_top .details_top .lettle_title {
  font-size: 0.24rem;
  color: gray;
}

.warp .details_top .details_top .details_price {
  display: flex;
  align-items: flex-end;
  margin-top: 0.24rem;
}

.warp .details_top .details_top .details_price .day {
  display: flex;
  align-items: flex-end;
  font-size: 0.24rem;
  color: #f64c43;
  margin-right: 0.12rem;
}

.warp .details_top .details_top .details_price .day b em {
  font-size: 0.38rem;
}

.warp .details_top .details_top .details_price .month {
  font-size: 0.24rem;
  color: gray;
}

.warp .details_top .details_top .type {
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.warp .details_top .details_top .type p {
  font-size: 0.24rem;
  color: #222;
  letter-spacing: 0.2px;
}

.warp .details_top .details_top .type span {
  font-size: 0.24rem;
  color: gray;
  display: flex;
  align-items: center;
}

.warp .details_top .details_top .type span em {
  background-color: #eaf8fc;
  display: block;
  padding: 0 0.05rem;
  color: #00a0e9;
  margin-left: 0.1rem;
  border-radius: 0.01rem;
}

.warp .details_top .details_top .parameter {
  position: absolute;
  font-size: 0.2rem;
  color: #797979;
  right: 0.3rem;
  top: 0.75rem;
}

.warp .details_top .details_top .parameter img {
  width: 0.32rem;
  margin: 0 auto;
}

.warp .select_box > div {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.9rem;
  font-size: 0.25rem;
  line-height: 0.9rem;
}

.warp .select_box > div span {
  display: block;
  width: 1.2rem;
  text-align: center;
  color: gray;
}

.warp .select_box > div img {
  position: absolute;
  width: 0.3rem;
  right: 0.3rem;
}

.warp .select_box > div p {
  flex: 1;
  border-bottom: 1px solid #f2f2f2;
  color: #333;
}

.warp .contentBox .tab {
  padding: 0 0.3rem;
}

.warp .contentBox .tab ul {
  display: flex;
  align-items: center;
}

.warp .contentBox .tab ul li {
  flex: 1;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.26rem;
  position: relative;
}

.warp .contentBox .tab ul li.active {
  font-size: 0.32rem;
}

.warp .contentBox .tab ul li.active::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.04rem;
  background-color: #00c8be;
  bottom: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
}

.warp .contentBox .container > div:nth-child(1) img {
  margin-bottom: 0.18rem;
}

.warp .contentBox .container > div table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.3rem;
}

.warp .contentBox .container > div table tr td,
.warp .contentBox .container > div table tr th {
  border: 1px solid #d8d8d8;
  height: 0.6rem;
  text-align: left;
  padding-left: 0.2rem;
  font-size: 0.25rem;
  color: #333;
  font-weight: normal;
}

.warp .contentBox .container > div table tr td:last-child {
  color: gray;
}

.warp .contentBox .container > div table tr th {
  background-color: #f7f7f7;
}

.warp .contentBox .container > div .problem .problemTab {
  margin-bottom: 0.15rem;
}

.warp .contentBox .container > div .problem .problemTab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.warp .contentBox .container > div .problem .problemTab ul li {
  margin: 0 0.08rem;
  height: 0.7rem;
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid #ebf1f4;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
}

.warp .contentBox .container > div .problem .problemTab ul li.active {
  color: #fff;
  background-color: #46cdbe;
  border: 1px solid #46cdbe;
}

.warp .contentBox .container > div .problem .problemContainer {
  padding-bottom: 0.2rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li .problemTitle {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  position: relative;
  height: 1rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li .problemTitle img.problem_ic {
  width: 0.4rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li .problemTitle p {
  font-size: 0.28rem;
  margin-left: 0.1rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li .problemTitle img.open {
  position: absolute;
  right: 0.3rem;
  width: 0.25rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li .problemBox {
  padding: 0.2rem 0.3rem;
  background-color: #f7f8f9;
  display: none;
  line-height: 0.35rem;
}

.warp .contentBox .container > div .problem .problemContainer > div ul li.active img.open {
  transform: rotate(180deg);
}

.warp .contentBox .container > div .problem .problemContainer > div ul li.active .problemBox {
  display: block;
}

.upload .title {
  text-align: center;
  font-weight: bold;
  margin: 0.3rem 0;
  font-size: 0.28rem;
}

.upload .uploadList {
  padding: 0 0.3rem;
}

.upload .uploadList .item {
  display: flex;
  align-items: center;
  height: 1.2rem;
  border-bottom: 1.5px solid #dbdbdb;
}

.upload .uploadList .item img {
  width: 0.5rem;
}

.upload .uploadList .item input {
  flex: 1;
  margin-left: 0.15rem;
  font-size: 0.28rem;
}

.upload .uploadList .uploadItem {
  padding-top: 0.5rem;
}

.upload .uploadList .uploadItem p {
  font-size: 0.24rem;
}

.upload .uploadList .uploadItem > div {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  margin-top: 0.5rem;
}

.upload .uploadList .uploadItem > div .filePic {
  width: 2.5rem;
  background-color: #f1f1f1;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  position: relative;
}

.upload .uploadList .uploadItem > div .filePic img {
  width: 1.2rem;
  margin: 0 auto;
}

.upload .uploadList .uploadItem > div .filePic p {
  text-align: center;
  margin-top: 0.1rem;
}

.upload .uploadList .uploadItem > div .filePic input {
  position: absolute;
  width: 2.5rem;
  height: 2rem;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.upload .uploadList .uploadItem > div .img {
  width: 2.5rem;
  height: 2.02rem;
  margin-left: 0.4rem;
}

.upload .uploadList .uploadItem > div .img span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.upload button {
  width: 88%;
  height: 0.9rem;
  background-color: #51aa37;
  border: none;
  margin: 0.7rem auto 1rem;
  display: block;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  color: #fff;
}

.footer {
  background-color: #fff;
  width: 100%;
  height: 1.2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.footer .left {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}

.footer .left > div {
  width: 1rem;
}

.footer .left > div img {
  width: 0.42rem;
  margin: 0 auto;
}

.footer .left > div p {
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.05rem;
}

.footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 0.8rem;
  background-image: linear-gradient(to right, #01bceb, #01dad7);
  border-radius: 0.5rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1;
}

.footer .btn img {
  width: 0.4rem;
}

.border {
  width: 100%;
  height: 0.2rem;
  background-color: #f5f5f5;
}

.mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.key_parameter {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  transition: 0.3s;
}

.key_parameter .title {
  font-size: 0.32rem;
  text-align: center;
  color: #333;
  margin-top: 0.5rem;
  margin-bottom: 0.36rem;
}

.key_parameter img {
  width: 0.4rem;
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
}

.key_parameter ul {
  padding: 0 0.6rem;
  height: 6.5rem;
  overflow-y: auto;
}

.key_parameter ul li {
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.2rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  font-size: 0.27rem;
}

.key_parameter ul li span {
  width: 1.7rem;
  display: block;
  color: gray;
}

.key_parameter button.btn {
  width: 6.8rem;
  height: 0.8rem;
  background-color: #00bdb6;
  margin: 0.3rem auto;
  display: block;
  border: none;
  font-size: 0.34rem;
  color: #fff;
  border-radius: 0.4rem;
  letter-spacing: 0.03rem;
  outline: none;
}

.norms {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  transition: 0.3s;
  padding: 0.3rem;
  padding-bottom: 0;
}

.norms img.close {
  width: 0.4rem;
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
}

.norms .normsInfo {
  display: flex;
  align-items: flex-end;
}

.norms .normsInfo img.pic {
  width: 2.2rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.03rem;
}

.norms .normsInfo .Info {
  margin-left: 0.3rem;
  padding-bottom: 0.15rem;
}

.norms .normsInfo .Info .normsPrice {
  display: flex;
  align-items: flex-end;
  font-size: 0.24rem;
  color: #f64c43;
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
}

.norms .normsInfo .Info .normsPrice em {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
}

.norms .normsInfo .Info .normsStock {
  margin-bottom: 0.12rem;
  font-size: 0.25rem;
  color: gray;
}

.norms .normsInfo .Info .InfoChange {
  font-size: 0.3rem;
}

.norms ul li {
  margin-top: 0.15rem;
}

.norms ul li p {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}

.norms ul li span {
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  background-color: #f7f8f9;
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.25rem;
  color: #646464;
  position: relative;
  border: 1px solid #f7f8f9;
}

.norms ul li span.active {
  background-color: #f2fcfc;
  border: 1px solid #79e2dd;
}

.norms ul li span.active::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  bottom: 0;
  right: 0;
  background-image: url(../images/active_ic.png);
  background-size: 100% 100%;
}

.norms .normsNumber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.norms .normsNumber p {
  font-size: 0.28rem;
}

.norms .normsNumber .normsBox {
  border: 1px solid #dddddd;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
}

.norms .normsNumber .normsBox span {
  width: 0.65rem;
  display: block;
  text-align: center;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.norms .normsNumber .normsBox button {
  border: none;
  outline: none;
  width: 0.65rem;
  line-height: 0.5rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  color: gray;
}

.norms button.btn {
  width: 6.8rem;
  height: 0.8rem;
  background-color: #00bdb6;
  margin: 0.3rem auto;
  display: block;
  border: none;
  font-size: 0.34rem;
  color: #fff;
  border-radius: 0.4rem;
  letter-spacing: 0.03rem;
  outline: none;
}
