html, body, .site, header, .custom-header, .mm-page {
  height: 100% !important;
  width: 100%;
  color: #163d81;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  color: #163d81;
  text-transform: none;
}

.uk-modal-page {
  overflow: inherit;
}

a {
  color: #000;
}

img {
  border-style: none;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(0, 0, 0, 0.7);
  margin: 0 !important;
}

.uk-navbar-nav>li>a {
  color: #fff;
  min-height: 50px;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
  color: #80fcff;
  outline: 0;
}

.p1 {
  background: url(../images/p1-bg.jpg) no-repeat top center;
  position: relative;
  padding-top: 0;
  height: 100vh;
  background-size: cover;
  min-height: 1080px;
}

.p1-logo {
  max-width: 20vw;
  margin-top: 3%;
}

.layer {
  margin-top: 90px;
}

.layer img {
  max-width:100%;
}

.uk-section>.bt-text {
  margin-bottom:150px;
}

.bt-text img {
  max-width: 420px;
  
}

.text-time {
  color: #ac40f8;
  font-size: 22px;
  font-weight: 500;
  background: url(../images/time-bg.png) no-repeat top center;
  position: relative;
  background-size: 100% 100%;
  padding: 8px 0;
}

.text-time span {
  color: #fff;
  font-weight: 300;
}

.p2-tt {
  margin-top: -70px;
  margin-bottom: 15px;
}

.p2-tt img {
  max-width: 460px;
}



.footer {
  width: 100%;
  background: #000;
  padding: 20px 0;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
}

.footer img {
  max-width: 85%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.footer p {
  display: block;
  font-family: Arial, Verdana, sans-serif;
  margin: 0;
}

.footer p.link {
  display: block;
}

.footer .uk-container {
  max-width: 1060px;
}

.text-box dd {
  color: #5c5c5c !important;
  font-size: 12px;
  line-height: 1;
  margin-top: 1px;
}

.p2 {
  background: url(../images/p2-bg.jpg) no-repeat top center;
  position: relative;
  padding-top: 10px;
  height: 1150px;
}

.yy-text {
  font-weight: 500;
  margin-top: 120px;
  color: #c1dae8;
}

.btn-login img {
  max-width: 90%;
}

.login-input {
  max-width: 500px;
  height: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 30px auto 10px;
}

.err {
  color: red;
  font-size: 18px;
  margin: 20px 0 10px;
}

.login-box .uk-select {
  width: 152px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  padding-left: 40px;
  font-size: 22px;
}

.uk-select:not([multiple]):not([size]) {
  color: #505050;
  background-color: #fff;
  margin-right: 14px;
  border-radius: 5px;
  height: 50px;
  font-size: 26px;
}

.login-box .uk-select {
  width: 145px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  padding-left: 30px;
  font-size: 28px;
}

.login-box .uk-input, .login-box .uk-select {
  border: 0;
  text-align: center;
  background: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.login-box .uk-input {
  width: 355px;
  color: #505050;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 30px;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
}

.btn-login {
  display: inline-block;
  margin-top: 30px !important;
}

.step {
    text-align: left;
    max-width: 538px;
    margin: 20px auto 20px;
    color: #c1dae8;
    font-size: 14px;
    position: relative;
    left: -20px;
}

.video_box {
  position: relative;
}

.uk-modal-dialog {
  background: url(../images/modal-bg.jpg) no-repeat 0 0;
  height: 251px;
  display: inline-block;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 50px;
  width: 499px;
}

.yycg-tt {
  margin-top: 30px;
  margin-left: 30px;
}

.ptxt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-txt {
  font-size: 17px;
  color: #146399;
  font-weight: 500;
  margin: 10px auto 0;
}

.iframe-vod {
  margin: -60px auto 0;
  max-width: 530px;
}

@media (max-width: 1024px) {
  .p1 {
    background: url(../images/p1-bg-m.jpg) no-repeat top center;
    position: relative;
    padding-top: 40px;
    height: 100vh;
    background-size: cover;
    max-height: 1338px;
    min-height: 1338px;
  }

  .p1-logo {
    max-width: 33vw;
    margin-top: 2%;
    right: 26px;
    left: auto;
    transform: translateX(0);
  }

  .layer {
    margin-top: 230px;
  }

  .layer img {
    max-width: 90vw;
  }
.uk-section>.bt-text {
    margin-bottom: 100px;
}

  .bt-text img {
    max-width: 100%;
    width: 100%;
  }

  .text-time {
    color: #4fb7fe;
    font-size: 28px;
    font-weight: 500;
  }
.p2 {
    background: url(../images/p2-bg-m.jpg) no-repeat top center;
    position: relative;
    padding-top: 40px;
    background-size: cover;
    height: 2320px;
}

  .banner {
    min-height: 515px !important;
    margin-bottom: 50px;
  }
.btimg {
  position: inherit !important;
    display: block;
    margin: 60px auto 30px;
}
  .banner-txt {
    font-size: 26px;
    color: #146399;
    font-weight: 500;
    margin: 10px auto 0;
  }

  .login-box {
    padding: 0;
  }

  .p2-tt {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .iframe-vod {
    margin-top: 0;
    max-width: 100%;

  }

  .iframe-vod iframe {
    height: 410px !important;

  }

  .ptxt {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
  }
.yy-text {
    font-weight: 500;
    margin-top: 150px;
    font-size: 36px;
}
  .btn-login {
    display: inline-block;
    margin-top: 30px !important;
    width: 400px;
  }

  .login-input {
    zoom: 1.4;
  }

  .m-foot-top {
    float: inherit;
    margin-bottom: 20px;
  }

  .footer .uk-float-right {
    float: initial;
    margin: 0 auto;
    max-width: 515px;
  }

  .banner img {
    width: 100%;
  }

  .uk-dotnav>.uk-active>* {
    background-color: #0956ae;
    border-color: transparent;
  }

  .uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #0956ae;

  }

  #toggle-nav a {
    background-color: #2c3a57;
    padding: 6px 30px;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .uk-navbar-dropdown {
    box-sizing: border-box;
    width: 200px;
    padding: 0;
    background: none;
    color: #666;
    box-shadow: none;
  }

.step {
  text-align: left;
  max-width: 580px;
  margin: 20px auto 20px;
  color: #c1dae8;
  font-size: 14px;
}

}