/*轮播图*/
.swiper-container{
    width: 100%;
    /*background-color: #bfa;*/
}
.swiper-container img{
    width: 100%;
}
.swiper-container .swiper-pagination{
    bottom: 1rem;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 2.8125rem;
    height: 0.125rem;
    border-radius: 0.0625rem;
    background: #fff;
    opacity: 0.6;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #009fdd;
}
.about{
    color: #333;
}
.about .youPin{
    height:10rem;
    background: url("https://cdn2.picooc.com/web/res/www/en/wap/image/index/youPin.png") no-repeat;
    background-size: cover;
}
.about .fatBurn{
    height:10rem;
    background: url("https://cdn2.picooc.com/web/res/www/kr/image/index/center_1.png") no-repeat;
    background-size: cover;
}
.about .yuJiaDian{
    height:11.09375rem;
    background: url("https://cdn2.picooc.com/web/res/www/kr/image/index/right_1.png") no-repeat;
    background-size: cover;
}
.about .text{
    padding-top:2.25rem;
    padding-left: 1.1875rem;
}
.about .text2{
    padding-top:1.875rem;
}
.about .text2 .p1{
    opacity: .6;
}
.about .text h3{
    font-size: 1.5rem;
    /*color: #333;*/
    /*letter-spacing: -0.02rem;*/
}
.about .text .p1{
    padding-top:0.5625rem;
    font-size: 1.125rem;
    /*color: #666;*/
}
.about .text .p2{
    padding-top:0.375rem;
    font-size: 0.75rem;
    /*color: #666;*/
}
.border{
    border-bottom: 0.3125rem solid #f2f4f6;
}
.user_po{
    color: #626262;
}