.contact_text span {
  font-size: 1.375rem;
  color: #be8261;
}
.contact_text h1 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  color: #333333;
}
.contact_text p {
  font-size: 1rem;
  color: #808080;
  line-height: 28px;
}
.contact_text h2 {
  font-size: 2.5rem;
  color: #333333;
}
.contact_banner {
  height: 740px;
  padding-top: 185px;
  /* background: url(../img/contact-banner.jpg) no-repeat center bottom; */
  margin-bottom: 10px;
}
.contact_banner p{
  max-width: 300px;
}
.contact_banner > div {
  height: 100%;
}
.contact_banner h1 {
  margin: 25px 0 20px;
}
.contact_banner .contact_banner_line {
  width: 210px;
  height: 21px;
  background-color: #ce9162;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.contact_pos {
  padding: 180px 0 270px;
}
.contact_pos img.bg {
  position: absolute;
  top: -185px;
  right: 100%;
}
.contact_pos h2 {
  font-size: 2.25rem;
  color: #333333;
  font-weight: 600;
  padding-left: 55px;
  margin-bottom: 45px;
  position: relative;
}
.contact_pos h2::before {
  content: '';
  display: block;
  width: 28px;
  height: 36px;
  background: url(../img/pos-b.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_pos .pos_map {
  width: 48%;
  height: 354px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  margin-bottom: 50px;
}
.contact_pos .pos_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_pos p {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}
.contact_pos .phone_num{
  font-weight: 600;
  font-size: 22px;
}
.contact_pos span {
  font-size: 1.3rem;
  line-height: 30px;
  color: #be8261;
  font-weight: 500;
  display: block;
  margin: 10px 0 20px;
  display: inline-block;
  width: 49%;
}
.contact_pos .social {
  padding-top: 20px;
}
.contact_pos .social li {
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  transition: all 0.3s;
  overflow: hidden;
}
.contact_pos .social li:hover {
  background-color: #be8261;
}
.contact_pos .social li:hover a {
  transform: scale(1.2);
}
.contact_pos .social li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/facebook.svg) no-repeat center / cover;
  transition: all 0.3s;
}
.contact_pos .social li.twitter a {
  background-image: url(../img/twitter.svg);
}
.contact_pos .social li.youtube a {
  background-image: url(../img/youtube.svg);
}
.contact_pos .social li.pinterest a {
  background-image: url(../img/p.svg);
}
.contact_pos .social li.inst a {
  background-image: url(../img/inst.svg);
}
.contact_pos .social + div {
  margin-top: 45px;
}
.contact_pos .social + div .button {
  margin-right: 25px;
}
.contact_pos .social + div .button:last-child {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
}
.contact_pos .social + div .button:last-child:hover {
  background-color: #d69962;
  border-color: #d69962;
  color: #fff;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 999;
}
.popup .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 1000px;
  height: 700px;
  transition: all 0.2s;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
.popup.active .popup_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.popup .popup_content p {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 40px;
}
.popup .popup_content .button {
  margin: 70px auto 0;
  width: 170px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
}
.popup .popup_content .swiper-scrollbar {
  bottom: 130px;
  width: 88%;
  left: 6%;
}
.popup .popup_content span {
  width: 20px;
  height: 20px;
  background: url(../img/cha.svg) no-repeat center/contain;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.two-swiper{
  width: 48%;
}
.small-swiper{
  margin-top: 1rem;
  overflow: hidden;
}
.small-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-swiper li{
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
.popup_content_swiper {
  overflow: hidden;
  width: 100%;
  height: 352px;
  position: relative;
}
.popup_content_swiper ul li {
  border-radius: 6px;
  overflow: hidden;
  width: auto;
}
.popup_content_swiper ul li .left {
  width: auto;
  height: 390px;
  overflow: hidden;
  border-radius: 6px;
}
.popup_content_swiper ul li .right div {
  height: 190px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.popup_content_swiper ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_pos span.pop-btn{
  width: 30px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  height: 30px;
  background: url('../img/right-g.svg') no-repeat center/contain;
}
.contact_pos span.pop-btn.prev{
  right: unset;
  left: 10px;
  z-index: 9;
  background: url('../img/left-g.svg') no-repeat center/contain;
}
.contact_pos span.pop-btn.swiper-button-disabled{
  opacity: 0;
}
footer .footer li:nth-child(3) ul li:first-child a {
  display: block;
  margin-bottom: 12px;
}
footer .footer li:nth-child(3) ul li {
  height: auto;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
  line-height: 22px;
}
footer .footer li:nth-child(3) ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/phone-w.svg) no-repeat center / contain;
}

footer .footer li:last-child .flex > div {
  margin-right: 10px;
}
footer .footer li:last-child span {
  font-size: 14px;
  color: #3f3f3f;
  padding-top: 10px;
  display: block;
}
.contact_pos .qr_code{
  width: 150px;
  position: unset;
}
.map-infos>div{
  width: 48%;
}
.map-infos{
  align-items: flex-start;
}
.map-infos>div .flex a {
  margin-top: 2rem;
}
.contact_pos .social li a {
  margin-top: 0;
}
.location-item{
  margin-bottom: 2rem;
}