body{
    background-color: #dfe8fc;
    background-color: #fff;
}
.l_main.lp_ouenkin{
    padding-bottom: 60px;
}
.l_container{
    width: 100%;
    max-width: 550px;
    margin: auto;
}
.cl-red{
    color: #FC5C5C;
    font-weight: bold;
}
.about h2{
    font-size: 27px;
}
.about-box{
    padding: 25px;
    background-color: #fff5f6;
    border-radius: 20px;
    margin: 0 20px;
}
.about-box img{
    display: block;
    max-width: 198px;
    margin: 0 auto 20px;
}
.about-box h3{
    text-align:  center;
    background-color: #FC5C5C;
    color: #fff;
    border-radius: 20px;
    padding: 20px 22px;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
}
.about-box h3 span{
    font-size: 23px;
}
.about-box h3:after{
    display: inline-block;
    content: "";
    background-image: url(/images/guide/ouenkin/balloon.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -18px;
    right: 20%;
}
.about-box p{
    font-size: 16px;
    margin: 0 10px;
}
.sec-box{
    background-color: #fff;
    padding: 0 0 20px;
    margin: 3rem 0 1.5rem;
    border-radius: 10px;
}
.sec-box h2{
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    background-color: #FC5C5C;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
}
.sec-text{
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px;
}
.sec-box .small{
    display: inline-block;
    padding-top: 12px;
    color: #606060;
    font-weight: normal;
    padding: 0 20px;
}
.ex-box{
    background-color: #FEF7E7;
    border: 1px solid #F4BC40;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0 15px 10px;
    font-size: 13px;
    line-height: 1.6;
}
.app-image{
    overflow: hidden;
    margin-top: 30px;
}
.app-image ul li{
    max-width: 192spx;
    margin: auto;
    padding: 10px;
}
.btn-wrap{
    margin-bottom: 90px;
}
.btn-wrap .btn.btn-red{
    padding: 18px 26px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
    background-color: #FC5C5C;
    text-indent: 8px;
    -moz-box-shadow: #FB3B3B 0 -4px 0 inset;
    -webkit-box-shadow: #FB3B3B 0 -4px 0 inset;
    box-shadow: #FB3B3B 0 -4px 0 inset;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    font-size: 17px;
    color: #FC5C5C;
    opacity: 1;
    top: -1px;
}
.slide-lists li p{
    text-align: center;
    padding: 0 6px;
    line-height: 1.5;
}