.font_red{ color: #FF0000;}
.font_gray{ color: #999999;}
.font_gray a{ color: #999999;}
.font_blue { color:#0000FF;}
.font_green{ color: #009900;}
.font_white{ color: #FFFFFF;}
.font_bold{	font-size:13px;	font-weight:bold;}


.wrap_tabnav {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #E8302E;
	float:left;
}

.wrap_tabnav>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.activeBav {
    background-color: #E8302E !important;
    color: white !important
}

.wrap_tab {
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
}

.ContributionGuide {
    width: 96%;
    margin: 0 auto;
}

/*
.ContributionGuide_title {
    height: 21px;
    margin: 20px auto;
    border-left: 4px solid #FF3737;
    text-indent: 15px;
    color: #222222;
    font-size: 16px;
}
*/

.ContributionGuide_detail {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
	line-height:32px;
}

.ContributionGuide_detail li{
    line-height: 45px;
    font-size: 15px;
    color: #999999;
	list-style:none;
}

.ContributionGuide_detail li label{
	cursor: pointer;
}

select{
	width: 200px;
	height: 30px;
	padding-left: 8px;
	line-height: 30px;
	border: 1px solid #dddddd;
}

.ContributionGuide button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 30px 35px;
}

.ContributionGuide button:hover{
	font-weight:700;
    color: #E8302E;
    cursor: pointer;
    border: 1px solid #E8302E;
}

.ContributionGuide button>img {
    width: 14px;
    height: 16px;
}

.nav_box {
    display: none;
}

