/*reg*/

.wrap1:before {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../imgs/registration.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.wrap1 {
	padding: 0;
}

.wrap1 .safewidth {
	width: 100%;
	padding: 60px 0;
	background: rgba(0, 0, 0, .1);
}

.reg {
	width: 860px;
	margin: 0 auto;
}

.reg h2 {
	color: #fff;
}

.reg h3 {
	color: #fff;
}

.reg .conBox {
	width: 640px;
	margin: 40px auto 0 auto;
}

.reg .conBox li {
	background: #0b61ac;
	color: #fff;
	width: 49%;
	float: left;
	margin: .5%;
	height: 160px;
	padding: 20px;
	text-align: center;
	line-height: 1.7;
}

.reg .conBox li>img {
	width: 55px;
	height: 55px;
	padding: 5px;
	margin: 0 auto;
}

.reg .conBox li>div {
	margin-top: 5px;
}

.reg .title {
	text-align: center;
	padding-top: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.reg .text {
	width: 640px;
	margin: 5px auto;
	padding: 20px 0;
	color: #fff;
	line-height:1.7;
	letter-spacing: 1.5;
	text-align: justify;
}
.reg .textEn {
	width: 640px;
	margin: 5px auto;
	padding: 20px 0;
	color: #fff;
	line-height:1.7;
	text-align: justify;
}

.reg #form {
	width: 100%;
	display: flex;
	justify-content: center;
}

.reg .file {
	width: 640px;
	margin: 40px auto;
	padding: 30px 40px;
	border: 4px solid #fff;
}

.reg .file li {
	margin: 10px 0;
	line-height: 1.7;
}

.reg .file span {
	color: #fff;
	padding-right: 6px;
}

.reg .file a {
	display: inline;
	color: #fff;
	letter-spacing: .5px;
}

.reg .file li:hover>span {
	color: gold;
}

.reg .file li:hover>a {
	color: gold;
	text-decoration: underline;
}

.reg .msg {
	margin-top: 40px;
	color:#fff;
}

@media (max-width: 768px) {
	.wrap1:before {
		background: url(../imgs/registration-m.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap1 .safewidth {
		padding: 30px 15px;
	}
	.reg {
		width: 100%;
	}
	.reg .conBox {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.reg .conBox li {
		padding: 15px;
		height: 140px;
	}
	.reg .conBox li>img {
		width: 50px;
		height: 50px;
	}
	.reg .conBox li>div {
		font-size: 13px;
	}
	.reg .title {
		padding-top: 60px;
		font-size: 19px;
	}
	.reg .text {
	width: 100%;
    margin: 20px auto;
    padding: 15px;
    text-align: justify;
	}
	.reg .textEn {
	width: 100%;
    margin: 20px auto;
    padding: 15px;
    text-align: justify;
	}
	.reg .msg {
		background: #888;
		color: #fff;
		padding: 15px;
		opacity: .9;
		margin-top: 20px;
		text-align: justify;
	}
	.reg .file {
		width: 100%;
		margin: 20px auto;
		padding: 15px;
	}
}