  /* Theme default */
    body {
      font-family: 'Segoe UI Light', 'Segoe UI', "Microsoft YaHei", Arial, Helvetica, sans-serif, "\5B8B\4F53";
      color: #494d55;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      padding: 0;
      background: #fff;
      font-size: 14px;
      overflow: auto;
      /*-webkit-overflow-scrolling: touch;*/
    }
    a {
      text-decoration: none;
    }
    /* ======= Header ======= */
    .header {
      position: fixed;
      width: 100%;
      z-index: 30;
      height: 60px;
      padding: 10px 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      z-index: 11;
    }
    .header.header-scrolled {
      padding: 0;
      background: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .header.header-scrolled a {
      color: #494d55;
    }
    .header.header-scrolled .logo {
      color: #f48808;
      padding-top: 12px;
    }
    .header.header-scrolled .main-nav .nav .nav-item a {
      color: #494d55;
    }
    .header.header-scrolled .main-nav .nav .nav-item a:hover {
      color: #f48808;
      background: rgba(0, 0, 0, 0.1);
    }
    .header.header-scrolled .main-nav .nav .nav-item.active a {
      color: #f48808;
      border-bottom: 4px solid #f48808;
    }
    .header a {
      color: #fff;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
    }
    .header a:hover {
      text-decoration: none;
    }
    .header .logo {
      margin: 0;
      display: inline-block;
      float: left;
      font-size: 28px;
      padding-top: 15px;
    }
    .header .logo .logo-icon-wrapper {
      margin-right: 3px;
      position: relative;
      display: inline-block;
      top: -3px;
    }
    .header .logo .logo-icon {
      width: 30px;
      height: 30px;
    }
    .header .logo .highlight {
      font-weight: 400;
    }
    .main-nav {
      margin-top: 6px;
    }
    .main-nav .navbar-toggle {
      margin-right: 0;
      margin-top: 0;
      background: none;
      position: absolute;
      right: 10px;
      top: 11px;
      background: #26282c;
    }
    .main-nav .navbar-toggle:focus {
      outline: none;
    }
    .main-nav .navbar-toggle .icon-bar {
      background-color: #fff;
      height: 3px;
    }
    .main-nav .navbar-toggle:hover .icon-bar {
      background-color: #fff;
    }
    .main-nav .nav .nav-item {
      font-weight: normal;
      font-size: 16px;
      margin-right: 20px;
    }
    .main-nav .nav .nav-item.active a {
      background: none;
      color: #f4d292;
    }
    .main-nav .nav .nav-item a {
      color: rgba(255, 255, 255, 0.65);
      font-weight: 400;
    }
    .main-nav .nav .nav-item a:hover {
      color: #f48808;
      background: none;
    }
    .main-nav .nav .nav-item a:focus {
      outline: none;
      background: none;
    }
    .main-nav .nav .nav-item a:active {
      outline: none;
      background: none;
    }
    .main-nav .nav .nav-item:last-child {
      margin-right: 0;
    }
    .main-nav .nav.active {
      position: relative;
    }
    .nav > li > a {
      padding-left: 5px;
      padding-right: 5px;
    }
    /* ====== Footer ====== */
    .footer {
      background: #26282c;
      color: rgba(255, 255, 255, 0.6);
      padding: 15px 0;
    }
    .footer a {
      color: #f48808;
    }
    .footer .fa-heart {
      color: #EA5395;
    }
    @media (max-width: 992px) {
      .navbar-collapse {
        border-top: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 60px;
        position: absolute;
        background: #26282c;
        z-index: 40;
      }
      .header .main-nav .navbar-collapse .nav-item.active a {
        color: #f48808;
      }
      .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
        border: none;
        color: #f48808;
      }
      .main-nav .navbar-collapse .nav-item {
        margin-right: 0;
      }
      .main-nav .navbar-collapse .nav-item a {
        text-align: center;
      }
    }


    
.main h1 {
    clear: both;
    text-align: center;
    font-size: 72px;
    font-weight: normal;
    color: #f4d292;
    margin: 0;
    font-size: 60px;
    font-weight: 100;
}

p.sub {
    text-align: center;
    color: #fff;
    font-size: 29px;
    margin: 0;
    margin-top: 4px;
    font-weight: 100;
}


.join {
    text-align: center;
    margin-top: 21px;
}

.btn {
    display: inline-block;
    /* border: 1px solid #fff; */
    border-radius: 0px;
    color: #fff;
    padding: 17px 93px;
    cursor: pointer;
    background: #1ab5fb;
    font-size: 16px;
}

p.subintro {
    color: #969696;
    text-shadow: 0px 2px 3px #333333;
}


.hide {
    display: none;
}

.intro {
    padding: 31px 72px;
    width: 100%;
    background: #f3f3f3;
}

.intro h3 {
    color: #383838;
    font-weight: normal;
    font-size: 16px;
}

.joined {display: none;}

.joinedItem img {
    width: 100px;
}

li.joinedItem {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin-top: 12px;
    border: 1px solid #cccccc;
    padding: 0px 31px;
    border-radius: 0px;
    margin: 0 5px;
}

.joinedItem h4 {
    color: #808080;
    font-weight: normal;
}

.joined ul {
    margin: 0;
    padding: 0;
}


section#layer3 {
    /* position: absolute; */
}

.layer1,.layer2{
}


html,body {
}
.mask{}


.plainIntro {
    position: absolute;
    top: 390px;
    color: #fff;
    display: none;
}

.plainIntro {}

.main {/* width: 490px; */margin: 0 auto;margin-top: 163px;position: relative;z-index: 1;overflow: hidden;}

.plainIntro h2 {
    font-weight: normal;
}
.subintro {
    font-size: 16px;
    line-height: 26px;
    color: #676767;
    font-size: 14px;
}

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

.dialog {
    z-index: 11;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 602px;
    height: 430px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.45);
    font-size: 14px;
    overflow: auto;
}

.dialogContent {
    padding: 6px 44px;
}

.dialogContent h2 {
    text-align: center;
    font-weight: normal;
}

.form li {
    list-style: none;
    height: 43px;
}

.label {
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 20px;
}

.form .text {
    display: inline-block;
}

.text input {
    height: 30px;
    width: 323px;
    border: 1px solid #dcdcdc;
    padding: 0 6px;
    font-size: 14px;
    font-family: inherit;
}

img {}

img.logo {
    width: 320px;
}


section.layer {
    width: 100%;
}


.submit {
    text-align: center;
    margin-top: 13px;
}

.btn.commit {
    padding: 8px 27px;
    border-radius: 2px;
}

.btn.commit.cancel {
    background: #e03b2f;
}

.grayMask {
    background: rgba(0, 0, 0, 0.63);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: none;
}


.content {
    height: 534px;
    position: relative;
    overflow: hidden;
    background: rgb(0, 0, 0);
}


div#joinBtn:hover {
    color: #fff;
    background: #03A9F4;
}

.join:hover {
}

.subintro ul {
    font-size: 14px;
    color: #404040;
    padding: 0;
    margin-left: 18px;
}

.content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/building5.jpg)  rgba(0, 0, 0, 0.43);
    /* filter: blur(1px); */
    background-size: 518px;
    z-index: 0;
    background-position: center;
}

.intro p {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 20px;
}
/* ====== Footer ====== */
.footer {
  padding: 50px 0;
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
}
.footer a {
  color: gray;
}
.footer .footer-left {
  float: left;
}
.footer .footer-left .logo-wrapper {
  padding-left: 0px;
}
.footer .footer-left .logo {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  top: -10px;
}
.footer .footer-left .name {
  font-size: 30px;
  font-family: "Segoe UI Light";
}
.footer .footer-left .slogan {
  font-size: 14px;
  margin-left: 10px;
  color: gray;
}
.footer .footer-left .copyright {
  margin-top: 10px;
  color: gray;
}
.footer .footer-right {
  float: right;
  padding-top: 5px;
}
.footer .footer-right .links .link-title {
  display: inline-block;
  color: gray;
  font-size: 14px;
}
.footer .footer-right .links .link-item {
  color: gray;
  font-size: 14px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .footer-right {
    display: none;
  }
  .footer-left {
    float: none !important;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .footer-left .slogan {
    display: block;
  }
}



span.highlight span {
    color: #f48808;
}

i.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

span {}

a.mainIndex {
    color: #f4d292;
}

.content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.sublink {
    text-align: center;
    margin-top: 12px;
    color: #dcdcdc;
    /* display: none; */
}

.sublink a {color: inherit;text-decoration: underline;}

@media (max-width: 768px){
    .header .logo{
        font-size: 18px;
        padding-top: 20px;
    }

    .basic-info{
    }
}
