@charset "UTF-8";

/* 手机（屏幕宽度小于等于 1600px） */
@media screen and (max-width: 1600px) {
    .container{
        width: 100%;
    }
}

/* 桌面电脑（屏幕宽度大于 1600px） */
@media screen and (min-width: 1600px) {
    .container{
        width: 1600px;
        margin: 0 auto;
    }

}



/*大图开始*/
.big_img{
    width: 100%;
    margin-bottom: 1.04rem;
}
.big_img img{
    width: 100%;
    object-fit: cover;
}
/*大图结束*/


/*补充大脑营养开始*/
.buchong{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
}
.buchong span{
    color: #ff4709;
}
.buchong_line{
    width: 1.79rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0 auto;
}
.buchong_img{
    width: 94%;
    margin: 0.65rem auto 1.04rem auto;
    display: block;
    object-fit: cover;
}
/*补充大脑营养结束*/

/*挪威进口开始*/
.nuo_title1{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #ff4709;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.nuo_title2{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #232323;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.nuo_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0.54rem auto;
}
.nuo_content{
    width: 94%;
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0px;
    color: #3f3f3f;
    text-align: justify;
    margin: 0 auto 0 auto;
}
.nuo_content1{
    font-weight: bold;
    margin-bottom: 0.08rem;
}
.nuo_content img{
    width: 5.14rem;
    height: 3.99rem;
    display: block;
    margin: 0.4rem auto 1rem auto!important;
}
/*挪威进口结束*/

/*提高孩子视觉发育开始*/
.shijue_title1{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #ff4709;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.shijue_title2{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #232323;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.shijue_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0.54rem auto;
}
.shijue_content{
    width: 94%;
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0px;
    color: #3f3f3f;
    text-align: justify;
    margin: 0 auto 0 auto;
}
.shijue_img_list{
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0.52rem;
    margin-bottom: 1rem;
}
.img_list{
    width: 2.72rem;
    height: 3.49rem;
    display: inline-block;
    position: relative;
    margin: 0 0.15rem 0.29rem 0.15rem;
}
.img_list img{
    width: 100%;
    height: 100%;
}
.img_list_text{
    width: 96%;
    height: 1.3rem;
    position: absolute;
    left: 3%;
    bottom: 0;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 1px;
    color: #000000;
    text-align: left;
}
/*提高孩子视觉发育结束*/

/*鱼油优势开始*/
.yu_title1{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #111111;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.yu_title1 span{
    color: #ff4709;
}
.yu_title2 span{
    color: #ff4709;
}
.yu_title2{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #111111;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
}
.shuang_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0.46rem auto;
}
.as{
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    object-fit: cover;
}
/*鱼油优势结束*/

/*提取开始*/
.tiqu{
    background: #d5d6f1;
    padding-bottom: 0.25rem;
    margin-bottom: 0.84rem;
}
.tiqu_title{
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    padding-top: 0.63rem;
}
.tiqu_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0 auto;
}
.tiqu_content{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0px;
    color: #3f3f3f;
    width: 94%;
    text-align: justify;
    margin: 0.39rem auto 0 auto;
}
.tiqu img{
    width: 94%;
    display: block;
    margin: 0.25rem auto 0 auto;
}
/*提取结束*/

/*制药公司开始*/
.zhiyao_title{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
}
.zhiyao_title_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0.48rem auto;
}
.zhiyao_text{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #3f3f3f;
    width: 94%;
    text-align: justify;
    margin: 0 auto 0.2rem auto;
}
.zhiyao_img{
    width: 100%;
    display: block;
}
/*制药公司结束*/

/*全球资源开始*/
.quan{
    width: 100%;
    background: #f5f5f5;
}
.quan_title{
    font-size: 0.36rem;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    padding-top: 0.5rem;
    font-family: MicrosoftYaHei;
}
.quan_dec{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #3f3f3f;
    width: 94%;
    margin: 0.21rem auto 0 auto;
    font-family: MicrosoftYaHeiLight;
    text-align: justify;
}
.quan img{
    width: 100%;
}
.quan_bottom{
    width: 100%;
    height: 2.1rem;
}
.quan_bottom img{
    width: 100%;
    height: 100%;
}
.quan_title_line{
    width: 1.07rem;
    height: 2px;
    background-color: #ff4709;
    margin: 0.1rem auto 0.48rem auto;
}
/*全球资源结束*/

/*轮播证书展示开始*/
.zshu{
    width: 94%;
    height: 2.65rem;
    margin: 0 auto;
    padding-top: 0.6rem;
}
/*轮播证书展示结束*/

/*在线订购开始*/
.buy{
    width: 100%;
    height: 5.65rem;
    background: #ffdace;
    text-align: center;
}
.buy_title{
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #000000;
    padding-top: 0.4rem;
}
.buy_dec{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    padding-top: 0.16rem;
    text-align: center;
}
.buy_content{
    text-align: center;
    font-size: 0;
}
.buy_list{
    width: 1.86rem;
    height: 3.73rem;
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
    margin: 0.36rem 0.1rem 0 0.1rem;
}
.buy_list_title{
    margin: 0.19rem auto 0 auto;
    width: 1.14rem;
    height: 0.24rem;
    line-height: 0.24rem;
    background-color: #ff4709;
    text-align: center;
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}
.buy_list_img{
    width: 1.53rem;
    height: 1.53rem;
    background-color: #e1e0e0;
    /*overflow: hidden;*/
    border-radius: 50%;
    margin: 0.27rem auto 0 auto;
}
.buy_list_img img{
    width: 100%;
    height: 100%;
}
.but_time{
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #030303;
    margin: 0.05rem;
}
.high_price{
    font-family: MicrosoftYaHei;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5c5b5b;
    margin-top: 0.14rem;
    text-decoration:line-through #ff4709 solid
}
.more_price{
    font-family: MicrosoftYaHei;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5c5b5b;
}
.more_price span{
    color: #e40000;
    margin-left: -0.1rem;
}
.go_buy{
    display: block;
    width: 1.1rem;
    height: 0.27rem;
    line-height: 0.27rem;
    background-color: #fc8d07;
    border-radius: 0.09rem;
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    margin: 0.08rem auto 0 auto;
}
/*在线订购结束*/

/*底部开始*/
.bottom{
    width: 100%;
    background-color: #1e559b;
}
.bottom_list{
    width: 100%;
    height: 0.52rem;
    line-height: 0.52rem;
    font-family: SimHei;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #8faacd;
}
.bottom_list span{
    margin-left: 0.33rem;
}
.bottom_list img{
    width: 0.14rem;
    height: 0.14rem;
    float: right;
    margin: 0.19rem 0.34rem 0 0;
}
.bottom_bottom{
    font-family: MicrosoftYaHeiLight;
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding: 0.2rem 0 0.5rem 0;
}
.xiala1{
    width: 100%;
    height: 0.75rem;
    background: #13427e;
    font-size: 0.3rem;
    display: none;
}
.xiala2{
    width: 100%;
    background: #13427e;
    text-align: center;
    display: none;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0.2rem 0;
}
.xiala3{
    width: 100%;
    height: 1.57rem;
    padding-top: 0.13rem;
    background: #13427e;
    font-size: 0.3rem;
    text-align: center;
    display: none;
}
.xiala3 p{
    font-family: SimHei;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0.03rem;
    text-align: center;
    padding-bottom: 0.16rem;
}
.xiala3 img{
    width: 1.1rem;
    height: 1.1rem;
}
.xiala1_content1{
    display: inline-block;
    padding-top: 0.14rem;
}
.xiala1_content1 img{
    width: 0.41rem;
    height: 0.41rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.03rem;
    margin-right: 0.05rem;
}
.xiala1_content1_text{
    display: inline-block;
    vertical-align: top;
    font-family: SimHei;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
/*底部结束*/


















