.follow {
    width: 100%;
    text-align: center;
    padding: 0.83333rem 0;
}

.follow>strong {
    font-size: 0.29167rem;
}

.follow>p {
    font-size: 0.13333rem;
    margin-top: 0.08333rem;
    color: #aaa;
}

.follow .follow-wrap {
    margin-top: 0.5rem;
}

.follow .follow-wrap img {
    width: 10rem;
    margin: 0 auto;
}

.follow .follow-wrap ul {
    width: 10rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    margin-top: 0.26667rem;
}

.follow .follow-wrap ul li {
    -webkit-box-flex: 1;
    flex: 1;
    background: url(../images/arrow-right.png);
    background-size: 100% 100%;
    color: #fff;
    height: 0.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.25rem;
}

.core {
    background: #F9F9FC;
    padding: 0.83333rem 0;
    text-align: center;
}

.core>strong {
    font-size: 0.29167rem;
}

.core>p {
    font-size: 0.13333rem;
    margin-top: 0.08333rem;
    color: #aaa;
}

.core .core-list {
    display: -webkit-box;
    display: flex;
    width: 10rem;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.core .core-list li:nth-of-type(1) i {
    background-position: 0% 0;
}

.core .core-list li:nth-of-type(2) i {
    background-position: 33% 0;
}

.core .core-list li:nth-of-type(3) i {
    background-position: 66% 0;
}

.core .core-list li:nth-of-type(4) i {
    background-position: 99% 0;
}

.core .core-list li:nth-of-type(5) i {
    background-position: 0% 50%;
}

.core .core-list li:nth-of-type(6) i {
    background-position: 33% 50%;
}

.core .core-list li:nth-of-type(7) i {
    background-position: 66% 50%;
}

.core .core-list li:nth-of-type(8) i {
    background-position: 99% 50%;
}

.core .core-list li:nth-of-type(9) i {
    background-position: 0% 100%;
}

.core .core-list li:nth-of-type(10) i {
    background-position: 33% 100%;
}

.core .core-list li:nth-of-type(11) i {
    background-position: 66% 100%;
}

.core .core-list li:nth-of-type(12) i {
    background-position: 99% 100%;
}

.core .core-list li {
    width: 2.5rem;
    height: 2.08333rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.core .core-list li i {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background-image: url(../images/room-sprite.png);
    background-size: 500%;
}

.core .core-list li span {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0.375rem;
}

.core .core-list li small {
    font-size: 14px;
    color: #9E9EA5;
    margin-top: 0.08333rem;
}

.room-desc {
    padding: 0.83333rem 0;
}

.room-desc .desc-wrap {
    width: 10rem;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.room-desc .desc-wrap img {
    width: 5.525rem;
    margin-right: 1.375rem;
}

.room-desc .desc-wrap .context {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.room-desc .desc-wrap .context strong {
    font-size: 0.29167rem;
}

.room-desc .desc-wrap .context small {
    margin-top: 0.16667rem;
    color: #9E9EA5;
    margin-bottom: 0.41667rem;
    font-size: 0.13333rem;
}

.room-desc .desc-wrap .context span {
    margin-bottom: 0.36667rem;
    font-size: 0.13333rem;
}

.room-desc .desc-wrap .context span::before {
    content: "";
    width: 0.08333rem;
    height: 0.08333rem;
    display: inline-block;
    background: #2d3c56;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.08333rem;
}

/*# sourceMappingURL=maps/room.css.map */