@font-face {
	font-family: Harmony;
	src: url("../font/HarmonyOS_Sans_SC_Medium.ttf");
}

/* * {
	font-family: 'Harmony';
} */
/* html,
body {
	scroll-behavior: smooth;
} */

.container {
	width: 900px;
	margin: 0 auto;
}

.common {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* color: #0b83bc; */
	color: #1a603b;
}

.my-img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.tab {
	position: sticky;
	top: 0px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	/* background-color: #0b83bc; */
	background-color: #1a603b;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.tab li {
	text-align: center;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.tab .active {
	background-color: #e05828;
	/* background-color: #b24a2c; */
}

.notice,
.guide,
.jiang,
.bigwig,
.video-works,
.apply,
.explain,
.register {
	padding: 40px 0 60px;
}

.container .title {
	text-align: center;
	width: 245px;
	height: 130px;
	font-size: 40px;
	line-height: 145px;
	background-image: url('../image/title-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 700;
}

.container .little-title {
	font-size: 20px;
	font-weight: 700;
}

.container .content {
	margin-top: 30px;
	font-size: 20px;
	line-height: 34px;
	text-indent: 2em;
}

.notice .content {
	background-color: #f2f5ff;
	padding: 15px;
	border-radius: 5px;
}

.guide {
	background-image: url('../image/9-02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jiang .tablebox {
	border: 2px solid #0b83bc;
	width: 800px;
	height: 400px;
	border-collapse: collapse;
}

.tablebox th {
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	color: #e05828;
	/* background-color: #0b83bc; */
	background-color: #1a603b;
}

.tablebox td {
	/* width: 200px; */
	background-color: #f2f5ff;
	/* border: 2px solid #0b83bc; */
	border: 2px solid #1a603b;
	height: 100px;
	font-size: 22px;
	line-height: 100px;
	text-align: center;
}

.tablebox td img {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

.bigwig {
	background-image: url('../image/9-02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.video-works .container .content {
	background-color: #f2f5ff;
	width: 1200px;
	border-radius: 8px;
	text-indent: 0;
	line-height: normal;
}

.video-works .container .top {
	padding: 30px;
	padding-right: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.card-box {
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	/* background-color: rgba(17, 25, 40, 0.25); */
	/* background-color: rgb(18, 50, 112); */
	background-color: #01793a;

	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	padding: 18px;
	filter: drop-shadow(0 30px 10px rgba(0, 0, 0, 0.125));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 31px;
	margin-bottom: 32px;
	box-shadow: 3px 3px 10px rgba(18, 50, 112, .5);
}

.wrapper {
	width: 320px;
	height: 100%;
}

.banner-image {
	/* background-image: url('../image/works-info.jpg');
  background-position: center;
  background-size: cover; */
	height: 200px;
	/* width: 100%; */
	border-radius: 5px;
}

.wrapper h1 {
	/* font-family: 'Righteous', sans-serif; */
	color: rgba(255, 255, 255, 0.98);
	font-size: 20px;
	/*height: 62px;*/
	/*text-align: left;*/
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*overflow-y: hidden;*/
	height: 70px;
	margin-bottom: 15px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-size: 28px;*/
	/*height: 80px;*/
	/*text-align: left;*/
	/*display: flex;*/
	/*justify-content: center;*/
}

.wrapper p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.button-wrapper {
	margin-top: 18px;
}

.btn {
	border: none;
	padding: 12px 24px;
	border-radius: 24px;
	font-size: 12px;
	font-size: 0.8rem;
	letter-spacing: 2px;
	cursor: pointer;
}

.btn+.btn {
	margin-left: 10px;
}

.outline {
	background: transparent;
	color: rgba(0, 212, 255, 0.9);
	border: 1px solid rgba(0, 212, 255, 0.6);
	transition: all .3s ease;

}

.outline:hover {
	transform: scale(1.125);
	color: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
	transition: all .3s ease;
}

.fill {
	/* background: rgba(0, 212, 255, 0.9); */
	background: #e05828;
	color: rgba(255, 255, 255, 0.95);
	filter: drop-shadow(0);
	font-weight: bold;
	transition: all .3s ease;
}

.fill:hover {
	transform: scale(1.125);
	border-color: rgba(255, 255, 255, 0.9);
	filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125));
	transition: all .3s ease;
}

.more-btn {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	width: 217px;
	height: 42px;
	line-height: 42px;
	/* background-color: #0b83bc; */
	background-color: #1a603b;
	/*color: #e05828;*/
	color: #fff;
	cursor: pointer;
}

.more-btn img {
	vertical-align: middle;
}

.apply {
	background-image: url('../image/9-02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subtitle {
	position: relative;
	/*width: 100px;*/
	width: 146px;
	height: 28px;
	background-color: #e05828;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(18, 50, 112, 0.5);
	margin-bottom: 15px;
}

.subtitle::after {
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #0b83bc;
}

.subtitle::before {
	position: absolute;
	content: '';
	display: block;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	background-image: url('../image/icon_wddsdmf7xu/星号.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.numbox {
	display: inline-block;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #e05828;
	margin-right: 0.5em;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(18, 50, 112, 0.5);
}

.join {
	/* display: block; */
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	width: 217px;
	height: 42px;
	line-height: 42px;
	/* background-color: #0b83bc; */
	background-color: #1a603b;
	/*color: #e05828;*/
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
}

.join img {
	width: 26px;
	vertical-align: middle;
}

.explain .content {
	background-color: #f2f5ff;
	width: 1200px;
	padding: 30px 150px;
	border-radius: 8px;
	text-indent: 0;
	/* line-height: normal; */
}

.copyright {
	padding: 10px 0;
	/* background-color: #0b83bc; */
	background-color: #1a603b;
	border-top: 5px solid #e05828;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px #e05828;
}

.register {
	background-image: url('../image/9-02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.register .container {
	width: 1600px;
}

.register .container .reg-form {
	width: 1600px;
	/* height: 1000px; */
	background-color: #f2f5ff;
	border-radius: 20px;
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
	display: flex;

}

.register .content {
	text-indent: 0;
}

.reg-form .left {
	width: 600px;
	padding: 30px;
}

.reg-form p {
	margin: 40px 0;
}

.reg-form .subtitle {
	position: relative;
	width: 180px;
	height: 46px;
	background-color: #e05828;
	font-size: 26px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(18, 50, 112, 0.5);
	margin: 0 auto;
	margin-bottom: 15px;
	text-indent: 0;
}

.reg-form .subtitle::after {
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #0b83bc;
}

.reg-form .subtitle::before {
	position: absolute;
	content: '';
	display: block;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	background-image: url('../image/icon_wddsdmf7xu/星号.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.reg-form .numbox {
	display: inline-block;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #e05828;
	margin-right: 0.5em;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(18, 50, 112, 0.5);
}

.reg-form .right {
	width: 1000px;
	background-color: #fff;
	padding: 30px 50px;
	border-radius: 0 20px 20px 0;
}

.right .form-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px 0;
	/* margin-right: 20px; */
}

.form-item .label {
	font-size: 20px;
	width: 200px;
	text-align-last: justify;
	margin-right: 20px;
}

.form-item input {
	width: 200px;
	height: 26px;
	font-size: 18px;
	line-height: 28px;
}

.form-item input::placeholder,
.form-item textarea::placeholder {
	font-family: 'Harmony';
	font-size: 16px;
}

.form-item textarea {
	width: 670px;
	height: 60px;
	font-size: 18px;
}

.gender {
	width: 208px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gender .option {
	width: 100px;
	display: flex;
	align-items: center;
}

.right .form-element {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-item .submit {
	height: 45px;
	line-height: 45px;
	width: 420px;
	background-color: #e05828;
	border: none;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	background-image: url('../image/icon_wddsdmf7xu/提交.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 380px center;
}

#file-upload,
#img-upload {
	font-size: 14px;
}

.video-works-list {
	background-image: url('../image/9-02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fenye {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.fenye ul {
	position: relative;
	/* 取消前面的点 */
	list-style: none;
	width: 400px;
	height: 50px;
	/* background-color: #7591AD; */

	/* 左右分散上下居中 */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fenye ul li {
	width: 40px;
	height: 40px;
	background-color: #0b83bc;

	/* 文字居中 */
	display: flex;
	justify-content: center;
	align-items: center;

	/* 圆角 */
	border-radius: 8px;

	/* 鼠标 */
	cursor: pointer;

	color: #7591AD;
	font-size: 24px;

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2),
		inset 0 2px 2px rgba(0, 0, 0, 0.1);

	background-size: 500%;

}



/* @keyframes animate {
	50% {
		background-position: 100% 100%;
	}
} */

/* focus样式 */
.fenye li.fenye-focus {
	color: #fff;
	background-color: #e05828;

}


.foot_logo {
	 width: 50px;
	 height: 50px;
 }