body {
    width: 10rem;
    margin: 0 auto !important;
    color: #000;
    font-size: 14px !important;
}

#top {
    height: 1.2rem;
    width: 10rem;
    line-height: 1.2rem;
    background-color: #4CAF50;
}

.el-footer {
    background-color: rgb(76, 175, 80);
    color: #333;
    line-height: 1.5rem;
    width: 10rem;
    z-index: 999;
    height: 44px;
}

.el-menu {
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #FFF;
}

.nav_active {
    color: rgb(255, 235, 59) !important;
    background-color: rgb(76, 175, 80);
    border-bottom: 2px solid rgb(255, 235, 59) !important;
}

.el-menu-item {
    text-align: center;
    width: 33.3%;
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 0;
    color: #FFFFFF;
}


.back {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.2rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bottom_info {
    color: #999;
    text-align: center;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.shoucang {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 1.2rem;
    margin-top: -1.2rem;
}

.shoucang .swiper-slide {
    background-color: rgba(0, 0, 0, 0.48);
}

.shoucang img {
    width: 75%;
}

.sc-pagination {
    text-align: center;
}


.show_info {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.2rem;
    margin-right: 0.4rem;
    float: right;
}

.share_mask {
    position: fixed;
    top: 0;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.15);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 10rem !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}