#venus_2024_body{
    background: #F6F6F6;
}
#venus_2024_body a {
    text-decoration: none;
}
.venus_tabs_wrap{
    padding-top: 120px;
}

.venus_tabs_wrap .venus_tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(112,114,122,0.1);
}
.venus_tabs_wrap .venus_tabs .dropdown-menu {
    width: 140px;
    min-width: 140px;
    border-radius: 10px;
    padding: 8px 10px;
    border: none;
    margin-top: 6px;
}
.venus_tabs_wrap .venus_tabs .dropdown-menu>li>a {
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    color: #673500;
}
.venus_tabs_wrap .venus_tabs .dropdown-menu>li>a:hover {
    background: #FEF4DD;
}
.venus_tabs_wrap .venus_tabs .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #FEF4DD;
}
.venus_tabs_wrap .venus_tabs .venus_tabs_list{
    position: relative;
}
.venus_tabs_wrap .venus_tabs .venus_tabs_list .venus_tabs_border{
    width: 54px;
    height: 4px;
    position: absolute;
    bottom: -11px;
    background: linear-gradient(177deg, #F1CA8F 0%, #DDAA60 100%);
}
.venus_tabs_wrap .venus_tabs .venus_tabs_item{
    font-size: 26px;
    font-weight: bold;
    margin-left: 76px;
    color: rgba(32,32,50,0.4);

}
.venus_tabs_wrap .venus_tabs .venus_tabs_item:first-child{
    margin-left: 0;
}
.venus_tabs_wrap .venus_tabs .venus_tabs_item.venus_tabs_active{
    color: #202032;
}
.venus_tabs_wrap .venus_tabs .venus_tabs_select{
    width: 141px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #673500;
    font-weight: 600;
    border-radius: 20px;
    background: #FFF5E6;
    border: 1px solid #DDAA60;
    cursor: pointer;
}
.venus_tabs_wrap .venus_tabs .venus_tabs_select .venus_tabs_select_icon{
    width: 16px;
    margin-left: 20px;
}


.venus_list_msg{
    font-size: 14px;
    font-weight: 400;
    color: #70727A;
    padding: 16px 0 20px;
}

/* 企业 */
.venus_2024_enterprise_wrap {
    margin-top: 40px;
}
.venus_2024_enterprise_wrap img{
    width: 100%;
}
/* 人物 */
.venus_2024_character_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.venus_2024_character_wrap img{
    width: 256px;
    height: auto;
    margin-bottom: 40px;
}
