* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.3rem;
}

.box {
    overflow: hidden;
}
/* .classify {
    position: relative;
}
 */
.headerHide {
    width: 100%;
    height: 6rem;
    background: #2589FF;
    position: absolute;
    display: none;
    top: 0.7rem;
    z-index: 999;
    padding: 0 .8rem;
}

.headerHide ul {
    width: 100%;
}

.headerHide ul::after {
    clear: both;
    content: '';
    display: block;
}

.headerHide ul li {
    float: left;
    width: 35%;
    text-align: center
}

.headerHide ul li p a {
    font-size: 0.28rem;
    color: #ffffff;
    text-decoration: none;
}

.classify>ul {
    display: flex;
    height: 0.7rem;
}

.classify>ul li {
    width: 25%;
    line-height: 0.7rem;
    text-align: center;
}

.acivate {
    border-bottom: 0.04rem solid blue;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.case {
    width: 100%;
    height: 1rem;
    background: url('/static/Mobile/img/img_1/title2.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.content {
    width: 100%;
    background: #F3F3F3;
    position: relative;
    padding: 0 0 0.5rem 0;
}

.content_tab {
    width: 100%;
    position: relative;
}

.tab_ul {
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
}

.nav {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 1.5rem;
    position: relative;
    background: #ffffff;
    overflow-x: scroll;
}

.nav:before {
    /* content: ''; */
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.nav ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    width: 152%;
    box-sizing: border-box;
}

.nav ul li {
    width: 1.25rem;
    float: left;
    overflow: hidden;
}

.nav ul li>div {
    height: 0.8rem;
    overflow: hidden;
}

.nav ul li img {
    display: block;
    margin: 0.2rem auto 0 auto;
}

.nav ul li p {
    text-align: center;
    margin-top: 0.1rem;
}

.tab_ul ul li {
    width: 3.27rem;
    height: 4.9rem;
    overflow: hidden;
    display: inline-block;
    margin: 0.3rem 0 0 0.27rem;
    background: #ffffff;
    box-sizing: border-box;
}

.tab_ul ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tab_ul ul li img {
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    margin: 0.4rem auto 0 auto;
}

.tab_ul ul li p {
    text-align: center;
    margin: 0.3rem 0 0 0;
    font-size: 0.3rem;
}

.tab_ul ul li span {
    width: 88%;
    display: block;
    margin: 0.2rem auto 0 auto;
    font-size: 0.24rem;
    text-align: center;
}

.much {
    width: 50%;
    height: 0.5rem;
    margin: .2rem auto;
    text-align: center;
}

.content img {
    width: 100%;
}

.end {
    width: 100%;
    height: .82rem;
    background: url('/static/Mobile/img/img_1/title1.jpg') no-repeat;
    background-size: 100% 100%;
}

.end>p {
    line-height: 0.82rem;
    font-size: 0.26rem;
    text-align: center;
}

.foot {
    background: #272731;
    overflow: hidden;
    height: 10.5rem;
    font-weight: 200;
}

.foot>p {
    color: #ffffff;
    text-align: center;
}

.footulOne {
    display: flex;
    margin: 0.8rem 0 0 0;
}

.footulOne li {
    width: 20%;
    margin: 0 0 0 10.2%;
}

.footulOne li p {
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
}

.footulTwo {
    margin: 0.8rem 0 0 0;
}

.footulTwo li {
    width: 92%;
    height: 1rem;
    position: relative;
    background: #3E3E47;
    margin: 0.3rem auto 0 auto;
    overflow: hidden;
    padding: 0.15rem 0 .2rem 0;
}

.footulTwo li p {
    color: #ffffff;
    padding: 0rem 0 0rem 0.3rem;
}

.footulTwo li img {
    position: absolute;
    top: 0.5rem;
    right: 0.3rem;
}

.label {
    margin-top: .5rem;
    font-size: .22rem;
    color: #333;
    padding: 0 .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.label.label_t {
    margin-top: .2rem;
}