#venus_2023_body{
    background: #F6F6F6;
}
#venus_2023_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_2023_enterprise_wrap{
    margin-top: 40px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise{
    background: url("/venus/images/2023/enterprise/venus_2023_enterprise_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 64px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise .venus_2023_enterprise_header{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise_header img{
    width: 38px;
    height: 93px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise_header .venus_2023_enterprise_header_title{
    margin-top: 18px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise_header .venus_2023_enterprise_header_msg{
    font-size: 12px;
    font-weight: 400;
    color: rgba(112,114,122,0.7);
    margin-top: 17px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise_content{
    padding: 50px;
}
.venus_2023_enterprise_wrap .venus_2023_enterprise_img{
    width: 100%;
    height: auto;
}

/* 人物 */
.venus_2023_character_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.venus_2023_character_wrap img{
    width: 256px;
    height: auto;
    margin-bottom: 40px;
}