.conWrap {
    background-color: #fff;
}
/*top*/
.top {
    max-width: 640px;
    position: relative;
}
.top img {
    width: 100%;
}
.top a img {
    width: 28px;
    display: block;
}
.top a {
    display: inline-block;
    top: 15px;
    z-index: 5;
}
.top .icon-left {
    left: 15px;
}
.top .icon-right {
    right: 15px;
}
/*nav*/
.nav,.nav-con{
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.nav h3 {
    line-height: 50px;
    font-size: 18px;
    color: #494949;
}
.nav-con del {
    font-size: 10px;
    color: #ffffff;
    background-color: #f7c65c;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 20px;
}
.nav-con b {
    font-weight: 400;
    font-size: 13px;
    color: #999;
    margin-right: 20px;
}
.nav-con img {
    height: 12px;
    margin: 0 5px;
}
.nav-con span {
    font-size: 10px;
    color: #c5c5c5;
    vertical-align: top;
    display: inline-block;
    line-height: 20px;
}
/*con*/
.con {
    padding: 20px 15px;
    margin-bottom: 50px;
}
.con p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
/*bottom*/
/*.bottom {*/
/*    height: 50px;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    max-width: 640px;*/
/*    background-color: #fff;*/
/*    border-top: 1px solid #fafafa;*/
/*    padding: 0 15px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.bottom li a {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*}*/
/*.bottom li {*/
/*    float: left;*/
/*    box-sizing: border-box;*/
/*    width: 20%;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*}*/
/*.bottom img {*/
/*    width: 15px;*/
/*}*/
/*.bottom li{*/
/*    font-size: 12px;*/
/*    line-height: 20px;*/
/*    color: #999;*/
/*}*/
/*.bottom li:first-child {*/
/*    width: 50%;*/
/*    position: relative;*/
/*}*/
/*.bottom li:first-child img {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 10px;*/
/*}*/
/*.bottom li:first-child input{*/
/*    height: 30px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    border-radius: 30px;*/
/*    background-color: #efefef;*/
/*    padding-left: 22%;*/
/*    margin-top: 10px;*/
/*}*/
/*.bottom li:last-child {*/
/*    width: 10%;*/
/*}*/
/*.bottom span {*/
/*    margin-left: 5px;*/
/*    vertical-align: top;*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*}*/