.pop-btn{
  cursor: pointer;
}

.pop-block{
  
  position: fixed;
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;

  
  justify-content: center;
  
  padding: 3vw 3vw;
  overflow-y: auto;

  display: none;
}

.pop-block:not(#pop-1-1),
.pop-block:not(#pop-1-2),
.pop-block:not(#pop-2-2),
.pop-block:not(#pop-5-1),
.pop-block:not(#pop-5-2) {
	align-items: center;
}

.pop-block.show{
  display: flex;
}

.pop-block.hide{
  display: none;
}


.pop-mask{
  background-color: rgba(0,0,0,.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pop-window{
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  height: auto;
  /* height: 100%; */
  max-width: 1100px;
  background: #FFF;
  min-height: 300px;
  padding: 35px 45px;
  border-radius: 10px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  /* margin: 0 auto; */
}

#pop-1-1 .pop-window,
#pop-1-2 .pop-window,
#pop-2-2 .pop-window,
#pop-5-1 .pop-window,
#pop-5-2 .pop-window {
	align-self: flex-start;
}

.pop-window.type-1{
  padding: 0px;
  background: rgba(0,0,0,0);
}
.pop-window .introduce-block{
  background: #FFF;
  width: 100%;
  height: 100%;

  overflow: hidden;
  border-radius: 10px;
}
.pop-window.type-1 .introduce-block{
  display: flex;
}


.pop-header{
  position: relative;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
  margin-bottom:35px;
  background-color: #FFF;
}

.pop-window.type-1 .introduce-block .pop-header{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  margin: 0px;
}

.pop-header .sm{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
}

.pop-window img{
  /* border: 1px solid #e3e3e3; */
  width: 100%;
  margin-bottom :30px;

}


.pop-window.type-1 .introduce-block .pop-header .title{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
}

.pop-window.type-1 .introduce-block .pop-header .sub-title{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

.pop-window.type-1 .pop-body {
  padding: 60px !important;
}

.pop-body .info-input{
  /* padding: 15px; */
  padding: 0px 15px 7.5px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.pop-body .info-input input{
  width: 100%;
  height:40px;
  border: solid 1px #8f8f8f;
}

.pop-body .info-input input.double{
  height:68px;
}

.pop-body.en .info-input,.pop-body.en .info-input textarea{
  padding: 0px 15px 7.5px 15px ;
}

.pop-body .info-input textarea{
  width: 100%;
  min-height: 124px;
  
  resize: none;
  border: solid 1px #8f8f8f;
}
.pop-body.en .info-input textarea{
  min-height: 122px;
}

.pop-body label{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #707070;
}

.pop-body.en label{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #707070;
}
 
.pop-body label .en{
  font-weight: normal;
}

.pop-window.type-1 .pop-body .title{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #3e3e3e;
  padding:10px !important;
}

.pop-window.type-1 .pop-body .detail{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  padding:10px !important;
}

.pop-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
}

.btn{
  padding: 14px 24px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #3b3b3b;
  border-radius: 100px;
}

.btn.type-1{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: normal;
}

.btn.bg-yellow:hover{
  background-color: #2d998a;
}
.btn.pop-close{
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../asset/img/icon-close-r%403x.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top:20px;
  right: 20px;
  padding: 0px !important;
}

.btn.apply{
  margin:90px 0 30px 0;
  padding: 15px 28px;
}

.pop-body .choice-btns{
  margin: 0 auto;
  width: 480px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.6;
  letter-spacing: normal;
  text-align: center;
  color: #294499;
  border: 1px #294499 solid;
  margin-bottom: 40px !important;
}

.pop-body .choice-btns .active{
  color: #FFF; 
  background-color: #294499;
}


.pop-window .jobs-block .pop-body {
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
  background-color: #fff9c2 !important;
  margin: 15px 0 ;
  padding: 30px !important;
}

.pop-window.type-1 .pop-body .info-part:last-child{
  margin-bottom: 0px !important;;
}

.pop-window .pop-body .sub-content{
  min-height: 100px;
}

#pop-video .pop-body{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
#pop-video .pop-body:after{
  content: "";
  display: block;
  margin-top: 56.25%;
}

#pop-video .pop-window{
  box-shadow: none;
  background-color: transparent;
}

#pop-video .pop-window .btn.pop-close{
  top: -45px;
  right: 0px;
  width: 25px;
  height: 25px;
}

.btn.pop-close.white{
  background-image: url(../asset/img/icon-close-white%403x.png);
}

#pop-1-1 .type-1.pop-window .introduce-block .pop-header,
#pop-1-2 .type-1.pop-window .introduce-block .pop-header,
#pop-2-2 .type-1.pop-window .introduce-block .pop-header {
	flex-direction: row;
	align-items: center;
}

@media (min-width: 768px) and (max-width: 1366px) {
  #pop-5-2-2 .w-55,#pop-5-2 .w-55{
    width: 70% !important;
  }
}

@media (max-width:767px){
  .pop-block.show{
    /* display:block; */
  }
  #pop-video .pop-window .btn.pop-close{
    top: -26px;
    right: 10px;
    width: 16px;
    height: 16px;
  }

  #pop-video{
    padding: 0px;
  }
  #pop-video .pop-window{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    padding:0px
  }

  #pop-video .pop-body{
    align-self: center;
  }

  .pop-body.en .info-input,.pop-body.en .info-input textarea{
    padding: 0px 0px 15px 0px !important;
  }
  .pop-body .info-input input{
    height: 32px;
  }
  .pop-body .info-input input.double{
    height:54.4px;
  }
  .pop-body.en label{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #707070;
  }
  .pop-window .pop-body .sub-content{
    min-height: 100px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #707070;

  }
  .btn.pop-close{
    top: 10px;
    right: 10px;
  }
  .pop-window{
    padding: 30px 13px;
  }
  .pop-body .choice-btns{
    width:100%;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 25px !important;
  }

  .pop-body .choice-btns .pop-btn{
    padding: 10px 30px;
  }
  

  .pop-window.type-1 .introduce-block{
    flex-direction: column;
    padding: 35px 25px !important;
  }

  .pop-window.type-1 .introduce-block .pop-header{
    padding: 0px !important;
  }
  .pop-window img{
    margin-bottom: 10px !important;
  }

  .pop-window.type-1 .introduce-block .pop-header .header-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px 20px 0px !important;
  }

  .pop-window .btn{
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #3b3b3b;
  }
  .btn.apply{
    margin:0px !important;
  }

  .pop-window.type-1 .introduce-block .pop-header .title {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
  }

  .pop-window.type-1 .introduce-block .pop-header .sub-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
  }
  .pop-window.type-1 .pop-body {
      padding: 0px !important;
      background-color: #FFF !important;
  }

  .pop-window .jobs-block .pop-body {
    background-color: #fff9c2 !important;
    padding: 20px !important;
  }

  .pop-window.type-1 .pop-body .title {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    padding: 7.5px 0px !important;
    text-align: left !important;
  }

  .pop-window.type-1 .pop-body .detail {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    padding: 7.5px 0px !important;
  }
  .pop-window.type-1 .pop-body .info-part{
    margin-bottom: 8px !important;
  }
  .pop-window.type-1 .pop-body .info-part .title {  
    padding: 0px !important;
    margin-bottom: 3px !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
  }
  .pop-window.type-1 .pop-body .info-part .detail {  
    padding: 0px !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
  }

  .pop-header{
    margin-bottom: 20px !important;
  }

  .pop-body .info-input{
    padding:7.5px 0px;
  }

  .pop-body label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-bottom: 5px !important;
  }

  .pop-body label .sm{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
}