@charset "UTF-8";
.fn-hide {
  display: none; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  min-width: 320px;
  margin: 0 auto;
  font-family: "Lantinghei SC", "Hiragino Sans GB", "华文细黑", "STHeiti", "微软雅黑", "Microsoft YaHei", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

header {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  z-index: 1; }
  header .nav {
    display: block;
    max-width: 1440px;
    width: 100%;
    height: 70px;
    margin: 0 auto; }
    header .nav .miic-logo {
      vertical-align: middle;
      display: inline-block;
      margin: 10px 0 0 50px; }
      header .nav .miic-logo img {
        width: 45px; }
    header .nav ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      float: right; }
      header .nav ul.show {
        display: block !important;
        background-color: white;
        border-radius: 4px;
        width: 150px;
        position: absolute;
        right: -35px;
        top: 70px;
        z-index: 20;
        border: 1px solid #ccc;
        text-align: center; }
        header .nav ul.show li {
          text-align: center;
          display: block;
          height: 60px;
          line-height: 60px; }
          header .nav ul.show li a {
            color: black; }
      header .nav ul li {
        display: inline-block;
        height: 70px;
        line-height: 70px;
        margin: 0 15px; }
        header .nav ul li a {
          display: inline-block;
          height: 70px;
          line-height: 70px;
          color: #fff;
          font-size: 14px;
          font-size: 1.4rem; }
        header .nav ul li.on a {
          color: #f45d66; }
        header .nav ul li.share {
          margin-top: -3px; }
          header .nav ul li.share a {
            display: inline-block;
            padding: 0 0 0 27px; }
            header .nav ul li.share a.line {
              display: inline-block;
              padding: 0; }
              header .nav ul li.share a.line i {
                border: 1px solid #fff;
                height: 30px; }
            header .nav ul li.share a i {
              font-size: 20px;
              font-size: 2rem;
              color: #fff; }
  header.fixed {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    height: 70px; }
    header.fixed .nav {
      position: relative; }
    header.fixed .logos {
      position: relative;
      margin-top: 0; }
  header .mobile-nav-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 70px;
    cursor: pointer; }
    header .mobile-nav-btn img {
      width: 25px; }

.section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  overflow: hidden; }
  .section.white {
    background: #fff; }
  .section.dark {
    background-color: #0d1a1c; }
  .section .container {
    width: 72.84722%;
    margin: 0 auto; }
    .section .container .mark {
      display: block;
      margin: 30px auto;
      width: 68px;
      height: 68px; }
    .section .container h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #495355;
      text-align: center;
      margin: 30px auto; }
      .section .container h2:after {
        content: "";
        height: 2px;
        width: 30px;
        display: block;
        margin: 30px auto 0 auto;
        background-color: #0e69b4; }
      .section .container h2.white {
        color: #fff; }
        .section .container h2.white:after {
          background-color: #fff; }
      .section .container h2 span {
        display: block;
        font-size: 16px;
        font-size: 1.6rem; }
    .section .container h3 {
      display: block;
      font-size: 19px;
      font-size: 1.9rem;
      color: #4f606b;
      text-align: center;
      margin: 30px 0 20px 0; }
      .section .container h3.white {
        color: #fff; }
    .section .container h4 {
      color: #8b8f91;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .section .container h4.white {
        color: #fff; }

#main {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }
  #main img {
    width: 100%;
    vertical-align: bottom; }
    #main img.main-bg {
      margin-top: 65px; }
    #main img.main-bg-mobile {
      display: none; }
  #main .main-btn {
    position: absolute;
    bottom: 25.3%;
    right: 26.7%; }
    #main .main-btn a {
      display: block;
      width: 160px;
      height: 46px;
      background-color: #066eb7;
      font-size: 25px;
      text-align: center;
      line-height: 46px;
      color: #fff; }

#intro {
  padding-bottom: 70px;
  background-image: url("img/intro.png");
  background-size: cover;
  background-color: #fff; }
  #intro .detail .text {
    width: 69.44444%;
    margin: 0 auto; }
    #intro .detail .text p {
      font-size: 16px;
      font-size: 1.6rem;
      color: #8b8f91;
      text-align: left;
      line-height: 40px;
      font-weight: normal; }
      #intro .detail .text p span {
        font-size: 19px;
        font-size: 1.9rem;
        color: #6e7d8d; }
  #intro .division {
    width: 110%;
    font-size: 0;
    text-align: center;
    margin: 60px 0 0 -5%; }
    #intro .division img {
      display: inline-block;
      width: 33%; }

#stars {
  background-image: url("img/stars.png");
  background-size: cover;
  background-color: #fff; }
  #stars ul {
    overflow: hidden;
    margin-top: 30px;
    font-size: 0; }
    #stars ul:first-child {
      margin-top: 0; }
    #stars ul li {
      display: inline-block;
      list-style: none;
      width: 45%;
      float: left;
      color: #fff;
      padding-right: 10%; }
      #stars ul li:last-child {
        padding-right: 0; }
      #stars ul li dl dt {
        float: right;
        width: 120px;
        border-radius: 50%;
        overflow: hidden;
        font-size: 0; }
        #stars ul li dl dt img {
          width: 100%; }
      #stars ul li dl dd {
        float: left;
        max-width: 320px;
        padding-top: 40px;
        margin: 0; }
        #stars ul li dl dd span {
          font-size: 18px;
          font-size: 1.8rem; }
        #stars ul li dl dd p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px; }
      #stars ul li dl .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
        visibility: hidden; }
      #stars ul li p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px; }

#schedule {
  background-color: #f8f8f8; }
  #schedule ul {
    margin-top: 50px; }
    #schedule ul li {
      display: inline-block;
      width: 23.83222%;
      vertical-align: top;
      text-align: center;
      margin-bottom: 4.76644%; }
      #schedule ul li div {
        width: 100%; }
        #schedule ul li div img {
          width: 50%;
          border-radius: 50%; }
      #schedule ul li p {
        margin-top: 4.76644%; }
        #schedule ul li p strong {
          display: block;
          font-size: 17px;
          font-size: 1.7rem;
          font-size: normal;
          color: #1c324a; }
        #schedule ul li p img {
          display: block;
          width: 70%;
          text-align: center;
          margin: 10px auto; }
        #schedule ul li p span {
          display: inline-block;
          padding: 0 35px;
          font-size: 13px;
          font-size: 1.3rem;
          color: #8b96a3; }

#calendar h2 i {
  background-image: url("img/calendar.png"); }
#calendar h2 span {
  margin-top: 10px;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal; }
#calendar ul {
  padding: 0;
  width: 56%;
  margin: 0 auto;
  text-align: center;
  border-left: 3px solid #0f549c;
  position: relative;
  left: 5%;
  padding-bottom: 40px; }
  #calendar ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    left: -10%; }
    #calendar ul li.open b {
      background-color: #0f549c;
      color: white; }
    #calendar ul li.open div p {
      display: block; }
      #calendar ul li.open div p.node {
        background-color: #0f549c;
        color: white; }
        #calendar ul li.open div p.node i {
          background-position: 0 -24px; }
    #calendar ul li:hover b {
      background-color: #0f549c;
      color: white; }
    #calendar ul li:hover div .node {
      background-color: #0f549c;
      color: white; }
      #calendar ul li:hover div .node i {
        background-position: 0 -48px; }
    #calendar ul li b {
      display: inline-block;
      width: 100px;
      height: 100px;
      border: 1px solid #0f549c;
      color: #4A4A4A;
      background-color: white;
      border-radius: 50%;
      text-align: center;
      font-weight: normal;
      vertical-align: top;
      margin-right: 4%;
      transition: all 0.4s ease;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      top: -10px; }
      #calendar ul li b span {
        display: block;
        margin-top: 25px;
        font-size: 18px;
        font-size: 1.8rem; }
    #calendar ul li div {
      display: inline-block;
      width: 75.8%; }
      #calendar ul li div p {
        width: 100%;
        border-radius: 10px;
        margin: 0;
        text-align: left;
        padding: 3%;
        box-sizing: border-box;
        color: #4A4A4A;
        background-color: #FAFAFA;
        margin-bottom: 5%;
        display: none;
        font-size: 17px;
        font-size: 1.7rem; }
        #calendar ul li div p span {
          font-size: 14px;
          font-size: 1.4rem; }
          #calendar ul li div p span i {
            color: #ccc; }
        #calendar ul li div p strong {
          display: block; }
        #calendar ul li div p.node {
          color: #4A4A4A;
          border: 1px solid #0f549c;
          display: block;
          position: relative;
          transition: all 0.4s ease;
          background-color: transparent; }
          #calendar ul li div p.node i {
            position: absolute;
            width: 24px;
            height: 24px;
            right: 20px;
            top: 50%;
            margin-top: -12px;
            background-image: url("img/arrow.png");
            background-size: 100%; }

#signup .text {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 30px; }
#signup .card-box {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 3.125%;
  background-color: white; }
  #signup .card-box .error_msg {
    text-align: center;
    margin: 20px;
    color: red; }
  #signup .card-box .sign-msg {
    background-color: #EDEFEE;
    color: #666;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    #signup .card-box .sign-msg i {
      font-style: normal; }
    #signup .card-box .sign-msg span {
      color: #E34739;
      padding: 0 5px; }
  #signup .card-box input.btn {
    width: 20%;
    height: 35px;
    display: block;
    background-color: #E34739;
    border: none;
    color: white;
    border-radius: 4px;
    margin: 25px auto 15px auto;
    cursor: pointer;
    -webkit-appearance: none; }
  #signup .card-box .note {
    text-align: center; }
    #signup .card-box .note a {
      color: #E34739; }
  #signup .card-box .form {
    margin: 0 auto;
    margin-top: 30px;
    text-align: left; }
    #signup .card-box .form label {
      display: inline-block;
      height: 65px;
      vertical-align: top;
      text-align: left;
      width: 45%; }
      #signup .card-box .form label.single {
        width: 100%; }
      #signup .card-box .form label .inline-box {
        display: inline-block;
        width: 80%;
        height: 29px; }
        #signup .card-box .form label .inline-box * {
          display: inline; }
        #signup .card-box .form label .inline-box .radio-box {
          display: inline-block;
          width: 100px;
          height: 29px;
          line-height: 29px;
          margin-right: 10px;
          position: relative; }
          #signup .card-box .form label .inline-box .radio-box input {
            width: 13px;
            height: 13px;
            margin-right: 10px;
            margin-left: 20px; }
          #signup .card-box .form label .inline-box .radio-box label {
            height: 29px;
            line-height: 29px;
            font-size: 14px;
            position: absolute;
            top: -2px; }
      #signup .card-box .form label.last {
        display: block;
        width: 100%; }
        #signup .card-box .form label.last textarea {
          width: 73%;
          height: 25px;
          line-height: 25px;
          border-radius: 2px;
          border: 1px solid #ccc;
          vertical-align: top;
          height: 60px; }
      #signup .card-box .form label.right b {
        width: 142px; }
      #signup .card-box .form label b {
        text-align: right;
        margin-right: 10px;
        width: 100px;
        display: inline-block;
        font-weight: normal;
        font-size: 14px; }
      #signup .card-box .form label span {
        color: red;
        display: block;
        margin-left: 114px;
        margin-top: 7px;
        text-align: left; }
      #signup .card-box .form label input {
        width: 60%;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
        border: 1px solid #ccc; }
        #signup .card-box .form label input.cbox {
          width: auto; }
  #signup .card-box .success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20%;
    margin-left: -35%;
    z-index: 101;
    display: block;
    padding: 200px 5%;
    width: 60%; }
    #signup .card-box .success strong {
      color: #E4007F;
      font-size: 28px;
      font-size: 2.8rem;
      border: 1px solid #E4007F;
      border-left: none;
      border-right: none;
      padding: 15px 0; }
    #signup .card-box .success p {
      color: #666;
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      #signup .card-box .success p a {
        color: #E4007F; }
    #signup .card-box .success .link-box a {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 15px;
      color: #E4007F; }
  #signup .card-box .close-modal {
    font-size: 30px;
    color: #BFC4C2;
    position: absolute;
    top: 10px;
    right: 20px; }
#signup .card .close-modal {
  font-size: 30px;
  color: #BFC4C2;
  position: absolute;
  top: 10px;
  right: 20px; }
#signup .card img {
  width: 196px;
  margin: 0px auto 30px auto;
  display: block; }
#signup .card strong {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 20px; }
#signup .card .error_msg {
  text-align: center;
  margin: 20px;
  color: red; }
#signup .card .sign-msg {
  background-color: #EDEFEE;
  color: #666;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem; }
  #signup .card .sign-msg i {
    font-style: normal; }
  #signup .card .sign-msg span {
    color: #E34739;
    padding: 0 5px; }
#signup .card input.btn {
  width: 20%;
  height: 35px;
  display: block;
  background-color: #E34739;
  border: none;
  color: white;
  border-radius: 4px;
  margin: 25px auto 15px auto;
  cursor: pointer;
  -webkit-appearance: none; }
#signup .card .note {
  text-align: center; }
  #signup .card .note a {
    color: #E34739; }

#host {
  padding-top: 0;
  background-color: #393939; }
  #host .container {
    width: 100%; }
  #host .host-box {
    width: 100%;
    margin: 20px auto;
    text-align: center; }
    #host .host-box div {
      vertical-align: middle; }
    #host .host-box .host-logo {
      margin-top: 40px; }
      #host .host-box .host-logo .each {
        width: 28%;
        display: inline-block;
        margin-right: 2%;
        background-color: #222222; }
        #host .host-box .host-logo .each:last-child {
          margin-right: 0; }
        #host .host-box .host-logo .each a {
          display: block;
          padding: 50px 0; }
        #host .host-box .host-logo .each .qrcode {
          padding: 50px 0;
          text-align: center;
          color: #fff; }
          #host .host-box .host-logo .each .qrcode span {
            display: inline-block;
            margin-right: 10%; }
            #host .host-box .host-logo .each .qrcode span:last-child {
              margin-right: 0; }
    #host .host-box .host-info {
      width: 55.55556%;
      height: 110px;
      margin: 0 auto;
      margin-top: 40px; }
      #host .host-box .host-info a {
        color: #fff; }
      #host .host-box .host-info p {
        width: 40%;
        color: #fff;
        line-height: 1.75em;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        text-align: left;
        over-flow: hidden; }
        #host .host-box .host-info p:nth-child(1) {
          margin-left: 30px;
          float: left; }
        #host .host-box .host-info p:nth-child(2) {
          float: right;
          margin-top: inherit; }
        #host .host-box .host-info p span {
          vertical-align: top; }

footer {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  padding: 20px 30px;
  text-align: center; }
  footer span {
    margin: 0 20px; }

#reg .text {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 30px; }
#reg .card-box {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 3.125%;
  background-color: white; }
  #reg .card-box .error_msg {
    text-align: center;
    margin: 20px;
    color: red; }
  #reg .card-box .sign-msg {
    background-color: #EDEFEE;
    color: #666;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    #reg .card-box .sign-msg i {
      font-style: normal; }
    #reg .card-box .sign-msg span {
      color: #E34739;
      padding: 0 5px; }
  #reg .card-box input.btn {
    width: 20%;
    height: 35px;
    display: block;
    background-color: #E34739;
    border: none;
    color: white;
    border-radius: 4px;
    margin: 25px auto 15px auto;
    cursor: pointer;
    -webkit-appearance: none; }
  #reg .card-box .note {
    text-align: center; }
    #reg .card-box .note a {
      color: #E34739; }
  #reg .card-box .form {
    margin: 0 auto;
    margin-top: 30px;
    text-align: left; }
    #reg .card-box .form label {
      display: inline-block;
      height: 65px;
      vertical-align: top;
      text-align: left;
      width: 45%; }
      #reg .card-box .form label .inline-box {
        display: inline-block;
        width: 60%;
        height: 29px; }
        #reg .card-box .form label .inline-box * {
          display: inline; }
        #reg .card-box .form label .inline-box .radio-box {
          display: inline-block;
          width: 50px;
          height: 29px;
          line-height: 29px;
          margin-right: 10px;
          position: relative; }
          #reg .card-box .form label .inline-box .radio-box input {
            width: 13px;
            height: 13px;
            margin-right: 10px;
            margin-left: 20px; }
          #reg .card-box .form label .inline-box .radio-box label {
            height: 29px;
            line-height: 29px;
            font-size: 14px;
            position: absolute;
            top: -2px; }
      #reg .card-box .form label.last {
        display: block;
        width: 100%; }
        #reg .card-box .form label.last textarea {
          width: 73%;
          height: 25px;
          line-height: 25px;
          border-radius: 2px;
          border: 1px solid #ccc;
          vertical-align: top;
          height: 60px; }
      #reg .card-box .form label.right b {
        width: 142px; }
      #reg .card-box .form label b {
        text-align: right;
        margin-right: 10px;
        width: 100px;
        display: inline-block;
        font-weight: normal;
        font-size: 14px; }
      #reg .card-box .form label span {
        color: red;
        display: block;
        margin-left: 114px;
        margin-top: 7px;
        text-align: left; }
      #reg .card-box .form label input {
        width: 60%;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
        border: 1px solid #ccc; }
        #reg .card-box .form label input.cbox {
          width: auto; }
  #reg .card-box .success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20%;
    margin-left: -35%;
    z-index: 101;
    display: block;
    padding: 200px 5%;
    width: 60%; }
    #reg .card-box .success strong {
      color: #E4007F;
      font-size: 28px;
      font-size: 2.8rem;
      border: 1px solid #E4007F;
      border-left: none;
      border-right: none;
      padding: 15px 0; }
    #reg .card-box .success p {
      color: #666;
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      #reg .card-box .success p a {
        color: #E4007F; }
    #reg .card-box .success .link-box a {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 15px;
      color: #E4007F; }
  #reg .card-box .close-modal {
    font-size: 30px;
    color: #BFC4C2;
    position: absolute;
    top: 10px;
    right: 20px; }
#reg .card .close-modal {
  font-size: 30px;
  color: #BFC4C2;
  position: absolute;
  top: 10px;
  right: 20px; }
#reg .card img {
  width: 196px;
  margin: 0px auto 30px auto;
  display: block; }
#reg .card strong {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-bottom: 20px; }
#reg .card .error_msg {
  text-align: center;
  margin: 20px;
  color: red; }
#reg .card .sign-msg {
  background-color: #EDEFEE;
  color: #666;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem; }
  #reg .card .sign-msg i {
    font-style: normal; }
  #reg .card .sign-msg span {
    color: #E34739;
    padding: 0 5px; }
#reg .card input.btn {
  width: 20%;
  height: 35px;
  display: block;
  background-color: #E34739;
  border: none;
  color: white;
  border-radius: 4px;
  margin: 25px auto 15px auto;
  cursor: pointer;
  -webkit-appearance: none; }
#reg .card .note {
  text-align: center; }
  #reg .card .note a {
    color: #E34739; }

.apply {
  width: 60%; }
  .apply .form {
    margin-top: 30px;
    text-align: left; }
    .apply .form label {
      display: inline-block;
      margin: 0;
      height: 65px;
      vertical-align: top; }
      .apply .form label select {
        width: 200px; }
      .apply .form label b {
        text-align: right;
        margin-right: 10px; }
      .apply .form label span {
        color: red;
        display: block;
        margin-left: 94px;
        margin-top: 7px;
        text-align: left; }
      .apply .form label i {
        width: 60%;
        display: inline-block;
        font-style: normal;
        color: #666;
        text-align: left; }
  .apply .success {
    padding: 150px 0;
    text-align: center; }
    .apply .success strong {
      color: #E4007F;
      font-size: 28px;
      font-size: 2.8rem;
      border: 1px solid #E4007F;
      border-left: none;
      border-right: none;
      padding: 15px 0; }
    .apply .success p {
      color: #666;
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      .apply .success p a {
        color: #E4007F; }
    .apply .success .link-box a {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 15px;
      color: #E4007F; }

.modal {
  margin-top: -20% !important;
  margin-left: -35% !important;
  padding: 200px 5%;
  width: 60%;
  box-shadow: 0 0 3px #ccc !important;
  background-color: white; }
  .modal .close-modal {
    font-size: 30px;
    color: #BFC4C2;
    position: absolute;
    top: 10px;
    right: 20px; }
  .modal img {
    width: 196px;
    margin: 0px auto 30px auto;
    display: block; }
  .modal strong {
    font-size: 28px;
    font-size: 2.8rem;
    border: 1px solid #E4007F;
    border-left: none;
    border-right: none;
    color: #495355;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0; }
  .modal p {
    color: #666;
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center; }
  .modal .error_msg {
    text-align: center;
    margin: 20px;
    color: red; }
  .modal .sign-msg {
    background-color: #EDEFEE;
    color: #666;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    .modal .sign-msg i {
      font-style: normal; }
    .modal .sign-msg span {
      color: #E34739;
      padding: 0 5px; }
  .modal input.btn {
    width: 20%;
    height: 35px;
    display: block;
    background-color: #E34739;
    border: none;
    color: white;
    border-radius: 4px;
    margin: 25px auto 15px auto;
    cursor: pointer;
    -webkit-appearance: none; }
  .modal .note {
    text-align: center; }
    .modal .note a {
      color: #E34739; }
  .modal .form {
    width: 80%;
    margin: 0 auto; }
    .modal .form label {
      display: block;
      margin: 20px 0;
      text-align: left;
      width: 45%; }
      .modal .form label.last {
        display: block;
        width: 100%; }
        .modal .form label.last textarea {
          width: 73%;
          height: 25px;
          line-height: 25px;
          border-radius: 2px;
          border: 1px solid #ccc;
          vertical-align: top;
          height: 60px; }
      .modal .form label.section-line {
        display: block !important;
        margin-bottom: 20px !important;
        height: auto !important;
        text-align: center !important;
        width: 100% !important; }
        .modal .form label.section-line b {
          display: block;
          margin: 0 auto;
          text-align: center !important;
          width: auto;
          margin-bottom: 10px;
          font-size: 16px;
          font-size: 1.6rem; }
        .modal .form label.section-line div {
          position: relative;
          left: 3%; }
        .modal .form label.section-line label {
          height: auto !important;
          margin: 5px 0 !important; }
        .modal .form label.section-line input {
          height: auto; }
      .modal .form label b {
        width: 80px;
        display: inline-block;
        font-weight: normal;
        font-size: 14px; }
      .modal .form label input {
        width: 60%;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
        border: 1px solid #ccc; }
        .modal .form label input.cbox {
          width: auto; }
    .modal .form .captcha-part {
      display: none; }
      .modal .form .captcha-part.show {
        display: block; }
      .modal .form .captcha-part input {
        width: 20%;
        margin-right: 10px; }
      .modal .form .captcha-part img {
        width: 62px;
        height: 25px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .modal .form .captcha-part i {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: 100%;
        vertical-align: middle;
        margin-left: 10px; }
        .modal .form .captcha-part i.sending {
          animation: rotate 2s linear infinite; }
  .modal .invoice-box {
    width: 80%;
    margin: 0 auto; }
    .modal .invoice-box label {
      height: auto !important;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 15px !important; }
    .modal .invoice-box input[type=checkbox] {
      width: auto !important;
      height: auto !important;
      margin-right: 10px !important; }
    .modal .invoice-box strong {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left; }
    .modal .invoice-box .invoice-form label {
      height: 65px !important;
      margin-bottom: 0 !important; }
    .modal .invoice-box .invoice-form input, .modal .invoice-box .invoice-form textarea {
      display: block; }
    .modal .invoice-box .invoice-form input {
      height: 25px;
      line-height: 25px;
      border-radius: 2px;
      border: 1px solid #ccc;
      width: 90%;
      display: inline-block; }

#login, #register {
  width: 50%; }
  #login .form, #register .form {
    width: 90%; }
    #login .form label, #register .form label {
      margin: 20px auto;
      text-align: center; }
      #login .form label b, #register .form label b {
        text-align: left; }

@media (max-width: 1400px) {
  #schedule ul li {
    width: 23.83222%; } }
@media (max-width: 1350px) {
  #stars ul {
    display: block;
    margin: 0 auto; }
    #stars ul li {
      width: 70%;
      display: block;
      margin: 0 auto;
      padding-top: 30px;
      padding-right: 0;
      float: none; }
      #stars ul li dl dt {
        float: none;
        margin: 0 auto; }
      #stars ul li dl dd {
        float: none;
        text-align: center;
        padding-top: 15px; }

  #host .host-box .host-info p {
    width: 45%; } }
@media (max-width: 1200px) {
  #schedule ul li {
    width: 31.45853%; }

  #host .host-box .host-logo .each {
    vertical-align: top; }
    #host .host-box .host-logo .each .qrcode span {
      display: block;
      margin-right: 0; }
  #host .host-box .host-info p {
    width: 47%; } }
@media (max-width: 1150px) {
  #host .host-box .host-info p {
    width: 41%; } }
@media (max-width: 1100px) {
  header .mobile-nav-btn {
    display: block; }
  header .nav ul {
    display: none;
    margin-right: 35px; } }
@media (max-width: 990px) {
  #calendar ul {
    width: 93%;
    border: none;
    padding: 0;
    margin: 15px auto;
    position: static;
    left: auto; }
    #calendar ul li {
      position: static;
      left: auto; }
      #calendar ul li.open b, #calendar ul li:hover b {
        background-color: white;
        color: #4A4A4A; }
      #calendar ul li.open div p.node i, #calendar ul li:hover div p.node i {
        background-position: 0 -16px; }
      #calendar ul li b {
        background-color: transparent;
        color: #4A4A4A;
        width: auto;
        height: auto;
        line-height: 1em;
        margin-bottom: 10px;
        border: none !important;
        font-size: 18px;
        font-size: 1.8rem; }
        #calendar ul li b span {
          display: inline;
          font-size: 18px;
          font-size: 1.8rem;
          margin: 0 10px;
          background-color: none !important; }
      #calendar ul li div {
        width: 100%;
        background-color: transparent;
        border-radius: 5px;
        margin-bottom: 25px; }
        #calendar ul li div p {
          width: 93%;
          margin: 10px auto;
          padding-bottom: 25px; }
          #calendar ul li div p.node i {
            bottom: 5px;
            top: auto;
            left: 50%;
            background-image: url("img/arrow_m.png");
            background-position: 0 0;
            width: 28px;
            height: 16px;
            margin-left: -14px; } }
@media (max-width: 960px) {
  #host .host-box .host-info p {
    float: none; }

  .modal {
    margin-top: -25% !important; } }
@media (max-width: 900px) {
  #stars ul li {
    width: 90%; }

  #signup .card-box .form label {
    width: 100%; }

  #host .host-box .host-info p {
    width: 85%; }
    #host .host-box .host-info p:nth-child(2) {
      float: none;
      margin: 0 auto; } }
@media (max-width: 800px) {
  #signup .card-box .form label .inline-box {
    width: 60%; }
    #signup .card-box .form label .inline-box .radio-box {
      width: 80px;
      margin-right: 20px; }

  #schedule ul li {
    width: 45.75786%; }

  #intro .detail .text ul {
    display: inherit;
    width: 100%;
    text-align: left; }
    #intro .detail .text ul li {
      width: 100%;
      margin-right: 0; }

  #intro .container {
    width: 85%;
    padding-left: 0; }
  #intro h3 {
    font-size: 30px;
    font-size: 3rem;
    margin: 10% auto 5% auto; }

  #host .host-box .host-logo .each {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 30px; }
    #host .host-box .host-logo .each:last-child {
      margin-right: auto; }
    #host .host-box .host-logo .each .qrcode span {
      display: inline-block;
      margin-right: 10%; }
      #host .host-box .host-logo .each .qrcode span:last-child {
        margin-right: 0; } }
.back {
  position: fixed;
  right: 20px;
  bottom: 80px;
  border: 1px solid #929292;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s ease;
  opacity: 0; }
  .back:hover {
    background-color: #929292; }
    .back:hover:after {
      border-color: transparent transparent white transparent; }
  .back:after {
    content: "";
    display: block;
    border: 8px solid;
    border-color: transparent transparent #929292 transparent;
    width: 0;
    position: relative;
    top: 22%;
    left: 34%; }
  .back .modal {
    padding: 150px 5%; }
    .back .modal strong {
      font-size: 25px;
      font-size: 2.5rem; }

@media (max-width: 700px) {
  header {
    position: inherit; }

  #main img.main-bg {
    display: none; }
  #main img.main-bg-mobile {
    display: block;
    margin-top: 0; }

  #intro .division img {
    width: 100%;
    display: block; }
  #intro .detail .text {
    width: 100%; }

  #stars ul li {
    width: 100%; } }
@media (max-width: 640px) {
  .section {
    padding: 30px 0; }
    .section h2 {
      font-size: 25px; }

  #stars .container {
    width: 100%; }
    #stars .container ul li {
      width: 90%; }

  #schedule .container {
    width: 100%; }
    #schedule .container ul li {
      width: 47.66444%; }

  #host .host-box .host-info p {
    width: 42%; } }
@media (max-width: 580px) {
  #intro h3 {
    font-size: 18px;
    font-size: 1.8rem; }
    #intro h3 span {
      font-size: 16px; }

  #signup .container {
    width: 90%; }
  #signup .card-box .form label.single {
    width: 110%; }

  #host .host-box .host-info {
    over-flow: hidden; }
    #host .host-box .host-info p {
      width: 85%; }
      #host .host-box .host-info p:nth-child(1) {
        float: none;
        margin: 0 auto; }
      #host .host-box .host-info p:nth-child(2) {
        float: none;
        margin: 0 auto; }

  .modal {
    margin-top: -50% !important; } }
@media (max-width: 500px) {
  #stars .container {
    width: 100%;
    margin-left: -3%; }
    #stars .container ul li {
      width: 100%; }

  #schedule .container {
    width: 100%; }
    #schedule .container ul {
      margin-left: -30px; }
      #schedule .container ul li {
        width: 48.61773%; }
        #schedule .container ul li div img {
          width: 70%; }

  #signup .container {
    width: 90%; }
  #signup .card-box .form label.single {
    width: 120%; } }
@media (max-width: 480px) {
  #stars .container {
    width: 110%; }
    #stars .container ul li {
      width: 90%; }

  #host h2 {
    font-size: 24px;
    font-size: 2.4rem; }

  .modal {
    margin-top: -60% !important;
    padding: 20% 10%; } }
@media (max-width: 450px) {
  #stars .container {
    width: 110%;
    margin-left: -10%; }
    #stars .container h2, #stars .container h3 {
      width: 110%; }
    #stars .container ul li {
      width: 90%; }

  #signup .card-box .form label b {
    width: 80px; }
  #signup .card-box .form .single .inline-box .radio-box input {
    width: 13px;
    height: 13px;
    border-radius: 50%; } }
@media (max-width: 400px) {
  #signup .card-box .form label.single {
    width: 130%;
    height: 30px; }

  .modal {
    margin-top: -70% !important;
    padding: 30% 10%; }
    .modal strong {
      font-size: 20px;
      font-size: 2rem; } }
@media (max-width: 350px) {
  #signup .card-box .form label b {
    width: 50px; } }
@media (max-width: 320px) {
  #host .host-box .host-info p {
    width: 93%; } }

/*# sourceMappingURL=style.css.map */

