@charset "UTF-8";
.section-margin-bottom{
  margin-bottom:3rem;
}
/* banner */
.section .container{
  padding: 1rem 5rem;
}
.cover-container{
  position:relative;
  width:80%;
  margin:0 auto;
  background: #fff;
}
.cover-container .desc{
  text-align: center;
}
.cover-container .go{
  width: 20%;
  margin: 1rem auto;
  text-align: center;
  padding: 1.5rem;
  border-radius: 15px;
  background: #000;
  color: #fff;
}
.cover-container .go:hover{
  cursor: pointer;
}
.cover-container .payImg{
  position: absolute;
  right: 8%;
  bottom: -16%;
  opacity: 0;
  transition: all ease 0.4s;
}
.cover-container .desc .title{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.cover-container .desc .price{
  font-size:0.8rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.cover-container .desc .amount{
  font-size:1.4rem;
  color:#ea5504;
}
.cover-container .desc .go{
  font-size: 0.8rem;
  padding:1rem;
  background-color: rgb(51,51,51);
  color:#fff;
  width:80%;
  margin-left: 1rem;
  white-space: nowrap;
}
.myTab{
  display: flex;
  flex-direction: row;
  padding:0 9rem;
  justify-content: space-between;
  margin-bottom: 2.35rem;
}
.myTab li{
  text-align: center;
  color: #9b9b9b;
  cursor: pointer;
  margin-right:1rem;
  padding:1rem;
  border-radius: 15px;
}
.myTab li a{
  font-size: 1.4rem;
}
.myTab li.active{
  background:#ea5504;
  color:#fff;
}
.skill{
  text-align: center;
  font-size:1.2rem;
  line-height: 1.8rem;
}
.skill p{
  margin-bottom: 1.5rem;
  color:#373737;
  font-weight: 700;
}
.table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8vh;
}
.table tbody tr td:first-child {
  background: rgb(240,240,240);
}
.table tbody tr td {
  width: 50%;
  text-align: center;
  border: 1px solid rgb(226,226,226);
  padding: 2vh 0;
  font-size: 16px;
  color: #333;
}
.scene{
  text-align: center;
  font-size:1.2rem;
  line-height: 1.8rem;
}
.scene p{
  margin-bottom: 1.5rem;
  color:#373737;
  font-weight: 700
}
.scene .desc{
  text-align: center;
}
.product-detail{
  display:flex;
}
.product-detail .product-img{
  width:40%;
  background: #fff;
}
.product-detail .product-desc{
  width:60%;
  padding:1.5rem;
  position: relative;
}
.product-detail .product-desc .choose-sku{
  display: flex;
  line-height: 1.8rem;
}
.product-detail .product-desc .product-name{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1rem;
  text-align: center;
}
.product-detail .product-desc .price{
  display: flex;
  align-items: center;
}
.product-detail .product-desc .price span{
  width:6%;
}
.product-detail .product-desc .price i{
  font-style: normal;
  font-size:1.8rem;
  color:#ea5504;
  font-weight: 700;
}
.product-detail .product-desc .choose-sku .dt{
  margin-top:0.8rem;
  display: block;
  width: 6%;
}
.product-detail .product-desc .choose-sku .dd{
  display: flex;
  flex-wrap: wrap;
  width:80%;
}
.product-detail .product-desc .choose-sku .dd li{
  padding:0.5rem;
  border:1px solid #ececec;
  margin-bottom:1rem;
  margin-right:0.4rem;
  font-size:0.8rem;
  border-radius: 15px;
} 
.menuActive{
  background: #ea5504;
  color:#fff;
}
.product-detail .product-desc .go{
  display: block;
  left:10%;
  bottom:0;
  width: 30%;
  margin: 1rem auto;
  text-align: center;
  padding: 1.5rem;
  border-radius: 15px;
  background: #000;
  color: #fff;
}
.loding-img{
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.skilltext{
  opacity: 0;
}
#qrcode{
  position:absolute;
  right:2%;
  bottom:0;
  width:150px;
  height:150px;
  opacity: 0;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  .section .container{
    padding:0;
    margin:0 1rem;
  }
  .cover-container .desc{
    position:static;
    bottom:0;
    left:0;
  }
  .cover-container .go{
    width: 50%;
  }
  .cover-container .payImg{
    margin-top: 1rem;
    right:0;
    bottom:-80%;
  }
  .skill{
    font-size:0.8rem;
  }
  .product-detail{
    flex-direction: column;
  }
  .product-detail .product-img,.product-detail .product-desc{
    width:100%;
  }
  .product-detail .product-desc .price span,.product-detail .product-desc .choose-sku .dt {
    width:12%
  }
}

