.content {
    width: 10rem;
    color: #fafafa;
    position: relative;
}
/* 
.content_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/count/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */
.banner{
    position: relative;
}
.content img {
    width: 100%;
}
.banner .swiper-container{
    height: 5rem;
    margin-top: 2.2rem;
}
.content_describe {
    width: 9.5rem;
    margin: .2rem auto;
    z-index: 1;
    position: relative;
    padding-bottom: 2rem;
    color: #222;
}

.content_describe h1 {
    margin-bottom: .1rem;
}

.content_describe_side {

    padding: .4rem 0.2rem;
    background: #fafafa21;
    margin-bottom: 1.2rem;
}

.content_describe_side p {
    margin-top: .2rem;
}

.header span.large {
    width: 3.3rem;
}