#app {
    background: #F7F7F7;
}

/* 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;
}



/* select 选项 */
.select-container {
    padding: 34px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 35px;
    margin-top: 30px;
}

.select-container .row {
    margin: 24px 0;
}

.select-container .label-title {
    width: 90px;
    font-size: 18px;
    color: #151515;
    margin-right: 25px;
    flex-shrink: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.select-container .options .item {
    margin: 4px 15px;
    font-size: 18px;
    color: #717171;
    cursor: pointer;
}

.select-container .options .item.active {
    color: #004ca0;
}

.select-container .options .item:hover {
    color: #004ca0;
}

.select-container .options .all {
    font-size: 18px;
    font-weight: 500;
    color: #004ca0;
    cursor: pointer;
}


/* 搜索效果 */
.searhc-res-container {
    margin-bottom: 50px;
}

.searhc-res-container .res-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    border-radius: 10px;
    margin: 15px 0;
}

.searhc-res-container .cover {
    width: 100%;
    height: 221px;
    border-radius: 10px 10px 0px 0px;
}

.searhc-res-container .info {
    padding: 15px 12px;
    box-sizing: border-box;
}


.searhc-res-container .left .bottom {
    margin-top: 10px;
}


.searhc-res-container .username {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #151515;
}


.searhc-res-container .contact-btn {
    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%);
}<!--耗时1755816699.7172秒-->