<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.recruit_banner{
	background: url(../img/recruit_banner.jpg) no-repeat center center;
	height: 324px;
	text-align: center;
}
.banner_title{
    text-align: center;
    font-size: 42px;
    font-family: 'Inter SemiBold';
    font-style: italic;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.banner_info{
    padding: 0px 120px;
    color: #fff;
    text-align: center;
}
.banner_btn{
    display: inline-block;
    background: #d8e2fd;
    font-size: 28px;
    font-family: 'Inter SemiBold';
    color: #173ace;
    line-height: 50px;
    padding: 0px 42px;
    border-radius: 25px;
    margin-top: 40px;
}
.benefit ul li{
	background: #f7f8fa!important;
}
.expert_role{
    margin-bottom: 40px;
}
.expert_role ul li{
    background: #fff;
    float: left;
    width: 400px;
    margin-right: 40px;
    padding: 24px 20px;
    box-sizing: border-box;
    height: 680px;
    position: relative;
}
.role{
    font-size: 24px;
    font-family: 'Inter SemiBold';
    margin: 20px 0px 15px;
}
.role_info{
    font-size: 14px;
    color: #646464;
    margin-bottom: 16px;
    line-height: 24px;
}
.require{
    font-family: 'Inter SemiBold';
}
.join_btn{
    background: #16c79a;
    display: inline-block;
    padding: 0px 36px;
    line-height: 56px;
    color: #fff;
    font-size: 24px;
    font-family: 'Inter SemiBold';
    border-radius: 6px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
}
.join_btn:hover{
	color:#fff;
	background: #0ab489;
}
.normal_dot tr td:nth-of-type(1){
	padding-right:4px;
	vertical-align: top;
}
.benefit ul li{
	width: 378px;
}
.benefit ul li img {
    left: 170px;
}</pre></body></html>