@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

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

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
  position: relative;
  margin: auto;
  width: 1000px;
  height: 100%;
}

.top {
  height: 780px;
  background: url(../img/top_bg.jpg) center no-repeat;
}

.top .shake {
  float: right;
  margin-top: 56px;
  margin-bottom: 40px;
  width: 400px;
  height: 89px;
  background: url(../img/wz1.png) no-repeat;
  -webkit-animation: shake .8s linear infinite;
       -o-animation: shake .8s linear infinite;
          animation: shake .8s linear infinite;
}

.top .video {
  margin: auto;
  width: 800px;
  height: 450px;
  clear: both;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  10%, 30% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@-o-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
    filter: hue-rotate(0deg);
  }
  10%, 30% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40% {
    transform: translate3d(10px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  10%, 30% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

.time {
  height: 140px;
  background: url(../img/img1.jpg) center no-repeat;
}

.stu {
  height: 660px;
  background: url(../img/img2.jpg) center no-repeat;
}

.prize {
  height: 240px;
  background: center no-repeat;
}

.prize1 {
  background-image: url(../img/prize1.jpg);
}

.prize2 {
  background-image: url(../img/prize2.jpg);
}

.prize3 {
  background-image: url(../img/prize3.jpg);
}

.prize4 {
  background-image: url(../img/prize4.jpg);
}

.prize5 {
  height: 370px;
  background-image: url(../img/prize5.jpg);
}

.rules {
  height: 500px;
  background: url(../img/rules.jpg) center no-repeat;
}

.guide {
  height: 280px;
  background: url(../img/guide.jpg) center no-repeat;
}

.videos {
  height: 580px;
  background: url(../img/videos.jpg) center no-repeat;
  position: relative;
}

.videos .video {
  width: 220px;
  height: 390px;
  position: absolute;
  top: 25px;
}

.video1 {
  left: 28px;
}

.video2 {
  left: 380px;
}

.video3 {
  left: 740px;
}

.video-rule {
  height: 550px;
  background: url(../img/videos_rule.jpg) center no-repeat;
}

.store {
  height: 830px;
  background: url(../img/store_bg.jpg) center no-repeat;
}

.store .title {
  padding-top: 10px;
  height: 153px;
  background: url(../img/store_title.png) center no-repeat;
}

.store .tabs {
  margin-top: 20px;
  height: 64px;
}

.store .tabs .item {
  float: left;
  margin: 0 26px;
  width: 280px;
  height: 64px;
  background: center no-repeat;
  cursor: pointer;
}

.store .tabs .item1 {
  background-image: url(../img/tab1.png);
}

.store .tabs .item2 {
  background-image: url(../img/tab2.png);
}

.store .tabs .item3 {
  background-image: url(../img/tab3.png);
}

.store .content {
  margin-top: 15px;
}

.store .content .list {
  display: none;
  height: 540px;
}

.store .content .list .btn {
  position: absolute;
  width: 100px;
  height: 30px;
  text-indent: -9999px;
}

.store .content .list1 {
  display: block;
  background: url(../img/content1.png) no-repeat;
}

.store .content .list1 .btn1 {
  bottom: 227px;
  left: 244px;
}

.store .content .list1 .btn2 {
  bottom: 227px;
  left: 364px;
}

.store .content .list1 .btn3 {
  bottom: 224px;
  right: 66px;
}

.store .content .list1 .btn4 {
  bottom: 224px;
  right: 176px;
}

.store .content .list1 .btn5 {
  bottom: 78px;
  left: 135px;
}

.store .content .list1 .btn6 {
  bottom: 78px;
  left: 400px;
}

.store .content .list1 .btn7 {
  bottom: 78px;
  right: 275px;
}

.store .content .list1 .btn8 {
  bottom: 78px;
  right: 32px;
}

.store .content .list2 {
  background: url(../img/content2.png) no-repeat;
}

.store .content .list2 .btn1 {
  bottom: 236px;
  left: 246px;
}

.store .content .list2 .btn2 {
  bottom: 236px;
  left: 374px;
}

.store .content .list2 .btn3 {
  bottom: 235px;
  right: 47px;
}

.store .content .list2 .btn4 {
  bottom: 235px;
  right: 163px;
}

.store .content .list2 .btn5 {
  bottom: 58px;
  left: 146px;
}

.store .content .list2 .btn6 {
  bottom: 58px;
  left: 380px;
}

.store .content .list2 .btn7 {
  bottom: 58px;
  right: 292px;
}

.store .content .list2 .btn8 {
  bottom: 58px;
  right: 55px;
}

.store .content .list3 {
  background: url(../img/content3.png) no-repeat;
}

.store .content .list3 .btn {
  width: 120px;
  height: 36px;
}

.store .content .list3 .btn1 {
  bottom: 136px;
  left: 330px;
}

.store .content .list3 .btn2 {
  bottom: 136px;
  right: 104px;
}

.qjb {
  height: 620px;
  background: url(../img/qjb.jpg) center no-repeat;
}

.qjb .btn {
  position: absolute;
  bottom: 76px;
  width: 155px;
  height: 44px;
  cursor: pointer;
}

.qjb .yuyue {
  right: 350px;
}

.qjb .link {
  right: 160px;
}

.footer {
  height: 177px;
  background: url(../img/footer.jpg) center no-repeat;
}

.form {
  width: 100%;
  height: 68px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 9;
}

.form .ren {
  width: 143px;
  height: 186px;
  display: block;
  position: absolute;
  top: -117px;
  left: -140px;
}

.form .kuang {
  display: block;
  float: left;
  width: 170px;
  margin-right: 11px;
  height: 38px;
  border: 1px solid #7a7a7a;
  font-size: 15px;
  margin-top: 15px;
  padding: 0 12px;
}

.form .mingzi {
  margin-left: 40px;
}

.form .dizhi {
  width: 300px;
}

.form input:focus,
.form input:hover {
  border-color: #ffbb29;
}

.form .sub-btn {
  display: block;
  float: left;
  width: 168px;
  height: 38px;
  border: none;
  background-color: #ffbb29;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}

.form .sub-btn:hover {
  background-color: rgba(255, 187, 41, 0.9);
}

.form .guanbi {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -12px;
  right: 0;
  cursor: pointer;
}

.nc-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
}

.nc-container .nc-alert {
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-left: -275px;
  padding: 30px;
  width: 550px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nc-container .nc-alert.animate-open-alert {
  -webkit-animation: animate-open-alert 0.3s;
  -o-animation: animate-open-alert 0.3s;
  animation: animate-open-alert 0.3s;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -o-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon .left {
  -webkit-animation: animate-success-left 0.75s;
  -o-animation: animate-success-left 0.75s;
  animation: animate-success-left 0.75s;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon .right {
  -webkit-animation: animate-success-right 0.75s;
  -o-animation: animate-success-right 0.75s;
  animation: animate-success-right 0.75s;
}

.nc-container .nc-alert.animate-close-alert {
  -webkit-animation: animate-close-alert 0.15s forwards;
  -o-animation: animate-close-alert 0.15s forwards;
  animation: animate-close-alert 0.15s forwards;
}

.nc-container .nc-alert .nc-icon {
  margin: 10px 0 18px;
  height: 88px;
  overflow: hidden;
}

.nc-container .nc-alert .nc-icon .nc-success-icon {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 4px solid #13ce66;
  border-radius: 50%;
}

.nc-container .nc-alert .nc-icon .nc-success-icon:before {
  position: absolute;
  top: 14px;
  left: -25px;
  content: "";
  width: 60px;
  height: 120px;
  background-color: #fff;
  border-radius: 120px 0 0 120px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon:after {
  position: absolute;
  top: -11px;
  left: 30px;
  content: "";
  width: 60px;
  height: 120px;
  background-color: #fff;
  border-radius: 0 120px 120px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  -o-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line {
  position: absolute;
  z-index: 2;
  display: block;
  height: 5px;
  background-color: #13ce66;
  border-radius: 2px;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line.left {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line.right {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon .placeholder {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(19, 206, 102, 0.3);
  border-radius: 50%;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .fix {
  position: absolute;
  left: 24px;
  top: 6px;
  z-index: 1;
  width: 7px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-info-icon {
  display: none;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 4px solid rgba(32, 160, 255, 0.8);
  border-radius: 50%;
  font-size: 50px;
  font-weight: bold;
  color: #20a0ff;
  text-align: center;
}

.nc-container .nc-alert .title {
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.nc-container .nc-alert .subtit {
  font-size: 16px;
  color: #20a0ff;
  text-align: center;
}

.nc-container .nc-alert .nc-content {
  text-align: center;
  list-style: none;
}

.nc-container .nc-alert .nc-content li {
  font-size: 16px;
  line-height: 26px;
  color: #ff4949;
}

.nc-container .nc-alert .alert-btn {
  display: block;
  margin: 22px auto 0;
  width: 90px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #20a0ff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.nc-container .nc-alert .alert-btn:hover {
  background-color: #1d8ce0;
}

.nc-container .nc-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/**
 * animate-alert
 */
@-webkit-keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animate-close-alert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-o-keyframes animate-close-alert {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes animate-close-alert {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

/**
 * animation-success
 */
@-webkit-keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@-o-keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@-webkit-keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-o-keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-o-keyframes rotatePlaceholder {
  0% {
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
