
/*头部*/
.header-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header-info .header-info-item .logo a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    /*font-family: "Poppins", sans-serif;*/
}
/*顶部*/
.first-margin-top {
    margin-top: 80px;
}

/*产品*/
.flaticon-pumpkin-img {
    width: 70px;
    margin: 10px auto;
}
.features-dot img {
    width: 500px;
    height: 253px;
}
/**/
.features-counter-area-img {
    width: 60px;
    position: absolute;
    left: 0;
    top: -28px;
}

@media (max-width: 767px) {
    .features-counter-area-img {
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-counter-area-img {
        left: 0;
        top: -14px;
        transform: translateX(0);
    }
}

/*底部*/
.footer-content-info {
    color: #bbbbbb;
    padding-right: 100px;
    padding-top: 24px;
    padding-bottom: 23px;
}
.footer-content-info div {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .header-info .header-info-item .logo a {
        font-size: 12px;
    }
}

.after-sale-icon {
    width: 120px;
}

.product-one .title {
    font-size: 40px!important;
    line-height: 40px!important;
}

.product-one .text {
    font-size: 18px!important;
}
