@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

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

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #45a78e;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}
.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all 0.5s;
}
.hover_fade:hover > img {
  opacity: 0.85;
}

.hover_scale > img {
  transition: all 0.5s;
}
.video_icon {
  position: relative;
}
.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}
.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}
.edit_wrap h1 {
  font-size: 20px;
}
.edit_wrap h2 {
  font-size: 18px;
}
.edit_wrap h3 {
  font-size: 16px;
}
.edit_wrap h4 {
  font-size: 15px;
}
.edit_wrap h5 {
  font-size: 22px;
}
.edit_wrap h6 {
  font-size: 24px;
}
.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}
.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.edit_wrap iframe {
  width: 100%;
}
.edit_wrap table {
  border: 1px solid #ccc;
}
.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.section {
  padding: 8vh 0;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.terms .box {
  margin-bottom: 30px;
}
.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.terms label:hover {
  color: #D90000;
}
.terms label input {
  margin-right: 10px;
}
.terms ul li, .terms ol li {
  margin-bottom: 10px;
}
.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}
.terms ul > li {
  list-style-type: disc;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slider_btn:hover {
  background: #0a9fe6;
}
.slider_btn:hover span:before {
  border-color: #fff !important;
}
.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.slider_btn span:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-top: 3px solid #333;
  transition: 0.3s ease;
}
.slider_btn.prev {
  left: -3%;
}
.slider_btn.prev span:before {
  border-left: 3px solid #333;
  transform: translateX(3px) rotate(-45deg);
}
.slider_btn.next {
  right: -3%;
}
.slider_btn.next span:before {
  border-right: 3px solid #333;
  transform: translateX(-3px) rotate(45deg);
}

/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}
.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover {
  background: #333;
  color: #fff;
}
.cancel {
  background: #666;
}

/* header.css ==============================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  padding: 10px 20px;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background: #50c4a5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header.active::before {
  transform: translateY(0);
}
.header.active .logo {
  transform: translateY(0);
  opacity: 1;
}
.header .logo img {
  width: 180px;
}
.header .menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .menu .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 145px;
  height: 40px;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
  background: url("../images/btn_bg.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.header .menu .item:hover {
  transform: scale(1.05);
}
.header .menu .item span {
  color: #000;
  line-height: 1em;
  transform: translateY(-1px);
}
.header .float_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  width: 100%;
  background: none;
}
.header .float_menu a {
  margin: 0 10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .header .menu .item {
    width: 120px;
    height: 34px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
  .header .logo {
    z-index: 15;
    left: 15px;
  }
  .header .logo img {
    width: 140px;
  }
  .header .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #45a78e;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .menu.active {
    transform: translateX(0);
  }
  .header .menu .item {
    margin-bottom: 20px;
    color: #000;
  }
  .header .menu .item:last-child {
    margin-bottom: 0;
  }
}
/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  width: 45px;
  height: 36px;
  cursor: pointer;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.menu_m .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.menu_m .group .line1 {
  top: 0;
}
.menu_m .group .line2, .menu_m .group .line3 {
  top: 50%;
  transform: translateY(-50%);
}
.menu_m .group .line4 {
  bottom: 0;
}
.menu_m.active .group {
  transform: rotate(360deg);
}
.menu_m.active .group .line1, .menu_m.active .group .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}
.menu_m.active .group .line2 {
  transform: rotate(45deg);
}
.menu_m.active .group .line3 {
  transform: rotate(-45deg);
}

.menu_m .group .line2, .menu_m .group .line3 {
  transition: all 0.5s 0 ease;
}

.menu_m .group .line1, .menu_m .group .line4, .menu_m.active .group .line2, .menu_m.active .group .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

.header.active .menu_m {
  background: none;
  top: 7px;
}
.header.active .menu_m .group div {
  background: #fff;
}

@media screen and (max-width: 640px) {
  .menu_m {
    display: block;
  }
}
/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_item.trans.scale_in {
  transform: scale(1);
}
.view_item.trans .scale_out {
  transform: scale(0.8);
}
.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_item.trans.fade_in {
  opacity: 1;
}
.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}
.view_group.trans .scale_in {
  transform: scale(1);
}
.view_group.trans .scale_out {
  transform: scale(0.8);
}
.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_group.trans .fade_in {
  opacity: 1;
}
.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}
.view_group.trans .extrude_w {
  width: 100%;
}
.view_group.trans .extrude_h {
  height: 100%;
}
.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: 0.2s;
}

.delay_2 {
  transition-delay: 0.4s;
}

.delay_3 {
  transition-delay: 0.6s;
}

.delay_4 {
  transition-delay: 0.8s;
}

.delay_5 {
  transition-delay: 1s;
}

/* index.css ==============================================*/
html, body {
  overflow-x: hidden;
}

.section_title {
  margin-bottom: 40px;
}
.section_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  display: 0 20px;
  font-weight: bold;
  font-style: italic;
}
.section_title h2 span {
  margin: 0 7px;
}
.section_title h2 img {
  width: 25px;
}

.icon_wrap .icon {
  position: absolute;
}
.icon_wrap .icon img {
  width: 100%;
}

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh + 50px);
  padding-top: 40px;
  padding-bottom: 100px;
  background: #45a78e;
  overflow: hidden;
}
.home .dot_1 {
  right: 0;
  top: 0;
  width: 35%;
}
.home .dot_2 {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.home .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1600px;
  height: 90vh;
  padding: 5vh 5%;
}
.home .main .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_bg.png") no-repeat center center;
  background-size: contain;
}
.home .main .board, .home .main .pic {
  position: relative;
  z-index: 1;
  height: 100%;
}
.home .main .board > img, .home .main .pic > img {
  width: 100%;
}
.home .main .board .contain_bg, .home .main .pic .contain_bg {
  padding-bottom: 0;
  height: 100%;
}
.home .main .board {
  width: 50%;
}
.home .main .board .contain_bg {
  background-image: url("../images/home_pic_board.png");
  background-position: right center;
}
.home .main .board .money, .home .main .board .zoom {
  display: none;
}
.home .main .board .money {
  left: 0;
  bottom: 0;
  transform: translate(-10%, 35%);
  width: 16%;
}
.home .main .board .zoom {
  right: 0;
  top: 0;
  transform: translate(0, 5%);
  width: 15%;
}
.home .main .pic {
  width: 45%;
  padding-top: 2%;
}
.home .main .pic .contain_bg {
  background-image: url("../images/home_pic_role.png");
  background-position: left center;
}

.intro {
  position: relative;
  width: 100%;
  padding-top: 0;
  background: #b7e8db url("../images/intro_bg.png") no-repeat center top;
  background-size: cover;
}
.intro .dot_1 {
  right: 5%;
  top: 0;
  width: 30%;
}
.intro .board {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  transform: translateY(-80px);
}
.intro .board .bg {
  width: 100%;
}
.intro .board .text {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  width: auto;
  height: 70%;
}
.intro .board .text img {
  width: auto;
  height: 100%;
}
.intro .board .text img.m {
  display: none;
}
.intro .board .map {
  right: 0;
  top: 50%;
  transform: translate(30%, -50%);
  width: 15%;
}
.intro .board .zoom {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 30%);
  width: 20%;
}
.intro .info {
  text-align: center;
}
.intro .info .box {
  margin-bottom: 60px;
}
.intro .info .box:last-child {
  margin-bottom: 20px;
}
.intro .info h3 {
  width: 100%;
  padding: 5px 0;
  font-size: 24px;
  margin-bottom: 20px;
  background: linear-gradient(to right, rgba(181, 229, 215, 0), white, rgba(181, 229, 215, 0));
}
.intro .info p {
  font-size: 22px;
}
.intro .info p span {
  display: inline-block;
}
.intro .info p strong {
  display: inline-block;
  position: relative;
}
.intro .info p strong::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 12px;
  background: #f1ed7b;
}
.intro .info p strong span {
  position: relative;
}
.intro .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.intro .item_wrap .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 0 1%;
}
.intro .item_wrap .item::before, .intro .item_wrap .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  z-index: 0;
  width: 50%;
  height: 3px;
  background: #583b2c;
}
.intro .item_wrap .item::before {
  left: 0;
}
.intro .item_wrap .item::after {
  right: 0;
}
.intro .item_wrap .item.item_1::before {
  display: none;
}
.intro .item_wrap .item.item_4::after {
  display: none;
}
.intro .item_wrap .item .sn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #b97245;
  border: 10px solid #b7e8db;
}
.intro .item_wrap .item .sn img {
  height: 50%;
}
.intro .item_wrap .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  margin-bottom: 20px;
  background: url("../images/intro_step_bg.png") no-repeat center center;
  background-size: contain;
}
.intro .item_wrap .item .text h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #b97245;
}
.intro .item_wrap .item .text p {
  line-height: 1.5em;
  font-size: 18px;
}
.intro .item_wrap .item .text p span {
  display: block;
}
.intro .item_wrap .item .text p a {
  color: #b97245;
}
.intro .item_wrap .item .text p a:hover {
  text-decoration: underline;
}
.intro .social_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.intro .social_link p, .intro .social_link a {
  margin: 0 5px;
}
.intro .social_link p {
  font-size: 16px;
}
.intro .social_link a:hover {
  transform: scale(1.1);
}
.intro .social_link img {
  width: 30px;
}
.intro .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.intro .btn_wrap a {
  width: 100%;
  max-width: 330px;
  margin: 0 20px;
  cursor: pointer;
}
.intro .btn_wrap a:hover {
  transform: scale(1.05);
}
.intro .btn_wrap a img {
  width: 100%;
}

.posts {
  position: relative;
  z-index: 2;
  background: #45a78e;
  overflow: hidden;
}
.posts .dot_1 {
  right: 0;
  top: 0;
  width: 40%;
}
.posts .dot_2 {
  left: 0;
  bottom: 0;
  width: 15%;
}
.posts .paper {
  left: 2%;
  bottom: 1%;
  width: 9vw;
}
.posts .bg {
  position: absolute;
  left: 50%;
  top: 15%;
  z-index: 0;
  transform: translateX(-50%);
  width: 90%;
}
.posts .bg .contain_bg {
  padding-bottom: 81.9%;
  background-image: url("../images/posts_bg.png");
}
.posts .main {
  position: relative;
  z-index: 1;
}
.posts .board {
  position: relative;
  margin-bottom: 60px;
}
.posts .board .light {
  left: 0;
  top: 25%;
  width: 16%;
}
.posts .board .files {
  right: 0;
  top: 20%;
  width: 15%;
}
.posts .board .pic {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.posts .board .pic img {
  width: 100%;
}
.posts .board .pic img.m {
  display: none;
}
.posts .item_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.posts .item {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 50px;
}
.posts .item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.posts .item.type_1::before {
  background-image: url("../images/posts_item_bg_1.png");
}
.posts .item.type_1.focus::before {
  background-image: url("../images/posts_item_bg_focus_2.png");
}
.posts .item.type_2::before {
  background-image: url("../images/posts_item_bg_2.png");
}
.posts .item.type_2.focus::before {
  background-image: url("../images/posts_item_bg_focus_3.png");
}
.posts .item.type_3::before {
  background-image: url("../images/posts_item_bg_3.png");
}
.posts .item.type_3.focus::before {
  background-image: url("../images/posts_item_bg_focus_1.png");
}
.posts .item.type_4::before {
  background-image: url("../images/posts_item_bg_4.png");
}
.posts .item.type_4.focus::before {
  background-image: url("../images/posts_item_bg_focus_2.png");
}
.posts .item.type_5::before {
  background-image: url("../images/posts_item_bg_5.png");
}
.posts .item.type_5.focus::before {
  background-image: url("../images/posts_item_bg_focus_3.png");
}
.posts .item.rotate_0::before, .posts .item.rotate_0 .box {
  transform: rotate(-1deg);
}
.posts .item.rotate_1::before, .posts .item.rotate_1 .box {
  transform: rotate(-2deg);
}
.posts .item.rotate_2::before, .posts .item.rotate_2 .box {
  transform: rotate(2deg);
}
.posts .item.rotate_3::before, .posts .item.rotate_3 .box {
  transform: rotate(1deg);
}
.posts .item.rotate_4::before, .posts .item.rotate_4 .box {
  transform: rotate(4deg);
}
.posts .item .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 28%;
}
.posts .item .box .head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
}
.posts .item .box .text {
  padding: 0 13%;
  text-align: center;
}
.posts .item .box .text p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.posts .item .box .text p:last-child {
  margin-bottom: 0;
}
.posts .item .box .text p.count {
  color: #b97245;
}
.posts .item .box .vote_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 15%;
  width: 100%;
}
.posts .item .box .vote_btn_wrap a {
  cursor: pointer;
}
.posts .item .box .vote_btn_wrap a:hover {
  transform: scale(1.05);
}
.posts .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts .btn_wrap a {
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
}
.posts .btn_wrap a:hover {
  transform: scale(1.05);
}
.posts .btn_wrap a.active {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.posts .btn_wrap a img {
  width: 90%;
  max-width: 260px;
}

.form_group h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
.form_group .form {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.form_group .form .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.form_group .form .item:last-child {
  margin-bottom: 0;
}
.form_group .form .item.col_2 {
  justify-content: space-between;
}
.form_group .form .item.col_2 p {
  width: 47%;
}
.form_group .form .item.upload_item p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form_group .form .item.upload_item .notice {
  display: inline-block;
}
.form_group .form .item.preview_item .preview {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #d3bc74;
  overflow: hidden;
}
.form_group .form .item p {
  width: 100%;
}
.form_group .form .item p.empty input, .form_group .form .item p.empty select, .form_group .form .item p.empty textarea {
  border-color: #D90000;
}
.form_group .form .item p.empty .error {
  display: block;
}
.form_group .form .item .head {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #885f2b;
  font-weight: bold;
}
.form_group .form .item .head span {
  margin-right: 8px;
}
.form_group .form .item .head .word {
  color: #0a9fe6;
}
.form_group .form .item .error {
  display: none;
  color: #D90000;
  margin-top: 10px;
  padding-left: 5px;
}
.form_group .form .item .notice {
  margin-right: 7px;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1em;
  color: #666;
}
.form_group .form .upload_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  background: #fdefd1;
  border: 2px dashed #eec693;
  color: #ca9c65;
}
.form_group .form .upload_wrap .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.form_group .form .upload_wrap .icon {
  margin-bottom: 10px;
}
.form_group .form .upload_wrap h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.form_group .form .upload_wrap p {
  font-size: 15px;
  line-height: 1.4em;
}
.form_group .form .upload_wrap .label_wrap, .form_group .form .upload_wrap .preview_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form_group .form .upload_wrap .label_wrap .in_box, .form_group .form .upload_wrap .preview_wrap .in_box {
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
}
.form_group .form .upload_wrap .label_wrap .upload_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2em;
  background: #f8dfc0;
  color: #fff;
  border-radius: 5px;
  padding: 7px 20px;
  cursor: pointer;
  outline: none;
  color: #0a0702;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease;
}
.form_group .form .upload_wrap .label_wrap .upload_btn:hover {
  background: #b97245;
  color: #fff;
}
.form_group .form .upload_wrap .label_wrap .upload_btn span {
  font-size: 15px;
}
.form_group .form .upload_wrap .label_wrap .upload_btn span span {
  display: inline-block;
  margin: 0 3px;
}
.form_group .form .preview_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.form_group .form .preview_wrap .cover_bg {
  border-radius: 5px;
  overflow: hidden;
}
.form_group .form input, .form_group .form select, .form_group .form textarea {
  display: block;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
}
.form_group .form input.hide, .form_group .form select.hide, .form_group .form textarea.hide {
  display: none;
}
.form_group .form input::-webkit-input-placeholder, .form_group .form select::-webkit-input-placeholder, .form_group .form textarea::-webkit-input-placeholder {
  line-height: 1em;
  color: #999;
}
.form_group .form input:-moz-placeholder, .form_group .form select:-moz-placeholder, .form_group .form textarea:-moz-placeholder {
  line-height: 1em;
  color: #999;
}
.form_group .form input::-moz-placeholder, .form_group .form select::-moz-placeholder, .form_group .form textarea::-moz-placeholder {
  line-height: 1em;
  color: #999;
}
.form_group .form input:-ms-input-placeholder, .form_group .form select:-ms-input-placeholder, .form_group .form textarea:-ms-input-placeholder {
  line-height: 1em;
  color: #999;
}
.form_group .form input, .form_group .form select {
  height: 45px;
}
.form_group .form textarea {
  margin: 0;
  height: 120px;
}
.form_group .social_link {
  padding-top: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 355px;
}
.form_group .social_link p {
  margin-bottom: 10px;
  word-break: break-all;
}
.form_group .social_link p a {
  display: inline-block;
}

.post {
  position: relative;
  background: #45a78e;
  overflow: hidden;
}
.post .dot_2 {
  left: 0;
  bottom: 0;
  width: 15%;
}
.post .dot_4 {
  right: 5%;
  top: 0;
  z-index: 0;
  width: 60vw;
}
.post .main {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  padding: 40px;
  background: url("../images/post_bg.png") repeat center center;
  border: 3px solid #000;
  border-radius: 10px;
}
.post .main .dot_3 {
  right: 0;
  top: 0;
  width: 40%;
}
.post .main .zoom {
  right: 0;
  top: 0;
  z-index: 2;
  transform: translate(40%, -30%);
  width: 16%;
}
.post .main .role {
  left: 0;
  bottom: 0;
  transform: translate(-90%, 5%);
  width: 20%;
}
.post .main .note {
  right: 0;
  bottom: 0;
  transform: translate(50%, 20%);
  width: 25%;
}
.post .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f2d1a7;
}
.post .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.post .title h2 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10px;
}
.post .title h2 span:before, .post .title h2 span::after {
  content: "";
  display: block;
  width: 100%;
  background: #f2d1a7;
}
.post .title h2 span:before {
  height: 3px;
}
.post .title h2 span:after {
  height: 5px;
}
.post .title h2 strong {
  position: relative;
  z-index: 1;
  padding: 0 18px 0 30px;
  font-weight: bold;
  color: #000;
  background: url("../images/post_bg.png") repeat;
}
.post .title h3 {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
  color: #885f2b;
}
.post .title h3 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 145%;
}
.post .terms {
  padding: 30px;
  margin-bottom: 20px;
  background: #fffbed;
  font-size: 15px;
}
.post .terms h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.post .terms li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.post .terms li:last-child {
  margin-bottom: 0;
}
.post .terms a {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.post .terms a:hover {
  color: #0a9fe6;
}
.post .agree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 20px;
}
.post .agree input {
  margin-right: 12px;
}
.post .agree label {
  cursor: pointer;
  transition: 0.3s ease;
}
.post .agree label:hover {
  color: #45a78e;
}
.post .agree label a {
  text-decoration: underline;
}
.post .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
}
.post .btn_wrap .send_btn {
  position: relative;
  width: 260px;
  cursor: pointer;
  overflow: hidden;
}
.post .btn_wrap .send_btn img {
  width: 100%;
}
.post .btn_wrap .send_btn:hover {
  transform: scale(1.05);
}
.post .btn_wrap .send_btn span {
  position: relative;
  z-index: 1;
}
.post .btn_wrap p {
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
}
.post .float_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: auto;
  top: auto;
  z-index: 0;
  transform: translateY(0);
  padding: 0;
  padding-top: 20px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-radius: 0;
}
.post .float_menu:before {
  content: "社群分享";
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}
.post .float_menu a {
  margin: 0 8px;
  border: 1px solid #999;
}

.prize .wrap {
  max-width: 1000px;
}
.prize .box {
  margin-bottom: 60px;
}
.prize .box:last-child {
  margin-bottom: 0;
}
.prize .box h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #172f5f;
  font-size: 26px;
}
.prize .list {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.prize .list .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}
.prize .list .item.item_head .col {
  background: #d3bc74;
  border: none;
  color: #fff;
}
.prize .list .item:last-child .col {
  border: none;
}
.prize .list .item .col {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
.prize .list .item .col_sn {
  flex: 2;
}
.prize .list .item .col_name {
  flex: 2;
}
.prize .list .item .col_phone {
  flex: 4;
}
.prize .terms h3 {
  text-align: center;
  margin-bottom: 20px;
}
.prize .terms ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.reCAPTCHA {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.article .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
}
.article .item {
  width: 100%;
  max-width: 640px;
}
.article .item:hover .pic .cover_bg {
  transform: scale(1.1);
}
.article .item:nth-child(3n) {
  margin-right: 0;
}
.article .item .pic {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.article .item .text {
  position: relative;
  padding: 10px 15px 8px 25px;
  border-radius: 0 0 15px 15px;
  background: #fff;
}
.article .item .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0db3ff transparent transparent transparent;
}
.article .item .text h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5em;
}
.article .item .text .icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #172f5f;
}
.article .item .text .icon span {
  margin-right: 5px;
}

.overlay_box {
  width: 94%;
}
.overlay_box .section_title {
  transform: translateY(0);
}
.overlay_box .group {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.overlay_login {
  max-width: 600px;
}
.overlay_login .group {
  padding: 30px;
}
.overlay_login .group h3 {
  font-size: 22px;
  color: #172f5f;
}
.overlay_login .group .btn_wrap a {
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}
.overlay_login .group .btn_wrap a:hover {
  transform: scale(1.1);
}
.overlay_login .group .btn_wrap a img {
  width: 80px;
  margin: 0 auto;
}
.overlay_login .group .btn_wrap a p {
  font-size: 16px;
}

.overlay_post {
  max-width: 800px;
}
.overlay_post .group {
  padding: 40px;
}
.overlay_post .group .head a {
  display: inline-block;
  color: #003786;
  border-bottom: 1px solid #003786;
  font-weight: 500;
}
.overlay_post .group .pic {
  width: 100%;
  margin-bottom: 15px;
}
.overlay_post .group .text {
  line-height: 1.5em;
}
.overlay_post .group .text h4 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.overlay_post .group .text h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #333;
}
.overlay_post .group .text span {
  display: block;
  font-size: 13px;
  color: #999;
}

.overlay_post_finish .head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.overlay_post_finish .head h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.overlay_post_finish .head div {
  margin: 0 auto;
  text-align: left;
}
.overlay_post_finish .head p {
  font-size: 15px;
  line-height: 1.5em;
}

.overlay_vote {
  max-width: 400px;
  z-index: 999;
}
.overlay_vote .group {
  padding: 20px 30px;
}
.overlay_vote .text {
  text-align: center;
  margin-bottom: 20px;
}
.overlay_vote .text h3 {
  margin-bottom: 15px;
}
.overlay_vote .text p {
  font-size: 20px;
  font-weight: bold;
  color: #45a78e;
  line-height: 1.5em;
}
.overlay_vote .form {
  margin-bottom: 30px;
}
.overlay_vote .form .item {
  width: 100%;
  margin: 0;
}
.overlay_vote .form .item::before {
  display: none;
}
.overlay_vote .form .item .head {
  text-align: left;
}
.overlay_vote .btn_wrap {
  padding-bottom: 10px;
}
.overlay_vote .btn_wrap a {
  border-radius: 30px;
  width: 150px;
  padding: 3px 10px;
  opacity: 1;
  visibility: visible;
  background: #f2d1a7;
  font-weight: 500;
  border: 1px solid #000;
  cursor: pointer;
}
.overlay_vote .btn_wrap a:hover {
  background: #45a78e;
  color: #fff;
}

.overlay_awards {
  max-width: 900px;
}
.overlay_awards .group {
  padding: 30px;
  text-align: left;
}
.overlay_awards .group .section_title {
  margin-bottom: 25px;
}
.overlay_awards .group .box {
  margin-bottom: 20px;
}
.overlay_awards .group .box:last-child {
  margin-bottom: 0;
}
.overlay_awards .group h3 {
  font-size: 20px;
}
.overlay_awards .group h3 span {
  display: inline-block;
  margin-right: 10px;
}
.overlay_awards .group h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.overlay_awards .group ul {
  margin-left: 5px;
}
.overlay_awards .group ul li {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
}
.overlay_awards .group ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d3bc74;
}

.overlay_terms, .overlay_method {
  max-width: 1000px;
}
.overlay_terms .group, .overlay_method .group {
  padding: 40px 30px;
  text-align: left;
}
.overlay_terms .box_wrap, .overlay_method .box_wrap {
  margin-bottom: 30px;
}
.overlay_terms .box_wrap:last-child, .overlay_method .box_wrap:last-child {
  margin-bottom: 0;
}
.overlay_terms .box, .overlay_method .box {
  margin-bottom: 20px;
}
.overlay_terms .box:last-child, .overlay_method .box:last-child {
  margin-bottom: 0;
}
.overlay_terms h2, .overlay_method h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}
.overlay_terms h2 span, .overlay_method h2 span {
  margin: 0 10px;
}
.overlay_terms h3, .overlay_method h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.overlay_terms p, .overlay_terms li, .overlay_method p, .overlay_method li {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.overlay_terms p:last-child, .overlay_terms li:last-child, .overlay_method p:last-child, .overlay_method li:last-child {
  margin-bottom: 0;
}
.overlay_terms ul li, .overlay_method ul li {
  list-style-type: disc;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.loader.active {
  opacity: 1;
  visibility: visible;
}
.loader .box {
  text-align: center;
}
.loader .box .custom_loader {
  margin-bottom: 20px;
  margin: 0 auto;
}
.loader .box p {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  .posts .item_wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .posts .item {
    width: 30%;
  }
  .posts .item .box {
    padding-top: 26%;
  }
  .posts .item .box .text p {
    margin-bottom: 5px;
  }
  .posts .item .box .vote_btn_wrap {
    bottom: 13%;
  }
  .posts .item .box .vote_btn_wrap a img {
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .post .main .role {
    transform: translate(-70%, 5%);
  }
  .post .agree {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .intro .item_wrap {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .intro .item_wrap .item {
    width: 47.5%;
    margin: 0 1%;
    margin-bottom: 30px;
  }
  .intro .item_wrap .item:before, .intro .item_wrap .item::after {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .posts .item_wrap {
    max-width: 600px;
  }
  .posts .item {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 25px;
  }
  .posts .item .box {
    padding-top: 28%;
  }
  .posts .item .box .text p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .posts .item .box .vote_btn_wrap a img {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .home {
    height: auto;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .home .main {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
  }
  .home .main .board, .home .main .pic {
    width: 100%;
  }
  .home .main .board .contain_bg, .home .main .pic .contain_bg {
    height: 0;
  }
  .home .main .board .contain_bg {
    padding-bottom: 89.49%;
  }
  .home .main .pic {
    max-width: 300px;
    transform: translateY(-10%);
  }
  .home .main .pic .contain_bg {
    padding-bottom: 111%;
  }
  .intro .board {
    max-width: 400px;
  }
  .intro .board::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80.84%;
    background: url("../images/intro_board_m.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .intro .board .bg {
    display: none;
  }
  .intro .board .text {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
  }
  .intro .board .text img {
    width: 100%;
    height: auto;
  }
  .intro .board .text img.d {
    display: none;
  }
  .intro .board .text img.m {
    display: block;
  }
  .intro .board .map {
    top: 0;
    transform: translate(30%, -30%);
    width: 20%;
  }
  .posts .paper {
    width: 15vw;
  }
  .posts .board .files {
    top: 0;
    transform: translate(10%, -30%);
  }
  .posts .board .light {
    top: auto;
    bottom: 0;
    transform: translate(-15%, 25%);
  }
  .posts .board .pic img.d {
    display: none;
  }
  .posts .board .pic img.m {
    display: block;
  }
  .post .main .role {
    transform: translate(-50%, 15%);
    width: 13%;
  }
}
@media screen and (max-width: 768px) {
  .post .main .zoom {
    top: 5%;
    transform: translate(40%, 0);
  }
}
@media screen and (max-width: 640px) {
  .post .main .zoom {
    top: 7%;
  }
}
@media screen and (max-width: 640px) {
  .post .main .zoom {
    top: 10%;
  }
}
@media screen and (max-width: 600px) {
  .intro .item_wrap .item .text p span {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .posts .item_wrap {
    max-width: 300px;
  }
  .posts .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .posts .item .box {
    padding-top: 35%;
  }
}
@media screen and (max-width: 450px) {
  .home {
    padding-top: 15px;
    padding-bottom: 95px;
  }
  .home .main .board {
    z-index: 0;
  }
  .home .main .board .money, .home .main .board .zoom {
    display: block;
    z-index: 1;
  }
  .home .main .board .contain_bg {
    padding-bottom: 84.13%;
    background-image: url("../images/home_pic_board_m.png");
  }
  .home .main .pic {
    transform: translateY(0);
  }
  .post .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .post .title h2 {
    font-size: 22px;
  }
  .post .title h2 strong {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post .agree {
    font-size: 18px;
  }
  .form_group h4 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .form_group .form .upload_wrap .label_wrap {
    flex-direction: column;
  }
  .form_group .form .upload_wrap .label_wrap .in_box {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }
  .form_group .form .upload_wrap .label_wrap .in_box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .intro .item_wrap .item .sn {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .intro .item_wrap .item .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .intro .item_wrap .item .icon img {
    max-width: 50%;
  }
  .intro .item_wrap .item .text h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .intro .item_wrap .item .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .intro .item_wrap .item {
    width: 100%;
  }
  .intro .item_wrap .item .text p span {
    display: inline-block;
  }
}
/* footer.css ==============================================*/
.footer {
  position: relative;
  padding: 20px;
  padding-top: 25px;
  background: #45a78e;
  text-align: center;
  color: #fff;
}
.footer .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.footer .logo_wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.footer .logo_wrap p.tpex img {
  height: 40px;
}
.footer .logo_wrap p.tnl img {
  width: 150px;
}
.footer .logo_wrap p span {
  min-width: 80px;
  margin-right: 10px;
}
.footer .text {
  font-size: 13px;
  line-height: 1.3em;
}

@media screen and (max-width: 400px) {
  .footer {
    padding-top: 0;
  }
  .footer .logo_wrap {
    margin-bottom: 15px;
  }
  .footer .logo_wrap p {
    flex-direction: column;
  }
  .footer .logo_wrap p.tpex img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  .footer .logo_wrap p span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .text {
    font-size: 12px;
  }
}
/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 136, 122, 0.9);
  cursor: url(../images/mouse_icon_w.png), auto;
}
.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.overlay_wrap.trans .overlay_content {
  opacity: 1;
}
.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}
.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}
.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  cursor: url(../images/icon/mouse_icon_w.png), auto;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  background: #45a78e;
  border-radius: 50%;
  box-sizing: border-box;
}
.overlay_close_btn:hover {
  transform: translate(50%, -50%) rotateZ(180deg) scale(1.2);
}
.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
}
.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.top_notice, .overlay_notice {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  width: 90%;
  max-width: 400px;
}
.top_notice .overlay_box, .overlay_notice .overlay_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px 25px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 20px;
}
.top_notice .notice_text, .overlay_notice .notice_text {
  margin-bottom: 15px;
  font-size: 20px;
}
.top_notice .notice_text p .notice, .overlay_notice .notice_text p .notice {
  display: block;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.4em;
}
.top_notice .notice_btn, .overlay_notice .notice_btn {
  display: inline-block;
  padding: 0 15px;
  background: #45a78e;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.top_notice .notice_btn:hover, .overlay_notice .notice_btn:hover {
  background: #b97245;
}

.top_notice {
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 200;
  transform: translate(-50%, -130%);
}
.top_notice.trans {
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1000px) {
  .overlay_close_btn {
    right: 10px;
    top: 10px;
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
  }
}
/*# sourceMappingURL=style.css.map */