@charset "UTF-8";
/*
 *  Author    ：--
 *  Time      ：
 *  Abstract  
 *
 */
a:focus{ outline: none; text-decoration:none; -webkit-tap-highlight-color:transparent;}
a{ color: #2196f3; text-decoration: none;-webkit-tap-highlight-color:transparent;}
em,i{ font-style: normal;}

*{ margin: 0; padding: 0; }
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body{ height: 100%; }
body{ font-size:.24rem; background: #fff; color: #333;}
body *{max-height:10000rem;}

.section1{ width: 100%; height: 5.61rem; background: url(../../images/h5/bg.png); background-size: 100% 100%; }
.bannerInfo{ padding-top: .71rem;}
.bannerInfo .logo{ margin: 0 auto; width: 1.14rem; height: 1.63rem; }
.bannerInfo .logo img{ display: block; width: 100%; height: 100%; }
.bannerInfo h2{ line-height: 1; margin-top: .5rem; font-size: .56rem; font-weight: bold; color: #333; letter-spacing: -3px; text-align: center; }
.bannerInfo .btn{ display: flex; align-items: center; justify-content: center; margin: .54rem .6rem 0;height: .9rem;background: linear-gradient(93deg,#ff8041 0%, #ff5a27 80%), #ff5a27;border-radius: .45rem; font-size: .4rem; color: #fff; }
.funBox{ padding-top: .57rem; text-align: center;}
.funBox .txt{ position: relative;}
.funBox .txt h3{ position: relative; z-index: 1; line-height: 1; font-size: .5rem; font-weight: bold; }
.funBox .txt p{ position: relative; z-index: 1; line-height: 1; font-size: .3rem; color: #666; margin-top: .2rem; }
.funBox .txt:after{ content: ""; position: absolute; top: .77rem; left: 50%; margin-left: -2.55rem; width: 2rem; height: 2rem; background: url(../../images/h5/circle.png); background-size: 100% 100%; }
.funBox img{ position: relative; z-index: 1; margin: .47rem auto 0; display: block; width: 3.8rem; height: auto;}
.section3{ background: #FFF5ED; }
.section3 .funBox .txt:after{ background: url(../../images/h5/circle1.png); background-size: 100% 100%;}
.footer{height: 1.46rem;background: #595959; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.footer p{ font-size: .18rem; line-height:.3rem; color: #999; }








