body {
    width: 100%;
    /*overflow-x: hidden;*/
}

/*手机端头部*/
.wap-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
}

.wap-head-box {
    position: relative;
    height: 60px;
}

.wap-head-box .wap-logo {
    position: absolute;
    left: 10px;
    top: 10px;
    /*width: calc(100% - 50px);*/
    height: 40px;
    text-align: center;
}
.wap-head-box .wap-lan {
    position: absolute;
    right: 60px;
    top: 13px;
    /*width: calc(100% - 50px);*/
    height: 40px;
    text-align: center;
}

.wap-head-box .wap-logo h1, .wap-head-box .wap-logo a {
    display: inline;
    font-size: 0;
}

.wap-head-box .wap-logo img {
    height: 40px;
}

.wap-nav-btn {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 20px;
}

.wap-nav-btn span, .wap-nav-btn:after, .wap-nav-btn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #000000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.wap-nav-btn span {
    margin: 7px 0;
}

.wap-nav-btn:after, .wap-nav-btn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.wap-nav-btn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.wap-nav-btn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wap-nav-btn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wap-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    padding: 0 10%;
}

.wap-menu .wap-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.wap-nav > li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.wap-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.wap-bottom-nav {
    position: fixed;
    bottom: 0;
    min-width: 320px;
    max-width: 100%;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2A4CAE;
    z-index: 92
}
.wap-bottom-nav a {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 4rem;
    font-size: 0.9rem;
    color: #fff;
}

.wap-bottom-nav a:nth-child(3) {
    background: #1760AD;
}
.wap-bottom-nav a img {
    width: 1.8rem;
}


.wap-bottom-nav li em {
    display: block;
    width: 30%;
    margin: 0 auto;
    padding-top: .5rem
}

.wap-bottom-nav li em img {
    display: block;
    width: 100%
}

.wap-bottom-nav li:nth-child(3) {
    background: #1760AD;
}

.wap-bottom-nav li:nth-child(3) a { /* color:#333 */
}

.wap-position {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width:100%;
    margin: 1rem 0;
}
.wap-position .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:1rem 1rem;
    background-image: linear-gradient(to right, #1365B1, #458D39);
    border-radius: 0.1rem;
}
.wap-position .title em {
    color: #FFF;
    font-size:1rem;
}
.wap-position .title img {
    width:1rem;
    height:0.4rem;
}
.wap-position .nav-sides {
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    overflow: hidden;
    width: 100%;
}
.wap-position .nav-sides .nav-side {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-bottom: 0.1rem solid #F6F6F6;
    width: 100%;
}
.wap-position .nav-sides .nav-side a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 1rem;
    padding: 0.8rem 0;
}
.wap-position .nav-sides .nav-side a:hover,.wap-position .nav-sides .nav-side a.on{
    color: #2a4cae;
}