* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
    background-color: #f3f3f3;
    height: 1050px;
}

a {
    text-decoration: none;
    color: #000;
}

.top {
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 3;
}

.top .back {
    width: 58px;
    height: 18px;
    position: absolute;
    top: 30px;
    left: 10px;
    background: url("https://fycoder.oss-cn-hangzhou.aliyuncs.com/web/xiyan/back.png");
    background-size: 100%;
}

.top .back a {
    display: inline-block;
    width: 29px;
    height: 18px;
    float: left;
}

.top .center {
    width: 80px;
    height: 35px;
    margin: 20px auto;
    text-align: center;
}

.top .center p:first-child {
    font-size: 20px;
    line-height: 35px;
    color: #000;
}


.top .tool {
    background: url("https://fycoder.oss-cn-hangzhou.aliyuncs.com/web/xiyan/tool.png") no-repeat;
    filter: alpha(opacity=50);
    background-size: 100%;
    width: 75px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 20px;
}

.top .tool a {
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
}

.mid {
    width: 100%;
    margin-top: 70px;

}

.state {
    width: 100%;
    height: 60px;
    background-image: url(https://fycoder.oss-cn-hangzhou.aliyuncs.com/web/xiyan/13.dl/Group.png);
    background-size: cover;
}

.mid .state span:first-child {
    display: inline-block;
    line-height: 60px;
    float: left;
    margin-left: 20px;
    font-size: 15px;
}

.mid .state span:nth-child(2) {
    display: inline-block;
    line-height: 60px;
    float: right;
    margin-right: 20px;
    font-size: 15px;
}

.mid .state p {
    display: inline-block;
    line-height: 60px;
    float: right;
    margin-right: 20px;
    font-size: 15px;
}

.wl {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.wl a {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.wl .logo {
    display: inline-block;
    width: 32px;
    height: 23px;
    margin: 25px;
    background-image: url(https://fycoder.oss-cn-hangzhou.aliyuncs.com/web/xiyan/wl.png);
    background-size: cover;
    float: left;
}

.wl p {
    display: inline-block;
    line-height: 80px;

}

.wl span {
    float: right;
    margin-right: 20px;
    line-height: 80px;
    font-size: 15px;
}

.address {
    width: 100%;
    height: 80px;
    margin-top: 1px;
    background-color: #fff;
}

.address .logo {
    width: 20px;
    height: 27px;
    background-image: url(https://fycoder.oss-cn-hangzhou.aliyuncs.com/web/xiyan/address.png);
    background-size: cover;
    margin: 29px;
    float: left;
}

.address .name {
    display: inline-block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    line-height: 15px;
}

.address .phone {
    display: inline-block;
    float: right;
    margin-right: 20px;
    font-size: 15px;
    margin-top: 15px;
}

.address .detail_address {
    width: 70%;
    float: left;
    font-size: 11px;
    color: #3d3d3d;
    margin-top: 10px;
}

.mid ul {
    margin-top: 5px;
    padding-left: 20px;
    background-color: #fff;
}

.mid ul li {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #f0f0f0;
}

.mid ul li img {
    float: left;
    width: 80px;
    height: auto;
    margin: 20px 10px 20px 0;
}

.mid ul li div {
    float: left;
    width: 70%;
}

.mid ul li div p:first-child {
    font-size: 12px;
    /*float: left;*/
    margin-top: 20px;
    font-weight: bold;
}

.mid ul li div p:nth-child(2) {
    height: 30px;
    line-height: 30px;
    /*float: left;*/
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.mid ul li div p:nth-child(3) {
    /*float: left;*/
    font-size: 14px;
    /*color: #666;*/
    margin-top: 10px;
}

.information {
    width: 100%;
    margin-top: 5px;
    background-color: #fff;
}

.information .num {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
}

.information p {
    font-size: 16px;
    margin: 5px 0 0 20px;
    line-height: 20px;
}

.information span {
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.information .psfs {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
}

.fee {
    width: 100%;
    height: 120px;
    margin-top: 5px;
    background-color: #fff;
    padding-top: 10px;
}

.fee p {
    font-size: 16px;
    margin:5px 0 0 20px;
}

.fee span {
    font-size: 14px;
    float: right;
    margin-right: 20px;
}
.total{
    width: 100%;
    background-color: #fff;
    height: 50px;
    margin-top: 5px;
}
.total p{
    float: right;
    margin-right: 20px;
    font-size: 16px;
    line-height: 50px;
}
.total span{
    font-size: 18px;
}
.bottom{
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.bottom .sole_after{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    float: left;
}.bottom .evaluate{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
     color: #fff;
    float: right;
}
 .bottom a{
     display: inline-block;
     width: 100%;
     height: 50px;
 }
.bottom .evaluate a{
    color: #fff;
}
