main > .module {
  width: 100%;
  text-align: center;
}
main > .module .position {
  max-width: 1200px;	
  margin: 0 auto;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
main > .module .banner {
  width: 100%;
  background: #e2e5ea;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
main > .module .contactus_banner {
  background: url(../img/bannar_contactus.jpg) no-repeat #e2e5ea center;
  height: 250px;
}
main > .module .banner .main {
  width: 1200px;
  text-align: left;
}
main > .module .banner .pd_t60 {
  padding-top: 60px;
}
main > .module .banner .main h1 {
  font-size: 42px;
  font-weight: 400;
}
main > .module .contactus {
  max-width: 1200px;	
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
main > .module .ma_t50 {
  margin: 	50px 0;
}
main > .module .contactus .contactus_text_left {
  width: 100%;
  float: left;
  text-align: left;
}
main > .module .contactus .contactus_text_left a{
    color: #e02020;    
}
main > .module .contactus .contactus_text_left a:hover{
    color: #f50606;    
}
main > .module .contactus .contactus_text_left .tel {
  width: 100%;
  background: url("../img/icon_tel.png") no-repeat #f8f8f8 left 25px center; 
}
main > .module .contactus .contactus_text_left .add {
  width: 100%;
  background: url("../img/icon_add.png") no-repeat #f8f8f8 left 25px center; 
  margin-top: 15px;
}
main > .module .contactus .contactus_text_left .tel p {
  margin-left: 105px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
}	
main > .module .contactus .contactus_text_left .add p {
  margin-left: 105px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
}		
main > .module .contactus .contactus_pic_right {
  width: 47%;
  float: left;
}
main > .module .contactus .contactus_pic_right img {
  width: 100%;
}


/* 表单容器 */
main > .module .consult-form {
  max-width: 1200px;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 40px 80px;
  border-radius: 2px;
  margin-bottom: 50px;
}
/* 标题区域 */
main > .module .form-header {
  text-align: center;
  margin-bottom: 15px;
}
main > .module .form-header h2 {
  font-size: 32px;
  color: #333;
  font-weight: normal;
  margin-bottom: 8px;
}
main > .module .form-header p {
  font-size: 14px;
  color: #666;
}
/* 红色分隔线 */
main > .module .red-line {
  height: 4px;
  background-color: #e60012;
  width: 100%;
  margin-bottom: 40px;
}
/* 表单行容器 */
main > .module .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px;
}
/* 表单项 */
main > .module .form-item {
  flex: 1;
  min-width: 260px;
  position: relative;
}
/* 输入框通用样式 */
main > .module .form-input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  outline: none;
  transition: border-color 0.2s;
}
main > .module .form-input:focus {
  border-color: #999;
}
/* 文本域样式 */
main > .module .form-textarea {
  width: 100%;
  min-height: 180px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  resize: none;
  outline: none;
  transition: border-color 0.2s;
}
main > .module .form-textarea:focus {
  border-color: #999;
}
/* 错误提示样式 */
main > .module .error-tip {
  position: absolute;
  left: 15px;
  top: 45px;
  font-size: 12px;
  color: #e60012;
  display: none;
}
main > .module .tip {
    top: 25px;
}
/* 错误提示样式2 */
main > .module .error-tip2 {
  position: absolute;
  left: 15px;
  top: 185px;
  font-size: 12px;
  color: #e60012;
  display: none;
}
/* 隐私协议项 */
main > .module .privacy-term {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #666;
  position: relative;
}
main > .module .privacy-term .url-link {
  color: #0066cc;
  text-decoration: none;	
}
main > .module .privacy-term .url-link:hover {
  text-decoration: underline;
}
main > .module .privacy-checkbox {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
}
/* 验证码区域 */
main > .module .verify-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
main > .module .verify-input {
  flex: 0.3;
  min-width: 260px;
  position: relative;
}
main > .module .privacy-term input {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    position: relative;
}
main > .module .privacy-term input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}	
main > .module .privacy-term input[type=checkbox]:checked::after {
    position: absolute;
    top: 0;
    background-color: #e60012;
    color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #e60012;
}
main > .module .verify {
  position: relative;
}
  /* 提交按钮 */
main > .module .submit-btn {
  width: 120px;
  height: 45px;
  background-color: #e60012;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
main > .module .submit-btn:hover {
  background-color: #c90010;
}
/* 响应式媒体查询 */
@media (max-width: 768px) {
  .consult-form {
  	padding: 25px 20px;
  }
  .form-header h2 {
  	font-size: 26px;
  }
  .form-row {
  	gap: 20px;
  	margin-bottom: 20px;
  }
  .submit-btn {
  	width: 100%;
  	margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .form-item {
  	min-width: 100%;
  }
  .privacy-term {
  	flex-direction: column;
  	gap: 8px;
  }
}


@media screen and (max-width: 640px) {
main > .module .position {
	padding-left: 20px;
}	
main > .module .contactus_banner {
  	background: url(../img/bannar_contactus.jpg) no-repeat #e2e5ea 71px / 100%;
  	height: 80px;
}
main > .module  .contactus_banner2 {
    height: 60px;
}
main > .module .banner .main h1 {
    font-size: 24px;
    font-weight: 400;
	padding-left: 20px;	
}	
main > .module .banner .pd_t60 {
    padding-top: 10px;
}
main > .module .ma_t50 {
    margin: 30px 0;
}
main > .module .consult-form {
	padding: 20px;
	margin: 0;
}	
main > .module .contactus {	
	display: block;
}		
main > .module .contactus .contactus_text_left, main > .module .contactus .contactus_pic_right {
    width: 100%;	
	padding: 0 20px;
	margin-top: 20px;
	float: none;
}		
main > .module .contactus .contactus_text_left .tel, main > .module .contactus .contactus_text_left .add {	
}		
main > .module .contactus .contactus_text_left .tel p, main > .module .contactus .contactus_text_left .add p {
    margin-left: 90px;
    font-size: 13px;
    line-height: 30px;
	padding-top: 30px;
}	
	
main > .module .privacy-term {	
	display: block;
	text-align: left;
	margin-top: 20px;
}	
main > .module .tip {
    top: 55px;
}
main > .module .verify-area {
    gap: 40px 20px;	
}
main > .module .verify-input {
  flex: 0.1;
  min-width: 150px;
}
main > .module .verify img {	
  width: 75%;
}	
footer {
    margin-top: 0;
}
	
	
}


