body{ font-size:12px;font-family: 'Microsoft Yahei';}
*{ padding:0; margin:0;}
a{ color:#000; text-decoration:none;font-family: 'Microsoft Yahei';}
a img{ border:none;}
img{ display:block;font-family: 'Microsoft Yahei';}
.clearfix:after{ display:block; content:''; clear:both;}

.wrap img{
    width: 100%;
    height: 100%;
}
.top{
    padding: 15px 35px;
    line-height: 52px;
    position: fixed;
    top:0;
    width: 100%;
    box-sizing: border-box;
}
.white{
    background: #fff;
}
.top .logo{
    width: 206px;
    height: 45px;
    float: left;
    background: url(/html/app/images/logo.png) no-repeat left center;
    position: relative;
    top:5px;
}
.top .home-page{
    float: left;
    font-size: 18px;
    color: #2d2d2d;
    margin-left: 50px;
}
.top .back{
    float: right;
    width: 160px;
    height:52px;
    text-align: center;
    background: #fb7b75;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}