#section {
  width: 100%;
  background: #F5F7F7;
  padding-top: 1px;
  padding-bottom: 0.3rem;
}
#section .head-bar {
  background: #fff;
  /* box-shadow: 0px 0.05rem 0.17rem 1px rgba(73, 188, 189, 0.15); */
  padding: 0 0.5rem;
  min-width: 1280px;
}
#section .head-bar nav {
  display: flex;
  border-left: 1px solid #F5F7F7;
  margin: 0 auto;
  max-width: 1500px;
}
#section .head-bar nav a {
  display: block;
  padding: 0 0.3rem;
  border-right: 1px solid #F5F7F7;
}
#section .head-bar nav a .wrap {
  padding: 0.28rem 0;
  position: relative;
}
#section .head-bar nav a .wrap img {
  display: block;
  height: 0.22rem;
}
#section .head-bar nav a .wrap .forward {
  display: none;
  position: absolute;
  bottom: -0.15rem;
  padding: 0.03rem 0.12rem;
  border-radius: 0.06rem;
  background-color: #CACACA;
  color: #fff;
  font-size: 0.14rem;
  white-space: nowrap;
}
#section .head-bar nav a .wrap .forward .triangle {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #CACACA;
}
#section .head-bar nav a .active-wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#section .head-bar nav a:hover .wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#section .head-bar nav a:hover .wrap .forward {
  display: block;
}
#section .head-title {
  /* margin-top: .3rem; */
  padding: 0 0.5rem;
  border-top: 1px solid #f5f7f7;
  min-width: 1280px;
  background: #fff;
}
#section .head-title .wrap {
  background: #fff;
  padding: 0.24rem 0;
  margin: 0 auto;
  max-width: 1500px;
  /* border-radius: .06rem; */
  display: flex;
  align-items: center;
  position: relative;
}
#section .head-title .wrap .icon {
  display: block;
  width: 0.05rem;
  height: 0.15rem;
  margin-top: 0.1rem;
  border-radius: 1px;
  margin-left: 0.28rem;
  position: relative;
  overflow: visible;
}
#section .head-title .wrap .icon::before {
  display: block;
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  margin-bottom: 0.05rem;
  border-radius: 1px;
  left: 0;
  top: -0.1rem;
  position: absolute;
  background-color: inherit;
}
#section .head-title .wrap h3 {
  font-size: 0.18rem;
  margin-left: 0.18rem;
}
#section .head-title .wrap p {
  font-size: 0.16rem;
  color: #9AABAB;
  margin-left: 0.18rem;
}
#section .head-title .wrap .qg-btn-hollow {
    position: absolute;
    top: 0.22rem;
    right: 0;
}
#section .head-title .wrap .qg-btn-hollow .wrap>i {
    margin-right: 0.07rem;
}
#section .product-selected {
  padding: 0 0.5rem;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1280px;
  box-sizing: border-box;
  margin-top: 0.18rem;
}
#section .product-selected .module-02 {
  margin-top: 0.12rem;
  padding: 0.08rem 0.27rem 0.3rem;
  background: #fff;
  border-radius: 0.06rem;
}
#section .product-selected .module-02 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 6px 0;
  margin-top: 0.12rem;
}
#section .product-selected .module-02 .select-wrap {
  width: 80%;
  box-sizing: border-box;
}
#section .product-selected .module-02 .select-wrap ul {
  width: 100%;
}
#section .product-selected .module-02 .select-wrap ul > li {
  width: 100%;
  margin-top: 0.4rem;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.12rem 0;
  display: flex;
  align-items: center;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title .icon-wrap {
  margin-right: 0.3rem;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title .icon-wrap .icon {
  display: block;
  width: 0.16rem;
  height: 0.14rem;
  min-width: 14px;
  min-height: 12px;
  background: url('../image/icon/to_down_gray_icon.png') left center no-repeat;
  background-size: 100%;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title .icon-wrap .to-down-icon {
  width: 0.14rem;
  height: 0.16rem;
  min-width: 12px;
  min-height: 14px;
  background: url('../image/icon/to_right_gray_icon.png') left center no-repeat;
  background-size: 100%;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title h4 {
  font-size: 0.16rem;
  font-weight: bold;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title p {
  font-size: 0.16rem;
  color: #9AABAB;
  padding-left: 0.44rem;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title span {
  display: block;
  font-size: 0.16rem;
  color: #9AABAB;
  padding-left: 0.44rem;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title h5 {
  font-size: 0.14rem;
  margin-left: 0.77rem;
}
#section .product-selected .module-02 .select-wrap ul > li .storage-title h5 em {
  color: #E94738;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .select-disk {
  margin-top: 0.3rem;
  position: relative;
  margin-right: 0.39rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .select-disk .web-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 22px;
  height: 34px;
  padding: 0 0.1rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .select-disk .web-title strong {
  display: table-cell;
  color: #fff;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .select-disk .qg-select-item {
  min-width: 160px;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .progress-bar {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar {
  margin-top: 0.3rem;
  /* margin-left: .45rem; */
  margin-left: 0.06rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap {
  width: 6.4rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #F5F7F7;
  position: relative;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 100%;
  height: 8px;
  z-index: 9;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span {
  display: block;
  position: absolute;
  padding: 2px;
  background: #F5F7F7;
  border-radius: 50%;
  transform: translateX(-50%);
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span em {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span:nth-of-type(1) {
  left: 0;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span:nth-of-type(2) {
  left: 25%;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span:nth-of-type(3) {
  left: 50%;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span:nth-of-type(4) {
  left: 75%;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .label-point span:nth-of-type(5) {
  left: 100%;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .select-value {
  width: 0%;
  height: 100%;
  border-radius: 3px;
  position: absolute;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar .select-value .bar-point {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar-value {
  width: 100%;
  padding-top: 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar .bar-wrap .bar-value span {
  position: absolute;
  display: block;
  text-align: right;
  font-size: 0.16rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 819px) {
  #section .product-selected .module-02 .select-wrap ul > li .disk-type .many-bar {
    margin-left: 0.2rem;
  }
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-input {
  margin-top: 0.3rem;
  margin-left: 0.45rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-input .buy-many {
  margin-top: 0;
  padding-bottom: 0;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-input .input-wrap input {
  width: 0.96rem;
  padding: 0.08rem 0;
  border: 1px solid #d9d8d8;
  font-size: 0.16rem;
  color: #000;
  text-align: center;
  cursor: pointer;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type .many-input .input-wrap span {
  padding-left: 0.15rem;
}
@media screen and (max-width: 918px) {
  #section .product-selected .module-02 .select-wrap ul > li .disk-type .many-input {
    margin-left: 0;
  }
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type-show {
  display: none;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type-web {
  margin-top: 0.2rem;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type-web .select-disk .disk-title {
  border: none;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type-web .select-disk .disk-title span {
  color: #fff;
}
#section .product-selected .module-02 .select-wrap ul > li .disk-type-web .select-disk .qg-select-item {
  min-width: 160px;
}
#section .product-selected .module-02 .select-wrap ul > li ol {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
#section .product-selected .module-02 .select-wrap ul > li ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.12rem;
  height: 0.34rem;
  min-height: 22px;
  min-width: 140px;
  padding: 0 10px;
  border: 1px solid #d9d8d8;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  margin-left: -1px;
}
#section .product-selected .module-02 .select-wrap ul > li ol li .icon {
  position: absolute;
  right: 0.05rem;
  top: -0.1rem;
  display: block;
  width: 0.2rem;
  height: 0.25rem;
  min-width: 17px;
  min-height: 19px;
  background: url('../image/icon/area_waiting_icon.png') no-repeat;
  background-size: contain;
}
#section .product-selected .module-02 .select-wrap ul > li ol .active-li {
  color: #fff;
}
#section .product-selected .module-02 .select-wrap ul > li ol .active-li a {
  color: #fff;
}
#section .product-selected .module-02 .select-wrap ul > li .ml-45 {
  margin-left: 0.45rem;
}
#section .product-selected .module-02 .select-wrap ul > li .ml-60 {
  margin-left: 0.6rem;
}
#section .product-selected .module-02 .select-wrap ul > li:nth-of-type(1) {
  margin-top: 0;
}
#section .product-selected .module-01 {
  margin-top: 0.12rem;
  padding: 0.2rem 0.27rem 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
  /* overflow-x: hidden; */
}
#section .product-selected .module-01 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 6px 0;
  /* margin-top: .12rem; */
}
#section .product-selected .module-01 .select-wrap {
  width: 90%;
  box-sizing: border-box;
}
#section .product-selected .module-01 .select-wrap .item-instance span {
  width: 1.2rem;
  padding: 6px 0;
  margin-top: 0.12rem;
  color: #9AABAB;
  font-size: 0.16rem;
}
#section .product-selected .module-01 .select-wrap .item-instance ul {
  margin-left: 0.1rem;
}
#section .product-selected .module-01 .select-wrap .item-instance .ul-width {
  width: 80%;
}
#section .product-selected .module-01 .select-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .module-01 .select-wrap ul li {
  display: block;
  text-align: center;
  /* margin-top: .12rem; */
  min-width: 140px;
  height: 0.34rem;
  line-height: 0.34rem;
  min-height: 22px;
  /* padding: 0 10px; */
  border: 1px solid #d9d8d8;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  margin-bottom: -1px;
  margin-left: -1px;
  width: 2rem;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}
#section .product-selected .module-01 .select-wrap ul li .icon {
  position: absolute;
  right: 0.05rem;
  top: -0.1rem;
  display: block;
  width: 0.2rem;
  height: 0.25rem;
  min-width: 17px;
  min-height: 19px;
  background: url('../image/icon/area_waiting_icon.png') no-repeat;
  background-size: contain;
}
#section .product-selected .module-01 .select-wrap ul li .tag {
  display: inline-block;
  font-size: 0.14rem;
  color: #fff;
  height: 0.18rem;
  line-height: 0.18rem;
  padding: 0 0.035rem;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
}
.tag.recommend {
  background: #F6AE54;
}
.tag.hot-sell {
  background: #E94738;
}
.tag.new-product {
  background: linear-gradient(#ff9281 0%, #ffcd8b 100%);
}
#section .product-selected .module-01 .select-wrap ul .active-li {
  color: #fff;
  z-index: 10;
}
.whole-border-color {
  z-index: 10;
}
#section .product-selected .module-01 .select-wrap ul .active-li a {
  color: #fff;
}
#section .product-selected .module-01 .select-wrap .table {
  width: 80%;
  margin-top: 0.15rem;
  display: none;
  overflow-y: auto;
  position: relative;
}
#section .product-selected .module-01 .select-wrap .table .t-head {
  display: flex;
  flex-direction: row;
  background: #F5F7F7;
  position: sticky;
  top: 0;
  z-index: 10;
}
#section .product-selected .module-01 .select-wrap .table .t-head span {
  display: block;
  flex: 1;
  padding: 0.12rem 0;
  font-size: 0.18rem;
  color: #9AABAB;
  text-indent: 0.74rem;
}
#section .product-selected .module-01 .select-wrap .table .t-body {
  max-height: 230px;
  /* overflow: hidden; */
  padding-bottom: 0.2rem;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #F5F7F7;
  cursor: pointer;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row:hover {
  background: #F5F7F7;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row .t-col {
  flex: 1;
  width: 1%;
  padding: 0.12rem 0;
  display: flex;
  align-items: center;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row .t-col .icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 14px;
  min-height: 14px;
  margin-top: 1px;
  margin-left: 0.19rem;
  cursor: pointer;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row .t-col span {
  margin-left: 0.74rem;
  color: #9AABAB;
  font-size: 0.16rem;
}
#section .product-selected .module-01 .select-wrap .table .t-body .t-row .t-col:nth-of-type(1) span {
  margin-left: 0.34rem;
}
#section .product-selected .module-01 .select-wrap .table .t-body .active-t-row .t-col span {
  color: #000;
}
#section .product-selected .module-01 .select-wrap .active-table {
  display: block;
}
#section .product-selected .module-01 .select-wrap .prompt {
  margin-left: 0.19rem;
  padding: 6px 0;
  color: #9AABAB;
  font-size: 0.16rem;
  background-color: transparent;
}
#section .product-selected .module-01 .select-wrap .business-logo {
  margin-top: 0.2rem;
  display: none;
  align-items: center;
}
#section .product-selected .module-01 .select-wrap .business-logo input {
  display: block;
  height: 0.34rem;
  width: 3.5rem;
  min-width: 200px;
  min-height: 26px;
  border: 1px solid #d9d8d8;
  text-indent: 0.1rem;
  font-size: 0.16rem;
}
#section .product-selected .module-01 .select-wrap .business-logo span {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.14rem;
  color: #E94738;
}
#section .product-selected .module-01 .select-wrap .active-business {
  display: flex;
}
#section .product-selected .module-01 .select-wrap .mirror-select {
  /* margin-top: .17rem; */
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .qg-select-item {
  width: 2rem;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-title {
  display: table;
  padding: 0.08rem 0.22rem;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F7F7;
  cursor: pointer;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-title span {
  display: table-cell;
  padding-right: 0.2rem;
  color: #9AABAB;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-title .icon-wrap {
  display: table-cell;
  vertical-align: middle;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-title .icon-wrap .icon {
  display: block;
  width: 0.16rem;
  height: 0.14rem;
  min-width: 12px;
  min-height: 10px;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-title .icon-wrap .right-icon {
  width: 0.14rem;
  height: 0.16rem;
  min-width: 10px;
  min-height: 12px;
  background: url('../image/icon/to_right_gray_icon.png') center no-repeat;
  background-size: contain;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-box {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0.03rem rgba(73, 188, 189, 0.15);
  display: none;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-box a {
  display: block;
  padding: 0.08rem 0.22rem;
  font-size: 0.16rem;
  color: #9AABAB;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .disk-box .active-a {
  background: #E0F8F8;
  color: #000;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-disk .qg-select-item {
  min-width: 160px;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-version .qg-select-item {
  min-width: 4rem;
}
#section .product-selected .module-01 .select-wrap .mirror-select .select-version {
  margin-left: 0.1rem;
}
#section .product-selected .module-01 .select-wrap .explain .item {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
#section .product-selected .module-01 .select-wrap .explain .item span {
  display: block;
  margin-left: 0.15rem;
  font-size: 0.16rem;
}
#section .product-selected .module-01 .select-wrap .explain .item p {
  margin-left: 0.2rem;
  color: #9AABAB;
  font-size: 0.14rem;
}
#section .product-selected .module-03 {
  margin-top: 0.12rem;
  padding: 0.08rem 0.27rem 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
}
#section .product-selected .module-03 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 6px 0;
  margin-top: 0.3rem;
}
#section .product-selected .module-03 .select-wrap {
  width: 90%;
  box-sizing: border-box;
}
#section .product-selected .module-03 .select-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .module-03 .select-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
  min-width: 83px;
  height: 0.34rem;
  min-height: 22px;
  border: 1px solid #d9d8d8;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  margin-left: -1px;
}
#section .product-selected .module-03 .select-wrap ul li .sale {
  display: none;
  position: absolute;
  top: -15px;
  right: 0.1px;
  width: 37px;
  background: #E94738;
  border-radius: 0.06rem;
}
#section .product-selected .module-03 .select-wrap ul li .sale span {
  display: block;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
}
#section .product-selected .module-03 .select-wrap ul li .sale .triangle {
  position: absolute;
  right: 6px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #E94738;
}
#section .product-selected .module-03 .select-wrap ul li .active-sale {
  display: block;
}
#section .product-selected .module-03 .select-wrap ul .active-li {
  color: #fff;
}
#section .product-selected .module-03 .select-wrap ul .other-time {
  border: none;
}
#section .product-selected .module-03 .select-wrap ul .other-time a {
  font-size: 0.14rem;
}
#section .product-selected .module-03 .select-wrap ul .other-time a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  #section .product-selected .module-03 h3 {
    margin-top: 0.5rem;
  }
  #section .product-selected .module-03 .select-wrap ul li {
    margin-top: 0.4rem;
  }
}
#section .product-selected .module-04 {
  margin-top: 0.12rem;
  padding: 0.08rem 0.27rem 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
}
#section .product-selected .module-04 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 6px 0;
  margin-top: 0.3rem;
}
#section .product-selected .module-04 .select-wrap {
  width: 90%;
  box-sizing: border-box;
}
#section .product-selected .module-04 .select-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#section .product-selected .module-04 .select-wrap ul li {
  width: 50%;
  margin-top: 0.2rem;
  color: #9AABAB;
  display: flex;
  align-items: center;
}
#section .product-selected .module-04 .select-wrap ul li .tip {
  display: inline-block;
  position: relative;
}
#section .product-selected .module-04 .select-wrap ul li .tip .icon {
  margin-left: 0.12rem;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
}
#section .product-selected .module-04 .select-wrap ul li .tip .tip-content {
  display: none;
  position: absolute;
  /* top: -0.5rem;
  left: -0.4rem; */
  bottom: 0.3rem;
  left: -0.32rem;
  width: 400px;
}
#section .product-selected .module-04 .select-wrap ul li .tip .tip-content .wrap {
  display: inline-block;
  max-width: 300px;
  border: 1px solid #d9d8d8;
  border-radius: 0.06rem;
}
#section .product-selected .module-04 .select-wrap ul li .tip .tip-content .wrap em {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.08rem 0.2rem;
}
#section .product-selected .module-04 .select-wrap ul li .tip .tip-content .triangle {
  position: absolute;
  bottom: -0.05rem;
  left: 0.4rem;
  margin-left: 8px;
  width: 10px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #d9d8d8;
  transform: rotate(45deg);
}
#section .product-selected .module-04 .select-wrap ul li .tip:hover .tip-content {
  display: block;
}
#section .product-selected .module-05 {
  margin-top: 0.12rem;
  padding: 0.2rem 0.27rem 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
}
#section .product-selected .module-05 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
}
#section .product-selected .module-05 .select-wrap {
  width: 90%;
  box-sizing: border-box;
}
#section .product-selected .module-05 .select-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#section .product-selected .module-05 .select-wrap ul li {
  color: #9AABAB;
  margin-left: 0.3rem;
}
#section .product-selected .module-05 .select-wrap ul li em {
  margin-left: 0.1rem;
  color: #000;
}
#section .product-selected .module-05 .select-wrap ul li:nth-of-type(1) {
  margin-left: 0;
}
#section .product-selected .module-06 {
  margin-top: 0.12rem;
  padding: 0.08rem 0.27rem 0.2rem;
  background: #fff;
  border-radius: 0.06rem;
}
#section .product-selected .module-06 h3 {
  width: 10%;
  box-sizing: border-box;
  font-size: 0.18rem;
  padding: 6px 0;
  margin-top: 0.12rem;
}
#section .product-selected .module-06 .select-wrap {
  width: 90%;
  box-sizing: border-box;
}
#section .product-selected .module-06 .select-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .module-06 .select-wrap ul li {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
}
#section .product-selected .module-01 .select-wrap ul li.qg-disabled {
  background-color: #dfe4e4;
  cursor: not-allowed;
}
#section .product-selected .module-01 .select-wrap ul li.qg-disabled a {
  color: #999;
  cursor: not-allowed;
}
#section .product-selected .module-01 .select-wrap ul li .icon {
  position: absolute;
  top: -15px;
  right: 0.1px;
  width: 37px;
  background: #E94738;
  border-radius: 0.06rem;
}
#section .product-selected .module-06 .select-wrap ul li em {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d8d8;
  border-top: none;
  padding: 3px 0;
  font-size: 0.15rem;
}
#section .product-selected .module-06 .select-wrap ul li .icon {
  position: absolute;
  right: 0.05rem;
  top: -0.1rem;
  display: block;
  width: 0.2rem;
  height: 0.25rem;
  min-width: 17px;
  min-height: 19px;
  background: url('../image/icon/area_waiting_icon.png') no-repeat;
  background-size: contain;
}
#section .product-selected .module-06 .select-wrap ul .active-li span {
  color: #fff;
}
#section .product-selected .active-module {
  box-shadow: 0px 0.05rem 0.15rem 0.03rem rgba(73, 188, 189, 0.2);
}
#section .product-selected .buy-many {
  margin-top: 0.19rem;
  padding-bottom: 0.15rem;
}
#section .product-selected .buy-many input {
  height: 32px;
  width: 83px;
  border: 1px solid #d9d8d8;
  text-align: center;
  font-size: 0.16rem;
  color: #000;
  cursor: text;
}
#section .product-selected .buy-many p {
  padding: 0 6px;
  line-height: 34px;
  font-size: 0.16rem;
}
#section .product-selected .buy-many .btn {
  height: 34px;
  width: 30px;
}
#section .product-selected .buy-many .btn a {
  display: block;
  width: 100%;
  height: 16px;
  background-color: #F5F7F7;
  background-position: center;
  background-repeat: no-repeat;
}
#section .product-selected .buy-many .btn .btn-add {
  background-image: url('../image/icon/to_up_lightgray_icon.png');
  background-size: contain;
}
#section .product-selected .buy-many .btn .active-btn-add {
  background-image: url('../image/icon/to_up_white_icon.png');
  background-size: contain;
}
#section .product-selected .buy-many .btn .btn-reduce {
  margin-top: 2px;
  background-image: url('../image/icon/to_down_lightgray_icon.png');
  background-size: contain;
}
#section .product-selected .buy-many .btn .active-btn-reduce {
  background-image: url('../image/icon/to_down_white_icon.png');
  background-size: contain;
}
#section .product-selected .item-instance span {
  width: 1.2rem;
  padding: 6px 0;
  margin-top: 0.12rem;
  color: #9AABAB;
  font-size: 0.16rem;
}
#section .product-selected .item-instance ul,
#section .product-selected .item-instance ol {
  margin-left: 0.1rem;
}
#section .product-selected .item-instance .ul-width {
  width: 80%;
}
#section .product-selected .nav-col {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .nav-col li {
  margin-top: 0.12rem;
  min-width: 140px;
  padding: 6px 10px;
  border: 1px solid #F5F7F7;
  text-align: center;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
}
#section .product-selected .nav-col li .icon {
  position: absolute;
  right: 0.05rem;
  top: -0.1rem;
  display: block;
  width: 0.2rem;
  height: 0.25rem;
  min-width: 17px;
  min-height: 19px;
  background: url('../image/icon/area_waiting_icon.png') no-repeat;
  background-size: contain;
}
#section .product-selected .nav-col .active-li {
  color: #fff;
  border: none;
}
#section .product-selected .nav-col .active-li a {
  color: #fff;
}
#section .product-selected .basic-setup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#section .product-selected .basic-setup li {
  color: #9AABAB;
  margin-left: 0.3rem;
}
#section .product-selected .basic-setup li em {
  margin-left: 0.1rem;
  color: #000;
}
#section .product-selected .basic-setup li:nth-of-type(1) {
  margin-left: 0;
}
#section .confirm-order {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 0.4rem 0.5rem 0.2rem;
  min-width: 1280px;
  margin-top: 0.4rem;
  box-shadow: 0px -0.05rem 0.17rem 1px rgba(73, 188, 189, 0.15);
}
#section .confirm-order .order-wrap {
  display: table;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#section .confirm-order .order-wrap .order {
  display: table-cell;
  width: 80%;
}
#section .confirm-order .order-wrap .order .fee {
  margin-left: 0.25rem;
  display: flex;
  align-items: flex-end;
  height: 0.3rem;
}
#section .confirm-order .order-wrap .order .fee h3 {
  font-size: 0.18rem;
  font-weight: bold;
}
#section .confirm-order .order-wrap .order .fee span {
  display: block;
  margin-left: 0.62rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #E94738;
  line-height: 1;
}
#section .confirm-order .order-wrap .order .fee em {
  display: block;
  margin-left: 0.2rem;
  font-size: 0.18rem;
  text-decoration: line-through;
  color: #9AABAB;
}
#section .confirm-order .order-wrap .order .order-info {
  margin-left: 0.25rem;
  margin-top: 0.14rem;
  color: #9AABAB;
  font-size: 0.16rem;
}
#section .confirm-order .order-wrap .btn {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
#section .confirm-order .order-wrap .btn .btn-confirm {
  padding: 0.1rem 0.4rem;
  border-radius: 0.06rem;
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: 2px;
}
#section .confirm-order .order-wrap .btn .btn-confirm:hover {
  background: #F6AE54;
}
#section .active-confirm {
  position: sticky;
  z-index: 110;
  bottom: 0;
}
#product-nav {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0.05rem 0.17rem 1px rgba(73, 188, 189, 0.15);
  padding: 0 1.8rem;
  display: none;
}
#product-nav nav {
  display: flex;
  border-left: 1px solid #F5F7F7;
}
#product-nav nav a {
  display: block;
  padding: 0 0.3rem;
  border-right: 1px solid #F5F7F7;
}
#product-nav nav a .wrap {
  padding: 0.28rem 0;
  position: relative;
}
#product-nav nav a .wrap img {
  display: block;
  height: 0.22rem;
}
#product-nav nav a .wrap .forward {
  display: none;
  position: absolute;
  bottom: -0.15rem;
  padding: 0.03rem 0.12rem;
  border-radius: 0.06rem;
  background-color: #CACACA;
  color: #fff;
  font-size: 0.14rem;
  white-space: nowrap;
}
#product-nav nav a .wrap .forward .triangle {
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #CACACA;
}
#product-nav nav a .active-wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#product-nav nav a:hover .wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#product-nav nav a:hover .wrap .forward {
  display: block;
}
.text-muted {
  color: #2A303B;
  font-size: 0.16rem;
  margin-top: 0.15rem;
}
#section .product-selected .module-01 .select-wrap .qg-select-item {
  display: flex;
  flex-wrap: wrap;
}
#section .product-selected .module-02 .select-wrap ul li .system-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  min-width: 160px;
  width: 129px;
  height: 0.34rem;
  min-height: 22px;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.module-02 .module-01 {
  padding: 0 !important;
}
.module-02 .module-01 li {
  margin-top: 0 !important;
}
#section .product-selected .module-01 .select-wrap ul li:hover {
  z-index: 11;
}
#section .product-selected .module-01 .select-wrap ul li:hover.qg-disabled {
  border-color: #d9d8d8;
}
#section .product-selected .module-01 .select-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#section .product-selected .module-01 .select-wrap ul li.size-li {
  flex-direction: column;
  height: auto;
  padding: 0;
}
.size-li > div {
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.size-li > div:nth-child(1) {
  justify-content: center;
  border-bottom: 1px solid #d9d8d8;
}
.size-li span {
  min-width: 50px;
  /* width: 50%; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.size-li span:nth-child(1) {
  color: #999;
}
.size-li span:nth-child(2) {
  text-align: right;
  flex: 1;
  color: #000;
}
#section .chose-setting {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  position: relative;
}
#section .chose-setting .qg-btn-hollow {
    position: absolute;
    top: 0;
    right: 0;
}
#section .chose-setting .qg-btn-hollow .wrap>i {
    margin-right: 0.07rem;
}
#section .chose-setting-btn {
  line-height: 0.4rem;
  height: 0.4rem;
  padding: 0 0.25rem;
  background-color: #E8EAEA;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
  margin-right: 0.1rem;
  display: inline-block;
}
#section .chose-setting-btn.active,
#section .chose-setting-btn:hover {
  background-color: #fff;
}
#section .chose-setting .related {
  font-size: 0.16rem;
  color: #9AABAB;
  margin-left: 0.16rem;
}
#section .product-selected .module-01 .tip-outer {
  width: auto;
  top: 0.5rem;
}
#section .product-selected .module-01 .size-li .tip-outer {
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
#section .product-selected .module-01 .size-li .tip-outer .tip-content {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#section .product-selected .module-01 .size-li .tip-outer .tip-content:after {
  margin-left: -0.18rem;
}
#section .product-selected .module-01 .tip-outer .tip-content {
  left: 0;
  transform: translateX(0);
  position: relative;
  top: 0;
}
#section .product-selected .module-01 .tip-outer .tip-content:after {
  left: 50% !important;
  top: -0.1rem !important;
  margin-left: -0.08rem;
}
#section .product-selected .module-01 .select-wrap ul li.parent-li {
  flex-direction: column;
  height: auto;
}
#section .product-selected .module-01 .select-wrap ul li.parent-li > div {
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
}
#section .product-selected .module-01 .select-wrap ul li.qg-disabled > div {
  color: #999;
}
#section .product-selected .module-01 .select-wrap ul li.parent-li > div:nth-child(2) {
  border-top: 1px solid #d9d8d8;
}
#section .product-selected .module-01 .select-wrap ul li.parent-li.active-li > div:nth-child(2) {
  background-color: #fff;
}

.prompt-txt {
  font-size: 0.16rem;
  color: #9AABAB;
  margin-top: 0.06rem;
}
