

.tanchuang1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999999999;
	opacity: 0;
	transition: all 0.5s;
}

.tanchuang1.on {
	z-index: 9999999999;
	opacity: 1;
}

.tanchuang1 .bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.tanchuang1 .con {
	width: 1023px;
	background-color: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	height: 80vh;
	transition: all 0.5s;
}

.tanchuang1.on .con {
	top: 50%;
}

.tanchuang1 .con::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.tanchuang1 .con::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.tanchuang1 .con::-webkit-scrollbar-thumb {
	background: #0426A1;
}

.tanchuang1 .con .top {
	padding: 1vw 3vw;
	background-color: #1A39A8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	transform: translateY(-1px);
}

.tanchuang1 .con .top .tc_logo {
	width: 135px;
}

.tanchuang1 .con .top .tc_logo img {
	max-width: 100%;
}

.tanchuang1 .con .top .out {
	cursor: pointer;
	transition: all 0.5s;
}

.tanchuang1 .con .top .out:hover {
	transform: rotate(180deg);
}

.tanchuang1 .con .center {
	padding: 2.6vw 3vw 0.6vw 3vw;
	border-bottom: 1px dashed #DBDBDB;
}

.tanchuang1 .con .tit {
	font-size: 24px;
	line-height: 22px;
	padding-left: 13px;
	border-left: 3px solid #0426A1;
	color: #1A39A8;
	font-family: hb;
	margin-bottom: 1.67vw;
}

.tanchuang1 .con .boxs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tanchuang1 .con .boxs .input {
	width: 418px;
	margin-bottom: 2vw;
}

.tanchuang1 .con .input .h {
	line-height: 24px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 1.1vw;
}

.tanchuang1 .con .input .h span {
	color: #E70011;
	margin-right: 6px;
}

.tanchuang1 .con .input input,
.tanchuang1 .con .input textarea {
	border: 1px solid #DFDDDD;
	border-radius: 4px;
	line-height: 46px;
	width: 100%;
	padding: 0 10px;
	resize: none;
	margin-left: 10px;
}

.con .input.yzm {
	display: flex;
	width: 418px;
	justify-content: space-between;
	max-width: 100%;
	margin-bottom: 2vw;
}

.con .input.yzm input {
	width: calc(100% - 135px) !important;
}

.con .input.yzm img {
	width: 120px;
}

.tanchuang1 .con .bottom {
	padding: 3.64vw 3vw 4.16vw 3vw;
}

.tanchuang1 .con .input textarea {
	height: 162px;
	margin-bottom: 2.34vw;
}

.tanchuang1 .con .bottom .btn {
	width: 198px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background-color: #0426A1;
	border-radius: 25px;
	margin-top: 3.49vw;
	transition: all 0.5s;
	cursor: pointer;
}

.tanchuang1 .con .bottom .btn:hover {
	opacity: 0.8;
}

.tanchuang1 .con .bottom .txt {
	color: #666666;
}

.tanchuang1 .con .bottom .txt a {
	color: #3144F5;
}

.tanchuang1 .con .bottom .txt input[type="checkbox"] {
	display: none;
}

.tanchuang1 .con .bottom label {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	padding-left: 40px;
	background: url(../img/gou.png)no-repeat left center;
	cursor: pointer;
}

.tanchuang1 .con .bottom label.on {
	background-image: url(../img/gou1.png);
}

.tanchuang2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999999999;
	opacity: 0;
	transition: all 0.5s;
}

.tanchuang2.on {
	z-index: 9999999999;
	opacity: 1;
}

.tanchuang2 .bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.tanchuang2 .con {
	width: 1023px;
	background-color: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	height: 80vh;
	transition: all 0.5s;
}

.tanchuang2.on .con {
	top: 50%;
}

.tanchuang2 .con::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.tanchuang2 .con::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.tanchuang2 .con::-webkit-scrollbar-thumb {
	background: #0426A1;
}

.tanchuang2 .con .top {
	padding: 1vw 3vw;
	background-color: #1A39A8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	transform: translateY(-1px);
}

.tanchuang2 .con .top .tc_logo {
	width: 135px;
}

.tanchuang2 .con .top .tc_logo img {
	max-width: 100%;
}

.tanchuang2 .con .top .out {
	cursor: pointer;
	transition: all 0.5s;
}

.tanchuang2 .con .top .out:hover {
	transform: rotate(180deg);
}

.tanchuang2 .con .top_1 {
	padding: 3.43vw 3vw 2.86vw 3vw;
	border-bottom: 1px dashed #DBDBDB;
}

.tanchuang2 .con .top_1 .table_more {
	width: 198px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background-color: #0426A1;
	border-radius: 25px;
	transition: all 0.5s;
	cursor: pointer;
	margin-bottom: 1.82vw;
}

.tanchuang2 .con .top_1 .table_more:hover {
	opacity: 0.8;
}

.tanchuang2 .con .top_1 .p {
	line-height: 20px;
	font-size: 16px;
	color: #0426A1;
}

.tanchuang2 .con .center {
	padding: 2.6vw 3vw 0.6vw 3vw;
	border-bottom: 1px dashed #DBDBDB;
}

.tanchuang2 .con .tit {
	font-size: 24px;
	line-height: 22px;
	padding-left: 13px;
	border-left: 3px solid #0426A1;
	color: #1A39A8;
	font-family: hb;
	margin-bottom: 1.67vw;
}

.tanchuang2 .con .center .tit {
	margin-bottom: 0.9vw;
}

.tanchuang2 .con .tit1 {
	font-size: 16px;
	line-height: 20px;
	color: #0426A1;
	margin-bottom: 1.77vw;
}

.tanchuang2 .con .boxs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tanchuang2 .con .boxs .input {
	width: 418px;
	margin-bottom: 2vw;
}

.tanchuang2 .con .input .h {
	line-height: 24px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 1.1vw;
}

.tanchuang2 .con .input .h span {
	color: #E70011;
	margin-right: 6px;
}

.tanchuang2 .con .input input,
.tanchuang2 .con .input textarea {
	border: 1px solid #DFDDDD;
	border-radius: 4px;
	line-height: 46px;
	width: 100%;
	padding: 0 10px;
	resize: none;
	margin-left: 10px;
}

.tanchuang2 .con .bottom {
	padding: 3.64vw 3vw 4.16vw 3vw;
}

.tanchuang2 .con .input textarea {
	height: 162px;
	margin-bottom: 2.34vw;
}

.tanchuang2 .con .bottom .btn {
	width: 198px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background-color: #0426A1;
	border-radius: 25px;
	margin-top: 3.49vw;
	transition: all 0.5s;
	cursor: pointer;
}

.tanchuang2 .con .bottom .btn:hover {
	opacity: 0.8;
}

.tanchuang2 .con .bottom .txt {
	color: #666666;
}

.tanchuang2 .con .bottom .txt a {
	color: #3144F5;
}

.tanchuang2 .con .bottom .txt input[type="checkbox"] {
	display: none;
}

.tanchuang2 .con .bottom label {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	padding-left: 40px;
	background: url(../img/gou.png)no-repeat left center;
	cursor: pointer;
}

.tanchuang2 .con .bottom label.on {
	background-image: url(../img/gou1.png);
}

.tanchuang3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999999999;
	opacity: 0;
	transition: all 0.5s;
}

.tanchuang3.on {
	z-index: 9999999999;
	opacity: 1;
}

.tanchuang3 .bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.tanchuang3 .con {
	width: 86vw;
	background-color: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	height: 90vh;
	transition: all 0.5s;
}

.tanchuang3.on .con {
	top: 50%;
}

.tanchuang3 .con::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.tanchuang3 .con::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.tanchuang3 .con::-webkit-scrollbar-thumb {
	background: #0426A1;
}

.tanchuang3 .con .top {
	padding: 1vw 3vw;
	background-color: #1A39A8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateY(-1px);
}

.tanchuang3 .con>.top {
	position: sticky;
	top: 0;
	z-index: 100;
}

.tanchuang3 .con .top .tc_logo {
	width: 135px;
}

.tanchuang3 .con .top .tc_logo img {
	max-width: 100%;
}

.tanchuang3 .con .top .out {
	cursor: pointer;
	transition: all 0.5s;
}

.tanchuang3 .con .top .out:hover {
	transform: rotate(180deg);
}

.tanchuang3 .con .top .h {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-family: hb;
}

.tanchuang3 .boxs {
	position: relative;
	padding-bottom: 3.125vw;
}

.tanchuang3 .boxs .lang {
	position: absolute;
	top: 1.56vw;
	right: 2.18vw;
	width: 194px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-family: hb;
	text-align: center;
	border-radius: 20px;
	background-color: #1A39A8;
	border: none;
	display: none;
}

.tanchuang3 .boxs>.box {
	padding: 2.8vw 2.18vw 2vw 2.18vw;
	background: url(../img/tc3_solid.png)no-repeat center bottom;
	background-size: 100% auto;
}

.tanchuang3 .boxs>.box .tit {
	font-size: 24px;
	line-height: 24px;
	color: #1A39A8;
	font-family: hb;
	padding-left: 0.73vw;
	border-left: 3px solid #1A39A8;
	margin-bottom: 1.46vw;
}

.tanchuang3 .boxs>.box .input_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tanchuang3 .boxs>.box .input {
	display: flex;
	width: 23%;
	align-items: center;
	margin-bottom: 1.2vw;
}

.tanchuang3 .boxs>.box .input1 {
	width: 49%;
}

.tanchuang3 .boxs>.box .input .txt {
	width: 102px;
	font-size: 14px;
	text-align: right;
	padding-right: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box .input .txt span {
	color: #E70011;
	margin-right: 4px;
}

.tanchuang3 .boxs>.box .input input {
	width: calc(100% - 102px);
	line-height: 32px;
	border: 1px solid #DFDDDD;
	border-radius: 2px;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box .input select {
	width: calc(100% - 102px);
	line-height: 32px;
	height: 34px;
	color: #999999;
	border: 1px solid #DFDDDD;
	border-radius: 2px;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box .checkbox {
	display: flex;
}

.tanchuang3 .boxs>.box .checkbox .txt {
	font-size: 14px;
	text-align: right;
	padding-right: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box .checkbox .box {
	margin-right: 1.98vw;
	color: #666666;
}

.tanchuang3 .boxs>.box .checkbox .box:focus {
	color: #0007E1;
}

.tanchuang3 .boxs>.box .checkbox .box input {
	margin-right: 0.5vw;
}

.tanchuang3 .boxs>.box2 .tab {
	display: flex;
	margin-bottom: 1.56vw;
}

.tanchuang3 .boxs>.box2 .tab .box {
	margin-right: 1.98vw;
	font-size: 14px;
	color: #666666;
}

.tanchuang3 .boxs>.box2 .tab .box input {
	margin-right: 0.5vw;
}

.tanchuang3 .boxs>.box2 .item1 .h {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box2 .item1 .h span {
	color: #FF0000;
	margin-right: 3px;
}

.tanchuang3 .boxs>.box2 .item1 .ul {
	padding: 1.4vw 1.77vw 0.05vw 1.77vw;
	background-color: #F9F9F9;
	margin-top: 0.52vw;
	display: flex;
	flex-wrap: wrap;
}

.tanchuang3 .boxs>.box2 .item1 .ul .li {
	width: calc(100% / 7);
	margin-bottom: 1.35vw;
	display: flex;
	align-items: center;
	color: #666666;
}

.tanchuang3 .boxs>.box2 .item1 .ul .li input {
	margin-right: 0.5vw;
}

.tanchuang3 .boxs>.box2 .item2 {
	margin-top: 1.46vw;
	display: none;
}

.tanchuang3 .boxs>.box2 .item2 .h {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box2 .item2 .input_box {
	padding: 1.56vw 1.67vw;
	background-color: #F9F9F9;
	margin-top: 0.5vw;
}

.tanchuang3 .boxs>.box2 .item2 .input_box .input {
	margin-bottom: 0;
	width: 32%;
}

.tanchuang3 .boxs>.box2 .item3 {
	margin-top: 1.46vw;
}

.tanchuang3 .boxs>.box2 .item3 .h {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box2 .item3 .list {
	margin-top: 1vw;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item3 .list .top {
	color: #ffffff;
	padding: 0;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box2 .item3 .list .top .name:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul {
	color: #000000;
	display: flex;
	border-bottom: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	overflow: hidden;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box2 .item3 .list .ul .li span {
	color: #1A39A8;
	cursor: pointer;
	margin: 0 1.3vw;
}

.tanchuang3 .boxs>.box2 .item4 {
	margin-top: 1.46vw;
}

.tanchuang3 .boxs>.box2 .item4 .h {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box2 .item4 .list {
	margin-top: 1vw;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item4 .list .top {
	color: #ffffff;
	padding: 0;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box2 .item4 .list .top .name:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul {
	color: #000000;
	display: flex;
	border-bottom: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	overflow: hidden;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box2 .item4 .list .ul .li span {
	color: #1A39A8;
	cursor: pointer;
	margin: 0 1.3vw;
}

.tanchuang3 .boxs>.box3 .input {
	width: 24.5%;
}

.tanchuang3 .boxs>.box3 .input .txt {
	width: 120px;
}

.tanchuang3 .boxs>.box4 {}

.tanchuang3 .boxs>.box4 .h {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box4 .list {
	margin-top: 0.5vw;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box4 .list .top {
	color: #ffffff;
	padding: 0;
}

.tanchuang3 .boxs>.box4 .list .top .name {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box4 .list .top .name span {
	color: #E70011;
	margin-right: 3px;
}

.tanchuang3 .boxs>.box4 .list .top .name:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box4 .list .top .name:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box4 .list .top .name:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box4 .list .top .name:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box4 .list .top .name:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box4 .list .ul {
	color: #000000;
	display: flex;
	border-bottom: 1px solid #D4D4D4;
}

.tanchuang3 .boxs>.box4 .list .ul .li {
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	overflow: hidden;
}

.tanchuang3 .boxs>.box4 .list .ul .li input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box4 .list .ul .li:nth-child(1) {
	width: 24%;
}

.tanchuang3 .boxs>.box4 .list .ul .li:nth-child(2) {
	width: 17.9%;
}

.tanchuang3 .boxs>.box4 .list .ul .li:nth-child(3) {
	width: 13.6%;
}

.tanchuang3 .boxs>.box4 .list .ul .li:nth-child(4) {
	width: 29.4%;
}

.tanchuang3 .boxs>.box4 .list .ul .li:nth-child(5) {
	width: 15.1%;
	border-right: none;
}

.tanchuang3 .boxs>.box4 .list .ul .li span {
	color: #1A39A8;
	cursor: pointer;
	margin: 0 1.3vw;
}

.tanchuang3 .boxs>.box5 {
	padding-bottom: 5.2vw;
	background: none;
}

.tanchuang3 .boxs>.box5 .tab1 {
	display: flex;
	align-items: center;
}

.tanchuang3 .boxs>.box5 .tab1 span {
	font-size: 14px;
	color: #000000;
}

.tanchuang3 .boxs>.box5 .tab1 .box {
	margin-left: 1.98vw;
	color: #666666;
}

.tanchuang3 .boxs>.box5 .tab1 .box input {
	margin-right: 0.416vw;
}

.tanchuang3 .boxs>.box5 .item1 {
	padding: 1.56vw 1.67vw;
	display: flex;
	justify-content: space-between;
	background-color: #F9F9F9;
	margin-top: 0.5vw;
	display: none;
}

.tanchuang3 .boxs>.box5 .item1 .input {
	margin-bottom: 0;
	width: auto;
}

.tanchuang3 .boxs>.box5 .item1 .input .txt {
	width: auto;
}

.tanchuang3 .boxs>.box5 .item1 .input input {
	width: 19.79vw;
}

.tanchuang3 .boxs>.box5 .tabx {
	display: flex;
	align-items: center;
	margin-top: 1.3vw;
}

.tanchuang3 .boxs>.box5 .tabx>span {
	font-size: 14px;
	color: #000000;
	display: block;
	width: 410px;
}

.tanchuang3 .boxs>.box5 .tabx .box {
	margin-right: 1.98vw;
	color: #666666;
}

.tanchuang3 .boxs>.box5 .tabx .box input {
	margin-right: 0.416vw;
}

.tanchuang3 .boxs>.box5 .tab2 .item2 {
	width: 400px;
	line-height: 32px;
	border: 1px solid #DFDDDD;
	font-size: 14px;
	color: #333333;
	display: none;
}

.tanchuang3 .boxs>.box5 .tab2 .item2 input {
	width: 140px;
	padding: 0 10px;
}

.tanchuang3 .boxs>.box5 .tab4 .input {
	font-size: 14px;
	color: #333333;
	margin-bottom: 0;
	width: auto;
	margin-left: 3.125vw;
}

.tanchuang3 .boxs>.box5 .tab4 .input:nth-child(2) {
	margin-left: 0;
}

.tanchuang3 .boxs>.box5 .tab4 .input input {
	width: 52px;
	margin: 0 5px;
}

.tanchuang3 .boxs>.box5 .tab4 .bz {
	font-size: 14px;
	color: #FF0000;
	margin-left: 1.56vw;
}

.tanchuang3 .submit {
	width: 24.375vw;
	line-height: 3.125vw;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #0426A1;
	border-radius: 1.5625vw;
	transition: all 0.5s;
	margin: 0 auto;
	display: block;
}

.tanchuang3 .submit:hover {
	opacity: 0.7;
}

@media (max-width:1560px) {

	.tanchuang2 .con .bottom .btn {
		line-height: 36px;
		width: 150px;
	}

	.tanchuang1 .con .bottom .btn {
		line-height: 36px;
		width: 150px;
	}

	.tanchuang2 .con .top_1 .table_more {
		width: 150px;
		height: 36px;
		line-height: 36px;
	}

	.tanchuang3 .con {
		width: 92vw;
	}

	.tanchuang3 .boxs>.box2 .item1 .ul .li {
		width: calc(100% / 5);
	}

}

@media (max-width:1366px) {

	.tanchuang3 .boxs>.box5 .tabx {
		flex-wrap: wrap;
	}

	.tanchuang3 .boxs>.box5 .tab4 .bz {
		margin-left: 0;
	}
}

@media (max-width:1024px) {

	.tanchuang1 .con,
	.tanchuang2 .con {
		width: 90%;
	}

	.tanchuang3 .boxs>.box .input {
		width: 49%;
		display: block;
		margin-bottom: 14px;
	}

	.tanchuang3 .boxs>.box .input input {
		width: 100%;
		font-size: 12px;
		line-height: 24px;
	}

	.tanchuang3 .boxs>.box .input .txt {
		text-align: left;
	}

	.tanchuang3 .con .top .h {
		display: none;
	}

	.tanchuang3 .boxs>.box .tit {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 20px;
	}

	.tanchuang1 .con .tit {
		font-size: 18px;
	}

	.tanchuang1 .con .center {
		padding: 20px 12px;
	}

	.tanchuang1 .con .input .h {
		font-size: 14px;
	}

	.tanchuang1 .con .input input,
	.tanchuang1 .con .input textarea {
		line-height: 32px;
		margin-left: 0;
	}

	.tanchuang1 .con .bottom label {
		font-size: 12px;
		padding-left: 26px;
	}

	.tanchuang2 .con .tit {
		font-size: 18px;
	}

	.tanchuang2 .con .top_1 {
		padding: 20px 12px;
	}

	.tanchuang2 .con .tit {
		font-size: 18px;
		margin-block: 10px;
	}

	.tanchuang2 .con .top_1 .table_more {
		font-size: 12px;
		line-height: 26px;
		height: 26px;
		width: 120px;
	}

	.tanchuang2 .con .top_1 .p {
		font-size: 14px;
	}

	.tanchuang2 .con .tit1 {
		font-size: 14px;
	}

	.tanchuang2 .con .input .h {
		font-size: 14px;
	}

	.tanchuang2 .con .input input,
	.tanchuang2 .con .input textarea {
		line-height: 32px;
		margin-left: 0;
	}

	.tanchuang2 .con .bottom .btn {
		width: 150px;
		line-height: 30px;
	}

	.tanchuang2 .con .center {
		padding: 20px 12px;
	}

	.tanchuang2 .con .bottom label {
		font-size: 12px;
		padding-left: 26px;
	}

	.tanchuang3 .boxs>.box .input select {
		width: 100%;
	}

	.tanchuang3 .boxs>.box .input .txt {
		margin-bottom: 6px;
	}

	.tanchuang3 .boxs>.box .checkbox .txt {
		font-size: 14px;
		text-align: left;
		padding-right: 14px;
		color: #000000;
		width: 100%;
		margin-bottom: 8px;
	}

	.tanchuang3 .boxs>.box .checkbox {
		flex-wrap: wrap;
	}

	.tanchuang3 .boxs>.box {
		padding: 20px 12px;
	}

	.tanchuang3 .boxs>.box2 .item1 .ul {
		padding: 20px 12px;
		margin: 10px auto;
	}

	.tanchuang3 .boxs>.box2 .item1 .ul .li {
		width: 100%;
		font-size: 14px;
	}

	.tanchuang3 .boxs>.box2 .item3 .list {
		margin: 10px auto;
	}

	.tanchuang3 .boxs>.box2 .item4 .list {
		margin: 10px auto;
	}

	.tanchuang3 .boxs>.box4 .list .top .name,
	.tanchuang3 .boxs>.box2 .item4 .list .top .name,
	.tanchuang3 .boxs>.box2 .item3 .list .top .name {
		padding: 10px 0;
		height: 60px;
		display: flex;
		align-items: center;
		line-height: 20px;
		font-size: 14px;
	}

	.tanchuang3 .boxs>.box5 .tab1,
	.tanchuang3 .boxs>.box5 .tabx {
		flex-wrap: wrap;
		margin-bottom: 12px;
	}

	.tanchuang3 .boxs>.box5 .tab1 span,
	.tanchuang3 .boxs>.box5 .tabx>span {
		display: block;
		width: 100%;
		margin-bottom: 6px;
		line-height: 1.5;
	}

	.tanchuang3 .boxs>.box5 .tab4 .input {
		margin-left: 0;
		margin-bottom: 6px;
	}

	.tanchuang3 .boxs>.box5 .tab4 .bz {
		margin-left: 0;
	}

	.tanchuang3 .submit {
		font-size: 14px;
		width: 150px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
	}

	.tanchuang3 .boxs>.box2 .item1 .ul .li {
		padding: 2px 0;
	}

	.tanchuang3 .boxs .lang {
		font-size: 14px;
		width: 150px;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
	}

	.tanchuang3 .boxs {
		padding-bottom: 30px;
	}

	.tanchuang2 .con .bottom {
		padding: 20px 12px 30px 12px;
	}

	.tanchuang1 .con .bottom .btn {
		line-height: 30px;
		width: 150px;
	}

	.tanchuang1 .con .bottom {
		padding: 20px 12px 30px 12px;
	}

	.tanchuang1 .con .top,
	.tanchuang2 .con .top,
	.tanchuang3 .con .top {
		padding: 12px;
	}

	.tanchuang1 .con .top .tc_logo,
	.tanchuang2 .con .top .tc_logo,
	.tanchuang3 .con .top .tc_logo {
		width: 100px;
	}

	.tanchuang1 .con::-webkit-scrollbar {
		width: 2px;
		height: 5px;
	}

	.tanchuang2 .con::-webkit-scrollbar {
		width: 2px;
		height: 5px;
	}

	.tanchuang3 .con::-webkit-scrollbar {
		width: 2px;
		height: 5px;
	}
}