.contact_container { display: flex; justify-content: space-between; margin: 40px 0 0px; }

.contact .h1 { font-weight: bold; font-size: 32px; color: #333;}

.contact .h2 { font-size: 22px; font-weight: bold; }

.contact .h3 { font-size: 20px; font-weight: bold; }

.contact .desc { margin: 20px 0; }

.contact .p { margin-bottom: 8px; }

.contact .text { color: #999; margin: 10px 0 20px; }

.contact .text-wrapper { width: 48%; }

.contact .text-wrapper .qr-code-wrapper { margin-top: 40px; }

.contact .text-wrapper .qr-code-wrapper .qr-code { width: 126px; height: 124px; }

.contact .map-wrapper { width: 48%; height: 500px; z-index: 10; }

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

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

.contact_message { width: 100%; margin-bottom: 40px; }

.contact_message .form-box { width: 100%; }

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

.contact_message .form-row { display: flex; justify-content: space-between; align-items: center; }

.contact_message .form-row .form-item { width: 40%; display: flex; flex-wrap: nowrap; align-items: center; padding: 5px 0; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px solid #494949; margin-bottom: 20px; }

.contact_message .form-row .form-item .f-title { white-space: nowrap; }

.contact_message .form-row .form-item .f-input { flex: 1 1 auto; margin-left: 10px; }

.contact_message .form-row .text_area_item { width: 100%; }

.contact_message .form-row .text_area_item .f-textarea { box-sizing: border-box; padding: 5px; margin-top: 10px; width: 100%; height: 200px; border: 1px solid #494949; }

.contact_message .form-bottom { margin-top: 10px; display: flex; justify-content: space-between; align-items: center; }

.contact_message .form-bottom .form-btn { width: 100px; height: 40px; background-color: transparent; font-size: 16px; color: #000; text-align: center; border: 1px solid #494949; }
