/*
Theme Name: 活动报名表
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";
@font-face {
	font-family: "staa";
	src: url("static/fonts/Staatliches.ttf") format("truetype");
}
* {
	box-sizing: border-box;
	font-family: "微软雅黑", sans-serif;
}

.wrap {
	width: 94.66%;
	max-width: 710px;
	margin: 0 auto;
}
@media screen and (max-width: 560px) {
	.wrap {
		width: 92%;
	}
}
.cont {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0.2rem;
}
.cont::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 30%, var(--i_color));
	opacity: 0.2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.seat {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.seat::before {
	content: "";
	display: block;
	padding-bottom: 73.3%;
}
.seat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* .logo{width: 3.5rem;margin-bottom: .8rem;}
.logo img{width: 100%;object-fit: contain;}
.intro h3{
  display: table;
  border: 1px solid var(--i_color);
  font-size: .2rem;color: var(--i_color);line-height: 36px;
  padding-right: 16px;
}
.intro h3 i{
  line-height: 38px;
  display: inline-table;
  background: var(--i_color);color: #fff;padding: 0 16px;margin-right: 16px;
}
.intro h4{
  font-size: .66rem;font-weight: bold;
  color: var(--i_color);
  margin: .2rem 0;
}
.intro h6{
  font-size: .24rem;letter-spacing: 5px;color: var(--i_color);
  margin: .22rem 0;
}
.date{
  display: table;
  padding: 0 16px;
  line-height: 32px;
  background: linear-gradient(#b3e0ff,rgba(179, 224, 255,.3));
  font-weight: bold;font-size: .22rem;
  color: var(--i_color);
} */
.form_content {
	margin-bottom: 0.2rem;
	border-radius: 0 0 0.3rem 0.3rem;
	box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 0.56rem;
}
.form_content .tit {
	font-weight: bold;
	text-align: center;
}
.form_content .tit h6 {
	font-weight: bold;
	font-size: 0.36rem;
	color: var(--i_color);
}
.form_content .tit i {
	color: #333;
	font-weight: bold;
	padding-left: 6px;
}
.form_content .tit p {
	font-size: 0.38rem;
	color: var(--i_color);
	font-weight: bold;
	margin: 0.1rem 0;
}
@media screen and (max-width: 560px) {
	.form_content {
		padding: 0.4rem 0.3rem;
		border-radius: 0 0 0.2rem 0.2rem;
	}
	.form_content .tit h6 {
		font-size: 0.3rem;
	}
	.form_content .tit p {
		font-size: 0.32rem;
	}
}
@media screen and (max-width: 425px) {
	.form_content {
		padding: 0.3rem 0.2rem;
	}
	.form_content .tit h6 {
		font-size: 0.2rem;
	}
	.form_content .tit p {
		font-size: 0.22rem;
	}
}
#wpforms-6 {
	--input_font_size: 0.22rem;
	--input_height: 0.66rem;
}
@media screen and (max-width: 560px) {
	#wpforms-6 {
		--input_font_size: 0.18rem;
		--input_height: 0.5rem;
	}
}
@media screen and (max-width: 425px) {
	#wpforms-6 {
		--input_font_size: 0.16rem;
		--input_height: 0.5rem;
	}
}
#wpforms-form-6 {
	width: 100%;
	margin-top: 0.3rem;
}
#wpforms-6 input,
#wpforms-6 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wpforms-6 .wpforms-field {
	padding: 0;
	margin-bottom: 0.1rem;
	padding-bottom: 0.2rem;
	position: relative;
}
#wpforms-6 .wpforms-field-label {
	display: block;
	font-size: var(--input_font_size);
	margin-bottom: 0.1rem;
	color: #333;
}
#wpforms-6 .wpforms-field-container input {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	border: none !important;
	font-size: var(--input_font_size);
	color: #333;
	line-height: var(--input_height);
	box-sizing: border-box;
	background: #f4f4f4;
	padding: 0 0.16rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wpforms-6 .wpforms-field-container input:hover {
	background: rgba(4, 44, 119, 0.1);
}
#wpforms-6 input::-webkit-input-placeholder,
#wpforms-6 textarea::-webkit-input-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-6 input::-moz-placeholder,
#wpforms-6 textarea::-moz-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-6 input::-ms-input-placeholder,
#wpforms-6 textarea::-ms-input-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-6-field_1-error,
#wpforms-6-field_2-error,
#wpforms-6-field_3-error,
#wpforms-6-field_4-error,
#wpforms-6-field_5-error,
#wpforms-6-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #a90909;
}
#wpforms-6 .wpforms-field-container {
}
#wpforms-6 .wpforms-submit-container button {
	width: 100%;
	line-height: 0.7rem;
	height: 0.7rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	font-size: 0.32rem;
	color: #fff;
	background: var(--i_color);
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: 0.5s ease;
	overflow: hidden;
	letter-spacing: 0.16rem;
}
#wpforms-6 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
}
#wpforms-6 .wpforms-submit-container button::before {
	content: "";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 100%;
	left: 50%;
	border-radius: 40%;
	transform: translateX(-50%);
	background: var(--i_color2);
	transition: 0.5s ease;
	z-index: -1;
}
#wpforms-6 .wpforms-submit-container button:hover {
	color: #fff;
}
#wpforms-6 .wpforms-submit-container button:hover::before {
	top: -10%;
}
@media screen and (max-width: 560px) {
	#wpforms-6 .wpforms-submit-container button {
		font-size: 0.2rem;
		line-height: 0.5rem;
		height: 0.5rem;
	}
}
div.wpforms-container-full input[type="text"]:focus {
	box-shadow: none !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: 0;
}

#wpforms-31 {
	--input_font_size: 0.22rem;
	--input_height: 0.66rem;
}
@media screen and (max-width: 560px) {
	#wpforms-31 {
		--input_font_size: 0.18rem;
		--input_height: 0.5rem;
	}
}
@media screen and (max-width: 425px) {
	#wpforms-31 {
		--input_font_size: 0.16rem;
		--input_height: 0.5rem;
	}
}
#wpforms-form-31 {
	width: 100%;
	margin-top: 0.3rem;
}
#wpforms-31 input,
#wpforms-31 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wpforms-31 .wpforms-field {
	padding: 0;
	margin-bottom: 0.1rem;
	padding-bottom: 0.2rem;
	position: relative;
}
#wpforms-31 .wpforms-field-label {
	display: block;
	font-size: var(--input_font_size);
	margin-bottom: 0.1rem;
	color: #333;
}
#wpforms-31 .wpforms-field-container input {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	border: none !important;
	font-size: var(--input_font_size);
	color: #333;
	line-height: var(--input_height);
	box-sizing: border-box;
	background: #f4f4f4;
	padding: 0 0.16rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wpforms-31 .wpforms-field-container input:hover {
	background: rgba(4, 44, 119, 0.1);
}
#wpforms-31 input::-webkit-input-placeholder,
#wpforms-31 textarea::-webkit-input-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-31 input::-moz-placeholder,
#wpforms-31 textarea::-moz-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-31 input::-ms-input-placeholder,
#wpforms-31 textarea::-ms-input-placeholder {
	color: #969696;
	font-size: var(--input_font_size);
}
#wpforms-31-field_1-error,
#wpforms-31-field_2-error,
#wpforms-31-field_3-error,
#wpforms-31-field_4-error,
#wpforms-31-field_5-error,
#wpforms-31-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #a90909;
}
#wpforms-31 .wpforms-field-container {
}
#wpforms-31 .wpforms-submit-container button {
	width: 100%;
	line-height: 0.7rem;
	height: 0.7rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	font-size: 0.32rem;
	color: #fff;
	background: var(--i_color);
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: 0.5s ease;
	overflow: hidden;
	letter-spacing: 0.16rem;
}
#wpforms-31 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
}
#wpforms-31 .wpforms-submit-container button::before {
	content: "";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 100%;
	left: 50%;
	border-radius: 40%;
	transform: translateX(-50%);
	background: var(--i_color2);
	transition: 0.5s ease;
	z-index: -1;
}
#wpforms-31 .wpforms-submit-container button:hover {
	color: #fff;
}
#wpforms-31 .wpforms-submit-container button:hover::before {
	top: -10%;
}
@media screen and (max-width: 560px) {
	#wpforms-31 .wpforms-submit-container button {
		font-size: 0.2rem;
		line-height: 0.5rem;
		height: 0.5rem;
	}
}
