@charset "UTF-8";
@-webkit-keyframes load {
  0% {
    top: 0px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes load {
  0% {
    top: 0px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0px;
  }
}

.container {
  position: relative;
  z-index: 0;
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1279px) {
  .container {
    padding: 0 30px;
  }
}

.brSty {
  display: inline;
}

@media screen and (min-width: 981px) {
  .brSty {
    display: block;
  }
}

@-webkit-keyframes scroll_ani {
  0% {
    top: 5px;
  }
  100% {
    top: 25px;
  }
}

@keyframes scroll_ani {
  0% {
    top: 5px;
  }
  100% {
    top: 25px;
  }
}

.header_content {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 105%;
  background: url("../townpassport_img/202103_TW_VillageRoaming/st_idx_hd_bg.jpg") center no-repeat;
  background-size: cover;
  margin: 45px 0 0 0;
}

@media screen and (min-width: 721px) {
  .header_content {
    padding-bottom: 0px;
    height: 467px;
  }
}

@media screen and (min-width: 1201px) {
  .header_content {
    margin: 80px 0 0 0;
  }
}

@media screen and (min-width: 1701px) {
  .header_content {
    background-position: center;
  }
}

.icon_hd_bike {
  display: none;
  position: absolute;
  bottom: 0;
  left: -294px;
  max-width: 600px;
  width: 100%;
}

.icon_hd_bike img {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .icon_hd_bike {
    display: block;
  }
}

.idx_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  max-width: 566px;
  width: 88%;
}

.idx_title img {
  width: 100%;
  max-width: 381px;
  margin: auto;
}

@media screen and (min-width: 721px) {
  .idx_title {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .idx_title {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 44%;
    max-width: 510px;
  }
}

.tn_des {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}

.tn_des p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  display: inline;
}

.tn_des .mark {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.tn_des .mark::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fff4b2;
}

@media screen and (min-width: 721px) {
  .tn_des {
    margin-top: 5px;
  }
  .tn_des p {
    display: block;
  }
  .tn_des .mark {
    font-size: 24px;
  }
  .tn_des .mark::before {
    height: 15px;
  }
}

.scroll_bar {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -19px;
  max-width: 38px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.scroll_bar figure {
  position: relative;
  max-width: 22px;
  width: 100%;
  margin: 0 auto;
}

.scroll_bar figure:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  animation: scroll_ani 0.8s linear infinite;
  /* Firefox: */
  -moz-animation: scroll_ani 0.8s linear infinite;
  /* Safari 和Chrome: */
  -webkit-animation: scroll_ani 0.8s linear infinite;
  /* Opera: */
  -o-animation: scroll_ani 0.8s linear infinite;
}

.scroll_bar figure img {
  width: 100%;
}

.scroll_bar p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
}

@media screen and (min-width: 1201px) {
  .scroll_bar {
    bottom: -40px;
    margin-left: -23px;
    max-width: 46px;
  }
  .scroll_bar figure {
    max-width: 22px;
  }
  .scroll_bar figure:after {
    top: 10px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }
  .scroll_bar p {
    font-size: 15px;
    line-height: 1.61;
  }
}

.main_content {
  width: 100%;
  display: inline-block;
  position: relative;
}

section .login_border {
  margin: 26px auto 0;
  padding: 0px 60px 84px;
}

section.sec1 {
  padding: 75px 0 50px;
  background: #f4da4f url("../townpassport_img/202103_TW_VillageRoaming/idx_sec1_bg.jpg");
}

section.sec1 .md_title figure {
  max-width: 162px;
}

section.sec1 .login_border {
  padding: 30px 18px 30px 26px;
}

section.sec2 {
  padding: 35px 0 50px;
  background: #f4da4f url("../townpassport_img/202103_TW_VillageRoaming/news_hot_news_bg.jpg");
}

section.sec2 .md_title figure {
  max-width: 200px;
}

section.sec2 .login_border {
  padding: 30px 20px 30px;
}

section.sec3 {
  padding: 35px 0 50px;
}

section.sec3 .md_title figure {
  max-width: 162px;
}

section.sec4 {
  padding: 35px 0 60px;
  background: #f4da4f url("../townpassport_img/202103_TW_VillageRoaming/bikeAct_idx_bg5.png");
}

section.sec4 .md_title figure {
  max-width: 162px;
}

@media screen and (min-width: 981px) {
  section .login_border {
    margin: 26px auto 0;
    padding: 0px 60px 84px;
  }
  section.sec1 {
    padding: 116px 0 100px;
  }
  section.sec1 .md_title figure {
    max-width: 227px;
  }
  section.sec1 .login_border {
    padding: 80px 60px 84px;
    margin: 26px auto 40px;
  }
  section.sec2 {
    position: relative;
    z-index: 0;
    padding: 40px 0 100px;
  }
  section.sec2::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -70px;
    left: 0;
    width: 100%;
    background: url("../townpassport_img/202103_TW_VillageRoaming/st_idx_sec2_wave.png") center bottom no-repeat;
    background-size: cover;
    height: 72px;
  }
  section.sec2 .md_title figure {
    max-width: 274px;
  }
  section.sec2 .login_border {
    padding: 40px 60px 84px;
    margin: 24px 0 60px 0;
  }
  section.sec3 {
    position: relative;
    z-index: 0;
    padding: 50px 0 80px;
  }
  section.sec3::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -27px;
    left: 0;
    width: 100%;
    background: url("../townpassport_img/202103_TW_VillageRoaming/st_idx_sec3_wave.png") center bottom repeat-x;
    background-size: contain;
    height: 104px;
  }
  section.sec3 .md_title figure {
    max-width: 233px;
  }
  section.sec4 {
    padding: 47px 0 78px;
  }
  section.sec4 .md_title figure {
    max-width: 231px;
  }
}

.md_title {
  width: 100%;
}

.md_title figure {
  margin: 0 auto;
  width: 100%;
}

.md_title figure img {
  width: 100%;
}

.sec_infos {
  padding: 18px 0;
}

.sec_infos p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 981px) {
  .sec_infos {
    padding: 18px 0;
  }
  .sec_infos p {
    font-size: 20px;
  }
}

.g_bike {
  position: absolute;
  z-index: 0;
  top: -4%;
  left: 32px;
  width: 60px;
}

@media screen and (min-width: 981px) {
  .g_bike {
    top: -13%;
    left: 100px;
    width: 119px;
  }
}

.h_farmer {
  position: absolute;
  z-index: 0;
  top: -4%;
  right: 0;
  width: 110px;
}

@media screen and (min-width: 981px) {
  .h_farmer {
    top: -15%;
    width: 317px;
  }
}

.act_detail_lists {
  width: 100%;
}

.act_detail_lists > li + li {
  margin-top: 14px;
}

.act_detail_lists p {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #000000;
}

.act_detail_lists p span {
  font-size: 16px;
}

.act_detail_lists mark {
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background-color: #fff4b2;
  color: #000000;
  position: relative;
  z-index: 0;
}

.act_detail_lists mark::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
  width: 100%;
  height: 13px;
  background-color: #fff4b2;
}

.act_detail_lists .text_box {
  padding: 30px 0 20px;
}

@media screen and (min-width: 981px) {
  .act_detail_lists > li + li {
    margin-top: 22px;
  }
  .act_detail_lists p {
    font-size: 16px;
  }
  .act_detail_lists p span {
    font-size: 16px;
  }
  .act_detail_lists mark {
    font-size: 16px;
    background-color: transparent;
  }
  .act_detail_lists mark::before {
    content: "";
    height: 13px;
    bottom: -2px;
  }
  .act_detail_lists .text_box {
    padding: 30px 0 20px;
  }
}

.bold_text {
  font-weight: bold;
  line-height: 1.56;
}

.blueB {
  font-size: 18px;
  font-weight: bold;
  color: #244366;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.blueB::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  width: 100%;
  height: 23px;
  background-color: #fff4b2;
}

@media screen and (min-width: 981px) {
  .blueB {
    font-size: 20px;
  }
  .blueB::before {
    bottom: 3px;
    height: 13px;
  }
}

.redB {
  font-weight: bold;
  color: #ab0303;
}

.bold_text {
  font-weight: bold;
}

.border_text {
  padding: 22px 0 10px 0;
}

.border_text span {
  width: auto;
  padding: 4px 14px;
  display: inline-block;
  border: solid 2px #000000;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #050505;
  border-radius: 30px;
}

@media screen and (min-width: 981px) {
  .border_text {
    padding: 22px 0 10px 0;
  }
  .border_text span {
    padding: 8px 14px;
    font-size: 18px;
  }
}

.border_ti {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.border_ti .line {
  position: absolute;
  left: -8px;
  width: 3px;
  height: 15px;
  background-color: #000000;
}

.border_ti p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: left;
  color: #050505;
}

@media screen and (min-width: 981px) {
  .border_ti {
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .border_ti .line {
    left: -18px;
    width: 5px;
    height: 19px;
  }
  .border_ti p {
    font-size: 20px;
  }
}

.sec1_steps {
  padding: 54px 0 46px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sec1_steps .step {
  max-width: 100%;
  width: 100%;
  border: solid 2px #f4da4f;
  padding: 0 20px 20px 26px;
  border-radius: 10px;
}

.sec1_steps .step + .step {
  margin: 30px 0 0 0px;
}

.sec1_steps .step.s1 figure {
  max-width: 116px;
}

.sec1_steps .step.s2 figure {
  max-width: 132px;
}

.sec1_steps .step.s3 figure {
  margin: 26px auto 26px;
  max-width: 142px;
}

.sec1_steps .step figure {
  margin: 0 auto 10px;
  width: 100%;
}

.sec1_steps .step figure img {
  width: 100%;
}

.sec1_steps .step_ti {
  max-width: 256px;
  width: 100%;
  background-color: #c6770e;
  border-radius: 30px;
  margin: -14px auto 14px;
}

.sec1_steps .step_ti p {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
}

@media screen and (min-width: 981px) {
  .sec1_steps {
    padding: 54px 0 46px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sec1_steps .step {
    max-width: calc((100% / 3) - 36px);
    padding: 0 20px 20px 26px;
  }
  .sec1_steps .step + .step {
    margin: 0 0 0 54px;
  }
  .sec1_steps .step.s1 figure {
    max-width: 218px;
  }
  .sec1_steps .step.s2 figure {
    max-width: 222px;
  }
  .sec1_steps .step.s3 figure {
    margin: 26px auto 26px;
    max-width: 242px;
  }
  .sec1_steps .step figure {
    margin: 0 auto 10px;
  }
  .sec1_steps .step_ti {
    max-width: 256px;
    margin: -14px auto 14px;
  }
  .sec1_steps .step_ti p {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
  }
}

.md_crown_ti .icon {
  max-width: 38px;
  width: 100%;
  margin: 0 auto 8px;
}

.md_crown_ti .icon img {
  width: 100%;
}

.md_crown_ti h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #252022;
}

@media screen and (min-width: 981px) {
  .md_crown_ti .icon {
    max-width: 42px;
    margin: 0 auto 8px;
  }
  .md_crown_ti h4 {
    font-size: 36px;
  }
}

.leaderboards {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.leaderboards .l_board {
  max-width: 100%;
  width: 100%;
}

.leaderboards .l_board + .l_board {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 981px) {
  .leaderboards .l_board {
    max-width: calc((100% / 2) - 28px);
  }
  .leaderboards .l_board + .l_board {
    margin: 0 0 0 28px;
  }
}

.board_name {
  border-radius: 40px;
  background-color: #335f7f;
  text-align: center;
  margin: 17px 0 0 0;
}

.board_name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
  padding: 14px 0;
}

.board_name p.icon1 {
  max-width: 26px;
  width: 100%;
  margin: 0 7px 0 0;
}

.board_name p.icon2 {
  max-width: 22px;
  width: 100%;
  margin: 0 7px 0 0;
}

.board_name p img {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .board_name {
    border-radius: 40px;
    margin: 37px 0 0 0;
  }
  .board_name p {
    font-size: 20px;
    padding: 14px 0;
  }
  .board_name p.icon1 {
    max-width: 30px;
    margin: 0 7px 0 0;
  }
  .board_name p.icon2 {
    max-width: 26px;
    margin: 0 7px 0 0;
  }
}

.list {
  margin: 5px 0 0 0;
}

.list .row_table {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #f6f5f2;
  border-top: 2px solid #fff;
}

.list .row_table.yellow {
  background-color: #fdf6cf;
}

.list .row_table:nth-child(2n) {
  background-color: #fbfafa;
}

.list .row_table .col_table {
  width: 100%;
  text-align: center;
}

.list .row_table .col_table:nth-child(1) {
  max-width: 51px;
}

.list .row_table .col_table:nth-child(2) {
  max-width: calc((100% - 51px) / 2);
}

.list .row_table .col_table:nth-child(3) {
  max-width: calc((100% - 51px) / 2);
}

.list .row_table .col_table + .col_table {
  border-left: 2px solid #fff;
}

.list .row_table p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #252022;
  padding: 10px 4px;
}

@media screen and (min-width: 981px) {
  .list .row_table {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .list .row_table .col_table:nth-child(1) {
    max-width: 84px;
  }
  .list .row_table .col_table:nth-child(2) {
    max-width: calc((100% - 84px) / 2);
  }
  .list .row_table .col_table:nth-child(3) {
    max-width: calc((100% - 84px) / 2);
  }
  .list .row_table .col_table + .col_table {
    border-left: 2px solid #fff;
  }
  .list .row_table p {
    font-size: 16px;
    letter-spacing: 3.2px;
    padding: 14px 4px;
  }
}

.list_time {
  margin: 14px 0 0 0;
}

.list_time img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.list_time span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #5b5b5b;
}

@media screen and (min-width: 981px) {
  .list_time {
    margin: 14px 0 0 0;
  }
  .list_time img {
    width: 16px;
  }
  .list_time span {
    font-size: 16px;
  }
}

.info_top {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.6px;
  text-align: center;
  color: #000000;
  margin: 12px 0;
}

@media screen and (min-width: 981px) {
  .info_top {
    margin: 26px 0;
  }
}

.mobile_show {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.6px;
  text-align: right;
  color: #000000;
}

@media screen and (min-width: 980px) {
  .mobile_show {
    display: none;
  }
}

.top_board_cover {
  max-width: 768px;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.top_board {
  width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .top_board {
    width: 768px;
  }
}

.row_top_board {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #f6f5f2;
  border-top: 2px solid #fff;
}

.row_top_board:nth-child(2n) {
  background-color: #fbfafa;
}

.row_top_board.yellow {
  background-color: #fdf6cf;
}

.row_top_board.d_blue {
  background-color: #335f7f;
}

.row_top_board.pink {
  background-color: #ffe1ee;
}

.row_top_board .w_text {
  color: #ffffff;
}

.row_top_board p {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3.2px;
  color: #252022;
  padding: 14px 4px;
}

.row_top_board .col_top_board {
  max-width: calc((100% - 180px) / 2);
  width: 100%;
  text-align: center;
}

.row_top_board .col_top_board:first-child {
  max-width: 180px;
  width: 100%;
}

.row_top_board .col_top_board + .col_top_board {
  border-left: 2px solid #fff;
}

@media screen and (min-width: 981px) {
  .row_top_board {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-top: 2px solid #fff;
  }
  .row_top_board p {
    font-size: 16px;
    padding: 14px 4px;
  }
  .row_top_board .col_top_board {
    max-width: calc((100% - 252px) / 2);
  }
  .row_top_board .col_top_board:first-child {
    max-width: 252px;
  }
}

.sec3_yellow_shadow {
  position: relative;
  z-index: 0;
  margin: 30px auto 0;
}

.sec3_yellow_shadow::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fedea5;
  width: 100%;
  height: 100%;
  top: 9px;
  left: 0;
  border-radius: 10px;
}

.sec3_yellow_shadow:nth-child(3), .sec3_yellow_shadow:nth-child(4) {
  margin: 60px auto 0;
}

.sec3_yellow_shadow .content {
  padding: 68px 15px 40px;
  background-color: #fdf9e0;
  border-radius: 10px;
}

@media screen and (min-width: 981px) {
  .sec3_yellow_shadow {
    margin: 40px auto 0;
  }
  .sec3_yellow_shadow:nth-child(3), .sec3_yellow_shadow:nth-child(4) {
    margin: 80px auto 0;
  }
  .sec3_yellow_shadow .content {
    padding: 90px 15px 60px;
  }
}

.con_icon_ti {
  position: absolute;
  z-index: 0;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.con_icon_ti .icon {
  max-width: 45px;
  width: 100%;
  margin: 0 auto;
}

.con_icon_ti .icon img {
  width: 100%;
}

.con_icon_ti h5 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #c61a44;
  margin: 8px 0 0 0;
}

@media screen and (min-width: 981px) {
  .con_icon_ti {
    top: -24px;
  }
  .con_icon_ti .icon {
    max-width: 55px;
    margin: 0 auto;
  }
  .con_icon_ti h5 {
    font-size: 36px;
    margin: 8px 0 0 0;
  }
}

.sec3_sub {
  max-width: 620px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #000000;
  margin: 0 auto;
}

.sec3_border {
  max-width: 433px;
  width: 100%;
  padding: 10px;
  border: solid 2px #000000;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000000;
  margin: 20px auto;
  border-radius: 30px;
}

.sec3_aws {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px 0 0 0;
}

.sec3_aws .aw {
  max-width: 224px;
  width: 100%;
  margin: 12px 23px 12px;
}

.sec3_aws .aw figure {
  width: 100%;
}

.sec3_aws .aw figure img {
  width: 100%;
  max-height: 223px;
}

@media screen and (min-width: 981px) {
  .sec3_aws {
    padding: 18px 0 0 0;
  }
}

.aw_nums {
  max-width: 122px;
  width: 100%;
  margin: -24px auto 0;
}

.aw_nums img {
  width: 100%;
}

.aw_name {
  padding: 8px 0 0 0;
}

.aw_name p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000000;
}

.aw_name span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.7px;
  text-align: center;
  color: #000000;
}

.aw_detail {
  max-width: 768px;
  width: 100%;
  border-radius: 10px;
  border: solid 2px #fff45c;
  background-color: #fdf6cf;
  margin: 10px auto 32px;
  padding: 22px 20px;
}

.aw_detail p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.9px;
  color: #000000;
}

.aw_detail ul {
  padding: 0 0 0 12px;
}

.aw_detail ul li {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 2;
  color: #000000;
}

.aw_detail ul li::before {
  content: "·";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  color: #000000;
  top: 12px;
  margin-top: -14px;
  left: -9px;
}

.aw_detail ul li a {
  font-size: 14px;
  line-height: 2;
  color: #000000;
}

@media screen and (min-width: 981px) {
  .aw_detail {
    max-width: 768px;
    margin: 10px auto 42px;
    padding: 32px 24px 32px 40px;
  }
  .aw_detail p {
    font-size: 18px;
  }
  .aw_detail ul {
    padding: 0 0 0 12px;
  }
  .aw_detail ul li {
    font-size: 14px;
  }
  .aw_detail ul li::before {
    font-size: 14px;
    margin-top: -14px;
    left: -9px;
    top: 12px;
  }
  .aw_detail ul li a {
    font-size: 14px;
  }
  .aw_detail ul li a:hover {
    text-decoration: underline;
  }
}

.icon_time {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-align: center;
}

.icon_time::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #c61a44;
}

.time_ti {
  display: inline-block;
  background-color: #fdf9e0;
  padding: 0 10px;
  text-align: center;
}

.time_ti img {
  width: 22px;
}

.time_ti p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #c61a44;
}

@media screen and (min-width: 981px) {
  .time_ti {
    padding: 0 10px;
  }
  .time_ti img {
    width: 32px;
  }
  .time_ti p {
    font-size: 28px;
  }
}

.aw_time_list {
  margin: 14px 0 0 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.aw_time_list li {
  max-width: 230px;
  width: 100%;
}

.aw_time_list li .t_cover {
  position: relative;
  z-index: 0;
  margin: 0 0 8px 0;
}

.aw_time_list li .t_cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #626262;
  background-color: #c9c9c9;
  border-radius: 50px;
}

.aw_time_list li .time_box {
  position: relative;
  z-index: 0;
  border: solid 2px #e5e5e5;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 8px 0 10px;
}

.aw_time_list li .time_box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #000000;
}

.aw_time_list li span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000000;
}

.aw_time_list li + li {
  margin: 14px 0 0 0;
}

@media screen and (min-width: 981px) {
  .aw_time_list {
    margin: 44px 0 0 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .aw_time_list li {
    max-width: 230px;
  }
  .aw_time_list li .t_cover {
    position: relative;
    margin: 0 0 8px 0;
  }
  .aw_time_list li .time_box {
    padding: 10px 0 14px;
  }
  .aw_time_list li .time_box p {
    font-size: 20px;
  }
  .aw_time_list li span {
    font-size: 16px;
  }
  .aw_time_list li + li {
    margin: 0 0 0 36px;
  }
}

.line_point {
  max-width: 768px;
  width: 100%;
  margin: 26px auto;
  padding: 20px 15px;
  border: solid 3px #00d100;
  background-color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.line_point .line_img {
  max-width: 180px;
  width: 100%;
}

.line_point .line_img img {
  width: 100%;
}

.line_point .line_infos {
  max-width: 100%;
  width: 100%;
  padding: 8px 0 0 0;
}

.line_point .line_infos .line_aw {
  margin: 5px 0;
}

.line_point .line_infos .line_aw span {
  background-color: #00c501;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.line_point .line_infos .line_aw p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  padding: 0 0 0 10px;
}

.line_point .line_yellow {
  padding: 10px;
  background-color: #fdf6cf;
  margin: 20px 0 0 0;
}

.line_point .line_yellow p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000000;
}

@media screen and (min-width: 981px) {
  .line_point {
    max-width: 768px;
    margin: 34px auto;
    padding: 55px 54px 34px 40px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .line_point .line_img {
    max-width: 222px;
  }
  .line_point .line_infos {
    max-width: calc(100% - 222px);
    padding: 0 0 0 48px;
  }
  .line_point .line_infos .line_aw {
    margin: 5px 0;
  }
  .line_point .line_infos .line_aw span {
    padding: 5px 24px;
    font-size: 18px;
  }
  .line_point .line_infos .line_aw p {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
  .line_point .line_yellow {
    padding: 12px 10px 13px 14px;
    margin: 20px 0 0 0;
  }
  .line_point .line_yellow p {
    font-size: 16px;
  }
}

.sec4 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 981px) {
  .sec4 {
    padding-bottom: 90px;
  }
}

.notice_list {
  margin: 16px auto;
  width: 100%;
  list-style: decimal;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 44px;
}

.notice_list li {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #252022;
  margin: 18px 0;
}

.notice_list li a {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #252022;
}

.notice_list li ul li {
  margin: 4px 0;
}

.notice_list p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #252022;
}

@media screen and (min-width: 980px) {
  .notice_list {
    margin: 16px auto;
    padding: 60px 62px 50px 90px;
  }
  .notice_list li {
    font-size: 16px;
    margin: 18px 0;
  }
  .notice_list li a {
    font-size: 16px;
  }
  .notice_list li a:hover {
    text-decoration: underline;
    color: blue;
  }
  .notice_list li ul li {
    margin: 4px 0;
  }
  .notice_list p {
    font-size: 16px;
  }
}

.sec4_ic_bird {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 60px;
  top: -83px;
  left: 3%;
}

@media screen and (min-width: 1201px) {
  .sec4_ic_bird {
    max-width: 106px;
    top: -116px;
    left: -7%;
  }
}

.sec4_ic_cloud1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 136px;
  top: -34px;
  right: -10%;
}

@media screen and (min-width: 1201px) {
  .sec4_ic_cloud1 {
    max-width: 240px;
    top: -36px;
    right: -12%;
  }
}

.sec4_ic_cloud2 {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 230px;
  top: 48%;
  left: 0;
}

@media screen and (min-width: 1201px) {
  .sec4_ic_cloud2 {
    display: block;
  }
}

.sec4_ic_cloud3 {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 240px;
  top: 68%;
  right: 0%;
}

@media screen and (min-width: 1201px) {
  .sec4_ic_cloud3 {
    display: block;
  }
}

@media screen and (min-width: 1501px) {
  .sec4_ic_cloud3 {
    right: 5%;
  }
}

.train {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 0px;
  right: 0px;
  margin: auto;
}

@media screen and (min-width: 721px) {
  .train {
    max-width: 300px;
    bottom: -10px;
    left: 31px;
    right: auto;
  }
}

@media screen and (min-width: 981px) {
  .train {
    max-width: 547px;
    width: 33vw;
    bottom: -22px;
    left: 31px;
  }
}

@media screen and (min-width: 1370px) {
  .train {
    width: 33vw;
    bottom: -22px;
  }
}

.kingTree {
  display: none;
}

@media screen and (min-width: 721px) {
  .kingTree {
    max-width: 244px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: 0px;
  }
}

@media screen and (min-width: 981px) {
  .kingTree {
    max-width: 443px;
    width: 23vw;
    bottom: -5px;
    right: 0px;
  }
}

@media screen and (min-width: 1370px) {
  .kingTree {
    max-width: 443px;
    width: 23vw;
    bottom: -18px;
    right: -6px;
  }
}

.btnpaly {
  position: fixed;
  top: 37%;
  right: 0px;
  z-index: 2;
  width: 60px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnpaly.viewgo {
  opacity: 1;
}

.btnpaly .i_btn a {
  padding-left: 7px;
  padding-right: 8px;
}

.btnpaly .i_btn a p {
  color: #ff9933;
}

.btnpaly .i_btn:after {
  background-color: #006666;
}

.btnpaly img {
  max-width: 28px;
  width: 100%;
  margin: 10px auto;
}

@media screen and (max-width: 980px) {
  .btnpaly {
    top: 50%;
  }
  .btnpaly .i_btn a {
    padding-top: 15px;
    padding-bottom: 4px;
    padding-left: 13px;
  }
}
/*# sourceMappingURL=st_index.css.map */