.contact_container { display: flex; justify-content: space-between; }

.contact_container .desc_text { display: flex; flex-direction: column; justify-content: space-between; width: 65%; }

.contact_container .desc_text h1 { font-size: 22px; }

.contact_address { margin: 40px 0; display: flex; align-items: center; justify-content: space-between; }

.contact_address .items { text-align: center; width: 20%; display: flex; flex-direction: column; align-items: center; }

.contact_address .items img { margin-bottom: 20px; }

.contact_message { display: flex; justify-content: space-between; }

.contact_message .from-box { width: 882px; height: 408px; background: url("/assets/index/images/contact-bg.png") no-repeat center/cover; }

.contact_message .from-left { padding: 30px; box-sizing: border-box; width: 55%; display: flex; flex-direction: column; align-items: center; }

.contact_message .from-con { width: 100%; }

.contact_message .from-le { color: #fff; margin-bottom: 10px; }

.contact_message .from-ri { width: 100%; height: 30px; display: block; padding: 0 10px; border-radius: 5px; box-sizing: border-box; background: #f8f8f8; border: none; margin-bottom: 10px; }

.contact_message .from-item:last-child { width: 100%; height: auto; overflow: hidden; }

.contact_message .from-item:last-child .from-ri { width: 100%; height: 115px; padding: 10px; resize: none; }

.contact_message .from-box .from-btn { margin-top: 15px; width: 200px; height: 40px; background: #ff6600; font-size: 18px; color: #fff; text-align: center; line-height: 40px; cursor: pointer; border-radius: 5px; }
