.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 575px;
    align-items: center;
}

.row .layer {

    /*margin-left: 18vw;*/
    width: 490px !important;
    padding: 80px;
    height: 477px;
}

.row .block_5 {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    flex: 1;

}

.row .block_2 {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-right: 4px;

}

.block_2 .block_2_1 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 55px;

}

.block_2_1 .group {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    width: 427px;
    line-height: 2;
    color: #777374;
}

.block_2_1 .largeIcon_3 {
    width: 130px;
    height: 150px;
}

.block_2_1 .largeIcon_4 {
    width: 129px;
    height: 129px;
    margin-top: 10px;
}

.block_2_1 .tagWrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 16px;
    border-radius: 2px;
    background-color: #3b746b;
    padding-right: 27px;
    padding-left: 25px;
    height: 60px;
    width: 230px;
    justify-content: center;

}

.tagWrap .tag {
    line-height: 14px;
    color: #e2fffb;
    font-size: 30px;
    font-weight: 400;
}

.row2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: #e3ebed;
    width: 100%;
    padding: 58px 0;
}

.row2 .view {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    align-items: center;
}

.row2 .view .past {

    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 0 5px;
    width: 250px;

}

.row2 .view .past .bj {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.past img {

    object-fit: cover;
    width: 230px;

    height: 239.77px;
}

.row2 .view .more_guests {

    /*display: none;*/
    position: absolute;
    background-color: rgba(255, 255, 255, 0.43);
    line-height: 379.33px;
    padding: 0 10px;
    font-weight: bold;
    right: -58px;

}

.row2 .view .past img {

    width: 100%;

}

.row2 .view .past .title {
    text-align: center;
    font-size: 25px;
    padding: 5px 10px 0 20px;

}

.row2 .view .past .note {
    color: #777374;
    font-size: 14px;
    padding: 5px 10px 5px 20px;
    line-height: 1.5;
    height: 87px;
    box-sizing: border-box;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;

}

.submain {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
    padding: 58px 0;
}

.submain .activities {
    flex: none;
    padding: 10px;
    width: 306px;
    box-sizing: border-box;
    background-color: white;
    margin: 0 15px;
    height: 100%;

}

.submain .activities img {

    height: 172px;
    object-fit: cover;

}

.submain .warm {
    flex: none;
    padding: 10px;
    width: 306px;
    box-sizing: border-box;
    background-color: white;
    margin: 0 15px;
    height: 100%;

}

.submain .warm img {

    height: 172px;
    object-fit: cover;

}

.submain .active {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.im {
    width: 35px;
    height: 60px;
}

.active .content {

    display: flex;
    flex-direction: row;
    width: 1008px;
    overflow: hidden;
}

.content .contentUl {
    display: flex;
    width: 100%;
    flex-direction: row;
    transform: translateX(0);
    transition: transform 1s;

}
.content .contentUlN {
    display: flex;
    width: 100%;
    flex-direction: row;
    transform: translateX(0);
    transition: transform 1s;

}

.activities .title {

    font-weight: bold;
    font-size: 20px;
    padding: 4px 0;
    height: 23px;
    line-height: 25px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.activities .note {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777374;
    height: 60px;
    font-size: 15px;

}
.warm .title {

    font-weight: bold;
    font-size: 20px;
    padding: 4px 0;
    height: 23px;
    line-height: 25px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.warm .note {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777374;
    height: 60px;
    font-size: 15px;

}

.main {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 506px;
    /*background: url("/web_static/img/img_21551_0_8.png");*/
}

.main .cooperative {

    width: 160px;
    height: 70px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b746b;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;

}


.main .cooperative:nth-child(8n) {

    border-right: 0;

}

.main .cooperative:nth-child(-n+8) {

    border-top: 0;

}

.main .main_bottom_img {
    box-sizing: border-box;

}

.main_bottom_img .main_hz {

    padding-left: 14.375px;
    padding-top: 14.375px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1280px;
    align-items: center;

    margin: 0 auto;
}

.pastGuestsWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

}

.pastGuests {
    max-width: 737px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2b2f30;
    font-size: 45px;
    font-weight: 600;
}

.pastGuestsYy {
    color: #3b746b;
    font-weight: 400;
    font-size: 20px;
}