@media only screen and (max-width: 1480px) {
  .product-wrap .swiper {
    padding: 38px 0 90px;
  }
  .product-wrap .text {
    font-size: 0.573rem;
  }
  .product-wrap .text .col span {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
  .header {
    display: none;
  }
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    transition: all 0.6s;
    z-index: 110;
  }
  .mobile-header.fixed {
    background-color: rgba(19, 16, 20, 0.6);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .mobile-header.fixed .logo {
    height: 80%;
  }
  .mobile-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-header .logo {
    height: 100%;
    transition: all 0.3s;
  }
  .mobile-header .logo img {
    display: block;
    height: 100%;
  }
  .mobile-header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(19, 16, 20, 0.6);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.4s;
  }
  .mobile-header .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .mobile-header .nav.show .nav-box {
    transform: translate3D(0, 0, 0);
  }
  .mobile-header .nav-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    width: 70%;
    background-color: #947857;
    color: #fff;
    font-size: 16px;
    transform: translate3D(-100%, 0, 0);
    transition: all 0.4s;
  }
  .mobile-header .nav-box li.active a {
    color: #000;
    font-weight: bold;
  }
  .mobile-header .nav-box a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
  .mobile-header .searsch {
    position: relative;
    margin: 0 5% 20px;
  }
  .mobile-header .searsch .input {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    color: #b49d81;
  }
  .mobile-header .searsch .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    font-size: 22px;
    color: #b49d81;
  }
  .mobile-header .language-box {
    position: relative;
    margin: 0 5%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .mobile-header .language-box:hover .dropdown {
    display: block;
  }
  .mobile-header .language-box select {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #947857;
  }
  .mobile-header .language-box .language-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }
  .mobile-header .language-box .language-btn span {
    margin: 0 5px;
    display: block;
  }
  .mobile-header .language-box .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    z-index: 2;
    text-align: center;
    background-color: #fff;
  }
  .mobile-header .language-box .dropdown a {
    display: block;
    text-align: center;
  }
  .news-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.521rem;
  }
  .news-wrap ul a {
    flex-direction: column;
  }
  .news-wrap ul .img {
    margin-bottom: 20px;
    order: -1;
    width: 100%;
    height: auto;
  }
  .news-wrap ul .txt .flex {
    flex-direction: column;
  }
  .news-wrap ul .txt .top {
    margin-bottom: 20px;
  }
  .news-wrap ul .txt h4 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .news-wrap ul .txt .desc {
    width: 100%;
  }
  .product-detail .product-detail-left,
  .product-detail .product-detail-right {
    width: 48%;
  }
  .product-wrap .btns .swiper-button-prev{
    left: calc(.49rem + 30px);
  }
  .product-wrap .btns .swiper-button-next{
    right: calc(.49rem + 30px);
  }
}
@media only screen and (max-width: 860px) {
  .container {
    padding: 0 5%;
    max-width: 100%;
  }
  .home-banner .swiper {
    height: 640px;
  }
  .home-banner .txt {
    top: 20%;
    left: 0;
    padding: 0 5%;
    width: 100%;
  }
  .page-banner {
    height: 440px;
  }
  .global-hd {
    padding: 0 5%;
  }
  .product-wrap .swiper {
    padding: 100px 0;
  }
  .product-wrap .swiper .btn i {
    font-size: 24px;
  }
 
  .product-wrap .text {
    font-size: 58px;
  }
  .product-wrap .text .row {
    gap: 0 0px;
  }
  .product-wrap .text .col span {
    padding: 0;
  }
  .product-wrap .text .top {
    top: 66px;
  }
  .product-wrap .text .bottom {
    bottom: 20px;
  }
  .home-brand {
    margin-top: 40px;
  }
  .home-brand .bd ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-brand .bd li {
    height: 200px;
  }
  .home-brand .bd li .logo img {
    width: 140px;
  }
  .home-brand .global-dropdown {
    width: 160px;
    height: 40px;
  }
  .home-brand .global-dropdown .btn {
    height: 40px;
  }
  .home-brand .global-dropdown .dropdown ul {
    padding: 10px 0 20px;
  }
  .home-brand .global-dropdown .dropdown li {
    margin-bottom: 10px;
  }
  .home-brand .global-dropdown .dropdown li:last-child {
    margin-bottom: 0;
  }
  .home-about .bd {
    flex-wrap: wrap;
  }
  .home-about .bd .img {
    width: 100%;
  }
  .home-about .bd .content {
    margin: 0;
    padding: 0 5%;
    width: 100%;
  }
  .home-about .bd .desc {
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .home-about .bd .btn {
    margin-top: 30px;
  }
  .news-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .news-wrap ul a {
    flex-wrap: wrap;
  }
  .news-wrap ul .txt {
    flex: none;
    width: 100%;
  }
  .news-wrap ul .txt .flex {
    flex-wrap: wrap;
  }
  .news-wrap ul .txt .top {
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .news-wrap ul .txt .top .tag {
    margin-top: 10px;
    margin-left: 0;
    border-radius: 10px 0 10px 0;
    font-size: 11px;
    width: 38px;
    line-height: 20px;
  }
  .news-wrap ul .txt h4 {
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.8;
    margin-right: 0;
  }
  .news-wrap ul .txt .desc {
    width: 100%;
    line-height: 2;
  }
  .news-wrap ul .img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    order: -1;
  }
  .video-wrap .swiper-slide .img {
    height: auto;
  }
  .footer .bd {
    display: block;
    padding: 5%;
  }
  .footer .bd ul {
    margin-left: 0;
  }
  .footer .bd ul li {
    width: 100%;
  }
  .footer .bd .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .ft {
    padding: 5%;
    padding-top: 8%;
    padding-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .ft p {
    margin-bottom: 20px;
  }
  .footer .ft li {
    width: 40px;
    height: 40px;
  }
  .footer .ft .share {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  #goTop {
    right: 5%;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .product-list-wrap {
    padding-bottom: 80px;
  }
  .product-list-wrap .filter-box {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .product-list-wrap .filter-box .total {
    order: 1;
  }
  .product-list-wrap .filter-box .checkbox {
    order: 2;
  }
  .product-list-wrap .filter-box .filter-list {
    margin-top: 0;
    flex-wrap: wrap;
    order: 3;
    gap: 15px;
  }
  .product-list-wrap .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .product-list-wrap .list li {
    height: 260px;
    border-radius: 10px;
  }
  .product-list-wrap .list li a {
    padding: 12px;
  }
  .product-list-wrap .list li .info {
    display: block;
  }
  .product-detail {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .product-detail .product-detail-left, .product-detail .product-detail-right {
    width: 100%;
  }
  .product-detail-left {
    margin-bottom: 20px;
  }
  .product-detail-left .big {
    padding: 6% 0;
    height: 360px;
  }
  .product-detail-left .small li {
    height: 105px;
  }
  .product-detail-left .detail-box .table .label {
    width: 130px;
  }
  .product-detail-left .desc-box p {
    line-height: 1.8;
  }
  .product-detail-right {
    padding: 15px;
    border-radius: 15px;
  }
  .product-detail-right .tag {
    margin-bottom: 20px;
  }
  .product-detail-right .name {
    font-size: 20px;
  }
  .product-detail-right .tax .have {
    font-size: 20px;
  }
  .product-detail-right .tax-list {
    padding: 15px;
    border-radius: 15px;
  }
  .product-detail-right .consult {
    font-size: 16px;
  }
  .product-detail-right .consult a {
    width: 100%;
    height: 50px;
  }
  .product-detail-right .consult img {
    margin-right: 10px;
    width: 26px;
  }
  .product-detail-right .pay-info {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 15px;
  }
  .product-detail-right .pay-info .layui-form-item {
    flex-wrap: wrap;
  }
  .product-detail-right .pay-info .layui-form-label {
    margin-bottom: 15px;
    width: 100%;
  }
  .product-detail-right .pay-info .layui-form-val {
    flex: none;
    width: 100%;
  }
  .product-detail-right .product-info .share {
    margin-bottom: 30px;
  }
  .product-detail-right .product-info .share a {
    width: 40px;
    height: 40px;
  }
  .product-detail-right .product-desc .text {
    padding: 20px;
    line-height: 1.8;
  }
  .product-detail-right .product-desc .btns a {
    height: 50px;
    font-size: 16px;
  }
  .about-wrap {
    padding: 60px 0;
  }
  .about-wrap .container {
    padding: 0 5%;
  }
  .about-wrap .detail .contact {
    padding: 30px;
  }
  .news-page {
    padding-bottom: 60px;
  }
  .article-main {
    padding: 0 5%;
    padding-top: 110px;
  }
  .breadcrumbs a:last-child {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .article-wrap {
    margin-bottom: 60px;
    padding: 0 5% 10%;
  }
  .article-wrap .hd {
    padding: 30px 0;
  }
  .article-wrap .hd h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .article-wrap .hd p {
    font-size: 16px;
  }
  .payment-tabs {
    margin: 30px 0;
    padding: 0 5%;
  }
  .payment-tabs ul {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
  }
  .payment-tabs li {
    width: calc(33.33% - 10px);
  }
  .payment-tabs a {
    width: 100%;
    height: 40px;
  }
  .payment-wrap {
    padding: 0 5%;
  }
  .payment-wrap .payment-item {
    padding: 15px;
    border-radius: 15px;
  }
  .payment-mode .item-1 ul {
    display: block;
  }
  .payment-mode .item-1 li {
    margin-bottom: 25px;
  }
  .payment-mode .table-item .table-head {
    line-height: 1.3;
    height: 50px;
  }
  .payment-mode .table-item .table-head li {
    padding: 0 5px;
  }
  .yuyue-wrap {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .yuyue-wrap .hd {
    font-size: 24px;
  }
  .yuyue-wrap .bd li {
    width: 100%;
  }
  .soucang-wrap .bd ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .soucang-wrap .bd li {
    border-radius: 10px;
  }
  .soucang-wrap .bd a {
    padding: 20px 15px 15px;
  }
  .soucang-wrap .bd .img img {
    height: 136px;
  }
  .soucang-wrap .bd .txt p {
    flex-wrap: wrap;
  }
  .soucang-wrap .bd .txt .more {
    margin-top: 5px;
  }
  .soucang-wrap .bd .close-btn {
    top: 0;
    right: 0;
    font-size: 14px;
  }
  .product-wrap .btns .swiper-button-prev{
    left: 10px;
  }
  .product-wrap .btns .swiper-button-next{
    right:10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    background-size: 100% 100%;
  }
  .footer .ft .logo {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .product-list-wrap {
    padding-bottom: 40px;
  }
  .product-list-wrap .filter-box .filter-list {
    margin-top: 15px;
  }
  .product-list-wrap .list li {
    height: auto;
    overflow: visible;
    background: none;
    border-radius: 0;
  }
  .product-list-wrap .list li a {
    position: relative;
    padding: 0;
    display: block;
    height: auto;
  }
  .product-list-wrap .list li .top {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
  }
  .product-list-wrap .list li .top .tags span {
    padding: 0 8px;
    width: auto;
    font-size: 10px;
    height: 24px;
    border-radius: 24px;
  }
  .product-list-wrap .list li .top .log {
    width: 30px;
    height: 24px;
  }
  .product-list-wrap .list li .top .log img {
    width: 10px;
    height: auto;
  }
  .product-list-wrap .list li .middle {
    padding: 30px 0;
    flex: none;
    background: url("../img/product_bg.png") no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    height: 180px;
    max-height: none;
  }
  .product-list-wrap .list li .bottom {
    padding: 15px 0;
  }
  .product-list-wrap .list li .info {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .product-list-wrap .list li .info span {
    display: block;
  }
  .product-list-wrap .list .img {
    max-height: 140px;
  }
  .product-detail-left .big .collect-button {
    right: auto;
    left: 20px;
  }
  .product-detail-left .big .collect-button i {
    font-size: 38px;
  }
  .product-detail-left .small {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-detail-left .small li {
    height: 85px;
  }
  .slidebar {
    top: 15%;
    right: 10px;
  }
  .slidebar a {
    width: 46px;
    height: 46px;
    border-radius: 4px;
  }
  .slidebar .img {
    padding-bottom: 0;
  }
  .slidebar .img i {
    font-size: 28px;
  }
  .slidebar .img span {
    font-size: 10px;
  }
  .slidebar p {
    display: none;
  }
  .pagination {
    flex-wrap: wrap;
    gap: 15px;
  }
  .pagination a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .pagination a i {
    font-size: 14px;
  }
  .video-wrap .swiper-button-prev{
    left: 20px;
  }
  .video-wrap .swiper-button-next{
    right: 20px;
  }
}