@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 0.28rem;
  font-family: "Microsoft YaHei", arial, helvetica, sans-serif;
}

ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  outline: none;
  border: 0 none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

.container {
  width: 1136px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: ".";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.login-box {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.28rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background: rgba(7, 24, 67, 0.5);
}

.login-box .btn-login {
  display: block;
  color: #fbff80;
  letter-spacing: 5px;
  margin: 0 auto;
  font-weight: 700;
}

.login-box .name {
  margin-right: 20px;
}

.login-box .login-info {
  color: #dff1ff;
}

.login-box .login-info a {
  color: #fbff80;
  margin-left: 10px;
}

.login-box .login-info .area {
  display: inline-block;
  margin-right: 30px;
}

.logo {
  position: absolute;
  top: 0.22rem;
  left: 0.22rem;
  z-index: 10;
}

.logo a {
  display: block;
  width: 2.12rem;
  height: 0.94rem;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
}

.sect {
  background-size: contain !important;
  overflow: hidden;
}

.sect.sect-01 {
  position: relative;
  height: 12.8rem;
  background: url(../images/sect_01.jpg) center center no-repeat;
  text-align: center;
}

.sect.sect-01 .sg {
  width: 7.07rem;
  height: 3.09rem;
  margin: 0 auto 0.8rem;
  background: url(../images/sg.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.sect.sect-01 .time {
  width: 4.53rem;
  height: 0.45rem;
  margin: 5.7rem auto 0.1rem;
  background: url(../images/time.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.sect.sect-02 {
  padding-top: 0.6rem;
  height: 10.1rem;
  background: url(../images/sect_02.jpg) center center no-repeat;
  text-align: center;
}

.sect.sect-02 .block {
  width: 7.21rem;
  height: 2.5rem;
  background: url(../images/bg_02.png) center center no-repeat;
  background-size: contain !important;
  margin: 0 auto 0.25rem;
  color: #dff1ff;
}

.sect.sect-02 .block .block-tit {
  float: left;
  display: block;
  width: 1.2rem;
  font-size: 0.57rem;
  font-weight: 700;
  color: #dff1ff;
  line-height: 0.68rem;
  margin: 0.32rem 0.49rem;
}

.sect.sect-02 .block .block-cont {
  padding: 0.4rem 0.2rem 0;
  font-size: 0.28rem;
  text-align: left;
}

.sect.sect-02 .block .block-cont p {
  line-height: 0.4rem;
}

.sect.sect-02 .block .block-cont .btn-look {
  position: relative;
  display: inline-block;
  color: #2e95ff;
  border: 0.03rem solid #2e95ff;
  display: inline-block;
  padding: 0.12rem 0.25rem;
  margin-top: 0.15rem;
  overflow: hidden;
}

.sect.sect-02 .block .block-cont span {
  color: #fbff80;
}

.sect.sect-02 .block.gift {
  height: 3.17rem;
  background: url(../images/bg_03.png) center center no-repeat;
}

.sect.sect-02 .block.gift .block-tit {
  margin: 0.35rem 0.49rem;
}

.sect.sect-02 .block.gift .gift-box {
  float: right;
  margin: 0.25rem 0.8rem;
  width: 0.91rem;
  height: 0.85rem;
  background: url(../images/bg_01.png) center center no-repeat;
  background-size: contain;
  text-align: center;
}

.sect.sect-02 .block.gift .gift-box img {
  margin-top: 0.08rem;
  width: 0.68rem;
}

.sect.sect-02 .btn-apply {
  margin-top: 0.55rem;
}

.light {
  position: absolute;
  display: block;
}

.light:nth-child(1) {
  filter: hue-rotate(0deg);
  top: 0;
  left: 0;
  width: 100%;
  height: .03rem;
  background: linear-gradient(90deg, transparent, #2e95ff);
  animation: animate1 8s linear infinite;
}

.light:nth-child(2) {
  filter: hue-rotate(60deg);
  top: -100%;
  right: 0;
  width: .03rem;
  height: 100%;
  background: linear-gradient(180deg, transparent, #2e95ff);
  animation: animate2 8s linear infinite;
  animation-delay: 2s;
}

.light:nth-child(3) {
  filter: hue-rotate(120deg);
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(270deg, transparent, #2e95ff);
  animation: animate3 8s linear infinite;
  animation-delay: 4s;
}

.light:nth-child(4) {
  filter: hue-rotate(300deg);
  bottom: -100%;
  left: 0;
  width: .03rem;
  height: 100%;
  background: linear-gradient(360deg, transparent, #2e95ff);
  animation: animate4 8s linear infinite;
  animation-delay: 6s;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

@keyframes animate3 {
  0% {
    right: -100%;
    height: .03rem;
  }
  50%,
  100% {
    height: .03rem;
    right: 100%;
  }
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.goapply {
  position: relative;
}

.goapply .apply {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.25rem;
  color: #fbff80;
  font-weight: 700;
  font-size: 0.48rem;
  text-align: center;
  height: 2.1rem;
  padding-top: 0.4rem;
  border-top: 0.02rem solid #208eff;
  border-bottom: 0.02rem solid #208eff;
  background: #313352;
}

.goapply .apply p {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #c7fffb;
}

.btn-apply {
  display: block;
  width: 5.34rem;
  height: 1.71rem;
  margin: 0 auto;
  background: url(../images/btn_01.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal.modal-apply .modal-body {
  padding: 1.2rem 0.4rem 0;
  color: #2e4178;
}

.modal.modal-apply p {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.62rem;
  text-align: justify;
}

.modal.modal-apply .btn {
  display: inline-block;
  width: 3.03rem;
  height: 0.99rem;
  margin: 0.4rem 0.1rem;
  background-size: contain !important;
  font: 0/0 a;
}

.modal.modal-apply .btn.btn-again {
  background: url(../images/btn_02.png) center center no-repeat;
}

.modal.modal-apply .btn.btn-confirm {
  background: url(../images/btn_03.png) center center no-repeat;
}

.modal.modal-apply .btn.btn-again-confirm {
  background: url(../images/btn_04.png) center center no-repeat;
}

.modal.modal-apply .txt-import {
  font-size: 0.47rem;
  text-align: center;
  font-weight: 700;
}

.modal.modal-apply .apply-box-01 {
  padding-top: .5rem;
}

.text-blue {
  color: #208dfd !important;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.75rem;
  margin-top: -3.44rem;
  width: 7.5rem;
  height: 6.88rem;
  background: url(../images/m_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.2rem;
  height: 0.58rem;
  line-height: 0.58rem;
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
