/* 泡泡 */
.paopao{
    background: url(/style/img/index/paopao.png);
    background-size: cover;
}


/* 热销产品*/
.index_hot {
    margin-top: 20px;
}

@media only screen and (min-width: 750px) {
    .index_hot {
        margin-top: 20px;
    }
}

/* 热销产品标题 */
.index_hot_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}

.index_hot_tag {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: rgba(94, 173, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(94, 173, 255);
}

.index_hot_hover {
    background: rgb(94, 173, 255);
}

.index_hot_hover h3 {
    color: #fff;
}

@media only screen and (min-width: 750px) {
    .index_hot_head {
        margin: 40px 0;
    }

    .index_hot_tag {
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }

}

/* 热销产品 */
.index_hot_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.index_hot_list ul li {
    width: 175px;
    height: 178px;
    background-color: rgba(94, 173, 255, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.index_hot_list ul li div {
    overflow: hidden;
    height: 116.5px;
    border-radius: 10px 10px 0 0;
}

.index_hot_list ul li div img {
    width: 100%;
}

.index_hot_list ul li h4 {
    height: 50px;
    margin: 5px 0;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_hot_list ul li:nth-child(3) {
    margin-top: 10px;
}

.index_hot_list ul li:nth-child(4) {
    margin-top: 10px;
}

/* @media only screen and (min-width: 414px) {
    .index_hot_list ul li {
        width: 192px;
        border-radius: 10px;
        HEIGHT: 165PX;
    }

    .index_hot_list ul li div {
        overflow: hidden;
        height: 128.15px;
    }
} */

@media only screen and (min-width: 750px) {
    .index_hot_list ul li:nth-child(3) {
        margin-top: 20px;
    }

    .index_hot_list ul li:nth-child(4) {
        margin-top: 20px;
    }

    .index_hot_list ul {
        justify-content: space-evenly;
    }

    .index_hot_list ul li {
        width: 350px;
        height: 320px;
        border-radius: 20px;
        border-radius: 20px 20px 0 0;
    }

    .index_hot_list ul li div {
        overflow: hidden;
        height: 233px;
    }
    .index_hot_list ul li h4 {
        height: 60px;
        margin: 10px 0;
   
    }
}

/* 点击按钮 */
.index_more_botton {
    width: 100%;
    margin: 25px 0;
}

.index_more_botton span {
    width: 70%;
    background-color: #fd654e;
    background-image: linear-gradient(180deg, #fd654e 0%, #f28c29 100%);
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 15px;
}

.index_more_botton span a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .index_more_botton span {
        width: 70%;
        padding: 20px 0;
        border-radius: 30px;
    }

    .index_more_botton span a {
        font-size: 32px;
        line-height: 44px;
    }
}



/* 第二部分 */
/* 热销产品标题 */
.index_product_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}

.index_product_tag {
    width: 150px;
    height: 42px;
    border-radius: 10px;
    background-color: rgba(94, 172, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(94, 173, 255);
}

.index_product_hover {
    background: rgb(94, 173, 255);
}

.index_product_hover h3 {
    color: #fff;
}

@media only screen and (min-width: 750px) {
    .index_product_head {
        margin: 40px 0;
    }

    .index_product_tag {
        width: 300px;
        height: 84px;
        border-radius: 20px;
    }

}

/* 第二部分产品 */
.index_product {
    background: url(/style/img/index/productback.jpg);
    background-size: cover;
    background-position-y: 15px;
    background-position-x: -2px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.index_product_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.index_product_list ul li {
    width: 115px;
    height: 135px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}
.index_product_list_center{
    justify-content: center !important; 
    align-items: center;
}
.index_product_list_center img{
    width: 50px;
    height: 50px;
}
@media only screen and (min-width: 750px) {
    .index_product_list_center img{
        width: 100px;
        height: 100px;
    } 
}
.index_product_list ul li:nth-child(4) {
    margin-top: 10px;
}

.index_product_list ul li:nth-child(5) {
    margin-top: 10px;
}

.index_product_list ul li:nth-child(6) {
    margin-top: 10px;
}

@media only screen and (min-width: 414px) {
    .index_product_list ul li {
        width: 126px;
        border-radius: 10px;
        HEIGHT: 148PX;
    }
}

@media only screen and (min-width: 750px) {
    .index_product {
        background-position-y: 30px;
        padding-bottom: 60px;
    }

    .index_product_list ul li {
        width: 230px;
        height: 270px;
        border-radius: 20px;
        border-radius: 20px 20px 0 0;
    }
}

/* 第三部分魔力海绵 */
.index_magic {
    margin-top: 20px;
}

.index_magic>div {
    margin: 15px auto 0 auto;
    width: 350px;
    height: 330px;
    border-radius: 20px;
    background-color: rgb(94, 173, 255, 0.3);
    /* background-color: rgba(247, 12, 12, 0.3); */
}

.index_magic>div video {
    width: 350px;
    height: 190px;
    border-radius: 20px 20px 0 0;
}

.index_magic p {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    padding: 0 2%;
}

@media only screen and (min-width: 414px) {
    .index_magic>div {
        margin: 17px auto 0 auto;
        width: 385px;
        height: 350px;
    }

    .index_magic>div video {
        width: 385px;
        height: 209px;

    }
}

@media only screen and (min-width: 750px) {
    .index_magic>div {
        margin: 30px auto 0 auto;
        width: 700px;
        height: 560px;
    }

    .index_magic>div video {
        width: 700px;
        height: 380px;

    }

    .index_magic p {
        font-size: 20px;
        line-height: 30px;
    }
}

/* 第四部分新闻 */
.index_news {
    margin: 18px 0;
}

.index_news>h4 {
    float: right;
    padding-right: 3%;
}

@media only screen and (min-width: 750px) {
    .index_news {
        margin: 36px 0;
    }
}

/* 热门新闻 */
.index_news div ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.index_news_remen {
    width: 100%;
    height: 100px;
    background: rgba(94, 173, 255, 0.1);
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: none;
}

.index_news_remen div h5 {
    /* height: 70%; */
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3%;
}

.index_news_remen div h5 a {
    color: rgb(83, 152, 229);
}

.index_news_remen span {
    display: flex;
    align-items: center;
    height: 30%;
}

.index_news_remen span img {
    width: 15px !important;
}

.index_news_remen span a {
    font-size: 12px;
    line-height: 18px;
    color: rgb(51, 51, 51);
    margin-left: 20px;
}

.index_news_remen div:nth-child(1) {
    height: 75px;
    width: 65%;
}

.index_news_remen div:nth-child(2) {
    height: 75px;
    width: 100px;
    overflow: hidden;
}

@media only screen and (min-width: 750px) {
    .index_news_remen {
        height: 200px;
    }

    .index_news_remen span a {
        font-size: 18px;
        line-height: 27px;
        color: rgb(51, 51, 51);
        margin-left: 20px;
    }

    .index_news_remen span img {
        width: 30px !important;
    }

    .index_news_remen div:nth-child(1) {
        height: 150px;
    }

    .index_news_remen div:nth-child(2) {
        height: 150px;
        width: 200px;
    }
}

/* 普通新闻 */
.index_news_news {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding: 2% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgb(102, 102, 102);
}

.index_news_news h5 {
    height: 70%;
    width: 100%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_news_news span {
    height: 30%;
    width: 100%;
    text-align: end;
}

.index_news_news span a {
    font-size: 12px;
    line-height: 18px;
    color: rgb(102, 102, 102);
    margin-right: 10px;
}

@media only screen and (min-width: 750px) {
    .index_news_news {
        height: 120px;
        margin-top: 20px;
    }

    .index_news_news span a {
        font-size: 18px;
        line-height: 24px;
        color: rgb(102, 102, 102);
        margin-right: 20px;
    }
}

/* 第五部分FAQ */
.index_faq {
    margin: 30px 0 0 0;
}

.index_faq>h4 {
    float: right;
    padding-right: 3%;
}

@media only screen and (min-width: 750px) {
    .index_faq {
        margin: 50px 0 0 0;
    }
}

.index_faq div ul li {
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(43, 147, 255,0.1);
    border-radius: 8px;
    padding: 14px 16px 10px 7px;
    height: 100px;
}

@media only screen and (min-width: 750px) {
    .index_faq div ul li {
        margin: 20px 0;
        border-radius: 16px;
        padding: 28px 32px 20px 14px;
        height: 200px;
    }
}

.index_faq_tag {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 42%;
}

.index_faq_tag img {
    width: 5%;
}

.index_faq_tag h5 {
    width: 90%;
}

.index_faq_tag h5 a {
    color: rgb(83, 152, 229);
}

.index_faq_content {
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
    margin-left: 5%;
    border-top: 1px solid rgb(244, 244, 245);
    padding-top: 2%;
}

.index_faq_content img {
    width: 5%;

}

.index_faq_content p {
    width: 93%;
    font-size: 12px;
    line-height: 14px;
}

.index_faq_content p a {
    color: #333;
}
@media only screen and (min-width: 41px) {
    .index_faq_tag h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .index_faq_content p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 750px) {
    .index_faq_content {
        border-top: 2px solid rgb(244, 244, 245);
        padding-top: 3%;
    }

    .index_faq_content p {
        width: 93%;
        font-size: 18px;
        line-height: 27px;
    }
}

