    html,
body {
    background-color: #fff;
    max-width: 780px;
    margin:0 auto;
}

body,
div,
ul,
li,
h1,
h2,
h3,
p,
header,
section,
footer {
    margin: 0;
    padding: 0;
    display: block;
    font-family: \5FAE\8F6F\96C5\9ED1;
    background: no-repeat;
}

li {
    list-style: none;
}


span {
    letter-spacing: 1px;
}

.fsong {
    font-family: \5b8b\4f53;
}

.sp1 {
    letter-spacing: 1px;
}

.sp2 {
    letter-spacing: 2px;
}

.sp3 {
    letter-spacing: 3px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pdl5{
    padding-left:5px;
}

.fb {
    font-weight: bold;
}

.f0 {
    color: #000;
}

.f3 {
    color: #333;
}

.f6 {
    color: #666;
}

.f9 {
    color: #999;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.clear-fix {
    *overflow: hidden;
    *zoom: 1;
}

.clear-fix:after {
    display: table;
    content: "";
    width: 0;
    clear: both;
}

img {
    width: 100%;
    height: auto;
}

.top {
    width: 100%;
    height: auto;
}

.til {
    position:absolute;
    top:15px;
    left:50%;
    margin-left:-75px;
    width:150px;
    height: 75px;
    color:#fff;
    text-align: center;
    line-height: 65px;
    background: url(../img/line.png) no-repeat;
    background-size: 100% auto;
}


.more {
    width: 88%;
    height: auto;
    margin: 8px auto;
    overflow: hidden;
}

.ball {
    padding:0 6px 5px 0;
    width: 36px;
    height: 48px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: url(../img/icon3.png) no-repeat;
    background-size: 100% auto;

}
.ballHuan{
    background-image: url(../img/icon1.png);
}
.ballFen{
    background-image: url(../img/icon2.png);
}
.subTil {
    margin: 5px 5px 0 47px;
    height: auto;
    line-height: 30px;
    font-weight: bold;
}

.cont {
    width: 100%;
    height: auto;
    line-height:28px;
    margin: 10px auto;
    clear:both;
}
.cont span{
    padding:0 3px 0 32px;
}

.contByNum{
    width:auto;
    margin-left:44px;
}
.contByNum span{
    padding-left:0;
}
.rct{
    position:relative;
    left:-16px;
    top:20px;
    height:0;
}

.contPic{
    width:100%;
    height:auto;
}
.contPic img{
    width:100%;
    height:auto;
}

.btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background-color: #ee245c;
}

.btm{
  margin:30px auto 90px;
}



@media screen and (max-width:380px) {
    .til {
   top:12px;
    margin-left:-65px;
    width:130px;
    height: 65px;
    line-height: 60px;
    font-size:22px;
}
    .more {
        width: 85%;
    }
    .ball {
        width: 30px;
        height: 34px;
        line-height: 30px;
    }
    .subTil {
        margin-left: 39px;
        line-height: 26px;
        padding-left: 4px;
        font-size: 14px;
    }
    .cont{
        font-size:14px;
        line-height:24px;
        
    }
    .cont span{
    padding-left:28px;
}
.rct{
    top:9px;
    left:-11px;
    }
    .btn {
        height: 48px;
        line-height: 48px;
    }

}
