.kv {
  width: 100vw;
  height: 100vh;
  background: url(../images/buy-bg.jpg) no-repeat center/cover;
}
.kv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.kv .container {
  position: relative;
  z-index: 2;
}
.kv .subtitle {
  letter-spacing: 0.5em;
  font-weight: 300;
  text-transform: uppercase;
}
.kv .summary {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 2;
  font-size: 18px;
  transform: translateX(-50%);
  color: #ffffff;
}
.kv .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  animation: arrow-down 1s infinite;
}
.kv .scrolldown i {
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.kv .title {
  padding-bottom: 15px;
  position: relative;
  margin: 60px auto;
  font-size: 60px;
  color: #fff;
}

.kv .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 6px;
  background: #8570e4;
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.info-box .contact {
  margin-top: 60px;
}

.info-box .contact .head {
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
}

.info-box .contact .head p {
  color: #479fd1;
  opacity: 0.3;
}
.info-box .contact .title {
  font-size: 1.8rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  margin-top: -20px;
  font-weight: bold;
  padding-left: 10px;
  color: #333;
}

.info-box .contact .title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 36px;
  background: #479fd1;
  opacity: 0.3;
}

.info-box .contact .head p span {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0);
}

.contact-wrap {
  background: #fafafa;
  padding: 40px;
}
input {
  height: auto;
  width: 100%;
  padding: 10px;
  border: none;
  background: none;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ddd;
}
textarea {
  height: auto;
  width: calc(100% - 20px);
  padding: 10px;
  border: none;
  min-height: 100px;
  background: none;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ddd;
  background: #fafafa;
}
.contact-box .input-box,
.contact-box .info-box1 {
  flex: 1;
}
input {
  width: 400px;
}
.contact-box .info-box1 {
  color: #333;
}
.iconfont {
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 4px;
}
.contact-box .info-box1 p {
  line-height: 2.5;
  margin-bottom: 10px;
}
.contact-box .info-box1 span {
  opacity: 0.7;
}
.contact-wrap .btn {
  background-color: #479fd1;
  padding: 6rpx 12rpx;
  color: #fff;
  width: 120px;
  height: 30px;
  cursor: pointer;
}
.contact-wrap1 {
  margin-bottom: 60px;
}
.card {
  background: #fafafa;
  padding: 20px;
  width: 23%;
  box-sizing: border-box;
}
.card .title {
  color: #479fd1;
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.card p {
  color: #333;
  font-size: 14px;
}
.map {
  object-fit: cover;
}
#map {
  height: 500px;
  position: relative;
}

#map .left {
  background-color: #479fd1;
  color: #fff;
}
#map .left .ewm {
  width: 100px;
  height: 100px;
}

#map .amap-info-content {
  padding: 10px;
}
#map .amap-info-content p {
  font-size: 0.9rem;
}
#map .amap-info-content .left {
  flex: 0 0 70px;
  margin-right: 15px;
}
#map .amap-info-content .left img {
  width: 70px;
  height: 70px;
}
#map .amap-info-content .right big {
  font-size: 1rem;
}

#map {
  height: 500px;
  position: relative;
}
#map .amap-info-content {
  padding: 20px;
  background: #479fd1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
#map .amap-info-content .left {
  flex: 0 0 80px;
  margin-right: 20px;
  text-align: center;
}
#map .amap-info-content .left img {
  width: 80px;
  height: 80px;
  display: block;
}
#map .amap-info-content .left p {
  margin-bottom: 0;
}
#map .amap-info-content .right big {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  white-space: nowrap;
}
#map .amap-info-content .right big::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}
#map .amap-info-content .right p {
  line-height: 1.5em;
  margin-bottom: 0;
}

.hr-infor {
  max-width: 400px;
  padding: 20px 30px;
  margin: 40px auto 0;
  border-radius: 10px;
  background: rgba(71, 159, 209, 0.8);
  position: relative;
  color: #fff;
  white-space: nowrap;
  display: none;
}
.hr-infor.active {
  display: block;
}
.hr-infor::before {
  position: absolute;
  top: -20px;
  right: -20px;
  font-family: "iconfont";
  content: "\e61a";
  font-size: 10rem;
  opacity: 0.5;
}
.hr-infor::after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont";
  content: "\e610";
  font-size: 1.5rem;
  color: #479fd1;
}
.hr-infor h3 {
  font-size: 1.5rem;
  display: inline-block;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.hr-infor p {
  font-size: 1.15rem;
  display: flex;
  align-items: center;
}
.hr-infor p i {
  font-size: 1.5rem;
  margin-right: 5px;
}

.lightbox-open {
  overflow: hidden;
}
.lightbox-open .lightbox {
  opacity: 1;
}
.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  user-select: none;
  -webkit-user-select: none;
  display: none;
  transition: 0.3s;
}
.lightbox-container {
  /* display: none; */
  background: #fff;
  width: 600px;
  height: 400px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.lightbox .lightbox-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
}
.lightbox .lightbox-container .swiper {
  height: 100%;
}
.lightbox .lightbox-container .ajax-result {
  max-height: 100vh;
  overflow-y: auto;
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.lightbox .lightbox-container img,
.lightbox .lightbox-container svg,
.lightbox .lightbox-container video,
.lightbox .lightbox-container .ajax-result {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.lightbox .lightbox-container video {
  min-width: 600px;
  min-height: 400px;
  max-height: 80%;
  max-width: 80%;
}
.lightbox .lightbox-close {
  position: absolute;
  right: -60px;
  top: -40px;
  width: 1.5em;
  height: 1.5em;
  z-index: 99999;
  display: block;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.lightbox .lightbox-close:before {
  content: " ";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  border-bottom: solid 1.5px #fff;
  transform: rotate(-45deg);
}
.lightbox .lightbox-close:after {
  content: " ";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  border-bottom: solid 1.5px #fff;
  transform: rotate(45deg);
}
.lightbox .lightbox-close:hover {
  transform: rotate(180deg);
}
.lightbox .lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  zoom: 1;
  font-size: 30px;
}
#input1,#input2,#input3{
  display: none;
  margin:  0 80px;
}