/* 报价弹窗样式 */
.modal_header {
  margin-top: 30px;
  text-align: center;
}
.close {
  position: relative;
  top: -7rem;
  right: 2rem;
}
.English-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-family: HiraKakuStd-W8;
  font-weight: normal;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}
.modal-name {
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}
.modal-body {
  padding: 0 4rem 1rem;
}
form .btn {
  display: block;
  width: 120px;
  height: 40px;
  background: rgba(5, 114, 255, 1);
  border-radius: 3px;
  margin: 20px auto;
}
.form-group {
  display: flex;
  align-items: center;
}
label {
  width: 140px;
  text-align: right;
}
.intention-desc-label {
  align-self: flex-start;
}
.dropleft {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
  width: 72px;
  height: 72px;
  background: rgba(5, 114, 255, 1);
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}
.phone-img {
  margin-bottom: 7px;
  width: 20px;
  height: 20px;
}
.hideMenu {
  display: none;
}
.showMenu {
  display: block;
}
.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -170px;
  bottom: 70px;
  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Safari and Chrome */
  -o-transform: rotate(30deg); /* Opera */
  -moz-transform: rotate(30deg);
}
.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}
.dropleft .item {
  margin-bottom: 12px;
}

.hidden {
  display: none;
}
#headerNavbarWrap .navbar-nav .nav-item:nth-child(6) a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -12.5px;
  /* color: #fff !important;
  border-bottom: 2px solid #fff; */
}
.content {
  margin-top: 60px;
}
.banner-wrap {
  width: 100%;
  height: 400px;
}
.banner {
  width: 100%;
  height: 100%;
}
.case-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title {
  margin-top: 40px;
  padding-bottom: 23px;
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  border-bottom: 1px solid #e5e5e5;
}

.function-text {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  line-height: 28px;
}
.case-background {
  margin-top: 40px;
}
.sub-title {
  margin-bottom: 10px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 33px;
}
.background-desc {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  line-height: 28px;
}
.item {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  line-height: 28px;
}
.item img {
  max-width: 1200px;
}
.connection {
  min-height: 298px;
  height: auto;
  margin-top: 90px;
  background: url("/static/assets/images/home/pic_home_pic_5.png");
  background-size: 100% 100%;
}
.connection-desc {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
  height: 33px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
}
.btn-wrap {
  display: flex;
  justify-content: center;
}
.contact-staff-btn,
.counsel-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.contact-staff-btn {
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
}
.counsel-btn {
  margin-left: 40px;
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(5, 114, 255, 1);
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .title {
    font-size: 26px;
  }
  .sub-title {
    font-size: 20px;
  }
  .background-desc {
    font-size: 16px;
  }
  .btn-wrap {
    margin-top: 30px;
  }
  .item,
  .item img {
    max-width: 700px;
  }
}
@media screen and (max-width: 414px) {
  #headerNavbarWrap .navbar-nav .nav-item:nth-child(6) a {
    color: #0572ff !important;
  }
  .banner-wrap {
    height: 200px;
  }
  .title {
    font-size: 20px;
  }
  .sub-title,
  .function-text {
    font-size: 14px;
  }
  .background-desc {
    font-size: 12px;
  }
  .connection-desc {
    font-size: 20px;
  }
  .btn-wrap {
    margin-top: 60px;
  }
  .item,
  .item img {
    max-width: 360px;
  }
}
