/** ****** **/
.banner-header {
    max-width: 100%;
}

/** ****** **/
.recommendation-card {
    width: 1200px;
    /*width: 70%;*/
    margin: 0 auto;
    /*    padding: 25px 45px;*/
    padding: 45px 0 45px 18px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: white;
}

.recommendation-title-bar {
    padding: 0 45px 0 27px;
}

.recommendation-item-wrap {
    flex-wrap: wrap;
    font-size: 0;
}

.recommendation-item {
    margin: 30px 28px;
    width: 177px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.recommendation-item:hover {
    color: rgba(247, 81, 88, 1);
}

.recommendation-item-avatar {
    width: 177px;
    height: 223px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nickname-wrap {
    padding: 10px 0 0 0;
    align-items: flex-end;
}

.nickname {
    font-size: 18px;
}

.age {
    width: 50px;
    text-align: right;
}

/** ****** **/
.brand-red-container {
    padding: 55px 0 80px 0;
    color: white;
    background-color: rgba(247, 81, 88, 1);
}

.brand-wrap {
    justify-content: center;
}

.brand-item>img {
    width: 54px;
    margin: 0 0 30px 0;
}

.brand-item-divider {
    margin: 30px 60px 25px 60px;
    border-right: 1px dashed white;
}

.brand-item-name {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

/** ****** **/
.app-wrap {
    position: relative;
    padding: 50px 0;
    background-color: white;
    text-align: center;
}

.app-download-banner {
    width: 600px;
    margin-right: 600px;
}

.app-download-txt {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -100px;
}

.app-download-txt>.t1 {
    padding: 0 0 25px 0;
    font-size: 24px;
    font-weight: bold;
    color: rgba(247, 81, 88, 1);
}

.app-download-txt>.t2 {
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

/** ****** **/
.help-container {
    padding: 90px 0;
    background-color: white;
}

.help-container-title>img {
    width: 78px;
}

.help-container-title>.t {
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
}

/** ****** **/
.channel-red-container {
    padding: 52px 0;
    justify-content: center;
    color: white;
    background-color: rgba(247, 81, 88, 1);
}

.channel-title {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}