.my-btn-box{
    position: relative;
    width: 140px;
    border: 2px solid var(--clenq-base);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    /* background-color: white; */
    transition: all .4s !important;
    cursor: pointer;

    .my-title{
        font-size: 13px;
        display: inline-block;
        color: var(--clenq-base);
        line-height: 45px;
        vertical-align: middle;
        margin-left: 20px;
        min-width: 52px;
    }

    .my-img {
        transform: scale(1) !important;
        display: inline-block !important;
        width: 30px !important;
        height: 30px !important;
        position: relative;
        right: -17px;
        background-image: url(../images/arrows-white.png);
        background-color: var(--clenq-base);
        border-radius: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }

    .my-img-slider {
        transform: scale(1) !important;
        display: inline-block !important;
        width: 30px !important;
        height: 30px !important;
        position: relative;
        right: -17px;
        background-image: url(../images/arrows-white.png);
        background-color: rgba(158, 158, 158, 0.3);
        border-radius: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }
}
  
.my-btn-box:hover {
    background-color: var(--clenq-base);
    border: 2px solid white;
    .my-title{
        color: white;
    }
    .my-img{
        background-image: url(../images/arrows-blue.png);
        background-color: white;
    }
}

.my-btn-box2 {
    position: absolute;
    left: 49.5%;      
	transform:translate(-50%, 0);
    width: 140px;
    border: 2px solid var(--clenq-base);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    /* background-color: white; */
    transition: all .4s !important;
    cursor: pointer;

    .my-title {
        font-size: 13px;
        display: inline-block;
        color: var(--clenq-base);
        line-height: 45px;
        vertical-align: middle;
        margin-left: 20px;
        min-width: 52px;
    }

    .my-img {
        transform: scale(1) !important;
        display: inline-block !important;
        width: 30px !important;
        height: 30px !important;
        position: relative;
        right: -17px;
        background-image: url(../images/arrows-white.png);
        background-color: var(--clenq-base);
        border-radius: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }

    .my-img-slider {
        transform: scale(1) !important;
        display: inline-block !important;
        width: 30px !important;
        height: 30px !important;
        position: relative;
        right: -17px;
        background-image: url(../images/arrows-white.png);
        background-color: rgba(158, 158, 158, 0.3);
        border-radius: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }
}
  
.my-btn-box2:hover {
    background-color: var(--clenq-base);
    border: 2px solid white;
    .my-title{
        color: white;
    }
    .my-img{
        background-image: url(../images/arrows-blue.png);
        background-color: white;
    }
}

.my-swiper-title-back {
    text-align: center;
    word-wrap: break-word;
    color: #dcdddd;
    font-size: 70px;
    font-weight: black !important;
    margin-bottom: 0px;
    opacity: 0.5;
}

.my-swiper-title{
    text-align: center;
    /* word-wrap: break-word; */
    color: var(--clenq-base);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.my-swiper-box{
    position: relative;
    width: 730px;
    margin: 50px 30px 20px 30px;
    border-bottom: 1px solid #999999 !important;
    padding-bottom: 30px;

    .my-time{ 
        text-align: center;
        background-color: var(--clenq-base);
        border-radius: 8px;
        display: inline-block;
        width: 80px;
        height: 80px;
        color: white;
        padding: 15px;
        margin-top: 10px;
        .my-time-img{
            background-image: url(../images/index/time.png);
            background-size: cover;
            height: 100%;
            height: 100%;
        }
        .my-day{
            font-size: 30px;
        }
    }
    .my-content{
        position: absolute;
        display: inline-block;
        line-height: 25px;
        margin-left: 20px;
        .my-big-title{
            line-height: 40px;
            font-size: 20px;
            color: var(--clenq-base);
        }
        .my-smell-content{
            font-size: 15px;
            color: #999999;
        }
    }
}
/* 产品推荐轮播按钮 */
.swiper {
    margin: 10px 0 10px -370px;
    width: 1920px;
    height: 450px;
    overflow: visible !important;
}
.swiper .swiper-wrapper .swiper-slide {
    width: 800px;
    border-radius: 20px;
    margin: 0 80px;
}
.swiper .swiper-wrapper .swiper-slide-active {
    width: 800px;
}
.swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    transition: .5s ease;
    transform: scale(1);
    cursor: pointer;
}
.swiper .swiper-wrapper .swiper-slide-prev img {
    height: 414px !important;
}

.swiper .swiper-wrapper .swiper-slide-next img {
    height: 414px !important;
}
.swiper .swiper-wrapper .swiper-slide-prev {
    margin-top: 80px;
    height: 414px !important;
}
.swiper .swiper-wrapper .swiper-slide-next {
    margin-top: 80px;
    height: 414px !important;
}
.check-detail{margin: 30px 0 0 320px;}
.swiper-pagination { bottom: -70px !important; }
.swiper-button-prev{
    top: 290px;
    left: 470px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 3px solid #ccc;
    background: rgb(255, 255, 255, 0.2);
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.swiper-button-prev::after{
    font-size: 0px;
}
.swiper-button-prev i{
    color: #999999;
    font-size: 20px;
    line-height: 40px;
}
.swiper-button-prev:hover {
    background-color: var(--clenq-black);
    border: 3px solid var(--clenq-base);
}
.swiper-button-prev:hover i {
    color: #fff;
}
.swiper-button-next{
    top: 290px;
    right: 470px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 3px solid #ccc;
    background: rgb(255, 255, 255, 0.2);
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.swiper-button-next::after {
    font-size: 0px;
}
.swiper-button-next i {
    color: #999999;
    font-size: 20px;
    line-height: 40px;
}
.swiper-button-next:hover {
    background-color: var(--clenq-black);
    border: 3px solid var(--clenq-base);
}

.swiper-button-next:hover i {
    color: #fff;
}
@media only screen and (max-width:750px){
    .my-swiper-box{
        position: relative;
        width: 100%;
        margin: 50px 0px 20px 0px;
        border-bottom: 1px solid #999999 !important;
        padding-bottom: 30px;
    
        .my-time{
            text-align: center;
            background-color: var(--clenq-base);
            border-radius: 8px;
            display: inline-block;
            width: 80px;
            height: 80px;
            color: white;
            padding: 20px;
            margin-top: 10px;
            .my-time-img{
                background-image: url(../images/index/time.png);
                background-size: cover;
                height: 100%;
                height: 100%;
            }
            .my-day{
                font-size: 30px;
            }
        }
        .my-content{
            position: absolute;
            display: inline-block;
            line-height: 25px;
            margin-left: 20px;
            .my-big-title{
                line-height: 40px;
                font-size: 15px;
                color: var(--clenq-base);
            }
            .my-smell-content{
                font-size: 15px;
                color: #999999;
            }
        }
    }
    .check-detail{margin: 30px 0 0 25%;}
    .swiper {
        margin: 0px 0 0px 0px;
        width: 100%;
        height: 200px;
        overflow: visible !important;
    }
    .swiper .swiper-wrapper .swiper-slide {
        width: 70%;
        border-radius: 20px;
        margin: 0 80px;
    }
    .swiper .swiper-wrapper .swiper-slide-active {
        width: 70%;
    }
    .swiper .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 200px;
        border-radius: 20px;
        transition: .5s ease;
        transform: scale(1);
    }
    .swiper .swiper-wrapper .swiper-slide-prev img {
        height: 200px !important;
    }
    .swiper .swiper-wrapper .swiper-slide-next img {
        height: 200px !important;
    }
    .swiper .swiper-wrapper .swiper-slide-prev {
        margin-top: 80px;
        height: 200px !important;
    }
    .swiper .swiper-wrapper .swiper-slide-next {
        margin-top: 80px;
        height: 200px !important;
    }
    .swiper-pagination {
        bottom: -70px !important;
    }
    .swiper-button-prev{
        top: 170px;
        left: 0px;
        display: inline-block;
        width: 45px;
        height: 45px;
        border: 3px solid #ccc;
        background: rgb(255, 255, 255, 0.2);
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
    .swiper-button-next{
        top: 170px;
        right: 0px;
        display: inline-block;
        width: 45px;
        height: 45px;
        border: 3px solid #ccc;
        background: rgb(255, 255, 255, 0.2);
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
}

.swiper .swiper-wrapper .swiper-slide img:hover {
    transform: scale(1.02);
    /*这里是放大的倍数*/
    transition: all 0.5s ease-in-out;
    /*这里是放大过程的时间和方式*/
}
.swiper .swiper-wrapper .swiper-slide .my-display {
    display: block;
}
.swiper .swiper-wrapper .swiper-slide-prev .my-display {
    display: none;
}
.swiper .swiper-wrapper .swiper-slide-next .my-display {
    display: none;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-horizontal {
    margin-left: -130px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--clenq-base);
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 21px;
    height: 12px;
    background: #e75230;
    border-radius: 6px;
}
.my-bullet-active {
    transition: width 0.5s;
    width: 25px !important;
    height: 12px !important;
    border-radius: 6px;
    background: var(--clenq-base);
    opacity: 1;
}

/* 合作商 */
.logo-swiper {
    margin: 0px 0 0 -150px;
    width: 1920px;
    height: 200px;
    overflow: visible !important;
}

.my-search{
    top: 15px; position: absolute; right: -60px; display: inline-flex;
}
.my-search .my-search-but{
    display: inline-block; margin: 0 10px; color: white;
}
.my-search .my-search-but span{
    color: white;
}
.my-search .my-search-but span:hover{
    color: var(--clenq-black);
}
.my-search .my-search-but .icon-language{
    background-image: url(../images/index/ce.png);width: 21px; height: 20px; position: absolute; background-size: cover; margin-top: 10%;
}
.my-search .my-search-but .icon-language-en{
    background-image: url(../images/index/ec.png);width: 21px; height: 20px; position: absolute; background-size: cover; margin-top: 10%;
}
@media only screen and (max-width:750px){
    .my-search .my-search-but .icon-language{background-image: url(../images/index/ce.png);width: 21px; height: 20px; position: absolute; background-size: cover; margin-top: 6%; margin-left: -7px;}
    .my-search .my-search-but .icon-language-en{background-image: url(../images/index/ec.png); width: 21px; height: 20px; position: absolute; background-size: cover; margin-top: 6%; margin-left: -7px;}
}
.my-search-box{
    position: absolute;
    width: 320px;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    height: 26px;
}
.my-search_popup{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 60px;
    background: white;
    border: 1px #ccc solid;
}
.my-search_popup input{
    width: 300px;
    height: 100%;
    padding: 0 50px 0 20px;
    border: 0px;
    font-size: 15px;
}
.my-search_popup span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
.hide{
    display:none;
}
.show{
    display:block;
}

@media only screen and (max-width:750px){
    .logo-swiper {
        margin: 0px 0 0 0px;
        height: 350px;
        width: 370px;
        overflow: visible !important;
    }
    .my-search{
        top: 20px; position: absolute; right: 60px;
    }
    .my-search-box{
        position: absolute;
        width: 320px;
        margin: 0 auto;
        position: absolute;
        top: 50px;
        transform: translateX(-82%);
        /* display: none; */
        height: 26px;
    }
}

