body {
    max-width: 747px;
    background-color: #ebebeb;
    margin: 0 auto;
    position: relative;
}
/*head*/
.wap_home{
    padding: 44px 0 0px 0;
    overflow: hidden;
}
.wap_head {
    width: 100%;
    height: 44px;
    max-width: 747px;
    text-align: center;
    background-color: #0077ea;
    line-height: 44px;
    font-size:16px;
    color: #fff;
    font-weight: normal;
    z-index: 1030;
    position: fixed;
    top: 0;
}
.wap_head span{
    font-size:12px;
    margin-left: 4px;
    padding:0px 4px;
    color: #8cdaff;
    border:1px solid #8cdaff;
    border-radius:6px;
}
.wap_head  a {
    display: block;
    width: 30px;
    height: 44px;
}
.wap_head p{
    width: 270px;
    margin: 0 auto;
    font-size: 1.1em;
}
.wap_head a.wap_position {
    font-size: 14px;
    color: #fff;
    background-image: url(../images/wap_yfq_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}
.wap_head a.back {
    font-size: 14px;
    color: #fff;
    background-image: url(../images/wap_yfq_return.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 20px;
}
.wap_nav_more{
    position: absolute;
    top: 0px;
    right: 1%;
    width: 44px;
    height: 44px;
}
.wap_nav_more a{
    width: 44px;
    height: 44px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
    background-image: url(../images/wap_yfp_List.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 20px;
}
.wap_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    width: 136px;
    background: #0077ea;
    z-index: 1200;
}
.wap_menu .wap_menu_list {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.wap_menu .wap_menu_list a {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 1.1em;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px dashed #6bb6ff;
}
#wap_menu_bg {
    height: 812px;
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 111;
    opacity: .1;
}
/*head-end*/
.wap_main{
    width: 100%;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }
/*footer*/
.wap_footer {
    width: 100%;
    padding-top: 10px;
    max-width: 747px;
    text-align: center;
    background-color: #ffffff;
    line-height: 26px;
    font-size:0.8rem;
    color: #999999;
    border-top: 2px solid #0077ea;
}
.wap_footer>p{
    font-size: 13px;
}
.wap_footer>p>a{
    color: #999999;
}
/*footer-end*/