* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

input {
	outline: none;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	text-indent: 12px;
	height: 44px;
}

textarea {
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	padding: 12px;
	resize: none;
	outline: none;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
	font-size: 14px;
}

.set_mt0 {
	margin-top: 0 !important;
}

.set_mt20 {
	margin-top: 20px;
}

.set_mb50 {
	margin-bottom: 50px !important;
}

.display_block {
	display: block !important;
}

.clearfix {
	clear: both;
}

.set_mtm20 {
	margin: 20px 0;
}

/* 报名资料 */
body {
	background: #F7F7FE;
	font-size: 14px;
}

.layout {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 140px;
	background-color: #fff;
}

header .layout {
	height: 80px;
}

header .layout .flex span {
	display: inline-block;
	width: 1px;
	height: 33px;
	background-color: #eee;
	margin: 0 18px;
}

.flex {
	display: flex;
	align-items: center;
}

.space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login_or_resigster {
	width: 147px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #0044A2;
	border-radius: 16px;
}

.login_or_resigster a {
	color: #fff;
}

nav {
	width: 100%;
	height: 60px;
	border-top: 1px solid #eee;
	padding-top: 18px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 18px;
}

nav a {
	color: #353535;
	position: relative;
	font-weight: bold;
	margin: 0 12px;
}

nav a:before {
	content: '';
	width: 25px;
	height: 5px;
	background: #0044A2;
	border-radius: 3px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12.5px;
}

.set_bg_color {
	background-color: #fff;
	padding: 50px 100px 62px 30px;
	margin: 6px auto 20px;
	box-sizing: border-box;
}

.big_title {
	font-weight: bold;
	font-size: 22px;
	color: #353535;
	line-height: 30px;
	position: relative;
	margin-bottom: 70px;
}

.big_title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 56px;
	height: 2px;
	background: #0044A2;
}

.add_wrap {
	display: flex;
	justify-content: space-between;
}

.add_member {
	width: 130px;
	height: 34px;
	border-radius: 40px;
	border: 1px solid #0044A2;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 33px;
	cursor: pointer;
	margin-top: 6px;
}

.add_member img {
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.input_box {
	margin: 20px 0 0 54px;
	width: calc(100% - 54px);
	line-height: 20px;
}

.input_box span {
	color: #FF6666;
}

.input_box input,
.input_box textarea {
	margin-left: 20px;
	width: calc(100% - 84px);
}

.show_flex {
	display: flex;
}

.show_flex p {
	padding-top: 12px;
}

.dashed_line {
	width: 1100px;
	border-top: 1px dashed #E5E5E5;
	margin: 40px auto 30px;
}

.short_input p {
	width: 64px;
	text-align: right;
}

.single_member {
	position: relative;
}

.del_img {
	position: absolute;
	right: -66px;
	top: 96px;
	cursor: pointer;
}

.short_box .input_box:nth-child(2) {
	margin-left: 122px;
}

.radio_box {
	margin: 20px 0 0 24px;
}

.radio_btn {
	width: 26px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #979797;
	cursor: pointer;
	position: relative;
}

.radio_btn svg {
	display: none;
	padding-top: 2px;
}

.radio_btn.active {
	background: #0044A2;
	text-align: center;
}

.radio_btn.active svg {
	display: inline;
}

.direction {
	padding: 20px;
	width: calc(100% - 50px);
	margin-left: 22px;
	background: #F8F8F8;
	border-radius: 6px;
	border: 1px solid #D7D7D7;
	color: #353535;
	line-height: 20px;
	cursor: pointer;
}

.direction.active {
	background: #F4F9FF;
	border: 1px solid #0044A2;
}

.direction p:nth-of-type(1) {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 12px;
}

.submit_btn {
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	background: #0044A2;
	border-radius: 6px;
	width: 262px;
	height: 54px;
	text-align: center;
	margin: 60px auto 0;
	cursor: pointer;
}

footer {
	width: 100%;
	height: 229px;
	background: #302A29;
}

.footer_info {
	padding-top: 42px;
}

.footer_info p {
	padding-top: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.logo_box span {
	width: 1px;
	height: 33px;
	background-color: #4F4F4F;
	margin: 0 20px;
}

.logo_box span:last-child {
	height: 73px;
}

.contact_info {
	color: #BCBCBC;
	line-height: 20px;
}

.contact_info span {
	margin: 0 40px 0 4px;
}

.contact_info span:nth-of-type(1),
.contact_info span:nth-of-type(2) {
	padding-top: 2px;
}

.code_box {
	padding-top: 34px;
	font-size: 12px;
	color: #BCBCBC;
	line-height: 14px;
	text-align: center;
}

.code_box img {
	margin-bottom: 8px;
}

.footer_line {
	height: 1px;
	background-color: #4F4F4F;
	margin: 8px auto 20px;
}

.link_content {
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.link_content span {
	color: #999;
}

.link_content span:nth-of-type(1) {
	margin-right: 24px;
	display: inline-block;
}

.copyright {
	font-size: 12px;
	color: #BCBCBC;
	line-height: 17px;
	margin-top: 10px;
	text-align: center;
}

/* 上传作品 */
.upload_box {
	margin: 20px auto 40px;
	padding: 40px 106px 50px 30px;
	position: relative;
}

.upload_box .input_box {
	margin-left: 20px;
	width: calc(100% - 20px);
	position: relative;
}

.upload_box .input_box input {
	width: 594px;
}

.count_num {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #999;
}

.count_num span {
	color: #353535;
}

.tips {
	position: absolute;
	left: 84px;
	bottom: -27px;
	font-size: 12px;
	color: #FF6666;
	line-height: 17px;
	display: none;
}

.upload_file {
	margin: 48px 0 24px -8px !important;
}

.upload_wrap {
	width: 302px;
	height: 210px;
	border-radius: 6px;
	border: 1px dashed #DCDCED;
	margin-left: 20px;
	text-align: center;
	padding-top: 32px;
	box-sizing: border-box;
	color: #999;
	line-height: 20px;
	position: relative;
}

.upload_wrap p {
	padding-top: 0;
}

.file_list {
	margin-left: 82px;
}

.file_list .upload_wrap {
	float: left;
	margin-bottom: 24px;
}

.choice_again {
	position: absolute;
	right: 14px;
	top: 14px;
	font-size: 12px;
	color: #3159ED;
	line-height: 17px;
	cursor: pointer;
}

.upload_btn {
	cursor: pointer;
}

.upload_btn p {
	margin: 20px 0 5px;
	font-size: 16px;
	color: #353535;
	line-height: 22px;
	font-weight: bold;
}

.upload_callback {
	line-height: 20px;
	font-weight: bold;
	color: #1E8C00;
	line-height: 16px;
}

.upload_callback p:nth-of-type(1) {
	margin: 10px 0 14px;
	color: #353535;
	font-weight: normal;
}

.upload_callback p:nth-of-type(2) {
	margin-bottom: 24px;
}

.upload_file input {
	display: none;
}

.btn_wrap {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_wrap div {
	width: 262px;
	height: 54px;
	background: #0044A2;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
}

.btn_wrap div:nth-of-type(2) {
	border: 1px solid #3159ED;
	background-color: #fff;
	color: #3159ED;
	margin-left: 50px;
}

/* 提交成功 */
.upload_success {
	margin: 20px auto 78px;
	padding: 44px 0 80px;
	text-align: center;
}

.success_tip {
	width: 258px;
	height: 202px;
	background: url(../images/bg_success.png) no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	font-size: 22px;
	color: #353535;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 162px;
	box-sizing: border-box;
}

.upload_success p {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.number_content {
	width: 556px;
	height: 40px;
	background: #F4F4FC;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	margin: 22px auto 150px;
	color: #353535;
}

.number_content span {
	color: #0044A2;
}

.upload_success .btn_wrap div {
	background: #0044A2;
}

.upload_success .btn_wrap div a {
	color: #fff;
	width: 100%;
	height: 100%;
}

.upload_success .btn_wrap div:nth-of-type(1) {
	border: 1px solid #3159ED;
	background-color: #fff;
}

.upload_success .btn_wrap div:nth-of-type(1) a {
	color: #3159ED;
}

/* 初赛评审中 */
.product_wrap {
	margin: 20px auto 34px;
	display: flex;
}

.product_wrap ul {
	width: 200px;
	height: 116px;
}

.product_wrap ul li {
	width: 100%;
	height: 58px;
	background-color: #fff;
	padding: 0 20px 0 24px;
	box-sizing: border-box;
}

.product_wrap ul li.active {
	background: #0044A2;
}

.product_wrap ul li a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #353535;
	line-height: 22px;
}

.product_wrap ul li.active a {
	color: #fff;
}

.product_wrap ul li a div {
	width: 6px;
	height: 6px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: #E5E5E5;
	;
	transform: rotate(45deg);
}

.detail_box {
	width: calc(100% - 220px);
	margin-left: 20px;
	padding: 40px 30px;
	background-color: #fff;
	position: relative;
}

.session {
	width: 103px;
	height: 22px;
	color: #fff;
	line-height: 23px;
	background: url(../images/bg_session.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 40px;
	top: 48px;
	padding-left: 14px;
	box-sizing: border-box;
}

.detail_box .big_title {
	margin-bottom: 0;
}

.status_box {
	width: 100%;
	height: 74px;
	background: url(../images/bg_status.png) no-repeat;
	background-size: 100% 100%;
	margin: 48px 0 30px;
	padding-left: 26px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	color: #3159ED;
	line-height: 22px;
}

.status_box span {
	margin-left: 16px;
}

.product_info {
	color: #666;
	line-height: 20px;
}

.product_info p {
	padding-top: 0;
}

.product_info p:nth-of-type(1) {
	font-weight: bold;
	color: #353535;
	line-height: 20px;
	margin-right: 10px;
	width: 70px;
}

.product_info p:nth-of-type(2) {
	width: calc(100% - 80px);
	text-align: justify;
}

.file_wrap {
	width: calc(100% - 80px);
}

.file_wrap .file_show {
	float: left;
	margin: 0 24px 24px 0;
}

.file_show {
	width: 302px;
	height: 140px;
	background: #F4F4FC;
	border-radius: 6px;
	border: 1px solid #DCDCED;
	position: relative;
	text-align: center;
	padding-top: 34px;
	box-sizing: border-box;
}

.file_show p {
	width: 100% !important;
	font-weight: normal !important;
	margin-top: 10px;
}