#app {
    background: #F7F7F7;
    padding-bottom: 60px;
}

/* tabs */
.tab-container .tab-item {
    margin-top: 80px;
    width: 50%;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #5D5D5D;
    text-align: center;
    cursor: pointer;
}

.tab-container .tab-item.active {
    color: #151515;
    font-weight: bold;
    border-bottom: 1px solid #004EA1;
}


.experience-hall-container {
    margin-top: 30px;
}

.experience-hall-container .experience-hall-item {
    width: 100%;
    height: 440px;
    border-radius: 10px;
    background: #FFFFFF;
    /* °¸ÀýÒõÓ° */
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    margin: 30px 0;
}

.experience-hall-container .experience-hall-item .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}
.experience-hall-container .bottom .cover{
    border-radius: 0px 10px 10px 0;
}

.experience-hall-container .experience-hall-item .text {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.experience-hall-container .experience-hall-item .text .title {
    font-size: 24px;
    font-weight: bold;
    color: #151515;
    text-align: center;
}

.experience-hall-container .experience-hall-item .text .mini-title {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #9E9E9E;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.experience-hall-container .experience-hall-item .text .intro {
    font-size: 16px;
    line-height: 24px;
    color: #5F5F5F;
}
.experience-hall-container .experience-hall-item .text .btns{
    width: 100%;
    align-items: flex-end;
    margin-top: 70px;
}
.experience-hall-container .experience-hall-item .text .addr {
    font-size: 16px;
    font-weight: bold;
    color: #151515;
}

.experience-hall-container .experience-hall-item .text .btn-get {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    width: 96px;
    height: 30px;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(77deg, #8AB4E0 -6%, #3585DA 112%);
}<!--ºÄÊ±1755816817.0367Ãë-->