/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.breadcrumb {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb-content {
  width: 1226px;
  margin: 0 auto;
}
.breadcrumb .ant-breadcrumb a {
  color: #606266;
  font-size: 12px;
}
.breadcrumb .ant-breadcrumb a:hover {
  color: #ff6a01;
}
.breadcrumb .ant-breadcrumb > span:last-child a {
  color: #606266;
  font-size: 12px;
}
.breadcrumb .ant-breadcrumb-link {
  color: #606266;
  font-size: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

.product-secret-card .confirm-btn {
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-secret-card .confirm-btn .order-info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fafbfc;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 30px;
}
.product-secret-card .confirm-btn .order-info :nth-child(1) {
  font-size: 16px;
}
.product-secret-card .confirm-btn .order-info :nth-child(2) {
  font-size: 20px;
  color: #ff6a01;
  margin-left: 36px;
}
.product-secret-card .confirm-btn .order-info :nth-child(3) {
  font-size: 20px;
  color: #ff6a01;
  margin-left: 36px;
}
.product-secret-card .confirm-btn .btn {
  width: 150px;
  height: 45px;
  background: #ff6a01;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  letter-spacing: 1px;
}
.product-secret-card .confirm-btn .confimr-tip {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #909399;
  margin-top: 8px;
  font-size: 12px;
}
.product-secret-card .ant-alert-close-icon {
  top: 14px;
}
.modal-info .ant-btn-primary {
  color: #fff;
  background: #ff6a01 !important;
  border-color: #ff6a01 !important;
}

.InputNumber {
  width: 130px;
  height: 34px;
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #D8DCE6;
  overflow: hidden;
  margin-top: 5px;
}
.InputNumber .addIcon {
  display: inline-block;
  width: 30px;
  height: 100%;
  line-height: 32px;
  color: #606266;
  float: left;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-left: 1px solid #D8DCE6;
}
.InputNumber .addIcon img {
  width: 9px;
  height: 9px;
}
.InputNumber .Inputs {
  width: calc(100% - 60px);
  height: 100%;
  line-height: 100%;
  float: left;
  font-size: 14px;
  border: 0;
  text-align: center;
}
.InputNumber .reduceIcon {
  display: inline-block;
  width: 30px;
  height: 100%;
  line-height: 32px;
  color: #606266;
  float: left;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-right: 1px solid #D8DCE6;
}
.InputNumber .reduceIcon img {
  width: 9px;
  height: 1px;
}
.InputNumber .ant-input:focus {
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}

.product-recharge .ant-btn:active {
  color: #ff6a01 !important;
  background: #fff;
  border-color: #ff6a01 !important;
}
.product-recharge .ant-btn:hover,
.product-recharge .ant-btn:focus {
  color: #ff6a01 !important;
  background: #fff;
  border-color: #ff6a01 !important;
}
.product-recharge .confirm-btn {
  height: 162px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
}
.product-recharge .confirm-btn .order-info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fafbfc;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 30px;
}
.product-recharge .confirm-btn .order-info :nth-child(1) {
  font-size: 16px;
}
.product-recharge .confirm-btn .order-info :nth-child(2) {
  font-size: 20px;
  color: #ff6a01;
  margin-left: 36px;
}
.product-recharge .confirm-btn .order-info :nth-child(3) {
  font-size: 20px;
  color: #ff6a01;
  margin-left: 36px;
}
.product-recharge .confirm-btn .btn {
  width: 150px;
  height: 45px;
  background: #ff6a01;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  letter-spacing: 1px;
}
.product-recharge .confirm-btn .confimr-tip {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #909399;
  margin-top: 8px;
  font-size: 12px;
}
.product-recharge .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-recharge .textAreaContent {
  width: 200px;
  background-color: #fdfdfd;
}
.product-recharge .uploadBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-recharge .upload-info {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
  text-align: left;
  word-break: break-all;
}
.product-recharge .upload-info .upload-icon {
  width: 12px;
  height: 12px;
  color: #ccc;
}
.product-recharge .popover-content .ant-popover-title {
  border: 0 !important;
}
.product-recharge .expand-name {
  display: none;
}
.product-recharge .ant-alert-close-icon {
  margin-top: 6px;
}
.tip-item .tip-item-title {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  margin-bottom: 14px;
}
.tip-item .tip-item-title span:last-child {
  font-size: 12px;
  color: #909399;
  margin-left: 8px;
}
.tip-item .tip-item-content {
  padding-left: 24px;
}
.tip-item .tip-item-content p {
  line-height: 10px;
  color: #606266;
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
}
.modal-info .ant-btn-primary {
  color: #fff;
  background: #ff6a01 !important;
  border-color: #ff6a01 !important;
}
.ant-popover-content .ant-btn-primary {
  color: #fff;
  background: #ff6a01 !important;
  border-color: #ff6a01 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
}
.ant-popover-content .ant-btn-primary:active {
  color: #fff;
  background: #ff6a01 !important;
  border-color: #ff6a01 !important;
}
.ant-popover-content .ant-btn-primary:hover,
.ant-popover-content .ant-btn-primary:focus {
  color: #fff;
  background: #ff6a01 !important;
  border-color: #ff6a01 !important;
}

.exchange-form .sunmit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.exchange-form .sunmit-btn span {
  width: 108px;
  height: 40px;
  background: #ff6a01;
  border-radius: 4px;
  border: 1px solid #ff6a01;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  color: #fff;
  cursor: pointer;
}
.exchange-form .sunmit-btn span:last-child {
  background: #fff;
  border-color: #D8D8D8;
  color: #909399;
  margin-left: 14px;
}

.product-home {
  background-color: #f5f5f5;
}
.product-home .product-container {
  background-color: #fff;
}
.product-home .product-container .product-detail {
  padding-top: 42px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-home .product-container .product-detail .product-detail-left {
  width: 440px;
}
.product-home .product-container .product-detail .product-detail-left .detail-left-img {
  width: 440px;
  height: 330px;
  border-radius: 4px;
  background-color: #f9f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-home .product-container .product-detail .product-detail-left .detail-left-img .product-img {
  width: 375px;
  height: 224px;
  border-radius: 4px;
  overflow: hidden;
}
.product-home .product-container .product-detail .product-detail-left .detail-left-img .product-img img {
  width: 375px;
  height: 224px;
}
.product-home .product-container .product-detail .product-detail-left .detail-left-tip {
  width: 440px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-home .product-container .product-detail .product-detail-left .detail-left-tip img {
  width: 375px;
  height: 18px;
}
.product-home .product-container .product-detail .product-detail-right {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-home .product-container .product-detail .product-detail-right .product-third-name {
  width: 100%;
  height: 27px;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 27px;
}
.product-home .product-container .product-detail .product-detail-right .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
}
.product-home .product-container .product-detail .product-detail-right .product-item .p-title {
  width: 50px;
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #606266;
  text-align: center;
}
.product-home .product-container .product-detail .product-detail-right .product-item .p-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 28px;
}
.product-home .product-container .product-detail .product-detail-right .product-price-area {
  background-color: #f9f9fa;
  height: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-home .product-container .product-detail .product-detail-right .product-price-area .p-content {
  color: #ff6a01;
  font-size: 20px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 600;
}
.product-home .product-container .product-detail .product-detail-right .product-price-area .enquiry {
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  padding-right: 12px;
}
.product-home .product-container .product-detail .product-detail-right .product-price-area .enquiry span {
  color: #ff6a01;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.product-home .product-container .product-detail .product-detail-right .product-service {
  padding: 14px;
  padding-right: 0;
  border-bottom: 1px solid #ececec;
}
.product-home .product-container .product-detail .product-detail-right .product-service .p-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #606266;
}
.product-home .product-container .product-detail .product-detail-right .product-service .p-content .icon {
  width: 12px;
  height: 12px;
  color: #b0b0b0;
  margin-top: 4px;
  margin-right: 10px;
}
.product-home .product-container .product-detail .product-detail-right .product-take-type {
  margin-top: 14px;
  margin-bottom: 28px;
}
.product-home .product-container .product-detail .product-detail-right .product-take-type .p-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-home .product-container .product-detail .product-detail-right .product-take-type .p-content span {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #dcdfe6;
  color: #606266;
  cursor: pointer;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
}
.product-home .product-container .product-detail .product-detail-right .product-take-type .p-content span:first-child {
  border-radius: 2px 0px 0px 2px;
}
.product-home .product-container .product-detail .product-detail-right .product-take-type .p-content span:last-child {
  border-radius: 0px 2px 2px 0px;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content {
  max-height: 300px;
  overflow-y: auto;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content::-webkit-scrollbar {
  width: 4px;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: rgba(206, 205, 205, 0.5);
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0;
  background: rgba(245, 241, 241, 0.5);
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .no-product {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px 0;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item {
  float: left;
  width: 120px;
  height: 110px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item:nth-child(5n) {
  margin-right: 0;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item .check-tag {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 15px;
  height: 15px;
  z-index: 10;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item .new-price {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
  font-weight: 600;
  color: #303133;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item .old-price {
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #bfbfbf;
  text-decoration: line-through;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-list-item .four-category {
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #606266;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  /* 弹性盒旧式语法 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.product-home .product-container .product-detail .product-detail-right .product-specification .p-content .product-tag {
  position: absolute;
  right: -4px;
  top: -1px;
  border-bottom-left-radius: 10px;
  background-color: #ff6a01;
  color: #fff;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  padding: 0 8px;
}
.product-home .product-container .product-detail .product-detail-right .product-download {
  margin-top: 28px;
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
}
.product-home .product-container .product-detail .product-detail-right .product-download .p-title {
  padding-top: 2px;
}
.product-home .product-container .product-detail .product-detail-right .product-download span {
  cursor: pointer;
}
.product-home .product-container .product-detail .product-detail-right .product-download .down-icon {
  margin-right: 8px;
  color: #ff6a01;
}
.product-home .product-container .product-select-list {
  padding-bottom: 28px;
}
.product-home .product-explain {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 150px;
}
.product-home .product-explain .main {
  border-top: 1px solid #ececec;
}
.product-home .product-explain .main .main-con {
  width: 1000px;
  margin: 0 auto;
}
.product-home .product-explain .explain-title {
  height: 82px;
  text-align: center;
  line-height: 82px;
  font-size: 20px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  color: #303133;
}
.product-home .product-explain .explain-content {
  min-height: 200px;
  padding: 20px;
}
.product-home .product-explain .explain-content img {
  max-width: 960px;
}
.product-home .product-explain .no-des {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.product-home .product-explain .no-des img {
  width: 80px;
  height: 78px;
  margin-top: 70px;
  margin-bottom: 10px;
}
.product-home .product-explain .no-des .no-des-text {
  text-align: center;
  color: #999;
}
.select-game-area .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
}

