@-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;
}

.head_pc .header {
  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: #000;
}
.head_pc .header.scroll {
  position: fixed;
}
.head_pc .header-wrap {
  padding: 24px 4.375rem;
}
.head_pc .lang-box .lang-box-inner {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #161616;
}
.head_pc .lang-box .lang-box-inner span {
  font-size: 14px;
  color: #fff;
}
.head_pc .lang-box .nav-drop {
  min-width: 120px;
}
.head_pc .lang-box .nav-drop a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.head_pc .lang-box .nav-drop a:hover, .head_pc .lang-box .nav-drop a.active {
  background-color: #f2f4f7;
  color: #bc0710;
}
.head_pc .drop_box {
  min-width: 120px;
  width:100%;
  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 {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.head_pc .nav .nav_item {
  font-size: 1.25vw;
  padding: 0 2.8125rem;
  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 {
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-size: 16px;
}
@media only screen and (max-width: 1140px) {
  .head_pc .nav .nav_item p {
    font-size: 15px;
  }
}
.head_pc .nav .nav_item:hover {
  background-color: #c5a86f;
}
.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 .nav_item.active {
  background-color: #c5a86f;
}
.head_pc .nav .nav_item.active p {
  color: #fff;
}
.head_pc .nav .uk-icon {
  margin-left: 5px;
}
.head_pc .right .user_link {
  margin-left: 2.5rem;
}
.head_pc .right > a {
  margin-left: 2.5rem;
}
.head_pc .right > a:nth-child(1) {
  margin-left: 0;
}
.head_pc .right .cart_box {
  position: relative;
}
.head_pc .right .cart_box .cart_num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c5a86f;
  position: absolute;
  left: 15px;
  top: -9px;
}
.head_pc .right .user_link .nav-drop {
  min-width: 120px;
}
.head_pc .right .user_link .nav-drop a {
  display: block;
  text-align: center;
  padding: 10px 15px;
}

.m_pic_box {
  display: none;
}

.m_show {
  display: none;
}

.banner .banner_info {
  left: 0%;
  width: 100%;
  z-index: 1;
}
.banner .banner_info .title {
  font-size: clamp(20px, 3.125rem, 50px);
  margin-bottom: 1.875rem;
}
.banner .banner_info .title_1 {
  font-size: clamp(16px, 1.875rem, 30px);
}
.banner .banner_info .sub {
  font-size: 2.2396vw;
  margin-top: 1.0417vw;
}
.banner .banner_info .detail {
  width: clamp(120px, 10.625rem, 170px);
  height: clamp(35px, 3.125rem, 50px);
  border-radius: 25px;
  background-color: #c5a86f;
  font-size: 16px;
  margin: clamp(16px, 2.1875rem, 35px) auto 0;
}
.banner .swiper_btn {
  width: 3.125vw;
  height: 3.125vw;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .swiper_btn:hover {
  opacity: 0.9;
}
.banner .swiper_left {
  left: 4.1667vw;
}
.banner .swiper_right {
  right: 4.1667vw;
}
.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(20px, 1.875rem, 30px);
}
.title_wrap .line {
  width: 60px;
  background-color: #000;
  height: 1px;
  margin: 30px auto 0;
}

.banner_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(5, 10, 12, 0.5);
}

.home_section1 {
  padding-top: clamp(30px, 5rem, 80px);
}
.home_section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .home_section1 .list {
    display: block;
  }
}
.home_section1 .list .info {
  z-index: 1;
}
.home_section1 .list .pro_items {
  position: relative;
  overflow: hidden;
}
.home_section1 .list .pro_items .title {
  font-size: clamp(16px, 1.5rem, 24px);
  margin-top: clamp(15px, 2.5rem, 40px);
}
.home_section1 .list .pro_items img {
  margin: auto;
}
.home_section1 .list .left {
  width: 57.5%;
}
.home_section1 .list .left img.w100 {
  height: 35.625rem;
}
@media only screen and (max-width: 640px) {
  .home_section1 .list .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.home_section1 .list .right_box {
  padding-left: 10px;
}
.home_section1 .list .right_box .pro_items:nth-child(1) {
  margin-bottom: 10px;
}
.home_section1 .list .right_box img.w100 {
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
}
@media only screen and (max-width: 640px) {
  .home_section1 .list .right_box {
    padding-left: 0;
  }
}

.home_section2 {
  padding: clamp(30px, 6.25rem, 100px) 0;
}
.home_section2 .tab {
  white-space: nowrap;
  margin-top: clamp(14px, 1.875rem, 30px);
}
.home_section2 .tab span {
  min-width: 100px;
  height: clamp(35px, 2.8125rem, 45px);
  border-radius: 23px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #a0a0a0;
  margin-right: 1.25rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.home_section2 .tab span:last-child {
  margin-right: 0;
}
.home_section2 .tab span.active, .home_section2 .tab span:hover {
  background-color: #c5a86f;
  color: #fff;
  border-color: transparent;
}
.home_section2 .list {
  margin-top: 2.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media only screen and (max-width: 640px) {
  .home_section2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.home_section2 .list li {
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 2.5rem;
  position: relative;
  height: 35.625rem;
}
@media (max-width: 1024px) {
  .home_section2 .list li {
    height: auto;
  }
}
.home_section2 .list li .poster {
  height: 30rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  .home_section2 .list li .poster {
    height: auto;
  }
}
.home_section2 .list li .info_wrap {
  overflow: hidden;
}
.home_section2 .list li .info {
  padding-left: 3.125rem;
  position: absolute;
  width: 100%;
  bottom: -2rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1170px) {
  .home_section2 .list li .info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .home_section2 .list li .info {
    position: static;
  }
}
@media only screen and (max-width: 640px) {
  .home_section2 .list li .info {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.home_section2 .list li .info .title {
  font-size: clamp(14px, 1rem, 16px);
  margin-bottom: 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media only screen and (max-width: 640px) {
  .home_section2 .list li .info .title {
    margin-bottom: 12px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .home_section2 .list li .info .price {
    font-size: 17px;
  }
}
.home_section2 .list li .info .btn_box {
  margin-top: 1.875rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(2.8125rem);
     -moz-transform: translateY(2.8125rem);
      -ms-transform: translateY(2.8125rem);
       -o-transform: translateY(2.8125rem);
          transform: translateY(2.8125rem);
}
@media (max-width: 1024px) {
  .home_section2 .list li .info .btn_box {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 640px) {
  .home_section2 .list li .info .btn_box {
    padding-bottom: 20px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
}
.home_section2 .list li .info .btn_box a {
  width: 130px;
  height: clamp(35px, 2.8125rem, 45px);
  border-radius: 1.4375rem;
  background-color: #000;
}
.home_section2 .list li .info .btn_box a.addCart {
  background-color: #c5a86f;
  margin-left: 10px;
}
.home_section2 .list li:hover .btn_box {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.home_section2 .list li:hover .info {
  bottom: 2.8125rem;
}
@media (max-width: 1170px) {
  .home_section2 .list li:hover .info {
    bottom: 1.8125rem;
  }
}
.home_section2 .list li:hover .poster {
  -webkit-transform: translateY(-3.125rem);
     -moz-transform: translateY(-3.125rem);
      -ms-transform: translateY(-3.125rem);
       -o-transform: translateY(-3.125rem);
          transform: translateY(-3.125rem);
}
.home_section2 .more {
  margin: clamp(20px, 4.0625rem, 65px) auto 0;
}

.more {
  width: clamp(120px, 12.5rem, 200px);
  height: clamp(36px, 3.75rem, 60px);
  border: 1px solid #a0a0a0;
  font-size: clamp(14px, 1rem, 16px);
  border-radius: 30px;
}
.more:hover {
  background-color: #c5a86f;
  border-color: transparent;
  color: #fff;
}

.home_section3 {
  padding: clamp(30px, 6.25rem, 100px) 0;
  background-color: #f6f6f6;
}
.home_section3 .video_wrap_box {
  margin: clamp(20px, 3.125rem, 50px) auto 0;
  padding-left: 6rem;
  padding-right: 6rem;
}
.home_section3 .video_wrap_box .video_swiper {
  max-width: 1600px;
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}
@media only screen and (max-width: 640px) {
  .home_section3 .video_wrap_box .video_swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.home_section3 .video_wrap_box .play_icon {
  width: clamp(30px, 5.625rem, 90px);
  height: clamp(30px, 5.625rem, 90px);
  background: url(../images/play.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  z-index: 2;
}
.home_section3 .video_wrap_box .title {
  font-size: 18px;
  margin-top: clamp(16px, 2.5rem, 40px);
}
.home_section3 .swiper-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.home_section3 .swiper-btn:hover {
  color: #c5a86f;
}
@media only screen and (max-width: 640px) {
  .home_section3 .swiper-btn {
    display: none;
  }
}

.home_section4 {
  padding: clamp(30px, 6.875rem, 110px) 0 clamp(30px, 8.125rem, 130px);
}
.home_section4 .content {
  background-color: #f6f6f6;
}
.home_section4 .content .info {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}
.home_section4 .content .info .title {
  font-size: clamp(16px, 1.5625vw, 30px);
}
.home_section4 .content .info .sub {
  line-height: 24px;
  color: #010101;
  margin: 2.5rem 0;
}
@media (max-width: 1170px) {
  .home_section4 .content .info {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .home_section4 .content .info .sub {
    line-height: 20px;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .home_section4 .content {
    display: block;
  }
  .home_section4 .content .w50 {
    width: 100%;
  }
  .home_section4 .content .info {
    padding: 20px 15px;
  }
  .home_section4 .content .info .more {
    margin: 20px auto 0;
  }
}

footer {
  background-color: #000000;
}
footer .foot-top {
  padding: clamp(30px, 6.25rem, 100px) 0;
  border-bottom: 1px solid #1b1b1b;
}
@media only screen and (max-width: 640px) {
  footer .foot-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .foot-top .foot_left {
  max-width: 390px;
}
@media (max-width: 1170px) {
  footer .foot-top .foot_left {
    max-width: 17.8125vw;
  }
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_left {
    max-width: 100%;
  }
}
footer .foot-top .foot_left .text {
  margin-top: clamp(16px, 1.875rem, 30px);
  line-height: 24px;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1170px) {
  footer .foot-top .foot_left .text {
    font-size: 13px;
  }
}
footer .foot-top .foot_left input {
  height: 3.125rem;
  width: 100%;
  padding-left: 1.25rem;
  color: #878787;
  border: 1px solid #1b1b1b;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_left input {
    height: 40px;
    margin-bottom: 20px;
  }
}
footer .foot-top .foot_left .submit {
  background-color: #c5a86f;
  width: 120px;
  height: clamp(36px, 2.6042vw, 50px);
  margin-top: 1.875rem;
}
footer .foot-top .foot_right .title {
  margin-bottom: 2.1875rem;
}
footer .foot-top .foot_right li {
  margin-left: 8.125rem;
}
footer .foot-top .foot_right li:first-child {
  margin-left: 0;
}
@media (max-width: 1070px) {
  footer .foot-top .foot_right li {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_right li {
    margin-left: 0;
    margin-right: 20px;
    line-height: 1.46;
  }
  footer .foot-top .foot_right li:last-child {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
}
footer .foot-top .foot_right .link a {
  display: block;
  color: #fff;
  margin-bottom: 1.25rem;
}
footer .foot-top .foot_right .link a:last-child {
  margin-bottom: 0;
}
footer .foot-top .foot_right .link a:hover {
  color: #c5a86f;
}
@media (max-width: 1170px) {
  footer .foot-top .foot_right .link a {
    font-size: 13px;
  }
}
footer .foot-top .foot_right .share {
  margin-top: 3.75rem;
}
footer .foot-top .foot_right .share a {
  width: clamp(35px, 2.8125rem, 45px);
  height: clamp(35px, 2.8125rem, 45px);
  background-color: #fff;
  border-radius: 7px;
  margin-right: 0.9375rem;
}
footer .foot-top .foot_right .share a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  footer .foot-top .foot_right {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .foot_bottom {
  color: #919191;
  padding: 2.8125rem 0;
}
@media only screen and (max-width: 640px) {
  footer .foot_bottom {
    line-height: 1.4;
  }
}

.page-box a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  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: #a2a2a2;
}

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

@media (max-width: 960px) {
  .page-box {
    padding: 20px 0 0;
  }
  .page-box a {
    margin: 2px;
  }
}
.mianbao_nav {
  padding: 30px 0 35px;
}
@media only screen and (max-width: 640px) {
  .mianbao_nav {
    padding: 20px 0;
  }
}
.mianbao_nav a {
  color: #878787;
}
.mianbao_nav .arrow {
  margin-left: 3px;
}

@media only screen and (max-width: 640px) {
  .product_content {
    display: block;
  }
}
.product_content .product_left_nav {
  width: clamp(180px, 15.625rem, 250px);
}
@media only screen and (max-width: 640px) {
  .product_content .product_left_nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product_content .product_left_nav .title {
  font-size: 16px;
  padding: 30px 10px 20px;
  color: #c5a86f;
  border-bottom: 1px solid #000000;
}
.product_content .product_left_nav .cell_header {
  padding: 20px 10px;
  border-bottom: 1px solid #000000;
}
.product_content .product_left_nav .cell_header .arrow {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product_content .product_left_nav .cell_header.active .arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product_content .product_left_nav .cell_header.active + .category_list {
  display: block;
}
.product_content .product_left_nav .category_list {
  padding: 35px 10px;
  display: none;
}
.product_content .product_left_nav .category_list a {
  display: block;
  margin-bottom: 20px;
}
.product_content .product_left_nav .category_list a:last-child {
  margin-bottom: 0;
}
.product_content .col_title {
  width: 100%;
  height: clamp(40px, 4.375rem, 70px);
  background-color: #000000;
  font-size: clamp(16px, 1.5rem, 24px);
}
.product_content .product_right_main {
  width: -webkit-calc(100% - 4.375rem - clamp(180px, 15.625rem, 250px));
  width: -moz-calc(100% - 4.375rem - clamp(180px, 15.625rem, 250px));
  width: calc(100% - 4.375rem - clamp(180px, 15.625rem, 250px));
  margin-left: 4.375rem;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 640px) {
  .product_content .product_right_main {
    margin-left: 0;
    width: 100%;
  }
}
.product_content .product_right_main .filter_header {
  margin-bottom: clamp(20px, 3.125rem, 50px);
}
@media only screen and (max-width: 640px) {
  .product_content .product_right_main .filter_header {
    display: block;
  }
  .product_content .product_right_main .filter_header .filter_item {
    margin-bottom: 20px;
  }
  .product_content .product_right_main .filter_header .select {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product_content .product_right_main .filter_header .select {
  margin-left: 20px;
  height: clamp(40px, 3.125rem, 50px);
  border: 1px solid #d2d2d2;
  padding-left: 1.875rem;
  min-width: 120px;
  background: url(../images/arow-down.png) 90% center no-repeat;
}
.product_content .product_right_main .filter_header .sort_select {
  width: 15.625rem;
}
.product_content .product_right_main .filter_header .list_count_select {
  width: 9.375rem;
}
.product_content .product_right_main .product_list {
  margin-bottom: 6.25rem;
}

.product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: clamp(20px, 3.125rem, 50px);
}
@media only screen and (max-width: 640px) {
  .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product_list li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product_list li .poster {
  background-color: #f6f6f6;
  position: relative;
  padding: 50%;
}
.product_list li .pro_info {
  padding-top: clamp(18px, 1.875rem, 30px);
}
.product_list li .pro_info .brand {
  color: #878787;
  margin-top: 15px;
  margin-bottom: 24px;
}
.product_list li .pro_info .bottom .price {
  margin-right: 15px;
}
.product_list li .pro_info .bottom .add_cart span {
  margin-right: 10px;
  width: 20px;
  height: 18px;
  background: url(../images/car.png) center center no-repeat;
}
.product_list li .pro_info .bottom .add_cart p {
  display: none;
  color: #c5a86f;
}
.product_list li:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.product_list li:hover .bottom .add_cart span {
  background: url(../images/car_active.png) center center no-repeat;
}
.product_list li:hover .bottom .add_cart p {
  display: block;
}

.quantity-add, .quantity-sub, .quantity-num {
  width: 50px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.quantity-add, .quantity-sub {
  border: 1px solid #dcdcdc;
}

.quantity-add {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.quantity-num {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.quantity-sub {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 640px) {
  .product_content .product_detail_info {
    display: block;
  }
}
.product_content .product_detail_info .left {
  width: 37.5rem;
}
@media only screen and (max-width: 640px) {
  .product_content .product_detail_info .left {
    width: 100%;
  }
}
.product_content .product_detail_info .left .product_banner .swiper-slide {
  position: relative;
  padding: 50%;
  background-color: #f6f6f6;
}
.product_content .product_detail_info .left .collect_box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.product_content .product_detail_info .left .collect_box.isCollect {
  background-color: #c5a86f;
}
.product_content .product_detail_info .right_box_info {
  margin-left: 5.625rem;
  padding-top: 0.9375rem;
}
@media only screen and (max-width: 640px) {
  .product_content .product_detail_info .right_box_info {
    margin-left: 0;
    margin-top: 30px;
  }
}
.product_content .product_detail_info .right_box_info .product_name {
  font-size: clamp(20px, 1.5rem, 24px);
  margin-bottom: 15px;
}
.product_content .product_detail_info .right_box_info .brand {
  color: #878787;
}
.product_content .product_detail_info .right_box_info .price_box {
  margin-top: 20px;
  margin-bottom: 3.125rem;
}
.product_content .product_detail_info .right_box_info .price_box .old {
  color: #878787;
  margin-left: 14px;
  text-decoration: line-through;
}
.product_content .product_detail_info .right_box_info .size_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .product_content .product_detail_info .right_box_info .size_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product_content .product_detail_info .right_box_info .size_list .size_item {
  height: 40px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.product_content .product_detail_info .right_box_info .size_list .size_item.red {
  border-color: #c5a86f;
  color: #c5a86f;
}
.product_content .product_detail_info .right_box_info .size_box {
  margin-bottom: 4.375rem;
}
.product_content .product_detail_info .right_box_info .btn_wrap {
  margin-top: 6.25rem;
}
.product_content .product_detail_info .right_box_info .btn_wrap a {
  width: 16.25rem;
  height: clamp(36px, 3.75rem, 60px);
  border-radius: 30px;
  font-size: 16px;
}
.product_content .product_detail_info .right_box_info .btn_wrap .buy {
  background-color: #c5a86f;
  margin-right: 10px;
}
.product_content .product_detail_info .right_box_info .btn_wrap .addCart {
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .product_content .product_detail_info .right_box_info .btn_wrap a {
    width: 48%;
    font-size: 15px;
  }
}
.product_content .product_detail_info .small_wrap_banner {
  margin-top: 20px;
}
.product_content .product_detail_info .small_wrap_banner_swiper {
  margin: 0 1.875rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product_content .product_detail_info .small_wrap_banner_swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.3;
  background-color: #f6f6f6;
}
.product_content .product_detail_info .small_wrap_banner_swiper .swiper-slide .poster {
  padding: 50%;
  position: relative;
}
.product_content .product_detail_info .small_wrap_banner_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product_content .product_info_bottom {
  margin-top: 4.375rem;
}
.product_content .product_info_bottom .c_title {
  background-color: #000;
  margin-bottom: 3.5rem;
  height: clamp(40px, 4.375rem, 70px);
}
.product_content .product_info_bottom .pro_info_content .title {
  font-size: clamp(20px, 2.25rem, 36px);
  margin-bottom: 20px;
}
.product_content .product_info_bottom .pro_info_content .body {
  padding-bottom: 6.25rem;
  padding-top: 1.875rem;
}
.product_content .product_info_bottom .pro_info_content .body p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.product_content .product_info_bottom .c_title_related {
  margin-bottom: 35px;
}
.product_content .product_info_bottom .related_product_swiper {
  width: 100%;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .poster {
  background-color: #f6f6f6;
  position: relative;
  padding: 50%;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .pro_info {
  padding-top: clamp(18px, 1.875rem, 30px);
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .pro_info .brand {
  color: #878787;
  margin-top: 15px;
  margin-bottom: 24px;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .pro_info .bottom .price {
  margin-right: 15px;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .pro_info .bottom .add_cart span {
  margin-right: 10px;
  width: 20px;
  height: 18px;
  background: url(../images/car.png) center center no-repeat;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide .pro_info .bottom .add_cart p {
  display: none;
  color: #c5a86f;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide:hover .bottom .add_cart span {
  background: url(../images/car_active.png) center center no-repeat;
}
.product_content .product_info_bottom .related_product_swiper .swiper-slide:hover .bottom .add_cart p {
  display: block;
}
.product_content .product_info_bottom .related_product_swiper .dot {
  margin-top: clamp(20px, 3.75rem, 60px);
}
.product_content .product_info_bottom .related_product_swiper .dot .swiper-pagination-bullet {
  background-color: #dcdcdc;
  opacity: 1;
}
.product_content .product_info_bottom .related_product_swiper .dot .swiper-pagination-bullet-active {
  background-color: #000;
}

.login_wrap_content {
  width: 600px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px rgba(219, 219, 219, 0.3);
  padding: clamp(26px, 4.0625rem, 65px) clamp(15px, 3.4375rem, 55px);
  margin: 0 auto 7.5rem;
}
@media (max-width: 640px) {
  .login_wrap_content {
    width: 100%;
  }
}
.login_wrap_content .title {
  font-size: 24px;
}
.login_wrap_content .s_title {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.login_wrap_content .form_cell {
  margin-bottom: 24px;
}
.login_wrap_content .form_cell .form_label {
  padding-left: 10px;
  margin-bottom: 15px;
}
.login_wrap_content .form_cell:last-child {
  margin-bottom: 0;
}
.login_wrap_content .form_cell input {
  width: 100%;
  height: clamp(40px, 3.4375rem, 55px);
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  font-size: 16px;
}
.login_wrap_content .form_cell .submit {
  background-color: #c5a86f;
  height: clamp(40px, 3.4375rem, 55px);
}
.login_wrap_content .form_cell .getCode {
  background-color: #000;
  width: 160px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.login_wrap_content .bottom {
  padding-top: clamp(20px, 2.25rem, 36px);
}
.login_wrap_content .bottom span {
  color: #878787;
}
.login_wrap_content .bottom a:hover {
  color: #c5a86f;
}

.cart_wrap_content .cart_list td {
  padding: clamp(20px, 2.5rem, 40px) 0;
  border-bottom: 1px solid #eeeeee;
}
.cart_wrap_content .cart_list .uk-table th {
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #e5e5e5;
}
.cart_wrap_content .cart_list .uk-table th.uk-table-expand {
  min-width: 100px;
}
.cart_wrap_content .cart_list #selectAll {
  margin-right: 10px;
}
.cart_wrap_content .cart_list .w2 {
  width: 36.25rem;
}
.cart_wrap_content .cart_list .w3 {
  width: 160px;
}
.cart_wrap_content .cart_list .w4 {
  width: 19.3125rem;
}
.cart_wrap_content .cart_list .w5 {
  width: 14.0625rem;
}
.cart_wrap_content .cart_list .delGoods, .cart_wrap_content .cart_list .pt {
  padding-top: 2.5rem;
}
.cart_wrap_content .cart_list .quantity_wrap {
  padding-top: 1.625rem;
}
.cart_wrap_content .cart_list .itemCheckbox {
  margin-top: 2.8125rem;
}
.cart_wrap_content .cart_list .checkbox {
  padding-left: 13px;
}
.cart_wrap_content .cart_list .delGoods img {
  margin-right: 15px;
}
@media (max-width: 960px) {
  .cart_wrap_content .cart_list .goods_info {
    width: 510px;
  }
}
.cart_wrap_content .cart_list .goods_info .poster_box {
  width: 110px;
  height: 110px;
  background-color: #f6f6f6;
}
.cart_wrap_content .cart_list .goods_info .info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.875rem;
}
.cart_wrap_content .cart_list .goods_info .info .title {
  font-size: clamp(16px, 1.125rem, 18px);
  margin-bottom: 10px;
}
.cart_wrap_content .cart_list .goods_info .info .brand {
  color: #878787;
  margin-bottom: clamp(15px, 1.5rem, 24px);
}
.cart_wrap_content .table_footer .select_all_foot {
  padding: 40px 12px 30px;
}
.cart_wrap_content .table_footer .select_all_foot span {
  margin-left: 1.5rem;
}
@media (max-width: 640px) {
  .cart_wrap_content .table_footer .select_all_foot {
    padding: 20px 12px;
  }
}
.cart_wrap_content .foot_bottom {
  padding-bottom: 7.5rem;
}
@media (max-width: 640px) {
  .cart_wrap_content .foot_bottom {
    display: block;
  }
  .cart_wrap_content .foot_bottom .foot_right {
    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: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cart_wrap_content .foot_bottom .foot_right .price {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .cart_wrap_content .foot_bottom .leaveMessage {
    margin-bottom: 26px;
  }
}
.cart_wrap_content .foot_bottom .leaveMessage textarea {
  width: 50rem;
  height: 13.75rem;
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
}
.cart_wrap_content .foot_bottom .leaveMessage textarea::-webkit-input-placeholder {
  color: #878787;
}
.cart_wrap_content .foot_bottom .leaveMessage textarea:-moz-placeholder {
  color: #878787;
}
.cart_wrap_content .foot_bottom .leaveMessage textarea::-moz-placeholder {
  color: #878787;
}
.cart_wrap_content .foot_bottom .leaveMessage textarea:-ms-input-placeholder {
  color: #878787;
}
.cart_wrap_content .foot_bottom .leaveMessage textarea::placeholder {
  color: #878787;
}
@media (max-width: 640px) {
  .cart_wrap_content .foot_bottom .leaveMessage textarea {
    width: 100%;
    min-height: 120px;
  }
}
.cart_wrap_content .foot_bottom .price {
  margin: 20px 0 clamp(20px, 2.5rem, 40px);
}
.cart_wrap_content .foot_bottom .buy {
  width: 260px;
  height: clamp(40px, 3.75rem, 60px);
  background-color: #c5a86f;
  border-radius: 30px;
}
.cart_wrap_content .foot_bottom .buy:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .cart_wrap_content .foot_bottom .buy {
    width: 150px;
  }
}
.cart_wrap_content .foot_bottom .label, .cart_wrap_content .foot_bottom .price {
  padding-right: 1.875rem;
}

.order_confirm_wrap_content {
  padding-bottom: clamp(30px, 7.5rem, 120px);
  padding-top: 30px;
}
.order_confirm_wrap_content .content {
  padding-top: clamp(30px, 3.75rem, 60px);
}
@media (max-width: 640px) {
  .order_confirm_wrap_content .content {
    display: block;
  }
}
.order_confirm_wrap_content .content .left {
  width: 65.625%;
}
@media (max-width: 640px) {
  .order_confirm_wrap_content .content .left {
    width: 100%;
  }
}
.order_confirm_wrap_content .content .left .hasAddress {
  margin-top: 20px;
}
.order_confirm_wrap_content .content .left .layui-input, .order_confirm_wrap_content .content .left .layui-select, .order_confirm_wrap_content .content .left .layui-textarea {
  height: clamp(42px, 3.75rem, 60px);
  border: 1px solid #e5e5e5;
}
.order_confirm_wrap_content .content .left .layui-input {
  padding-left: clamp(15px, 1.875rem, 30px);
}
.order_confirm_wrap_content .content .left select {
  width: 100%;
}
.order_confirm_wrap_content .content .left .input_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: clamp(15px, 1.25rem, 20px);
  grid-column-gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .order_confirm_wrap_content .content .left .input_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.order_confirm_wrap_content .content .left .last {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 3;
}
@media (max-width: 640px) {
  .order_confirm_wrap_content .content .left .last {
    grid-column-end: span 2;
  }
}
.order_confirm_wrap_content .content .left .submit_address {
  height: clamp(40px, 3.75rem, 60px);
  background-color: #000;
  width: 160px;
  margin-top: 20px;
}
.order_confirm_wrap_content .content .left .pay_method {
  margin: clamp(25px, 5rem, 80px) 0 clamp(25px, 3.75rem, 60px);
}
.order_confirm_wrap_content .content .left .pay_method ul {
  margin-top: 30px;
}
.order_confirm_wrap_content .content .left .pay_method ul li {
  margin-bottom: 10px;
  cursor: pointer;
  width: 220px;
  height: 70px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}
.order_confirm_wrap_content .content .left .pay_method ul li.active {
  border-color: #c5a86f;
}
@media (max-width: 960px) {
  .order_confirm_wrap_content .content .left .pay_method ul li {
    width: 49%;
    margin-right: 2%;
  }
  .order_confirm_wrap_content .content .left .pay_method ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.order_confirm_wrap_content .content .left .remark_textarea {
  padding: clamp(15px, 1.875rem, 30px);
  margin-top: 30px;
  min-height: 200px;
}
.order_confirm_wrap_content .content .right {
  margin-left: 4.125rem;
}
@media (max-width: 640px) {
  .order_confirm_wrap_content .content .right {
    margin-left: 0;
    margin-top: 30px;
  }
}
.order_confirm_wrap_content .content .right .b {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  padding: 0 clamp(15px, 1.875rem, 30px) clamp(20px, 4.25rem, 68px);
}
.order_confirm_wrap_content .content .right .b .list li {
  padding: clamp(15px, 1.875rem, 30px) 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 960px) {
  .order_confirm_wrap_content .content .right .b .list li a {
    display: block;
  }
}
.order_confirm_wrap_content .content .right .b .list li .poster {
  width: clamp(80px, 6.875rem, 110px);
  height: clamp(80px, 6.875rem, 110px);
  background-color: #f6f6f6;
}
@media (max-width: 960px) {
  .order_confirm_wrap_content .content .right .b .list li .poster {
    background: transparent;
    width: auto;
    height: auto;
  }
  .order_confirm_wrap_content .content .right .b .list li .poster img {
    width: 100%;
  }
}
.order_confirm_wrap_content .content .right .b .list li .info {
  margin-left: clamp(15px, 1.875rem, 30px);
}
.order_confirm_wrap_content .content .right .b .list li .info .title {
  font-size: 18px;
  line-height: 24px;
}
.order_confirm_wrap_content .content .right .b .list li .info .brand {
  color: #878787;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .order_confirm_wrap_content .content .right .b .list li .info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.order_confirm_wrap_content .content .right .b .order-info {
  padding-top: clamp(30px, 3.125rem, 50px);
}
.order_confirm_wrap_content .content .right .b .order-info .cell {
  margin-bottom: 30px;
}
.order_confirm_wrap_content .content .right .b .order-info .count {
  width: 190px;
  text-align: right;
}
.order_confirm_wrap_content .content .right .b .order-info .submit {
  height: clamp(40px, 3.125rem, 50px);
  background-color: #c5a86f;
  width: 220px;
}

.section_title {
  padding: 0 0 clamp(15px, 1.875rem, 30px) 10px;
  border-bottom: 2px solid #000000;
}

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

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

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

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

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

.layui-form-select .layui-edge {
  border: 0;
  width: 10px;
  height: 6px;
  background: url(../images/arow-down.png) no-repeat center;
  -o-background-size: 10px 6px;
     background-size: 10px 6px;
  right: clamp(12px, 1.875rem, 30px);
}

.layui-form-select dl {
  top: 100%;
}

.pay_status_wrap_content {
  width: 700px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px rgba(219, 219, 219, 0.3);
  padding: clamp(30px, 7.9375rem, 127px) 0 clamp(30px, 6.875rem, 110px);
  margin: clamp(30px, 2.75rem, 44px) auto clamp(30px, 8rem, 128px);
}
@media (max-width: 760px) {
  .pay_status_wrap_content {
    width: 100%;
  }
}
.pay_status_wrap_content .title {
  margin-top: clamp(25px, 2.5rem, 40px);
}
.pay_status_wrap_content .btn_wrap {
  margin-top: clamp(20px, 4.375rem, 70px);
}
.pay_status_wrap_content .btn_wrap a {
  width: clamp(140px, 16.25rem, 260px);
  height: clamp(40px, 3.75rem, 60px);
  border-radius: 30px;
  background-color: #000;
}
.pay_status_wrap_content .btn_wrap .seeOrder {
  background-color: #c5a86f;
  margin-right: 20px;
}

.mine_wrap_content {
  padding-bottom: clamp(30px, 6.25rem, 100px);
}
@media (max-width: 640px) {
  .mine_wrap_content {
    display: block;
  }
}
.mine_wrap_content .left_box {
  width: clamp(220px, 18.75rem, 300px);
  border: 1px solid #e5e5e5;
  padding: 0 clamp(15px, 1.875rem, 30px) clamp(20px, 3.4375rem, 55px);
}
.mine_wrap_content .left_box .user_box {
  border-bottom: 1px solid #e5e5e5;
  padding: clamp(20px, 3.4375rem, 55px) 0 clamp(20px, 2.5rem, 40px);
}
.mine_wrap_content .left_box .user_box .avtar {
  margin: auto;
}
.mine_wrap_content .left_box .user_box .avtar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .mine_wrap_content .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mine_wrap_content .left_box .nav {
  padding-top: clamp(20px, 3.4375rem, 55px);
}
.mine_wrap_content .left_box .nav li {
  margin-bottom: clamp(15px, 1.875rem, 30px);
  padding-left: clamp(15px, 2.5rem, 40px);
}
.mine_wrap_content .left_box .nav li:last-child {
  margin-bottom: 0;
}
.mine_wrap_content .left_box .nav li span {
  margin-left: clamp(15px, 1.875rem, 30px);
  font-size: 16px;
}
.mine_wrap_content .left_box .nav li .icons_active {
  display: none;
}
.mine_wrap_content .left_box .nav li.active span {
  color: #c5a86f;
}
.mine_wrap_content .left_box .nav li.active .icons_active {
  display: block;
}
.mine_wrap_content .left_box .nav li.active .icons {
  display: none;
}
.mine_wrap_content .right_box {
  width: 76%;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box {
    width: 100%;
    padding-top: 0;
  }
}
.mine_wrap_content .right_box .right_box_header {
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .right_box_header {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.mine_wrap_content .right_box .right_box_header .tab {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .right_box_header .tab {
    margin-top: 20px;
  }
}
.mine_wrap_content .right_box .right_box_header .tab a {
  padding: 0 10px;
  margin-right: 2.1875rem;
  position: relative;
}
.mine_wrap_content .right_box .right_box_header .tab a:last-child {
  margin-right: 0;
}
.mine_wrap_content .right_box .right_box_header .tab a.active {
  color: #c5a86f;
}
.mine_wrap_content .right_box .right_box_header .tab a.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c5a86f;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 1360px) {
  .mine_wrap_content .right_box .right_box_header .tab {
    max-width: 55%;
    overflow-x: scroll;
  }
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .right_box_header .tab {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .right_box_header .search_box {
    margin-top: 20px;
  }
}
.mine_wrap_content .right_box .right_box_header .search_box input {
  width: clamp(120px, 17.5rem, 280px);
  height: 45px;
  border: 1px solid #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 23px;
  padding-left: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .right_box_header .search_box input {
    width: 100%;
  }
}
.mine_wrap_content .right_box .right_box_header .search_box .search_btn {
  right: clamp(15px, 2.5rem, 40px);
}
.mine_wrap_content .right_box .tb_header {
  background-color: #000;
  padding: 20px 0;
}
.mine_wrap_content .right_box .w1 {
  width: 38.125rem;
}
.mine_wrap_content .right_box .w2, .mine_wrap_content .right_box .w3, .mine_wrap_content .right_box .w4 {
  width: 7.625rem;
}
.mine_wrap_content .right_box .w5 {
  width: 10.9375rem;
}
.mine_wrap_content .right_box .t1 {
  padding-left: 40px;
}
.mine_wrap_content .right_box .t2 {
  padding-right: 40px;
}
@media (max-width: 1360px) {
  .mine_wrap_content .right_box .order_list {
    overflow-x: scroll;
  }
  .mine_wrap_content .right_box .order_list .tb_header, .mine_wrap_content .right_box .order_list .order_list_wrap {
    width: 1200px;
  }
  .mine_wrap_content .right_box .order_list .w1 {
    width: 610px;
  }
  .mine_wrap_content .right_box .order_list .w2, .mine_wrap_content .right_box .order_list .w3, .mine_wrap_content .right_box .order_list .w4 {
    width: 122px;
  }
  .mine_wrap_content .right_box .order_list .w5 {
    width: 175px;
  }
  .mine_wrap_content .right_box .order_list .list_item_goods {
    width: 610px !important;
  }
}
.mine_wrap_content .right_box .order_list .order_list_wrap {
  margin-bottom: clamp(30px, 3.75rem, 60px);
}
.mine_wrap_content .right_box .order_list li {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}
.mine_wrap_content .right_box .order_list li .cell_header {
  height: 40px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
}
.mine_wrap_content .right_box .order_list li .cell_header p {
  color: #878787;
  margin-left: clamp(15px, 1.875rem, 30px);
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item {
  padding: 20px 0;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods {
  padding-left: clamp(15px, 1.875rem, 30px);
  width: 38.125rem;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods .list_item_goods_items {
  margin-bottom: clamp(15px, 1.875rem, 30px);
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods .list_item_goods_items:last-child {
  margin-bottom: 0;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods .list_item_goods_items .item_img {
  width: 90px;
  height: 90px;
  margin-right: clamp(15px, 1.875rem, 30px);
  background-color: #f6f6f6;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods .list_item_goods_items .goods_info .name {
  line-height: 22px;
  margin-bottom: 10px;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .list_item_goods .list_item_goods_items .goods_info .brand {
  color: #878787;
  margin-bottom: 15px;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .status_btn {
  width: 80px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 18px;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .remark {
  color: #878787;
  line-height: 18px;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap a {
  width: clamp(80px, 6.25rem, 100px);
  margin: 5px 0;
  height: 36px;
  border: 1px solid #000;
  border-radius: 18px;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap a:hover {
  background: #c5a86f;
  color: #fff;
  border-color: transparent;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap .again, .mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap .confirm, .mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap .pay_order {
  background-color: #000;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .operate_wrap .tx_send {
  background: #c5a86f;
  color: #fff;
  border-color: transparent;
}
.mine_wrap_content .right_box .order_list li .order_list_list .list_item .dj {
  padding-right: 20px;
}
.mine_wrap_content .right_box .collect_list {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .tb_header {
    display: none;
  }
}
.mine_wrap_content .right_box .collect_list .w1 {
  width: 33.75rem;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .w1 {
    width: 100%;
  }
}
.mine_wrap_content .right_box .collect_list .t1 {
  padding-left: clamp(15px, 3.75rem, 60px);
}
.mine_wrap_content .right_box .collect_list .w2 {
  width: 7.5rem;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .w2 {
    width: auto;
    margin-left: 15px;
  }
}
.mine_wrap_content .right_box .collect_list .w3 {
  width: 17.5rem;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .w3 {
    width: auto;
    margin-left: 15px;
  }
}
.mine_wrap_content .right_box .collect_list .w4 {
  padding-right: 5.375rem;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .w4 {
    display: block;
    padding-left: 15px;
  }
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap {
  margin-bottom: 3.125rem;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .collect_list_wrap {
    width: 100%;
  }
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .order_number {
  color: #878787;
  height: 40px;
  background-color: #f6f6f6;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_list {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_list .goods_info {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
  }
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_item {
  padding-left: clamp(15px, 1.875rem, 30px);
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .item_img {
  width: 90px;
  height: 90px;
  margin-right: clamp(15px, 1.875rem, 30px);
  background-color: #f6f6f6;
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_info .name {
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_info .name {
    font-size: 14px;
  }
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .goods_info .brand {
  color: #878787;
  margin-bottom: 15px;
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .operate_wrap a {
  width: clamp(80px, 6.25rem, 100px);
  margin: 5px 0;
  height: 36px;
  border: 1px solid #000;
  border-radius: 18px;
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .operate_wrap a:hover {
  background: #c5a86f;
  color: #fff;
  border-color: transparent;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .collect_list .collect_list_wrap li .operate_wrap a {
    width: 100%;
  }
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .operate_wrap .pay_order {
  background-color: #000;
}
.mine_wrap_content .right_box .collect_list .collect_list_wrap li .w4 {
  padding-right: 2.8125rem;
}
.mine_wrap_content .right_box .add_address_btn {
  width: 160px;
  height: clamp(40px, 3.375rem, 54px);
  background-color: #000;
}
.mine_wrap_content .right_box .address_list {
  margin-bottom: 30px;
}
.mine_wrap_content .right_box .address_list li {
  margin-top: 20px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  padding: clamp(20px, 2.5rem, 40px) clamp(15px, 2.5rem, 40px);
  position: relative;
  overflow: hidden;
}
.mine_wrap_content .right_box .address_list li .default {
  position: absolute;
  right: -48px;
  top: -63px;
  display: none;
}
.mine_wrap_content .right_box .address_list li .l {
  width: 12px;
  margin-top: 5px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .address_list li .l {
    display: none;
  }
}
.mine_wrap_content .right_box .address_list li .r {
  margin-left: 24px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .address_list li .r {
    margin-left: 0;
  }
}
.mine_wrap_content .right_box .address_list li .r .b {
  margin-top: 18px;
}
@media (max-width: 640px) {
  .mine_wrap_content .right_box .address_list li .r .b {
    display: block;
  }
  .mine_wrap_content .right_box .address_list li .r .b p {
    font-size: 12px;
  }
  .mine_wrap_content .right_box .address_list li .r .b .b-r {
    margin-top: 10px;
  }
}
.mine_wrap_content .right_box .address_list li .r .b p {
  cursor: pointer;
  margin-right: clamp(10px, 1.875rem, 30px);
}
.mine_wrap_content .right_box .address_list li .r .b p:last-child {
  margin-right: 0;
}
.mine_wrap_content .right_box .address_list li.isDefault .seting_btn {
  color: #878787;
}
.mine_wrap_content .right_box .address_list li.isDefault .default {
  display: block;
}

.uk-modal-body-order-cancel {
  padding: 66px 0 0 0;
}
@media (max-width: 640px) {
  .uk-modal-body-order-cancel {
    padding: 30px 0 0 0;
  }
}
.uk-modal-body-order-cancel .uk-modal-close-default {
  top: 30px;
  right: 30px;
}
@media (max-width: 640px) {
  .uk-modal-body-order-cancel .uk-modal-close-default {
    right: 15px;
    top: 15px;
  }
}
.uk-modal-body-order-cancel .modal-desc {
  margin-top: 20px;
}
.uk-modal-body-order-cancel .con {
  padding: 54px 0;
  text-align: center;
}
.uk-modal-body-order-cancel .con img {
  margin: 0 auto 15px;
}
@media (max-width: 640px) {
  .uk-modal-body-order-cancel .con {
    padding: 24px 0;
  }
}
.uk-modal-body-order-cancel .bottom {
  padding: 45px 0;
  background-color: #f7f7f7;
}
@media (max-width: 640px) {
  .uk-modal-body-order-cancel .bottom {
    padding: 24px 0;
  }
}

.uk-modal-dialog {
  border-radius: 0;
}

.addressbox .uk-modal-dialog {
  width: 62%;
  padding: clamp(30px, 5rem, 80px) clamp(15px, 4.0625rem, 65px);
}
@media (max-width: 1024px) {
  .addressbox .uk-modal-dialog {
    width: 90%;
  }
}
.addressbox .uk-modal-dialog .modal-title {
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.addressbox .uk-modal-dialog .submit_address {
  width: 160px;
  height: clamp(40px, 3.375rem, 54px);
  background-color: #000;
  margin: clamp(20px, 2.5rem, 40px) auto 0;
}
.addressbox .uk-modal-dialog .layui-input, .addressbox .uk-modal-dialog .layui-select, .addressbox .uk-modal-dialog .layui-textarea {
  height: clamp(42px, 3.75rem, 60px);
  border: 1px solid #e5e5e5;
}
.addressbox .uk-modal-dialog .layui-input {
  padding-left: clamp(15px, 1.875rem, 30px);
}
.addressbox .uk-modal-dialog .input_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: clamp(15px, 1.25rem, 20px);
  grid-column-gap: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .addressbox .uk-modal-dialog .input_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.addressbox .uk-modal-dialog .last {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 3;
}
@media (max-width: 640px) {
  .addressbox .uk-modal-dialog .last {
    grid-column-end: span 2;
  }
}

.profile_wrap .upload_avtar {
  margin-top: clamp(20px, 3.125rem, 50px);
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.profile_wrap .upload_avtar .avtar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.profile_wrap .upload_avtar .file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.profile_wrap .profile_form .cell {
  margin-bottom: 15px;
}
.profile_wrap .profile_form .cell .label {
  font-size: 16px;
  text-align: right;
  width: 70px;
  margin-right: clamp(15px, 1.875rem, 30px);
}
.profile_wrap .profile_form .cell.last {
  padding-top: 25px;
  margin-bottom: 0;
}
.profile_wrap .profile_form .cell .submit {
  width: 240px;
  height: clamp(40px, 3.75rem, 60px);
  background-color: #c5a86f;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.profile_wrap .profile_form .cell .submit:hover {
  opacity: 0.8;
}
.profile_wrap .profile_form .cell .layui-input {
  max-width: 28.75rem;
  height: clamp(42px, 3.75rem, 60px);
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.profile_wrap .profile_form .cell .modify {
  cursor: pointer;
  font-size: 16px;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.profile_wrap .profile_form .cell .disabled {
  color: #878787;
}

.common-modal .uk-modal-dialog {
  padding: clamp(30px, 3.75rem, 60px) clamp(15px, 3.125rem, 50px);
}
.common-modal .uk-modal-dialog .modal-title {
  margin-bottom: clamp(20px, 2.1875rem, 35px);
}
.common-modal .uk-modal-dialog .submit {
  width: 240px;
  height: clamp(40px, 3.75rem, 60px);
  background-color: #c5a86f;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
.common-modal .uk-modal-dialog .submit:hover {
  opacity: 0.8;
}
.common-modal .uk-modal-dialog .cell {
  margin-bottom: 30px;
}
.common-modal .uk-modal-dialog .layui-input {
  height: clamp(40px, 2.8125rem, 45px);
  border: 1px solid #e5e5e5;
  padding-left: clamp(15px, 1.875rem, 30px);
}
.common-modal .uk-modal-dialog .input .getCode {
  background-color: #a0a0a0;
  position: absolute;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}
.common-modal .uk-modal-dialog .disabled {
  color: #878787;
}

.about_banner .banner_mask {
  background: url(../images/banner_mask.png) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.about_us_page .play_icon {
  width: clamp(30px, 4.375rem, 70px) !important;
  height: clamp(30px, 4.375rem, 70px) !important;
}
.about_us_page .home_section3 {
  background-color: #fff;
}
.about_us_page .home_section3 .video_wrap_box .title {
  font-size: 18px;
  margin-top: clamp(16px, 1.5rem, 24px);
}
.about_us_page .home_section4 {
  padding-bottom: 0 !important;
  padding-top: 25px !important;
}
.about_us_page .home_section4 .content {
  margin-top: clamp(26px, 3.125rem, 50px);
}
.about_us_page .dot {
  width: 100%;
  margin-top: clamp(26px, 3.125rem, 50px);
}
.about_us_page .dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #cfcfcf;
  opacity: 1;
  margin: 0 10px;
  background: transparent;
}
.about_us_page .dot .swiper-pagination-bullet-active {
  background-color: #c5a86f;
  border-color: transparent;
}

.first_news_section {
  padding: 15px 0 clamp(30px, 7.5rem, 120px);
}
@media (max-width: 640px) {
  .first_news_section a {
    display: block;
  }
  .first_news_section .w50 {
    width: 100%;
  }
}
.first_news_section .news_info {
  padding-left: 6.25rem;
  padding-right: 4.375rem;
}
@media (max-width: 640px) {
  .first_news_section .news_info {
    padding: 30px 0 0;
  }
}
@media (max-width: 1024px) {
  .first_news_section .news_info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.first_news_section .news_info .title {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 640px) {
  .first_news_section .news_info .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.first_news_section .news_info .post .icons {
  margin-right: clamp(10px, 1.25rem, 20px);
}
.first_news_section .news_info .post .item {
  margin-right: 3.125rem;
}
.first_news_section .news_info .post .item:last-child {
  margin-right: 0;
}
.first_news_section .news_info .sub {
  font-size: clamp(14px, 1rem, 16px);
  line-height: clamp(22px, 1.875rem, 30px);
  margin-top: 3rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 640px) {
  .first_news_section .news_info .sub {
    margin-bottom: 15px;
  }
}
.first_news_section .news_info .more {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news_section_wrap {
  padding-bottom: 6.25rem;
}
.news_section_wrap .news_list_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 1170px) {
  .news_section_wrap .news_list_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 640px) {
  .news_section_wrap .news_list_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.news_section_wrap .news_list_box li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_section_wrap .news_list_box li:hover {
  -webkit-transform: translateY(-15px);
     -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}
.news_section_wrap .news_list_box li .news_info {
  padding-top: 2.1875rem;
}
.news_section_wrap .news_list_box li .news_info .title {
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: clamp(22px, 1.875rem, 30px);
  margin-bottom: clamp(12px, 1.25rem, 20px);
}
.news_section_wrap .news_list_box li .news_info .sub {
  line-height: 24px;
}
.news_section_wrap .news_list_box li .post {
  margin-top: clamp(20px, 1.875rem, 30px);
  border-top: 2px solid #000;
  padding-top: clamp(15px, 1.25rem, 20px);
}
.news_section_wrap .news_list_box li .post .icons {
  margin-right: clamp(10px, 1.25rem, 20px);
}
.news_section_wrap .news_list_box li .post .item {
  margin-right: 3.125rem;
}
.news_section_wrap .news_list_box li .post .item:last-child {
  margin-right: 0;
}

.news_details_wrap {
  width: 1080px;
  margin: 0 auto 7.25rem;
  border-radius: clamp(15px, 2.5rem, 40px);
  border: 1px solid #e5e5e5;
  box-shadow: 1px 10px 10px 10px rgba(218, 218, 218, 0.5);
  padding: 5.625rem 4.375rem;
}
.news_details_wrap .post_title {
  font-size: clamp(32px, 2.5rem, 40px);
  margin-bottom: 25px;
}
.news_details_wrap .post {
  padding-bottom: clamp(20px, 3.125rem, 50px);
  border-bottom: 1px solid #e5e5e5;
}
.news_details_wrap .post .icons {
  margin-right: clamp(10px, 1.25rem, 20px);
}
.news_details_wrap .post .item {
  margin-right: 3.125rem;
}
.news_details_wrap .post .item:last-child {
  margin-right: 0;
}
.news_details_wrap .post_body {
  padding-top: clamp(24px, 3.75rem, 60px);
  padding-bottom: 5rem;
}
.news_details_wrap .post_body p {
  line-height: 30px;
  margin-bottom: clamp(20px, 2.5rem, 40px);
}
.news_details_wrap .post_body p img {
  margin: auto;
}
.news_details_wrap .detail_footer p {
  color: #878787;
  line-height: 36px;
}
.news_details_wrap .detail_footer p a {
  color: #878787;
}
.news_details_wrap .detail_footer p a:hover {
  color: #c5a86f;
}

.contact_top_box {
  padding-top: 2.8125rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 640px) {
  .contact_top_box {
    padding-top: 30px;
  }
}
.contact_top_box .contact_method {
  margin-bottom: 5rem;
}
.contact_top_box .contact_method img {
  margin: 0 auto clamp(20px, 3.125rem, 50px);
}
.contact_top_box .contact_method .t2 {
  margin-top: 15px;
  line-height: 22px;
}
@media (max-width: 640px) {
  .contact_top_box .contact_method {
    display: block;
  }
  .contact_top_box .contact_method .items {
    margin-bottom: 16px;
  }
  .contact_top_box .contact_method img {
    width: 60px;
  }
}
.contact_top_box .map-tips {
  position: absolute;
  width: 491px;
  padding: 26px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-shadow: 0px 4px 8px 3px rgba(136, 136, 136, 0.25);
}
@media (max-width: 640px) {
  .contact_top_box .map-tips {
    width: 320px;
    padding: 15px;
  }
}
.contact_top_box .map-tips .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 15px;
}
.contact_top_box .map-tips .name {
  font-weight: bold;
  color: #1054A5;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 640px) {
  .contact_top_box .map-tips .name {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact_top_box .map-box {
  height: 540px;
  background-color: #f1f1f1;
}
@media (max-width: 640px) {
  .contact_top_box .map-box {
    height: 250px;
  }
}
.contact_top_box #map-tips {
  display: none;
}

.online {
  padding-bottom: 6.875rem;
}
@media (max-width: 640px) {
  .online {
    margin-top: 20px;
  }
}
.online_form {
  margin-top: clamp(30px, 3.125rem, 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: clamp(15px, 1.875rem, 30px);
  grid-column-gap: clamp(15px, 3.125rem, 50px);
}
.online_form .layui-input, .online_form .layui-textarea {
  border: 1px solid #e5e5e5;
}
.online_form .layui-input {
  height: clamp(42px, 3.75rem, 60px);
  padding-left: clamp(15px, 1.875rem, 30px);
}
.online_form .layui-textarea {
  height: 170px;
  padding: clamp(15px, 1.875rem, 30px);
}
@media (max-width: 640px) {
  .online_form {
    grid-template-columns: repeat(2, 1fr);
  }
  .online_form .email {
    grid-column-start: auto;
    grid-row-start: auto;
    grid-column-end: span 2;
  }
}
.online_form .last {
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 3;
}
@media (max-width: 640px) {
  .online_form .last {
    grid-column-end: span 2;
  }
}
.online_form .label {
  margin-bottom: 20px;
}
.online_form .label span {
  color: #ff0000;
}
.online .submit {
  width: 240px;
  height: clamp(40px, 3.75rem, 60px);
  background-color: #c5a86f;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: clamp(30px, 3.125rem, 50px) auto 0;
}
.online .submit:hover {
  opacity: 0.8;
}

.help_main_wrap {
  padding-top: 12px;
}
@media (max-width: 640px) {
  .help_main_wrap .content {
    display: block;
  }
}
.help_main_wrap .left {
  width: 300px;
  padding: clamp(30px, 3.5rem, 56px) 0;
  border: 1px solid #e5e5e5;
}
@media (max-width: 1170px) {
  .help_main_wrap .left {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .help_main_wrap .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.help_main_wrap .left .c-title {
  padding-left: 50px;
}
@media (max-width: 1170px) {
  .help_main_wrap .left .c-title {
    padding-left: 30px;
  }
}
.help_main_wrap .left .ul {
  margin-top: clamp(20px, 2.5rem, 40px);
}
.help_main_wrap .left .ul li {
  padding: 20px 50px;
  border-left: 2px solid transparent;
}
@media (max-width: 640px) {
  .help_main_wrap .left .ul li {
    padding: 20px;
  }
}
.help_main_wrap .left .ul li.active {
  background-color: #f4f4f4;
  border-color: #c5a86f;
}
.help_main_wrap .left .ul li.active a {
  color: #c5a86f;
}
.help_main_wrap .right {
  padding-bottom: 6.875rem;
  padding-top: 15px;
  padding-left: 8.75rem;
}
@media (max-width: 640px) {
  .help_main_wrap .right {
    padding-left: 0;
  }
}
.help_main_wrap .right .title {
  margin-bottom: clamp(15px, 2.8125rem, 45px);
}
.help_main_wrap .right .ul {
  margin-bottom: clamp(25px, 3.75rem, 60px);
}
.help_main_wrap .right .ul li {
  line-height: 30px;
  margin-bottom: clamp(15px, 2.5rem, 40px);
}
.help_main_wrap .right .ul li:last-child {
  margin-bottom: 0;
}
.help_main_wrap .right .table th {
  height: 70px;
  background-color: #eeeeee;
  font-weight: bold;
}
@media (max-width: 640px) {
  .help_main_wrap .right .table th {
    font-size: 12px;
  }
}
.help_main_wrap .right .table tr td {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.list .active .name,.category_list a.cur{color: #c5a86f;}