* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .pctop {
        position: fixed;
        width: 100%;
        height: 78px;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: #fff;
    }
    .pctopcon {
        max-width: 1340px;
        height: 78px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .pctopleft {
        width: 10%;
    }
    .pctopcenter {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pctopcenter a img {
        height: 60px;
    }
    .pctopright {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .pcsearch {
        display: flex;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .pcsearch input {
        width: 200px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        background-color: #fff;
        border: 1px solid#ccc;
    }
    .pcsearch a {
        display: block;
        border: 1px solid#ccc;
        width: 40px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        color: #1d1d1d;
        border-left: none;
    }
    .pcsearchbtn {
        cursor: pointer;
    }
    .pchead {
        width: 100%;
        background-color: #fff;
        height: 55px;
        position: fixed;
        top: 78px;
        left: 0;
        border-bottom: 1px solid #ececec;
        z-index: 99;
    }
    .pcheader {
        height: 55px;
        margin: 0 auto;
        display: flex;
    }
    .pcnav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .pcnav>li {
        position: relative;
        padding: 0 10px;
    }
    .pcnav>li>a {
        display: block;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        color: #1d1d1d;
        font-weight: bold;
    }
    .act0 a {
        border-bottom: 3px solid #1d1d1d;
    }
    .secnavdrop {
        position: fixed;
        top: 133px;
        display: none;
        background-color: #fff;
        left: 0;
        z-index: 99;
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .secnavdroptop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .secnavdroptopleft {
        width: 10%;
    }
    .secnavdroptopcenter {
        flex: 1;
        color: #1d1d1d;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }
    .secnavdroptopright {
        width: 10%;
    }
    .closesecnav {
        cursor: pointer;
    }
    .secnavdropcon {
        max-width: 1340px;
        margin: 0 auto;
        padding: 20px;
    }
    .secnavdropcontent {
        display: flex;
        justify-content: space-between;
    }
    .secnavdropcontentitem {
        flex: 1;
        padding: 0 15px;
    }
    .secnavdropcontentitem1 a img {
        width: 100%;
    }
    .secnavdropcontentitem_title {
        text-decoration: underline;
        color: #333;
        font-size: 14px;
        display: block;
        margin-top: 20px;
        font-weight: bold;
    }
    .secnavdropcontentitem_item {
        margin-bottom: 45px;
    }
    .secnavdropcontentitem_item strong {
        display: block;
        color: #1d1d1d;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .secnavdropcontentitem_item a {
        display: block;
        font-size: 12px;
        margin-bottom: 10px;
        color: #1d1d1d;
    }
    .mbhead {
        display: none;
    }
    .mbsou {
        display: none;
    }
    .mbcover {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .sep {
        height: 133px;
    }
    .indexseries {
        width: 100%;
        /*height: 700px;*/
        position: relative;
        cursor: pointer;
        z-index: 10;
    }
    .indexseries img {
        width: 100%;
        /*height: 700px;*/
        object-fit: cover;
    }
    .mbimg {
        display: none;
    }
    .s_pos {
        position: absolute;
        width: 100%;
        height: 40%;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .s_pos p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 15px;
    }
    .s_pos strong {
        display: block;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
        color: #fff;
    }
    .s_pos a {
        display: block;
        background-color: #fff;
        font-size: 15px;
        font-weight: bold;
        color: #1d1d1d;
        width: 130px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .con1 {
        padding: 80px 0;
        width: 100%;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .con1con {
        max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .con1conitem {
        flex: 1;
        padding: 0 25px;
    }
    .con1conitem strong {
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .con1conitem p {
        font-size: 14px;
        color: #767676;
        margin-bottom: 10px;
    }
    .con1conitem input {
        border: none;
        border-bottom: 1px solid #ccc;
        display: block;
        height: 40px;
        outline: none;
        width: 100%;
    }
    .botsep {
        margin-bottom: 100vh;
    }
    .foot {
        position: fixed;
        top: 133px;
        left: 0;
        width: 100%;
        height: calc(100% - 133px);
        z-index: 1;
        background-color: #000000;
        padding-top: 85px;
    }
    .footer {
        max-width: 1350px;
        margin: 0 auto;
    }
    .blogo img {
        height: 50px;
        display: block;
        margin: 0 auto;
        margin-bottom: 115px;
    }
    .footer ul {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
        border-bottom: 1px solid #333333;
    }
    .footer ul li {
        flex: 1;
        padding: 0 25px;
    }
    .footer ul li strong {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer ul li a {
        display: block;
        color: #9b9b9b;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .copy {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 30px;
    }
    .filter {
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #ececec;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .filtercon {
        max-width: 1350px;
        margin: 0 auto;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .filtercon span {
        font-weight: bold;
        font-size: 16px;
        margin-left: 20px;
    }
    .sx {
        cursor: pointer;
    }
    .sxcover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .sxtc {
        width: 30%;
        position: fixed;
        top: 0;
        left: -40%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        padding: 50px;
        transition: all ease 0.3s;
        overflow-y:scroll;
    }
    .closesx {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .showsx {
        left: 0 !important;
    }
    .sxtc ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #ececec;
    }
    .sxtc ul li i {
        font-size: 20px !important;
    }
    .sxropitem {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .sxropitem span {
        display: block;
        margin-left: 10px;
        user-select: none;
    }
    .sxrop {
        display: none;
    }
    .sxarr {
        transition: all ease 0.3s;
        cursor: pointer;
    }
    .rrr1 {
        transform: rotate(180deg);
    }
    .pro {
        width: 100%;
        background-color: #fdf6f2;
        position: relative;
        z-index: 10;
        padding: 50px 0;
    }
    .procon {
        max-width: 1350px;
        margin: 0 auto;
    }
    .proitle {
        margin-bottom: 75px;
    }
    .proitle strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 30px;
    }
    .proitle p {
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }
    .prolist {
        display: flex;
        flex-wrap: wrap;
    }
    .prolist li {
        width: calc(100% / 3);
        margin-bottom: 30px;
        padding: 15px 30px;
    }
    .prolist li img {
        width: 100%;
        height:400px;
        object-fit:contain;
    }
    .p_title {
        color: #1d1d1d;
        font-size: 15px;
        display: block;
        margin-top: 10px;
        font-weight: bold;
    }
    .prodetail {
        width: 100%;
        padding: 50px 0;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .prodetailcon {
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .prodetailconleft {
        width: 48%;
    }
    .prodetailconright {
        width: 48%;
    }
    .prodetailconleft .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .prodetailconleft .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .prodetailconleft .mySwiper2 {
        width: 100%;
    }
    .prodetailconleft .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .prodetailconleft .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .prodetailconleft .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .prodetailconleft .swiper-slide img {
        display: block;
        width: 100%;
    }
    .prodetailconright strong {
        display: block;
        color: #1d1d1d;
        font-size: 25px;
        padding-bottom: 10px;
        border-bottom: 4px solid #1d1d1d;
        margin-bottom: 15px;
    }
    .sugges {
        width: 100%;
        padding: 50px 0;
        background-color: #fff;
        position: relative;
        z-index: 10;
    }
    .suggescon {
        max-width: 1000px;
        margin: 0 auto;
    }
    .suggescon strong {
        display: block;
        text-align: center;
        color: #1d1d1d;
        font-size: 30px;
        margin-bottom: 45px;
    }
    .mySwiperdt {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiperdt img {
        width: 100%;
    }
    .name {
        font-size: 15px;
        font-weight: bold;
        color: #1d1d1d;
        display: block;
        padding: 10px 0;
    }
    .rela {
        width: 100%;
        padding: 0 8%;
        background-color: #000000;
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
    }
    .relaleft {
        width: 50%;
    }
    .relaleft img {
        width: 100%;
    }
    .relaright {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .relaright strong {
        display: block;
        font-size: 25px;
        color: #fff;
        margin-bottom: 25px;
    }
    .relaright p {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 25px;
    }
    .relaright a {
        display: inline-block;
        text-decoration: underline;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .rela1 {
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 100px 0;
        z-index: 10;
    }
    .rela1con {
        max-width: 1440px;
        margin: 0 auto;
    }
    .about1 {
        width: 100%;
        padding: 40px 0;
        background-color: #fff;
        position: relative;
        z-index: 10;
    }
    .about1con {
        max-width: 750px;
        margin: 0 auto;
    }
    .about1con img {
        width: 100%;
    }
    .about1con strong {
        display: block;
        text-align: center;
        color: #1d1d1d;
        font-size: 25px;
        line-height: 25px;
        padding: 35px 0;
    }
    .about1con p {
        font-size: 14px;
        color: #333;
        line-height: 25px;
        text-align: center;
    }
    .about2 {
        width: 100%;
        padding: 75px 0;
        background-color: #1d1d1d;
        position: relative;
        z-index: 10;
    }
    .about2 strong {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 55px;
        margin-bottom: 80px;
    }
    .about2con {
        max-width: 1140px;
        margin: 0 auto;
    }
    .about2swiper_out {
        position: relative;
    }
    .about2swiper {
        padding-bottom: 50px !important;
    }
    .about2swiper .swiper-pagination {
        color: #fff;
    }
    .about2swiper .swiper-pagination span {
        color: #fff;
    }
    .about2sdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about2sdivleft {
        width: 48%;
    }
    .about2sdivleft img {
        width: 100%;
    }
    .about2sdivright {
        width: 48%;
        margin-top:9%;
    }
        .about2sdivright h1 {
            margin-left: -38%;
            font-size: 80px;
            color: #fff;
        }
    .about2sdivright p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }
    .about2swiperbtnleft {
        left: -50px !important;
    }
    .about2swiperbtnright {
        right: -50px !important;
    }
    .about3 {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding: 75px 0;
    }
    .about3con {
        max-width: 1440px;
        margin: 0 auto;
    }
    .anout3mySwiper {
        width: 100%;
        padding-bottom: 70px !important;
    }
    .anout3mySwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all ease 0.4s;
    }
    .anout3mySwiperout {
        position: relative;
    }
    .anout3mySwiperright {
        right: -50px!important;
    }
    .anout3mySwiperleft {
        left: -50px !important;
    }
    .about3con .swiper-slide-active img {
        transform: scale(1.1) !important;
    }
    .anout3mySwiper p {
        font-size: 15px;
        color: #000;
        padding: 15px 0;
        text-align: center;
        padding-top: 45px;
        font-weight: bold;
    }
    .about4 {
        width: 100%;
        background-color: #1d1d1d;
        position: relative;
        z-index: 10;
        padding: 70px 0;
    }
    .about4 .apple-retail {
        margin: 30px 0;
    }
    .about4 .swiper-slide {
        text-align: center;
        padding: 0 calc((100vw - 816px) * .15);
        width: 816px;
    }
    .about4 .inner figure {
        width: 100%;
    }
    .about4 .inner figure img {
        width: 100%;
        border-radius: 6px;
    }
    .about4 .gallery-item-desc {
        width: 80%;
        text-align: left;
        display: inline-block;
        padding-top: 46px;
        opacity: 0;
        transition-duration: 1.2s;
    }
    .about4 .init .gallery-item-desc {
        opacity: 1;
    }
    .about4 .gallery-item-desc h3 {
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        color: #111;
        font-size: 20px;
    }
    .about4 .gallery-item-desc p {
        margin-top: 1em;
        color: #333;
        font-size: 15px;
    }
    .about4 .swiper-slide-prev .gallery-item-desc {
        transform: translateX(-70px);
    }
    .about4 .swiper-slide-next .gallery-item-desc {
        transform: translateX(70px);
    }
    .about4 .swiper-slide-active .gallery-item-desc {
        opacity: 1;
        transform: translateX(0);
    }
    .about4 .swiper-button-next,
    .about4 .swiper-button-prev {
        top: 40%;
        background-color: rgba(210, 210, 210, .6);
        background-size: 15px 15px;
        border-radius: 50%;
        width: 52px;
        height: 52px;
        transition: all .5s;
        outline: none;
        opacity: 0;
    }
    .about4 .mouse-hover .swiper-button-next,
    .about4 .mouse-hover .swiper-button-prev {
        opacity: 1;
    }
    .about4 .swiper-button-next:hover,
    .about4 .swiper-button-prev:hover {
        background-color: rgba(210, 210, 210, .8);
    }
    .about4 .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        right: 20px;
    }
    .about4 .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        left: 20px;
    }
    .about4 .swiper-container .swiper-button-next.swiper-button-disabled,
    .about4 .swiper-container .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }
    .typography-label {
        color: #fff !important;
        text-align: center;
        font-size: 30px !important;
    }
    .inside {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding: 100px 0;
    }
    .insidecon {
        max-width: 1340px;
        margin: 0 auto;
    }
}


/*  */

@media only screen and (max-width: 1068px) {
    .inside {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding: 30px 15px;
    }
    .insidecon {
        width: 100%;
    }
    .about4 .swiper-slide {
        padding: 0 calc((100vw - 576px) * .15);
        width: 576px;
    }
    .about4 .gallery-item-desc {
        padding-top: 41px;
    }
}

@media only screen and (max-width: 735px) {
    .about4 .swiper-slide {
        transform: scale(.9);
        padding: 0;
        width: 85vw;
        margin: 0 0;
        min-width: 272px;
    }
    .about4 .swiper-slide-active {
        transform: scale(1);
    }
    .about4 .gallery-item-desc {
        padding-top: 26px;
        width: 90%;
    }
}


/*  */

@media only screen and (max-width: 996px) {
    .about4 {
        width: 100%;
        background-color: #1d1d1d;
        position: relative;
        z-index: 10;
        padding: 70px 15px;
    }
    .about4 .apple-retail {
        margin: 30px 0;
    }
    .about4 .swiper-slide {
        text-align: center;
        padding: 0 calc((100vw - 816px) * .15);
        width: 816px;
    }
    .about4 .inner figure {
        width: 100%;
    }
    .about4 .inner figure img {
        width: 100%;
        border-radius: 6px;
    }
    .about4 .gallery-item-desc {
        width: 80%;
        text-align: left;
        display: inline-block;
        padding-top: 46px;
        opacity: 0;
        transition-duration: 1.2s;
    }
    .about4 .init .gallery-item-desc {
        opacity: 1;
    }
    .about4 .gallery-item-desc h3 {
        line-height: 1.16667;
        font-weight: 600;
        letter-spacing: .009em;
        color: #111;
        font-size: 20px;
    }
    .about4 .gallery-item-desc p {
        margin-top: 1em;
        color: #333;
        font-size: 15px;
    }
    .about4 .swiper-slide-prev .gallery-item-desc {
        transform: translateX(-70px);
    }
    .about4 .swiper-slide-next .gallery-item-desc {
        transform: translateX(70px);
    }
    .about4 .swiper-slide-active .gallery-item-desc {
        opacity: 1;
        transform: translateX(0);
    }
    .about4 .swiper-button-next,
    .about4 .swiper-button-prev {
        top: 40%;
        background-color: rgba(210, 210, 210, .6);
        background-size: 15px 15px;
        border-radius: 50%;
        width: 52px;
        height: 52px;
        transition: all .5s;
        outline: none;
        /* opacity: 0; */
    }
    .about4 .mouse-hover .swiper-button-next,
    .about4 .mouse-hover .swiper-button-prev {
        opacity: 1;
    }
    .about4 .swiper-button-next:hover,
    .about4 .swiper-button-prev:hover {
        background-color: rgba(210, 210, 210, .8);
    }
    .about4 .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        right: 20px;
    }
    .about4 .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        left: 20px;
    }
    .about4 .swiper-container .swiper-button-next.swiper-button-disabled,
    .about4 .swiper-container .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }
    .typography-label {
        color: #fff !important;
        text-align: center;
        font-size: 18px !important;
    }
    .anout3mySwiper p {
        font-size: 15px;
        color: #000;
        padding: 15px 0;
        text-align: center;
        padding-top: 45px;
        font-weight: bold;
    }
    .about3 {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding: 40px 15px;
    }
    .about3con {
        width: 100%;
        margin: 0 auto;
    }
    .anout3mySwiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .anout3mySwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all ease 0.4s;
    }
    .anout3mySwiperout {
        position: relative;
    }
    .about3con .swiper-slide-active img {
        transform: scale(1.1) !important;
    }
    .about2 {
        width: 100%;
        padding: 40px 15px;
        background-color: #1d1d1d;
        position: relative;
        z-index: 10;
    }
    .about2 strong {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 35px;
        margin-bottom: 30px;
    }
    .about2con {
        margin: 0 auto;
    }
    .about2swiper_out {
        position: relative;
    }
    .about2swiper {
        padding-bottom: 30px !important;
    }
    .about2swiper .swiper-pagination {
        color: #fff;
    }
    .about2swiper .swiper-pagination span {
        color: #fff;
    }
    .about2sdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about2sdivleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .about2sdivleft img {
        width: 100%;
    }
    .about2sdivright {
        width: 100%;
    }
    .about2sdivright h1 {
        font-size: 30px;
        color: #fff;
    }
    .about2sdivright p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }
    .about2swiperbtnleft {
        left: 0px !important;
    }
    .about2swiperbtnright {
        right: 0px !important;
    }
    .about1 {
        width: 100%;
        padding: 50px 15px;
        background-color: #fff;
        position: relative;
        z-index: 10;
    }
    .about1con {
        width: 100%;
        margin: 0 auto;
    }
    .about1con img {
        width: 100%;
    }
    .about1con strong {
        display: block;
        text-align: center;
        color: #1d1d1d;
        font-size: 25px;
        line-height: 25px;
        padding: 35px 0;
    }
    .about1con p {
        font-size: 14px;
        color: #333;
        line-height: 25px;
        text-align: center;
    }
    .rela1 {
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 50px 15px;
        z-index: 10;
    }
    .rela1con {
        width: 100%;
        margin: 0 auto;
    }
    .rela {
        width: 100%;
        padding: 30px 15px;
        background-color: #000000;
        position: relative;
        z-index: 10;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .relaleft {
        width: 100%;
    }
    .relaleft img {
        width: 100%;
    }
    .relaright {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .relaright strong {
        display: block;
        font-size: 25px;
        color: #fff;
        margin-bottom: 25px;
    }
    .relaright p {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 25px;
    }
    .relaright a {
        display: inline-block;
        text-decoration: underline;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .sugges {
        width: 100%;
        padding: 50px 15px;
        background-color: #fff;
        position: relative;
        z-index: 10;
    }
    .suggescon {
        width: 100%;
        margin: 0 auto;
    }
    .suggescon strong {
        display: block;
        text-align: center;
        color: #1d1d1d;
        font-size: 30px;
        margin-bottom: 45px;
    }
    .mySwiperdt {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiperdt img {
        width: 100%;
    }
    .name {
        font-size: 15px;
        font-weight: bold;
        color: #1d1d1d;
        display: block;
        padding: 10px 0;
    }
    .prodetail {
        width: 100%;
        padding: 30px 15px;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .prodetailcon {
        flex-wrap: wrap;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .prodetailconleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .prodetailconright {
        width: 100%;
    }
    .prodetailconleft .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .prodetailconleft .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .prodetailconleft .mySwiper2 {
        width: 100%;
    }
    .prodetailconleft .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .prodetailconleft .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .prodetailconleft .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .prodetailconleft .swiper-slide img {
        display: block;
        width: 100%;
    }
    .prodetailconright strong {
        display: block;
        color: #1d1d1d;
        font-size: 25px;
        padding-bottom: 10px;
        border-bottom: 4px solid #1d1d1d;
        margin-bottom: 15px;
    }
    .pro {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding: 50px 15px;
    }
    .procon {
        width: 100%;
        margin: 0 auto;
    }
    .proitle {
        margin-bottom: 45px;
    }
    .proitle strong {
        display: block;
        text-align: center;
        color: #000;
        font-size: 30px;
    }
    .proitle p {
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }
    .prolist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prolist li {
        width: 48%;
        margin-bottom: 30px;
    }
    .prolist li img {
        width: 100%;
    }
    .p_title {
        color: #1d1d1d;
        font-size: 15px;
        display: block;
        margin-top: 10px;
        font-weight: bold;
    }
    .filter {
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #ececec;
        position: relative;
        z-index: 10;
        background-color: #fff;
        padding: 0 20px;
    }
    .filtercon {
        width: 100%;
        margin: 0 auto;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .filtercon span {
        font-weight: bold;
        font-size: 16px;
        margin-left: 20px;
    }
    .sx {
        cursor: pointer;
    }
    .sxcover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .sxtc {
        width: 70%;
        position: fixed;
        top: 0;
        overflow-y: scroll;
        left: -70%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        padding: 50px 15px;
        transition: all ease 0.3s;
    }
    .closesx {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .showsx {
        left: 0 !important;
    }
    .sxtc ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #ececec;
    }
    .sxtc ul li i {
        font-size: 20px !important;
    }
    .sxropitem {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .sxropitem span {
        display: block;
        margin-left: 10px;
        user-select: none;
    }
    .sxrop {
        display: none;
    }
    .sxarr {
        transition: all ease 0.3s;
        cursor: pointer;
    }
    .rrr1 {
        transform: rotate(180deg);
    }
    .botsep {
        margin-bottom: 100vh;
    }
    .foot {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        z-index: 1;
        background-color: #000000;
        padding-top: 45px;
        overflow: scroll;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    .blogo img {
        height: 50px;
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 30px;
        border-bottom: 1px solid #333333;
    }
    .footer ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer ul li strong {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer ul li a {
        display: block;
        color: #9b9b9b;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .copy {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .con1 {
        padding: 30px 15px;
        width: 100%;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .con1conitem {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 30px;
    }
    .con1conitem strong {
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .con1conitem p {
        font-size: 14px;
        color: #767676;
        margin-bottom: 10px;
    }
    .con1conitem input {
        border: none;
        border-bottom: 1px solid #ccc;
        display: block;
        height: 40px;
        outline: none;
        width: 100%;
    }
    .indexseries {
        width: 100%;
        position: relative;
        cursor: pointer;
        z-index: 10;
    }
    .indexseries img {
        width: 100%;
        object-fit: cover;
    }
    .s_pos {
        position: absolute;
        width: 100%;
        height: 40%;
        bottom: 10%;
        left: 0;
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .s_pos p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 15px;
        display:none;
    }
    .s_pos strong {
        display: block;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
        color: #fff;
    }
    .s_pos a {
        display: block;
        background-color: #fff;
        font-size: 15px;
        font-weight: bold;
        color: #1d1d1d;
        width: 130px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .pcimg {
        display: none;
    }
    .sep {
        height: 50px;
    }
    .closembnav {
        float: right;
        display: block;
        margin-bottom: 20px;
    }
    .clear {
        clear: both;
    }
    .mbnav {
        transition: all ease 0.3s;
        width: 85%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 102;
        background-color: #fff;
        overflow: scroll;
        left: -100%;
        padding: 25px 15px;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbnav ul li a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        font-weight: bold;
        color: #1d1d1d;
    }
    .ar {
        transition: all ease 0.4s;
    }
    .rrr {
        transform: rotate(90deg);
    }
    .mbdroptop {
        padding: 15px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .mbdroptop_a {
        font-size: 14px;
        font-weight: bold;
        color: #1d1d1d;
        padding: 5px 0;
        display: block;
        text-decoration: underline;
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a img {
        width: 100%;
    }
    .mbdropbot {
        padding: 20px 0;
    }
    .mbdropbotitem {
        margin-bottom: 15px;
    }
    .mbdropbotitem strong {
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .mbdropbotitem a {
        display: block;
        font-size: 13px;
        color: #333;
        margin-bottom: 10px;
    }
    .shownav {
        left: 0 !important;
    }
    .mbcover {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 100;
    }
    .mbsou {
        padding: 10px;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 99;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: none;
    }
    .mbsoucon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbsoucon input {
        width: 80%;
        height: 40px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #ccc;
    }
    .mbsoucon a {
        display: block;
        border: 1px solid #ccc;
        color: #1d1d1d;
        border-left: 0;
        flex: 1;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .mbhead {
        display: flex;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        padding: 0 15px;
        align-items: center;
        justify-content: space-between;
    }
    .pctop {
        display: none;
    }
    .pchead {
        display: none;
    }
}