body{
    padding:0px;
    margin: 0px;
    height: 100%;

}
#top-img{
    width: 100%;
    position: relative;
    text-align: center;
    overflow: auto;
    background: url("/public/mobile/images/head.jpg") center;
    background-size: cover;
    padding-top: 79%;
}
.cunav{
    border-bottom: 1px solid #f5f5f5;
    line-height: 150%;
    font-size: 0.8rem;
    padding: 10px;
}
.cunav a{
    color: #515151;
    font-size: 0.8rem;
    font-family: '微软雅黑';
    line-height: 200%;
    text-decoration: none
}
.mod-title{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 0.9rem;
    padding-bottom: 20px;
}
.box-title{
    height: 50px;
    line-height: 50px;
    background: url(./image/title_d.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.2rem;
    color: #25aaa5;
    margin-bottom: 5px;
}
.mod-main{
    padding: 20px 30px;
    overflow: hidden;
    background: #f8f8f8;
}
.main-words h2{
    font-size: 1.0rem;
    color: #000000;
    font-weight: 400;
}
.main-words h2 img{
    width: 30px;
    vertical-align: middle;
    padding-right: 5px;
}
.main-words h3{
    padding-top: 12px;
    font-size: 0.9rem;
    color: #222222;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}
.main-words h3 img{
    float: left;
    position: absolute;
    left: 0;
    width: 25px;
    vertical-align: middle;
    padding-right: 10px;
}
.main-words h3 p{
    font-size: 0.9rem;
    color: #666666;
    float: left;
    margin-left: 34px;
    margin-top: 0px;
    line-height: 150%;
    padding-left: 0px;
}
.main-words .title{
    color: #111111;
    margin-left: 34px;
}
.bot-box{
    background: #d4f6f4;
    padding: 10px 0;
    margin-bottom: 2rem;
}
.bot-title{
    color: #26baac;
    text-align: center;
    font-size: 1.2rem;
}
.bot-title li{
    background: #d4f6f4;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 1;
}
.bot-title hr{
    height: 1px;
    border: none;
    border-top: 1px solid #26baac;
    position: relative;
    top: 2px;
    z-index: 0;
    width: 90%;
    margin: 0 5%;
}
.bot-title p{
    background: #d4f6f4;
    padding: 0 4px;
    line-height: 30px;
    display: inline-block;
    clear: both;
    color: #26baac;
    text-align: center;
    font-size: 0.5rem;
    margin: 0;
    position: relative;
    top: -5px;
    z-index: 1;
}
.bot-form{
    box-shadow: 0 0 8px rgba(48, 189, 174, .5);
    border-radius: 5px;
    background: #ffffff;
    margin: 10px 20px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.text-input{
    height: 2rem;
    width: 85%;
    text-indent: 1rem;
    font-size: 0.9em;
    color: #333333;
    border: 1px solid #4abcb5;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 20px;
}
.sendcode{
    width: 23%;
    background: #4abcb5;
    color: #ffffff;
    text-align: center;
    height: 2rem;
    border: 1px solid #4abcb5;
    border-radius: 5px
}
.sub-form{
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(#58e9e0, #11a695);
    width: 60%;
    border: 0;
    font-size: 1rem;
    height: 2.2rem;
    font-family: 微软雅黑;
    margin-left: 20%;
    margin-top: 5%;
}
.img-width{
    width: 100%;
}