        html {
          height: auto;
        }

        .host {
          min-height: 300px;
          border: 0 solid #c3c3c3;
          position: relative;
          padding: 0 11px 0 11px;
        }


        .assistant {
          min-height: 400px;
          border-bottom: 0;
          background: #F9F9F9;
          padding: 11px;
        }

        .binding-box {
          position: relative;
        }


        .order {
          position: sticky;
          bottom: 0;
          z-index: 1;
        }

        .order .ant-collapse-content>.ant-collapse-content-box {
          background: #F1F1F1;
          padding: 20px;
        }

        .order .ant-collapse {
          border-radius: 20px;
          border: 0;
        }

        .order .ant-collapse>.ant-collapse-item {
          border-bottom: 0;
        }

        .order .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
          font-size: 20px;
        }

        .order .bottom-settlement {
          padding: 10px;
          height: 60px;
          display: flex;
          align-items: center;
          background-color: #FFF;
          justify-content: space-between;
          border-radius: 0 0 17px 17px;
        }


        .order .bottom-settlement .info {
          color: #61696B;
          font-size: 12px;
          font-weight: 500;
        }

        .order .bottom-settlement .info .num {
          aspect-ratio: 1/1;
          background-color: #FF0E0E;
          border-radius: 24px;
          color: #FFF;
          font-family: HarmonyOS Sans SC;
          font-size: 10px;
          font-weight: 400;
          margin-left: 7px;
          padding: 2px;
          width: 18px;
          height: 18px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
        }

        .order .bottom-settlement .info .price {
          margin-top: 5px;
          color: #101213;
          font-size: 18px;
          font-weight: 700;
        }

        .order .bottom-settlement .info .price .discount {
          font-size: 14px;
          margin-left: 10px;
          color: #85C320;
          font-weight: 400;
        }

        .p-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          /*margin: 0 -5px 0;*/
        }

        .p-list .item {
          background: #fff;
          padding: 10px;
          width: calc(20% - 18px);
          float: left;
          text-align: center;
          margin: 9px;
          transition: all 0.3s;
          cursor: pointer;
          border-radius: 10px;
          border: 2px solid #F1F1F1;
          position: relative;
        }

        .host .p-list .item {
          margin: 30px 15px 0 15px;
          width: calc(20% - 8px);
        }

        .p-list .item:hover {
          box-shadow: 0 0 3px rgba(46, 110, 213, 0.6);
          border: 2px solid rgba(46, 110, 213, 0.8);
        }


        .p-list .item .logo {
          background: #F9F9F9;
          border-radius: 10px;
          height: 140px;
          width: 140px;
          margin: 10px auto;
          position: relative;
        }

        .p-list .item .logo>img {
          margin-top: 20px;
          width: 80px;
          height: 80px;
        }

        .p-list .item .logo .spec-desc {
          min-height: 20px;
          background: #85C320;
          background: #fff;
          border-radius: 13px;
          color: #61696b;
          text-align: center;
          font-size: 11px;
          font-weight: 400;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 15px 5px 0 5px;
          white-space: nowrap;
        }


        .p-list .item .name {
          height: 40px;
          color: #61696B;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px
        }


        .p-list .price {

          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .p-list .price del {
          color: #A8ADAF;
          font-size: 12px;
          display: block;
          font-weight: 400;
        }

        .p-list .price .price-item {
          color: #101213;
          font-weight: 700;
          font-size: 18px;
          font-family: HarmonyOS Sans SC;
          margin-right: 7px;
        }

        .p-list .ant-btn {
          width: 100%;
          margin-top: 10px;
          background: #2e6ed5;
          border: 0;
          color: #fff;
          z-index: 1;
          height: 35px;
          border-radius: 5px;
        }

        .p-list .tl {
          margin-top: 10px;
          align-items: flex-end;
          height: 21px;
        }


        .plat-box {
          text-align: left;
          display: flex;
          align-items: center;
          color: #777777;
          justify-content: center;
          line-height: 0;
        }

        .plat-box svg {
          margin: 0 2.5px;
          width: 18px;
          height: 18px;
        }

        .ant-btn-blue {
          background-color: #85C320;
          border-color: #85C320;
        }

        .ant-btn-blue:hover {
          background-color: #85c32099;
          border-color: #85c32099;
        }

        .md-stepper {
          color: #101213;
          -webkit-font-smoothing: antialiased;
          height: 35px;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          margin-top: 10px;
          font-family: HarmonyOS Sans SC;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 125% */
        }

        .md-stepper-button {
          position: relative;
          width: 35px;
          height: 35px;
          background-color: #2e6ed5;
          border-radius: 2px;
          cursor: pointer;

        }

        .md-stepper-button.subtraction {
          margin: 0 10px;
          background: #2e6ed517;
          color: #2e6ed5;
        }

        .md-stepper-button.subtraction:after {
          background: #2e6ed5;
        }


        .md-stepper-button.disabled:after,
        .md-stepper-button.disabled:before {
          opacity: .3;
        }

        .goods-box .theme .img-list {
          overflow: hidden;
          border: 1px solid #efefef7a;
          border-radius: 5px;
        }

        .goods-box .theme .img-list img {
          border-radius: 5px;
          max-height: 100%;
          max-width: 100%;
          margin: auto;
        }

        .md-stepper-button:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          background: #111a34;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }

        .md-stepper-button:after {
          width: 10px;
          height: 2px;
        }

        .md-stepper-number {
          flex: 1;
          height: 35px;
          padding: 0 4px;
          text-align: center;
          border-radius: 0;
          background-color: #f9fafb;
          position: relative;
          min-width: 80px;
        }

        .md-stepper-number input {
          width: 100%;
          height: 100%;
          border: none;
          outline: none;
          font-size: 16px;
          font-weight: 400;
          font-family: HarmonyOS Sans SC;
          line-height: 20px;
          background-color: initial;
          box-sizing: border-box;
          text-align: center;
          color: #111a34;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
        }

        .md-stepper-button.md-stepper-button-add:before {
          width: 2px;
          height: 10px;
        }

        .md-stepper-button.md-stepper-button-add:before,
        .md-stepper-button:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          background: #fff;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }

        .ant-collapse>.ant-collapse-item>.ant-collapse-header {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-family: HarmonyOS Sans SC;
          font-size: 15px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          color: #fff;
        }

        .cart-goods-box {
          max-height: 500px;
          overflow-y: scroll;
          overflow-x: hidden;
          user-select: none;
          display: flex;
          flex-wrap: wrap;
        }

        .cart-goods-box::-webkit-scrollbar-corner {
          /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
          background-color: #fff;
        }

        .cart-goods-box ::-webkit-scrollbar-button {
          /* 滑轨两头的监听按钮颜色 */
          background-color: #fff;
        }

        .cart-goods-box::-webkit-scrollbar-thumb {
          /* 滑块颜色 */
          background-color: rgba(183, 183, 183, 0.3);
          border-radius: 50px;
        }

        .cart-goods-box::-webkit-scrollbar-track {
          /* 滚动条的滑轨背景颜色 */
          background-color: #fff;
        }

        .cart-goods-box::-webkit-scrollbar {
          width: 0px !important;
        }

        .cart-goods {
          width: calc(50% - 10px);
          background-color: #FFF;
          margin-bottom: 20px;
          border-radius: 10px;
          padding: 10px;
          display: flex;
          align-items: center;
        }

        .cart-goods:nth-child(2n-1) {
          margin: 0 20px 20px 0;
        }

        .cart-goods>img {
          width: 80px;
          height: 80px;
          margin-right: 10px;
        }

        .cart-goods>div {
          flex: 1;
        }

        .cart-goods .del-ico {
          margin-right: 10px;
          color: red;
          float: right;
        }

        .cart-goods .name {
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          height: 20px;
          display: flex;
          justify-content: space-between;
          color: #61696B;
        }

        .cart-goods .name .font-key {
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          border-radius: 5px;
          width: 20px;
          display: inline-block;
          margin-right: 10px;
          text-align: center;
        }

        .cart-goods .name .font-key.req-key {
          color: red;
          background-color: #fbf4f4;
        }

        .cart-goods .name .font-key.host-key {
          color: #85C320;
          background: #F6FFED;
        }

        .cart-goods .name .font-key.attr-key {
          color: #16B8F3;
          background-color: #E9F9FF;
        }

        .cart-goods .spec {
          font-size: 12px;
          margin: 10px 0;
          font-weight: 400;
          color: #A8ADAF;
        }

        .cart-goods .subtotal {
          display: flex;
          font-size: 14px;
          justify-content: space-between;
        }

        .cart-goods .subtotal .price {
          color: #FF4141;
          font-size: 18px;
          font-weight: 700;
          width: 150px;
          display: flex;
          align-items: center;
          font-family: HarmonyOS Sans SC;
        }

        .cart-goods .subtotal .price del {
          font-weight: 400;
          font-size: 12px;
          margin-left: 10px;
          color: #A8ADAF;
        }

        .sell-out {
          margin-top: 15px;
          height: 32px;
          color: #ffffff;
          justify-content: center;
          align-items: center;
          display: flex;
          background: #0000002e;
          border-radius: 3px;
        }

        .cart-box {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 11px;
          --host-remainder: 4;
        }

        .cart-box .cart {
          background: linear-gradient(180deg, #D3D6D8 0%, #F9F9F9 100%);
          position: relative;
          --height: 42px;
          height: var(--height);
          width: calc(calc(calc(20% - 8px) * var(--host-remainder, 4) + calc(30px * calc(var(--host-remainder, 4) - 1))) - 20px);
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .cart-box .cart:after {
          content: '';
          display: block;
          width: var(--height);
          aspect-ratio: 1/1;
          left: calc(-8px - calc(var(--height) / 2));
          position: absolute;
          background: #fff;
          border-radius: 50%;

        }

        .cart-box .cart:before {
          content: '';
          display: block;
          width: var(--height);
          aspect-ratio: 1/1;
          right: calc(-8px - calc(var(--height) / 2));
          position: absolute;
          background: #fff;
          border-radius: 50%;

        }

        .svgClass {
          position: absolute;
          width: 100%;
          height: 167px;
        }

        div#cart-dot {
          position: fixed;
          transition: left 1s linear, top 1s ease-in;
          width: 25px;
          height: 25px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          opacity: 0;
        }

        div#cart-dot svg,
        div#cart-dot img {
          width: 40px;
          height: 40px;
        }

        .banner-item {
          height: 340px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }

        .banner-item-2 {
          width: 1200px;
          margin: 0 auto;
        }

        .banner-item-2>a {
          display: inline-block;
          height: 400px;
          background: #fff;
          width: 590px;
          vertical-align: middle;
        }

        .banner-item-2>a:nth-child(2) {
          margin-left: 16px;
        }

        .banner-item-2>a .info {
          width: 300px;
          text-align: center;
          padding: 90px 20px 20px 20px;
          font-size: 20px;
          color: #333;
          font-weight: bold;
        }

        .banner-item-2>a .info .ant-btn {
          margin-top: 30px;
        }

        .banner-item-2>a .img {
          width: 280px;
          margin-left: 10px;
          text-align: center;
          padding-top: 90px;
        }

        .banner-item-2>a .img img {
          height: 220px;
        }

        .banner-item-2>a .desc {
          color: #999;
          font-size: 14px;
          margin-top: 10px;
          font-weight: normal;
        }

        .ant-carousel .slick-prev {
          left: -75px;
        }

        .ant-collapse>.ant-collapse-item>.ant-collapse-header {
          color: #fff;
          font-weight: 800;
        }


        .time-remaining {
          text-align: center;
          font-size: 23px;
          background: #fff;
          border-radius: 20px 20px 0 0;
          margin-top: 25px;
          position: relative;
          padding: 30px 0 30px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
        }

        .time-remaining.line:after {
          content: "";
          display: block;
          width: 80%;
          height: 1px;
          background-color: #f1f1f1;
          position: absolute;
          bottom: 0px;
        }

        .time-remaining .title {
          display: block;
          font-size: 24px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          margin-bottom: 10px;
          flex: 100%;
          color: #101213;

        }

        .time-remaining .time {
          /*width: 37px;*/
          height: 37px;
          padding: 8px 6px 6px 6px;
          border-radius: 5px;
          background-color: #2e6ed517;
          color: #2e6ed5;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
        }

        .time-remaining .name {
          margin: 0 10px;
          font-weight: 600;
          color: #000;
        }

        .ant-carousel .slick-dots li.slick-active button {
          background: #2e6ed5;

        }

        .ant-carousel .slick-dots li button {
          background: #85c320;
        }

        .goods-list {
          background: white;
          border-radius: 0 0 20px 20px;
          margin-bottom: 15px;
          padding: 0 20px 20px 20px;
        }

        .binding-type {
          margin: 5px;
          text-align: left;
          display: flex;
          align-items: center;
          color: #777777;
          position: absolute;
          left: 2px;
          top: 0;
        }

        .goods-box {
          max-height: 900px;
          overflow-y: auto;
        }

        .goods-box-style {
          display: flex;
          justify-content: space-evenly;
          overflow: hidden;
          height: 500px;
        }

        .goods-box-style .theme {
          width: 40%;
          height: 100%;
          border-radius: 0 0 5px 5px;
          overflow: hidden;
        }



        .goods-box-style .desc {
          width: 60%;
        }

        .goods-box .desc {
          overflow-y: auto;
          padding: 30px 0 30px 15px;
        }


        .img-click-list::-webkit-scrollbar,
        .goods-box::-webkit-scrollbar,
        .goods-box .desc::-webkit-scrollbar {
          width: 4px;
          height: 4px;
        }

        .img-click-list::-webkit-scrollbar-thumb,
        .goods-box::-webkit-scrollbar-thumb,
        .goods-box .desc::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          opacity: 0.2;
        }

        .img-click-list::-webkit-scrollbar-track,
        .goods-box::-webkit-scrollbar-track,
        .goods-box .desc::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          border-radius: 0;
        }

        .goods-box .info .price {
          display: flex;
          margin-bottom: 10px;
        }

        .goods-box .info .price .item {
          color: #101213;
          font-family: HarmonyOS Sans SC;
          font-size: 28px;
          font-weight: 700;
          line-height: 24px;
        }

        .goods-box .info .price .item.market-price {
          text-decoration: line-through;
          color: #61696B;
          font-size: 16px;
          font-weight: 400;
          margin-left: 10px;

        }

        .goods-box .theme .info .title {
          color: #101213;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          margin-bottom: 10px;
          word-break: break-all;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
        }

        .goods-box .theme .info .goods-plat-box {
          height: 18px;
          color: #61696B;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 16px;
          display: flex;
          align-items: center;
        }

        .goods-box .theme {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }

        .goods-box .theme .info {
          height: 90px;
        }

        .goods-box .theme .img-click-list {
          width: 100%;
          overflow-x: auto;
          overflow-y: hidden;
          user-select: none;
          padding-bottom: 5px;
        }

        .goods-box .theme .img-click-list>div {
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: max-content;
        }

        .goods-box .theme .img-click-list .item {
          width: 60px;
          height: 60px;
          margin: 0 15px;
          border-radius: 10px;
          /*border: 1px solid #F1F1F1;*/
          overflow: hidden;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
        }

        .goods-box .theme .img-click-list .item>img {
          width: 60px;
        }

        .ant-carousel .slick-dots-bottom {
          bottom: -13px;
        }

        .ant-carousel .slick-next {
          right: 35px;
          width: auto;
          height: auto;
          opacity: 0.2;
        }

        .ant-carousel .slick-prev {
          left: 35px;
          width: auto;
          height: auto;
          z-index: 1;
          opacity: 0.2;
        }

        .ant-carousel-vertical .slick-dots-right {
          right: -10px;
        }

        .position-relate {
          margin-top: 25px;
        }

        .goods-icon-share path {
          fill: #2e6ed5;
        }