.wap {
    padding-top: 1.8rem;
}

.head {
    position: fixed;
    top: 0;
    width: 94%;
    padding: 0 3%;
    z-index: 10;
    height: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

#logo {
    width: 3.95rem;
    flex-shrink: 0;
}

/* menu start */
.menu {
    flex-shrink: 0;
    cursor: pointer;
}

.menu .Mbox {
    position: relative;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu .Mbox span {
    display: block;
    margin: 7px 0;
    width: 28px;
    height: 2px;
    background-color: #636363;

    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 1000;
}

.middle {
    width: 22px !important;
    margin-left: 6px !important;
}


.animated .icon-bar {
    z-index: 999999;
    background-color: #fff;
}

.animated .top {
    -webkit-transform: translateY(9px) rotateZ(-45deg);
    -moz-transform: translateY(9px) rotateZ(-45deg);
    -ms-transform: translateY(9px) rotateZ(-45deg);
    -o-transform: translateY(9px) rotateZ(-45deg);
    transform: translateY(9px) rotateZ(-45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-9px) rotateZ(45deg);
    -moz-transform: translateY(-9px) rotateZ(45deg);
    -ms-transform: translateY(-9px) rotateZ(45deg);
    -o-transform: translateY(-9px) rotateZ(45deg);
    transform: translateY(-9px) rotateZ(45deg);
}

.animated .middle {
    width: 0 !important;
}

.animated .icon-bar {
    z-index: 999999;
    background-color: #fff;
}

/* flex-inner */

.flex-inner {
    position: fixed;
    width: 94%;
    padding: .1rem 3%;
    z-index: 10;
    top: 1.1rem;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.flex-inner.active {
    box-shadow: 0px 5px 6px 0px rgba(233, 233, 233, 0.6);
}

.flex-inner .serch {
    width: 3rem;
    height: .5rem;
    flex-shrink: 0;
    border: .01rem solid #ffbe1d;
    padding: 0 .2rem;
    border-radius: .21rem;
}

.serch input {
    width: 100%;
    height: .5rem;
    padding: 0;
    outline: none;
    margin: 0;
    border: none;
    background: url(/wap/img/serch.png) no-repeat right center;
    background-size: .31rem .31rem;
}

.flex-inner .admin {
    display: flex;
}

.flex-inner .admin .flex {
    height: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
    border-radius: .22rem;
    border: .01rem solid #e7e8e8;
}

.flex-inner .admin .login {
    margin-right: .15rem;
}

.flex-inner .admin span {
    color: #999999;
    font-size: .26rem;
}

.flex-inner .admin img {
    width: .26rem;
    height: .3rem;
    margin-right: .1rem;
}

.login-start {
    display: none;
    font-size: .24rem;
    color: rgba(0, 0, 0, 0.8);
}

.login-start span {
    color: #e71f1a;
}

/* nav-cover */
.nav-cover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
    display: none;
}

.nav-cover.active {
    display: block;
}

.nav-inner {
    position: fixed;
    top: 2.2rem;
    left: 3%;
    right: 3%;
    z-index: 11;
    width: 94%;
    min-height: 50%;
    display: none;
    padding-bottom: .6rem;
    background: #fff;
    border-radius: .05rem;
}

.nav-inner.active {
    display: block;
}

.nav-inner ul {
    display: flex;
    flex-wrap: wrap;
}

.nav-inner ul li {
    width: 50%;
    text-align: center;
    background: #ececec;
}

.nav-inner ul li a {
    color: #333;
    font-size: .28rem;
    padding: .4rem 0;
    display: block;
}

.nav-inner ul li:nth-child(1),
.nav-inner ul li:nth-child(4),
.nav-inner ul li:nth-child(5),
.nav-inner ul li:nth-child(8),
.nav-inner ul li:nth-child(9),
.nav-inner ul li:nth-child(12),
.nav-inner ul li:nth-child(13),
.nav-inner ul li:nth-child(16),
.nav-inner ul li:nth-child(17),
.nav-inner ul li:nth-child(1) {
    background: #d4edff;
}

/* foot */
.foot {
    width: 94%;
    padding: .4rem 3% .25rem;
    background: #273444;
    display: flex;
    align-items: center;
}

.foot .foot-text {
    width: 100%;
}

.foot .foot-text p {
    color: #fefefe;
    font-size: .22rem;
    line-height: .55rem;
}

.foot .foot-wechat {
    width: 1.34rem;
    flex-shrink: 0;
}

.foot .foot-wechat img {
    width: 1.34rem;
    height: 1.34rem;
    margin-bottom: .1rem;
}

.foot .foot-wechat p {
    color: #fff;
    font-size: .14rem;
    text-align: center;
}

.foot-inner {
    background: #1f2d3d;
    padding: .35rem 3%;
    width: 94%;
}

.foot-inner p {
    color: #fff;
    font-size: .14rem;
    text-align: center;
    line-height: .45rem;
}

.foot-inner p a {
    color: #fff;
    font-size: .14rem;
}

/* pages-slider */

.pages-slider {
    width: 100%;
    height: 3rem;
}

/* 登陆注册cove */

.com-cove {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.com-cove.active {
    display: block;
}

/* 登陆 */

.login-cover {
    position: fixed;
    top: 2rem;
    left: 3%;
    width: 94%;
    min-height: 35%;
    z-index: 10;
    display: none;
    background: #fff;
    border-radius: .1rem;
    padding-bottom: .65rem;
}

.login-cover.active{
    display: block;
}

.login-cover h1 {
    padding: .3rem 0;
    color: #1894eb;
    font-size: .28rem;
    text-align: center;
    margin-bottom: .4rem;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
}

.login-cover li {
    display: flex;
    width: 70%;
    overflow: hidden;
    align-items: center;
    margin: 0 auto .4rem;
    border-radius: .05rem;
    border: .01rem solid rgba(0, 0, 0, 0.3);
}

.login-cover li .img {
    width: .46rem;
    display: flex;
    flex-shrink: 0;
    border-right: .01rem solid rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.login-cover li input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.login-cover>a {
    display: block;
    width: 70%;
    color: #fff;
    font-size: .28rem;
    margin: 0 auto .2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #ffbe1d;
    border-radius: .08rem;
}

.login-cover .login {
    width: 70%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.login-cover .login a {
    color: #1894eb;
    font-size: .24rem;
}

.login-cover .Recruit-close {
    position: absolute;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: .5rem;
    height: .5rem;
    color: #e71f1a;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
    border: 1px solid #e71f1a;
}

/* 注册 */
.reg-cover {
    position: fixed;
    top: 2rem;
    left: 3%;
    width: 94%;
    z-index: 10;
    display: none;
    background: #fff;
    border-radius: .1rem;
    padding-bottom: .65rem;
}

.reg-cover.active{
    display: block;
}

.reg-cover h1 {
    padding: .3rem 0;
    color: #1894eb;
    font-size: .28rem;
    text-align: center;
    margin-bottom: .4rem;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
}

.reg-cover li {
    display: flex;
    width: 70%;
    overflow: hidden;
    align-items: center;
    margin: 0 auto .4rem;
    border-radius: .05rem;
    border: .01rem solid rgba(0, 0, 0, 0.3);
}

.reg-cover li.i .img {
    width: .46rem;
    display: flex;
    flex-shrink: 0;
    border-right: .01rem solid rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.reg-cover li.i input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.reg-cover li.y input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.reg-cover li.y .yza {
    width: 2rem;
    height: .56rem;
    flex-shrink: 0;
}

.reg-cover li.y .yza img {
    height: .56rem;
}

.reg-cover li.b input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    overflow: hidden;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.reg-cover li.b a {
    width: 2rem;
    color: #fff;
    background: #1894eb;
    flex-shrink: 0;
    height: .56rem;
    font-size: .24rem;
    line-height: .56rem;
    text-align: center;
}

.reg-cover>a {
    display: block;
    width: 70%;
    color: #fff;
    font-size: .28rem;
    margin: 0 auto .2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #ffbe1d;
    border-radius: .08rem;
}

.reg-cover .login {
    width: 70%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.reg-cover .login a {
    color: #666;
    font-size: .24rem;
}

.reg-cover .login a span {
    color: #1894eb;
}

.reg-cover .Recruit-close {
    position: absolute;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: .5rem;
    height: .5rem;
    color: #e71f1a;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
    border: 1px solid #e71f1a;
}

/* 找回密码 */
.ps-cover {
    position: fixed;
    top: 2rem;
    left: 3%;
    width: 94%;
    min-height: 50%;
    z-index: 10;
    display: none;
    background: #fff;
    border-radius: .1rem;
    padding-bottom: .65rem;
}

.ps-cover.active{
    display: block;
}

.ps-cover h1 {
    padding: .3rem 0;
    color: #1894eb;
    font-size: .28rem;
    text-align: center;
    margin-bottom: .4rem;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
}

.ps-cover .xgTrue {
    display: block;
}

.ps-cover .xgTrue.active{
    display: none;
}

.ps-cover li {
    display: flex;
    width: 70%;
    overflow: hidden;
    align-items: center;
    margin: 0 auto .4rem;
    border-radius: .05rem;
    border: .01rem solid rgba(0, 0, 0, 0.3);
}

.ps-cover li.i .img {
    width: .46rem;
    display: flex;
    flex-shrink: 0;
    border-right: .01rem solid rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.ps-cover li.i input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.ps-cover li.y input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.ps-cover li.y .yza {
    width: 2rem;
    height: .56rem;
    flex-shrink: 0;
}

.ps-cover li.y .yza img {
    height: .56rem;
}

.ps-cover li.b input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    height: .56rem;
    overflow: hidden;
    font-size: .28rem;
    line-height: .56rem;
    text-indent: .28rem;
}

.ps-cover li.b a {
    width: 2rem;
    color: #fff;
    background: #1894eb;
    flex-shrink: 0;
    height: .56rem;
    font-size: .24rem;
    line-height: .56rem;
    text-align: center;
}

.ps-cover>.xgTrue>a {
    display: block;
    width: 70%;
    color: #fff;
    font-size: .28rem;
    margin: 0 auto .2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #ffbe1d;
    border-radius: .08rem;
}

.ps-cover .login {
    width: 70%;
    display: flex;
    margin: 0 auto;
    padding: .3rem 0;
    justify-content: center;
}

.ps-cover .login a {
    color: #e71f1a;
    display: none;
    font-size: .34rem;
}

.ps-cover .login a.active {
    display: block;
}

.ps-cover .login a span {
    color: #1894eb;
    font-size: .34rem;
}

.ps-cover .Recruit-close {
    position: absolute;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: .5rem;
    height: .5rem;
    color: #e71f1a;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
    border: 1px solid #e71f1a;
}