/*
 * Author: bindy.Yuan(128080)
 * Version: 0.1.0
 * Compile Date: 2016-12-13 17:28
*/ 
/***********************reset***********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
  padding: 0;
  margin: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

body {
  font: 12px/1.6 "Microsoft YaHei"; }

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #5c577d; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5c577d; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5c577d; }

textarea {
  overflow: auto;
  resize: none; }

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

.clearfix {
  zoom: 1; }

.hide {
  display: none !important; }

.fl {
  float: left; }

.fr {
  float: right; }

body {
  background: #190b28; }

.full-bg {
  min-width: 1198px;
  overflow-x: hidden; }

.wrapper {
  width: 1198px;
  margin: 0 auto; }

.btns {
  font-size: 0;
  text-align: center; }

.btn {
  width: 132px;
  height: 43px;
  display: inline-block;
  border-radius: 6px;
  line-height: 43px;
  color: #090d1c;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: "Microsoft Yahei"; }

.btn + .btn {
  margin-left: 30px; }

.header, .header .wrapper {
  background: url("../image/header.jpg") no-repeat center top; }
.header .wrapper {
  height: 232px;
  padding: 800px 0 0;
  position: relative; }
.header .logo, .header .w-logo {
  position: absolute; }
.header .logo {
  top: 20px; }
  .header .logo img {
    width: 180px; }
.header .w-logo {
  top: 0;
  left: 190px; }
.header .slogan {
  font-size: 0;
  line-height: 0;
  text-indent: -99999px; }
.header .intro {
  padding: 30px 0 0;
  margin-left: 330px;
  width: 820px;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #000; }
.header .tips {
  font-size: 12px;
  color: #505cb2; }
  .header .tips b {
    color: #505cb2;
    font-size: 14px;
    margin-right: 5px; }

.section .wrapper {
  padding: 20px 0 0; }
.section .title {
  margin: 0 0 50px;
  color: #07e7dd;
  font-size: 0; }
  .section .title .icon {
    display: inline-block;
    width: 62px;
    height: 71px;
    vertical-align: middle;
    margin-right: 10px; }
  .section .title .txt {
    vertical-align: middle;
    font-size: 38px; }

.sec-vs, .sec-vs .wrapper {
  background: url("../image/main-1.jpg") no-repeat center top; }
.sec-vs .wrapper {
  height: 808px; }
.sec-vs .title .icon {background-repeat: no-repeat;}
.sec-vs .team {
  float: left;
  margin: 116px 0 0;
  width: 322px; }
  .sec-vs .team img {
    margin-bottom: 5px; }
.sec-vs .team-occupation {
  margin-left: 118px;
  height: 377px; }
  .sec-vs .team-occupation .swiper-wrapper {
    position: relative;
    height: 100%; }
  .sec-vs .team-occupation .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .sec-vs .team-occupation .swiper-slide.on {
    opacity: 1;
    filter: alpha(opacity=100); }
  .sec-vs .team-occupation .pagination {
    margin: 20px 0 0;
    font-size: 0;
    text-align: center; }
    .sec-vs .team-occupation .pagination i {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #9fa8d2;
      border-radius: 50%;
      cursor: pointer; }
    .sec-vs .team-occupation .pagination i + i {
      margin-left: 15px; }
    .sec-vs .team-occupation .pagination i.on {
      background: #2ee7db; }
.sec-vs .team-passerby {
  margin-left: 345px; }
.sec-vs .btn-signup {
  background: #07e7dc; }
  .sec-vs .btn-signup:hover {
    background: #2ee7db; }
.sec-vs .btn-list {
  background: #14ace4; }
  .sec-vs .btn-list:hover {
    background: #38b5e4; }

.sec-progress {
  background: #0e1530; }
  .sec-progress .title .icon {background-repeat: no-repeat;}
  .sec-progress .time-line {
    height: 200px;
    font-size: 0;
    position: relative; }
    .sec-progress .time-line li {
      width: 130px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      text-align: center;
      margin-left: 25px; }
    .sec-progress .time-line li + li {
      margin-left: 40px; }
    .sec-progress .time-line .name {
      margin: 0 0 5px;
      color: #14ace4;
      line-height: 30px;
      font-size: 20px; }
    .sec-progress .time-line .time {
      font-size: 14px;
      color: #ee2d84;
      line-height: 22px; }
    .sec-progress .time-line .icon {display: block;
      
      width: 25px;
      height: 22px;
      margin: 20px auto 0;background-repeat: no-repeat;}
    .sec-progress .time-line .line {
      position: absolute;
      z-index: 2;
      background: #92a1df;
      height: 2px;
      width: 1020px;
      left: 50%;
      margin-left: -510px;
      top: 88px; }
    .sec-progress .time-line li {
      position: relative;
      z-index: 3; }
  .sec-progress .progress-result {
    position: relative;
    background: url("../image/line.png") no-repeat center 200px;
    height: 750px; }
    .sec-progress .progress-result .team {
      position: absolute;
      width: 141px; }
      .sec-progress .progress-result .team .team-main {height: 38px;
        padding: 1px;background-repeat: no-repeat;}
    .sec-progress .progress-result .team:hover {
      z-index: 60; }
    .sec-progress .progress-result .team-logo {width: 45px;
      height: 38px;
      float: left;background-repeat: no-repeat;}
    .sec-progress .progress-result .team-name {
      float: left;
      width: 80px;
      color: #090d1c;
      font-size: 16px;
      line-height: 38px;
      font-weight: bold;
      text-align: center;
      overflow: hidden; }
    .sec-progress .progress-result .info {
      margin: 5px 0 0;
      position: relative;
      text-align: center;
      color: #6576bf;
      font-size: 0; }
      .sec-progress .progress-result .info > div {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 16px;
        line-height: 26px; }
      .sec-progress .progress-result .info .video-btn, .sec-progress .progress-result .info a {
        color: #6576bf; }
      .sec-progress .progress-result .info .video-btn:hover > a, .sec-progress .progress-result .info a:hover {
        color: #07e7dc; }
    .sec-progress .progress-result .video-btn {
      margin-left: 15px;
      position: relative; }
      .sec-progress .progress-result .video-btn i {
        margin-left: 5px;
        display: inline-block;
        border-top: 6px solid #6576bf;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        font-size: 0;
        line-height: 0;
        vertical-align: middle; }
      .sec-progress .progress-result .video-btn:hover i {
        border-top-color: #07e7dc; }
      .sec-progress .progress-result .video-btn:hover .video-list {
        display: block;
        z-index: 70; }
    .sec-progress .progress-result .video-list {
      position: absolute;
      display: none;
      top: 100%;
      right: -20px;
      background: #322e51;
      border-radius: 5px;
      padding: 5px;
      width: 65px;
      line-height: 24px;
      text-align: left; }
      .sec-progress .progress-result .video-list a {
        padding-left: 5px; }
    .sec-progress .progress-result .team-1 {
      width: 185px;
      left: 50%;
      margin-left: -92px; }
      .sec-progress .progress-result .team-1 .team-main {padding: 107px 2px 0;
        height: 51px;background-repeat: no-repeat;}
      .sec-progress .progress-result .team-1 .team-logo {width: 58px;
        height: 50px;background-repeat: no-repeat;}
      .sec-progress .progress-result .team-1 .team-name {
        font-size: 20px;
        line-height: 50px; }
    .sec-progress .progress-result .team-2, .sec-progress .progress-result .team-3 {
      top: 290px; }
    .sec-progress .progress-result .team-2 {
      left: 220px; }
    .sec-progress .progress-result .team-3 {
      right: 220px; }
    .sec-progress .progress-result .team-4, .sec-progress .progress-result .team-5, .sec-progress .progress-result .team-6, .sec-progress .progress-result .team-7 {
      top: 410px; }
    .sec-progress .progress-result .team-4 {
      left: 103px; }
    .sec-progress .progress-result .team-5 {
      left: 333px; }
    .sec-progress .progress-result .team-6 {
      right: 333px; }
    .sec-progress .progress-result .team-7 {
      right: 103px; }
    .sec-progress .progress-result .team-8, .sec-progress .progress-result .team-9, .sec-progress .progress-result .team-10, .sec-progress .progress-result .team-11 {
      top: 550px; }
    .sec-progress .progress-result .team-8, .sec-progress .progress-result .team-12 {
      left: 10px; }
    .sec-progress .progress-result .team-9, .sec-progress .progress-result .team-13 {
      left: 425px; }
    .sec-progress .progress-result .team-10, .sec-progress .progress-result .team-14 {
      right: 425px; }
    .sec-progress .progress-result .team-11, .sec-progress .progress-result .team-15 {
      right: 10px; }
    .sec-progress .progress-result .team-12, .sec-progress .progress-result .team-13, .sec-progress .progress-result .team-14, .sec-progress .progress-result .team-15 {
      top: 617px; }

.sec-reward {
  background: #0e1225; }
  .sec-reward .wrapper {
    padding: 75px 0 0;
    height: 430px;
    background: url("../image/reward.jpg") no-repeat 773px 178px; }
  .sec-reward .title .icon {background-repeat: no-repeat;}
  .sec-reward .reward-list .num {display: inline-block;
    
    width: 14px;
    height: 17px;
    line-height: 16px;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    text-align: center;background-repeat: no-repeat;}
  .sec-reward .reward-list > li {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 28px;
    color: #8c98cd; }
    .sec-reward .reward-list > li b {
      color: #07e7dc;
      font-weight: normal; }
  .sec-reward .reward-list ol {
    padding: 25px 0 0 50px;
    font-size: 14px;
    line-height: 24px;
    color: #1aa5d8;
    list-style: decimal; }
    .sec-reward .reward-list ol li {
      margin-bottom: 5px; }

.footer {
  background: #0a0d1b;
  color: #9fa8d2; }
  .footer .wrapper {
    padding: 30px 0 10px; }
  .footer a {
    color: #9fa8d2; }
    .footer a:hover {
      color: #7787d2; }

.nav {
  position: fixed;
  right: 1%;
  top: 30%;
  z-index: 100; }
  .nav a {
    display: block;
    position: relative; }
  .nav a + a {
    margin-top: 5px; }
  .nav .txt {
    position: absolute;
    overflow: hidden;
    right: 110%;
    top: 50%;
    margin-top: -15px;
    width: 0;
    white-space: nowrap;
    line-height: 30px;
    font-size: 16px;
    color: #edf1f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf1f8), to(#52f3f6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(21, 71, 172, 0.8);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .nav a:hover .txt {
    width: 70px; }
  .nav .icon {
    display: block;
    width: 44px;
    height: 52px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    cursor: pointer; }
  .nav a:hover .icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .nav .nav-1 .icon {background-repeat: no-repeat;}
  .nav .nav-1:hover .icon {background-repeat: no-repeat;}
  .nav .nav-2 .icon {background-repeat: no-repeat;}
  .nav .nav-2:hover .icon {background-repeat: no-repeat;}
  .nav .nav-3 .icon {background-repeat: no-repeat;}
  .nav .nav-3:hover .icon {background-repeat: no-repeat;}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: -1; }
  .pop .pop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    filter: alpha(opacity=0); }
  .pop.show {
    z-index: 100;
    visibility: visible; }
    .pop.show .pop-bg {
      opacity: 0.7;
      filter: alpha(opacity=70);
      background: #000; }
  .pop .pop-main {
    position: absolute;
    background: url("../image/pop-main.png");
    padding: 30px 40px;
    width: 940px;
    height: 690px;
    margin: -375px 0 0 -510px;
    top: 50%;
    left: 50%;
    color: #8c98cd;
    font-size: 16px; }
    .pop .pop-main b, .pop .pop-main strong {
      font-weight: normal; }
  .pop .blue {
    color: #14ace4; }
  .pop .green {
    color: #07e7dc; }
  .pop .red {
    color: #ee2d84; }
  .pop .close-btn {width: 48px;
    height: 42px;
    position: absolute;
    right: 40px;
    top: 20px;background-repeat: no-repeat;}
    .pop .close-btn:hover {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .pop .title {
    text-align: center;
    color: #51537c;
    font-size: 30px;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8e9ed9), to(rgba(81, 83, 124, 0.2)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .pop .sm-title {
    margin-bottom: 5px;
    line-height: 40px;
    font-size: 24px;
    color: #07e7dc; }
  .pop dd {
    margin-bottom: 3px; }
  .pop .form {
    margin: 10px auto 0;
    width: 880px;
    text-align: center; }
    .pop .form .select-box {
      position: relative;
      background: url("../image/select.jpg") no-repeat right top;
      width: 100%; }
      .pop .form .select-box label {
        position: relative;
        z-index: 1;
        height: 42px;
        display: block;
        color: #98a7e5;
        font-size: 14px;
        line-height: 42px;
        text-indent: -10px; }
      .pop .form .select-box label.unchose {
        color: #14ace4; }
    .pop .form .server-select {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 0;
      left: 0;
      border: none;
      background: none;
      outline: none;
      opacity: 0;
      filter: alpha(opacity=0);
      color: #98a7e5;
      font-size: 14px;
      height: 42px;
      line-height: 42px; }
      .pop .form .server-select option {
        background: #47517b; }
    .pop .form .ipt {
      border: none;
      background: none;
      text-align: center;
      color: #98a7e5;
      padding: 10px;
      width: 125px;
      height: 22px;
      font-size: 12px;
      line-height: 22px;
      display: block;
      margin: 0 auto; }
    .pop .form .ipt-name {
      padding: 94px 10px;
      width: 128px; }
    .pop .form .submit-btn {
      margin-top: 10px;
      background: #ee2d84;
      color: #fff;
      font-size: 22px; }
  .pop .tips {
    margin: 5px 0 0;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
    color: #14ace4; }
  .pop .table {
    table-layout: fixed;
    width: 880px;
    text-align: center; }
    .pop .table th {
      background: #98a7e5;
      height: 32px;
      font-size: 16px;
      line-height: 32px;
      font-weight: bold;
      color: #322e51;
      width: 145px; }
    .pop .table td {
      background: #413c64;
      height: 42px;
      color: #98a7e5; }
    .pop .table .odd td {
      background: #47517b; }
    .pop .table th, .pop .table td {
      border-left: 1px solid #505c93; }
  .pop.pop-signup .server {
    width: 130px;
    border: none;
    overflow: hidden; }
  .pop.pop-signup td.name {
    height: 210px; }
  .pop.pop-list .sm-title {
    margin-top: 30px; }
  .pop.pop-list .table th, .pop.pop-list .table td {
    width: 33.3%; }
  .pop.pop-list .table-th, .pop.pop-list .table-td {
    margin-left: 20px; }
  .pop.pop-list .table-th {
    margin-top: 30px;
    width: 880px; }
  .pop.pop-list .table-td {
    width: 892px;
    margin-bottom: 90px;
    height: 294px;
    overflow: auto; }
  .pop.pop-list .match-rule span + span {
    margin-left: 35px; }
  .pop.pop-tips .pop-main {
    background: #322e51;
    width: 400px;
    height: 100px;
    padding: 50px;
    margin: -100px 0 0 -250px;
    text-align: center; }
  .pop.pop-tips b {
    color: #07e7dc; }
  .pop.pop-tips .close-btn {
    top: 10px;
    right: 10px; }
.sec-vs .title .icon{background-position:-123px 0px}.sec-progress .title .icon{background-position:-123px -91px}.sec-progress .time-line .icon{background-position:-160px -182px}.sec-progress .progress-result .team .team-main{background-position:-44px -224px}.sec-progress .progress-result .team-logo{background-position:-140px -284px}.sec-progress .progress-result .team-1 .team-main{background-position:0px -342px}.sec-progress .progress-result .team-1 .team-logo{background-position:-127px -520px}.sec-reward .title .icon{background-position:-123px -590px}.sec-reward .reward-list .num{background-position:-171px -681px}.nav .nav-1 .icon{background-position:-141px -718px}.nav .nav-1:hover .icon{background-position:-141px -790px}.nav .nav-2 .icon{background-position:-141px -862px}.nav .nav-2:hover .icon{background-position:-141px -934px}.nav .nav-3 .icon{background-position:-141px -1006px}.nav .nav-3:hover .icon{background-position:-141px -1078px}.pop .close-btn{background-position:-137px -1150px}.sec-vs .title .icon,.sec-progress .title .icon,.sec-progress .time-line .icon,.sec-progress .progress-result .team .team-main,.sec-progress .progress-result .team-logo,.sec-progress .progress-result .team-1 .team-main,.sec-progress .progress-result .team-1 .team-logo,.sec-reward .title .icon,.sec-reward .reward-list .num,.nav .nav-1 .icon,.nav .nav-1:hover .icon,.nav .nav-2 .icon,.nav .nav-2:hover .icon,.nav .nav-3 .icon,.nav .nav-3:hover .icon,.pop .close-btn{background-image: url(style_z.png)}