
/* contact-section 我要諮詢 sub1    */

.contact-section {background:#634cb6;}
.contact-section .container { max-width: 1100px;}
.contact-information-box-3 {background:none;box-shadow:none;border:none; padding-top:0; margin-top:-25px;}
.contact-section .default-btn  {background:#fcc149; color:#333;}
.contact-section .default-btn-one span { 
	background-color: #3e2e79; color:#fff;  
}
.contact-section .default-btn-one:hover, .default-btn-one:focus {
	color: #fff;
}

.contact-information-box-3 .contact-info h6 {color: #fff;}
.contact-information-box-3 .contact-info p {color: #fff;}

.sico  {width:70px; height:70px;border-radius: 50%; background-color: #fff; text-align:center; float:left; margin-right:20px;}
.sico img {width:40px; margin-top:15px;}

.cont-toptilte {width: 100%;height:120px;}
.cont-toptilte img{float:left;width:120px;position:relative;}
.cont-toptilte h3{font-size:48px; color:#fff;line-height:120px; margin-left:-20px;
position:absolute;left:80px; font-weight:400;}

.contact-section .contact-form-3 form .form-control {
  
  border: 2px solid #fff;  
  border-radius: 6px;  
  transition: border-color 0.3s ease;  
}

.contact-section .contact-form-3 form input:focus, .contact-section .contact-form-3 form textarea:focus {
  border: 2px solid #fcc149;
  outline: none; 
  box-shadow: 0 0 0 2px rgba(44, 123, 229, 0.2);
  
}

.contact-section .contact-form-3 form   input.requireds:focus {/*margin-top:-18px;
	*/}

input::placeholder, textarea::placeholder {font-weight:400;}

.btext {color:#b54c48; display: none;
  transition: opacity 0.3s ease;}
  
  .form-control:focus + .btext {
 /* display: block; 
  opacity: 1;
  /* 显示提示文本 */
}

.contact-section .contact-form-3 form  .distext {  color: #2b2f33;font-weight:400; padding-right:20px; appearance: none; /* 移除默认的下拉箭头 */
    -webkit-appearance: none; /* 针对 Webkit 浏览器 */
    -moz-appearance: none; /* 针对 Firefox */
    padding-right: 30px; /* 为下拉箭头留出空间 */
	background: url('/assets/img/dw-arrow.png') no-repeat right 10px center #fff;
	background-size: 10px auto;
	}

/* contact-section 我要諮詢 sub1  pc-end   */

@media only screen and (max-width: 761px) {
	
	
	.contact-information-box-3 .contact-info h6 {
    font-weight: 600;
    font-size: 1.25rem;
		}
		.contact-information-box-3 .contact-info p {
    
     font-size: 1rem;
		}
		.contact-section .container {
    max-width: 100%;
    padding-bottom: 50px;
	overflow:hidden;
		}
}		