.p1 {

    padding: 6.25vw 0;

    text-align: center;

}



.p1 h2 {

    font-size: 2.188vw;

    margin-bottom: 2.604vw;

    font-weight: 600;

    color: #000000;

}



.p1 p {

    max-width: 42.083vw;

    margin: 0 auto;

    font-size: 0.833vw;

    color: #666666;

}



.p2 {

    padding: 0 0 6.25vw;

}



.p2 .title {

    font-size: 1.458vw;

    margin-bottom: 3.646vw;

    font-weight: 800;

    color: #161615;

}



.products .ev {
    width: calc(100% / 4);

    padding: 1.479vw 0 1.771vw;

}



.products .ev:hover {

    background: #fff;
    transition: all ease .4s;

    box-shadow: 0vw 0.52083vw 1.04167vw rgba(0, 0, 0, 0.1);

}



.products .ev .pic {

    width: 11.458vw;

    margin: 0 auto;

    position: relative;

}



.products .ev .pic img {

    width: 100%;

}



.products .ev.new .pic::before {

    content: 'New';

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    right: 100%;

    top: 0;

    width: 3.021vw;

    height: 3.021vw;

    background: #019944;

    border-radius: 50%;

    font-size: 1.146vw;

    font-family: Barmeno;

    color: #FFFFFF;

}



.products .ev .pic img {

    display: none;

}



.products .ev .pic img.on {

    display: block;

}



.products .ev .intr {

    margin-top: 3.208vw;

    padding: 0 0.677vw 0 3.281vw;

}



.products .ev .intr h2 {

    font-size: 1.275vw;

    font-weight: 400;

    color: #000000;

    transition: all ease .3s;display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}



.products .ev:hover .intr h2 {

    color: #019944;

}



.products .ev .intr h3 {

    font-size: 0.833vw;

    margin: 0.729vw 0 0;

    font-weight: 400;

    color: #666666;

}



.products .ev .intr .color b,

.p7 .right .color b {

    display: inline-block;

    width: 1.25vw;

    height: 1.25vw;

    margin-right: 0.885vw;

    border-radius: 50%;

    cursor: pointer;

    transform: translateY(0.521vw);

    transition: all ease .4s;

    opacity: 0;

    position: relative;

}



.products .ev .intr .color b::after,

.p7 .right .color b::after {

    display: block;

}



.products .ev:hover .intr .color b,

.p7 .right .color b {

    opacity: 1;

    transform: translateY(0);

}



.products .ev .intr .color b.on::after,

.p7 .right .color b.on::after {

    content: '';

    display: block;

    border-radius: 50%;

    width: 180%;

    height: 180%;

    box-shadow: 0 0 5px #999;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: -1;

}



.products .ev .intr .addCart {

    position: relative;

    user-select: none;

}



.products .ev .intr .addCart .img {

    width: 2.813vw;

    cursor: pointer;

    transition: all ease .4s;

    background: transparent;

    border: none;

    display: block;

    opacity: 0;

}





.products .ev .intr .addCart .img img {

    width: 100%;

}



.products .ev .intr .addCart .tips {

    pointer-events: none;

    position: absolute;

    right: 0;

    bottom: 4.167vw;

    font-size: 0.833vw;

    font-weight: 800;

    color: #FFFFFF;

    width: 7.292vw;

    height: 2.604vw;

    line-height: 2.604vw;

    text-align: center;

    background: #232323;

    box-shadow: 0vw 0.52083vw 1.04167vw rgba(0, 0, 0, 0.1);

    border-radius: 1.40625vw;

    opacity: 0;

    transform: translateY(0.521vw);

}



.errtips {

    font-size: 0.625vw;

    color: #FFFFFF;

    background: #232323;

    border: 1px solid #fff;

    border-radius: 1.04167vw;

    padding: 0.156vw 0.313vw;

    position: absolute;

    right: 0;

    bottom: 2.813vw;

    white-space: nowrap;

    opacity: 0;

    animation: errtips 2s ease;

}



@keyframes errtips {

    0% {

        transform: translateY(0vw);

        opacity: 1;

    }



    50% {

        transform: translateY(-1.563vw);

        opacity: 1;

    }



    100% {

        transform: translateY(-2.604vw);

        opacity: 0;

    }

}



.products .ev:hover .intr .addCart .img {

    opacity: 1;

    transform: rotate(90deg);

}



.products .ev .intr .addCart:hover .img:active {

    transform: rotate(90deg) scale(0.9);

    opacity: 0.8;

}



.products .ev .intr .addCart:hover .tips {

    transition: all ease 0.8s;

    opacity: 1;

    transform: translateY(0vw);

}



.p3 {

    width: 100%;

}



.p4 {

    padding: 6.25vw 0 5.99vw;

}



.p4 .ev {

    display: block;

    width: 23.229vw;

    margin-bottom: 2.708vw;

    position: relative;

}



.p4 .zhanwei {

    width: 23.229vw;

}



.p4 .ev .pic {

    width: 100%;

}



.p4 .ev .intr {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    padding: 4.271vw 2.083vw;

    transition: all ease .3s;

    background: rgba(0, 0, 0, 0.36);

}



.p4 .ev:hover .intr {

    background: rgba(0, 0, 0, 0.8);

}



.p4 .ev .intr h2 {

    font-size: 1.146vw;

    font-weight: 800;

    color: #FFFFFF;

}



.p5 {
    margin: 5.938vw auto 0;
    position: relative;
    opacity: 0;
    animation: shows 2s ease-in;
    animation-fill-mode: forwards;
}

@keyframes shows {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.p5 .swiper-slide {
    max-width: 200px;
}

.p5 .swiper-slide .pic {
    width: 100%;
}


.p5 .C-jt {

    position: absolute;

    top: 50%;

    z-index: 5;

    cursor: pointer;

}



.p5 .C-jt.prev {

    left: 0;

    transform: translate(-50%, -50%);

}



.p5 .C-jt.next {

    right: 0;

    transform: translate(50%, -50%) rotateY(180deg);

}


.p5 .intr {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.36);

}



.p5 p {

    font-size: 0.833vw;

    font-weight: 800;

    color: #FFFFFF;

}

.p5 .swiper-slide-active .intr {
    background: rgba(255, 255, 255, 0.56);
}

.p5 .swiper-slide-active p {
    color: #019944;
}



.p6 {

    margin-bottom: 6.25vw;

}



.p6 .pic {

    width: 50%;

}



.p6 .intr {

    width: 50%;

    padding: 0 3.958vw;

    background: #EEEEEE;

}



.p6 .intr h2 {

    font-size: 1.875vw;

    font-weight: 800;

    color: #000000;

}



.p6 .intr p {

    font-size: 0.833vw;

    max-width: 34.115vw;

    margin: 2.396vw 0 3.438vw;

    color: #666666;

}



.p6 .intr a {

    width: 14.271vw;

    height: 3.594vw;

    font-size: 0.938vw;

    color: #FFFFFF;

}



.p6 .intr a::after {

    width: 0.781vw;

    height: 0.781vw;

}



.p2 .C-paging {

    margin-top: 3.125vw;

}



.p2-detail {

    margin-top: 6.25vw;

}



.p7 {

    padding: 6.25vw 0;

}



.p7 .left {

    width: 44%;

}



.p7 .left .switch-color {

    display: none;

}



.p7 .left .switch-color.on {

    display: block;

}



.p7 .left .picgroup-big {

    width: 100%;

}




.p7 .left .picgroup-big .pic {

    width: 100%;

    display: none;

}



.p7 .left .picgroup-big .pic.on {

    display: block;

}

.p7 .left .picgroup-small {
    position: relative;
}

.p7 .left .picgroup-small .C-jt {
    position: absolute;
    top: 50%;
}

.p7 .left .picgroup-small .C-jt.prev {
    right: calc(100% + 20px);
    transform: translateY(-50%);
}

.p7 .left .picgroup-small .C-jt.next {
    left: calc(100% + 20px);
    transform: translateY(-50%) rotateY(180deg);
}

.p7 .swiper-container {
    margin-top: 1.042vw;

}



.p7 .swiper-slide {

    width: 5.833vw;

    height: 5.833vw;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

}



.p7 .swiper-slide.on {

    border: 2px solid #019944;

}



.p7 .swiper-slide img {

    width: 70%;

}



.p7 .right {

    width: 56%;

    padding-left: 6.771vw;

}



.p7 .right .title h2 {

    font-size: 2.188vw;

    color: #000000;

}



.p7 .right .title p {

    font-size: 0.938vw;

    color: #666666;

}



.p7 .right .color {

    margin: 1.927vw 0 2.448vw
}



.p7 .right dt {

    font-size: 0.938vw;

    margin-bottom: 1.563vw;

    color: #232323;

}



.p7 .right dd {

    font-size: 0.833vw;

    margin-bottom: 1em;

    color: #666666;

}



.p7 .right dd span {

    color: #009C45;

    margin-right: 0.5em;

}



.p7 .right .addCart {

    width: 10.625vw;

    height: 2.604vw;

    padding: 0 0.521vw 0 1.198vw;

    background: #222222;

    position: relative;

    margin-right: 0.781vw;

    user-select: none;

}



.p7 .right .addCart .tips {

    font-size: 0.729vw;

    color: #FFFFFF;

}



.p7 .right .addCart .img {

    width: 2.083vw;

    height: 2.083vw;

    border: none;

    background: transparent;

    transition: all ease .4s;

}



.p7 .right .addCart:hover .img {

    transform: rotate(90deg);

}



.p7 .right .addCart .img img {

    width: 100%;

}



.p7 .right .controls {

    margin-top: 1.302vw;

}



.p7 .right .shoppingLink {

    width: 7.5vw;

    height: 2.604vw;

    margin-right: 0.781vw;

    font-size: 0.8333vw;

    user-select: none;

    border: 1px solid #161615;

}



.p7 .right .shoppingLink .img {

    width: 0.938vw;

    margin-right: 0.938vw;

    transition: all ease .4s;

}



.p7 .right .shoppingLink:hover .img {

    transform: scale(1.2);

}



.p7 .right .shoppingLink .img img {

    width: 100%;

}



.p8 .title {

    display: inline-block;

    font-size: 0.938vw;

    color: #232323;

    padding-bottom: 0.6em;

    position: relative;

}



.p8 .title::after {

    content: '';

    position: absolute;

    left: 0;

    top: 100%;

    display: inline-block;

    width: 100%;

    height: 0.208vw;

    background: #019944;

}



.p8 .content {

    background: #EEEEEE;

    padding: 3.125vw 0;

}



.p8 ul {
width: 100%;
    margin-right: 5.99vw;

}



.p8 li {

    margin-bottom: 1em;

    font-size: 0.833vw;

    color: #666666;

}
.p8 li span{
    display: inline-block;
    width: 20%;
}



.search-tab {

    padding: 6.25000vw 0 4.16667vw;

}



.search-tab span {

    width: 5.46875vw;

    height: 2.60417vw;

    margin-right: 1.04167vw;

    background: #FFFFFF;

    border: 1px solid #019944;

    border-radius: 1.30208vw;

    font-size: 0.83333vw;

    color: #019944;

    transition: all ease .3s;

    cursor: pointer;

}



.search-tab span:hover {

    transform: scale(0.9);

}



.search-tab span.on {

    color: #FFFFFF;

    background: #019944;

}



.tab-content {

    display: none;

}



.tab-content.on {

    display: block;

}



/* 

*======================================================media===============================================================

*/

@media screen and (max-width:1919px) {}



@media screen and (max-width:1519px) {}



@media screen and (max-width:1366px) {}



@media screen and (max-width:1250px) {}



@media screen and (max-width:991px) {

    .p1 {

        padding: 80px 0 120px;

    }



    .p1 h2 {

        font-size: 32px;

        margin-bottom: 30px;

    }



    .p1 p {

        max-width: 808px;

        font-size: 14px;

    }



    .p2 {

        padding: 0 0 80px;

    }



    .p2 .title {

        font-size: 24px;

        margin-bottom: 30px;

    }



    .p2 .ev:nth-of-type(3) {

        display: none;

    }



    .products .ev {

        width: calc(100% / 2);

        padding: 46px 0 34px;

    }



    .products .ev:hover {

        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);

    }



    .products .ev .pic {

        width: 60%;

    }





    .products .ev.new .pic::before {

        width: 42px;

        height: 42px;

        font-size: 14px;

    }



    .products .ev .intr {

        margin-top: 46px;

        padding: 0 13px 0 33px;

    }



    .products .ev .intr h2 {

        font-size: 20px;

    }



    .products .ev .intr h3 {

        font-size: 14px;

        margin: 14px 0 0;

    }



    .products .ev .intr .controls {

        margin-top: 20px;

    }



    .products .ev .intr .color b,

    .p7 .right .color b {

        width: 24px;

        height: 24px;

        margin-right: 17px;

        opacity: 1;

        transform: translateY(0px);

    }



    .products .ev .intr .addCart .img {

        width: 40px;

        opacity: 1;

    }



    .products .ev .intr .addCart .tips {

        bottom: 60px;

        font-size: 12px;

        width: 110px;

        height: 40px;

        line-height: 40px;

        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);

        border-radius: 27px;

        transform: translateY(10px);

    }



    .errtips {

        font-size: 12px;

        border-radius: 20px;

        padding: 3px 6px;

        bottom: 34px;

    }



    .p3 {

        width: 100%;

    }



    .p4 {

        padding: 80px 0 85px;

    }



    .p4 .ev {

        width: 30%;

        margin-bottom: 52px;

    }



    .p4 .zhanwei {

        width: 30%;

    }





    .p4 .ev .intr {

        padding: 32px;

    }



    .p4 .ev .intr h2 {

        font-size: 16px;

    }



    .p5 {

        margin: 74px auto 0;

    }



    .p5 p {

        font-size: 16px;

    }



    .p6 {

        margin-bottom: 80px;

    }



    .p6 .pic {

        width: 100%;

    }



    .p6 .intr {

        width: 100%;

        padding: 40px 76px;

    }



    .p6 .intr h2 {

        font-size: 26px;

    }



    .p6 .intr p {

        font-size: 14px;

        max-width: 655px;

        margin: 26px 0 36px;

    }



    .p6 .intr a {

        width: 174px;

        height: 45px;

        font-size: 13px;

    }



    .p6 .intr a::after {

        width: 15px;

        height: 15px;

    }



    .p2 .C-paging {

        margin-top: 60px;

    }



    .p2-detail {

        margin-top: 80px;

    }



    .p7 {

        padding: 80px 0;

    }



    .p7 .left {

        width: 100%;

    }

    .p7 .left .picgroup-small .C-jt {
        display: none;
    }

    .p7 .swiper-container {

        margin-top: 20px;

    }



    .p7 .swiper-slide {

        width: 82px;

        height: 82px;

    }



    .p7 .swiper-slide.on {

        border: 2px solid #019944;

    }



    .p7 .swiper-slide img {

        width: 70%;

    }



    .p7 .right {

        width: 100%;

        margin-top: 30px;

        padding-left: 0;

    }



    .p7 .right .title h2 {

        font-size: 32px;

    }



    .p7 .right .title p {

        font-size: 16px;

    }



    .p7 .right .color {

        margin: 27px 0;

    }



    .p7 .right dt {

        font-size: 16px;

        margin-bottom: 20px;

    }



    .p7 .right dd {

        font-size: 14px;

        margin-bottom: 1em;

    }



    .p7 .right .addCart {

        width: 164px;

        height: 40px;

        padding: 0 10px 0 13px;

        margin-right: 10px;

    }



    .p7 .right .addCart .tips {

        font-size: 12px;

    }



    .p7 .right .addCart .img {

        width: 30px;

        height: 30px;

    }



    .p7 .right .controls {

        margin-top: 25px;

    }



    .p7 .right .shoppingLink {

        width: 114px;

        height: 40px;

        margin-right: 15px;

        border: 1px solid #161615;

    }



    .p7 .right .shoppingLink .img {

        width: 14px;

        margin-right: 14px;

    }



    .p8 .title {

        font-size: 16px;

    }



    .p8 .title::after {

        height: 4px;

    }



    .p8 .content {

        padding: 40px 0;

    }



    .p8 ul {

        margin-right: 115px;

    }



    .p8 li {

        margin-bottom: 1em;

        font-size: 14px;

    }


    .p8 li span{
        width: auto;
        margin-right: 1em;
    }




    .search-tab {

        padding: 60px 0 40px;

    }



    .search-tab span {

        width: 88px;

        height: 40px;

        margin-right: 15px;

        border-radius: 25px;

        font-size: 14px;

    }

}



@media screen and (max-width:768px) {

    .products .ev {

        width: 100%;

        padding: 46px 0 34px;

    }



    .p4 .ev {

        display: block;

        width: 47%;

        margin-bottom: 32px;

    }



    .p4 .zhanwei {

        width: 47%;

    }



    .products .ev .intr .color b,

    .p7 .right .color b {

        width: 20px;

        height: 20px;

    }



    .p1 h2 {

        font-size: 24px;

    }



    .p6 .intr {

        width: 100%;

        padding: 40px 36px;

    }



    .p6 .intr h2 {

        font-size: 19px;

    }



    .p6 .intr p {

        font-size: 13px;

        max-width: 655px;

        margin: 16px 0 26px;

    }



    .p6 .intr a {

        width: 134px;

        height: 40px;

        font-size: 12px;

    }





    .p7 .right .addCart {

        width: 164px;

        margin-right: calc(100% - 164px);

        margin-bottom: 20px;

    }



    .p2 .ev:nth-of-type(3) {

        display: block;

    }

}



@media screen and (max-width:480px) {

    .C-paging div a {

        font-size: 14px;

        margin: 0 18px;

    }

}