/*手机端头部*/
.mob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.mob-head-box {
    position: relative;
    height: 60px;
}

.mob-head-box .mob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.mob-head-box .mob-logo h1, .mob-head-box .mob-logo a {
    display: inline;
    font-size: 0;
}

.mob-head-box .mob-logo img {
    height: 25px;
}

.mob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.mob-navbtn span, .mob-navbtn:after, .mob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mob-navbtn span {
    margin: 7px 0;
}

.mob-navbtn:after, .mob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.mob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.mob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.mob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.mob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.mob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.mob-menu .mob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.mob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.mob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.mob-nav .mob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.mob-nav .mob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.mob-nav .mob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.mob-nav .mob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.mob-nav .mob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.mob-nav .mob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.mob-nav .mob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.mob-dlbtn {
    margin-top: 40px;
}

.mob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #005bac;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.mob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.mob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.mob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.mob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.mob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.mob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mob-search .mob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .mob-search .mob-search-close-btn {
        left: 15px;
    }
}

.mob-search .mob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.mob-search .mob-search-close-btn i:after {
    background-position: -30px -300px;
}

.mob-search .mob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.mob-search .mob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.mob-search .mob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.mob-search .mob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.mob-search .mob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.mob-search .mob-seaerch-wz span, .mob-search .mob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.mob-search.clicked {
    left: 0;
}
