.main_top{
	width: 100%;
	height: 71px;
	background: #399be5;
	overflow: hidden;
	position: relative;
}
.main_top .main_top_title{
	width: 995px;
	height: 85px;
	margin:0 auto;
	margin-top: 9px;
}
.main_top .main_top_title p{
	width: 929px;
	height: 85px;
	background: url(../images/main_top_text.png);
	margin-top: -17px;
}
.person_state{
	width: 215px;
	height: 30px;
	position: absolute;
	right: 85px;
	top:24px;
	line-height: 30px;
}
.person_state p{
	float: left;
	font-size: 14px;
	color: #fff;
}
.sign_out{
	float: right;
	width: 54px;
	height: 25px;
	background: #f06969;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	border-radius: 15px;
	cursor: pointer;
	margin-top: 3px;
}
/*内容区开始*/
.main_content{
	width: 997px;
	min-height: 100px;
	background: white;
	/*border:2px solid #0068b7;*/
	margin: 0 auto;
    box-shadow: 0px 5px 14px -4px #aaa;
	margin-top: 90px;
	margin-bottom: 10px;
	position: relative;
}
.main_content_title{
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-family: "微软雅黑";
	color: #2b2b2b;
	margin-top: 22px;
}
.sign_up_now{
	width: 192px;
	height: 32px;
	background: #32b16c;
	text-align: center;
	line-height: 32px;
	border-radius: 11px;
	margin:0 auto;
	margin-top: 12px;
	font-size: 16px;
	color: white;
}


/*进入报名样式开始*/
.xsbm{
	width: 126px;
	height: 36px;
	background: url(../images/xsbm.png);
	position: absolute;
	top: -52px;
	left:11px;
}
.main_content .xian{
	width: 1001px;
	height: 5px;
	position: absolute;
	top: -9px;
    left: -2px;
	background: url(../images/xian.png);
}
.main_textarea_one{
	width: 968px;
	min-height: 324px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}
.main_textarea_title{
	width: 955px;
	height: 33px;
	background: #f7f4e3;
	line-height: 33px;
	color: #c98032;
	padding-left:13px;
	font-size: 16px;
}
.main_textarea_content{
	width: 415px;
	min-height: 251px;
	margin: 19px 0 0 90px;	
}
.main_textarea_content span{
	font-size: 14px;
	color: #000000;
}
.main_textarea_content input{
	width: 324px;
	height: 32px;
	border: 1px solid #dcdcdc;
	padding-left: 11px;
	outline: none;
	font-size: 13px;
}
.main_textarea_content_all{
	margin-bottom: 9px;
	position: relative;
}
.main_textarea_two{
	width: 968px;
	min-height: 500px;
	margin: 0 auto;
}
.main_textarea_title_two{
	width: 968px;
	height: 33px;
	background: #f7f4e3;
	line-height: 33px;
	
}
.main_textarea_title_two p{
	color: #c98032;
	font-size: 16px;
	float: left;
	margin-left: 11px;
}
.add_team{
	width: 86px;
	height: 24px;
	float: right;
	border-radius: 10px;
	background: #52af1f;
	color: white;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 4px;
	cursor: pointer;
}
.main_textarea_content_two{
	width: 798px;
	min-height: 300px;
	margin: 39px 0 72px 67px;
}
.team_member_cont{
	width: 798px;
	min-height: 56px;
	margin-bottom: 9px;
	position: relative;
}
.team_member_cont_title{
	width: 798px;
	height: 19px;
	position: relative;
	padding-left: 21px;
	line-height: 19px;
	color: #ceb23d;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 9px;
}
.team_member_cont_title img{
	position: absolute;
	top: 0;
	left: 0;
}
.team_member_cont_input{
	width: 361px;
	height: 33px;
	margin-left: 22px;
	line-height: 33px;
	font-size: 14px;
	position: relative;
	float: left;
}
.team_member_cont_input input{
	width: 270px;
	height: 30px;
	border: 1px solid #dcdcdc;
	padding-left: 11px;
	outline: none;
	font-size: 13px;
}
.team_member_cont_input .input_error{
	border-color: red;
}
.team_member_cont_all{
	width: 100%;
	height: 33px;
}
.team_member_delete{
	width: 86px;
	height: 24px;
	border-radius: 10px;
	background: #f35b5b;
	color: white;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 4px;
	position: absolute;
	cursor: pointer;
	position: absolute;
	top: -28px;
    right: -104px;
}
.ljbm_btn{
	width: 191px;
	height: 33px;
	border-radius: 10px;
	background: #32b16c;
	color: white;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 45px;
}
.original_model{
	position: relative;
}


/*输入框中的错误信息*/
.main_textarea_content .input_error{
	border-color: red;
}
.error_info_box{
	position: absolute;
	right: -25px;
    top: 3px;
	line-height: 28px;
	display: none;
}
.error_info_box span{
	color: red;
	font-size: 14px;
	height: 29px;
}
/*输入框中的正确信息*/
.right_info_box{
	position: absolute;
	right: -17px;
    top: 11px;
    display: none;
}
.team_member_cont_input .team_member_error_input{
	border-color: red;
}
/*参赛团队输入框中的正确信息*/
.team_member_right_info{
	position: absolute;
	top: 10px;
    right: -13px;
    display: none;
}
.team_member_error_info{
	position: absolute;
	top: 2px;
    right: -21px;
    display: none;
}
/* 翻页样式 */
.pageBox{
	height:20px;
	position: absolute;
	bottom:15px;
	left:50%;
}
.pageBox span,.pageBox a{
	padding:0 8px;
	height:20px;
	float:left;
	margin:0 3px;
	line-height: 20px;
	font-size: 12px;
	color:#666;
	min-width:12px;
	text-align: center;
	cursor: pointer;
}
.pageBox a:hover{
	background: #3e93ed;
	color:#fff; 
}
.pageBox span.upNext{
	background: #e0e0e0;
}
.pageBox span.dowNext{
	background: #e0e0e0;
}
.pageBox span.current,.pageBox a.current{
	background: #3e93ed;
	color:#fff;
}
.content_text{
	width: 941px;
	min-height: 900px;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 15px;
	word-break: break-all;
}
.content_text p{
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-top: 7px;
}
.content_text span{
	font-size: 14px;
	line-height: 20px;
	color: #2b2b2b;
}
.content_text_head{
	text-indent:31px;
	display: block;
}

.exportAuditSee_btn table tr .textarea_To{
	padding-bottom: 10px;
}


