@charset "UTF-8";

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slide-in-left {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes slide-in-left {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.search-sidebar-overlay {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: forward;
  -moz-animation-direction: forward;
  -o-animation-direction: forward;
  animation-direction: forward;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.search-sidebar-overlay.visible {
  display: block;
}

.search-sidebar {
  -webkit-animation-name: slide-in-left;
  -moz-animation-name: slide-in-left;
  -o-animation-name: slide-in-left;
  animation-name: slide-in-left;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: forward;
  -moz-animation-direction: forward;
  -o-animation-direction: forward;
  animation-direction: forward;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 30px 40px;
  background-color: #fff;
  display: none;
}

.search-sidebar.visible {
  display: block;
}

.search-sidebar .col_title {
  font-size: 16px;
  margin-bottom: 20px;
}

.search-sidebar input {
  height: 35px;
  border-bottom: 1px solid #82847f;
}

.search-sidebar .form-actions {
  margin-top: 30px;
}

.search-sidebar .form-actions button {
  width: 140px;
  height: 40px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}

.search-sidebar .search-sidebar__close {
  width: 20px;
}

.search-sidebar__header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.red {
  color: #dc122b;
}

.head_pc {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #151515;
}

.head_pc.scroll {
  position: fixed;
}

.head_pc .uk-drop {
  width: auto !important;
}

.head_pc .header_top {
  font-size: clamp(12px, 1rem, 16px);
  padding: 14px 10rem;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2d2d2d;
}

.head_pc .header_top .text {
  color: #b3b3b3;
}

.head_pc .header_top .phone {
  margin-left: 44px;
}

.head_pc .header_top .phone img {
  margin-right: 10px;
}

.head_pc .header_top .line {
  width: 1px;
  height: 20px;
  background-color: #2d2d2d;
  margin: 0 24px;
}

.head_pc .header_top .arrow {
  margin-left: 10px;
  width: clamp(12px, 0.875rem, 14px);
}

.head_pc .header_top .help_desk {
  margin-left: 20px;
}

.head_pc .nav-drop {
  min-width: 120px;
}

.head_pc .nav-drop a {
  background-color: #f2f4f7;
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.head_pc .nav-drop a:hover,
.head_pc .nav-drop a.active {
  color: #bc0710;
}

.head_pc .drop_box {
  min-width: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 20px;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 12;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.head_pc .drop_box ul li a {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: block;
}

.head_pc .nav .nav_item {
  font-size: clamp(13px, 1.125rem, 18px);
  padding: 30px 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.head_pc .nav .nav_item p {
  color: #fff;
}

.head_pc .nav .nav_item:hover {
  background-color: #dc122b;
}

.head_pc .nav .nav_item:hover p {
  color: #fff;
}

.head_pc .nav .nav_item:hover .drop_box {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 15px 0 rgba(49, 49, 49, 0.05);
}

.head_pc .nav .uk-icon {
  margin-left: 5px;
}

.head_pc .right a img {
  margin: auto;
}

.head_pc .right a p {
  margin-top: 10px;
  font-size: 1rem;
  color: #fff;
}

.head_pc .right .cart {
  margin-left: 2.1875rem;
  margin-right: 3.125rem;
}

.m_pic_box {
  display: none;
}

.m_show {
  display: none;
}

.banner .banner_info {
  position: absolute;
  left: 10rem;
  bottom: 12.875rem;
  z-index: 1;
}

.banner .banner_info .title {
  font-size: clamp(20px, 3.75rem, 60px);
  margin-bottom: 1.25rem;
}

.banner .banner_info .text {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 1.5rem;
}

.banner .banner_info .detail {
  width: clamp(120px, 11.25rem, 180px);
  height: clamp(35px, 3.75rem, 60px);
  border-radius: 10px;
  background-color: #dc122b;
  font-size: clamp(15px, 1.125rem, 18px);
}

.banner .swiper_btn {
  width: 3.75rem;
  height: 3.75rem;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.banner .swiper_btn:hover {
  border-color: transparent;
  background-color: #dc122b;
}

.banner .swiper_btn img {
  width: clamp(8px, 0.625rem, 10px);
}

.banner .navigation {
  position: absolute;
  right: 10rem;
  bottom: 11.25rem;
}

.banner .swiper_right {
  margin-left: 15px;
}

.banner .dot {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  left: 0;
  z-index: 2;
}

.banner .dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 3px;
}

.banner .dot .swiper-pagination-bullet-active {
  background-color: #c5a86f;
}

@media only screen and (max-width: 1024px) {
  .banner .swiper_btn {
    display: none;
  }
}

.title_wrap .title {
  font-size: clamp(30px, 3rem, 48px);
}

.title_wrap .title span {
  color: #dc122b;
  margin-left: 8px;
}

.title_wrap .more {
  font-size: clamp(14px, 1.125rem, 18px);
}

.title_wrap .more .arrow {
  margin-left: 1px;
}

.title_wrap .more:hover {
  color: #dc122b;
}

.title_wrap .sub {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-top: 10px;
}

.filter_box_wrap {
  margin-left: 10rem;
  margin-right: 10rem;
  background-color: #fff;
  border-radius: 1.5625rem;
  padding: 3.75rem 4.6875rem 3.75rem 5rem;
  box-shadow: 0 10px 10px rgba(201, 201, 201, 0.2);
  position: relative;
  top: -8.125rem;
  z-index: 1;
  left: 0;
}

@media (max-width: 1024px) {
  .filter_box_wrap {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media (max-width: 860px) {
  .filter_box_wrap {
    position: static;
    margin-top: 30px;
  }
}

.filter_box_wrap .tab {
  margin-bottom: 2.8125rem;
}

@media (max-width: 640px) {
  .filter_box_wrap .tab {
    margin-bottom: 20px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.filter_box_wrap .tab span {
  font-size: clamp(16px, 1.5rem, 24px);
  color: #010101;
  padding: 0 4px 6px;
  cursor: pointer;
  margin-right: 2.5rem;
  border-bottom: 2px solid transparent;
}

.filter_box_wrap .tab span.active {
  color: #dc122b;
  border-bottom-color: #dc122b;
}

.filter_box_wrap .layui-input {
  font-size: clamp(15px, 1.125rem, 18px);
  border-radius: 6px;
  height: clamp(46px, 3.75rem, 60px);
  padding-left: 2.25rem;
}

.filter_box_wrap .layui-input::-webkit-input-placeholder {
  color: #878787;
}

.filter_box_wrap .layui-input:-moz-placeholder {
  color: #878787;
}

.filter_box_wrap .layui-input::-moz-placeholder {
  color: #878787;
}

.filter_box_wrap .layui-input:-ms-input-placeholder {
  color: #878787;
}

.filter_box_wrap .layui-input::placeholder {
  color: #878787;
}

.filter_box_wrap .tab_show .left {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-right: 1.25rem;
}

.filter_box_wrap .tab_show .left2{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-right: 1.25rem;
}

@media (max-width: 860px) {
  .filter_box_wrap .tab_show .left {
    grid-template-columns: repeat(2, 1fr);
  }
}

.filter_box_wrap .tab_show .submit {
  width: 130px;
  border-radius: 6px;
  height: clamp(40px, 3.75rem, 60px);
  background: #dc122b;
  font-size: clamp(15px, 1.125rem, 18px);
}

@media (max-width: 640px) {
  .filter_box_wrap .tab_show .fiter_show {
    display: block;
  }

  .filter_box_wrap .tab_show .left {
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .filter_box_wrap .tab_show .submit {
    font-size: 16px;
    width: 100%;
    height: 45px;
    margin-top: 20px;
  }
}

.layui-form-select .layui-edge {
  right: 2.5rem;
  margin-top: -5px;
  border-width: 0;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-down1.png) center center no-repeat;
}

.layui-form-select dl dd.layui-this {
  background-color: #dc122b;
}

.layui-form-select dl {
  top: 3.75rem;
}

.home_body {
  background-color: #f2f2f2;
}

.home_section1 {
  padding-bottom: 6.875rem;
  margin-top: -3.75rem;
}

@media (max-width: 860px) {
  .home_section1 {
    margin-top: 30px;
  }
}

.home_section1 .list {
  margin-top: clamp(20px, 3.375rem, 54px);
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}

@media (max-width: 1460px) {
  .home_section1 .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 860px) {
  .home_section1 .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .home_section1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home_section1 .list li {
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(201, 201, 201, 0.2);
  background-color: #fff;
  position: relative;
  height: 360px;
}

.home_section1 .list li .title {
  padding: 15px 0;
  font-size: clamp(16px, 1.5rem, 24px);
  background-color: #fff;
}

.home_section1 .list li:hover .title {
  color: #dc122b;
}

.home_section2 {
  padding-top: clamp(30px, 5.625rem, 90px);
  padding-bottom: clamp(30px, 7.1875rem, 115px);
  background-color: #fff;
}

.home_section2 .product_list {
  margin-top: clamp(20px, 3.375rem, 54px);
}

.product_list {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.875rem, 30px);
}
.bm_modal .product_list{
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1360px) {
  .product_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .bm_modal .product_list{
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bm_modal .product_list{
      grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 640px) {
  .product_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_section1 .list li {
    height: 260px;
  }
}

.product_list li {
  border-radius: 10px;
  position: relative;
  border: 1px solid #eeeeee;
  padding-bottom: clamp(20px, 3rem, 48px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.bm_modal .product_list li{
    padding-bottom: clamp(7px, 1rem, 16px);
}

.product_list li .poster {
  padding-top: clamp(30px, 6rem, 96px);
  padding-bottom: clamp(30px, 4.125rem, 66px);
}

.bm_modal .product_list li .poster{
    padding-top: clamp(10px, 2rem, 31px);
    padding-bottom: clamp(10px, 1.7rem, 32px);
}

.product_list li .info {
  padding-left: 2.5rem;
  padding-right: 2.8125rem;
}

.product_list li .info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
}

.product_list li .info .sku {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(19px, 2.5rem, 24px);
  color: #000;
}
.product_list li:hover .info .sku {
    color: #dc122b;
}

@media (max-width: 640px) {
  .product_list li .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product_list li .tag {
  width: 60px;
  height: 25px;
  background: #dc122b;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  left: 2.5rem;
  top: clamp(16px, 1.875rem, 30px);
}

.product_list li .bottom {
  margin-top: 20px;
}

.product_list li .bottom .price {
  font-size: clamp(16px, 1.125rem, 18px);
  color: #dc122b;
}

.product_list li:hover {
  box-shadow: 0 0 10px 5px rgba(201, 201, 201, 0.2);
}

.product_list li:hover .title {
  color: #dc122b;
}

.home_section3 {
  height: 920px;
  background: url(../images/bg1.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 640px) {
  .home_section3 {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .home_section3 .info {
    width: 92%;
  }
}

.home_section3 .info .title {
  font-size: clamp(20px, 3.75rem, 60px);
}

.home_section3 .info .text {
  font-size: 16px;
  margin: 20px 0;
}

.home_section3 .info .detail {
  margin: auto;
  width: clamp(120px, 11.25rem, 180px);
  height: clamp(40px, 3.5rem, 56px);
  border-radius: 10px;
  background-color: #dc122b;
  font-size: clamp(15px, 1.125rem, 18px);
}

.home_section4 {
  padding-top: clamp(30px, 5.625rem, 90px);
  padding-bottom: clamp(30px, 8rem, 128px);
}

.home_section4 .box {
  background-color: #fff;
  margin-top: clamp(20px, 3.375rem, 54px);
  border-radius: 10px;
  padding: clamp(20px, 3.375rem, 54px) clamp(15px, 3.125rem, 50px) clamp(20px, 4.375rem, 70px);
}

@media (max-width: 640px) {
  .home_section4 .tab_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.home_section4 .tab_box .tab_item {
  font-size: clamp(13px, 1.125rem, 18px);
  color: #878787;
  margin-right: clamp(6px, 0.75rem, 12px);
  width: clamp(24px, 2.5rem, 40px);
  height: clamp(24px, 2.5rem, 40px);
  border-radius: 5px;
  text-align: center;
  line-height: clamp(24px, 2.5rem, 40px);
  cursor: pointer;
}

.home_section4 .tab_box .tab_item:last-child {
  margin-right: 0;
}

.home_section4 .tab_box .tab_item.active {
  background-color: #dc122b;
  color: #fff;
}

@media (max-width: 640px) {
  .home_section4 .tab_box .tab_item {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-right: 0;
  }
}

.home_section4 .list {
  margin-top: clamp(20px, 2.5rem, 40px);
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(15px, 1.25rem, 20px);
}

@media (max-width: 1620px) {
  .home_section4 .list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1460px) {
  .home_section4 .list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1024px) {
  .home_section4 .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 860px) {
  .home_section4 .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .home_section4 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home_section4 .list li {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 30px;
}

.home_section4 .list li .poster {
  height: 145px;
  overflow: hidden;
}

.home_section4 .list li .title {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #878787;
}

.home_section4 .list li:hover {
  border-color: #dc122b;
  box-shadow: 0 0 10px 5px rgba(201, 201, 201, 0.2);
}

.home_section4 .list li:hover .title {
  color: #dc122b;
}

.home_section5 {
  padding-top: clamp(30px, 5.625rem, 90px);
  padding-bottom: clamp(30px, 7.1875rem, 115px);
  background-color: #fff;
}

.home_section5 .list {
  margin-top: clamp(20px, 3.375rem, 54px);
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 1.25rem, 20px);
  -moz-column-gap: clamp(15px, 1.25rem, 20px);
  column-gap: clamp(15px, 1.25rem, 20px);
  row-gap: clamp(15px, 3.125rem, 50px);
}

@media (max-width: 640px) {
  .home_section5 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home_section5 .list li {
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.home_section5 .list li .poster img {
  border-radius: 10px;
}

.home_section5 .list li .info {
  padding: 0 30px 0 10px;
}

.home_section5 .list li .info .title_wrap {
  margin-top: clamp(20px, 2.5rem, 30px);
  margin-bottom: 15px;
}

.home_section5 .list li .info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.home_section5 .list li:hover .title {
  color: #dc122b;
}

.home_section6 {
  padding-top: clamp(30px, 5.625rem, 90px);
  padding-bottom: clamp(30px, 7.5rem, 120px);
}

.home_section6 .more_box {
  border-radius: 6px;
  width: 250px;
  height: 60px;
  background-color: #dc122b;
  color: #fff;
  font-size: 18px;
}

.home_section6 .more_box .arrow {
  margin-left: 6px;
}

@media (max-width: 640px) {
  .home_section6 .more_box {
    width: 180px;
    height: 42px;
    font-size: 15px;
    display: none;
  }
}

.home_section6 .swiper_wrap {
  margin-top: clamp(20px, 3.375rem, 54px);
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

@media (max-width: 640px) {
  .home_section6 .swiper_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.home_section6 .swiper_wrap .swiper {
  margin: 0 2.5rem;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home_section6 .swiper_wrap .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  padding: clamp(20px, 3.125rem, 50px) clamp(15px, 2.1875rem, 35px) clamp(20px, 2.5rem, 40px);
}

.home_section6 .swiper_wrap .swiper .swiper-slide .user_info {
  margin-bottom: clamp(16px, 1.875rem, 30px);
}

.home_section6 .swiper_wrap .swiper .swiper-slide .user_info .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .user_info .name {
  font-size: clamp(20px, 1.5rem, 24px);
}

.home_section6 .swiper_wrap .swiper .swiper-slide .user_info .year {
  color: #878787;
  font-size: 16px;
  margin-top: 10px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .score {
  margin-bottom: clamp(16px, 1.875rem, 30px);
}

.home_section6 .swiper_wrap .swiper .swiper-slide .score img {
  margin-right: 8px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .sub {
  font-size: clamp(16px, 1.125rem, 18px);
  line-height: 24px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .read {
  font-size: clamp(16px, 1.125rem, 18px);
  color: #dc122b;
  margin-top: 20px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .google {
  margin-top: clamp(20px, 2.875rem, 46px);
  padding-top: clamp(16px, 1.875rem, 30px);
  border-top: 1px solid #eeeeee;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .google .g_info {
  margin-left: 12px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .google .g_info .t {
  font-size: clamp(16px, 1.125rem, 18px);
  color: #878787;
  margin-bottom: 8px;
}

.home_section6 .swiper_wrap .swiper .swiper-slide .google .g_info .t1 {
  font-size: clamp(16px, 1.125rem, 18px);
  color: #4285f4;
}

.home_section6 .swiper_wrap .swiper_btn {
  width: clamp(40px, 3.125rem, 50px);
  height: clamp(40px, 3.125rem, 50px);
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #545454;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.home_section6 .swiper_wrap .swiper_btn:hover {
  background-color: #dc122b;
  color: #fff;
  border-color: #dc122b;
}

@media (max-width: 640px) {
  .home_section6 .swiper_wrap .swiper_btn {
    display: none;
  }
}

.home_section7 {
  height: 800px;
  background: url(../images/bg2.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 640px) {
  .home_section7 {
    height: 420px;
  }
}

.home_section7 .info .title {
  font-size: clamp(24px, 3.75rem, 60px);
}

.home_section7 .info .text {
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: clamp(24px, 2.25rem, 36px);
  margin: 20px 0;
  width: 1170px;
}

@media (max-width: 1200px) {
  .home_section7 .info .text {
    width: 90vw;
    padding: 0 15px;
  }
}

.home_section7 .info .detail {
  margin: auto;
  width: clamp(120px, 11.25rem, 180px);
  height: clamp(35px, 3.5rem, 56px);
  border-radius: 10px;
  background-color: #dc122b;
  font-size: clamp(15px, 1.125rem, 18px);
}

.serve_box_wrap {
  background-color: #151515;
  border-bottom: 1px solid #2d2d2d;
}

.serve_box_wrap .content {
  padding-top: clamp(20px, 2.5rem, 40px);
  padding-bottom: clamp(20px, 2.5rem, 40px);
}

@media (max-width: 640px) {
  .serve_box_wrap .content {
    display: block;
  }
}

.serve_box_wrap .content .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.serve_box_wrap .content .item .icon {
  margin-right: clamp(15px, 1.5rem, 24px);
}

.serve_box_wrap .content .item .icon img {
  width: clamp(40px, 4.375rem, 70px);
}

.serve_box_wrap .content .item .title {
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: clamp(18px, 1.875rem, 30px);
}

.serve_box_wrap .content .item .sub {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(17px, 1.875rem, 30px);
  color: #a3a3a3;
}

@media (max-width: 640px) {
  .serve_box_wrap .content .item {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }

  .serve_box_wrap .content .item .icon {
    margin: 0 0 15px !important;
  }

  .serve_box_wrap .content .item .icon img {
    margin: auto;
  }

  .serve_box_wrap .content .item .title {
    margin-bottom: 10px;
  }

  .serve_box_wrap .content .item:last-child {
    margin-bottom: 0;
  }
}

.serve_box_wrap .content .line {
  width: 1px;
  height: clamp(40px, 3.75rem, 60px);
  background-color: #2d2d2d;
}

@media (max-width: 640px) {
  .serve_box_wrap .content .line {
    display: none;
  }
}

footer {
  padding-top: clamp(30px, 4.375rem, 70px);
  background-color: #151515;
}

footer .footer_top {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: clamp(30px, 4rem, 64px);
}

@media (max-width: 640px) {
  footer .footer_top {
    display: block;
    text-align: center;
  }
}

footer .footer_top .logo {
  margin-bottom: clamp(20px, 3.125rem, 50px);
}

@media (max-width: 640px) {
  footer .footer_top .logo img {
    margin: auto;
  }
}

footer .footer_top .left .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 15px;
}

footer .footer_top .left .t1 {
  font-size: 16px;
  color: #a3a3a3;
  margin-bottom: clamp(20px, 1.875rem, 30px);
}

footer .footer_top .left .form {
  margin-bottom: clamp(20px, 2.5rem, 40px);
}

footer .footer_top .left .form input {
  width: 26.25rem;
  height: clamp(45px, 3.125rem, 50px);
  padding-left: 1.5625rem;
  font-size: 16px;
  background-color: #fff;
}

footer .footer_top .left .form input::-webkit-input-placeholder {
  color: #a3a3a3;
}

footer .footer_top .left .form input:-moz-placeholder {
  color: #a3a3a3;
}

footer .footer_top .left .form input::-moz-placeholder {
  color: #a3a3a3;
}

footer .footer_top .left .form input:-ms-input-placeholder {
  color: #a3a3a3;
}

footer .footer_top .left .form input::placeholder {
  color: #a3a3a3;
}

@media (max-width: 640px) {
  footer .footer_top .left .form input {
    width: 100%;
    padding-left: 15px;
  }
}

footer .footer_top .left .form .submit {
  right: 2.1875rem;
}

@media (max-width: 640px) {
  footer .footer_top .left .form .submit {
    right: 15px;
  }
}

@media (max-width: 640px) {
  footer .footer_top .left .share {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer_top .left .share a {
  width: clamp(30px, 2.5rem, 40px);
  height: clamp(30px, 2.5rem, 40px);
  background-color: #444444;
  margin-right: 3px;
  border-radius: 3px;
}

@media (max-width: 640px) {
  footer .footer_top .right {
    display: none;
  }
}

footer .footer_top .right>li {
  margin-left: 11.25rem;
}

@media (max-width: 1024px) {
  footer .footer_top .right>li {
    margin-left: 5rem;
  }
}

footer .footer_top .right>li:first-child {
  margin-left: 0;
}

footer .footer_top .right>li .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: clamp(16px, 2.5rem, 40px);
}

footer .footer_top .right>li .title img {
  margin-right: 20px;
}

footer a {
  font-size: clamp(14px, 1rem, 16px);
  color: #a3a3a3;
  line-height: clamp(18px, 1.875rem, 30px);
}

footer a:hover {
  color: #dc122b;
}

footer .foot_bottom {
  padding-top: clamp(20px, 2.8125rem, 45px);
  padding-bottom: clamp(20px, 2.8125rem, 45px);
}

footer .foot_bottom p {
  font-size: 16px;
  color: #a3a3a3;
}

footer .foot_bottom p,
footer .foot_bottom a {
  margin-right: 1.3021vw;
}

@media (max-width: 640px) {
  footer .foot_bottom {
    display: block;
    text-align: center;
  }
}

.filter_box_wrap_wheels {
  background-color: #fff;
  padding: 25px 0;
  box-shadow: 0 5px 5px rgba(201, 201, 201, 0.2);
  position: relative;
}

.filter_box_wrap_wheels .layui-input {
  font-size: clamp(15px, 1.125rem, 18px);
  border-radius: 6px;
  height: clamp(45px, 3.75rem, 60px);
  padding-left: clamp(15px, 2.25rem, 36px);
}

.filter_box_wrap_wheels .layui-input::-webkit-input-placeholder {
  color: #878787;
}

.filter_box_wrap_wheels .layui-input:-moz-placeholder {
  color: #878787;
}

.filter_box_wrap_wheels .layui-input::-moz-placeholder {
  color: #878787;
}

.filter_box_wrap_wheels .layui-input:-ms-input-placeholder {
  color: #878787;
}

.filter_box_wrap_wheels .layui-input::placeholder {
  color: #878787;
}

@media (max-width: 640px) {
  .filter_box_wrap_wheels .fiter_show {
    display: block;
  }
}

.filter_box_wrap_wheels .tab_show .left {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-right: 1.25rem;
}

@media (max-width: 640px) {
  .filter_box_wrap_wheels .tab_show {
    display: block;
  }

  .filter_box_wrap_wheels .tab_show .left {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-right: 0;
    margin-top: 20px;
  }
}

.filter_box_wrap_wheels .tab_show .submit {
  width: 8.125rem;
  border-radius: 6px;
  height: clamp(40px, 3.75rem, 60px);
  background: #dc122b;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .filter_box_wrap_wheels .tab_show .submit {
    width: 120px;
    height: 45px;
    font-size: 16px;
    margin: 20px auto 0;
  }
}

.filter_box_wrap_wheels .tab_show .title {
  font-size: clamp(16px, 1.5rem, 24px);
  color: #dc122b;
  margin-right: 1.25rem;
}

.wheels_section1 {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: clamp(30px, 3.5rem, 56px);
}

.wheels_section1 .title_wrap {
  margin-top: clamp(20px, 2.5rem, 30px);
}

.wheels_section1 .list {
  margin-top: 34px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .wheels_section1 .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .wheels_section1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .wheels_section1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wheels_section1 .list .item {
  cursor: pointer;
  background-color: #fff;
  padding: 0 clamp(15px, 2.875rem, 46px) 0 clamp(15px, 2.5rem, 40px);
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 30px;
  font-size: clamp(15px, 1.125rem, 18px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}

.wheels_section1 .list .item .arrow {
  color: #c1c1c1;
}

.wheels_section1 .list .item.active {
  background-color: #ea0a2a;
}

.wheels_section1 .list .item.active .arrow,
.wheels_section1 .list .item.active .text {
  color: #fff;
}

.wheels_section1 .list .item:hover {
  border-color: #ea0a2a;
}

.wheels_section1 .more {
  width: clamp(150px, 11.25rem, 180px);
  height: clamp(40px, 3.125rem, 50px);
  border-radius: 25px;
  background-color: #151515;
  font-size: 18px;
  margin: clamp(30px, 2.5rem, 40px) auto 0;
}

.wheels_section1 .more .arrow {
  margin-left: 6px;
}

.wheels_section1 .more:hover {
  background-color: #ea0a2a;
}

.wheels_section1 .more:hover .arrow {
  color: #fff;
}

.mianbao_nav a {
  font-size: 16px;
  color: #878787;
  margin-right: 4px;
}

.wheels_section2 {
  padding-top: clamp(30px, 5rem, 80px);
  padding-bottom: clamp(30px, 7.5rem, 120px);
}

.wheels_section2 .box {
  border: 1px solid #eeeeee;
  margin-top: clamp(20px, 2.5rem, 40px);
  box-shadow: 0 10px 10px rgba(201, 201, 201, 0.2);
}

.alfaRomeo_section1 {
  padding-top: 30px;
  padding-bottom: clamp(30px, 7.25rem, 116px);
}

.alfaRomeo_section1 .info_box .title_wrap {
  margin-top: clamp(20px, 4rem, 64px);
}

.alfaRomeo_section1 .info_box .texts {
  font-size: 24px;
  margin-top: clamp(20px, 2.5rem, 40px);
  margin-bottom: 20px;
}

.alfaRomeo_section1 .info_box .sub {
  font-size: 16px;
  line-height: 24px;
}

.alfaRomeo_section1 .info_box .more {
  font-size: 16px;
  margin-top: 25px;
}

.alfaRomeo_section1 .info_box .more .arrow {
  margin-left: 5px;
}

.alfaRomeo_section1 .list {
  margin-top: clamp(20px, 3.75rem, 60px);
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 1024px) {
  .alfaRomeo_section1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .alfaRomeo_section1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.alfaRomeo_section1 .list .item {
  cursor: pointer;
  background-color: #fff;
  padding: 0 clamp(15px, 2.875rem, 46px) 0 clamp(15px, 2.5rem, 40px);
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 30px;
  font-size: clamp(15px, 1.125rem, 18px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}

.alfaRomeo_section1 .list .item .arrow {
  color: #c1c1c1;
}

.alfaRomeo_section1 .list .item.active {
  background-color: #ea0a2a;
}

.alfaRomeo_section1 .list .item.active .arrow,
.alfaRomeo_section1 .list .item.active .text {
  color: #fff;
}

.alfaRomeo_section1 .list .item:hover {
  border-color: #ea0a2a;
}

.question_list_wrap {
  margin-top: clamp(30px, 5.625rem, 90px);
}

.question_list_wrap .title_wrap {
  margin-bottom: clamp(20px, 1.875rem, 30px);
}

.question_list_wrap .question_list li {
  padding: clamp(20px, 2.5rem, 40px) 10px;
  border-bottom: 1px solid #d2d2d2;
}

.question_list_wrap .question_list li .head {
  cursor: pointer;
}

.question_list_wrap .question_list li .head .title {
  font-size: clamp(20px, 1.875rem, 30px);
  max-width: 90%;
}

.question_list_wrap .question_list li .head .shouqi {
  display: none;
}

.question_list_wrap .question_list li.active .shouqi {
  display: block !important;
}

.question_list_wrap .question_list li.active .open {
  display: none !important;
}

.question_list_wrap .question_list li.active .head .title {
  color: #dc122b;
}

.question_list_wrap .question_list li.active .drop_content {
  display: block;
}

.question_list_wrap .question_list li .drop_content {
  display: none;
  padding-top: 20px;
}

.question_list_wrap .question_list li .drop_content p {
  font-size: 16px;
  line-height: 24px;
}

.alfaRomeo_section2 {
  background-color: #f2f2f2;
  padding-top: clamp(30px, 6.875rem, 110px);
  padding-bottom: clamp(30px, 6.875rem, 110px);
}

.Giulia_section1 {
  padding-bottom: clamp(30px, 5.2083vw, 100px);
}

.Giulia_section1 .product_list_wrap {
  margin-top: clamp(30px, 5.625rem, 90px);
}

.Giulia_section1 .product_list {
  margin-top: clamp(20px, 2.5rem, 40px);
  margin-bottom: clamp(30px, 3.75rem, 60px);
}

.page-box a {
  width: 35px;
  height: 35px;
  border: 1px solid #dcdcdc;
  margin: 0 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #878787;
}

.page-box a:hover,
.page-box a.active {
  background-color: #dc122b;
  color: #fff;
  border-color: transparent;
}

.product_list_wrap .title_wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  align-items: flex-end;
}

@media (max-width: 640px) {
  .product_list_wrap .title_wrap {
    display: block;
  }
}

.product_list_wrap .title_wrap .filter {
  font-size: 18px;
  cursor: pointer;
  min-width: 504px;
}

@media (max-width: 640px) {
  .product_list_wrap .title_wrap .filter {
    margin-top: 30px;
    overflow-x: scroll;
    white-space: nowrap;
    min-width: none;
  }
}

.product_list_wrap .title_wrap .filter .filter_item {
  margin-left: clamp(15px, 2.5rem, 40px);
}

.product_list_wrap .title_wrap .filter .filter_item .arrow {
  margin-left: 8px;
  width: 8px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/down.png) no-repeat;
}

.product_list_wrap .title_wrap .filter .filter_item.active {
  color: #dc122b;
}

.product_list_wrap .title_wrap .filter .filter_item.active .arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(../images/up.png) no-repeat;
}

.product_section1 {
  padding-top: 30px;
  padding-bottom: clamp(30px, 5.625rem, 90px);
}

.product_section1 .pro_main {
  margin-top: clamp(30px, 3.125rem, 50px);
}

@media (max-width: 860px) {
  .product_section1 .pro_main {
    display: block;
  }
}

.product_section1 .pro_main .product_list {
  margin-top: clamp(30px, 3.125rem, 50px);
  margin-bottom: clamp(30px, 4.375rem, 70px);
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.25rem, 20px);
}

@media (max-width: 820px) {
  .product_section1 .pro_main .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .product_section1 .pro_main .product_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_section1 .pro_main .left {
  width: 320px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 860px) {
  .product_section1 .pro_main .left {
    width: 100%;
  }
}

.product_section1 .pro_main .left .title-box {
  font-size: 36px;
  background-color: #151515;
  padding: 30px;
}

.product_section1 .pro_main .left .drag {
  margin-top: 26px;
}

.product_section1 .pro_main .left .theme-green .back-bar {
  height: 8px;
  background: #efefef;
}

.product_section1 .pro_main .left .theme-green .back-bar .selected-bar {
  background-color: #f80000;
  background-image: -webkit-linear-gradient(top, #f80000, #f80000);
  background-image: -moz-linear-gradient(top, #f80000, #f80000);
  background-image: -o-linear-gradient(top, #f80000, #f80000);
  background-image: linear-gradient(to bottom, #f80000, #f80000);
}

.product_section1 .pro_main .left .theme-green .back-bar .pointer {
  border: 2px solid #f80000;
  background: #fff;
  top: -4px;
}

.product_section1 .pro_main .left .price_input {
  font-size: 18px;
  padding-top: 20px;
}

.product_section1 .pro_main .left .price_input input {
  width: 60px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.product_section1 .pro_main .left .price_input .line {
  margin: 0 30px;
}

.product_section1 .product_list_wrap {
  width: -webkit-calc(100% - 320px - 3.125rem);
  width: -moz-calc(100% - 320px - 3.125rem);
  width: calc(100% - 320px - 3.125rem);
}

@media (max-width: 860px) {
  .product_section1 .product_list_wrap {
    width: 100%;
    margin-top: 30px;
  }
}

.product_section1 .filter_list {
  padding: 35px 30px 40px;
}

@media (max-width: 860px) {
  .product_section1 .filter_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .product_section1 .filter_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product_section1 .filter_list>li {
  margin-bottom: clamp(15px, 3.125rem, 50px);
}

.product_section1 .filter_list>li:last-child {
  margin-bottom: 0;
}

.product_section1 .filter_list>li .filter_header {
  font-size: 24px;
  cursor: pointer;
}

.product_section1 .filter_list>li .filter_header .arrow {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_section1 .filter_list>li .filter_header.active .arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product_section1 .filter_list>li ol {
  margin-top: 24px;
}

.product_section1 .filter_list>li ol li {
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 16px;
}

.product_section1 .filter_list>li ol li:last-child {
  margin-bottom: 0;
}

.product_section1 .filter_list>li ol li .text {
  margin-left: 15px;
}

.product_section1 .more {
  margin-top: 24px;
  margin-left: 30px;
  font-size: 18px;
  cursor: pointer;
}

.product_section1 .bottom {
  padding: 25px;
  border-top: 1px solid #e5e5e5;
}

.product_section1 .bottom button {
  height: 40px;
  padding: 0 15px;
  background-color: #151515;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
}

.product_section1 .bottom .viewResult {
  margin-right: 15px;
  background-color: #dc122b;
}

input[type=checkbox] {
  visibility: hidden;
}

.checkBox {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #ffffff;
}

.checkBox label {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.checkBox label:after {
  opacity: 0;
  /*修改为0*/
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -3px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkBox input[type=checkbox]:checked+label {
  background: #dc122b;
  border-color: transparent;
}

.checkBox input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.product_details_wrap {
  padding-top: 30px;
}

.product_details_wrap .details_top {
  margin-top: clamp(20px, 5rem, 80px);
}

@media (max-width: 1170px) {
  .product_details_wrap .details_top {
    display: block;
  }

  .product_details_wrap .details_top .left_gallery {
    width: 100%;
  }
}

.product_details_wrap .swiper_down {
  margin-top: 30px;
}

.product_details_wrap .swiper_top {
  margin-bottom: 30px;
}

.product_details_wrap .left_gallery {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product_details_wrap .small_wrap_banner {
  margin-top: 20px;
  width: 160px;
}

.product_details_wrap .small_wrap_banner .gallery {
  margin-right: 20px;
  height: 460px;
}

.product_details_wrap .small_wrap_banner .gallery .swiper-slide {
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  overflow: hidden;
}

.product_details_wrap .small_wrap_banner .gallery .swiper-slide-active {
  border-color: #dc122b;
}

@media (max-width: 640px) {
  .product_details_wrap .small_wrap_banner {
    display: none;
  }
}

.product_details_wrap .pro_banner {
  width: 41.875rem;
}

@media (max-width: 1170px) {
  .product_details_wrap .pro_banner {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.product_details_wrap .pro_banner .productSwiper {
  height: 600px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .product_details_wrap .pro_banner .productSwiper {
    height: auto;
    padding: 20px 0;
  }
}

.product_details_wrap .pro_banner .productSwiper .colelct {
  position: absolute;
  right: 3.125rem;
  top: 3.75rem;
}

.product_details_wrap .pro_banner .view {
  margin: 30px auto 0;
  width: 250px;
  height: 56px;
  font-size: 18px;
  background-color: #dc122b;
}

.product_details_wrap .pro_banner .view img {
  margin-right: 20px;
}

.product_details_wrap .product_info {
  padding-left: 4.375rem;
  width: 32.125rem;
}

@media (max-width: 1170px) {
  .product_details_wrap .product_info {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.product_details_wrap .product_info .title {
  font-size: clamp(24px, 3rem, 48px);
  margin-bottom: 20px;
}

.product_details_wrap .product_info .info {
  margin-bottom: 30px;
}

.product_details_wrap .product_info .info .item {
  margin-bottom: 20px;
  font-size: clamp(15px, 1.125rem, 18px);
}

.product_details_wrap .product_info .info .item .key {
  color: #878787;
  min-width: 150px;
}

.product_details_wrap .product_info .info .item .price {
  font-size: clamp(18px, 1.5rem, 24px);
}

.product_details_wrap .product_info .info .item .market_price {
  text-decoration: line-through;
}

.product_details_wrap .product_info .tit {
  font-size: 24px;
  margin-bottom: 15px;
}

.product_details_wrap .product_info .form {
  margin-bottom: 30px;
}

.product_details_wrap .product_info .form input {
  font-size: 16px;
  width: 19.375rem;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding-left: 24px;
}

.product_details_wrap .product_info .form input::-webkit-input-placeholder {
  color: #878787;
}

.product_details_wrap .product_info .form input:-moz-placeholder {
  color: #878787;
}

.product_details_wrap .product_info .form input::-moz-placeholder {
  color: #878787;
}

.product_details_wrap .product_info .form input:-ms-input-placeholder {
  color: #878787;
}

.product_details_wrap .product_info .form input::placeholder {
  color: #878787;
}

@media (max-width: 1170px) {
  .product_details_wrap .product_info .form input {
    width: 100%;
  }
}

.product_details_wrap .product_info .form .submit {
  margin-top: 20px;
  font-size: 18px;
  background-color: #dc122b;
  height: 50px;
  width: clamp(160px, 19.375rem, 310px);
}

@media (max-width: 1170px) {
  .product_details_wrap .product_info .form .submit {
    margin: 20px auto 0;
  }
}

@media (max-width: 1170px) {
  .product_details_wrap .product_info .ul {
    display: none;
  }
}

.product_details_wrap .product_info .ul li {
  margin-bottom: 12px;
}

.product_details_wrap .product_info .ul li:last-child {
  margin-bottom: 0;
}

.product_details_wrap .product_info .ul li p {
  font-size: 16px;
  color: #878787;
  margin-left: 10px;
}

.product_details_wrap .right {
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: clamp(20px, 1.875rem, 30px) clamp(15px, 1.25rem, 20px);
}

.product_details_wrap .right .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 15px;
}

.product_details_wrap .right .form_cell {
  margin-bottom: 6px;
}

.product_details_wrap .right .layui-form-select .layui-edge {
  right: clamp(15px, 1.25rem, 20px);
}

.product_details_wrap .right .submit {
  background-color: #151515;
  height: 40px;
  border-radius: 6px;
  margin-top: 15px;
}

.product_details_wrap .right .box {
  margin-top: 35px;
}

.product_details_wrap .right .box .t {
  font-size: 18px;
  margin-bottom: 10px;
}

.title_wrap_border {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.pro_details_table {
  margin-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(30px, 7.875rem, 126px);
}

.pro_details_table .box {
  margin-top: 30px;
}

.pro_details_table .box .text_box {
  margin-bottom: 30px;
}

.pro_details_table .box .text_box .text {
  font-size: 18px;
  line-height: 24px;
}

.pro_details_table .box .list li {
  font-size: 18px;
  height: 60px;
}

.pro_details_table .box .list li .item1 {
  padding-left: 3.125vw;
  width: 30%;
}

.pro_details_table .box .list li:nth-child(2n+1) {
  background-color: #f2f2f2;
}

.pro_details1 {
  background-color: #f2f2f2;
}

.load_more {
  width: 200px;
  height: 50px;
  background-color: #dc122b;
  color: #fff;
  font-size: 18px;
  margin: clamp(30px, 4.375rem, 70px) auto 0;
}

#addCart .bm_modal,
#relationProduct .bm_modal {
  width: 1000px;
  padding: 3.125rem 2.8125rem 4.375rem;
}

#addCart .modal-header .title,
#relationProduct .modal-header .title {
  font-size: 48px;
}

#addCart .modal-header .t1,
#relationProduct .modal-header .t1 {
  font-size: 18px;
  margin-top: 8px;
}

#addCart .modal_body .list li,
#relationProduct .modal_body .list li {
  padding: 3.125rem 0 30px;
  border-bottom: 1px solid #000;
}

#addCart .modal_body .list li .poster,
#relationProduct .modal_body .list li .poster {
  width: 320px;
}

#addCart .modal_body .list li .info,
#relationProduct .modal_body .list li .info {
  margin-left: 3.75rem;
}

#addCart .modal_body .list li .info .name,
#relationProduct .modal_body .list li .info .name {
  font-size: 30px;
  margin-bottom: 10px;
}

#addCart .modal_body .list li .info .text,
#relationProduct .modal_body .list li .info .text {
  font-size: 16px;
}

#addCart .modal_body .list li .info .box,
#relationProduct .modal_body .list li .info .box {
  margin-top: 30px;
}

#addCart .modal_body .list li .info .box .item,
#relationProduct .modal_body .list li .info .box .item {
  margin-bottom: 10px;
  font-size: 16px;
}

#addCart .modal_body .list li .info .box .item .key,
#relationProduct .modal_body .list li .info .box .item .key {
  color: #878787;
  min-width: 130px;
}

#addCart .modal_body .list li .info .box .item .price,
#relationProduct .modal_body .list li .info .box .item .price {
  font-size: 1.5rem;
}

#addCart .modal_body .list li .info .box .item .market_price,
#relationProduct .modal_body .list li .info .box .item .market_price {
  text-decoration: line-through;
}

#addCart .modal_body .list li .info .text_box,
#relationProduct .modal_body .list li .info .text_box {
  margin-top: 30px;
}

#addCart .modal_body .list li .info .text_box p,
#relationProduct .modal_body .list li .info .text_box p {
  font-size: 16px;
  line-height: 24px;
  color: #878787;
}

#addCart .modal_body .list li .info .bottom .price,
#relationProduct .modal_body .list li .info .bottom .price {
  font-size: 30px;
}

#addCart .modal_body .list li .info .bottom .check,
#relationProduct .modal_body .list li .info .bottom .check {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000000;
  cursor: pointer;
}

#addCart .modal_body .list li .info .bottom .check.checked,
#relationProduct .modal_body .list li .info .bottom .check.checked {
  border-color: transparent;
  background: #dc122b url(../images/checked.png) center center no-repeat;
}

#addCart .input_box,
#relationProduct .input_box {
  margin-top: 24px;
  max-width: 485px;
  padding-bottom: 30px;
}

#addCart .layui-form-select .layui-input,
#relationProduct .layui-form-select .layui-input {
  height: 54px;
}

#addCart .layui-form-select .layui-edge,
#relationProduct .layui-form-select .layui-edge {
  right: 30px;
}

#addCart .layui-form-select dl,
#relationProduct .layui-form-select dl {
  top: 54px;
}

#addCart .cart_footer,
#relationProduct .cart_footer {
  padding-top: 35px;
}

#addCart .cart_footer .box,
#relationProduct .cart_footer .box {
  width: 410px;
}

#addCart .cart_footer .box .title,
#relationProduct .cart_footer .box .title {
  font-size: 24px;
  margin-bottom: 20px;
}

#addCart .cart_footer .box .pro_list .item,
#relationProduct .cart_footer .box .pro_list .item {
  font-size: 18px;
  margin-bottom: 15px;
}

#addCart .cart_footer .box .pro_list .item:last-child,
#relationProduct .cart_footer .box .pro_list .item:last-child {
  margin-bottom: 0;
}

#addCart .cart_footer .box .pro_list .poster,
#relationProduct .cart_footer .box .pro_list .poster {
  width: 62px;
  margin-right: 15px;
}

#addCart .cart_footer .box .pro_list .pro_name,
#relationProduct .cart_footer .box .pro_list .pro_name {
  max-width: 260px;
}

#addCart .cart_footer .btn_box,
#relationProduct .cart_footer .btn_box {
  margin-top: 20px;
}

#addCart .cart_footer .btn_box div,
#relationProduct .cart_footer .btn_box div {
  width: 200px;
  height: 54px;
  background-color: #dc122b;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}

#addCart .cart_footer .btn_box .cancel,
#relationProduct .cart_footer .btn_box .cancel {
  background-color: #151515;
  margin-right: 15px;
}

.login_wrap_box {
  height: 870px;
  background: url(../images/bg3.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.login_wrap_box .box {
  border-radius: 10px;
  background-color: #f3f3f4;
  width: 680px;
  padding: clamp(30px, 2.8125rem, 45px) clamp(15px, 3.125rem, 50px);
}

@media (max-width: 960px) {
  .login_wrap_box .box {
    width: 90%;
  }
}

.login_wrap_box .box .title_wrap {
  margin-bottom: 20px;
}

.login_wrap_box .box .form_cell {
  margin-bottom: 24px;
}

.login_wrap_box .box .form_cell .label {
  font-size: 18px;
  margin-bottom: 15px;
}

.login_wrap_box .box .form_cell .input {
  position: relative;
}

.login_wrap_box .box .form_cell .input input {
  font-size: 18px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fff;
}

.login_wrap_box .box .submit {
  height: 45px;
  font-size: 18px;
  border-radius: 5px;
  background-color: #dc122b;
}

.login_wrap_box .box .tips {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.login_wrap_box .box .tips a {
  text-decoration: underline;
}

.login_wrap_box .box .t1 {
  margin: 0 15px;
}

.login_wrap_box .box .line {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dcdcdc;
  height: 1px;
}

.login_wrap_box .box input[type=checkbox] {
  visibility: visible;
}

.login_wrap_box .send_code {
  width: 150px;
  height: 100%;
  background-color: #dc122b;
  font-size: 15px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  right: 0;
  top: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  .login_wrap_box .send_code {
    width: 120px;
  }
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #dc122b !important;
  background-color: #dc122b;
}

.cart_section1 {
  padding-top: 30px;
  padding-bottom: clamp(30px, 6.25rem, 100px);
}

.cart_section1 .cart_box {
  margin-top: clamp(30px, 4.375rem, 70px);
}

.cart_section1 .cart_box .box {
  margin-top: clamp(20px, 2.8125rem, 45px);
}

@media (max-width: 1024px) {
  .cart_section1 .cart_box .box {
    display: block;
  }
}

.cart_section1 .cart_box .cart-head {
  font-size: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}

.cart_section1 .cart_box .cart-list {
  width: 71.25%;
}

.cart_section1 .cart_box .cart-list li {
  border-bottom: 1px solid #000;
}

@media (max-width: 1024px) {
  .cart_section1 .cart_box .cart-list {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .cart_section1 .cart_box .cart-list {
    overflow-x: scroll;
  }

  .cart_section1 .cart_box .cart-list .carts-list,
  .cart_section1 .cart_box .cart-list .cart-head {
    width: 800px;
  }
}

.cart_section1 .cart_box .cart-list .w1 {
  width: 48%;
}

.cart_section1 .cart_box .cart-list .w2 {
  width: 10.5rem;
}

.cart_section1 .cart_box .cart-list .w3 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart_section1 .cart_box .cart-list .w4 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart_section1 .cart_box .cart-list li {
  padding: clamp(20px, 3.125rem, 50px) 0;
}

.cart_section1 .cart_box .cart-list .name1 {
  padding-left: 20px;
}

.cart_section1 .cart_box .cart-list .check {
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-right: 1.875rem;
}

.cart_section1 .cart_box .cart-list .check.active {
  border-color: transparent;
  background: #dc122b url(../images/checked1.png) center center no-repeat;
}

.cart_section1 .cart_box .cart-list .pro_info {
  padding-left: 1.875rem;
}

.cart_section1 .cart_box .cart-list .pro_info .goods-info .goods_title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 260px;
}

.cart_section1 .cart_box .cart-list .pro_info .goods-info .price {
  font-size: clamp(15px, 1.125rem, 18px);
  margin-bottom: clamp(14px, 1.25rem, 20px);
}

.cart_section1 .cart_box .cart-list .pro_info .goods-info .sku {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(18px, 1.5rem, 24px);
}

.cart_section1 .cart_box .cart-list .pro_info .goods-info .sku p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart_section1 .cart_box .cart-list .pro_info .poster {
  width: clamp(100px, 9.1875rem, 147px);
  margin-right: 2.5rem;
}

.cart_section1 .cart_box .cart-list .quantity {
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  cursor: pointer;
}

.cart_section1 .cart_box .cart-list .quantity .quantity_num {
  width: clamp(30px, 3.125rem, 50px);
  height: 45px;
  font-size: 12px;
  text-align: center;
}

.cart_section1 .cart_box .cart-list .quantity .reduce_box {
  background-color: #f2f2f2;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  border-right: 1px solid #e6e6e6;
}

.cart_section1 .cart_box .cart-list .quantity .add_box {
  background-color: #f2f2f2;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  border-left: 1px solid #e6e6e6;
}

.cart_section1 .cart_box .cart-list .quantity .btn {
  width: clamp(40px, 3.75rem, 60px);
  height: 45px;
}

.cart_section1 .cart_box .cart-list .s_price {
  font-size: 18px;
}

.cart_section1 .cart_box .cart-list .del {
  font-size: 18px;
  cursor: pointer;
}

.cart_section1 .cart_box .cart-list .del img {
  margin-right: 10px;
}

.cart_section1 .cart-footer {
  font-size: 16px;
  padding: clamp(30px, 3.125rem, 50px) 0 0 30px;
  cursor: pointer;
}

.cart_section1 .cart-footer .checkAll .check {
  margin-right: 15px;
}

.cart_section1 .cart-footer .remove {
  margin-left: 40px;
}

.cart_section1 .right {
  margin-left: 6.25rem;
}

@media (max-width: 1024px) {
  .cart_section1 .right {
    margin-left: 0;
    margin-top: 30px;
  }
}

.cart_section1 .right .title {
  font-size: clamp(30px, 2.25rem, 36px);
  margin-bottom: clamp(14px, 3.125rem, 3.125rem);
}

.cart_section1 .right .coupon_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdd;
  margin-bottom: clamp(30px, 3.125rem, 50px);
}

.cart_section1 .right .coupon_box .coupon_title {
  font-size: 24px;
  margin-bottom: 15px;
}

.cart_section1 .right .coupon_box .input_box input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #dcdcdd;
  padding-left: 24px;
  font-size: 16px;
}

.cart_section1 .right .coupon_box .input_box input::-webkit-input-placeholder {
  color: #878787;
}

.cart_section1 .right .coupon_box .input_box input:-moz-placeholder {
  color: #878787;
}

.cart_section1 .right .coupon_box .input_box input::-moz-placeholder {
  color: #878787;
}

.cart_section1 .right .coupon_box .input_box input:-ms-input-placeholder {
  color: #878787;
}

.cart_section1 .right .coupon_box .input_box input::placeholder {
  color: #878787;
}

.cart_section1 .right .coupon_box .input_box .apply {
  width: 100px;
  height: 50px;
  border-radius: 5px;
  background: #dc122b;
  margin-left: 12px;
}

.cart_section1 .right .info {
  font-size: 18px;
}

.cart_section1 .right .info .item {
  margin-bottom: 15px;
}

.cart_section1 .right .info .item:last-child {
  margin-bottom: 0;
}

.cart_section1 .right .total {
  font-size: 18px;
  margin-top: clamp(20px, 2.5rem, 40px);
}

.cart_section1 .right .total .price {
  font-size: 30px;
}

.cart_section1 .right .submit {
  width: 100%;
  font-size: 18px;
  height: clamp(45px, 4.0625rem, 65px);
  background: #dc122b;
  margin-top: clamp(20px, 2.5rem, 40px);
  cursor: pointer;
}

.cart_section1 .right .tip {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #878787;
}

.pay_success_section {
  padding-top: 30px;
  padding-bottom: clamp(30px, 10.625rem, 170px);
}

.pay_success_section .pay_success {
  width: 700px;
  margin: clamp(30px, 6.25rem, 100px) auto 0;
  border-radius: clamp(10px, 2.8125rem, 45px);
  border: 1px solid #f2f2f2;
  padding: clamp(30px, 5.375rem, 86px) 0 clamp(30px, 6.5625rem, 105px);
  box-shadow: 0 20px 20px rgba(201, 201, 201, 0.3);
}

@media (max-width: 768px) {
  .pay_success_section .pay_success {
    width: 100%;
  }
}

.pay_success_section .pay_success .title {
  font-size: 36px;
  margin-top: 24px;
  margin-bottom: 60px;
}

.pay_success_section .pay_success .btn_box a {
  font-size: 18px;
  width: 200px;
  height: 54px;
  border-radius: 10px;
  background-color: #151515;
}

@media (max-width: 768px) {
  .pay_success_section .pay_success .btn_box a {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }
}

.pay_success_section .pay_success .btn_box .order {
  background: #dc122b;
  margin-left: 20px;
}

.customer_info_wrap {
  padding-top: 30px;
  padding-bottom: clamp(30px, 7.5rem, 120px);
}

.customer_info_wrap .content {
  margin-top: clamp(30px, 4.375rem, 70px);
}

.customer_info_wrap .content .box {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .customer_info_wrap .content .box {
    margin-top: 30px;
    display: block;
  }
}

.customer_info_wrap .content .box .left {
  width: 71.25%;
}

@media (max-width: 768px) {
  .customer_info_wrap .content .box .left {
    width: 100%;
  }
}

.customer_info_wrap .content .box .left .t {
  font-size: 24px;
  margin-bottom: 15px;
}

.customer_info_wrap .content .box .left .text {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.customer_info_wrap .content .box .left .layui-input {
  height: 45px;
  font-size: 16px;
  padding-left: 24px;
}

.customer_info_wrap .content .box .left .layui-input::-webkit-input-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .layui-input:-moz-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .layui-input::-moz-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .layui-input:-ms-input-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .layui-input::placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .el-select{
    width: 100%;
}
.customer_info_wrap .content .box .left .el-input__inner{
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 24px;
}
.customer_info_wrap .content .box .left .el-input__inner::-webkit-input-placeholder {
    color: #878787;
}

.customer_info_wrap .content .box .left .el-input__inner:-moz-placeholder {
    color: #878787;
}

.customer_info_wrap .content .box .left .el-input__inner::-moz-placeholder {
    color: #878787;
}

.customer_info_wrap .content .box .left .el-input__inner:-ms-input-placeholder {
    color: #878787;
}

.customer_info_wrap .content .box .left .el-input__inner::placeholder {
    color: #878787;
}

.customer_info_wrap .content .box .left .layui-form-select dl {
  top: 45px;
}

.customer_info_wrap .content .box .left .layui-form-select .layui-edge {
  width: auto;
  height: auto;
  background: none;
  border-width: 6px;
  right: 35px;
  margin-top: -3px;
}

.customer_info_wrap .content .box .left .layui-form-selected .layui-edge {
  margin-top: -9px;
}

.customer_info_wrap .content .box .left .add {
  margin-top: 35px;
}

.customer_info_wrap .content .box .left .add .input_box {
  margin-bottom: 15px;
}

.customer_info_wrap .content .box .left .label {
  text-align: right;
  font-size: 16px;
  width: 115px;
  margin-right: 15px;
}

.customer_info_wrap .content .box .left .pay_method {
  padding-top: clamp(30px, 3.125rem, 50px);
  padding-bottom: clamp(30px, 3.125rem, 50px);
  margin-top: clamp(30px, 4.125rem, 66px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.customer_info_wrap .content .box .left .pay_method .item {
  cursor: pointer;
  border-radius: 5px;
  width: 130px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}

.customer_info_wrap .content .box .left .pay_method .item.active {
  border-color: #dc122b;
}

@media (max-width: 768px) {
  .customer_info_wrap .content .box .left .pay_method .item {
    width: 30%;
  }
}

.customer_info_wrap .content .box .left .order_note {
  padding-top: clamp(30px, 3.75rem, 60px);
}

.customer_info_wrap .content .box .left .order_note .textarea {
  padding: 25px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  height: 180px;
  font-size: 16px;
}

.customer_info_wrap .content .box .left .order_note .textarea textarea::-webkit-input-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .order_note .textarea textarea:-moz-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .order_note .textarea textarea::-moz-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .order_note .textarea textarea:-ms-input-placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .left .order_note .textarea textarea::placeholder {
  color: #878787;
}

.customer_info_wrap .content .box .right {
  margin-left: 6.25rem;
}

@media (max-width: 768px) {
  .customer_info_wrap .content .box .right {
    margin-top: 30px;
    margin-left: 0;
  }
}

.customer_info_wrap .content .box .right .title {
  font-size: 36px;
  margin-bottom: clamp(30px, 3.125rem, 50px);
}

.customer_info_wrap .content .box .right .order_goods_list {
  margin-bottom: clamp(30px, 3.5rem, 56px);
}

.customer_info_wrap .content .box .right .order_goods_list li {
  padding: 30px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.customer_info_wrap .content .box .right .order_goods_list li:first-child {
  padding-top: 0;
}

.customer_info_wrap .content .box .right .order_goods_list li .poster {
  width: 117px;
  margin-right: 1.875rem;
}

.customer_info_wrap .content .box .right .order_goods_list li .name {
  font-size: 24px;
}

.customer_info_wrap .content .box .right .order_goods_list li .p_box {
  font-size: 18px;
  margin-top: 10px;
}

.customer_info_wrap .content .box .right .order_goods_list li .sku_str {
  margin-top: 15px;
}

.customer_info_wrap .content .box .right .order_goods_list li .sku_str p {
  font-size: 16px;
  line-height: 20px;
}

.customer_info_wrap .content .box .right .info {
  font-size: 18px;
}

.customer_info_wrap .content .box .right .info .item {
  margin-bottom: 15px;
}

.customer_info_wrap .content .box .right .info .item:last-child {
  margin-bottom: 0;
}

.customer_info_wrap .content .box .right .total {
  font-size: 18px;
  margin-top: clamp(20px, 2.5rem, 40px);
}

.customer_info_wrap .content .box .right .total .price {
  font-size: 30px;
}

.customer_info_wrap .content .box .right .submit {
  width: 100%;
  font-size: 18px;
  height: clamp(45px, 4.0625rem, 65px);
  background: #dc122b;
  margin-top: clamp(20px, 2.5rem, 40px);
  cursor: pointer;
}

.customer_info_wrap .content .box .right .tip {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #878787;
}

.my_right_main {
  padding-left: 2.5rem;
}

@media (max-width: 640px) {
  .my_right_main {
    padding-left: 0;
  }
}

.my_right_main .my_c_title {
  font-size: 36px;
}

.my_right_main .tab {
  border-bottom: 1px solid #000;
}

.my_right_main .tab span {
  padding: 0 15px 20px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  min-width: 65px;
  text-align: center;
}

.my_right_main .tab span.active {
  color: #dc122b;
  border-bottom: 1px solid #dc122b;
}

@media (max-width: 640px) {
  .my_right_main .tab {
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 20px;
  }

  .my_right_main .tab span {
    min-width: auto;
  }
}

@media (max-width: 860px) {
  .my_right_main .search_box {
    display: block;
  }
}

.my_right_main .search_box .search_inner {
  margin-top: 20px;
}

.my_right_main .search_box .search_inner input {
  width: 18.75rem;
  height: clamp(40px, 3.125rem, 50px);
  border: 1px solid #e5e5e5;
  padding-left: clamp(15px, 2.5rem, 40px);
  border-radius: 25px;
  font-size: 16px;
}

.my_right_main .search_box .search_inner input::-webkit-input-placeholder {
  color: #878787;
}

.my_right_main .search_box .search_inner input:-moz-placeholder {
  color: #878787;
}

.my_right_main .search_box .search_inner input::-moz-placeholder {
  color: #878787;
}

.my_right_main .search_box .search_inner input:-ms-input-placeholder {
  color: #878787;
}

.my_right_main .search_box .search_inner input::placeholder {
  color: #878787;
}

@media (max-width: 860px) {
  .my_right_main .search_box .search_inner input {
    width: 100%;
  }
}

.my_right_main .search_box .search_inner .search_btn {
  right: clamp(15px, 2.5rem, 40px);
}

.my_right_main .tab_show {
  margin-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 1180px) {
  .my_right_main .tab_show {
    overflow-x: scroll;
  }
}

@media (max-width: 1180px) {
  .my_right_main .tab_show .order_list {
    width: 800px;
  }
}

.my_right_main .tab_show .order_list li {
  padding: 0 30px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 20px;
}

.my_right_main .tab_show .order_list li .order_header {
  padding: 25px 0 20px;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}

.my_right_main .tab_show .order_list li .order_header .order_title span {
  color: #878787;
}

.my_right_main .tab_show .order_list li .order_header .order_title .date {
  margin-left: clamp(15px, 2.5rem, 40px);
}

.my_right_main .tab_show .order_list li .order_info {
  padding: 40px 0 50px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list {
  width: 42%;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item {
  margin-bottom: 30px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item:last-child {
  margin-bottom: 0;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_img {
  width: 130px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info {
  margin-left: clamp(15px, 2.5rem, 40px);
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .goods_title {
  font-size: 24px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .b {
  margin-top: 10px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .b .price {
  font-size: 18px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .b .num {
  font-size: 16px;
  margin-left: 20px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .sku {
  margin-top: 20px;
}

.my_right_main .tab_show .order_list li .order_info .order_goods_list .order_goods_list_item .goods_info .sku p {
  font-size: 16px;
  line-height: 24px;
}

.my_right_main .tab_show .order_list li .order_info .total_price {
  width: 15%;
  min-width: 120px;
  font-size: 24px;
}

.my_right_main .tab_show .order_list li .order_info .remark {
  width: 29%;
}

.my_right_main .tab_show .order_list li .order_info .remark .p {
  font-size: 16px;
  line-height: 24px;
  color: #878787;
  max-width: 244px;
}

.my_right_main .tab_show .order_list li .order_info .operate_box .btn {
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.my_right_main .tab_show .order_list li .order_info .operate_box .pay {
  background-color: #dc122b;
  border-color: transparent;
  color: #fff;
}

.my_right_main .my_c_title_address {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.my_right_main .my_c_title_address .add_btn {
  width: 170px;
  height: 50px;
  cursor: pointer;
  border-radius: 25px;
  background-color: #dc122b;
}

.my_right_main .address_list {
  margin-top: 30px;
}

.my_right_main .address_list li {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: clamp(15px, 2.5rem, 40px) clamp(15px, 2.5rem, 40px) 0;
}

.my_right_main .address_list li .name {
  font-size: 24px;
  margin-bottom: 30px;
}

.my_right_main .address_list li .detail {
  line-height: 30px;
  font-size: 16px;
}

.my_right_main .address_list li .detail img {
  margin-right: 14px;
}

.my_right_main .address_list li .detail .item {
  margin-right: 24px;
}

.my_right_main .address_list li .detailAddress {
  margin-top: 5px;
}

.my_right_main .address_list li .address_footer {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.my_right_main .address_list li .address_footer .btn {
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
}

.my_right_main .address_list li .address_footer .btn.disabled {
  color: #878787;
}

.my_right_main .address_list li .default {
  position: absolute;
  right: -110px;
  top: -125px;
}

.my_right_main .my_c_title_coupon {
  border-bottom: 1px solid #000;
}

.my_right_main .my_c_title_coupon .tab_box {
  margin-left: clamp(20px, 3.75rem, 60px);
}

.my_right_main .my_c_title_coupon .tab_box span {
  padding: 0 10px 40px;
  font-size: 16px;
  cursor: pointer;
  min-width: 40px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.my_right_main .my_c_title_coupon .tab_box span.active {
  color: #dc122b;
  border-bottom: 1px solid #dc122b;
}

@media (max-width: 860px) {
  .my_right_main .tab_show_box {
    overflow-x: scroll;
  }
}

@media (max-width: 860px) {
  .my_right_main .coupon_list {
    width: 800px;
  }
}

.my_right_main .coupon_list li {
  padding: clamp(20px, 2.5rem, 40px) 0;
  border-bottom: 1px solid #e5e5e5;
}

.my_right_main .coupon_list li .coupon {
  width: 23.1875rem;
  padding-top: 0.625rem;
  padding-left: 3.75rem;
  height: 9.625rem;
  background: url(../images/Coupons.png) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.my_right_main .coupon_list li .unit {
  font-size: 1.75rem;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
}

.my_right_main .coupon_list li .price {
  font-size: 6.25rem;
}

.my_right_main .coupon_list li .text {
  line-height: 1.25rem;
  font-size: 1rem;
  margin-left: 1.625rem;
  max-width: 7.9375rem;
  word-wrap: break-word;
  word-break: break-all;
}

.my_right_main .coupon_list li .btn_boxs .btn {
  cursor: pointer;
  font-size: clamp(13px, 1rem, 16px);
  border-radius: 20px;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: clamp(100px, 10rem, 160px);
}

.my_right_main .coupon_list li .btn_boxs .getStarted {
  background-color: #dc122b;
  border-color: transparent;
  color: #fff;
  margin-bottom: 10px;
}

.my_right_main .coupon_list li.isUsed .btn_boxs .getStarted {
  background-color: #808080;
}

.my_right_main .coupon_list li.isUsed .coupon {
  width: 23.1875rem;
  background: url(../images/CouponsUsed.png) center center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.my_right_main .coupon_list li.isUsed .price {
  color: #000;
}

@media (max-width: 860px) {
  .my_right_main .coupon_list li .coupon {
    width: 371px;
    padding-top: 10px;
    padding-left: 60px;
    height: 154px;
    background: url(../images/Coupons.png) center center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .my_right_main .coupon_list li .unit {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .my_right_main .coupon_list li .price {
    font-size: 100px;
  }

  .my_right_main .coupon_list li .text {
    line-height: 20px;
    font-size: 16px;
    margin-left: 26px;
    max-width: 127px;
  }

  .my_right_main .coupon_list li.isUsed .coupon {
    width: 371px;
    background: url(../images/CouponsUsed.png) center center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}

.my_right_main .my_c_title_fav {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media (max-width: 860px) {
  .my_right_main .my_c_title_fav {
    display: block;
  }

  .my_right_main .my_c_title_fav .search_box {
    display: block;
    margin-top: 20px;
  }
}

.my_right_main .fav_list {
  margin-bottom: clamp(30px, 3.75rem, 60px);
}

.my_right_main .fav_list li {
  padding: clamp(20px, 3.125rem, 50px) 0;
  border-bottom: 1px solid #eeeeee;
}

.my_right_main .fav_list li .order_goods .goods_img {
  width: 250px;
}

.my_right_main .fav_list li .order_goods .goods_img img {
  max-width: 147px;
}

.my_right_main .fav_list li .order_goods .goods_title {
  font-size: clamp(16px, 1.5rem, 24px);
}

.my_right_main .fav_list li .order_goods .sku {
  font-size: clamp(14px, 1rem, 16px);
  margin-top: 20px;
}

.my_right_main .fav_list li .order_goods .sku p {
  margin-bottom: 10px;
}

.my_right_main .fav_list li .order_goods .sku p:last-child {
  margin-bottom: 0;
}

.my_right_main .fav_list li .price {
  font-size: 24px;
}

.my_right_main .fav_list li .btn_boxs .btn {
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: clamp(100px, 10rem, 160px);
}

.my_right_main .fav_list li .btn_boxs .buy {
  background-color: #dc122b;
  border-color: transparent;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 860px) {
  .my_right_main .fav_list li {
    display: block;
    position: relative;
  }

  .my_right_main .fav_list li .order_goods .goods_img {
    margin-bottom: 20px;
    width: auto;
    margin-right: 15px;
  }

  .my_right_main .fav_list li .price {
    position: absolute;
    right: 20px;
    top: 66px;
  }

  .my_right_main .fav_list li .btn_boxs {
    padding-top: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .my_right_main .fav_list li .btn_boxs .btn {
    margin: 0 10px;
  }
}

.Customer .mianbao_nav {
  padding-bottom: 30px;
}

#modal-cancel-order .uk-modal-dialog {
  width: 750px;
}

#modal-cancel-order .layui-input {
  height: 45px;
  font-size: 16px;
  padding-left: 24px;
}

#modal-cancel-order .layui-input::-webkit-input-placeholder {
  color: #878787;
}

#modal-cancel-order .layui-input:-moz-placeholder {
  color: #878787;
}

#modal-cancel-order .layui-input::-moz-placeholder {
  color: #878787;
}

#modal-cancel-order .layui-input:-ms-input-placeholder {
  color: #878787;
}

#modal-cancel-order .layui-input::placeholder {
  color: #878787;
}

#modal-cancel-order .layui-form-select dl {
  top: 45px;
}

#modal-cancel-order .layui-form-select .layui-edge {
  width: auto;
  height: auto;
  background: none;
  border-width: 6px;
  right: 35px;
  margin-top: -3px;
}

#modal-cancel-order .layui-form-selected .layui-edge {
  margin-top: -9px;
}

#modal-cancel-order .add {
  margin-top: 35px;
}

#modal-cancel-order .add .input_box {
  margin-bottom: 15px;
}

#modal-cancel-order .label {
  text-align: right;
  font-size: 16px;
  width: 115px;
  margin-right: 15px;
}

#modal-cancel-order .textarea {
  height: 140px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
}

#modal-cancel-order .btn {
  margin-top: 10px;
}

#modal-cancel-order .conta {
  padding-top: clamp(20px, 3.5rem, 56px);
}

#modal-cancel-order .conta img {
  margin-right: 20px;
}

#modal-cancel-order .conta .p1 {
  font-size: 16px;
}

#modal-cancel-order .conta .p2 {
  font-size: 24px;
  margin-top: 10px;
}

#modal-address .uk-modal-dialog {
  width: 1000px;
}

#modal-address .name {
  width: 130px;
  margin-right: 15px;
  text-align: right;
  margin-bottom: 0;
}

#modal-address .layui-input {
  height: 45px;
  font-size: 16px;
  padding-left: 24px;
}

#modal-address .layui-input::-webkit-input-placeholder {
  color: #878787;
}

#modal-address .layui-input:-moz-placeholder {
  color: #878787;
}

#modal-address .layui-input::-moz-placeholder {
  color: #878787;
}

#modal-address .layui-input:-ms-input-placeholder {
  color: #878787;
}

#modal-address .layui-input::placeholder {
  color: #878787;
}

#modal-address .layui-form-select dl {
  top: 45px;
}

#modal-address .layui-form-select .layui-edge {
  width: auto;
  height: auto;
  background: none;
  border-width: 6px;
  right: 35px;
  margin-top: -3px;
}

#modal-address .layui-form-selected .layui-edge {
  margin-top: -9px;
}

#modal-address .add {
  margin-top: 35px;
}

#modal-address .add .input_box {
  margin-bottom: 15px;
}

#modal-address .btn {
  margin-top: 10px;
}

#modal-address .layui-form-select {
  width: 100%;
}

.financing_section1 {
  padding-top: 30px;
  padding-bottom: clamp(30px, 8.125rem, 130px);
}

.financing_section1 .title_wrap {
  margin-top: clamp(30px, 4.375rem, 70px);
}

.financing_section1 .list {
  margin-top: clamp(20px, 2.5rem, 40px);
}

@media (max-width: 640px) {
  .financing_section1 .list {
    display: block;
  }
}

.financing_section1 .list li {
  width: 350px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(166, 166, 166, 0.2);
}

.financing_section1 .list li .tit {
  font-size: 18px;
  margin-top: 10px;
}

.financing_section1 .list li .top {
  height: 150px;
}

.financing_section1 .list li.li1 {
  margin-right: 2.5rem;
}

.financing_section1 .list li.li1 .more_info,
.financing_section1 .list li.li1 .top {
  background-color: #de1e36;
}

@media (max-width: 640px) {
  .financing_section1 .list li {
    width: auto;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .financing_section1 .list li .top {
    height: auto;
    padding: 20px 0;
  }
}

.financing_section1 .list li.li2 {
  margin-right: 40px;
}

.financing_section1 .list li.li2 .more_info,
.financing_section1 .list li.li2 .top {
  background-color: #1494a7;
}

.financing_section1 .list li .bottom {
  padding: clamp(20px, 2.5rem, 40px) 0 clamp(20px, 3.75rem, 60px);
}

.financing_section1 .list li .bottom p {
  font-size: 20px;
  line-height: 30px;
}

.financing_section1 .list li .bottom .more_info {
  font-size: 18px;
  border-radius: 5px;
  width: 200px;
  height: 54px;
  margin: 25px auto 0;
}

.financing_section2 {
  padding-top: clamp(30px, 6.5625rem, 105px);
  padding-bottom: clamp(30px, 5rem, 80px);
  background: url(../images/bg4.jpg) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.financing_section2 .t1 {
  margin: auto;
}

.financing_section2 .title {
  font-size: clamp(24px, 3rem, 48px);
  margin-top: clamp(15px, 1.875rem, 30px);
}

.financing_section2 .text {
  font-size: clamp(16px, 1.5rem, 24px);
  max-width: 830px;
  line-height: 1.2;
  margin: 15px auto 0;
}

@media (max-width: 860px) {
  .financing_section2 .text {
    max-width: 90% !important;
  }
}

.financing_section2 .list {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .financing_section2 .list {
    display: block;
    padding: 0 15px;
  }
}

.financing_section2 .list li {
  margin: 0 10px;
  width: clamp(290px, 22.5rem, 360px);
  background-color: #fff;
  padding: clamp(20px, 3.75rem, 60px) 0;
  padding-bottom: clamp(20px, 3.125rem, 50px);
}

@media (max-width: 640px) {
  .financing_section2 .list li {
    width: 100%;
    margin: 0 0 15px;
  }
}

.financing_section2 .list li img {
  margin: auto;
}

.financing_section2 .list li .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-top: clamp(15px, 2.1875rem, 35px);
}

.financing_section2 .list li .sub {
  max-width: 240px;
  line-height: 1.2;
  margin: 16px auto 0;
  font-size: clamp(14px, 1rem, 16px);
}

.financing_section2 .list .li2 .sub {
  max-width: 280px;
}

.financing_section2 .bottom {
  margin-top: clamp(30px, 5.625rem, 90px);
}

.financing_section2 .bottom .t_img {
  margin: auto;
}

@media (max-width: 640px) {
  .financing_section2 .bottom {
    padding: 0 15px;
  }
}

.financing_section2 .bottom .text_list {
  margin-top: clamp(20px, 4.375rem, 70px);
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

@media (max-width: 640px) {
  .financing_section2 .bottom .text_list {
    padding: 0;
    display: block;
  }
}

@media (max-width: 640px) {
  .financing_section2 .bottom .text_list li {
    margin-bottom: 16px;
  }
}

.financing_section2 .bottom .text_list li .title1 {
  font-size: clamp(20px, 1.875rem, 30px);
  margin-bottom: 20px;
}

.financing_section2 .bottom .text_list li .sub {
  line-height: 1.2;
  max-width: 430px;
  font-size: clamp(16px, 1.5rem, 24px);
}

.financing_section2 .bottom .more {
  font-size: 18px;
  color: #de1e36;
  border-radius: 5px;
  width: 200px;
  height: 54px;
  background-color: #fff;
  margin: clamp(20px, 3.75rem, 60px) auto 0;
}

.financing_section3 {
  padding-top: clamp(30px, 6.25rem, 100px);
  padding-bottom: clamp(30px, 9.375rem, 150px);
}

.financing_section3 .question_list_wrap {
  width: 1080px;
  margin: 15px auto 0;
}

@media (max-width: 1120px) {
  .financing_section3 .question_list_wrap {
    width: 90%;
  }
}

.financing_section4 {
  background: url(../images/bg5.jpg) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.financing_section4 .text {
  max-width: 920px;
}

.financing_section4 .icon_box {
  height: 96px;
}

@media (max-width: 640px) {
  .financing_section4 .icon_box {
    height: auto;
  }
}

.financing_section4 .bottom .title1 {
  height: 60px;
}

@media (max-width: 640px) {
  .financing_section4 .bottom .title1 {
    height: auto;
  }
}





.goodsDetailContent .myContainer {
  max-width: 1602px;
  width: 90.5%;
  margin: auto;
}

.goodsDetailContent .breadCrumnb {
  padding: 30px 0 50px;
}

.goodsDetailContent .goodsDescribeContent {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 40px;
}

.goodsDetailContent .goodsDescribeContent .left {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.goodsDetailContent .goodsDescribeContent .left .title {
  font-family: Rajdhani-Semibold;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
}

.goodsDetailContent .goodsDescribeContent .left .describe {
  font-family: Rajdhani-Medium;
  font-size: 18px;
  line-height: 1.33;

}

.goodsDetailContent .goodsDescribeContent .left .swiperBox {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 43px;
}

.goodsDetailContent .left_gallery {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.goodsDetailContent .small_wrap_banner {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 23px;
}

.goodsDetailContent .swiper_down {
  transform: rotate(-90deg);
}

.goodsDetailContent .swiper_btn {
  width: 20px;
  flex-shrink: 0;
  cursor: pointer;
}

.goodsDetailContent .swiper_top {
  transform: rotate(-90deg);
}

.goodsDetailContent .small_wrap_banner .gallery {
  display: flex;
  width: 100%;
  height: 100px;
  flex: 1;
}

.goodsDetailContent .small_wrap_banner .gallery .swiper-slide {
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
  opacity: 0.5;
}

.goodsDetailContent .small_wrap_banner .gallery .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.goodsDetailContent .small_wrap_banner .gallery .active {
  border-color: #dc122b;
  opacity: 1;
}

.goodsDetailContent .pro_banner {
  width: 100%;
}

.goodsDetailContent .pro_banner .productSwiper {
  height: 620px;
  border-radius: 10px;
}

.goodsDetailContent .pro_banner .productSwiper .colelct {
  position: absolute;
  right: 3.125rem;
  top: 3.75rem;
}

.goodsDetailContent .pro_banner .view {
  margin: 30px auto 0;
  width: 250px;
  height: 56px;
  font-size: 18px;
  background-color: #dc122b;
}

.goodsDetailContent .pro_banner .view img {
  margin-right: 20px;
}

.goodsDetailContent .goodsDescribeContent .left .specification {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 60px 0;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card {
  display: flex;
  flex-direction: column;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow {
  display: flex;
  padding: 0 46px;
  line-height: 60px;
  font-family: Rajdhani-Medium;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow:first-child {
  background-color: #151515;
  font-family: Rajdhani-Semibold;
  font-size: 24px;
  color: #ffffff;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow:not(:first-child) {
  border-bottom: 1px solid #e5e5e5;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow .key {
  width: 34.77%;
  font-size: 18px;
  color: #000000;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow .value {
  flex: 1;
  font-size: 18px;
  color: #000000;
}

.goodsDetailContent .goodsDescribeContent .left .specification .card .myRow.last {
  line-height: 1.33;
  padding: 30px 42px;
  font-size: 18px;
  border-bottom: 0;
}

.goodsDetailContent .goodsDescribeContent .right {
  width: 398px;
  flex-shrink: 0;
}

.goodsDetailContent .related {
  width: 100%;
  padding-bottom: 72px;
}

.goodsDetailContent .related .wrap {
  padding: 0;
}

.goodsDetailContent .related .list {
  margin-top: clamp(20px, 3.375rem, 54px);
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(15px, 1.25rem, 20px);
  -moz-column-gap: clamp(15px, 1.25rem, 20px);
  column-gap: clamp(15px, 1.25rem, 20px);
  row-gap: clamp(15px, 3.125rem, 50px);
}


.goodsDetailContent .related .list li {
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.goodsDetailContent .related .list li .poster img {
  border-radius: 10px;
}

.goodsDetailContent .related .list li .info {
  padding: 0 30px 0 10px;
}

.goodsDetailContent .related .list li .info .title_wrap {
  margin-top: clamp(20px, 2.5rem, 30px);
  margin-bottom: 15px;
}

.goodsDetailContent .related .list li .info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.goodsDetailContent .related .list li:hover .title {
  color: #dc122b;
}

.goodsDetailContent .about .wrap {
  padding: 0;
}

.goodsDetailContent .about .wrap .form-box {
  font-size: clamp(16px, 0.9375vw, 18px);
}

.goodsDetailContent .about .wrap .form-box .uk-grid {
  margin-left: -15px;
}

.goodsDetailContent .about .wrap .form-box .uk-grid>* {
  padding-left: 15px;
}

.goodsDetailContent .about .wrap .form-box .form-cell {
  margin-top: clamp(20px, 1.5625vw, 30px);
}

.goodsDetailContent .about .wrap .form-box .form-cell .red {
  color: #ff0000;
}

.goodsDetailContent .about .wrap .form-cell input,
.goodsDetailContent .about .wrap .form-cell textarea {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  height: clamp(45px, 2.8646vw, 55px);
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: clamp(15px, 1.3021vw, 25px);
  margin-top: clamp(15px, 1.3021vw, 25px);
}

.goodsDetailContent .about .wrap .form-cell input:focus,
.goodsDetailContent .about .wrap .form-cell textarea:focus {
  border-color: #dc122b;
}

.goodsDetailContent .about .wrap .form-box .form-cell textarea {
  height: clamp(100px, 7.8125vw, 150px);
  resize: none;
}

.goodsDetailContent .about .wrap .form-box .btn {
  width: 200px;
  height: clamp(45px, 2.8646vw, 55px);
  background-color: #dc122b;
  border-radius: 5px;
  font-size: inherit;
  color: #ffffff;
  margin: clamp(20px, 2.0833vw, 40px) 0 clamp(20px, 2.0833vw, 40px);
}


.goodsDetailContent .goodsDescribeContent .right {
  display: none;
}

@media (max-width: 640px) {
  .goodsDetailContent .pro_banner .productSwiper {
    height: auto;
  }

  .goodsDetailContent .goodsDescribeContent .left .title {
    font-size: 24px;
  }

  .goodsDetailContent .goodsDescribeContent .left .describe {
    font-size: 14px;
  }

  .goodsDetailContent .goodsDescribeContent .left .specification {
    gap: 20px;
  }

  .goodsDetailContent .goodsDescribeContent .left .specification .card .myRow {
    padding: 0 15px;
    line-height: 35px;
  }

  .goodsDetailContent .goodsDescribeContent .left .specification .card .myRow.last {
    padding: 15px;
    font-size: 14px;
  }
  .goodsDetailContent .goodsDescribeContent .left .specification{
    padding: 30px 0;
  }
  .goodsDetailContent .goodsDescribeContent .left .specification .card .myRow:first-child {
    font-size: 16px;
  }

  .goodsDetailContent .goodsDescribeContent .left .specification .card .myRow .key {
    font-size: 14px;
  }

  .goodsDetailContent .goodsDescribeContent .left .specification .card .myRow .value {
    font-size: 14px;
  }

  .goodsDetailContent .related .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .goodsDetailContent .about .wrap .uk-width-1-2 {
    width: 100%;
  }
}
