/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/*
 * 去掉height:100%;定义
 * -webkit-text-size-adjust:none会导致页面缩放文字失效
 * background-color:#FFF,html元素设置了背景色会导致body的背景色不能100%高度覆盖
 * 把白色背景色定义在html上，定义这个背景色的目的是，修复一些浏览器中设置了浏览器保护色
 * overflow-y:scroll定义在被iframe引用的页面就强制带滚动条
 * */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

body {
  word-wrap: break-word;
  cursor: default;
  font-family: "microsoft yahei"; }

body {
  font: 12px/1.5 "microsoft yahei", arial,\5B8B\4F53,sans-serif;
  color: #171920; }

/*
 * :focus{outline:0}定义后按tab键在连接间跳转没有标识当前连接的外轮廓点线
 * :active{outline:0;}
 * :visited{outline:0;}
 * */
a {
  cursor: pointer;
  outline: 0 none;
  color: #171920; }

:active {
  outline: 0; }

:visited {
  outline: 0; }

:link, :visited, ins {
  text-decoration: none; }

[hidden] {
  display: none; }

body {
  margin: 0; }

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

fieldset, iframe {
  border: 0 none; }

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

address, caption, cite, code, dfn, em, i, th, var, optgroup {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, code, kbd, samp, tt, sup, sub, small, input, button, textarea, select {
  font-size: 100%;
  font-weight: normal; }

abbr, acronym {
  border: 0 none;
  font-variant: normal; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

textarea, input, select {
  outline: 0 none; }

ol, ul, li, menu {
  list-style: none outside none; }

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

td {
  vertical-align: top; }

caption, th {
  text-align: left; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

mark {
  background-color: #FF6; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select, button {
  vertical-align: middle; }

button {
  width: auto;
  cursor: pointer;
  overflow: visible; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d3d3c; }

.clearfix {
  /* If supporting IE 6/7 */
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.left {
  float: left; }

.right {
  float: right; }

.none {
  display: none; }

.icon {
  display: inline-block;
  *display: inline;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.icon-ornament-2 {
  background-image: url(../images/ornament-2.png);
  width: 47px;
  height: 46px; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table thead {
    background: #333333;
    color: #ffffff;
    height: 35px;
    line-height: 35px; }
    table thead td {
      border: 1px solid #333333;
      text-align: center; }
  table tr {
    margin: 0;
    padding: 0; }
  table tbody td {
    border: 1px solid #dddddd;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 10px; }

.block-1 {
  background-image: url(../images/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 82px;
  height: 539px; }
  .block-1 .banner-container {
    background-image: url(../images/banner-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1053px;
    height: 467px;
    margin: auto;
    overflow: hidden; }
  .block-1 .button-group {
    margin-top: 295px;
    margin-left: 75px; }
  .block-1 .button {
    height: 44px;
    width: 130px;
    line-height: 44px;
    text-align: center;
    background: #ff7b27;
    border-radius: 20px;
    display: block;
    float: left;
    font-size: 23px;
    color: #ffffff;
    margin-right: 17px; }

@media screen and (max-width: 800px) {
  .block-1 {
    height: 200px;
    padding-top: 20px;
    background-image: url(../images/m-block1-bg.jpg);
    width: 100%; }
    .block-1 .banner-container {
      width: 350px;
      height: 180px;
      background-image: url(../images/m-banner-1.png); }
    .block-1 .button-group {
      margin-top: 106px;
      margin-left: 34px;
      width: 157px;
      /* If supporting IE 6/7 */
      *zoom: 1; }
      .block-1 .button-group:before, .block-1 .button-group:after {
        content: "";
        display: table; }
      .block-1 .button-group:after {
        clear: both; }
    .block-1 .button {
      width: 50px;
      height: 16px;
      line-height: 15px;
      font-size: 12px;
      margin-bottom: 5px;
      margin-right: 6px; }
    .block-1 .button span {
      transform: scale(0.7);
      display: block; } }

.block-2 {
  overflow: hidden; }
  .block-2 .title {
    background-image: url(../images/block2-title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    width: 836px;
    height: 40px;
    margin-top: 105px;
    margin-bottom: 48px; }
  .block-2 .subtitle,
  .block-2 .subtitle > a {
    font-size: 22px;
    text-align: center;
    color: #ebb548;
    margin: 22px 0 80px 0; }
  .block-2 .table {
    width: 1087px;
    margin: auto;
    border: 1px solid #fde3c5;
    border-radius: 20px;
    overflow: hidden; }
  .block-2 .table-row {
    height: 102px;
    padding: 10px 0 17px 0;
    border-bottom: 1px solid #fde3c5; }
  .block-2 .table-row--red {
    background: #fbf4e4; }
  .block-2 .col {
    float: left;
    border-left: 1px solid #fde3c5;
    height: 102px;
    margin-left: -1px;
    position: relative;
    font-size: 24px;
    text-align: center;
    line-height: 103px;
    padding: 0 10px; }
  .block-2 .date {
    width: 186px;
    background-image: url(../images/ornament-1.png);
    background-position: 50% 5px;
    background-repeat: no-repeat; }
    .block-2 .date span {
      position: absolute; }
    .block-2 .date .week {
      position: absolute;
      left: 50%;
      bottom: -3px;
      height: 22px;
      line-height: 22px;
      margin-left: -36px; }
    .block-2 .date .month {
      height: 30px;
      line-height: 30px;
      font-size: 30px;
      top: 10px;
      left: 63px;
      font-weight: bold; }
    .block-2 .date .day {
      height: 30px;
      line-height: 30px;
      font-size: 30px;
      top: 40px;
      left: 114px; }
  .block-2 .time {
    width: 170px; }
  .block-2 .name {
    width: 351px; }
  .block-2 .teacher {
    width: 122px; }
  .block-2 .option {
    width: 153px; }
  .block-2 .button {
    width: 129px;
    height: 42px;
    display: block;
    text-align: center;
    background: #e9a14d;
    line-height: 42px;
    border-radius: 15px;
    color: #ffffff;
    margin: auto;
    margin-top: 30px; }

@media screen and (max-width: 800px) {
  .block-2 {
    width: 100%; }
    .block-2 .title {
      background-image: url(../images/m-block2-title.png);
      margin: auto;
      width: 292px;
      height: 14px;
      margin-top: 37px;
      margin-bottom: 14px; }
    .block-2 .subtitle {
      margin-top: 22.5px;
      font-size: 12px;
      text-align: center;
      margin-bottom: 48px;
      line-height: 12px; }
      .block-2 .subtitle a {
        display: block;
        font-size: 12px;
        text-decoration: underline;
        margin: 0;
        margin-top: 9px; }
    .block-2 .table {
      width: 335px;
      margin: auto;
      border: 1px solid #fde3c5;
      border-radius: 20px;
      overflow: hidden;
      font-size: 12px; }
    .block-2 .table-row {
      height: 54px;
      padding: 6.5px 0 6px 0;
      border-bottom: 1px solid #fde3c5; }
    .block-2 .col {
      height: 54px;
      text-align: center;
      line-height: 54px;
      font-size: 12px; }
    .block-2 .date {
      width: 35px;
      height: 40px;
      background-size: contain;
      background-position: 0 5px; }
      .block-2 .date .month {
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        top: 9px;
        left: 8px;
        font-weight: bold; }
      .block-2 .date .day {
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        top: 21px;
        left: 30px; }
      .block-2 .date .week {
        position: absolute;
        left: 11px;
        bottom: -14px;
        height: 12px;
        line-height: 12px;
        margin-left: 0;
        font-size: 12px; }
    .block-2 .time {
      padding: 0;
      width: 75px; }
    .block-2 .name {
      width: 87px;
      white-space: normal;
      overflow: auto;
      text-overflow: inherit;
      line-height: 14px;
      height: 30px;
      margin-top: 12px; }
    .block-2 .teacher {
      width: 30px;
      padding: 5px;
      line-height: 16px;
      height: 34px;
      margin-top: 4px; }
    .block-2 .option {
      width: 37px; }
    .block-2 .button {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      line-height: 14px;
      vertical-align: middle;
      padding: 5px;
      margin-top: 7px; } }

.block-3 {
  background: #ebaf3b;
  padding-top: 35px; }
  .block-3 .title {
    background-image: url(../images/block3-title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 965px;
    height: 24px;
    margin: auto;
    margin-bottom: 34px; }
  .block-3 .form {
    width: 1080px;
    margin: auto;
    margin-bottom: 35px; }
  .block-3 .form-group {
    float: left;
    height: 34px;
    line-height: 34px; }
  .block-3 .form-group > * {
    float: left; }
  .block-3 label, .block-3 a {
    font-size: 20px;
    color: #ffffff; }
  .block-3 label {
    margin-right: 8px; }
  .block-3 input {
    height: 29px;
    border: 0;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 3px;
    margin-right: 20px; }
  .block-3 select {
    border: 0;
    height: 29px;
    margin-top: 3px;
    margin-right: 20px; }
  .block-3 .form-name {
    width: 81px; }
  .block-3 .form-area {
    width: 80px; }
  .block-3 .form-phone {
    width: 100px; }
  .block-3 .form-imgCode {
    width: 45px;
    margin-right: 10px; }
  .block-3 .img-code {
    height: 29px !important;
    width: 64px;
    background: #dddddd;
    display: inline-block;
    *display: inline;
    margin-top: 3px;
    margin-right: 20px; }
  .block-3 .form-valiCode {
    width: 45px; }
  .block-3 .getValiCode {
    margin-right: 20px; }
  .block-3 .submit-btn {
    width: 136px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #171920;
    background: #fff100;
    display: inline-block;
    *display: inline;
    border-radius: 20px; }

@media screen and (max-width: 800px) {
  .block-3 {
    width: 100%;
    height: 315px; }
    .block-3 .title {
      background-image: url(../images/m-block3-title.png);
      width: 300px;
      height: 40px;
      margin-bottom: 30px; }
    .block-3 .form {
      width: 168px;
      margin: auto;
      font-size: 12px; }
    .block-3 .form-group {
      display: block;
      float: none;
      position: relative; }
    .block-3 label {
      font-size: 12px;
      width: 36px;
      text-align: right;
      margin-right: 13px; }
    .block-3 input, .block-3 select {
      height: 21px;
      margin-right: 0;
      border: 1px solid #ffffff;
      background: #edaf3d;
      font-size: 12px;
      color: #ffffff;
      margin-top: 6px;
      border-radius: 3px; }
    .block-3 .form-name {
      width: 96px; }
    .block-3 .form-phone {
      width: 96px; }
    .block-3 .form-area {
      width: 118px;
      height: 24px; }
    .block-3 .form-imgCode {
      width: 30px; }
    .block-3 .img-code {
      position: absolute;
      top: 3px;
      right: -19px;
      height: 23px !important; }
    .block-3 .getValiCode {
      position: absolute;
      top: 0;
      right: -85px;
      font-size: 12px;
      text-decoration: underline; }
    .block-3 .txtValiCode-group label {
      display: inline-block;
      width: 60px;
      margin-left: -24px; }
    .block-3 .submit-btn {
      width: 108px;
      height: 27px;
      font-size: 12px;
      line-height: 27px;
      display: block;
      margin-left: 34px;
      margin-top: 20px;
      border-radius: 10px; } }

.block-4 {
  height: 340px;
  width: 1125px;
  background-image: url(../images/block4-bg.png);
  background-position: 0 87px;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 87px;
  position: relative; }
  .block-4 .qr-block {
    float: left;
    position: absolute;
    top: 235px; }
    .block-4 .qr-block p {
      font-size: 20px;
      line-height: 20px;
      height: 20px;
      color: #edaf38; }
    .block-4 .qr-block .p4 {
      margin-bottom: 10px; }
    .block-4 .qr-block .p5 {
      margin-bottom: 33px; }
    .block-4 .qr-block .button {
      background: #ff7b27;
      width: 164px;
      height: 44px;
      text-align: center;
      line-height: 44px;
      color: #ffffff;
      display: inline-block;
      *display: inline;
      border-radius: 20px;
      font-size: 20px; }
  .block-4 .left-qr {
    left: 66px; }
  .block-4 .right-qr {
    left: 632px; }

@media screen and (max-width: 800px) {
  .block-4 {
    width: 307.5px;
    height: 315px;
    background-image: url(../images/m-block4-bg.png);
    background-size: contain;
    background-position: center;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 38px;
    padding: 0; }
    .block-4 .qr-block {
      float: left;
      position: absolute;
      left: 33px; }
      .block-4 .qr-block p {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
        color: #edaf38; }
      .block-4 .qr-block .p4 {
        margin-bottom: 10px; }
      .block-4 .qr-block .p5 {
        margin-bottom: 13px; }
      .block-4 .qr-block .button {
        background: #ff7b27;
        width: 82.5px;
        height: 21px;
        text-align: center;
        line-height: 21px;
        color: #ffffff;
        display: inline-block;
        *display: inline;
        border-radius: 20px;
        font-size: 12px; }
    .block-4 .left-qr {
      top: 71px; }
    .block-4 .right-qr {
      top: 257px; } }

.block-5 {
  background-image: url(../images/block5-bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden; }
  .block-5 .title {
    background-image: url(../images/block5-title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    height: 39px;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 82px; }
  .block-5 .area-block {
    width: 1138px;
    height: 130px;
    position: relative;
    border: 1px solid #f3bf82;
    background: #fceac9;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 17px; }
  .block-5 .area-block p {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 130px;
    font-size: 22px;
    text-align: right;
    color: #ff7b27;
    line-height: 29px;
    margin-top: 17px; }
  .block-5 .area-block ul {
    position: absolute;
    left: 108px;
    top: 17px; }
  .block-5 .area-block li {
    float: left;
    font-size: 18px;
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 3px;
    cursor: pointer; }
    .block-5 .area-block li.red {
      color: #ff7b27; }
      .block-5 .area-block li.red a {
        color: #ff7b27; }
    .block-5 .area-block li.active {
      background: #ff7b27;
      border-radius: 10px;
      color: #ffffff; }
      .block-5 .area-block li.active a {
        color: #ffffff; }
    .block-5 .area-block li:nth-child(1) {
      margin-right: 27px; }
  .block-5 .table-block {
    width: 1150px;
    margin: auto;
    margin-bottom: 126px;
    border: 1px solid #f3bf82;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 21px #f3bf82; }
    .block-5 .table-block table thead {
      background: #fceac9;
      color: #171920;
      height: 60px;
      line-height: 60px; }
      .block-5 .table-block table thead td {
        border: 1px solid #f5d79d;
        text-align: center;
        font-size: 20px; }
    .block-5 .table-block table tbody td {
      border: 1px solid #f5d79d;
      text-align: center;
      margin: 0;
      padding: 10px 20px;
      font-size: 16px;
      line-height: 22px;
      height: 22px;
      vertical-align: middle; }
      .block-5 .table-block table tbody td a {
        text-decoration: underline;
        color: #fe7a3a; }
    .block-5 .table-block .td2, .block-5 .table-block .td3 {
      color: #fe7a3a; }
    .block-5 .table-block .htd1 {
      width: 77px; }
    .block-5 .table-block .htd2 {
      width: 189px; }
    .block-5 .table-block .htd3 {
      width: 124px; }
    .block-5 .table-block .htd4 {
      width: 274px; }
    .block-5 .table-block .htd5 {
      width: 188px; }
    .block-5 .table-block .htd6 {
      width: 165px; }
    .block-5 .table-block .htd7 {
      width: 152px; }

@media screen and (max-width: 800px) {
  .block-5 {
    width: 100%;
    background-size: contain;
    background-repeat: repeat; }
    .block-5 .title {
      background-image: url(../images/m-block5-title.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 280px;
      height: 13.5px;
      margin: auto;
      margin-top: 35px;
      margin-bottom: 26px; }
    .block-5 .area-block {
      width: 333px;
      height: 140px; }
    .block-5 .area-block p {
      width: 50px;
      height: 140px;
      font-size: 12px;
      line-height: 8px; }
    .block-5 .area-block ul {
      left: 50px;
      top: 14px; }
    .block-5 .area-block li {
      font-size: 12px;
      height: 15px;
      padding: 0 6px;
      margin-right: 0;
      margin-bottom: 10px; }
      .block-5 .area-block li a {
        transform: scale(0.8);
        display: block;
        line-height: 15px; }
      .block-5 .area-block li:nth-child(1) {
        margin-right: 0; }
    .block-5 .table-block {
      width: 333px;
      margin: auto;
      margin-bottom: 50px; }
      .block-5 .table-block table thead {
        background: #fceac9;
        color: #171920;
        height: 30px;
        line-height: 30px; }
        .block-5 .table-block table thead tr {
          height: 30px;
          line-height: 30px; }
        .block-5 .table-block table thead td {
          border: 1px solid #f5d79d;
          text-align: center;
          font-size: 12px;
          height: 30px;
          vertical-align: middle;
          line-height: 12px; }
      .block-5 .table-block table tbody td {
        padding: 3px 3px;
        font-size: 12px;
        line-height: 14px;
        height: 22px; }
        .block-5 .table-block table tbody td a {
          text-decoration: underline;
          color: #fe7a3a; }
      .block-5 .table-block .htd1 {
        width: 34.5px; }
      .block-5 .table-block .htd2 {
        width: 83.5px; }
      .block-5 .table-block .htd3 {
        display: none; }
      .block-5 .table-block .htd4 {
        display: none; }
      .block-5 .table-block .htd5 {
        width: 92px; }
      .block-5 .table-block .htd6 {
        width: 62.5px; }
      .block-5 .table-block .htd7 {
        width: 60px; }
      .block-5 .table-block .td3, .block-5 .table-block .td4 {
        display: none; } }

.block-6 {
  overflow: hidden;
  background: #ffffff; }
  .block-6 .disabled {
    color: #cacaca; }
  .block-6 .title {
    background-image: url(../images/block6-title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 600px;
    height: 39px;
    margin: auto;
    margin-top: 124px;
    margin-bottom: 45px; }
  .block-6 .tag-group {
    width: 759px;
    height: 145px;
    margin: auto;
    margin-bottom: 64px;
    cursor: pointer; }
  .block-6 .tag--left {
    background-image: url(../images/block6-tag-left.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 378px;
    height: 145px;
    float: left; }
  .block-6 .tag--right {
    background-image: url(../images/block6-tag-right.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 381px;
    height: 145px;
    float: right; }
  .block-6 .left-tag-block, .block-6 .right-tag-block {
    width: 1160px;
    margin: auto; }
  .block-6 .right-tag-block {
    display: none; }
  .block-6 .table-block {
    width: 1157px;
    margin: auto;
    margin-bottom: 67px;
    border: 1px solid #f3bf82;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 21px #fde4c6; }
    .block-6 .table-block .m-table {
      display: none; }
    .block-6 .table-block table tbody .th {
      font-size: 18px; }
      .block-6 .table-block table tbody .th.th1 {
        background: #fbf4e4;
        color: #e58a15;
        height: 50px; }
      .block-6 .table-block table tbody .th.th2 {
        font-weight: bold; }
    .block-6 .table-block table tbody tr {
      height: 47px; }
    .block-6 .table-block table tbody td {
      border: 1px solid #f5d79d;
      text-align: center;
      margin: 0;
      font-size: 16px;
      vertical-align: middle;
      line-height: 20px;
      padding: 0; }
      .block-6 .table-block table tbody td a {
        text-decoration: underline;
        color: #fe7a3a; }
    .block-6 .table-block .odd {
      background: #fbf4e4; }
  .block-6 .button-group {
    margin-bottom: 123px;
    text-align: center; }
    .block-6 .button-group .button {
      width: 245px;
      height: 51px;
      line-height: 51px;
      font-size: 24px;
      color: #ffffff;
      background: #ff7b27;
      display: inline-block;
      *display: inline;
      border-radius: 20px;
      text-align: center;
      margin-right: 70px;
      margin-left: 70px; }

@media screen and (max-width: 800px) {
  .block-6 {
    width: 100%; }
    .block-6 .title {
      background-image: url(../images/m-block6-title.png);
      width: 210.5px;
      height: 13.5px;
      margin-top: 39px;
      margin-bottom: 18.5px; }
    .block-6 .tag-group {
      width: 337.5px;
      height: 64px;
      margin-bottom: 7px; }
    .block-6 .tag-group .tag {
      width: 50%;
      height: 64px;
      background-size: contain; }
    .block-6 .tag--right {
      position: relative;
      right: 2px; }
    .block-6 .tag-table-block {
      width: 335px; }
    .block-6 .table-block {
      width: 100%;
      margin-bottom: 34px; }
      .block-6 .table-block .table {
        display: none; }
      .block-6 .table-block .th, .block-6 .table-block .tr {
        background: #fbf4e4;
        height: 25px; }
      .block-6 .table-block table tbody .th, .block-6 .table-block .th {
        height: 25px; }
      .block-6 .table-block table tbody td {
        font-size: 12px; }
      .block-6 .table-block .m-table {
        display: block;
        width: 100%; }
      .block-6 .table-block .td1 {
        width: 69px; }
      .block-6 .table-block .td2 {
        width: 130px; }
      .block-6 .table-block .td3 {
        width: 62.5px; }
      .block-6 .table-block .td4 {
        width: 71px; }
      .block-6 .table-block .col-1 {
        color: #e58a15;
        background: #ffffff; }
    .block-6 .button-group {
      margin-bottom: 45px; }
      .block-6 .button-group .button {
        width: 122.5px;
        height: 25.5px;
        font-size: 12px;
        line-height: 25.5px;
        margin-right: 20px;
        margin-left: 20px; } }

.container {
  width: 100%; }

@media screen and (max-width: 800px) {
  .header2018, .footer2018 {
    display: none; } }
