@import "//at.alicdn.com/t/c/font_4451600_gb3q36w5mat.css";
@import "//at.alicdn.com/t/c/font_4532676_vodxxfb8uua.css";
html,
body {
  min-width: 1024px;
}
img {
  width: inherit;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #df2e8b;
  text-decoration: none;
}
label {
  margin-bottom: 0;
}
.el-button {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
}
.el-button--text {
  color: #df2e8b;
  padding: 0;
}
.el-button--text:hover {
  color: #d496b7;
}
.el-button--default:focus,
.el-button--default:hover {
  background: #fff;
  border-color: #d496b7;
  color: #d496b7;
}
.el-button--primary {
  background-color: #df2e8b;
  border-color: #df2e8b;
}
.el-button--primary:focus,
.el-button--primary:hover {
  color: #fff;
  background: #df2e8cb0;
  border-color: #df2e8cb0;
}
.el-radio__inner::after {
  width: 6px;
  height: 6px;
}
.el-checkbox__inner {
  width: 16px;
  height: 16px;
}
.el-checkbox__inner:hover {
  border-color: #df2e8cb0;
}
.el-checkbox__inner::after {
  left: 5px;
  top: 2px;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: #df2e8cb0;
  border-color: #df2e8cb0;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 6px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #1d2087;
}
.container {
  max-width: 1140px;
}
.col-1 {
  max-width: calc(100% / 12 * 1);
}
.col-md-1 {
  max-width: calc(100% / 12 * 1);
}
.col-2 {
  max-width: calc(100% / 12 * 2);
}
.col-md-2 {
  max-width: calc(100% / 12 * 2);
}
.col-3 {
  max-width: calc(100% / 12 * 3);
}
.col-md-3 {
  max-width: calc(100% / 12 * 3);
}
.col-4 {
  max-width: calc(100% / 12 * 4);
}
.col-md-4 {
  max-width: calc(100% / 12 * 4);
}
.col-5 {
  max-width: calc(100% / 12 * 5);
}
.col-md-5 {
  max-width: calc(100% / 12 * 5);
}
.col-6 {
  max-width: calc(100% / 12 * 6);
}
.col-md-6 {
  max-width: calc(100% / 12 * 6);
}
.col-7 {
  max-width: calc(100% / 12 * 7);
}
.col-md-7 {
  max-width: calc(100% / 12 * 7);
}
.col-8 {
  max-width: calc(100% / 12 * 8);
}
.col-md-8 {
  max-width: calc(100% / 12 * 8);
}
.col-9 {
  max-width: calc(100% / 12 * 9);
}
.col-md-9 {
  max-width: calc(100% / 12 * 9);
}
.col-10 {
  max-width: calc(100% / 12 * 10);
}
.col-md-10 {
  max-width: calc(100% / 12 * 10);
}
.col-11 {
  max-width: calc(100% / 12 * 11);
}
.col-md-11 {
  max-width: calc(100% / 12 * 11);
}
.col-12 {
  max-width: calc(100% / 12 * 12);
}
.col-md-12 {
  max-width: calc(100% / 12 * 12);
}
.header {
  position: relative;
  z-index: 100;
  padding-top: 28px;
  padding-bottom: 28px;
}
.header.ghost {
  color: #fff;
}
.header .logo {
  max-width: 180px;
  padding: 0;
  height: 50px;
}
.header .logo img {
  width: auto;
  height: 100% !important;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.header .menu {
  color: #182c7b;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex: 1;
  margin-top: 0;
}
.header .menu .nav-item a {
  color: inherit;
  font-weight: 400;
  font-size: 20px;
  transition: transform 0.3s;
}
.header .menu .nav-item a:hover {
  color: #df2e8b;
  transform: scale(1.1);
}
.header .login-button {
  color: #182c7b;
  font-size: 18px;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .login-button .cart {
  margin-right: 10px;
  display: block;
}
.header .login-button .cart .iconfont {
  font-size: 26px;
}
.header.ghost .nav-item {
  color: #fff;
}
.header.ghost .login-button {
  color: #fff;
}
.user-center-container {
  border-bottom: 2px solid #1d2087;
}
.user-center-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.user-center-header .bar-left {
  flex: 1;
  display: flex;
  gap: 15px;
}
.user-center-header .bar-right {
  flex: 1;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.footer {
  background: #1d2087;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  min-height: 350px;
}
.footer .col-md-3 {
  width: calc(100% / 4);
}
.footer .footer-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}
.footer .footer-link .icon-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.footer .footer-link .icon-links .iconfont {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.footer .footer-link .icon-links .link-item {
  position: relative;
}
.footer .footer-link .icon-links .link-item .img {
  background-color: #fff;
  position: absolute;
  top: -110px;
  left: -40px;
  width: 100px;
  height: 100px;
  display: none;
}
.footer .footer-link .icon-links .link-item:after {
  display: none;
  position: absolute;
  top: -10px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.footer .footer-link .icon-links .link-item:hover .img {
  display: block;
}
.footer .footer-link .icon-links .link-item:hover:after {
  display: block;
}
.footer .footer-link .site-links {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.footer .kefu {
  font-size: 24px;
}
.footer .sitemap-item .title {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 30px;
}
.footer .sitemap-item .title::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  border-bottom: 2px solid #fff;
  height: 1px;
  width: 50%;
}
.footer .sitemap-item .title::after {
  position: absolute;
  bottom: -7px;
  right: 0;
  content: "";
  border-bottom: 1px solid #fff;
  height: 1px;
  width: 50%;
}
.footer .sitemap-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .sitemap-item ul li {
  padding: 4px 0;
}
.banner {
  width: 100%;
  position: relative;
  color: #fff;
  margin-top: -106px;
}
.banner img {
  width: inherit;
}
.banner .title1 {
  position: absolute;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  font-size: 30px;
  top: 50%;
}
@media (min-width: 992px) {
  .banner .title1 {
    font-size: 60px;
    top: 65%;
  }
}
.banner .title2 {
  font-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .title2 .desc {
  font-size: 28px;
  margin-top: 50px;
}
.banner .title3 {
  font-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .title3 .desc {
  font-size: 28px;
  margin-top: 50px;
}
.banner .title3 .title-container span {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.banner.banner1 {
  position: relative;
}
.banner.banner2 {
  background-size: cover;
  height: 300px;
}
@media (min-width: 992px) {
  .banner.banner2 {
    height: 430px;
  }
}
.banner.banner3 {
  position: relative;
}
.index-banner {
  overflow: hidden;
}
.index-banner a {
  display: block;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #040404;
  background-color: #fff;
  margin: 0 4px;
  padding: 0;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #e6378e;
  border: 1px solid #e6378e;
}
.cate-card1 {
  padding-top: 50px;
  padding-bottom: 10px;
}
.cate-card1 .cate-card1-title {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.cate-card1 .cate-card1-title span {
  font-size: 18px;
  display: block;
  margin-top: 8px;
}
.cate-card1 .cate-card1-body img {
  max-width: 100%;
}
.home-point {
  background-color: #fff;
  padding: 90px 0;
}
.home-progress-card {
  padding-bottom: 80px;
}
.home-product-category-card {
  background-color: #eeeeef;
}
.home-product-category-card .category-card-title {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
.home-product-category-card .category-slides {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.home-product-category-card .category-slides .slide-container {
  margin-left: 85px;
  margin-right: 85px;
  overflow: hidden;
}
.home-product-category-card .category-slides .swiper-button-prev,
.home-product-category-card .category-slides .swiper-button-next {
  width: 44px;
  height: 44px;
  color: #888888;
  background-color: #fff;
  border-radius: 50%;
}
.home-product-category-card .category-slides .swiper-button-prev::after,
.home-product-category-card .category-slides .swiper-button-next::after {
  font-size: 16px;
  font-weight: 400;
}
.home-product-category-card .category-slides .swiper-pagination {
  bottom: 0;
}
.home-product-category-card .category-slides .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #040404;
  background-color: #fff;
}
.home-product-category-card .category-slides .swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
  height: 10px;
  background-color: #e6378e;
  border-radius: 5px;
  border-color: #e6378e;
  margin-bottom: 5px !important;
}
.home-product-category-card .category-slides .slide-item {
  width: 250px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(210, 210, 210, 0.5);
}
.home-product-category-card .category-slides .slide-item .info {
  background: #fff;
  padding: 40px 30px;
  padding-bottom: 30px;
}
.home-product-category-card .category-slides .slide-item .info .title {
  font-size: 28px;
  margin: 0;
  margin-bottom: 5px;
}
.home-product-category-card .category-slides .slide-item .info .action {
  text-align: right;
  margin-top: 50px;
}
.home-product-category-card .category-slides .slide-item .info .more {
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 18px;
  background-color: #df2e8b;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.home-product-category-card .category-slides .slide-item .info .iconfont {
  font-size: 8px;
}
.order-flows {
  background-image: url(../images/img19.png);
  background-size: cover;
  border-radius: 46px;
  overflow: hidden;
}
.order-flows ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order-flows li {
  background-color: #00000033;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 30px;
  height: 400px;
  height: 590px;
}
.order-flows li + li {
  border-left-color: #fff;
}
.order-flows li a {
  display: block;
  max-width: 160px;
}
.order-flows li .indicator {
  position: absolute;
  bottom: -2px;
  right: -1px;
  height: 80px;
  opacity: 0;
  transition: all ease-in 0.2s;
}
@media (min-width: 992px) {
  .order-flows li .indicator {
    height: 130px;
  }
}
.order-flows li .indicator img {
  height: inherit;
}
.order-flows li:hover .indicator {
  opacity: 1;
  display: block;
}
.case-desc {
  background-color: #182c7b;
  padding: 30px 0;
}
.case-desc .case-desc-container {
  color: #fff;
  flex-direction: row;
  display: flex;
  gap: 50px;
}
.case-desc img {
  width: 100%;
  width: 500px;
}
.case-desc .title {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-style: italic;
}
.case-desc .txt {
  font-size: 16px;
}
.case-desc .more {
  color: #182c7b;
  background: #e6378e;
  font-size: 26px;
  border-radius: 30px;
  padding: 5px 28px;
}
.case-desc .end {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  justify-content: flex-end;
}
.about-page img {
  max-width: 100%;
}
.app-page {
  margin-top: 100px;
  margin-bottom: 60px;
}
.app-page .app-item {
  color: #fff;
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
  transition: all ease-in 0.2s;
}
.app-page .app-item a {
  display: block;
  color: inherit;
}
.app-page .app-item a:hover {
  opacity: 0.8;
}
.app-page .app-item .info {
  background: #182c7b61;
  padding: 8px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-page .app-item img {
  max-width: 100%;
}
.app-page .app-detail .title {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.app-page .app-detail .content img {
  max-width: 100%;
}
.product-checkout-page {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-checkout-page .product-image {
  margin-bottom: 60px;
}
.checkout-details {
  padding: 20px 0;
}
.checkout-details .title {
  color: #182c7b;
  font-size: 28px;
  text-align: center;
}
.checkout-details .content {
  margin: 50px 0;
  text-align: center;
}
.checkout-types {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.checkout-types .item {
  display: block;
  width: 50%;
  color: #888888;
  flex: 1;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  text-decoration: none;
}
.checkout-types .item.active {
  background-color: #000096;
  color: #fff;
}
.checkout-form {
  margin-top: 15px;
  margin-top: 0;
}
.checkout-form .el-radio-group {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}
.checkout-form .el-radio-button {
  font-size: 14px;
  height: 40px;
  width: calc(25% - 3 * 20px / 4);
}
.checkout-form .el-form-item__label {
  line-height: 40px;
}
.checkout-form .el-radio-button__inner {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #666;
  word-break: break-all;
  white-space: normal;
  font-size: 12px;
  line-height: 1.2;
}
.checkout-form .spec-value {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.checkout-form .spec-value .el-radio-button__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #999999 !important;
}
.checkout-form .spec-value.is-active {
  border-color: #df2e96;
  background-color: #fff;
}
.checkout-form .spec-value.is-active .el-radio-button__inner {
  color: #333 !important;
}
.checkout-form .spec-value.is-active::before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 20px;
  background: url(../../images/icon22.png) no-repeat;
  background-size: contain;
}
.checkout-form .btn-file-upload {
  width: calc(25% - 3 * 20px / 4);
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  border-radius: 20px;
}
.checkout-form .btn-file-upload.active {
  border-color: #df2e96;
  background-color: #fff;
}
.checkout-form .file-name {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  gap: 5px;
}
.checkout-form .file-name .iconfont {
  color: #df2e8b;
  cursor: pointer;
}
.card2-list .card2-item {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  padding: 40px 10px;
  margin-bottom: 20px;
}
.card2-list .card2-item .icon {
  width: 90px;
}
.card2-list .card2-item .icon img {
  width: inherit;
}
.card2-list .card2-item .desc {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
.card2-list .card2-item .desc span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}
.card2-list .card2-item.item1 {
  background-color: #e6378e;
}
.card2-list .card2-item.item2 {
  background-color: #1c9bce;
}
.card2-list .card2-item.item3 {
  background-color: #63db6e;
}
.card2-list .card2-item.item4 {
  background-color: #182c7b;
}
.checkout .tip1 {
  color: #060001;
}
.checkout .tip1 span {
  color: #747474;
}
.checkout .money {
  color: #060001;
  font-size: 20px;
}
.checkout .money .v {
  color: #e6378e;
}
.checkout .form-action {
  text-align: right;
}
.checkout .form-action button {
  color: #fff;
}
.checkout .form-action button:hover {
  border-color: transparent;
}
.checkout .form-action .btn-add-cart {
  background: #182c7b;
  border-color: #182c7b;
}
.checkout .form-action .btn-add-cart:after {
  border-color: #182c7b;
}
.checkout .form-action .btn-order {
  background: #df2e8b;
}
.checkout .form-action .btn-order:after {
  border-color: #df2e8b;
}
.checkout .form-action .iconfont {
  font-size: 16px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 0.5px solid #fff;
}
.checkout-file-list-contaner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkout-file-list-contaner .action {
  text-align: right;
}
.checkout-file-list-contaner .el-pagination {
  text-align: center;
}
.user-page {
  background-color: #e5e5e5;
}
.user-page .user-center-content {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.user-page .user-page-container {
  background-color: #fff;
  padding: 20px;
  padding: 50px;
}
.user-page .user-page-container .user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
.user-page .user-page-container .user-info .user-avatar {
  width: 140px;
  border-radius: 70px;
  overflow: hidden;
}
.user-page .user-page-container .user-info .user-name {
  font-size: 20px;
  font-weight: 700;
}
.user-page .user-page-container .user-info .user-id {
  font-size: 14px;
  margin-top: 20px;
}
.user-page .user-page-container .user-order-menu {
  margin: 20px 0;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 15px;
  padding-bottom: 30px;
  padding: 20px 50px;
}
.user-page .user-page-container .user-order-menu .title {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.user-page .user-page-container .user-order-menu .title .more {
  font-size: 16px;
}
.user-page .user-page-container .user-order-menu a {
  color: #000;
  display: block;
}
@media (min-width: 992px) {
  .user-page .user-page-container .user-order-menu .menu-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.user-page .user-page-container .user-order-menu .menu-items a {
  color: #000;
  display: block;
}
.user-page .user-page-container .user-order-menu .menu-items .item {
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
}
.user-page .user-page-container .user-order-menu .menu-items .item .icon {
  display: block;
  width: 60px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.user-page .pager {
  text-align: center;
  padding: 15px 0;
}
.user-order-page .order-list {
  padding: 15px;
  background-color: #fff;
}
.user-order-page .order-list .order-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.user-order-page .order-list .order-item .order-item-head {
  padding: 6px 15px;
  border-bottom-color: #f5f5f5;
  background: #f5f5f5;
  display: flex;
  gap: 20px;
  color: #898989;
}
.user-order-page .order-list .order-item .order-item-head span {
  color: #333;
}
.user-order-page .order-list .order-item .order-item-body {
  display: flex;
}
.user-order-page .order-list .order-item .order-item-body .order-goods {
  flex: 1;
  border-right: 1px solid #eee;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-item + .good-item {
  border-top: 1px solid #eee;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-img img {
  width: 100px;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-name {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 4px;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-name p {
  color: #898989;
  font-size: 14px;
  margin: 0;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-name .name {
  font-size: 16px;
  color: #333;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-num {
  width: 80px;
  text-align: center;
  color: #898989;
  font-size: 14px;
}
.user-order-page .order-list .order-item .order-item-body .order-goods .good-action {
  width: 100px;
  display: flex;
}
.user-order-page .order-list .order-item .order-item-body .order-amount {
  width: 120px;
  color: #898989;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
}
.user-order-page .order-list .order-item .order-item-body .order-status {
  width: 120px;
  color: #898989;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
}
.user-order-page .order-list .order-item .order-item-body .order-action {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.user-order-page .order-list .order-item .order-item-body .order-action button + button {
  margin-left: 0;
}
.user-order-page .order-detail {
  padding: 15px 0;
}
.user-order-page .order-detail .el-card__body {
  padding: 20px 30px;
}
.user-order-page .order-detail .detail-card {
  margin-bottom: 20px;
  border-radius: 20px;
}
.user-order-page .order-detail .good-card .el-card__body {
  display: flex;
}
.user-order-page .order-detail .order-action {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.user-order-page .order-detail .order-action .el-button {
  border-color: #1d2087;
  color: #1d2087;
}
.user-order-page .order-detail .goods {
  flex: 1;
}
.user-order-page .order-detail .good-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}
.user-order-page .order-detail .good-item + .good-item {
  border-top: 1px solid #eee;
}
.user-order-page .order-detail .good-img img {
  width: 100px;
}
.user-order-page .order-detail .good-name {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 4px;
}
.user-order-page .order-detail .good-name p {
  color: #898989;
  font-size: 14px;
  margin: 0;
}
.user-order-page .order-detail .good-name .name {
  font-size: 16px;
  color: #333;
}
.user-order-page .order-detail .desciptions {
  color: #898989;
}
.user-order-page .order-detail .desciptions .desciptions-item {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-order-page .order-detail .logistics-card .logistics-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-order-page .order-detail .logistics-card .ship-address {
  padding-top: 16px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-order-page .order-detail .logistics-card .flag {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #df2e8b;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
.user-order-page .order-detail .logistics-card .logistics-history {
  padding-top: 15px;
}
.login-page {
  padding: 80px 0;
}
.login-page .login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 120px;
}
.login-page .login-header {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.login-page .action {
  text-align: center;
}
.login-page .action button {
  background-color: #df2e8b;
  border-color: #df2e8b;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
}
.cart-page {
  background-color: #e5e5e5;
  padding: 30px 0;
  min-height: 450px;
}
.cart-page .cart-page-container {
  background-color: #fff;
}
.cart-page .good {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.cart-page .good .img {
  width: 130px;
}
.cart-page .good .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.cart-page .good .spec {
  font-size: 12px;
  color: #5b5a5a;
}
.cart-page .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page .table-footer .table-action {
  display: flex;
  padding-left: 20px;
}
.cart-page .table-footer .table-action .remove-all {
  margin-left: 20px;
}
.cart-page .table-footer .summary {
  display: flex;
  gap: 15px;
}
.cart-page .table-footer .summary .amount {
  padding: 3px 0;
  text-align: right;
}
.cart-page .table-footer .summary .action button {
  height: 100%;
  background-color: #df2e8b;
  border-color: #df2e8b;
  color: #fff;
  width: 150px;
  font-size: 18px;
}
.cart-page .table-footer .summary .total span {
  color: #df2e8b;
  font-size: 28px;
}
.cart-page .table-footer .summary .tips {
  color: #898989;
  font-size: 14px;
}
.user-widget {
  position: fixed;
  right: 30px;
  bottom: 160px;
  z-index: 100000;
}
.user-widget .widget-group {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.user-widget .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  position: relative;
}
.user-widget .item .iconfont {
  font-size: 26px;
  line-height: 1;
}
.user-widget .item .tip {
  font-size: 14px;
}
.user-widget .item:hover {
  background-color: #df2e8b;
  border-radius: 15px;
}
.user-widget .item:hover .iconfont {
  color: #fff;
}
.user-widget .item:hover .tip {
  color: #fff;
}
.user-widget .item .poper {
  background-color: #fff;
  position: absolute;
  right: 90px;
  top: 0;
  width: 130px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #888888;
  cursor: default;
  display: none;
}
.user-widget .item .poper.wx {
  top: -26px;
}
.user-widget .item .poper.phone {
  top: 20px;
  padding: 4px 0;
}
.user-widget .item:hover .poper {
  color: #333;
  background-color: #fff;
  display: block;
}
.order-list-container {
  margin-top: 30px;
}
.order-list-container .order-item {
  font-size: 12px;
}
.coupon-page {
  padding: 40px 0;
}
.coupon-page .col-item {
  margin-bottom: 15px;
}
.coupon-page .coupon-container .promotion-item {
  display: flex;
}
.coupon-page .coupon-container .promotion-item .promotion-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.coupon-page .coupon-container .promotion-item .price {
  font-size: 16px;
  color: #e93323;
}
.coupon-page .coupon-container .promotion-item .price span {
  font-weight: 700;
  font-size: 32px;
}
.coupon-page .coupon-container .promotion-item .title {
  font-size: 18px;
}
.coupon-page .coupon-container .promotion-item .desc {
  font-size: 14px;
  color: #969696;
}
.coupon-page .coupon-container .promotion-item .cart-footer {
  font-size: 14px;
  color: #969696;
}
.coupon-page .coupon-container .promotion-item .time {
  margin-top: 15px;
}
.coupon-page .coupon-container .coupon-item .coupon-code {
  color: #e93323;
  text-align: center;
}
.coupon-page .coupon-container .coupon-item .title {
  font-size: 18px;
  text-align: center;
}
.pagination {
  justify-content: center;
}
.page-user-file {
  margin-top: 50px;
  margin-bottom: 100px;
}
.page-payment {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 16px;
}
.page-payment .time {
  color: #df2e8b;
  font-size: 26px;
}
.page-payment p {
  margin-bottom: 10px;
}
.page-payment .payment-methods {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-payment .payment-offline-desc {
  background-color: #ccc;
  padding: 15px;
  font-size: 14px;
}
.page-payment .payment-offline-desc p {
  margin: 0;
}
.page-payment .payment-offline-desc p + p {
  margin-top: 5px;
  margin-bottom: 0;
}
.page-payment .pay-method-tag {
  background-color: #eee;
  border: 1px solid #eee;
  color: #898989;
  cursor: pointer;
  line-height: 1;
  padding: 4px 16px;
  margin-right: 10px;
  display: inline-block;
  line-height: 24px;
  position: relative;
}
.page-payment .pay-method-tag.active {
  border: 1px solid #df2e8b;
  color: #df2e8b;
  background-color: #fff;
}
.page-payment .pay-method-tag.active::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 17px;
  height: 12px;
  background: url(../images/icon24.png) no-repeat;
  background-size: cover;
}
.page-payment .pay-method-tag.disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.page-payment .pay-method-tag .iconfont {
  color: inherit;
}
.page-payment .amount {
  padding: 10px 0;
}
.page-payment .amount span {
  color: #df2e8b;
  font-size: 24px;
}
.page-payment .footer-action {
  padding: 15px 0;
}
.page-payment .footer-action button {
  padding-left: 25px;
  padding-right: 25px;
}
.page-payment .pay-result-dialog {
  border-radius: 15px;
}
.page-payment .pay-result-dialog .el-dialog__headerbtn,
.page-payment .pay-result-dialog .el-dialog__header {
  display: none;
}
.page-payment .pay-result-dialog .el-dialog__body {
  padding-top: 40px;
}
.page-payment .pay-result-dialog .pay-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page-payment .pay-result-dialog .el-dialog__footer {
  text-align: center;
  padding: 0;
  padding-bottom: 40px;
}
.page-payment .pay-result-dialog button {
  border-radius: 20px;
}
.page-payment .qrcode-container {
  text-align: center;
}
.page-payment .qrcode-container img {
  display: inline-block !important;
}
.service-page {
  margin-top: 100px;
  margin-bottom: 60px;
}
.service-page .head {
  margin-bottom: 30px;
  text-align: center;
}
.service-page .list-item {
  margin-bottom: 50px;
  transition: all ease-in 0.2s;
}
.service-page .list-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.service-page .list-item a:hover {
  opacity: 0.8;
}
.service-page .list-item .info {
  color: #fff;
  background: #df2e96;
  padding: 20px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1;
}
.service-page .list-item img {
  width: 100%;
}
.service-page .list-item .title {
  font-size: 16px;
}
.service-page .list-item small {
  font-size: 12px;
  border: 1px solid #dadada;
  display: block;
  padding: 3px 10px;
  line-height: 1;
}
.service-page .detail .title {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.service-page .detail .content img {
  max-width: 100%;
}
.service-page .list-item2 img {
  width: 100%;
  height: 500px;
}
.page-news {
  padding: 30px 0;
}
.page-news .cates {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-size: 22px;
  color: #898989;
}
.page-news .cates .active {
  color: #df2e8b;
}
.page-news .list {
  margin-top: 100px;
}
.page-news .list .list-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 30px;
}
.page-news .list .list-item .date {
  width: 100px;
  text-align: center;
  color: #898989;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-news .list .list-item .date .num {
  font-size: 80px;
}
.page-news .list .list-item .img {
  width: 300px;
  height: 230px;
  overflow: hidden;
}
.page-news .list .list-item .img img {
  width: 100%;
  height: 100%;
}
.page-news .list .list-item .info {
  flex: 1;
}
.page-news .list .list-item .info .title {
  font-size: 32px;
}
.page-news .list .list-item .info .desc {
  color: #898989;
  margin-top: 10px;
}
.page-news .details {
  margin: 20px 0;
}
.page-news .details .title {
  font-size: 34px;
  margin-bottom: 10px;
  text-align: center;
}
.page-news .details .date {
  margin-bottom: 30px;
  text-align: center;
  color: #888888;
}
.page-news .details .content img {
  max-width: 100%;
}
.pagination {
  color: #898989;
}
.pagination a {
  color: inherit;
}
.pagination .active {
  color: #fff;
  background-color: #df2e96;
}
.checkout-page {
  padding-bottom: 50px;
  font-size: 16px;
}
.checkout-page .el-radio__label {
  font-size: 16px;
  font-weight: normal;
}
.checkout-page .el-radio__inner:hover {
  border-color: #df2e8b;
}
.checkout-page .el-radio__input.is-checked .el-radio__inner {
  border-color: #df2e8b;
  background: #df2e8b;
}
.checkout-page .el-radio__input.is-checked + .el-radio__label {
  color: #df2e8b;
}
.checkout-page a {
  color: #df2e8b;
}
.checkout-page .box {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  padding-bottom: 30px;
}
.checkout-page .box .box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .box .box-body {
  font-size: 16px;
}
.checkout-page .recipient .recipient-select {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-page .recipient .recipient-select .name {
  border: 1px solid #df2e8b;
  color: #df2e8b;
  line-height: 1;
  padding: 4px 16px;
  position: relative;
}
.checkout-page .recipient .recipient-select .name::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 17px;
  height: 12px;
  background: url(../images/icon24.png) no-repeat;
  background-size: cover;
}
.checkout-page .recipient .recipient-select .details {
  color: #898989;
  flex: 1;
}
.checkout-page .recipient .recipient-select .edit {
  font-size: 14px;
}
.checkout-page .recipient .extra {
  font-size: 14px;
}
.checkout-page .recipient .more {
  color: #898989;
  margin: 10px 0;
}
.checkout-page .recipient .more a {
  color: #898989;
  display: block;
  font-size: 12px;
}
.checkout-page .recipient .more .more-list .el-radio__label {
  font-size: 16px;
  font-weight: normal;
}
.checkout-page .recipient .more .more-list .el-radio__input.is-checked .el-radio__inner {
  border-color: #df2e8b;
  background: #df2e8b;
}
.checkout-page .recipient .more .more-list .el-radio__input.is-checked + .el-radio__label {
  color: #df2e8b;
}
.checkout-page .recipient .more .more-list .el-radio-group {
  display: block;
  margin: 15px 0;
  margin-top: 20px;
}
.checkout-page .recipient .more .more-list .el-radio {
  display: block;
  margin-bottom: 10px;
}
.checkout-page .pay-method .all-pay-methods {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-page .pay-method .pay-method-tag {
  background-color: #eee;
  border: 1px solid #eee;
  color: #898989;
  cursor: pointer;
  line-height: 1;
  padding: 4px 16px;
  position: relative;
}
.checkout-page .pay-method .pay-method-tag.active {
  border: 1px solid #df2e8b;
  color: #df2e8b;
  background-color: #fff;
}
.checkout-page .pay-method .pay-method-tag.active::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 17px;
  height: 12px;
  background: url(../images/icon24.png) no-repeat;
  background-size: cover;
}
.checkout-page .pay-method .pay-method-tag.disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-page .goods .list-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
}
.checkout-page .goods .list-item .price {
  width: 150px;
  text-align: center;
}
.checkout-page .goods .list-item .num {
  width: 100px;
  text-align: center;
}
.checkout-page .goods .list-item-head {
  font-weight: 400;
  margin-bottom: 15px;
}
.checkout-page .goods .list-item-head .box-title {
  margin-bottom: 0;
  flex: 1;
}
.checkout-page .goods .good-info {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.checkout-page .goods .good-info .img img {
  width: 140px;
  height: 80px;
}
.checkout-page .goods .good-info .good-title {
  font-size: 18px;
}
.checkout-page .goods .good-info .good-desc {
  font-size: 14px;
  color: #898989;
}
.checkout-page .invoice .invoice-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.checkout-page .invoice .invoice-item .label {
  padding-right: 15px;
}
.checkout-page .invoice .invoice-item .body {
  display: flex;
  gap: 15px;
  align-items: center;
}
.checkout-page .invoice .invoice-item .el-radio {
  margin-right: 15px;
}
.checkout-page .invoice .tax-title {
  background-color: #eee;
  color: #898989;
  line-height: 1;
  padding: 4px 16px;
}
.checkout-page .summary {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.checkout-page .summary .amount {
  color: #898989;
  display: flex;
}
.checkout-page .summary .amount .label,
.checkout-page .summary .amount .value {
  padding: 8px 0;
}
.checkout-page .summary .amount .value {
  text-align: right;
  padding-left: 15px;
}
.checkout-page .summary .total {
  font-size: 20px;
  margin: 15px 0;
}
.checkout-page .summary .total span {
  color: #df2e8b;
  font-size: 30px;
}
.checkout-page .summary .action button {
  width: 230px;
  line-height: 68px;
  height: 68px;
  border-radius: 0;
  background-color: #df2e8b;
  color: #fff;
  padding: 0;
}
.buy-flow-header {
  background-color: #fff;
  padding: 20px 0;
}
.buy-flow-header .buy-flow-header-contaner {
  display: flex;
  align-items: center;
}
.buy-flow-header .logo {
  width: 130px;
}
.buy-flow-header .title {
  flex: 1;
  font-size: 26px;
  padding: 0 15px;
}
.buy-flow-header .buy-progress {
  display: flex;
}
.buy-flow-header .progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
  width: 160px;
  padding-top: 15px;
  margin-top: 15px;
}
.buy-flow-header .progress-item .line {
  width: 100%;
  height: 1px;
  border: 1px solid #ccc;
}
.buy-flow-header .progress-item .num {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 26px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin-top: -16px;
  margin-bottom: 4px;
}
.buy-flow-header .progress-item.active .line {
  border-color: #df2e8b;
}
.buy-flow-header .progress-item.active .num {
  border-color: #df2e8b;
  background-color: #df2e8b;
  color: #fff;
}
.buy-flow-header .progress-item.active .desc {
  color: #df2e8b;
}
.homewhole {
  width: 100%;
}
.homewhole-at {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
  background-image: url('/images/img27-1.jpg');
  /* 替换成你的背景图片路径 */
  background-position: center;
  background-repeat: no-repeat;
}
.fullscreen-bg-img {
  width: 1920px;
  height: 525px;
}
.content-wrapper {
  width: 1200px;
  margin: 80px auto;
}
.content-wrapper h1 {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  /* 字体颜色改成黑色 */
  margin-bottom: 20px;
}
.content-p {
  width: 60%;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  /* 字体颜色改成黑色 */
  margin-bottom: 20px;
}
.content-wrapper a.button {
  display: inline-block;
  /* 让按钮成为块级元素 */
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #e02e8c;
  color: #fff;
  text-decoration: none;
  /* 移除链接下划线 */
  cursor: pointer;
}
.productclassification {
  max-width: 1265px;
}
.modalx {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.modal-contentx {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  max-width: 440px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.modal-content h2 {
  margin-top: 30px;
  font-size: 28px;
}
.modal-contentx img {
  max-width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.closex {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
