
@import "font-awesome.min.css";
* {
    padding: 0;
    margin: 0;
    font-family: "PingFang SC Medium";
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

.header-wrap {
    height: 120px;
    background: rgba(0, 0, 0);
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.header {
    height: 120px;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.head-scroll {
    background: rgb(0, 0, 0);
    /*opacity: 0.9;*/
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 1));
}

.header .logo-a {
    display: inline-block;
    width: 235px;
    /*height: 72px;*/
}

.header .logo-i {
    display: inline-block;
    width: 270px;
    /*height: 66px;*/
}

.nav ul li{
    list-style: none;
    position: relative;
    line-height: 120px;
    padding: 0 20px;
    cursor: pointer;
    color: white;
}
ul, li, ol {
    list-style: none outside none;
    /*height: 100%;*/
}

.header .nav {
    /*flex: 1;*/
    display: flex;
    margin-left: 10%;
}

.header .nav .nav-a {
    font-family: "PingFang SC Medium";
    font-size: 16px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    word-break: keep-all;
}

.header .nav .nav-a:last-child {
    margin-right: 0;
}

.header .search {
    width: 253px;
    height: 40px;
    border-radius: 20px;
    background: rgba(26, 26, 26, 0.34);
    display: flex;
}

.header .search .search-input {
    flex: 1;
    border: none;
    outline: none;
    height: 40px;
    background: transparent;
    padding: 0 0 0 15px;
    color: #fff;
}

.header .search .search-input::placeholder {
    font-family: "PingFang SC";
    font-size: 14px;
    text-align: left;
    color: #bababa;
}

.header .search .search-icon {
    width: 40px;
    height: 40px;
    background: url(../images/search.png) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}

.header .login {
    font-family: "PingFang SC Medium";
    font-size: 16px;
    text-align: left;
    color: #fff;
    /*padding-left: 20px;*/
    /*background: url(../images/user.png) no-repeat left center;*/
    background-size: 20px 20px;
    cursor: pointer;
    margin-left: 35px;
    position: relative;
    word-break: keep-all;
}

/*.header .login*/
.user-menu {
    position: absolute;
    width: 100px;
    height: 55px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.24));
    right: -40px;
    top: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.user-menu .user-menu-a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 40px;
    /*margin-top: 30px !important;*/
    /*margin-bottom: 20px !important;*/
}

.breadcrumb .breadcrumb-arr {
    width: 16px;
    height: 16px;
    background: url('../images/breadcrumb_arr.png');
}

.page {
    display: flex;
    margin-bottom: 129px;
}

.page .page-num {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12.5px;
    cursor: pointer;
}

.page .page-num.active {
    background: #B08C45;
    color: #fff;
}

.page .page-prev,
.page .page-next {
    cursor: pointer;
    /*display: inline-block;*/
    width: 80px;
    height: 40px;
    background: transparent;
    border: 1px solid #707070;
    background: url(../images/上一页.png) no-repeat center center;
}

.page .page-next {
    border: 1px solid #b08c45;
    background: url(../images/下一页.png) no-repeat center center;
}

.my-order-page {
    justify-content: flex-end;
}

.footer-container {
    padding-top: 1px;
    height: 120px;
    /*background: rgba(22, 22, 22, 0.9);*/
    background: rgba(0,0,0);
}

.footer-container .footer {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-container .nav {
    display: flex;
}

.footer-container .nav .nav-a {
    font-size: 16px;
    color: #fff;
    margin-right: 57px;
}

.footer-container .hotline {
    /*display: flex;*/
    font-size: 16px;
    color: #ffffff90;
    margin-top: 10px;
    /*text-align: center;*/
    /*width: 350px;*/
    padding-left: 450px
}

.footer-container .tel {
    font-size: 22px;
    font-weight: bold;
    color: #b08c45;
    display: inline-block;
    margin-right: 10px;
}

.footer-container .text-l {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.footer-container .text-s {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.footer-container .textcolor-g {
    /*color: #868686;*/
}

.go-top{
    text-align: center !important;
    color: #ad8b5b;
    padding: 0 150px;
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.go-top img{
    display: flex;
    width: 50px;
    height: 50px;
}

.footer-container .qrcode {
    width: 96px;
    height: 96px;
}

.copyright-wrapper {
    height: 80px;
    background: #161616;
}

.container {
    max-width: 1470px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.copyright {
    height: 80px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright .address {
    font-size: 14px;
    color: #ababab;
}

.copyright .email {
    font-size: 14px;
    color: #ababab;
}

.copyright .copyright-text {
    font-size: 14px;
    color: #828282;
}

.index-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.index-header .header-wrap {
    background: rgba(0, 0, 0, 0.8);
}

.swiper-page {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 240px;
    transform: translateY(-50%);
}

.swiper-page .prev {
    display: inline-block;
    cursor: pointer;
}

.swiper-page .next {
    display: inline-block;
    cursor: pointer;
    margin-left: 60px;
}

.index-copyright {
    font-family: "PingFang SC";
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 69px;
    /*left: 240px;*/
    z-index: 9;
}

.index-page-num {
    font-family: "Montserrat";
    font-size: 68px;
    text-align: left;
    color: #fff;
    position: fixed;
    bottom: 52px;
    right: 240px;
    z-index: 9;
}

.index-sp-text1 {
    position: absolute;
    left: 240px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 68px;
    line-height: 110px;
    text-align: left;
    color: #fff;
}

.index-sp-text2 {
    font-size: 32px;
    text-align: center;
    color: #000;
    margin-top: 36px;
}

.login-box {
    width: 780px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}

.login-box.register {
    width: 390px;
    height: auto;
}

.login-box.register .login-form {
    height: auto;
    padding-bottom: 23px;
}

.login-box.register .login-label {
    width: 80px;
    min-width: 80px;
    margin: 0;
    font-family: "PingFang SC Medium";
    font-size: 14px;
    /*text-align: left;*/
    color: #333;
    padding-right: 12px;
    text-align: justify;
    text-align-last: justify;
}

.login-box.register .login-item {
    margin: 12px 0;
}

.login-box.register .login-btn {
    margin-top: 5px;
}

.login-box .login-img {
    width: 390px;
    height: 400px;
}

.login-box .login-form {
    width: 390px;
    height: 400px;
    position: relative;
    padding: 0 45px;
}

.login-box .login-btn {
    width: 300px;
    height: 40px;
    border-radius: 4px;
    background: #b08c45;
    margin: 0 auto;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 23px;
    cursor: pointer;
}

.login-box .login-act {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    font-family: "PingFang SC Medium";
    font-size: 14px;
    text-align: left;
    color: #333;
}

.login-box .login-act a {
    color: #333;
    cursor: pointer;
}

.login-box .login-label {
    font-family: "PingFang SC Medium";
    font-size: 14px;
    text-align: left;
    color: #333;
    margin-top: 13px;
}

.login-box .login-item {
    width: 300px;
    height: 40px;
    /*border-radius: 4px;*/
    background: transparent;
    border-bottom: 1px solid #dadde1;
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.login-box .login-ipt {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    padding: 0 12px;
    border-radius: 4px;
}

.login-box .login-ipt::placeholder {
    font-family: "PingFang SC Medium";
    font-size: 14px;
    text-align: left;
    color: #a3a9b1;
}

.login-box .login-title {
    font-family: "PingFang SC Bold";
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-top: 35px;
    margin-bottom: 40px;
}

.login-box .login-drop {
    display: flex;
    align-items: center;
    padding-right: 15px;
    cursor: pointer;
    font-family: "PingFang SC Medium";
    font-size: 14px;
    text-align: left;
    color: #333;
}

.login-box .login-getcode {
    font-family: "PingFang SC Medium";
    font-size: 12px;
    text-align: left;
    color: #a3a9b1;
    cursor: pointer;
}

.icon-dropdown {
    width: 14px;
    height: 14px;
    background: url(../images/dropdown.png) no-repeat center center;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.contact-us-layer {
    width: 390px;
    height: 400px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.contact-us-layer .contact-us-info {
    display: flex;
    padding-top: 50px;
    padding-left: 37px;
    padding-right: 37px;
    justify-content: space-between;
}

.contact-us-layer .contact-us-text1 {
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
}

.contact-us-layer .contact-us-text2 {
    margin-top: 18px;
    font-family: "Montserrat Medium";
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #b08c45;
}

.layer-close {
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.my-order-types {
    display: flex;
    margin-top: 47px;
}

.my-order-types .my-order-type {
    margin-right: 37px;
}

.my-order-types .my-order-type-text {
    cursor: pointer;
    font-size: 18px;
    color: #707070;
    padding-bottom: 6px;
    border-bottom: 4px solid transparent;
}

.my-order-types .my-order-type-text.active {
    border-bottom-color: #B08C45;
    color: #333333;
}

.my-table {
    margin-top: 24px;
    margin-bottom: 46px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
    word-break: keep-all;
}

.my-table th,
.my-table td {
    border: 1px solid #dedede;
    height: 41px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #333;
}

.my-table th {
    background: #f3f3f3;
    font-weight: normal;
}

.my-table a {
    color: #277bbb;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
}

.product-view-1 {
    background: #ffffff;
    height: 40px;
    margin-top: 120px;
    /*background: #f8f8f8;*/
    /*padding-bottom: 20px;*/
    /*padding-top: 1px;*/
}

.ps-line {
    height: 1px;
    background: #F8F8F8;
    /*margin-bottom: 15px;*/
    margin-top: 15px;
    /*margin-top: 28px;*/
}

.ps-v1-wrap {
    overflow: hidden;
}

.ps-v1-wrap .ps-v1-item-all {
    float: left;
    width: 120px;
    height: 35px;
    background: transparent;
    border: 1px solid #333;
    text-align: center;
    color: #333;
    margin-top: 20px;
    margin-right: 12px;
}

.ps-v1-wrap .ps-v1-item {
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ps-v1-wrap .ps-v1-item > img {
    display: block;
}

.ps-v2-wrap {
    overflow: hidden;
}

.ps-v2-wrap .ps-v2-item {
    float: left;
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
    cursor: pointer;
}

.ps-v2-wrap .ps-v2-item > img {
    display: block;
}

.ps-v2-wrap .ps-v2-item:nth-child(11n) {
    margin-right: 0;
}

.product-ul {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.product-ul .product-li {
    float: left;
    width: 20%;
    height: 200px;
}

.product-ul .product-item {
    padding-left: 15px;
    padding-right: 15px;
    height: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-ul .product-item .product-img {
    display: block;
    width: 100%;
    max-height: 200px;
}

/*.product-ul .product-item .product-name {*/
.product-ul .product-title {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin-top: 14px;
}

.product-ul .product-name {
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    color: #d4d4d4;
    margin-top: 5px;
}

.product-more {
    width: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ababab;
    cursor: pointer;
}

.product-more .product-more-icon {
    width: 20px;
    height: 20px;
    background: url('../images/more.png') no-repeat center;
}

.product-more2 {
    margin-top: 18px;
}

.product-exchange {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #9a7d43;
    cursor: pointer;
}

.product-exchange .icon {
    width: 20px;
    height: 20px;
}

.product-bread {
    align-items: center;
    justify-content: space-between;
}

.product-detail .pd-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-detail .cause {
    max-width: 100%;
    max-height: 780px;
}

.product-detail .cause-thumbs {
    width: 200px;
    height: 100px;
}

.product-detail .collect {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.product-detail .collect .icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.product-detail .info-wrap {
    height: 440px;
    margin-left: 48px;
}

.product-detail .info {
    display: flex;
}

.product-detail .info-label {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    color: #999;
    width: 80px;
    min-width: 80px;
}

.product-detail .info-value {
    flex: 1;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    color: #333;
}

.product-detail .btns {
    display: flex;
    margin-top: 109px;
}

.product-detail .btn1 {
    width: 180px;
    height: 50px;
    border-radius: 4px;
    background: #b08c45;
    font-size: 18px;
    color: #fff;
}

.product-detail .btn2 {
    width: 180px;
    height: 50px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #a3a9b1;
    font-size: 18px;
    color: #707070;
    margin-left: 32px;
}

.product-detail .title1 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #333;
}

.product-detail .ypt {
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 22px;
    margin-bottom: 60px;
}

.product-detail .ypt .ypt-item {
    float: left;
    width: 16.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 240px;
}

.product-detail .ypt .ypt-img {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    max-height: 200px;
}

.product-detail .gg {
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 22px;
    margin-bottom: 42px;
}

.product-detail .gg .gg-item {
    float: left;
    /*width: 16.66%;*/
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
}

.product-detail .gg .gg-img {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.product-detail .gg .gg-size {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    text-align: center;
}

.product-detail .bp {
    margin-top: 44px;
    margin-bottom: 88px;
}

.product-detail .bp .bp-item {
    display: flex;
    align-items: center;
    /*margin-bottom: 22px;*/
}

.product-detail .bp .bp-text {
    margin-left: 18px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #333;
}

.product-detail .title2 {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #333;
    margin-top: 24px;
    margin-bottom: 32px;
}

.product-detail .title3 {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #333;
    margin-bottom: 22px;
    margin-top: 34px;
}

.cjbjdd {
    margin-top: 120px;
}

.cjbjdd .title1 {
    font-size: 20px;
    text-align: left;
    color: #333;
}

.cjbjdd .title2 {
    font-size: 14px;
    text-align: left;
    color: #333;
    margin-top: 20px;
    display: flex;
}

.cjbjdd .csearch {
    display: flex;
    margin-top: 22px;
    margin-bottom: 40px;
}

.cjbjdd .csearch-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: left;
    color: #333;
    margin-right: 15px;
    margin-bottom: 15px;
    word-break: keep-all;
}

.cjbjdd .csearch-item:last-child {
    margin-right: 0;
}

.cjbjdd .csearch-ipt {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #dedede;
    padding: 0 10px;
    margin-left: 15px;
}

.cjbjdd .btns {
    text-align: right;
}

.cjbjdd .btn1 {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #dedede;
    font-size: 14px;
    text-align: center;
    color: #707070;
}

.cjbjdd .btn2 {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #b08c45;
    margin-left: 18px;
    font-size: 14px;
    color: #fff;
}

.cjbjdd .place1 {
    height: 133px;
}

.cjbjdd .cpt {
    width: 80px;
    height: 75px;
}

.cjbjdd .cz {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}

.cjbjdd .czitem {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cjbjdd .czimg {
    width: 100px;
    height: 46px;
}

.cjbjdd .cztext {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333;
    width: 150px;
    height: 55px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.checkbox {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    background: url(../images/checkbox.png) no-repeat center;
}

.checkbox.checked {
    border: none;
    background: url(../images/checked.png) no-repeat center;
}

.checkbox.checked2 {
    border: none;
    background: url(../images/checked2.png) no-repeat center;
}

.style-one { /*透明渐变水平线*/
    width: 100%;
    margin: 0 auto;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

@media (max-width: 1470px){
    .container {
        max-width: calc(100% - 100px);
        overflow: hidden;
    }
    .user-menu {
        right: -40px;
    }
    .header .logo-a {
        display: inline-block;
        width: 200px;
        height: 72px
    }
    .header .logo-i {
         display: inline-block;
         width: 200px;
     }
    .header .nav {
        margin-left: 40px;
    }

    .header .nav .nav-a {
        margin-left: 0;
        margin-right: 0;
    }

    .header .search {
        width: auto;
    }
    .nav ul li{
        list-style: none;
        position: relative;
        line-height: 120px;
        padding: 0 15px;
        cursor: pointer;
        color: white;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: calc(100% - 50px);
        overflow: hidden;
    }
    .user-menu {
        right: 0;
    }
    .header .logo-a {
        display: inline-block;
        width: 160px;
        height: 72px
    }
    .header .logo-i {
        display: inline-block;
        width: 160px;
    }
    .header .nav {
        margin-left: 0px;
    }

    .header .nav .nav-a {
        margin-left: 0;
        margin-right: 0;
    }

    .header .search {
        width: auto;
    }

    .nav ul li{
        list-style: none;
        position: relative;
        line-height: 120px;
        padding: 0 15px;
        cursor: pointer;
        color: white;
    }
    .flex-1 {
        flex: none;
    }
    .footer-other{
        display: none;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 900px;
    }
    .user-menu {
        right: 0;
    }
    .header-wrap {
        height: auto;
    }

    .header {
        height: auto;
        filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header .logo-a {
        display: inline-block;
        width: 95px;
        height: 36px;
    }

    .header .logo-i {
        display: inline-block;
        width: 95px;
        height: 36px;
    }

    .header .nav {
        flex: 1;
        width: 100%;
        display: flex;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header .nav .nav-a {
        flex: 1;
        font-size: 14px;
        text-align: center;
        color: #fff;
        margin-right: 0;
        margin-left: 0;
        cursor: pointer;
        word-break: keep-all;
    }

    .nav ul li{
        list-style: none;
        position: relative;
        line-height: 120px;
        padding: 0 5px;
        cursor: pointer;
        color: white;
    }

    .header .search {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background: rgba(26, 26, 26, 0.34);
        display: flex;
    }

    .header .search .search-input {
        flex: 1;
        border: none;
        outline: none;
        height: 40px;
        background: transparent;
        padding: 0 0 0 15px;
        color: #fff;
    }

    .header .search .search-input::placeholder {
        font-family: "PingFang SC";
        font-size: 14px;
        text-align: left;
        color: #bababa;
    }

    .header .search .search-icon {
        width: 40px;
        height: 40px;
        background: url(../images/search.png) no-repeat center center;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .header .login {
        position: absolute;
        right: 15px;
        top: 15px;
        margin-left: 0;
    }

    .header .login .user-menu {
        left: auto;
        right: 0;
        top: 50px;
    }

    .product-ul .product-li {
        width: 25%;
    }

    .copyright-wrapper {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .copyright {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .copyright-text {
        margin-top: 15px;
    }

    .footer-other{
        display: none;
    }
}

@media (max-width: 768px) {
    .header-wrap {
        height: auto;
    }
    .user-menu {
        right: 0;
    }
    .header {
        height: auto;
        filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header .logo-a {
        display: inline-block;
        width: 95px;
        height: 36px;
    }

    .header .logo-i {
        display: inline-block;
        width: 95px;
        height: 36px;
    }

    .header .nav {
        flex: 1;
        width: 100%;
        display: flex;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header .nav .nav-a {
        flex: 1;
        font-size: 14px;
        text-align: center;
        color: #fff;
        margin-right: 0;
        margin-left: 0;
        cursor: pointer;
        word-break: keep-all;
    }

    .header .search {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background: rgba(26, 26, 26, 0.34);
        display: flex;
    }

    .header .search .search-input {
        flex: 1;
        border: none;
        outline: none;
        height: 40px;
        background: transparent;
        padding: 0 0 0 15px;
        color: #fff;
    }

    .header .search .search-input::placeholder {
        font-family: "PingFang SC";
        font-size: 14px;
        text-align: left;
        color: #bababa;
    }

    .header .search .search-icon {
        width: 40px;
        height: 40px;
        background: url(../images/search.png) no-repeat center center;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .header .login {
        position: absolute;
        right: 15px;
        top: 15px;
        margin-left: 0;
    }

    .header .login .user-menu {
        left: auto;
        right: 0;
        top: 50px;
    }

    .breadcrumb {
        display: flex;
        align-items: center;
        font-size: 16px;
        text-align: center;
        color: #333;
        margin: 15px !important;
    }

    .breadcrumb .breadcrumb-arr {
        width: 16px;
        height: 16px;
        background: url('../images/breadcrumb_arr.png');
    }

    .footer-container {
        height: auto;
        padding-top: 30px;
    }

    .footer-container .footer {
        flex-direction: column;
    }

    .footer-container .nav .nav-a {
        font-size: 14px;
        margin-right: 0;
        flex: 1;
        text-align: center;
    }

    .footer-container .hotline {
        display: flex;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
    }

    .footer-container .tel {
        font-size: 16px;
        font-weight: bold;
        color: #b08c45;
        display: inline;
        margin-right: 10px;
    }

    .footer-container .qrcode {
        margin: 15px;
    }

    .login-box {
        width: auto;
        margin: 0;
        flex-direction: column;
    }

    .login-box.register {
        width: auto;
    }

    .login-box.register .login-form {
        height: auto;
        overflow: auto;
    }

    .login-box.register .login-label {
        width: 80px;
        min-width: 80px;
        margin: 0;
        font-family: "PingFang SC Medium";
        font-size: 14px;
        text-align: left;
        color: #333;
        padding-left: 12px;
        text-align: justify;
        text-align-last: justify;
    }

    .login-box.register .login-item {
        margin: 12px 0;
    }

    .login-box.register .login-btn {
        margin-top: 5px;
    }

    .login-box .login-img {
        display: none;
    }

    .login-box .login-form {
        width: 100%;
        height: auto;
        position: relative;
        padding: 25px 45px 45px;
    }

    .swiper-page {
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .swiper-page .prev {
        display: inline-block;
        cursor: pointer;
        width: 40px;
    }

    .swiper-page .next {
        display: inline-block;
        cursor: pointer;
        margin-left: 20px;
        width: 40px;
    }

    .index-page-num {
        font-size: 40px;
        text-align: left;
        color: #fff;
        position: fixed;
        bottom: 70px;
        right: 15px;
        z-index: 9;
    }

    .index-sp-text1 {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 34px;
        line-height: 1.4;
        text-align: left;
        color: #fff;
    }

    .index-sp-text2 {
        font-size: 16px;
        text-align: left;
        color: #fff;
        margin-top: 18px;
    }

    .index-copyright {
        left: 15px;
        bottom: 30px;
    }

    .contact-us-layer {
        width: 100%;
        max-width: 390px;
        height: auto;
        padding-bottom: 30px;
    }

    .ps-v1-wrap {
        overflow: hidden;
    }

    .ps-v1-wrap .ps-v1-item-all {
        float: left;
        width: 16%;
        height: auto;
        background: transparent;
        border: 1px solid #333;
        text-align: center;
        color: #333;
        margin-top: 15px;
        margin-right: 0;
    }

    .ps-v1-wrap .ps-v1-item {
        float: left;
        width: 16%;
        height: auto;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ps-v1-wrap .ps-v1-item > img {
        display: block;
        width: 100%;
    }

    .ps-line {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ps-v2-wrap {
        overflow: hidden;
    }

    .ps-v2-wrap .ps-v2-item {
        float: left;
        width: 16%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        cursor: pointer;
    }

    .ps-v2-wrap .ps-v2-item > img {
        display: block;
        width: 100%;
    }

    .ps-v2-wrap .ps-v2-item:nth-child(11n) {
        margin-right: 0;
    }

    .product-ul {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }

    .product-ul .product-li {
        float: left;
        width: 50%;
    }

    .product-ul .product-item {
        display: block;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-ul .product-item .product-img {
        display: block;
        width: 100%;
        max-width: 260px;
        max-height: 260px;
    }

    .product-ul .product-item .product-name {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #333;
        margin-top: 14px;
        padding: 10px;
    }

    .page {
        display: flex;
        margin-bottom: 60px;
        align-items: center;
        justify-content: center;
    }

    .page .page-num {
        display: block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 1px solid #dedede;
        font-size: 12px;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        cursor: pointer;
    }

    .page .page-num.active {
        background: #B08C45;
        color: #fff;
    }

    .page .page-prev,
    .page .page-next {
        cursor: pointer;
        display: inline-block;
        width: 40px;
        height: 20px;
        background: transparent;
        border: none;
        background: url(../images/上一页.png) no-repeat center center;
    }

    .page .page-next {
        border: none;
        background: url(../images/下一页.png) no-repeat center center;
    }

    .page .flex-1 {
        display: none;
    }

    .product-detail .detail {
        flex-direction: column;
    }

    .product-detail .cause {
        width: 100%;
    }

    .product-detail .info-wrap {
        padding: 0 15px;
        margin-left: 0;
    }

    .product-detail .btns {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .product-detail .title1 {
        margin-left: 15px;
    }

    .product-detail .ypt {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-top: 22px;
        margin-bottom: 60px;
    }

    .product-detail .ypt .ypt-item {
        float: left;
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .product-detail .ypt .ypt-img {
        display: block;
        width: 100%;
        margin-bottom: 17px;
    }

    .product-detail .gg {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-top: 22px;
        margin-bottom: 42px;
    }

    .product-detail .gg .gg-item {
        float: left;
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .product-detail .gg .gg-img {
        display: block;
        width: 100%;
        margin-bottom: 13px;
    }

    .product-detail .gg .gg-size {
        font-size: 12px;
        line-height: 1.1;
        color: #333;
        margin-bottom: 13px;
        word-break: break-all;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        white-space: normal;
    }

    .product-detail .bp {
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .product-detail .bp .bp-item {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
        padding: 0 10px;
    }

    .product-detail .bp .bp-text {
        margin-left: 8px;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #333;
        word-break: break-all;
    }

    .product-detail .title2 {
        margin-left: 15px;
    }

    .product-detail .title3 {
        margin-left: 15px;
    }

    .cjbjdd .title1 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cjbjdd .title2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cjbjdd .csearch {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 22px;
        margin-bottom: 40px;
    }

    .cjbjdd .csearch-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        text-align: left;
        color: #333;
        margin-right: 0;
        word-break: keep-all;
    }

    .cjbjdd .csearch-item:last-child {
        margin-right: 0;
    }

    .cjbjdd .csearch-ipt {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #dedede;
        padding: 0 10px;
        margin-left: 15px;
    }

    .cjbjdd .btns {
        margin: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-wrap {
        width: 100%;
        overflow-y: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .my-order-types {
        display: flex;
        margin-left: 15px;
        margin-right: 15px;
    }

    .my-order-types .my-order-type {
        margin-right: 15px;
    }

    .my-order-types .my-order-type-text {
        cursor: pointer;
        font-size: 16px;
        color: #707070;
        padding-bottom: 6px;
        border-bottom: 4px solid transparent;
    }

    .my-order-types .my-order-type-text.active {
        border-bottom-color: #B08C45;
        color: #333333;
    }

    /**
    Radio
     */
    label {
        line-height: 20px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 15px;
        color: #777;
    }

    .radio_type {
        width: 20px;
        height: 20px;
        appearance: none;
        position: relative;
    }

    .radio_type:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #7d7d7d;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
    }

    .radio_type:checked:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #c59c5a;
        background: #c59c5a;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
    }

    .radio_type:checked:after {
        content: '';
        width: 10px;
        height: 5px;
        border: 2px solid white;
        border-top: transparent;
        border-right: transparent;
        text-align: center;
        display: block;
        position: absolute;
        top: 6px;
        left: 5px;
        vertical-align: middle;
        transform: rotate(-45deg);
    }

    .radio_type:checked + label {
        color: #c59c5a;
    }

    .footer-other{
        display: none;
    }
}

/** 自定义下拉框 */
.bd-box-select .select {
    height: 35px;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 168px;
    max-width: 325px;
    color: #a27d48;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}

.bd-box-select .select .placeholder {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.bd-box-select .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}

.bd-box-select .select.is-open .placeholder:after {
    content: '\f077';
}

.bd-box-select .select.is-open ul {
    display: block;
}

.bd-box-select .select.select--white .placeholder {
    background: #fff;
    color: #999;
}

.bd-box-select .select.select--white .placeholder:hover {
    background: #fafafa;
}

.bd-box-select .select ul {
    display: none;
    position: absolute;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 1;
    max-height: 350px;
}

.bd-box-select .select ul li {
    display: block;
    text-align: left;
    padding: 0 1em;
    color: #97544e;
    cursor: pointer;
    height: 40px;
}

.bd-box-select .select ul li:hover {
    background: #a37e48;
    color: #fff;
}
/** 自定义下拉框 */
.ztSwiper img {
    transition: 3.6s;
}
.ztSwiper.on img {
    transform: scale(1.1);
}
