/* 弹窗样式 */
/* Modal-------------- */
.dg-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .6);
  transition: all .8s;
  color: #000;
}

.dg-modal-overlay.closed {
  background: rgba(0, 0, 0, 0);
  transition: all .4s;
}

.dg-modal {
  position: absolute;
  top: calc(50vh - 360px);
  left: calc(50vw - 640px);
  width: 1280px;
  height: 720px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 12px;
  z-index: 1000;
  opacity: 1;
  transition: all .8s;
  overflow: hidden;
}

.closed .dg-modal {
  transform: translateY(100px);
  opacity: 0;
  transition: all .4s;
}

.dg-close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 28px;
  height: 28px;
  background: url(../images-fbh/close.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

.dg-video {
  display: block;
  width: 100%;
  height: 100%;
}

/* waitlist modal & form*/
.dg-waitlist {}

/* .dg-waitlist .dg-modal {
  top: calc(50vh - 253px);
  left: calc(50vw - 240px);
  width: 480px;
  height: 506px;
  background-image: url(../images-fbh/bg2.jpg);
} */

.dg-form-wrapper {
  padding: 50px 60px 60px;
  overflow: hidden;
}

.dg-waitlist h2 {
  font-size: 24px;
  color: #1E2128;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 42px;
  overflow: hidden;
}

.dg-form .item {
  margin-bottom: 20px;
  overflow: hidden;
}

input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #D1DAE8;
  background-color: #fff!important;
  box-shadow: 0 0 0px 1000px white inset;
  border-radius: 100px;
  font-size: 16px;
  color: #1E2128;
  line-height: 52px;
  padding: 0 24px;
}

input[type="text"]::placeholder {
  color: rgba(30, 33, 40, 0.3);
}

textarea[type="text"]::placeholder {
  color: rgba(30, 33, 40, 0.3);
}

input[type="email"] {
  display: block;
  width: 100%;
  border: 1px solid #D1DAE8;
  border-radius: 100px;
  font-size: 16px;
  color: #1E2128;
  line-height: 52px;
  padding: 0 24px;
}

input[type="email"]::placeholder {
  color: rgba(30, 33, 40, 0.3);
}

.empty[type="text"] {
  border-color: #eb5757;
}

.empty[type="text"]::placeholder {
  color: #eb5757;
}

.dg-checkbox-list label {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 3px solid #111;
  background: #fff;
  box-sizing: border-box;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -1px;
  width: 24px;
  height: 24px;
  background: url(../images-fbh/checked.svg) no-repeat;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

[type="submit"] {
  display: block;
  background: #0074FC;
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.dg-form .sub-btn:hover {
  background: linear-gradient(92.75deg, #00A1FC 1.87%, #0074FC 91.88%);
}


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

/* .dg-box1 .dg-form {
  width: 360px;
  flex-shrink: 0;
} */

.dg-box1 .dg-cods {
  width: 200px;
  flex-shrink: 0;
}

.dg-box1 .dg-cods .pic {
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.dg-box1 .dg-cods .pic img {
  display: block;
  width: 100%;
}

.dg-box1 .dg-cods .title {
  font-size: 16px;
  color: #1E2128;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
}

/* 弹窗样式新增 zwj */
.zl-popsuc {
  text-align: center;
  padding-top: 163px;
}

.zl-popsuc .pic {
  margin-bottom: 46px;
}

.zl-popsuc .txt {
  width: 360px;
  margin: 0 auto;
}

.zl-popsuc .tit {
  font-size: 24px;
  margin-bottom: 6px;
}

.zl-popsuc .desc {
  font-size: 20px;
}

.pop-zl .dg-modal {
  left: calc(50vw - 440px);
  width: 880px;
  height: 532px;
  background-image: url(../images/zljh/a5.png);
  top: calc(50vh - 266px);
}
.pop-zl-1 .dg-modal{
  height: 606px;
  top: calc(50vh - 303px);
  background-image: url(../images/zljh/a5.png);
  left: calc(50vw - 440px);
  width: 880px;
}
/*  */
.zl-box1 .dg-form {
  width: 500px;
}

.zl-box1 .inner {
  overflow: hidden;
  margin: 0 -10px;
}

.zl-box1 .item {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.zl-box1 .item-city{
  width: 100%;
  position: relative;
}
.zl-box1 .item-city .arr{
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: block;
}
.zl-box1 .item-text {
  margin-bottom: 20px;
}

.zl-box1 .text {
  display: block;
  width: 100%;
  border: 1px solid #D1DAE8;
  border-radius: 20px;
  font-size: 16px;
  color: #1E2128;
  padding: 15px 24px;
  height: 90px;
  resize: none;
}
.layui-menu{
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
}
/*  */
/* 弹窗样式新增 zwj end */
/* 弹窗样式end */
.zljh-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.zljh-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 54%;
  text-align: center;
}
.zljk-logo{
  position: absolute;
  bottom: 4%;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
}
.zljk-logo img{
  display: block;
  width: 100%;
  height: auto;
}
.zljh-txt .addr {
  text-shadow: 0px 3.6px 3.6px rgba(18, 31, 148, 0.3);
  /* filter: drop-shadow(0px 3.6px 3.6px rgba(18, 31, 148, 0.25)); */
  font-family: 'Songti SC';
  font-size: 40px;
  letter-spacing: 0.465em;
  color: #2E333D;
  /* display: flex;
align-items: center;
flex-direction: row;
justify-content: center; */
  /* line-height: 84px; */
  margin-bottom: 40px;
}

.zljh-txt .btns {
  text-align: center;
}

.zljh-txt .btns .btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0074FC;
  border-radius: 100px;
  transition: .3s;
  font-size: 20px;
  color: #fff;
  margin: 0 6px;
}

.zljh-txt .btns .btn:hover {
  opacity: .8;
}

.zljh-txt .btns .btn2 {
  color: #0074FC;
  background-color: #fff;
}

.zl-m {
  display: none;
}

/* 手机端 */
@media only screen and (max-width: 1199px) {
  .zl-pc {
    display: none;
  }

  .zl-m {
    display: block;
  }

  .zl-ban {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 96%;
    position: relative;
  }

  .zl-box1 .inner {
    overflow: hidden;
    margin: 0;
  }

  .zl-box1 .item {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

/*  .dg-box1 {
    display: block;
  } */

  .zl-box1 .dg-form {
    width: 100%;
  }

  .zl-boxcont {
    padding: 0 28px 30px;
  }

  .zl-boxcont .top {
    text-align: center;
    margin: 30px 0 20px;
  }

  .zl-boxcont .tit {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .zl-boxcont .desc {
    font-size: 14px;
  }

  input[type="text"] {
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

  .zl-box1 .text {
    padding: 12px 20px;
    font-size: 14px;
    height: 80px;
  }

  [type="submit"] {
    font-size: 18px;
    line-height: 48px;
  }
  .zl-boxcont .dg-form .sub-btn{
	  background: #000;
  }
  .zl-boxcont .vx {
    text-align: center;
    margin-top: 38px;
  }
  .zl-boxcont .vx .pic{
    margin-bottom: 18px;
  }
  .zl-boxcont .vx .pic img{
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px){
  .pop-zl-1 .dg-modal {
    width: 319px;
    left: 50%;}}
    /* 弹窗样式copy */ 
    @media only screen and (max-width:768px){
      .dg-bg{
          background-image: url(../images-fbh/bg1-1.jpg);
      }
      .dg-header {
          padding: 0;
      }
      .dg-header h1 {
          width: 140px;
          height: 56px;
      }
      .dg-footer {display: none;}
      .dg-kv {
          width: 333px;
          height: 277px;
          background-image: url(../images-fbh/bg1-1.png);
          top: 45%;
          left: 50%;
          padding: 30px 16px;
      }
      .dg-date{
          width: 62px;
          height: 20px;
          font-size: 10px;
          line-height: 20px;
          margin-bottom: 12px;
      }
      .dg-gpt {
          width: 303px;
          height: 46px;
          line-height: 46px;
          font-size: 20px;
      }
      .dg-keyword {
          height: 46px;
          left: 40px;
      }
      .dg-keyword::after {
          top: 15px;
          height: 16px;
      }
      .dg-animated-logo {
          width: 24px;
          height: 24px;
          left: 10px;
      }
      .dg-animated-logo::after{
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px;
      }
      .dg-main-text {
          height: 46px;
          top: 0px;
          left: 50px;
      }
      .dg-btn-next {
          top: 16px;
          right: 12px;
          opacity: .5;
          width: 32px;
          height: 32px;
      }
      .dg-powered {
          font-size: 12px;
          margin-top: 16px;
      }
      .dg-btn{
          font-size: 16px;
          line-height: 38px;
          border-width: 1px;
          padding: 0 20px;
      }
      .dg-secondary img{
          width: 16px;
          height: 16px;
          margin-right: 4px;
      }
  
      /* opening steps ------ */
  
      .open.step2 .dg-gpt{
          width: 240px;
          transition: all 1s ease-in-out;
      }
      .open.step2 .dg-main-text {
          left: 50px;
          width: 140px;
      }
      .open.step2 .dg-ring {
          left: 100px;
          transition: all .4s cubic-bezier(.25,-1,.46,2);
          opacity: 0;
      }
  
  
      /* Modal-------------- */
      .dg-modal-overlay {
          
      }
      .dg-modal {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 0;
      }
      .closed .dg-modal {
          transform: translateY(50px);
      }
      .dg-close{
          right: 14px;
          top: 14px;
      }
      .dg-video {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
      }
  
      /* waitlist modal & form*/

      .dg-form-wrapper {
          padding: 40px 28px;
      }
      .dg-waitlist h2{
          font-size: 20px;
          margin-bottom: 18px;
      }
      .dg-form .item{
          margin-bottom: 12px;
      }
      input[type="text"]{
          font-size: 14px;
          line-height: 38px;
          padding: 0 20px;
      }
      [type="submit"]{
          font-size: 18px;
          line-height: 48px;
      }
  
  
  }
  
  @media only screen and (max-width:350px){
      .dg-kv{
          width: 90%;
      }
      .dg-gpt{
          width: 100%;
          font-size: 16px;
      }
      .dg-btn{
          padding: 0 10px;
      }
      .pop-zl-1 .dg-modal{
          width: 90%;
          margin-left: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
      }
  }
    /* 弹窗样式copy end */