.page-banner-section {
  padding: 100px 0 106px;
  background-color: #f3f3f3;
}
.page-banner-section .page-banner-content .page-banner-title {
  font-size: 40px;
  color: #242424;
  text-transform: capitalize;
  line-height: 1;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-backface-hidden .swiper-slide {
  display: flex;
  flex-direction: column;
}
.swiper-wrapper img {
  width: 75%;
}
.product_swiper .swiper-slide {
  flex-direction: column;
}
.product_swiper .swiper-slide p span {
  font-size: 14px;
}
/* #region home区域 */
.content_company {
  font-size: 14px;
}
.content_company .main_title {
  padding-top: 1.5vw;
}
.content_company .main_title div {
  font-size: 22px;
  /*font-weight:600;*/
  padding: 5px 0;
}
.content_company .main_title p {
  font-size: 15px;
  color: #666;
}
.content_company .main_content {
  padding: 1.5vw 0;
}
.content_company .main_content p {
  font-size: 14px;
  color: #666;
  font-family: "microsoft yahei";
  line-height: 2em;
  letter-spacing: 0px;
}
.content_company .main_content img {
  padding: 0 0vw 0 2vw;
  float: right;
  width: 50%;
}
.product_img {
  font-size: 14px;
}
.product_img .main_title {
  padding-top: 1.5vw;
}
.product_img .main_title div {
  font-size: 22px;
  /*font-weight:600;*/
  padding: 5px 0;
}
.product_img .main_title p {
  font-size: 15px;
  color: #666;
}
.product_img .main_content {
  padding: 1.5vw 0;
  width: 100%;
  margin: 0;
  gap: 20px;
  flex-wrap: wrap;
}
.product_img .main_content .content_box {
  max-width: 40%;
}
.product_img .main_content .content_box p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.product_img .main_content .content_box span {
  font-size: 14px;
  text-align: center;
}
.product_img .main_content .content_box img {
  width: 100%;
}
.content_recruitment {
  font-size: 14px;
}
.content_recruitment .recruitment_title {
  padding-top: 1.5vw;
  text-align: center;
}
.content_recruitment .recruitment_title div {
  font-size: 22px;
  /*font-weight:600;*/
  padding: 5px 0;
}
.content_recruitment .recruitment_title p {
  font-size: 15px;
  color: #666;
  text-align: center;
}
.content_recruitment .recruitment_title a {
  font-size: 12px;
  color: #be6533;
}
.content_recruitment .recruitment_box {
  width: 100%;
  margin-top: 1.5vw;
}
.content_recruitment .recruitment_box img {
  width: 100%;
}
/* #endregion */
/*移动端*/
.filex_top {
  width: 100%;
  height: 2.5rem;
}
.m_main {
  width: 100%;
  position: relative;
  background: #fff;
  padding-bottom: 1rem;
}
.main_title {
  width: 100%;
  text-align: center;
  padding: 0.75rem;
}
.main_title span {
  width: 100%;
  font-size: 0.9rem;
}
.main_title p {
  width: 100%;
  font-size: 0.55rem;
  color: #999;
  text-transform: uppercase;
}
.main_text {
  width: 100%;
  padding: 0 0.7rem;
  font-size: 0.7rem;
  color: #333;
  padding-bottom: 0.75rem;
  line-height: 2em;
  word-break: break-all;
}
.main_text p {
  text-indent: 2em;
  line-height: 1.5em;
  cursor: pointer;
}
.main_imgBox {
  padding: 0 0.6rem;
  position: relative;
  padding-bottom: 1rem;
}
.main_imgBox img {
  width: 100%;
}
.main_imgBox .imgBox {
  box-shadow: 0px 0px 5px #ccc;
}
.main_imgBox .imgBox:nth-of-type(2) {
  margin: 0 0.5rem;
}
/*.main_imgBox .imgBox p{width:100%;text-align:center;line-height:2.2em;color:#333;font-size:0.65rem;}*/
.main_imgBox .imgBox p {
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  color: #333;
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_service {
  width: 100%;
  padding: 0 0.6rem;
  padding-bottom: 0.7rem;
}
.main_service_imgBox {
  width: 100%;
  position: relative;
  padding: 0 0.6rem;
  padding-bottom: 0.7rem;
}
.main_service_imgBox img {
  width: 40%;
  margin: 0 auto;
}
.main_service_imgBox p {
  text-align: center;
  line-height: 1.5rem;
  color: #333;
}
@media screen and (min-width: 801px) {
  .container_mobile {
    display: none;
  }
}
/* 小屏以下 */
@media screen and (max-width: 750px) {
  .container_pc {
    display: none;
  }
  .container_mobile {
    display: block;
  }
  html {
    font-size: 5.335vw;
  }
}
.login_register_tab {
  margin-top: 50px;
}
.login_register_tab .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  justify-content: center;
  text-align: center;
}
.login_register_tab .nav li .nav-tab.active,
.login_register_tab .nav li .nav-tab:hover {
  color: #242424;
}
.login_register_tab .nav li .nav-tab {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 26px;
  color: #c2c2c2;
  padding: 0 0 10px 0;
  margin: 0 35px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  cursor: pointer;
}
.login_register_tab .login-form {
  margin: 20px auto;
  width: fit-content;
}
.login_register_tab .login-form .single-form {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.login_register_tab .login-form .single-form .form-label {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-bottom: 5px;
  min-width: 90px;
}
.login_register_tab .login-form .single-form .form-control {
  box-sizing: border-box;
  color: #495057;
  line-height: 1.5;
  width: 410px;
  height: 50px;
  border-radius: 5px;
  padding: 10px 15px;
  border-color: #ebebeb;
  font-size: 14px;
  border: 1px solid #ced4da;
}
.login_register_tab .login-form .single-form .password_boxer {
  /* 可选：鼠标悬停时的样式 */
}
.login_register_tab .login-form .single-form .password_boxer .password_input {
  padding-right: 30px;
}
.login_register_tab .login-form .single-form .password_boxer .password-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  /* 图标颜色 */
}
.login_register_tab .login-form .single-form .password_boxer .password-icon:hover {
  color: #495057;
}
.login_register_tab .login-form .btn {
  margin: 30px auto;
  font-size: 16px;
  width: 300px;
  color: #fff;
}
.payment_code_boxer {
  margin: 50px auto;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.payment_code_boxer .title {
  text-align: center;
  font-size: 25px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
}
.payment_code_boxer .content_boxer {
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
}
.payment_code_boxer .content_boxer p {
  margin-bottom: 15px;
}
.payment_code_boxer .content_boxer .total_payment_amount {
  color: #be6533;
}
.payment_code_boxer .content_boxer .tip {
  font-size: 14px;
  color: #9d9d9d;
}
.payment_code_boxer .content_boxer .tip .text {
  margin-left: 3px;
}
.payment_code_boxer .content_boxer .btn {
  color: #9d9d9d;
  padding: 0 20px;
  height: 30px;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #9d9d9d;
  cursor: pointer;
}
.product-boxer {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.product-boxer .left-boxer {
  width: 50%;
}
.product-boxer .left-boxer .img-boxer {
  border: 1px solid #ebebeb;
  height: 100%;
}
.product-boxer .left-boxer img {
  width: 100%;
}
.product-boxer .right-boxer {
  width: 50%;
  padding-left: 20px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .label {
  font-size: 16px;
  color: #242424;
  display: block;
  margin-bottom: 5px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-name {
  color: #242424;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li {
  margin: 2px 8px 10px 0;
  display: inline-block;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li p {
  margin-top: 0;
  font-size: 14px;
  color: #333333;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li p:last-child {
  margin-bottom: 0;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star {
  position: relative;
  display: inline-block;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star::before {
  content: "\e9d5" "\e9d5" "\e9d5" "\e9d5" "\e9d5";
  font-family: "plazaicon";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star .star::before {
  content: "\e9d5" "\e9d5" "\e9d5" "\e9d5" "\e9d5";
  font-family: "plazaicon";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-prices {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-prices .sale-price {
  color: #c40316;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin-right: 8px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-prices .old-price {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #b1b1b1;
  margin-right: 8px;
  text-decoration: line-through;
  display: inline-block;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-prices .discount-percentage {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: white;
  padding: 0 10px 0 10px;
  background: #242424;
  vertical-align: 5px;
  border-radius: 3px;
  text-transform: capitalize;
  display: inline-block;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-size {
  margin-right: 20px;
  display: flex;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-size .label {
  font-size: 16px;
  color: #242424;
  display: block;
  margin-bottom: 5px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-size .size-select {
  display: flex;
  flex-wrap: wrap;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-size .size-select .color-input {
  color: #fff;
  padding: 7px 15px;
  line-height: 1.2;
  text-align: center;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  width: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-size .size-select .color-input .specification_color {
  border-radius: 50%;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-color: #dd4444;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-quantity-cart {
  padding-top: 8px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity {
  position: relative;
  padding-right: 24px;
  margin-right: 30px;
  margin-top: 10px;
  width: 120px;
  display: flex;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity *:first-child {
  top: auto;
  bottom: 0;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity button {
  background: none;
  top: 0;
  border: none;
  padding: 0;
  width: 35px;
  font-size: 16px;
  background: #f5f5f5;
  cursor: pointer;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity input {
  width: 48px;
  height: 24px;
  border: none;
  font-size: 14px;
  text-align: center;
  background: #f5f5f5;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-cart {
  margin: 20px 0px 10px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-reassurance ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li {
  border-bottom: 1px solid #ebebeb;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #878787;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item img {
  margin-right: 10px;
}
.product-boxer .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item p {
  font-size: 14px;
}
.shop-tab .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  text-align: center;
}
.shop-tab .nav li .nav-tab.active,
.shop-tab .nav li .nav-tab:hover {
  color: #242424;
}
.shop-tab .nav li .nav-tab {
  cursor: pointer;
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 26px;
  color: #c2c2c2;
  padding: 0 0 10px 0;
  margin: 0 35px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.shop-tab .tab-content #tab1 .product-description {
  font-size: 14px;
  color: #5a5a5a;
  border-bottom: 1px solid #ebebeb;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: "微软雅黑";
  line-height: 1.2;
  margin: 0;
}
.shop-tab .tab-content #tab1 .product-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-tab .tab-content #tab1 .product-description ul li {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 24px;
}
.shop-tab .tab-content #tab3 {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.shop-tab .tab-content #tab3 .product-reviews {
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
}
.shop-tab .tab-content #tab3 .product-reviews .comment-author img {
  width: 100px;
  height: 100px;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment .comment-content {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment .comment-content .author-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment .comment-content .author-name-rating .name {
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment .comment-content .date {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
}
.shop-tab .tab-content #tab3 .product-reviews .single-comment .comment-content p {
  margin-top: 15px;
  font-size: 14px;
  color: #9d9d9d;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form {
  margin-top: 60px;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .form.title {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form {
  margin-top: 36px;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .boxer {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form {
  width: 100%;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form input,
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #f6f6f6;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form input {
  height: 40px;
  padding: 0 16px;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form textarea {
  height: 122px;
  padding: 16px;
  outline: none;
}
.shop-tab .tab-content #tab3 .product-reviews .review-form .reviews-form .review-btn .btn {
  color: #fff;
  margin-top: 30px;
}
.order-info-boxer {
  display: flex;
  max-width: 1400px;
  padding-top: 48px;
  padding-bottom: 60px;
}
.order-info-boxer .checkout-form,
.order-info-boxer .checkout-order {
  width: 50%;
}
.order-info-boxer .checkout-form .checkout-title .title {
  font-size: 24px;
  color: #242424;
  position: relative;
}
.order-info-boxer .checkout-form .checkout-title .title::after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.order-info-boxer .checkout-form .single-form {
  margin-top: 30px;
}
.order-info-boxer .checkout-form .single-form .form-label {
  display: block;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 22px;
  margin-bottom: 5px;
}
.order-info-boxer .checkout-form .single-form .form-control {
  box-sizing: border-box;
  color: #495057;
  line-height: 1.5;
  width: 95%;
  height: 50px;
  border-radius: 5px;
  padding: 10px 15px;
  border-color: #ebebeb;
  font-size: 14px;
  border: 1px solid #ced4da;
}
.order-info-boxer .checkout-order {
  border: 2px solid #ebebeb;
  padding: 40px;
}
.order-info-boxer .checkout-order .checkout-title .title {
  margin-top: 0;
  font-size: 24px;
  color: #242424;
  position: relative;
}
.order-info-boxer .checkout-order .checkout-title .title::after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.order-info-boxer .checkout-order hr {
  border: 1px solid #e6e6e6;
}
.order-info-boxer .checkout-order .price {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 22px;
  color: #be6533;
  line-height: 33px;
}
.order-info-boxer .checkout-order .product_list {
  padding-bottom: 16px;
}
.order-info-boxer .checkout-order .product_list .header_boxer {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  color: #333;
}
.order-info-boxer .checkout-order .product_list .header_boxer .Product-name {
  text-align: left;
}
.order-info-boxer .checkout-order .product_list .header_boxer .Product-price {
  text-align: right;
  width: 30px;
  margin-right: 14px;
}
.order-info-boxer .checkout-order .product_list .content_boxer {
  padding: 20px 0;
  overflow: auto;
  max-height: 500px;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container {
  margin-bottom: 15px;
  width: 100%;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container .product_img {
  width: 110px;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container .product_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container .product_info .name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container .product_info .text {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.order-info-boxer .checkout-order .product_list .content_boxer .product_info_container .product_info .quantity {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.order-info-boxer .checkout-order .checkout-payment {
  margin-top: 30px;
}
.order-info-boxer .checkout-order .checkout-payment ul {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  list-style: none;
}
.order-info-boxer .checkout-order .checkout-payment ul li {
  margin-bottom: 3px;
}
.order-info-boxer .checkout-order .checkout-payment ul li .single-payment {
  color: #999999;
}
.order-info-boxer .checkout-order .checkout-payment ul li .single-payment .payment-radio [type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 4px;
  min-width: auto;
}
.order-info-boxer .checkout-order .checkout-payment ul li :last-child {
  margin-bottom: 0;
}
.order-info-boxer .checkout-order .checkout-payment .checkout-btn {
  margin-top: 20px;
}
.order-info-boxer .checkout-order .checkout-payment .checkout-btn button {
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.order-info-boxer .checkout-order .checkout-payment .toast {
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  background-color: #ffffff;
}
.order-info-boxer .checkout-order .checkout-payment .toast .toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 0;
}
.order-info-boxer .checkout-order .checkout-payment .toast .toast-header .me-auto {
  color: #333333;
}
.order-info-boxer .checkout-order .checkout-payment .toast .toast-header .toast-body {
  height: 80px;
  font-size: 20px;
  color: #333333;
  padding: 12px;
}
/* #region 移动端*/
.product-boxer-m {
  padding: 1.75rem 1rem;
}
.product-boxer-m .left-boxer .img-boxer {
  height: 100%;
}
.product-boxer-m .left-boxer img {
  width: 80%;
  display: inline-block;
}
.product-boxer-m .right-boxer {
  margin-top: 0.5rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .label {
  font-size: 16px;
  color: #242424;
  display: block;
  margin-bottom: 5px;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-name {
  color: #242424;
  font-size: 0.65rem;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li {
  margin: 0 0 0.2rem 0.2rem;
  display: inline-block;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li p {
  margin-top: 0;
  font-size: 0.55rem;
  color: #333;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li p:last-child {
  margin-bottom: 0;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star {
  position: relative;
  display: inline-block;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star::before {
  content: "\e9d5" "\e9d5" "\e9d5" "\e9d5" "\e9d5";
  font-family: "plazaicon";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .shop-rating-content li .review-star .star::before {
  content: "\e9d5" "\e9d5" "\e9d5" "\e9d5" "\e9d5";
  font-family: "plazaicon";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-prices {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-prices .sale-price {
  color: #c40316;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 0.2rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-prices .old-price {
  font-weight: 400;
  font-size: 0.4rem;
  color: #b1b1b1;
  margin-right: 8px;
  text-decoration: line-through;
  display: inline-block;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-prices .discount-percentage {
  font-weight: 400;
  font-size: 0.45rem;
  line-height: 1.5;
  color: white;
  padding: 0.15rem 0.2rem;
  background: #242424;
  vertical-align: 5px;
  border-radius: 3px;
  text-transform: capitalize;
  display: inline-block;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-size {
  display: flex;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-size .label {
  font-size: 0.55rem;
  color: #242424;
  display: block;
  margin-bottom: 0.4rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-size .size-select {
  display: flex;
  flex-wrap: wrap;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-size .size-select .color-input {
  color: #fff;
  padding: 0.2rem 0.25rem;
  line-height: 1.2;
  text-align: center;
  margin-right: 0.35rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  width: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-size .size-select .color-input .specification_color {
  border-radius: 50%;
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
  background-color: #dd4444;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-quantity-cart {
  padding-top: 0.2rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity {
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.75rem;
  margin-top: 0.15rem;
  width: 4rem;
  display: flex;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity *:first-child {
  top: auto;
  bottom: 0;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity button {
  background: none;
  top: 0;
  border: none;
  padding: 0;
  width: 1rem;
  font-size: 0.5rem;
  background: #f5f5f5;
  cursor: pointer;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-quantity-cart .product-quantity input {
  width: 3rem;
  height: 0.85rem;
  border: none;
  font-size: 14px;
  text-align: center;
  background: #f5f5f5;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-cart {
  margin: 0.6rem 0px 0.8rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-reassurance ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li {
  border-bottom: 1px solid #ebebeb;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  color: #878787;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item img {
  margin-right: 0.2rem;
  width: 1.2rem;
}
.product-boxer-m .right-boxer .shop-single-content.shop-sticky .product-reassurance ul li .reassurance-item p {
  font-size: 0.45rem;
}
.shop-tab-m .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  text-align: center;
}
.shop-tab-m .nav li .nav-tab.active,
.shop-tab-m .nav li .nav-tab:hover {
  color: #242424;
}
.shop-tab-m .nav li .nav-tab {
  cursor: pointer;
  background: transparent;
  border: 0;
  text-transform: capitalize;
  color: #c2c2c2;
  padding: 0 0 0.4rem 0;
  margin: 0 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}
.shop-tab-m .tab-content #tab1 .product-description {
  font-size: 14px;
  color: #5a5a5a;
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0.5rem 0;
  font-family: "微软雅黑";
  line-height: 1.2;
  margin: 0;
}
.shop-tab-m .tab-content #tab1 .product-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-tab-m .tab-content #tab1 .product-description ul li {
  font-size: 1.5rem;
  color: #9d9d9d;
}
.shop-tab-m .tab-content #tab3 {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.shop-tab-m .tab-content #tab3 .product-reviews {
  padding: 0 0.5rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .comment-author img {
  width: 3rem;
  height: 3rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment .comment-content {
  padding-left: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment .comment-content .author-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment .comment-content .author-name-rating .name {
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.55rem;
  color: #333333;
  margin-bottom: 0;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment .comment-content .date {
  font-size: 0.5rem;
  font-weight: 400;
  color: #212529;
}
.shop-tab-m .tab-content #tab3 .product-reviews .single-comment .comment-content p {
  margin-top: 0.3rem;
  font-size: 0.5rem;
  color: #9d9d9d;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form {
  margin-top: 1.5rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .form.title {
  font-size: 1.2rem;
  color: #333333;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form {
  margin-top: 0.6rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form {
  width: 100%;
  margin-bottom: 0.5rem;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form input,
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #f6f6f6;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form input {
  height: 40px;
  padding: 0 16px;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .single-form textarea {
  height: 122px;
  padding: 16px;
  outline: none;
}
.shop-tab-m .tab-content #tab3 .product-reviews .review-form .reviews-form .review-btn .btn {
  color: #fff;
}
.order-info-boxer-m {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-info-boxer-m .checkout-form .checkout-title .title {
  font-size: 0.8rem;
  color: #242424;
  position: relative;
}
.order-info-boxer-m .checkout-form .checkout-title .title::after {
  content: "";
  width: 2rem;
  display: block;
  margin-top: 0.2rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.order-info-boxer-m .checkout-form .single-form {
  margin-top: 0.5rem;
}
.order-info-boxer-m .checkout-form .single-form .form-label {
  display: block;
  font-size: 0.6rem;
  color: #9d9d9d;
  margin-bottom: 0.2rem;
}
.order-info-boxer-m .checkout-form .single-form .form-control {
  box-sizing: border-box;
  color: #495057;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 0.2rem 0.3rem;
  border-color: #ebebeb;
  font-size: 0.5rem;
  border: 1px solid #ced4da;
}
.order-info-boxer-m .checkout-order {
  border: 2px solid #ebebeb;
  margin-top: 1.25rem;
  padding: 1rem;
}
.order-info-boxer-m .checkout-order .checkout-title .title {
  margin-top: 0;
  font-size: 0.8rem;
  color: #242424;
  position: relative;
}
.order-info-boxer-m .checkout-order .checkout-title .title::after {
  content: "";
  width: 2rem;
  display: block;
  margin-top: 0.2rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}
.order-info-boxer-m .checkout-order hr {
  border: 1px solid #e6e6e6;
}
.order-info-boxer-m .checkout-order .text-price {
  font-size: 0.6rem;
}
.order-info-boxer-m .checkout-order .price {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.65rem;
  color: #be6533;
  line-height: 33px;
}
.order-info-boxer-m .checkout-order .product_list {
  padding-bottom: 16px;
}
.order-info-boxer-m .checkout-order .product_list .header_boxer {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  color: #333;
}
.order-info-boxer-m .checkout-order .product_list .header_boxer .Product-name {
  text-align: left;
  font-size: 0.6rem;
}
.order-info-boxer-m .checkout-order .product_list .header_boxer .Product-price {
  text-align: right;
  width: 2.5rem;
  font-size: 0.6rem;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer {
  padding: 20px 0;
  overflow: auto;
  max-height: 500px;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container {
  margin-bottom: 15px;
  width: 100%;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container .product_img {
  width: 110px;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container .product_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container .product_info .name {
  font-weight: 400;
  max-width: 90%;
  font-size: 0.5rem;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container .product_info .text {
  font-size: 0.45rem;
  color: #333333;
  line-height: 1;
}
.order-info-boxer-m .checkout-order .product_list .content_boxer .product_info_container .product_info .quantity {
  font-weight: 400;
  font-size: 0.5rem;
  color: #000000;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.order-info-boxer-m .checkout-order .checkout-payment {
  margin-top: 0.7rem;
}
.order-info-boxer-m .checkout-order .checkout-payment .list-title {
  font-size: 0.6rem;
}
.order-info-boxer-m .checkout-order .checkout-payment ul {
  padding: 0;
  margin: 0;
  margin-top: 0.2rem;
  list-style: none;
}
.order-info-boxer-m .checkout-order .checkout-payment ul li {
  margin-bottom: 0.2rem;
  font-size: 0.5rem;
}
.order-info-boxer-m .checkout-order .checkout-payment ul li .single-payment {
  color: #999999;
}
.order-info-boxer-m .checkout-order .checkout-payment ul li .single-payment .payment-radio [type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 4px;
  min-width: auto;
}
.order-info-boxer-m .checkout-order .checkout-payment ul li :last-child {
  margin-bottom: 0;
}
.order-info-boxer-m .checkout-order .checkout-payment .checkout-btn {
  margin-top: 0.7rem;
}
.order-info-boxer-m .checkout-order .checkout-payment .checkout-btn button {
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.order-info-boxer-m .checkout-order .checkout-payment .toast {
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  background-color: #ffffff;
}
.order-info-boxer-m .checkout-order .checkout-payment .toast .toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 0;
}
.order-info-boxer-m .checkout-order .checkout-payment .toast .toast-header .me-auto {
  color: #333333;
}
.order-info-boxer-m .checkout-order .checkout-payment .toast .toast-header .toast-body {
  height: 80px;
  font-size: 20px;
  color: #333333;
  padding: 12px;
}
.login_register_tab-m {
  padding-top: 2rem;
}
.login_register_tab-m .nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  justify-content: center;
  text-align: center;
}
.login_register_tab-m .nav li .nav-tab.active,
.login_register_tab-m .nav li .nav-tab:hover {
  color: #242424;
}
.login_register_tab-m .nav li .nav-tab {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  color: #c2c2c2;
  padding: 0 0 0.7rem 0;
  margin: 0 1.8rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  cursor: pointer;
}
.login_register_tab-m .login-form {
  margin: 1rem auto;
  width: fit-content;
}
.login_register_tab-m .login-form .single-form {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.login_register_tab-m .login-form .single-form .form-label {
  font-size: 0.5rem;
  color: #333;
  margin-bottom: 0.2rem;
  min-width: 2.7rem;
}
.login_register_tab-m .login-form .single-form .form-control {
  box-sizing: border-box;
  color: #495057;
  line-height: 1.5;
  width: 13rem;
  height: 1.5rem;
  border-radius: 5px;
  padding: 0.5rem;
  border-color: #ebebeb;
  font-size: 0.45rem;
  border: 1px solid #ced4da;
}
.login_register_tab-m .login-form .single-form .password_boxer {
  /* 可选：鼠标悬停时的样式 */
}
.login_register_tab-m .login-form .single-form .password_boxer .password_input {
  padding-right: 1.2rem;
}
.login_register_tab-m .login-form .single-form .password_boxer .password-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  /* 图标颜色 */
}
.login_register_tab-m .login-form .single-form .password_boxer .password-icon:hover {
  color: #495057;
}
.login_register_tab-m .login-form .btn {
  margin: 1rem auto;
  font-size: 0.5rem;
  width: 60%;
  color: #fff;
}
/* #endregion 移动端*/
