body,html{
    margin: 0;
    padding: 0;
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
}
*{
    -webkit-overflow-scrolling: touch;
}

.content{
    background: #ffffff !important;
    box-shadow: 0 0 10px #151e2e;
    overflow: hidden;
    position: relative;
}
body{
    background: #fffdf5
}
.headerImg{
    width: 100%;
}
.more{
    width: 0.5rem;
}
/*只针对侧栏内容部分做简单的样式*/

.ui-aside {
    line-height: 1.5em;
}

.ui-aside ul {
    border-top: 0.02rem solid #eeeeee;
}

.ui-aside li {
    line-height: 1rem;
    border-bottom: 0.02rem solid #eeeeee;
}

.ui-aside a {
    display: block;
}
.header1{
    background-image: url(../images/image/header1.png);
    background-size: 100% 100%;
    width: 100%;
    height: 10rem;
    text-align: center;
}

.user{
    padding-top: 0.2rem;
}
.headline{
    padding-top: 1.5rem;
    font-size: .5rem;
    color: #bbffec;
}
.smLine{
    width: 0.5rem;
    margin-left: 3.5rem;
    height: 0.05rem;
    margin-top: .3rem;
    margin-bottom: .1rem;
    background: #99fbe0;
    border-radius: 0.03rem;
}
.smLine2{
    width: 0.5rem;
    height: 0.05rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    background: #99fbe0;
    border-radius: 0.03rem;   
}
.headline1{
    font-size: .35rem;
    color: #ffffff;
    line-height: 1.2;
}
.headline{
    margin-bottom: .2rem;
}
.headline2{
    font-size: .28rem;
    color: #ffffff;
    line-height: 1.5;
}
.header2{
    width: 100%;
    height: 19rem;
    background-image: url(../images/image/backgroundCon.png);
    background-size: 100% 100%;
}
.title{
    text-align: center;
    padding-top: .3rem;
}
.leftLine,.CenterLine,.rightLine{
    width: 2rem;
    margin-top: -0.1rem;
}
.CenterLine{
    font-size: .4rem;
    padding-left: .1rem;
    padding-right: .1rem;
    color: #333333;
}
.title2{
    font-size: .53rem;
    line-height: 1.5;
    color: #333333;
}
.title2Con{
    font-size: .24rem;
    color: #666666;
    line-height: 1.6;
}
.iconConTitle{
    width: 33.33%;
}
.iconConTitle>span{
    font-size: .2rem;
}
.iconConTitle>div{
    font-size: .2rem;
    width: 0.9rem;
    margin-top: 0.05rem;
}
.ViewCon{
    background: #51d1c6;
    color: white;
    border-radius: .3rem;
    padding: .1rem 0;
    margin-top: 0.2rem;
    width: 1.5rem;
    font-size: .2rem;
    text-align: center;
}
.iconConTitle2{
    height: 0.5rem;
    width: 50% !important;
}
.butCon{
    float: left;
    box-shadow: 0 0 .1rem #b5faf4;
    width: 3.35rem;
    margin: .2rem;
    padding: .3rem 0;
    border-radius: .1rem;
    height: 2rem;
}
.butCon>img{
    width: 1rem;
    height: 1rem;
    margin-bottom: .1rem;
}

.butCon:nth-child(1)>img,.iconCon1>img{
    width: 0.85rem;
    height: 0.85rem;
}
.butCon:nth-child(2)>img,.iconCon2>img{
    width: 0.8rem;
    height: 0.95rem;
}
.butCon:nth-child(3)>img,.iconCon3>img{
    width: 0.8rem;
    height: 0.8rem;
}
.butCon:nth-child(4)>img,.iconCon4>img{
    width: 0.8rem;
    height: 0.8rem;
}
.foot{
    background: #252a2f;
    width: 100%;
    color: white;
    
}
.lianxi{
    font-size: .24rem;
    line-height: 2.5;
}
.footerBtn{
    font-size: .25rem;
    margin-top: .5rem;

}
.none{
    display: none;
}
.serveCon{
    display: none;
}
.serveImg{
    width: 0.6rem;
}