
body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

}
header{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
    background-color: #35a1e9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
    box-sizing:border-box;

}
.navbar{
    display: flex;
    align-items: center;
    color: white;
    margin: 0px 20px;
}
.swiper {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(./images/swiperbg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.swiper-wrapper{
    height: 100%;
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-image: url(./images/swiperbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    height: 80%;
    position: absolute;
    bottom: 0px;
    left: 70%;
    transform: translateX(-70%);
    /* object-fit: cover; */
}
.swiper-pagination{
    text-align: left;
    padding-left: 5%;
}


.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    background-image: url(./images/nck.png);
    border-radius: unset !important;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
    background-image: url(./images/ck.png);
}
/* PC 横屏样式 */
@media (min-width: 992px) {
    .logo{
        height: 80%;
    }
    .navbar{
        gap: 60px;
        font-weight: bold;
    }
}

/* 平板样式 */
@media (min-width: 768px) and (max-width: 991px) {
    .logo{
        /* width: 30%; */
        height: 85%;
    }
    .navbar{
        gap: 30px;
        font-weight: bold;
    }
}

/* 手机样式 */
@media (max-width: 767px) {
    .mdf{
        width: 100% !important;
        padding: 0px !important;
        max-width: 100%;
        margin: 0px;
      }
    .logo{
        width: 20%;
    }
    .navbar{
        gap: 5px;
        font-size: 12px;
        margin: 0px 10px;
    }
    .swiper-slide img{
        height: 60%;
    }
    .box-icon-classic-count{
        font-size: 13px !important;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 600;
        color: #2c8eff !important;
        line-height: 1;
    }
    .unit-body{
        font-size: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
    .col-md-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width:200px;
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }
    .col-md-2 img {
        max-width: 200px !important;
    }
    .unit-left{
        margin-left:0px !important;

    }
    .unit-left{
        display: none;
    }
    .product-figure{
        min-height: 0px !important;
    }
    .product{
        padding: 5px;
    }
    .footerdoc .justify-content-xl-between{
        flex-direction: column !important;
    }
    .footerimg{
        max-width: 100% !important;
    }
    .footerimg .col-4{
        flex: 0 0 32%;
        max-width: 32%;
    }
    .footerdoc .unit-spacing-sm{
        justify-content: center;
    }
}


.box-icon-classic-count{
    font-size: 60px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    color: #2c8eff !important;
    line-height: 1;
}
.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -25px;
}
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -10px;
	margin-left: -10px;
}
.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.box-icon-classic-title {
    margin-top: 4px;
}

.box-icon-classic-title {
	font-weight: 600;
}
.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
	color: inherit;
    letter-spacing: 1px;
    text-decoration: none;
}
.section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.section .container .row {
    display: flex;
    justify-content: space-around;
}

.section .container .row .col-md-5 .row {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    align-items: center;
    height:100%;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}
.box-icon-classic-text {
    margin-top: 10px;
}
.unit-spacing-md{
    display: flex;
}
.unit-body{
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.box-icon-classic-text{
    margin-top: 10px;
    font-size: 13px
}
.new-flavors{
    flex-wrap: wrap;
}
.new-flavors .container .row{
    flex-wrap: wrap;
}
.new-flavors .col-sm-8{
    width: 33.33%;
    max-width: 33.33%;
}
.product{
    margin: 10px;
}
.product-figure img{
    width: 100%;
    height: 100%;
}
#joinUsIframe{
    width: 100%;
    /* height: 850px !important; */
    border: none;
}
.child-carousel{
    display: flex;
    justify-content: space-around;
}
.child-carousel .item{
    cursor: pointer;
    flex: 1;
}
.slick-quote .child-carousel {
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
.companyInfo{
    background-color: #3291ff;
    padding: 10px 0px;
}
.companyInfo .container img{
    height: 50px;
}
.companyInfo .container h4{
    text-align: left;
    color: white;
}
.companyInfo .container p{
    text-align: left;
    color: white;
}
.teamcar{
    display: flex;
}
.teamcar article{
    flex: 1;
}
.footerimg{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}

.list-social-3 .icon{
    width: 21px;
    height: 21px;
    padding: 10px;
}
.footerdoc .unit-body{
    font-size: 15px !important;
    max-width: 300px;
}
.footerdoc .unit-body a{
    font-size: 15px;
}

.footerimg .col-4{
    flex: 1 1 30%;
    min-width: 0;
}

