@charset "utf-8";
/*header*/
.header .headerL{
	float: left;
	line-height: 52px;
}
.headerL a{
	display: block;
	height: 52px;
}
.headerL .title{
	text-indent: 41px;
	float: left;
	background: url(../img/icon1.png) no-repeat 12px 17px;
	background-size: 15px 17px;
	color: #fff !important;
	font-size: 17px;
}
.headerR{margin-top: 20px; float: right;}
.headerR .user{
	float: left;
	/* width:30px; */
	height: 17px;
	padding-left: 23px;
	background: url(../img/user.png) no-repeat;
	background-size: 17px 17px;
	font-size: 15px;
	line-height: 17px;
	margin-right: 15px;
	color: #fff !important;
	line-height: 17px;
}
.headerR .user:active{
	background-image: url(../img/user_active.png);
}
.headerR .home{
	float: left;
	width:40px;
	height: 15px;
	background: url(../img/home.png) no-repeat center center;
	background-size: 16px 16px;
	border-left: 1px solid #e2e5e9;
}
.headerR .home:active{
	background-image: url(../img/home_active.png);
}
/*-----------------*/
/*index_middle*/
.index_middle{
	position: relative;
	z-index: 0;
} 
.index_middle img{
	width: 100%;
}
.index_middle .index_editor{
	width: 69px;
	height: 30px;
	background: rgba(38,89,160,0.7) url(../img/editor.png) no-repeat 15px 8px; 
	background-size: 13px 13px;
	position: absolute;
	top:30px;
	right: 0;
	border:1px solid #71a2ed;
	border-radius: 50px 0 0 50px;
	color:#fff;
	line-height:30px;
	text-indent: 32px;
	font-size: 14px;
}
.index_middle .index_editor a{
	display: block;
} 
.index_middle .editor:hover{
	color: #a8bcd9;
	background-image: url(../img/editor_active.png);
}
/*-----------------*/
/*index_bottom*/
.index_bottom_wrap{
	width: 100%;
	background: #3d90e5;
}
.index_bottom{
	width: 100%;
	height: 499px;
	background: #fff;
	margin-top: -5px;
	border-radius:16px 16px 0 0;
	position: relative;
}
.index_bottom .portiait{
	width:70px;
	height:70px;
	border:1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top:-35px;
	left: 0;
	right: 0;
	margin:0 auto;
}
.index_bottom .portiait img{
	width:70px;
	height:70px;
}
.index_bottom .portiait a{
	display: block;
	height: 70px;
}
.index_bottom .title{
	text-align: center;
	padding-top: 43px;
}
.index_bottom .title .ch{
	color:#343739;
	font-size: 18px;
	font-weight: bold;
}
.index_bottom .title .en{
	color:#999b9c;
	font-size: 12px;
}
.index_bottom .types{
	width: 94%;
	margin: 0 auto;
	margin-top: 12px;
}
.index_bottom .types a{
	float: left;
	width: 33.3%;
}
.index_bottom .types a:nth-child(1){
	background: url(../img/index_icon1.png) no-repeat center 40%;
	background-size: 24px 34px;
}
.index_bottom .types a:nth-child(2){
	background: url(../img/index_icon2.png) no-repeat center 40%;
	background-size: 34px 31px;
}
.index_bottom .types a:nth-child(3){
	background: url(../img/index_icon3.png) no-repeat center 40%;
	background-size: 34px 24px;
}
.index_bottom .types a:nth-child(4){
	background: url(../img/index_icon4.png) no-repeat center 40%;
	background-size: 30px 27px;
}
.index_bottom .types a:nth-child(5){
	background: url(../img/index_icon5.png) no-repeat center 40%;
	background-size: 22px 30px;
}
.index_bottom .types a:nth-child(6){
	background: url(../img/index_icon6.png) no-repeat center 40%;
	background-size: 30px 26px;
}
.index_bottom .types a:nth-child(7){
	background: url(../img/index_icon7.png) no-repeat center 40%;
	background-size: 29px 29px;
}
.index_bottom .types a:nth-child(8){
	background: url(../img/index_icon8.png) no-repeat center 40%;
	background-size: 30px 30px;
}
.index_bottom .types a:active{
	background-color: #eaedf2;
	border-radius: 6px;
}
.index_bottom .types p{
	color: #343739;
	font-size: 12px;
	text-align: center;
	margin: 74px 0 32px 0;
}
/*-----------------*/
/*login*/
.login{
	width: 94%;
	margin: 0 auto;
}
.login .title{
	font-size: 24px;
	margin: 45px 0 53px 12px;
} 



.login input{
	border:none;
	border-bottom: 1px solid #e1e5e9;
	width: 230px;
	height: 49px;
	/*margin-left: 29px;*/
	padding-left: 30px;
	padding-right: 30px;
	font-size:15px;
	color:#9da2aa;
}
.login .inputbox{
	position: relative;
}
.login input.text{
	background:url(../img/id.jpg) no-repeat left center;
	background-size: 16px 13px;
}
.login input.password{
	background: url(../img/password.jpg) no-repeat left center;
	background-size: 16px 16px;
}
.login input.focus{
	color:#343739;
	border-bottom:1px solid #3d90e5;
}

.login .inputbox .empty{
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	top: 16px;
	right: 33px;
	background: url(../img/empty.jpg);
	background-size: 20px 20px;
}
.login .submit{
	width:295px;
	height:49px;
	background: #3d90e5;
	line-height: 49px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 238px;
	border-radius: 4px;
}
.login .footer{
	width: 130px;
	margin: 0 auto;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color:#9da2aa;
	background: url(../img/login_logo.jpg) no-repeat right top;
	background-size: 71px 14px;
}
/*-----------------*/
/*competition*/
.competition{
	border-bottom: 1px solid #e1e5e9;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.nav_wrap{
	width: 100%;
	position: relative;
	position: fixed;
	top: 52px;
	background: #fff;
	z-index: 100;
	border-bottom: 10px solid #eaedf2;;
}
.nav_wrap ul{
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
}
.nav_wrap li{
	text-indent: 12px;
	background: #fff;
	border-top: 1px solid #e1e5e9;
	line-height: 41px;
	font-size: 13px;
	color: #343739;
}
.nav{
	width: 90%;
	height:43px;
	margin:0 auto;
}
.nav span{
	display: block;
	text-align: center;
	color: #343739;
	margin:11px 0;
}
.nav .nav_button1 span{
	border-right:1px solid #e1e5e9;
}
.nav .nav_button{
	width: 50%;
	float: left;
}
.nav .nav_button1{background: url(../img/arrow_down.png) no-repeat 76% center;}
.nav .nav_button2{background: url(../img/arrow_down.png) no-repeat 88% center;}
.nav .button_selected{background-image: url(../img/arrow_up.png)}
.nav .button_selected span{
	color: #3d90e5;
}
.nav_wrap .drop{
	display: none;
}
.nav_wrap .drop a:active li{
	color: #3d90e5;
}
.competition_content_wrap{
	position: fixed;
	background:rgba(172,173,173,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
}
div.show{
	display: block;
}
.competition_content{
	width: 100%;
}
.first_content{
	margin-top:96px;
}
.competition_content .title{
	line-height: 43px;
	font-size: 12px;
	border-top:10px solid #eaedf2;
	border-bottom: 1px solid #f0f2f4;
	margin-bottom: 12px;
	padding: 0 12px;	
}
.competition_content .title span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3d90e5;
	float:left;
	margin-top: 17px;
}
.competition_content .title .titleL{
	float:left;
	color: #343739;
	margin-left: 7px;
	width: 227px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.competition_content .title .titleR{
	float:right;
	color: #ff9845;
}
.competition_content .msg{
	padding: 0 12px;
} 
/*各个页面图标样式 开始*/
.competition_content .msg .msg_icon{
	font-size:15px;
	background: #f4f9ff;
	float: left;
	border:1px solid;
	border-radius: 50%;
	width:27px;
	height:27px;
	line-height: 27px;
	text-align: center;
	color: #3d90e5;
	font-weight: bold;
}
.competition_content .msg .double_icon{
	color: #21d2a6;	
	background: #f4fffc;
}
.competition_content .msg .race_icon{
	color: #ff5f5f;	
	background: #fff5f5;
}
.competition_content .msg .activity_icon{
	color: #ff5fa3;	
	background: #fff0f6;
	margin-top: 5px;
}
.competition_content .msg .record_icon{
	color: #f2b93f;	
	background: #fffbf2;
}
.competition_content .msg .inform_icon{
	color: #ff5fa3;	
	background: #fff0f6;
}
/*各个页面图标样式 结束*/
.competition_content .msg_detail{
	float: left;
	margin-left: 11px;
}
.competition_content .msg_detail p{
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #343739;
	margin:5px 0 10px 0;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.competition_content .msg_detail b,
.competition_content .msg_detail span{
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #9da2aa;
}
.competition_content .msg_detail b{margin-bottom: 8px;}
.competition_content .msg_detail span{margin-bottom: 8px;}
.competition_content .msg_detail .level{
	width: 45px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #fe2015;
	font-size: 12px;
	border: 1px solid;
	border-radius: 2px;
	margin-bottom: 12px;
}
.competition_content .msg_more{
	position: relative;
	clear: left;
	float: right;
	margin-bottom: 12px;
}
.competition_content .more_function{
	width: 80px;
	height: 27px;
	line-height: 27px;
	text-indent: 10px;
	background: #3d90e5 url(../img/arrow_down_blue.png) no-repeat 62px 11px;
	background-size: 10px 6px;
	border-radius: 2px;
}
.competition_content .more_selected{
	background-image:url(../img/arrow_up_blue.png) ;
}
.competition_content .more_function a{
	display: block;
	color: #fff;
	font-size: 12px;
}
.competition_content .more_drop{
	position: absolute;
	left: -122px;
	top: 36px;
	z-index: 50;
	width: 202px;
	background: #343739;
	border-radius: 2px;
	display: none;
}
.competition_content .more_drop img{
	width: 9px;
	height: 4px;
	position: absolute;
	right: 10px;
	top:-4px;
}
.competition_content .more_drop li{
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #343739;
	float: left;
	font-size: 12px;
	text-indent: 0;
	border-right:1px solid #2b2e30;
	border-bottom:1px solid #2b2e30;
}
.competition_content .more_drop .no-right{border-right: none;}
.competition_content .more_drop .no-bottom{border-bottom: none;}
.competition_content .more_drop li a{display: block;}
.competition_content .more_drop li a:active{
	color:#9a9b9c;
}
.competition_content .step{
	font-size:12px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	clear:both;
	color: #343739;
	border-top: 1px solid #f0f2f4;
	padding-left: 12px;
	position: relative;
	box-sizing: border-box;
}
.competition_content .step div{display: inline-block;}
.competition_content .step .date{
	position: absolute;
	left: 82px;
}
.competition_content .step .state{
	color:#b1b5bb;
	position: absolute;
	left: 238px;
}
.competition_content .step .more{
	color:#3d90e5;
	position: absolute;
	left: 302px;
}
.competition_content .step .step_more_function{
	padding-right:14px;
	background:url(../img/arrow_down.png) no-repeat 50px 19px;
}
.loding{
	width: 100%;
	height: 53px;
	background: #eaedf2;
	text-align: center;
	padding-top: 14px;
}
.loding p{
	margin-top: 13px;
	font-size: 12px;
	line-height: 6px;
	color: #8f9295;
	text-indent: 3px;
}
/*-----------------*/
/*doubleselect*/
.nav_double span{
	line-height: 43px;
	margin: 0;
	width: 97px;
	margin: 0 auto;
}
.nav_selected span{
	border-bottom: 2px solid #3d90e5;
	color: #343739;
}
.nav_no_selected span{
	border-bottom: none;
	color: #9da2aa;
}
.double_operation_box{
	clear: left;
	float: right;
	margin-bottom: 16px;
}
.double_operation_box div{
	float: left;
	width: 67px;
	height: 26px;
}
.double_operation_box div a{
	display: block;
	color: #343739;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #eaedf2;
	border-radius: 2px;
	margin-left: 6px;
}
.double_operation_box div a:active{
	background: #fbfcfd;
}
.project_choice{
	display: none;
}
.project_choice .competition_content .msg_detail b{
	color: #ff9946;
}
/*-----------------*/
/*race begin*/
.race_operation_box{
	float: right;
	clear: left;
	margin-bottom: 12px;
}
.race_operation_box .button{
	text-align: center;
	float: left;
	font-size: 12px;
	border-radius: 2px;
}
.race_operation_box .button a{
	display: block;
}
.race_operation_box .apply{
	width: 67px;
	margin-right: 6px;
	border: 1px solid #eaedf2;
	line-height: 25px;
}
.race_operation_box .apply a{
	color: #343739;
}
.race_operation_box .apply a:active{
	background: #fbfcfd;
}
.race_operation_box .print{
	width: 80px;
	line-height: 26px;
	background: #3d90e5;
}
.race_operation_box .print a:active{
	background: #3a75b1;
}
/*race end*/
/*activity begin*/
.nav .activity_button{
	width: 100%;
}
.nav .activity_button span{
	border-right: none;
}
.nav .activity_button{
	background-position: 64% center;
}
.competition_content .msg_detail .activity_p{
	width: 305px;
	white-space: normal;
	line-height: 18px;
	margin-top: 10px;
} 
.promulgate{
	font-size: 12px;
	line-height: 12px;
}
.promulgate .promulgator{
	float: left;
	color:#9da2aa;
}
.competition_content .msg_detail .name{
	margin-left: 9px;
	float: left;
	color: #3d90e5;
}
.promulgate .course{
	float: left;
	margin-left: 18px;
	color: #ff9845;
}
.activity_time{
	clear: left;
}
.activity_ctrl{
	position: absolute;
	left: -76px; 
	top: 0;
	width: 67px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #eaedf2;
	border-radius: 2px;
}
.activity_ctrl a{
	display: block;
	color:#343739;
	font-size: 12px;
}
/*activity end*/
/*record begin*/
.record_course{
	font-size: 12px;
	color: #ff9845;
	margin-bottom: 7px;
}
.competition_content .msg_detail .record_time{
	margin-bottom: 13px;
}
/*record end*/
/*inform begin*/
.inform_content{
	clear: left;
	margin: 0px 0 14px 39px;
	font-size: 12px;
	color: #9da2aa;
	line-height: 18px;
}
.inform_title{
	position: relative;
	text-indent: 10px;
}
.competition_content .msg_detail .inform_title_visited{
	color: #a4a8b0;
}
.competition_content .msg_detail .inform_title_visited b{
	display: none;
}
.inform_title b{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff4545;
	position: absolute;
	left: 0;
	top: 6px;
}
/*inform end*/
/*credit begin*/
.credit_content{
	margin-top: 53px;
}
.credit_content .title{
	margin-bottom: 0;
}
.credit_titleL{
	font-size: 14px;
	font-weight: bold;
}
.credit_content .table_header{
	width: 100%;
	height: 28px;
	background: #fbfcfd;
	border-bottom: 1px solid #f0f2f4;
	font-size: 12px;
	color: #9da2aa;
	line-height: 28px;
}
.table_header p{
	float: left;
}
.table_header .number{
	margin: 0 34px 0 12px;
}
.table_header .project{
	margin-right: 231px;
}
.table_content{
	margin-bottom: 20px;
}
.table_content p{
	float: left;
	color: #343739;
	font-size: 12px;
}
.table_content .number{
	margin: 23px 53px 0 12px;
	line-height: 12px;
}
.table_content .project{
	width: 225px;
	margin-top: 21px;
}
.table_content .score{
	margin: 23px 0 0 27px;
	line-height: 12px;
}
.credit_footer{
	border-top: 1px solid #eaedf2;
	line-height: 52px;
}
.credit_footer .total{
	float: left;
	margin-left: 12px;
	color: #343739;
}
.credit_footer .total b{
	font-size: 18px;
	color: #ff9845;
}
.credit_footer .total span{
	color: #ff9845;
}
.credit_footer .print{
	float: right;
	margin-right: 12px;
	font-size: 15px;
	color: #9da2aa;
	padding-left: 22px;
	background: url(../img/print.jpg) no-repeat left center;
	background-size: 15px 15px;
}
/*credit end*/
/*settings begin*/
.settings{
	background: #eaedf2;
}
.change_password{
	margin-top: 62px;
	line-height: 59px;
	background: #fff url(../img/unfold.jpg) no-repeat 356px center;
	background-size:7px 13px ;
}
.change_password a{
	display: block;
	font-size: 16px;
	color: #343739;
	margin-left: 12px;
	padding-left: 25px;
	background: url(../img/change_password.jpg) no-repeat left center;
	background-size: 14px 16px;
}
/*settings end*/
/*change_password begin*/
.change_password_page{
	margin-top: 52px;
}
.change_password_page .change_title{
	text-align: center;
	font-size: 14px;
	color: #eaedf2;
	margin:0px;
	margin-top: 71px;
}
.change_password_page .change_title p{
	padding-top: 52px;
	margin-bottom: 18px;
	background: url(../img/alter_bg.jpg) no-repeat center top;
	background-size: 34px 39px;
}
.change_password_page .submit a{
	display: block;
}
.change_password_page .submit a:active{
	background: #3a75b1;
}
/*change_password end*/
/*editor begin*/
.editor{
	margin-top: 52px;
}
.editor .row{
	width:351px; 
	margin: 0 auto; 
	line-height:57px;
	font-size: 14px;
	border-bottom: 1px solid #f0f2f4;
}
.editor .row .name{
	color: #343739;
	float: left;
}
.editor .row .value{
	color: #9da2aa;
	float: right;
}
.editor .row a.value{
	margin-top: 12px;
	color: #2f2f2f;
	background: url(../img/unfold.jpg) no-repeat right center;
	background-size: 6px 10px;
	padding-right: 21px;
}
.editor .row .value a{
	display: block;
	width: 150px;
	color: #2f2f2f;
	font-size: 14px;
	text-align: right;
	padding-right: 21px;
	background: url(../img/unfold.jpg) no-repeat right center;
	background-size: 6px 10px;
}
.editor .row .value .tips{
	width: 233px;
	height: 35px;
	line-height: 20px;
	float: left;
	font-size: 12px;
	color: #9da2aa;
}
.editor .row .value .photo{
	display: block;
	width: 34px;
	height: 34px;
	float: left;
	border-radius: 50%;
}
.editor .row .value img{
	width: 34px;
	height: 34px;
}
.editor .row input{
	width:70%; 
	height:57px; 
	float: right;
	text-align:right; 
	border:none;
	font-size: 14px;
	color: #9da2aa;
}
.editor .row_wrap{
	width: 100%;
	border-bottom: 10px solid #eaedf2;
}
.editor .button{
	width: 295px;
	margin: 36px auto 40px;
}
.editor .submit{
	display: block;
	line-height: 49px;
	text-align: center;
	background: #9ec8f2;
	border-radius: 4px;
}
.editor .change{
	background: #3d90e5;
}
/*editor end*/
/*suspension begin*/
.suspension{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(172,173,173,0.6);
	z-index: 500;
	display: none;
}
.suspension_head,
.suspension_gender{
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	color: #343739;
	line-height: 46px;
	text-align: center;
	z-index: 600;
	background: #fff;
	display: none;
}
.suspension_head div,
.suspension_gender div{
	width: 100%;
}
.suspension_head div a,
.suspension_gender div a{
	display: block;
	color: #343739;
	background: #fff;
	border-top: 1px solid #f0f2f4;
}
.suspension_head .cancel a,
.suspension_gender .cancel a{
	color:#9da2aa;
}
.suspension_delete{
	width: 293px;
	height: 138px;
	background: #fff;
	position: fixed;
	top: 143px;
	left: 11%;
	z-index: 700;
	border-radius: 10px;
	display: none;
}
.suspension_delete .delete_title{
	width: 234px;
	height: 40px;
	padding: 27px 29px 19px;
	font-size: 16px;
	color: #343739;
	border-bottom: 1px solid #e1e5e9;
}
.suspension_delete .delete_button{
	width: 146px;
	line-height: 51px;
	text-align: center;
	float: left;
	font-size: 16px;
}
.delete_button.cancel a{
	display: block;
	color: #9da2aa;
	border-right: 1px solid #e1e5e9;
}
.delete_button.delete a{
	display: block;
	color: #3d90e5;
}
.suspension_prompt{
	position: fixed;
	top: 459px;
	left: 21%;
	width: 220px;
	line-height: 49px;
	text-align: center;
	background: #484b4c;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
}
/*suspension end*/
/*no-network begin*/
.no_network,
.no_content{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #eaedf2 url(../img/no_network.jpg) no-repeat center 259px;
	background-size:100px 74px;
}
.no_network p,
.no_content p{
	font-size: 16px;
	line-height: 16px;
	color: #a1aab9;
	text-align: center;
	margin-top: 352px;
}
.no_content p{ margin-top: 366px;}
.no_network .no_network_button{
	width: 80px;
	margin: 0 auto;
	line-height: 32px;
	text-align: center;
	background: #3d90e5;
	border-radius: 2px;
	margin-top: 15px;
}
.no_network .no_network_button a{
	display: block;
}
.no_content{
	background-image: url(../img/no_content.jpg);
	background-size: 99px 87px;
}
/*no-network end*/
/*page_loding begin*/
.page_loding{
	position: fixed;
	top: 199px;
	left: 34%;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(67,69,71,0.6) url(../img/page_loding.gif) no-repeat center 28px; 
	background-size:40px 40px ;
	border-radius: 10px;
	padding: 83px 0 24px 0;
}
/*page_loding end*/