body {
  margin: 0;
  padding: 0;
}
.navs {
  width: 100%;
  height: 5.0625rem;
  line-height: 5.0625rem;
  background: #E3E3E3;
  padding-left: 22.5rem;
  box-sizing: border-box;
  color: #7A7A7A;
  font-size: 1rem;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: 53.75rem;
}
.title {
  font-size: 2rem;
  margin: 0 auto 1rem;
  color: #222222;
  text-align: center;
}
.title1 {
  font-size: 1.25rem;
  margin: 0 auto ;
  color: #7A7A7A;
  text-align: center;
}
.top {
  width: 110rem;
  background: #FFFFFF;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  opacity: 1;
  margin: 5rem auto;
  padding-top: 3.75rem;
}
.top .bot {
  padding: 4.375rem 4.375rem 0 4.375rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.top .bot .bot1 {
  margin-right: 3.75rem;
  margin-bottom: 3.75rem;
  /* background-image: url("../images/video.png"); */
  background-repeat: round;
  background-size: 100%;
  width: 31.25rem;
  /* height: 16.8125rem; */
  min-height: 16.8125rem;
  padding-left: 1.125rem;
  box-sizing: border-box;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1.125rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top .bot .bot1 .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: block; */
  transition: all .5s;
  z-index: -1;

}
.top .bot .bot1:hover .bg{
  transform: scale(1.1);
  transition: all .5s;
}
.top .bot .bot1 .bot1-top {
  margin: 1.4375rem 0 1.8125rem 0;
  /* font-size: 1.625rem; */
  font-size: 1.35rem;

  /* white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; */
}
.top .bot .bot1 .bot1-1 {
  display: flex;
  margin-bottom: 0.8125rem;
  width: 100%;
  /* white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; */
}
.top .bot .bot1 .bot1-1 .left{
  min-width: 5rem;
}
.top .bot .bot1 .bot1-1 img {
  width: 1rem;
  margin-right: 0.5rem;
}
.top .bot .bot1:nth-child(3n) {
  margin-right: 0;
}
.bottom {
  /* width: 75rem; */
  width: 110rem;
  background: #FFFFFF;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  opacity: 1;
  margin: 5rem auto 11.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.bottom form {
  width: 66.875rem;
  margin: 3.3125rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom label {
  font-size: 1.5rem;
  color: #7A7A7A;
  margin-right: 6.125rem;
}
.bottom label:nth-child(2n) {
  margin-right: 0;
}
.bottom label:nth-last-child(1) {
  margin-right: 0;
}
.bottom input {
  width: 23rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  opacity: 0.44;
  border: 0.0625rem solid #707070;
  margin-bottom: 3.875rem;
  font-size: 1.5rem;
  padding-left: 5px;
  box-sizing: border-box;
}
.bottom span{
  color: #ff0000;
}
.bottom textarea {
  width: 59rem;
  /* height: 14.3125rem; */
  height: 12.3125rem;

  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 0.0625rem solid #70707067;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding: 0.625rem;
  margin-bottom: 3.875rem;

}
.lblVerification{
  width: 100%;
}
.lblVerification input{
  /* width: 30%!important; */
  width:100px!important;

}
#idcode {
  width: 18.4375rem;
  font-size: 16px!important;
  margin-left: 2rem;
}
.ehong-code-val-tip {
  font-size: 16px !important;
  color: #BEBEBE !important;
}
#ehong-code{
  /* font-size: 18px!important; */
  font-size: 2rem!important;
}
input,textarea{
  outline: none; 
  -webkit-appearance: button; 
  -webkit-appearance: none; 
  border-radius: 0;
border: none;
}
.textt{
  width: 100%!important;
  display: flex;
}
.bottom button {
  width: 9.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #1d55ba;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-left: 28.125rem;
  /* margin-top: 3.3125rem; */
  border: none;
}
.bottom button:hover{
  background-color:#7ab916 ;
}
.bottom .bot3 {
  width: 75rem;
  height: 4.75rem;
  line-height: 4.75rem;
  text-align: center;
  background: #cdcdcd;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media (max-width: 1250px) {
  .bottom label {
    font-size: 1.5rem;
    color: #7A7A7A;
    margin-right: 5.125rem;
  }
  .top .bot .bot1 .bot1-1 .left{
    min-width:6rem;
  }
}
@media (max-width: 960px) {
  .bottom label {
    font-size:14px;
    color: #7A7A7A;
    margin-right: 3.5rem;
  }
  .bottom textarea {
    width: 56rem;
  }
  .bottom button {
    width: auto;
    padding: 0 5px;
  }
  .top .bot .bot1 .bot1-1 .left{
    min-width:7rem;
  }
  #ehong-code{
    font-size: 18px!important;

  }

}
@media (max-width: 860px) {
  .banner img {
    width: 100%;
    top: 0;
}
}
@media (max-width: 820px) {

  .bottom input {
    width: 22.625rem;
    height: 4rem;
    line-height: 4rem;
  }
  .top {
    width: 90%;
}
.top .bot .bot1 {
  width: 48%;
  height: auto;
  padding: 3rem 2rem;
  font-size: 14px;

}
.top .bot .bot1 .bot1-1 img {
  width: 2rem;
  margin-right: 0.5rem;
}
.top .bot .bot1 .bot1-top {
  font-size: 16px;
}
.title {
  font-size: 16px;
}
.title1 {
  font-size:14px
}
.bottom .bot3 {
  font-size: 14px;
}
.bottom button {
  width:auto;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
  padding: 0 10px;
  border: none;
  border-radius: 2rem;
}
.top .bot .bot1 .bot1-1 .left{
  min-width:10rem;
}

.top .bot .bot1:nth-child(3n) {
  margin-right: 3.75rem;
}
.top .bot .bot1:nth-child(2n) {
  margin-right: 0;
}
.bottom {
  /* width: 100rem; */
  width:90%;

}






}
@media (max-width: 720px) {
  .bottom form {
    width: 66.875rem;
    margin: 3.3125rem auto;
    flex-direction: column;
    display: flex;
  }
  .bottom input {
    width: 30rem;
  }
  .bottom textarea {
    width: 50rem;
    margin-left: 0;
  }
  .bottom button {
    width: 20rem;
    padding: 0 5px;
    height: 4rem;
    line-height: 4rem;
    margin-left: 22rem;
  }
  .top .bot .bot1 .bot1-1 .left{
    min-width:15rem;
  }
  .lblVerification input{
    /* width: 25%!important; */
  }
}
@media (max-width: 450px) {
  .title {
    font-size: 5.5rem;
  }
  .title1 {
    font-size: 4.5rem;
  }
  .top {
    width: 90%;
    margin: 10rem auto;
  }
  .top .bot .bot1 {
    width: 100%;
    height: auto;
    margin-right: 0;
    font-size: 4.5rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
    border-radius: 3.5rem;
  }
  .top .bot .bot1 .bot1-top {
    margin: 5rem auto;
    font-size: 5rem;
    text-align: left;
    font-weight: bold;
  }
  .bottom {
    width: 90%;
  }
  .bottom textarea {
    width: 45rem;
  }
  .bottom button {
    width: 30rem;
    height: 10rem;
    line-height: 10rem;
    font-size: 5rem;
    margin-left: calc(50% - 15rem);
  }
  .bottom form {
    width: 90%;
    margin: 5rem auto;
    flex-direction: column;
    display: flex;
  }
  .bottom label {
    font-size: 4rem;
    color: #7A7A7A;
    margin-right: 0;
  }
  .bottom input {
    width: 80%;
    height: 10rem;
  }
  .bottom textarea {
    width: 80%;
    margin-left: 0;
  }
  .bottom .bot3 {
    width: 100%;
    height: 10rem;
    line-height: 10rem;
    font-size: 5rem;
    color: #fff;
  }
  .top .bot .bot1 .bot1-1 img {
    width: 4rem;
    margin-right: 1rem;
}
.top .bot .bot1 .bot1-1 .left{
  min-width:20rem;
}


.banner img {
  top: 0!important;
}
.bottom button {
  width: 100%;
  height: 15rem;
  line-height: 15rem;
  font-size: 5rem;
  margin-left: 0;
  margin-top: 8.75rem;
}
.bottom textarea {
  font-size: 14px;
  height: 30rem;
    padding: 5px;
    width: 83%;
}
.bottom input {
  font-size: 14px;
}
.bottom br{
  line-height: 0;
}
.lblVerification input{
  /* width:80%!important; */
}
#idcode {
  width: 70rem!important;
  margin: 0 auto;
  display: block;
  margin-left: 50px;
}
.textt {
  flex-wrap: wrap;
}




}
