html {
  font-size: 100px !important;
}
* {
  box-sizing: border-box;
}
#header {
  padding: 0 0.5rem;
  min-width: 1280px;
  width: 100%;
  height: 0.8rem;
  box-shadow: 0px 0.06rem 0.25rem 2px rgba(56, 52, 52, 0.03);
  position: absolute;
  z-index: 101;
  box-sizing: border-box;
  background: transparent !important;
}
#header div.header-outer {
  max-width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  height: 0.8rem;
}
.banner .carousel .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  min-width: 1280px;
  max-width: 1280px;
  padding: 0;
  margin: auto;
}
.banner .carousel .banner-item .image img {
  width: 100%;
}
.banner .carousel .product-content p {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
#section .banner-item-center .image {
  overflow: hidden;
}
#section .banner-item-center .image img {
  width: 100%;
  display: block;
}
#section {
  padding-bottom: 0;
}
#section .banner-item-center {
  position: relative;
}
#section .banner-item-center .content {
  width: 100%;
  position: absolute;
  top: 56%;
  left: 0;
  text-align: center;
}
#section .banner-item-center .content p {
  font-size: 0.2rem;
  line-height: 0.31rem;
  color: #fff;
}
#section .hot-product {
  background: #F3F7FB;
}
#section .hot-product .inner {
  max-width: 1280px;
  min-width: 1280px;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.76rem;
}
#section .hot-product .inner .title {
  font-size: 0.3rem;
  color: #1D2226;
  text-align: center;
}
#section .hot-product .inner .list {
  display: flex;
  justify-content: space-between;
  padding-top: 0.48rem;
}
#section .hot-product .inner .list li {
  width: 2.98rem;
  padding-bottom: 0.19rem;
  border: 1px solid #e5e9ed;
  background: #fff;
}
#section .hot-product .inner .list li .name {
  width: 2.98rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.18rem;
  background: url('/static/default-themes/home/image/product-img/hot-bg.png') no-repeat;
  background-size: 2.98rem 0.9rem;
  padding: 0 0.14rem 0 0.24rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#section .hot-product .inner .list li .info {
  height: 1.9rem;
  padding: 0.12rem 0.25rem;
  box-sizing: border-box;
}
#section .hot-product .inner .list li .info .row span {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #000;
}
#section .hot-product .inner .list li .info .row .label {
  display: inline-block;
  width: 0.62rem;
  color: #979797;
  padding-left: 0;
}
#section .hot-product .inner .list li .price {
  padding: 0 0.24rem;
  color: #E73E39;
  padding-bottom: 0.12rem;
}
#section .hot-product .inner .list li .price .rmb {
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei Regular, Microsoft YaHei Regular-Regular';
  letter-spacing: -0.05rem;
}
#section .hot-product .inner .list li .price .num {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: 'Arial Bold, Arial Bold-Bold';
}
#section .hot-product .inner .list li .price .unit {
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei Regular';
}
#section .hot-product .inner .list li .btn-wrap {
  width: 100%;
  padding: 0 0.23rem;
  box-sizing: border-box;
}
#section .hot-product .inner .list li .btn-wrap .btn {
  display: block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  background: linear-gradient(#4fbdbd 0%, #82d7d6 100%);
  color: #fff;
  font-size: 0.18rem;
  margin: auto;
}
#section .hot-product .inner .list li .btn-wrap :hover {
  background: linear-gradient(#4fbdbd 0%, #82d7d6 100%);
  opacity: 0.9;
}
#section .container-bg {
  position: relative;
}
#section .container-bg .product-cell {
  width: 1280px;
  margin: auto;
  padding: 0.6rem 0 0 0;
}
#section .container-bg .product-cell .title-wrap {
  padding-bottom: 0.12rem;
}
#section .container-bg .product-cell .title-wrap h3.title {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
}
#section .container-bg .product-cell .title-wrap .sub-title {
  font-size: 0.16rem;
  color: #979797;
  text-align: center;
  padding-top: 0.16rem;
  line-height: 0.24rem;
}
#section .container-bg .product-cell .item {
  margin-bottom: 0.24rem;
  position: relative;
}
#section .container-bg .product-cell .item .new-product {
  width: 0.93rem;
  height: 0.81rem;
  background: url('/static/default-themes/home/image/product-img/tag.png') no-repeat;
  background-size: 0.93rem 0.81rem;
  position: absolute;
  top: 0.32rem;
  right: -0.06rem;
  z-index: 10;
}
#section .container-bg .product-cell .item .new-product .txt {
  display: block;
  height: 0.4rem;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: 0.17rem;
  right: 0;
  z-index: 11;
  transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  -o-transform: rotate(42deg);
}
#section .container-bg .product-cell .item span.title {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.42rem 0 0.32rem;
  background: linear-gradient(#49bcbd 0%, #7fd5d6 100%);
  position: relative;
}
#section .container-bg .product-cell .item .panel-wrap {
  border: 1px solid #e5e9ed;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#section .container-bg .product-cell .item .panel-wrap .left-panel {
  width: 6.2rem;
  display: flex;
  justify-content: space-between;
  padding: 0.32rem 0 0.2rem 0.33rem;
  box-sizing: border-box;
}
#section .container-bg .product-cell .item .panel-wrap .line-item {
  width: 2.78rem;
  height: 2.11rem;
  border: 1px solid #e5e9ed;
  cursor: pointer;
}
#section .container-bg .product-cell .item .panel-wrap .line-item .name {
  width: 2.76rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #F3F7FB;
  padding: 0 0.1rem 0 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#section .container-bg .product-cell .item .panel-wrap .line-item .info {
  padding: 0.12rem 0.25rem 0.18rem 0.3rem;
}
#section .container-bg .product-cell .item .panel-wrap .line-item .info span {
  font-size: 0.16rem;
  line-height: 0.31rem;
  color: #000;
  padding-left: 0.25rem;
}
#section .container-bg .product-cell .item .panel-wrap .line-item .info .label {
  padding-left: 0;
}
#section .container-bg .product-cell .item .panel-wrap .active {
  border: 1px solid #49BCBD;
}
#section .container-bg .product-cell .item .panel-wrap .active .name {
  background: #ECF8F8;
  color: #49BCBD;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel {
  width: 6.12rem;
  background: #F3F7FB;
  padding: 0.2rem 0.3rem 0.15rem 0.3rem;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom {
  padding-top: 0.34rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.02rem;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .txt {
  font-size: 0.16rem;
  color: #000;
  margin-right: 0.08rem;
  padding-top: 0.07rem;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .rmb,
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .num {
  font-size: 0.36rem;
  color: #E94738;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .btn-wrap {
  margin-left: 0.12rem;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .btn-wrap .btn {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  width: 2.09rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: linear-gradient(#4fbdbd 0%, #82d7d6 100%);
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .param-bottom .btn-wrap :hover {
  opacity: 0.9;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .more-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.05rem;
}
#section .container-bg .product-cell .item .panel-wrap .right-panel .more-btn a {
  font-size: 0.16rem;
  color: #49BCBD;
}
#section .container-bg .product-cell .item .panel-wrap-2 {
  height: 2rem;
  justify-content: flex-start;
  position: relative;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel {
  width: 2.93rem;
  padding: 0.2rem 0 0.18rem 0.33rem;
  background: #fff;
  display: block;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .item {
  margin-bottom: 0.15rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .label {
  font-size: 0.16rem;
  color: #000;
  padding-bottom: 0.1rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .qg-select-item {
  width: 2.6rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .qg-select-item .title {
  border-color: #e5e9ed;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .qg-select-item .title .active-em {
  font-size: 0.16rem;
  color: #000;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .qg-select-item .drop-down-box {
  border: 1px solid #e5e9ed;
}
#section .container-bg .product-cell .item .panel-wrap-2 .left-panel .qg-select-item .drop-down-box .triangle {
  border: 1px solid #e5e9ed;
}
#section .container-bg .product-cell .item .panel-wrap-2 .param-top .item {
  height: 0.65rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .middle-panel {
  padding: 0.2rem 0 0 0.48rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .right-panel {
  width: 2.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.44rem;
  padding-top: 0.5rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .right-panel .txt {
  font-size: 0.16rem;
  color: #000;
}
#section .container-bg .product-cell .item .panel-wrap-2 .right-panel .num {
  display: block;
  font-size: 0.36rem;
  color: #E94738;
  padding: 0.04rem 0 0.025rem 0;
  margin-left: -0.06rem;
}
#section .container-bg .product-cell .item .panel-wrap-2 .right-panel .btn-wrap .btn {
  width: 2.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(#4fbdbd 0%, #82d7d6 100%);
}
#section .container-bg .product-cell .item .panel-wrap-2 .right-panel .btn-wrap :hover {
  opacity: 0.9;
}
#section .container-bg .circle {
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
}
#section .container-bg .circle-1 {
  width: 3.05rem;
  height: 3.05rem;
  border: 0.6rem solid #f3f7fb;
  top: 0.8rem;
  left: -1.75rem;
}
#section .container-bg .circle-2 {
  width: 1.12rem;
  height: 1.12rem;
  background: #f3f7fb;
  top: 3.5rem;
  left: 1rem;
}
#section .container-bg .circle-3 {
  width: 4.14rem;
  height: 4.14rem;
  border: 0.8rem solid #f3f7fb;
  top: 6.9rem;
  left: -1.8rem;
}
#section .container-bg .circle-4 {
  width: 0.53rem;
  height: 0.53rem;
  background: #f3f7fb;
  top: 11.28rem;
  left: 1.04rem;
}
#section .container-bg .circle-5 {
  width: 0.53rem;
  height: 0.53rem;
  background: #f3f7fb;
  top: 21.1rem;
  left: 1.32rem;
}
#section .container-bg .circle-6 {
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #49bcbd;
  top: 11.18rem;
  left: 2.03rem;
}
#section .container-bg .circle-7 {
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #49bcbd;
  top: 21.43rem;
  left: 2.43rem;
}
#section .container-bg .circle-8 {
  width: 1.05rem;
  height: 1.05rem;
  border: 0.2rem solid #fdefcb;
  top: 24.32rem;
  left: 2.25rem;
}
#section .container-bg .circle-9 {
  width: 2.48rem;
  height: 2.48rem;
  border: 0.6rem solid #f3f7fb;
  top: 3.45rem;
  right: 0.23rem;
}
#section .container-bg .circle-10 {
  width: 0.53rem;
  background: #f3f7fb;
  top: 6.51rem;
  right: 0.34rem;
}
#section .container-bg .circle-11 {
  width: 2.15rem;
  height: 2.15rem;
  border: 0.6rem solid #fdefcb;
  top: 11.12rem;
  right: 1.37rem;
}
#section .container-bg .circle-12 {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.4rem solid #fdefcb;
  top: 16.89rem;
  right: 1.5rem;
}
#section .container-bg .circle-13 {
  width: 0.53rem;
  height: 0.53rem;
  background: #f3f7fb;
  top: 18.58rem;
  right: 2.47rem;
}
#section .container-bg .circle-14 {
  width: 2.48rem;
  height: 2.48rem;
  border: 0.6rem solid #f3f7fb;
  top: 22.14rem;
  right: 1.91rem;
}
#section .container-bg .square {
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#section .container-bg .square-1 {
  width: 0.42rem;
  height: 0.42rem;
  border: 2px solid #49bcbd;
  top: 12.2rem;
  left: 0.69rem;
}
#section .container-bg .square-2 {
  width: 0.26rem;
  height: 0.26rem;
  border: 2px solid #49bcbd;
  top: 22.65rem;
  left: 1.18rem;
}
#section .container-bg .square-3 {
  width: 0.42rem;
  height: 0.42rem;
  border: 2px solid #49bcbd;
  top: 12.79rem;
  right: 0.87rem;
}
#section .container-bg .square-4 {
  width: 0.26rem;
  height: 0.26rem;
  border: 2px solid #49bcbd;
  top: 22.32rem;
  right: 1.16rem;
}
#section .recommend {
  width: 1280px;
  margin: auto;
}
#section .recommend h3.title {
  font-size: 0.3rem;
  color: #1D2226;
  text-align: center;
  padding: 0.65rem 0 0.45rem 0;
}
#section .recommend .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section .recommend .list li {
  display: flex;
  width: 6.26rem;
  height: 1.12rem;
  background: #ffffff;
  margin-bottom: 0.24rem;
  padding: 0.2rem 0.19rem 0.25rem 0.22rem;
  box-shadow: 0 0.025rem 0.09rem 0.085rem rgba(73, 188, 189, 0.1);
}
#section .recommend .list li .icon {
  width: 0.66rem;
  height: 0.66rem;
}
#section .recommend .list li .info {
  padding-left: 0.18rem;
}
#section .recommend .list li .info h5.title {
  font-size: 0.18rem;
  color: #49BCBD;
  padding-bottom: 0.08rem;
  margin-top: -0.03rem;
}
#section .recommend .list li .info .txt {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #979797;
}
#section .class-product {
  width: 1280px;
  margin: auto;
}
#section .class-product h3.title {
  font-size: 0.3rem;
  color: #1D2226;
  text-align: center;
  padding-top: 0.45rem;
  padding-bottom: 0.3rem;
}
#section .class-product .list {
  display: flex;
  justify-content: space-between;
}
#section .class-product .list li {
  display: flex;
  justify-content: space-between;
  width: 6.27rem;
  height: 1.3rem;
  border: 1px solid #e2e0e6;
  background: url('/static/default-themes/home/image/product-img/class-bg.png') no-repeat #fff;
  background-size: 1.3rem 1.3rem;
  padding: 0.2rem 0.27rem 0.27rem 0;
}
#section .class-product .list li .name {
  width: 1.3rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section .class-product .list li .param-wrap {
  width: 2.87rem;
  display: flex;
  align-items: center;
}
#section .class-product .list li .param-wrap .item {
  flex: 1;
  text-align: center;
}
#section .class-product .list li .param-wrap .item p {
  font-size: 0.16rem;
  color: #000;
}
#section .class-product .list li .param-wrap .item .label {
  color: #979797;
  margin-top: 0.15rem;
}
#section .class-product .list li .hland-wrap .price-wrap {
  color: #E73E39;
  padding-bottom: 0.02rem;
}
#section .class-product .list li .hland-wrap .price-wrap .rmb {
  font-family: 'Microsoft YaHei Regular, Microsoft YaHei Regular-Regular';
  letter-spacing: -4px;
}
#section .class-product .list li .hland-wrap .price-wrap .unit {
  letter-spacing: 2px;
  margin-left: 2px;
}
#section .class-product .list li .hland-wrap .price-wrap .rmb,
#section .class-product .list li .hland-wrap .price-wrap .unit {
  font-size: 0.16rem;
}
#section .class-product .list li .hland-wrap .price-wrap .num {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: 'font-family: Arial Bold, Arial Bold-Bold;';
}
#section .class-product .list li .hland-wrap .btn-wrap .btn {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: linear-gradient(#4fbdbd 0%, #82d7d6 100%);
}
#section .class-product .list li .hland-wrap .btn-wrap :hover {
  opacity: 0.9;
}
#section .cooperation {
  max-width: 1280px;
  min-width: 1280px;
  padding: 0.58rem 0 0.25rem 0;
  margin: auto;
}
#section .cooperation h3.title {
  font-size: 0.3rem;
  color: #1D2226;
  text-align: center;
}
#section .cooperation ul {
  display: flex;
  margin: 0 -0.12rem;
  flex-wrap: wrap;
  padding-top: 0.33rem;
}
#section .cooperation ul li {
  width: 16.6667%;
  height: 1.2rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
#section .cooperation ul li .item {
  display: block;
  width: 1.94rem;
  height: 1.2rem;
  text-align: center;
  border: 1px solid #e2e0e6;
  padding: 0.125rem;
  box-sizing: border-box;
  background: #fff;
}
#section .cooperation ul li .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section .other-activity {
  background: #F3F7FB;
  padding-bottom: 0.9rem;
}
#section .other-activity .inner {
  width: 1280px;
  margin: auto;
}
#section .other-activity .inner h3.title {
  font-size: 0.3rem;
  color: #1D2226;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
#section .other-activity .inner .list {
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.07rem;
}
#section .other-activity .inner .list li {
  width: 4.16rem;
  height: 2.11rem;
  margin: 0 0.07rem;
}
#section .other-activity .inner .list li .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section .other-activity .inner .list li :hover {
  opacity: 0.9;
}
.auto-nav {
  position: fixed;
  top: 2rem;
  left: 0.84rem;
  z-index: 99999;
  text-align: center;
}
.auto-nav .top-wrap {
  width: 2rem;
  height: 0.9rem;
  background: linear-gradient(#49bcbd 0%, #7fd5d6 100%);
  position: relative;
  color: #fff;
}
.auto-nav .top-wrap .title {
  width: 100%;
  font-size: 0.2rem;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 2;
}
.auto-nav .top-wrap .txt {
  width: 100%;
  font-size: 0.16rem;
  position: absolute;
  top: 0.52rem;
  left: 0;
  z-index: 2;
}
.auto-nav .top-wrap .bg {
  width: 0.72rem;
  height: 0.72rem;
  position: absolute;
  top: 0.1rem;
  right: 0.06rem;
  z-index: 1;
}
.auto-nav .auto-list {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e9ed;
}
.auto-nav .auto-list li {
  width: 100%;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.16rem;
  color: #000;
  border: 1px solid #e5e9ed;
  border-bottom: none;
  box-sizing: border-box;
  background: #fff;
}
.auto-nav .auto-list .separation {
  margin-bottom: 0.22rem;
  border-bottom: 1px solid #e5e9ed;
}
.auto-nav .auto-list li.current {
  background: #ecf8f8;
  color: #49BCBD;
}
#section .container-bg .product-cell .item span.title:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.4rem solid #fff;
  border-left: 0.2rem solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#section .container-bg .product-cell .item:last-child {
  margin-bottom: 0;
}
#section .container-bg .product-cell .panel-wrap-2 .item:nth-child(2n) {
  margin-bottom: 0;
}
.param-top {
  display: flex;
  justify-content: flex-start;
  padding-right: 0.21rem;
}
.param-top .item {
  height: 0.65rem;
  width: 1.6rem;
  margin-bottom: 0 !important;
  margin-right: 0.27rem;
}
.param-top .item .label {
  font-size: 0.16rem;
  color: #000;
  padding-bottom: 0.1rem;
}
.param-top .item .toggle-num {
  display: flex;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 11;
}
.param-top .item .toggle-num .btn {
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  border: 1px solid #e5e9ed;
  color: #ADADAD;
  font-size: 0.16rem;
}
.param-top .item .toggle-num .btn:hover {
  background: rgba(73, 188, 189, 0.1);
  border: 1px solid #49bcbd;
  color: #49BCBD;
}
.param-top .item .toggle-num .btn.disabled {
  color: #ADADAD;
  background: #f1f1f1;
  border: 1px solid #e5e9ed;
  cursor: not-allowed;
}
.param-top .item .toggle-num .num {
  width: 0.96rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  border-top: 1px solid #e5e9ed;
  border-bottom: 1px solid #e5e9ed;
}
.param-middle {
  padding-top: 0.15rem;
}
.param-middle .label {
  font-size: 0.16rem;
  color: #000;
  padding-bottom: 0.1rem;
}
.param-middle .list {
  display: flex;
  justify-content: flex-start;
}
.param-middle .list li {
  width: 0.8rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e9ed;
  margin-left: -1px;
  cursor: pointer;
}
.param-middle .list .sale {
  position: relative;
}
.param-middle .list .active {
  background: rgba(73, 188, 189, 0.1);
  border: 1px solid #49bcbd;
  color: #49BCBD;
  z-index: 1;
}
.sale:after {
  content: '\8bd5\7528';
  position: absolute;
  top: -0.11rem;
  right: 0.02rem;
  width: 0.31rem;
  height: 0.21rem;
  line-height: 0.21rem;
  text-align: center;
  background: #e94738;
  color: #fff;
  font-size: 0.14rem;
}
.sale:before {
  content: '';
  position: absolute;
  top: 0.08rem;
  right: 0.06rem;
  width: 0;
  height: 0;
  border-right: 0.04rem solid transparent;
  border-left: 0.04rem solid transparent;
  border-top: 0.06rem solid #E94738;
}
.btn-disabled {
  background: #d3d3d3 !important;
  color: #fff !important;
  cursor: not-allowed;
}
