@charset "UTF-8";
@media (-webkit-min-device-pixel-ratio:2) {
  .border-rpx:after {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5)
  }
}
@media (-webkit-min-device-pixel-ratio:3) {
  .border-rpx:after {
    -webkit-transform: scaleY(0.3333);
    -moz-transform: scaleY(0.3333);
    -ms-transform: scaleY(0.3333);
    -o-transform: scaleY(0.3333);
    transform: scaleY(0.3333)
  }
}
.page-nav {
  position: relative;
  height: 60px
}
.page-nav .nav-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 491;
  background-color: #fafafa;
  border-bottom: 1px solid rgba(237, 239, 242, .7);
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}
.page-nav .nav-container.product-nav-fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px)
}
.page-nav .nav-content {
  width: 100%;
  height: 60px;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.page-nav .nav-content .page-product-name {
  font-size: 16px;
  line-height: 24px;
  color: #242933;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 33px
}
.page-nav .nav-content .nav-select-wap {
  display: none
}
.page-nav .nav-content .nav-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.page-nav .nav-content .nav-menu-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.page-nav .nav-content .menu-button-pc {
  margin-right: 33px
}
.page-nav .nav-content .menu-button-pc:last-of-type {
  margin-right: 39px
}
.page-nav .nav-content .menu-button-pc > a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8a8f99;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  -moz-transition: color .4s;
  transition: color .4s
}
.page-nav .nav-content .menu-button-pc.active > a {
  color: #242933
}
.page-nav .nav-content .product-buy-button {
  font-size: 14px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 0 14px;
  color: #fff;
  white-space: nowrap;
  background-color: #415fff;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s
}
.page-nav .nav-content .product-buy-button.none {
  cursor: not-allowed;
  color: #fefefe;
  background-color: #bfbfbf
}
.page-nav .nav-menu-wap, .page-nav .nav-shade-wap {
  display: none
}
@media (max-width:1599px) {
  .page-nav .nav-content {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    margin: 0 80px
  }
}
@media (max-width:1199px) {
  .page-nav .nav-content {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 40px
  }
}
@media (min-width:769px) {
  .page-nav .nav-content .menu-button-pc:hover > a {
    color: #242933
  }
  .page-nav .nav-content .product-buy-button:not(.none):hover {
    background-color: #7389ff
  }
}
@media (max-width:768px) {
  .page-nav {
    height: 11.48148vw
  }
  .page-nav .nav-container {
    max-height: 11.48148vw;
    overflow: hidden;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    -moz-transition: max-height .4s;
    transition: max-height .4s
  }
  .page-nav .nav-container.show-wap {
    max-height: 55vw
  }
  .page-nav .nav-container.show-wap .nav-content .nav-select-wap .nav-select-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .page-nav .nav-content {
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 11.48148vw;
    margin: 0 20px
  }
  .page-nav .nav-content .page-product-name {
    font-size: 3.7037vw;
    line-height: 4.62963vw;
    margin-right: 0;
    max-width: 30%
  }
  .page-nav .nav-content .nav-select-wap {
    position: absolute;
    height: 11.48148vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 30%
  }
  .page-nav .nav-content .nav-select-wap .nav-select-title {
    font-size: 3.7037vw;
    line-height: 4.62963vw;
    color: #242933;
    margin-right: 1.48148vw;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .page-nav .nav-content .nav-select-wap .nav-select-icon {
    width: 2.77778vw;
    height: 2.77778vw;
    font-size: 2.77778vw;
    line-height: 2.77778vw;
    color: #242933;
    text-align: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    transition: transform .4s, -webkit-transform .4s
  }
  .page-nav .nav-content .nav-menu-pc {
    display: none
  }
  .page-nav .nav-content .nav-menu-box {
    max-width: 30%
  }
  .page-nav .nav-content .product-buy-button {
    font-size: 2.59259vw;
    line-height: 6.94444vw;
    -webkit-border-radius: 3.51852vw;
    -moz-border-radius: 3.51852vw;
    border-radius: 3.51852vw;
    padding: 0 3.33333vw;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .page-nav .nav-menu-wap {
    display: block;
    padding: 0 20px 4.62963vw
  }
  .page-nav .nav-menu-wap .menu-button-wap {
    padding: 4.16667vw 0
  }
  .page-nav .nav-menu-wap .menu-button-wap > a {
    display: block;
    font-size: 3.7037vw;
    line-height: 4.62963vw;
    color: #8a8f99;
    text-align: center
  }
  .page-nav .nav-menu-wap .menu-button-wap.active {
    display: none
  }
  .page-nav .nav-shade-wap.show-wap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 490
  }
}
.page-parameter {
  background-color: #fff;
  padding-bottom: 100px
}
.page-parameter .parameter-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.page-parameter .parameter-container .parameter-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 71px
}
.page-parameter .parameter-container .parameter-color .parameter-title {
  width: 210px;
  font-size: 28px;
  line-height: 52px;
  color: #242933;
  margin-top: 1px
}
.page-parameter .parameter-container .parameter-color .color-box {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.page-parameter .parameter-container .parameter-color .color-image-list {
  position: relative;
  width: 350px;
  height: 350px;
  margin-left: 114px;
  margin-right: 65px
}
.page-parameter .parameter-container .parameter-color .color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}
.page-parameter .parameter-container .parameter-color .color-image.opacity {
  opacity: 1
}
.page-parameter .parameter-container .parameter-color .color-image img {
  display: block;
  width: 100%;
  height: 100%
}
.page-parameter .parameter-container .parameter-color .color-title-wap {
  display: none
}
.page-parameter .parameter-container .parameter-color .color-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  height: 240px
}
.page-parameter .parameter-container .parameter-color .color-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: 11px 0;
  cursor: pointer
}
.page-parameter .parameter-container .parameter-color .color-button .color-button-box {
  width: 42px;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  padding: 2px;
  border: 3px solid #fff;
  margin-right: 12px;
  -webkit-transition: border-color .4s;
  -o-transition: border-color .4s;
  -moz-transition: border-color .4s;
  transition: border-color .4s
}
.page-parameter .parameter-container .parameter-color .color-button .color-button-box span {
  display: block;
  width: 32px;
  height: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px
}
.page-parameter .parameter-container .parameter-color .color-button .color-button-title {
  width: 110px;
  font-size: 16px;
  line-height: 24px;
  color: #8a8f99;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  -moz-transition: color .4s;
  transition: color .4s
}
.page-parameter .parameter-container .parameter-color .color-button.active .color-button-box {
  border-color: #dcdfe6
}
.page-parameter .parameter-container .parameter-color .color-button.active .color-button-title {
  color: #242933
}
.page-parameter .parameter-container .parameter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  border-top: 1px solid #edeff2
}
.page-parameter .parameter-container .parameter-body .parameter-title {
  width: 210px;
  font-size: 28px;
  line-height: 52px;
  color: #242933;
  margin: 52px 0
}
.page-parameter .parameter-container .parameter-body .body-box {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.page-parameter .parameter-container .parameter-body .body-attr-list {
  width: 200px;
  margin: 42px 80px 42px 150px
}
.page-parameter .parameter-container .parameter-body .body-attr-list .body-attr {
  font-size: 16px;
  line-height: 32px;
  padding: 10px 0;
  color: #242933
}
.page-parameter .parameter-container .parameter-body .body-image-box {
  width: 400px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.page-parameter .parameter-container .parameter-body .body-image-box .body-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%
}
.page-parameter .parameter-container .parameter-body .body-image-box .body-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.page-parameter .parameter-container .parameter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  border-top: 1px solid #edeff2;
  padding: 52px 0
}
.page-parameter .parameter-container .parameter-item .parameter-title {
  width: 210px;
  font-size: 28px;
  line-height: 52px;
  color: #242933
}
.page-parameter .parameter-container .parameter-item .item-box {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start
}
.page-parameter .parameter-container .parameter-item .item-attr-list {
  width: 100%
}
.page-parameter .parameter-container .parameter-item .item-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  padding: 10px 0
}
.page-parameter .parameter-container .parameter-item .item-attr-name {
  width: 200px;
  margin-left: 150px;
  margin-right: 80px;
  font-size: 16px;
  line-height: 32px;
  color: #242933
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box {
  width: 560px
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-value-div {
  max-height: 96px;
  overflow: hidden
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-value {
  font-size: 16px;
  line-height: 32px;
  color: #242933
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-open {
  display: none
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-open .open-text {
  font-size: 16px;
  line-height: 32px;
  color: #415fff
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-open .open-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #415fff
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box.open .item-attr-value-div {
  max-height: none
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box.open .item-attr-open .open-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.page-parameter .parameter-container .parameter-item .item-attr-value-box.show .item-attr-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer
}
.page-parameter .parameter-container.text-dir-rtl .parameter-title.no-flip-over, .page-parameter .parameter-container.text-dir-rtl .color-button-title.no-flip-over, .page-parameter .parameter-container.text-dir-rtl .body-attr.no-flip-over, .page-parameter .parameter-container.text-dir-rtl .item-attr-name.no-flip-over, .page-parameter .parameter-container.text-dir-rtl .item-attr-value.no-flip-over {
  text-align: right
}
@media (max-width:1296px) {
  .page-parameter .parameter-container {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 40px
  }
  .page-parameter .parameter-container .parameter-color .color-image-list {
    margin-left: -webkit-calc(61.54% - 480px);
    margin-left: -moz-calc(61.54% - 480px);
    margin-left: calc(61.54% - 480px);
    margin-right: -webkit-calc(38.46% - 300px);
    margin-right: -moz-calc(38.46% - 300px);
    margin-right: calc(38.46% - 300px)
  }
  .page-parameter .parameter-container .parameter-body .body-attr-list {
    margin-left: -webkit-calc(66.66% - 507px);
    margin-left: -moz-calc(66.66% - 507px);
    margin-left: calc(66.66% - 507px);
    margin-right: -webkit-calc(33.33% - 253px);
    margin-right: -moz-calc(33.33% - 253px);
    margin-right: calc(33.33% - 253px)
  }
  .page-parameter .parameter-container .parameter-item .item-attr-name {
    margin-left: -webkit-calc(66.66% - 507px);
    margin-left: -moz-calc(66.66% - 507px);
    margin-left: calc(66.66% - 507px);
    margin-right: -webkit-calc(33.33% - 253px);
    margin-right: -moz-calc(33.33% - 253px);
    margin-right: calc(33.33% - 253px)
  }
}
@media (max-width:1126px) {
  .page-parameter .parameter-container .parameter-color {
    padding-top: 75px;
    padding-bottom: 67px
  }
  .page-parameter .parameter-container .parameter-color .color-box {
    margin-top: 3px
  }
  .page-parameter .parameter-container .parameter-color .color-image-list {
    margin-left: 24px;
    margin-right: 15px
  }
  .page-parameter .parameter-container .parameter-color .color-button {
    display: block
  }
  .page-parameter .parameter-container .parameter-color .color-button .color-button-box {
    margin-right: 0
  }
  .page-parameter .parameter-container .parameter-color .color-button .color-button-title {
    display: none
  }
  .page-parameter .parameter-container .parameter-body .body-attr-list {
    margin-left: 40px;
    margin-right: 20px
  }
  .page-parameter .parameter-container .parameter-body .body-image-box {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    max-width: 400px
  }
  .page-parameter .parameter-container .parameter-item .item-attr-name {
    margin-left: 40px;
    margin-right: 20px
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px)
  }
}
@media (max-width:768px) {
  .page-parameter {
    padding-bottom: 11.11111vw
  }
  .page-parameter .parameter-container {
    width: 100%;
    margin: 0;
    padding: 0 5.55556vw
  }
  .page-parameter .parameter-container .parameter-color {
    display: block;
    padding-top: 0;
    padding-bottom: 0
  }
  .page-parameter .parameter-container .parameter-color .parameter-title {
    width: 100%;
    font-size: 5.83333vw;
    line-height: 7.22222vw;
    padding-top: 11.11111vw;
    padding-bottom: 4.44444vw;
    margin-top: 0;
    border-bottom: 1px solid #edeff2
  }
  .page-parameter .parameter-container .parameter-color .color-box {
    width: 100%;
    display: block
  }
  .page-parameter .parameter-container .parameter-color .color-image-list {
    position: relative;
    width: 61.66667vw;
    height: 61.66667vw;
    margin: 9.16667vw auto 5.27778vw
  }
  .page-parameter .parameter-container .parameter-color .color-title-wap {
    display: block;
    font-size: 4.44444vw;
    line-height: 5.27778vw;
    color: #242933;
    text-align: center;
    margin-bottom: 3.05556vw
  }
  .page-parameter .parameter-container .parameter-color .color-button-list {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 9.16667vw
  }
  .page-parameter .parameter-container .parameter-color .color-button {
    margin: 0 1.38889vw
  }
  .page-parameter .parameter-container .parameter-color .color-button .color-button-box {
    width: 10vw;
    height: 9.16667vw;
    -webkit-border-radius: 4.44444vw;
    -moz-border-radius: 4.44444vw;
    border-radius: 4.44444vw;
    padding: .55556vw;
    border-width: .55556vw
  }
  .page-parameter .parameter-container .parameter-color .color-button .color-button-box span {
    width: 7.77778vw;
    height: 6.94444vw;
    -webkit-border-radius: 3.33333vw;
    -moz-border-radius: 3.33333vw;
    border-radius: 3.33333vw
  }
  .page-parameter .parameter-container .parameter-body {
    display: block;
    border-top: 0
  }
  .page-parameter .parameter-container .parameter-body .parameter-title {
    width: 100%;
    font-size: 5.83333vw;
    line-height: 7.22222vw;
    padding-top: 11.11111vw;
    padding-bottom: 4.44444vw;
    margin: 0;
    border-bottom: 1px solid #edeff2
  }
  .page-parameter .parameter-container .parameter-body .body-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
  }
  .page-parameter .parameter-container .parameter-body .body-attr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0
  }
  .page-parameter .parameter-container .parameter-body .body-attr-list .body-attr {
    font-size: 3.33333vw;
    line-height: 7.22222vw;
    padding: 0;
    margin: 0 2.77778vw
  }
  .page-parameter .parameter-container .parameter-body .body-image-box {
    width: 75.83333vw;
    height: 47.5vw;
    padding: 0;
    margin-top: 6.11111vw;
    margin-bottom: 2.5vw
  }
  .page-parameter .parameter-container .parameter-body .body-image-box .body-image {
    height: 100%;
    padding-bottom: 0
  }
  .page-parameter .parameter-container .parameter-item {
    display: block;
    border-top: 0;
    padding: 0
  }
  .page-parameter .parameter-container .parameter-item .parameter-title {
    width: 100%;
    font-size: 5.83333vw;
    line-height: 7.22222vw;
    padding-top: 11.11111vw;
    padding-bottom: 4.44444vw;
    margin-top: 0;
    border-bottom: 1px solid #edeff2
  }
  .page-parameter .parameter-container .parameter-item .item-box {
    width: 100%
  }
  .page-parameter .parameter-container .parameter-item .item-attr {
    padding: 0;
    margin-top: 4.44444vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr:first-of-type {
    margin-top: 3.88889vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-name {
    width: 40.83333vw;
    margin-left: 0;
    margin-right: 3.61111vw;
    font-size: 3.33333vw;
    line-height: 6.66667vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box {
    width: 44.44444vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-value-div {
    max-height: 33.33333vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-value {
    font-size: 3.33333vw;
    line-height: 6.66667vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-open .open-text {
    font-size: 3.33333vw;
    line-height: 6.66667vw
  }
  .page-parameter .parameter-container .parameter-item .item-attr-value-box .item-attr-open .open-icon {
    width: 2.77778vw;
    height: 2.77778vw;
    font-size: 2.77778vw;
    line-height: 2.77778vw
  }
}
.buy-channel-shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 999
}
.buy-channel-shade.shade-hide {
  display: none
}
.buy-channel-shade .buy-channel-box {
  position: relative;
  width: 1200px;
  -webkit-transform: translate(-600px, -329px);
  -moz-transform: translate(-600px, -329px);
  -ms-transform: translate(-600px, -329px);
  -o-transform: translate(-600px, -329px);
  transform: translate(-600px, -329px);
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 46px 0 44px;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}
.buy-channel-shade .buy-channel-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #242933;
  margin: 0 0 26px
}
.buy-channel-shade .buy-channel-close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 20px;
  right: 20px;
  font-size: 28px;
  line-height: 28px;
  color: #242933;
  text-align: center;
  cursor: pointer
}
.buy-channel-shade .buy-channel-list {
  width: 1040px;
  height: 510px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start
}
.buy-channel-shade .buy-channel-list.list-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.buy-channel-shade .buy-channel {
  list-style: none;
  padding: 10px
}
.buy-channel-shade .buy-channel-link, .buy-channel-shade .buy-channel-image {
  display: block;
  width: 240px;
  height: 150px
}
.buy-channel-shade .buy-channel-image {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px
}
@media (max-width:1199px) {
  .buy-channel-shade .buy-channel-box {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .buy-channel-shade .buy-channel-list {
    width: 86.66667vw;
    height: 42.5vw
  }
  .buy-channel-shade .buy-channel-link, .buy-channel-shade .buy-channel-image {
    width: 20vw;
    height: 12.5vw
  }
}
@media (max-width:768px) {
  .buy-channel-shade {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-items: flex-end
  }
  .buy-channel-shade .buy-channel-box {
    -webkit-border-radius: 3.33333vw 3.33333vw 0 0;
    -moz-border-radius: 3.33333vw 3.33333vw 0 0;
    border-radius: 3.33333vw 3.33333vw 0 0;
    padding: 6.66667vw 0 5.27778vw
  }
  .buy-channel-shade .buy-channel-title {
    font-size: 4.44444vw;
    line-height: 5.55556vw;
    margin-bottom: 6.75926vw
  }
  .buy-channel-shade .buy-channel-close {
    width: 5.92593vw;
    height: 5.92593vw;
    top: 6.48148vw;
    right: 5.55556vw;
    font-size: 5.92593vw;
    line-height: 5.92593vw
  }
  .buy-channel-shade .buy-channel-list {
    width: 91.66667vw;
    height: 80.74074vw
  }
  .buy-channel-shade .buy-channel {
    padding: 1.38889vw
  }
  .buy-channel-shade .buy-channel-link, .buy-channel-shade .buy-channel-image {
    width: 27.77778vw;
    height: 17.40741vw
  }
  .buy-channel-shade .buy-channel-image {
    -webkit-border-radius: 3.33333vw;
    -moz-border-radius: 3.33333vw;
    border-radius: 3.33333vw
  }
}
body.resource-pack-360 {
  padding-bottom: 0 !important
}
body.resource-pack-360 .vivo-foot-wrap {
  display: none
}