@charset "UTF-8";

/* 禁止出现横向滚动条的设置 */
html, body {
	width: 100%;
	overflow-x: hidden;
}

.down_arrow,
.a_newline {
	display: none;
}

/* nav 设置
================================================== */

/* 更新提示CSS 对应cookie.js */
.update_tip {
	background: url(../images/flame1.gif);
	background-size: 32px auto;
	background-position: 85% 30%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1580px) {
	.update_tip {
		background: url(../images/flame.gif);
		background-size: 30px auto;
		background-position: 90% 40%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 1024px) {
	.update_tip {
		background: url(../images/flame.gif);
		background-size: 30px auto;
		background-position: 54% 40%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 768px) {
	.update_tip {
		background: url(../images/flame.gif);
		background-size: 34px auto;
		background-position: 60% 40%;
		background-repeat: no-repeat;
	}
}


.color_vi {
	color: rgba(255, 197, 57, 1);

}
/* 
#Nav_box {
	height: 80px;
	position: relative;
	
} */

.nav_box {
	background: #080808;
	height: 80px;
	width: 100%;
	border-bottom: rgba(247, 208, 83, 0.5) 1px solid;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	z-index: 999;
	line-height: 80px;


}



.nav_box .content {
	overflow: visible;
}

.nav td:first-child {
	line-height: normal;
}

.nav td {
	color: #fff;
	vertical-align: middle;
}

.nav_logo {
	height: 60%;
	max-height: 44px;
}

.nav_category {
	float: right;
}

.ddsmoothmenu > ul > li {
	float: left;
	text-align: center;
	position: relative;
	padding: 0 2.2vw;
}
.ddsmoothmenu .color_vi {
	color: rgba(255, 197, 57, 1) !important;
}

.ddsmoothmenu > ul > li:last-child {
	padding-right: 0;
}

ul li a {
	display: block;
	font-family: Helvetica;
}

ul li span {
	font-family: Helvetica;
}

.nav_weizhi {
	height: 100%;
	position: relative;
}

.ddsmoothmenu > ul > li:hover {
	color: rgba(255, 197, 57, 1);
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none outside;
}

.ddsmoothmenu ul li {
	position: relative;
}

.ddsmoothmenu > ul > li > ul {
	visibility: hidden;
	position: absolute;
}

.ddsmoothmenu > ul > li > ul > li > ul {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.ddsmoothmenu > ul > li > ul > li > ul > li > ul {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.ddsmoothmenu ul li .visible {
	visibility: visible;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	width: 13vw;
	border-bottom: 1px solid rgba(255, 197, 57, 0.2);
	margin-left: -1vw;
	background: rgba(20, 20, 20, 0.9);
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	position: relative;
}

.ddsmoothmenu > ul > li > ul > li > ul,
.ddsmoothmenu > ul > li > ul > li > ul > li > ul {
	height: auto;
	padding: 0 1vw;
	margin-left: -1vw;
}

.ddsmoothmenu ul li ul li ul {
	position: absolute;
	left: calc(15vw - 0px);
}

.ddsmoothmenu > ul > li > ul > li > ul > li > ul {
	position: absolute;
	left: calc(15vw - 0.5px);
}

.ddsmoothmenu ul li ul li a {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.4;
	padding: 0.6vw 1vw;
}

.ddsmoothmenu ul li ul li:hover {
	background: #ffc539;
}

.ddsmoothmenu > ul > li > ul > li:hover span,
.ddsmoothmenu > ul > li > ul > li:hover > a,
.ddsmoothmenu > ul > li > ul > li > ul > li:hover > a,
.ddsmoothmenu > ul > li > ul > li > ul > li > ul > li:hover > a {
	color: #111;
	font-weight: 400;
}

@media screen and (max-width: 1280px) {
	.ddsmoothmenu > ul > li {
		padding: 0 1.6vw;
	}

	.xiala_menu a {
		width: 18vw;
		line-height: 60px;
	}
}

@media screen and (max-width: 1024px) {
	.down_arrow {
		display: inline;
		position: absolute;
		margin-left: 1vw;
		font-size: 1vw;
	}

	#Nav_box {
		height: 7vw;
	}

	.nav_box {
		height: 7vw;
		line-height: 7vw;
	}

	.nav_box .content {
		width: 90vw;
	}

	.nav_category ul li {
		padding: 0 1vw;
	}

	.nav_category ul li a {
		font-size: 2.6vw;
		font-weight: 500;
		letter-spacing: 0.3px;
	}

	.nav_logo {
		height: 3.8vw;
		display: inline-block;
	}

	.xiala_menu a {
		width: 26vw;
		line-height: 50px;
	}

	#Nav_box td:first-child {
		line-height: 7.5vw;
	}

	#Nav_box td:first-child a {
		line-height: 9.6vw;
	}

	.phones_menu {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 10vw;
		height: 100px;
		overflow: hidden;
	}

	.phones_menu span {
		position: fixed;
		top: 0;
		right: 5vw;
		width: 3.6vw;
		height: 0.28vw;
		font-size: 0;
		margin-top: 3.4vw;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		display: block;
		background-color: rgba(255, 197, 57, 1);
	}

	.phones_menu span:before,
	.phones_menu span:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		content: '';
		background-color: rgba(255, 197, 57, 1);
	}

	.phones_menu span:before {
		-webkit-transform: translateY(-1.3vw) rotate(0deg);
		transform: translateY(-1.3vw) rotate(0deg);
	}

	.phones_menu span:after {
		-webkit-transform: translateY(1.3vw) rotate(0deg);
		transform: translateY(1.3vw) rotate(0deg);
	}

	.phones_menu:hover {
		cursor: pointer;
	}

	.phones_menu .menu_span {
		-webkit-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}

	.phones_menu .menu_span:before {
		position: absolute;
		visibility: visible;
		-webkit-transform: translateY(0px) rotate(-90deg);
		transform: translateY(0px) rotate(-90deg);
	}

	.phones_menu .menu_span:after {
		opacity: 0;
		filter: alpha(opacity: 0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
	}

	.nav_category {
		display: none;
		position: absolute;
		top: 7vw;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.95);
	}

	.ddsmoothmenu > ul > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > ul > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > ul > li:first-child {
		border-top: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > a {
		font-size: 2vw;
		font-weight: 300;
		line-height: 5.5vw;
	}

	.ddsmoothmenu ul li .visible {
		position: relative;
		background: rgba(200, 200, 200, 1);
	}

	.ddsmoothmenu ul li .visible li {
		background: rgba(50, 50, 50, 1);
	}

	.ddsmoothmenu ul li .visible li a {
		text-align: center;
		line-height: 1.8;
		font-size: 1.5vw;
		color: rgba(255, 255, 255, 0.7);
	}

	.display_block {
		display: block;
	}

	.phones_menu {
		display: block;
		height: 7.5vw;
		position: fixed;
		margin-right: 5vw;
		width: 9.5vw;
		line-height: 7.5vw;
		z-index: 100000;
	}
}

@media screen and (max-width: 780px) {
	.down_arrow {
		margin-left: 2vw;
		font-size: 2vw;
	}

	#Nav_box {
		height: 0vw;
	}


	.nav_box {
		height: 10vw;
		line-height: 10vw;
	}

	.nav_logo {
		height: 4.6vw;
	}

	#Nav_box td:first-child {
		line-height: 12vw;
	}

	#Nav_box td:first-child a {
		line-height: 13vw;
	}

	.phones_menu span {
		position: fixed;
		top: 0;
		right: 5vw;
		width: 6.5vw;
		height: 0.28vw;
		font-size: 0;
		margin-top: 5vw;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
		display: block;
		background-color: rgba(255, 197, 57, 1);
	}

	.phones_menu span:before {
		-webkit-transform: translateY(-1.7vw) rotate(0deg);
		transform: translateY(-1.7vw) rotate(0deg);
	}

	.phones_menu span:after {
		-webkit-transform: translateY(1.7vw) rotate(0deg);
		transform: translateY(1.7vw) rotate(0deg);
	}

	.nav_category {
		display: none;
		position: absolute;
		top: 10vw;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.95);
	}

	.ddsmoothmenu > ul > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > ul > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > ul > li:first-child {
		border-top: 1px solid rgba(255, 197, 57, 0.25);
	}

	.ddsmoothmenu > ul > li > a {
		font-size: 4.5vw;
		font-weight: 300;
		line-height: 14vw;
	}

	.ddsmoothmenu ul li .visible {
		position: relative;
		background: rgba(200, 200, 200, 1);
	}

	.ddsmoothmenu ul li .visible li {
		background: rgba(50, 50, 50, 1);
	}

	.ddsmoothmenu ul li .visible li a {
		text-align: center;
		line-height: 2.5;
		font-size: 3.4vw;
		color: rgba(255, 255, 255, 0.7);
	}

	.display_block {
		display: block;
	}

	.phones_menu {
		height: 10vw;
		line-height: 10vw;
	}
}

@media screen and (max-width: 414px) {
	#Nav_box {
		height: 13vw;
	}

	.nav_box {
		height: 13vw;
		line-height: 12vw;
	}

	.nav_logo {
		height: 6vw;
		vertical-align: middle;
	}

	.xiala_menu a {
		line-height: 13vw;
	}

	.phones_menu span {
		margin-top: 6vw;
		height: 0.38vw;
	}

	.phones_menu span:before {
		-webkit-transform: translateY(-2vw) rotate(0deg);
		transform: translateY(-2vw) rotate(0deg);
	}

	.phones_menu span:after {
		-webkit-transform: translateY(2vw) rotate(0deg);
		transform: translateY(2vw) rotate(0deg);
	}
}

/* 页脚设置
================================================== */
.foot_box {
	position: relative;
	z-index: 3;
	background: #090909;
	color: rgba(255, 255, 255, 0.85);
	overflow: hidden;
}

.new_logo {
	width: 100%;
	margin: 10rem auto 8rem auto;
	text-align: center;
	overflow: hidden;
}

.new_logo table {
	width: 100%;
}

.new_logo .new_logo_sub {
	width: 150px;
	margin-bottom: 20px;
	display: inline-block;
}

.new_logo_wenan h2 {
	font-size: 1.4rem;
	color: #ffc539;
	text-transform: uppercase;
}

.link_icon {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.link_icon a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 15px;
	overflow-x: hidden;
}

.link_icon a:last-child {
	margin-right: 0;
}

.link_icon a img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	display: block;
}

.link_icon a img:hover {
	opacity: 1;
}

.contact_box {
	border-top: 0.05rem solid rgba(255, 197, 57, 0.3);
	border-bottom: 0.05rem solid rgba(255, 197, 57, 0.3);
	overflow: hidden;
}

.contact_box table {
	overflow: hidden;
	margin: 8rem auto;
}

.contact_box td {
	width: 25%;
	vertical-align: top;
}

.contact_box td:first-child {
	width: 20%;
}

.contact_box td:nth-child(2) {
	width: 16%;
}

.contact_box td:last-child {
	width: 15%;
}

.contact_box h1 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 400;
	color: rgba(255, 197, 57, 1);
}

.contact_box #map {
	width: 100%;
	display: block !important;
	margin-top: 10px;
}

.contact_box td p {
	margin: 10px 0;
	line-height: 1.5;
	display: block;
	color: rgba(255, 255, 255, 0.4);
}

.contact_box td a {
	color: rgba(255, 255, 255, 0.8);
}

.contact_box td a:hover {
	color: rgba(255, 197, 57, 1);
	cursor: pointer;
}

.contact_box td p span {
	color: rgba(255, 255, 255, 0.8);
}

.contact_box td p:last-child {
	margin-top: 20px;
}

.contact {
	width: 88%;
}

/* 表格设置
================================================== */
.input_box form {
	width: 65%;
	margin-top: 30px;
	display: block;
}

form .field {
	margin: 0 0 1rem 0;
	width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 2px;
	border: solid 2px rgba(255, 255, 255, 0.065);
	box-sizing: border-box;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem 0 1rem;
	text-decoration: none;
	width: 100%;
	line-height: 2;
	overflow: hidden;
	font-size: 1.2rem;
}

textarea {
	line-height: 1.3;
	padding: 0.5rem 1rem;
}

input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

#input {
	background-color: #ffc539;
	border-radius: 2px;
	padding: 0.8rem 1.2rem;
	text-align: center;
	margin-top: 15px;
	margin: 0;
	font-weight: bold;
	border: none;
	color: rgba(0, 0, 0, 1);
	font-size: 1.2rem;
	cursor: pointer;
}

/* 版权设置
================================================== */
.copyright_box {
	height: 60px;
	width: 100%;
	margin-bottom: 0;
}

.copyright p {
	color: rgba(255, 255, 255, 0.4);
	float: left;
	line-height: 60px;
}

.copyright img {
	height: 24px;
	float: right;
	margin-left: 2rem;
	margin-top: 18px;
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

@media screen and (max-width: 1024px) {
	.link_icon a img {
		opacity: 1;
	}

	.contact_box td {
		width: 24%;
		vertical-align: top;
	}

	.contact_box td:first-child {
		width: 18%;
	}

	.contact_box td:nth-child(2) {
		width: 16%;
	}

	.contact_box td:last-child {
		width: 18%;
	}

	.input_box form {
		width: 90%;
		margin-top: 30px;
	}

	.contact_box h1 {
		font-size: 1.5vw;
		font-weight: 300;
	}

	.contact_box p {
		font-size: 1.2vw;
		font-weight: 300;
	}

	.copyright_box {
		height: 60px;
		width: 100%;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#Foot_box .content {
		width: 90vw;
	}

	.new_logo {
		width: 90vw;
		margin: 5rem auto 5rem auto;
	}

	.new_logo .new_logo_sub {
		width: 30vw;
		margin-bottom: 26px;
	}

	.new_logo_wenan h2 {
		font-size: 3.4vw;
	}

	.contact_box table {
		display: block;
		margin: 0 auto;
	}

	.contact_box td {
		display: block;
		width: 100%;
		padding-bottom: 30px;
		padding-top: 40px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		overflow: hidden;
	}

	.contact_box td:first-child {
		width: 100%;
	}

	.contact_box td:nth-child(2) {
		width: 100%;
	}

	.contact_box td:last-child {
		width: 100%;
	}

	.contact_box h1 {
		font-size: 4.6vw;
	}
	.contact_box td p {
		margin: 10px 0;
		line-height: 1.5;
		font-size: 3vw;
		display: inline-block;
	}

	
	.contact_box .dizhi {
		margin-right: 10px;
	}

	.contact_box .Office_Hours p {
		display: block;
		float: left;
		margin-right: 20vw;
		margin-top: 0;
	}

	.contact_box .Office_Hours p:last-child {
		margin-top: 0;
	}

	.contact {
		width: 100%;
	}

	.none {
		display: none;
	}

	.input_box form {
		width: 100%;
		margin-top: 30px;
		display: block;
	}

	input[type="text"],
	input[type="email"],
	textarea {
		width: 100%;
		line-height: 1.6;
		font-size: 3.4vw;
		padding: 1vw 2vw;
	}

	textarea {
		line-height: 1.4;
		padding: 2vw 2vw;
	}

	#input {
		font-weight: 500;
		padding: 1.2rem 4rem;
		margin-top: 10px;
		font-size: 3.4vw;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.7);
		background-color: rgba(255, 197, 57, 0.8);
	}

	.copyright_box {
		height: 8vw;
		width: 100%;
	}

	.copyright p {
		font-size: 2.6vw;
		color: rgba(255, 255, 255, 0.5);
		line-height: 8vw;
	}

	.copyright img {
		height: 4vw;
		margin-left: 3vw;
		margin-top: 2vw;
		filter: alpha(opacity=0.7);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	.copyright a:last-child img {
		margin-left: 0;
	}
}

/* 订阅设置
================================================== */
.Subecript_biaoge,
.Subecript_big_box,
.Subecript_box {
	height: 28rem;
}

.Subecript_big_box {
	position: fixed;
	right: 0vw;
	bottom: -28rem;
	z-index: 9999;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.Subecript_box {
	position: relative;
}

.Subecript_tishi {
	background: rgba(255, 197, 57, 1);
	border: 1px solid rgba(255, 197, 57, 0.3);
	color: rgba(0, 0, 0, 1);
	border-bottom: none;
	box-sizing: border-box;
	width: 20rem;
	height: 3.6rem;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: -3.6rem;
	right: 0;
	z-index: 999;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	padding: 0 1rem;
}

.Subecript_box .Subecript_tishi_focus {
	color: rgba(255, 197, 57, 1);
	background: #000;
}

.Subecript_tishi div {
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 3.6rem;
	letter-spacing: 0.5px;
}

.Subecript_biaoge {
	position: relative;
	width: 40vw;
	max-width: 650px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);
	z-index: 998;
	color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(255, 197, 57, 0.3);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0 2vw 0vw 2vw;
}

.Subecript_biaoge h1 {
	color: rgba(255, 197, 57, 0.9);
	font-size: 2.6rem;
	width: 100%;
	text-align: center;
	margin: 0 auto 0.8vw auto;
}

.Subecript_input {
	margin: 0.8vw auto;
}

.Subecript_input input {
	background: rgba(255, 255, 255, 0);
	border: solid 1px rgba(255, 197, 57, 0.6);
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	height: 4rem;
	line-height: 4rem;
}

.Subecript_big_box th {
	color: #fff;
	background: red;
}

.Subecript_tijiao {
	width: 100%;
}

.Subecript_tijiao input {
	width: 15vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 1.6rem;
	padding: 0.5rem 0;
	background: none;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	background: rgba(255, 197, 57, 0.9);
	color: rgba(0, 0, 0, 1);
	outline: none;
}

.Subecript_tijiao .Subecript_tijiao_disabled {
	background: rgba(255, 197, 57, 0.4);
	color: rgba(0, 0, 0, 1);
}

#ifrm {
	height: 0 !important;
	width: 0 !important;
	position: absolute;
	top: 0;
}

.Subscript_donghua {
	bottom: 0rem;
}

.g-recaptcha {
	margin-bottom: 1vw;
}

@-webkit-keyframes Subscript {
	form {
		top: auto;
	}

	to {
		top: 100%;
	}
}

@keyframes Nav {
	form {
		top: auto;
	}

	to {
		top: 100%;
	}
}

/* 留言功能 */
.selkeydiv {
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

.selkeydiv_block {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.Subecript_biaoge,
	.Subecript_big_box,
	.Subecript_box {
		height: 25rem;
	}

	.Subecript_big_box {
		bottom: -25rem;
	}

	.Subscript_donghua {
		bottom: 0rem;
	}

	.Subecript_biaoge h1 {
		font-size: 2rem;
	}

	.Subecript_tijiao input {
		width: 15vw;
		font-size: 1.6rem;
		padding: 0.3rem 0;
	}

	.Subecript_tishi div {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.a_newline {
		display: inline;
	}

	.Subecript_biaoge,
	.Subecript_big_box,
	.Subecript_box {
		height: 60vw;
	}

	.Subecript_big_box {
		bottom: -60vw;
	}

	.Subecript_tishi {
		width: 40vw;
		height: 8vw;
		top: -8vw;
	}

	.Subecript_tishi > div {
		line-height: 8vw;
		font-size: 3.4vw;
	}

	.Subecript_biaoge {
		width: 100vw;
		padding: 0 4vw;
	}

	.Subecript_biaoge h1 {
		font-size: 4vw;
		margin: 0 auto 3vw auto;
	}

	.Subecript_input {
		margin: 3vw auto;
	}

	.Subecript_input input {
		height: 7vw;
		line-height: 7vw;
	}

	.Subecript_tijiao input {
		width: 50vw;
		font-size: 2.6vw;
		padding: 1.4vw 0;
	}

	.Subscript_donghua {
		bottom: 0rem;
	}
}