﻿@charset "utf-8";

.module0207{
	width:100vw;
	height: auto;
	background-size:cover;
	margin:0 auto;
	position: relative;
}


.module0207_1{
	width: 1400px;
	width: var(--mainwidth);
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.module0207_div{
	width:48%;
	background: var(--FontWhiColor);
	border: 1px solid #dcdcdc;
	line-height: 3.75rem;
	padding-left: 1.25rem;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	color: var(--FontTowColor);
}

.module0207_text{
	width:calc(100% - 5.625rem); 
	border:none;
	height: 100%;
	font-family: '微软雅黑';
	font-size: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 color:var(--FontTowColor);
}
.module0207_text:focus {  	color: var(--FontOneColor);
	
}
.module0207_2{
	width: 1400px;
	width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: var(--FontWhiColor);
	border: 1px solid #dcdcdc;
	line-height: 3.75rem;
	padding-left: 1.25rem;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	color: var(--FontTowColor);
	margin-bottom: 3.5rem;
}
.module0207_textarea{
	width:calc(100% - 5.625rem); 
	border:none;
	height: 15rem;
	font-family: '微软雅黑';
	font-size: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 color:var(--FontTowColor);
	padding-top: 1.25rem;
}
.module0207_textarea:focus {  	color: var(--FontOneColor);}



.module0207_3{
	display: flex;
	justify-content: center;
}
.module0207_3 a{
	width:15rem;
	height: 3.125rem;
	text-align: center;
	line-height: 3.125rem;
	background: var(--OneColor);
	color:var(--FontWhiColor);
	font-size: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border-radius:4px;
	cursor: pointer;
}

.module0207_3 a:hover{
	letter-spacing: 2px;
	
}



@media screen and (max-width:1023px)and (min-width:300px){
.module0207{
	padding: 2rem 0;
}


.module0207_1{
	width: 96vw;
	margin-bottom: 0px;
	justify-content: center;
	flex-direction: column;
}
.module0207_div{
	width:100%;
	line-height: 3.75rem;
	padding-left: 1.25rem;
	margin-bottom: 10px;
}

.module0207_text{
	border:none;
	height: 3.75rem;
}

.module0207_2{
	width: 96vw;
	line-height: 3.75rem;
	padding-left: 1.25rem;
	margin-bottom: 3.5rem;
}
.module0207_textarea{
	height: 10rem;
}


}
