.GuideBanner {
    width: 100%;
    height: 7.8125rem;
    padding: 1.25rem;
    background: linear-gradient(
        360deg,
        rgba(120, 210, 245, 1) 0%,
        rgba(0, 175, 240, 1) 100%
    );
}
.GuideBanner .bannerText {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.GuideContent {
    padding: 1.5625rem 1.25rem 3.125rem;
}
.GuideContent .contentLeft {
    margin-bottom: 0.625rem;
}
.GuideContent .contentLeft span {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.GuideContent .contentLeft .active {
    font-weight: bold;
    color: rgba(0, 175, 240, 1);
}
.content {
    margin: auto -0.15625rem;
}
.content .item {
    padding: .15625rem;
}
.content .item-box {
    border-radius: 5px;
    border: 1px solid rgba(225, 235, 245, 1);
}
.content .itemWrap {
    padding: .75rem 0;
    text-align: center;
}
.content .itemWrap img {
    width: 6.25rem;
    height: 3.125rem;
}
#footer {
    margin-top: 0;
}
