﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Open+Sans:wght@400;500;700&display=swap");
.about {
  position: relative;
}
.about .about_title {
  position: relative;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
.about .twoBlock {
  position: relative;
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 145px;
  column-gap: 145px;
  text-align: justify;
  column-rule: solid 1px #d8d8d8;
  color: #343434;
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .about .twoBlock {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-rule: none;
  }
}

.about_pic {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 420px;
}
.about_pic::after {
  content: "";
  background-image: url(../images/about/bg.jpg);
  width: 100%;
  height: 81%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.about_pic .img {
  position: absolute;
  width: 23.91%;
  max-width: 364px;
  bottom: 0;
  left: 0;
}
.about_pic .img img {
  position: relative;
  display: block;
  width: 100%;
}
.about_pic .box {
  position: relative;
  width: 50%;
  line-height: 2;
  padding-top: 0;
  text-align: justify;
  margin-top: 185px;
  left: 36%;
  padding-bottom: 60px;
}
.about_pic .box::after {
  content: "";
  background-image: url(../images/about/dot.png);
  width: 82px;
  height: 66px;
  position: absolute;
  top: -42px;
  left: -67px;
}
.about_pic .box .text {
  position: relative;
  color: #538049;
}
.about_pic .box .name {
  position: relative;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  margin-top: 15px;
}
.about_pic .box .name::before {
  content: "";
  position: relative;
  width: 80%;
  height: 1px;
  background-color: gray;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .about_pic {
    min-height: 150px;
  }
  .about_pic .box {
    width: 62%;
    margin-top: 160px;
    left: 30%;
  }
  .about_pic .box::after {
    width: 50px;
    height: 40px;
    position: absolute;
    top: -22px;
    left: -40px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .about_pic {
    display: block;
    background-image: url(../images/about/bg.jpg);
  }
  .about_pic .img {
    position: relative;
    bottom: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-color: #cfd0ce;
    margin: 50px auto 0;
  }
  .about_pic .box {
    background-image: url(../images/about/bg.jpg);
    width: 100%;
    margin-top: 0;
    left: 0;
    padding: 45px;
  }
  .about_pic .box::after {
    width: 40px;
    height: 32px;
    top: 28px;
    left: 15px;
  }
  .about_pic::after {
    display: none;
  }
}

.chart {
  position: relative;
}
.chart .chartTitle {
  position: relative;
  margin-bottom: 45px;
  font-weight: bold;
}
.chart .chartTitle span {
  position: relative;
}
.chart .editBlock {
  position: relative;
}
.chart .select_box {
  position: absolute;
  top: -14px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .chart .select_box {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .chart .chartTitle {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 650px) {
  .chart .ui-selectmenu-button.ui-button {
    width: 100%;
  }
  .chart .chartTitle {
    margin-bottom: 25px;
  }
}

.member_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.member_box .people {
  position: relative;
  width: 20%;
  display: block;
  margin-bottom: 50px;
  margin-right: 0%;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: translateY(0);
  border: 1px solid #b7b7b7;
}
.member_box .people:nth-child(5n) {
  margin-right: 0;
}
.member_box .people .img {
  position: relative;
  width: 100%;
}
.member_box .people .img img {
  position: relative;
  display: block;
  width: 100%;
}
.member_box .people .text {
  position: relative;
  background-color: white;
  font-size: 18px;
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #b7b7b7;
}
.member_box .people .text .name {
  position: relative;
  font-size: 18px;
  width: 100%;
  transition: all 0.3s ease;
  color: #000;
  opacity: 0.8;
  font-weight: 500;
  letter-spacing: 5px;
}
.member_box .people .text .title {
  position: relative;
  font-weight: 300;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.member_box .people::after {
  content: "";
  background-color: #538049;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 50%;
}
@media only screen and (min-width: 1200px) {
  .member_box .people:hover .text .name {
    color: #538049;
  }
  .member_box .people:hover::after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .member_box .people {
    width: 25%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .member_box .people {
    width: 33.33%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 650px) {
  .member_box .people {
    width: 50%;
    margin-bottom: 25px;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 90px;
}

.galleryAlbum {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.galleryAlbum a {
  padding-bottom: 10%;
  position: relative;
  width: 13.4%;
  height: 0;
  display: block;
  margin-right: 1%;
  overflow: hidden;
  margin-bottom: 20px;
}
.galleryAlbum a:after {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s ease;
}
.galleryAlbum a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryAlbum a:nth-child(7n) {
  margin-right: 0%;
}
@media only screen and (min-width: 1200px) {
  .galleryAlbum a:hover:after {
    border-color: #538049;
  }
}
@media only screen and (max-width: 1000px) {
  .galleryAlbum a, .galleryAlbum a:nth-child(7n) {
    width: 23%;
    margin-right: 2%;
  }
  .galleryAlbum a:nth-child(4n), .galleryAlbum a:nth-child(7n):nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .galleryAlbum a, .galleryAlbum a:nth-child(7n), .galleryAlbum a:nth-child(4n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
    padding-bottom: 36%;
  }
  .galleryAlbum a:nth-child(2n), .galleryAlbum a:nth-child(7n):nth-child(2n), .galleryAlbum a:nth-child(4n):nth-child(2n) {
    margin-right: 0;
  }
}

article.contentBox {
  position: relative;
  display: block;
  margin-bottom: 60px;
  margin-top: 70px;
}
article.contentBox.eaap .type {
  margin-bottom: 8px;
}
article.contentBox.eaap .articleTitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
article.contentBox.eaap .newsSubType {
  font-size: 16px;
  width: 180px;
  text-align: right;
}
@media only screen and (max-width: 650px) {
  article.contentBox.eaap .type .date {
    padding-left: 0;
    border-left: 0;
  }
}
article.contentBox .type {
  font-size: 16px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  line-height: 30px;
}
article.contentBox .type .name {
  background-color: #538049;
  padding-right: 11px;
  margin-right: 11px;
  word-break: keep-all;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 13px;
}
article.contentBox .type .date {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
  opacity: 0.8;
}
article.contentBox .mainPic {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
article.contentBox .mainPic img {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
article.contentBox .articleTitle {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 2px solid black;
  width: 100%;
}
article.contentBox .editBlock {
  position: relative;
  display: block;
  margin-bottom: 80px;
  padding-top: 10px;
}
article.contentBox .editBlock h1 {
  font-size: 2em;
  font-weight: bold;
}
article.contentBox .editBlock h2 {
  font-size: 1.5em;
  font-weight: bold;
}
article.contentBox .editBlock h3 {
  font-size: 1.17em;
  font-weight: bold;
}
article.contentBox .tagBox {
  color: #000;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
article.contentBox .tagBox .tagName {
  position: relative;
  background-color: #e5e5e5;
  color: black;
  padding: 10px 15px;
  margin-right: 7px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  article.contentBox .tagBox .tagName:hover {
    color: #76b069;
  }
}
article.contentBox .bottomInfo {
  position: relative;
  display: block;
  margin-top: 25px;
  border-top: 2px solid black;
  overflow: hidden;
}
article.contentBox .bottomInfo .block {
  position: relative;
  border-top: 2px solid black;
  line-height: 1.4;
  font-size: 16px;
}
article.contentBox .bottomInfo .block:nth-child(1) {
  border-top: 0;
}
article.contentBox .bottomInfo .block:last-child {
  border-bottom: 2px solid black;
}
article.contentBox .bottomInfo .block.fileBlock {
  border-bottom: 0;
}
article.contentBox .bottomInfo .block.fileBlock .line {
  padding-bottom: 0;
  margin-bottom: 0;
}
article.contentBox .bottomInfo .block.fileBlock::after {
  content: "";
  background-color: black;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14px;
  height: 2px;
}
article.contentBox .bottomInfo .block .line {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 16px;
  border-top: 1px solid #d0d0d0;
  color: #585858;
}
article.contentBox .bottomInfo .block .line:first-child {
  border: 0;
}
article.contentBox .bottomInfo .block .line .name {
  position: relative;
  min-width: 140px;
  font-weight: 600;
  width: 140px;
  color: #000;
}
article.contentBox .bottomInfo .block .line .field {
  position: relative;
}
article.contentBox .bottomInfo .block .line .field.date {
  color: #538049;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}
article.contentBox .bottomInfo .fileBox {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
article.contentBox .bottomInfo .fileBox a {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #d0d0d0;
  color: #585858;
  padding-right: 38px;
  padding-left: 25px;
  line-height: 1.8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
article.contentBox .bottomInfo .fileBox a i {
  position: absolute;
  color: #538049;
  left: 0;
  top: 6px;
  font-size: 18px;
}
article.contentBox .bottomInfo .fileBox a span {
  position: relative;
  word-break: break-word;
}
@media only screen and (min-width: 1200px) {
  article.contentBox .bottomInfo .fileBox a:hover {
    color: #538049;
  }
}
article.contentBox .bottomInfo.eventsStyle .field {
  width: 100%;
}
article.contentBox .bottomInfo.eventsStyle .field .line:first-child {
  margin-bottom: 20px;
  padding-top: 0;
}
article.contentBox .bottomInfo.eventsStyle .field .line:last-child {
  margin-bottom: 0;
}
article.contentBox .bottomInfo.eventsStyle .field .line .field b {
  color: #76b069;
  font-weight: 500;
  margin-right: 3px;
  margin-left: 0;
}
article.contentBox .bottomInfo.eventsStyle .linkButton {
  display: flex;
  align-items: center;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line {
  width: 55%;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line:nth-child(even) {
  padding-left: 30px;
  width: 45%;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line:first-child {
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line.allLine {
  width: 100%;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line.allLine .unit {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #d0d0d0;
  display: block;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line.allLine .unit:first-child {
  padding-top: 0;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line.allLine .unit:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .line .field .line:first-child {
  margin-bottom: 20px;
  padding-top: 0;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .rangeDate {
  color: #76b069;
  margin-right: 25px;
  font-weight: 500;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .rangeDate {
  padding-top: 16px;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field {
  position: relative;
  width: 100%;
  display: flex;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field .name {
  min-width: 120px;
  width: 120px;
}
article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field .field {
  width: 100%;
}
@media only screen and (max-width: 1450px) {
  article.contentBox .bottomInfo.eventsStyle.bottomInfo .fileBox a {
    width: 100%;
  }
  article.contentBox .bottomInfo.eventsStyle .twoStyle .line {
    width: 100%;
  }
  article.contentBox .bottomInfo.eventsStyle .twoStyle .line:nth-child(even) {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  article.contentBox {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  article.contentBox .articleTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  article.contentBox .articleTitle {
    margin-bottom: 20px;
  }
  article.contentBox .cancel {
    position: relative;
    left: 0;
    width: 100%;
    top: auto;
    margin-bottom: 30px;
  }
  article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field {
    display: block;
  }
  article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field.date .linkButton {
    margin-bottom: 10px;
  }
  article.contentBox .bottomInfo.eventsStyle .twoStyle .lineContent .field .rangeDate {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 5px;
  }
  article.contentBox .mainPic {
    margin-bottom: 10px;
  }
  article.contentBox .type {
    align-items: center;
    display: block;
    margin-bottom: 0;
  }
  article.contentBox .type .name {
    border-right: none;
    margin-right: 0;
    display: inline-block;
    padding: 11px;
    margin-bottom: 14px;
    line-height: 1;
  }
  article.contentBox .type .date {
    border-left: 1px solid #545454;
    padding-left: 12px;
  }
  article.contentBox .bottomInfo .block .name {
    width: 100%;
    margin-bottom: 6px;
  }
  article.contentBox .bottomInfo .block .line {
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  article.contentBox .bottomInfo .fileBox a {
    width: 100%;
    padding-right: 0;
  }
  article.contentBox .bottomInfo .fileBox a span {
    word-break: break-all;
  }
  article.contentBox .bottomInfo .fileBox a:last-child {
    border-bottom: 0;
  }
}

.activityList {
  position: relative;
  display: block;
  margin-top: 16px;
}
.activityList .activity {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.activityList .activity .activityBox {
  position: relative;
  width: 30.6%;
  border: 1px solid #d8d8d8;
  border-radius: 36px;
  display: block;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0);
  margin-right: 4%;
  margin-bottom: 30px;
  padding-bottom: 130px;
  transition: all 0.3s ease;
  padding-bottom: 125px;
}
.activityList .activity .activityBox:nth-child(3n) {
  margin-right: 0;
}
.activityList .activity .activityBox.gray .img > img {
  filter: grayscale(1) opacity(0.5);
}
@media only screen and (min-width: 1200px) {
  .activityList .activity .activityBox:hover {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.18);
  }
}
.activityList .activity.threeInfo .activityBox.disabled .radioLabel {
  pointer-events: none;
  filter: grayscale(1);
}
.activityList .activity.threeInfo .activityBox.disabled .radioLabel .linkButton {
  pointer-events: none;
  padding-right: 0;
  padding-left: 0;
  border-color: #c8c8c8;
  color: #000000;
  text-align: center;
}
.activityList .activity.threeInfo .activityBox.not .img img {
  filter: grayscale(1) opacity(0.8);
}
.activityList .activity.threeInfo .activityBox.not .radioLabel {
  pointer-events: none;
}
.activityList .activity.threeInfo .activityBox.not .radioLabel .linkButton {
  pointer-events: none;
  padding-right: 0;
  padding-left: 0;
  border-color: #c8c8c8;
  color: #000000;
  text-align: center;
  opacity: 0.6;
}
.activityList .activity.threeInfo .activityBox .radioLabel.canceled .linkButton {
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  pointer-events: none;
}
.activityList .activity.threeInfo .activityBox .radioLabel.canceled .linkButton .check_ {
  color: gray !important;
}
.activityList .activity.threeInfo .activityBox .radioLabel.canceled:hover .linkButton {
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
.activityList .activity.threeInfo .activityBox .radioLabel.canceled:hover .linkButton .check_ {
  color: gray !important;
}
.activityList .activity.threeInfo .activityBox.ready {
  padding-bottom: 50px;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel {
  position: relative;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel.waitting .linkButtonGreen {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background-color: #f1f7f0;
  border-color: #f1f7f0;
  pointer-events: none;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel.waitting .linkButtonGreen .check_ {
  color: #538049;
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .activityBox.ready .radioLabel.waitting .linkButtonGreen:hover {
    background-color: #3b6432;
  }
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel .linkButtonGreen {
  background-color: #538049;
  border-color: #538049;
  margin-bottom: 15px;
  padding-right: 50px;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel .linkButtonGreen .arrow {
  background-color: white;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel .linkButtonGreen .arrow i {
  color: #538049;
}
.activityList .activity.threeInfo .activityBox.ready .radioLabel .linkButtonGreen .check_ {
  color: white;
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .activityBox.ready .radioLabel .linkButtonGreen:hover {
    background-color: #3b6432;
  }
}
.activityList .activity.threeInfo .moreInfo {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.activityList .activity.threeInfo .moreInfo .link {
  position: relative;
  color: #858585;
  padding: 0 16px;
  transition: all 0.3s ease;
}
.activityList .activity.threeInfo .moreInfo .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background-color: gray;
  opacity: 0.3;
  height: 16px;
  width: 1px;
}
.activityList .activity.threeInfo .moreInfo .link:last-child:after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .moreInfo .link.cancelLink:hover {
    color: #c53a3a;
  }
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .moreInfo .link:hover {
    color: #000;
  }
}
.activityList .activity.threeInfo .radioLabel {
  width: 58%;
  display: block;
}
.activityList .activity.threeInfo .radioLabel .check_ {
  transition: all 0.3s ease;
  color: black;
}
.activityList .activity.threeInfo .radioLabel.already .linkButton {
  border-color: #538049;
  background-color: #538049;
  pointer-events: none;
}
.activityList .activity.threeInfo .radioLabel.already .linkButton .arrow {
  background-color: #fff;
  border: 1px solid #fff;
}
.activityList .activity.threeInfo .radioLabel.already .linkButton .arrow i {
  color: #538049;
}
.activityList .activity.threeInfo .radioLabel.already .linkButton .check_ {
  color: white;
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .radioLabel.already:hover .linkButton {
    border-color: #538049;
    background-color: #538049;
  }
  .activityList .activity.threeInfo .radioLabel.already:hover .linkButton .arrow {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .activityList .activity.threeInfo .radioLabel.already:hover .linkButton .check_ {
    color: white;
  }
}
@media only screen and (min-width: 1200px) {
  .activityList .activity.threeInfo .radioLabel:hover .linkButton {
    border-color: #538049;
  }
  .activityList .activity.threeInfo .radioLabel:hover .linkButton .arrow {
    background-color: #538049;
    border: 1px solid #538049;
  }
  .activityList .activity.threeInfo .radioLabel:hover .linkButton .check_ {
    color: #538049;
  }
}
.activityList .cancel {
  color: #c53a3a;
  background: #fff2ed;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  position: relative;
  width: 250px;
  position: absolute;
  top: -14px;
  left: 134px;
}
.activityList .name {
  position: relative;
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.activityList .payinfo {
  position: relative;
  color: #c3c3c3;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.activityList .activityBox .img {
  position: relative;
  display: block;
}
.activityList .activityBox .img > img {
  position: relative;
  width: 100%;
  border-radius: 36px 36px 0 0;
  display: block;
}
.activityList .activityBox .img .earlyTag {
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 5;
  display: block;
}
.activityList .activityBox .img .earlyTag img {
  position: relative;
}
.activityList .activityBox .img .logoStyle {
  position: relative;
}
.activityList .activityBox .boxer {
  position: relative;
  padding: 40px 50px;
  display: block;
  line-height: 1.6;
}
.activityList .activityBox .boxer .activityTitle {
  position: relative;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  color: #538049;
}
.activityList .activityBox .boxer .tagTitle {
  color: #76b069;
  font-size: 16px;
  display: block;
  position: relative;
}
.activityList .activityBox .boxer .line {
  position: relative;
  display: flex;
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 0px;
}
.activityList .activityBox .boxer .line .name {
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  min-width: 115px;
  width: 115px;
}
.activityList .activityBox .boxer .line .field {
  position: relative;
  color: #585858;
}
.activityList .activityBox .boxer .line .field a {
  color: #76b069;
}
.activityList .activityBox .boxer .line .field.price, .activityList .activityBox .boxer .line .field.green {
  color: #76b069;
}
.activityList .activityBox .boxer .line .field.price {
  width: 100%;
}
.activityList .activityBox .boxer .line .field.price div {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
}
.activityList .activityBox .boxer .line .field.price div:nth-child(1) {
  padding-top: 0;
}
.activityList .activityBox .boxer .line .field.price div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.activityList .activityBox .boxer .line .field.price span {
  font-size: 16px;
}
.activityList .activityBox .boxer .line .field.price span:nth-child(1) {
  color: #585858;
  margin-right: 8px;
}
.activityList .activityBox .boxer .line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .activityList .activity.threeInfo .radioLabel {
    width: 70%;
  }
  .activityList .activityBox .boxer {
    padding: 25px 30px;
  }
  .activityList .activityBox .boxer .line {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .activityList .activity.threeInfo .radioLabel {
    width: 80%;
  }
  .activityList .activity .activityBox, .activityList .activity .activityBox:nth-child(3n) {
    width: 47%;
    margin-right: 6%;
  }
  .activityList .activity .activityBox:nth-child(even), .activityList .activity .activityBox:nth-child(3n):nth-child(even) {
    margin-right: 0%;
  }
  .activityList .activity.threeInfo .radioLabel .linkButton {
    border-color: #538049;
  }
  .activityList .activity.threeInfo .radioLabel .linkButton .arrow {
    background-color: #538049;
    border: 1px solid #538049;
  }
  .activityList .activity.threeInfo .radioLabel .linkButton .check_ {
    color: #538049;
  }
  .activityList .activity.threeInfo .radioLabel.canceled .linkButton {
    background-color: transparent;
    border: 1px solid #d8d8d8;
  }
}
@media only screen and (max-width: 700px) {
  .activityList .radioLabel .linkButton {
    margin-left: auto;
    margin-right: auto;
  }
  .activityList .activity .activityBox, .activityList .activity .activityBox:nth-child(3n) {
    width: 100%;
    margin-right: 0%;
  }
  .activityList .activity .activityBox:nth-child(even), .activityList .activity .activityBox:nth-child(3n):nth-child(even) {
    margin-right: 0%;
  }
}

.editBlock.tipcenter {
  font-size: 18px;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .editBlock.tipcenter {
    font-size: 16px;
    line-height: 1.5;
  }
}

.circle-button {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #538049;
  border-radius: 50%;
  margin-left: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.circle-button i {
  color: #538049;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .circle-button:hover {
    background: #538049;
  }
  .circle-button:hover i {
    color: #fff;
  }
}

.grayBorder {
  background: #fff;
  padding: 50px 50px 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 70px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  line-height: 1.4;
}
.grayBorder.noBorder {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.grayBorder.noBorder .listStyle3 {
  border-radius: 30px;
  padding: 50px;
  display: flex;
  position: relative;
  border: 1px solid #d8d8d8;
  width: 100%;
  margin-bottom: 10px;
}
.grayBorder.noBorder .listStyle3.width30 {
  justify-content: space-between;
}
.grayBorder.noBorder .listStyle3.width30 .fieldName {
  width: 30%;
}
.grayBorder.noBorder .listStyle3.width30 .fieldName .field {
  min-width: 140px;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .grayBorder.noBorder .listStyle3.width30 .fieldName {
    width: 100%;
  }
  .grayBorder.noBorder .listStyle3.width30 .fieldName .field {
    min-width: 125px;
    margin-right: 0;
  }
}
.grayBorder.noBorder .listStyle3 .fieldName {
  border: 0;
  padding: 0;
  width: 50%;
}
.grayBorder.noBorder .listStyle3 .fieldName .field {
  min-width: 0;
  margin-right: 50px;
}
.grayBorder.noBorder .listStyle3 .fieldName a {
  color: #76b069;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .grayBorder.noBorder .listStyle3 .fieldName a:hover {
    color: #538049;
    border-bottom: 1px solid;
  }
}
.grayBorder.webStyle {
  padding: 30px 50px 30px;
}
.grayBorder.webStyle .picblock .list {
  width: 100%;
}
.grayBorder.webStyle .listStyle2 .fieldName {
  width: 40%;
  border: 0;
  padding: 0;
}
.grayBorder .license {
  display: block;
  width: 100%;
}
.grayBorder .picblock {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.grayBorder .picblock .picBox {
  position: relative;
  width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.grayBorder .picblock .picBox img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.grayBorder .picblock .list {
  position: relative;
  width: calc(100% - 340px);
  display: flex;
  flex-wrap: wrap;
}
.grayBorder .picblock .list .fieldName {
  width: 47%;
}
.grayBorder .picblock .list .fieldName:nth-child(even) {
  margin-left: 6%;
}
.grayBorder .picblock .list .fieldName:nth-child(1), .grayBorder .picblock .list .fieldName:nth-child(2) {
  padding-top: 0;
}
.grayBorder .picblock .list .fieldName:last-child, .grayBorder .picblock .list .fieldName:nth-last-of-type(2) {
  border-bottom: 0;
}
.grayBorder .listStyle2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.grayBorder .listStyle2[num="4"] .fieldName:nth-last-child(2) {
  border-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .grayBorder .listStyle2[num="4"] .fieldName:nth-last-child(2) {
    border-bottom: 1px solid #d8d8d8;
  }
}
.grayBorder .listStyle2.payStyle {
  align-items: normal;
}
.grayBorder .listStyle2.onlytwo .fieldName {
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2.onlytwo .fieldName {
    border-bottom: 1px solid #d8d8d8;
  }
}
.grayBorder .listStyle2.canUpgrade .PayRecord {
  border-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2.canUpgrade .PayRecord {
    border-bottom: 1px solid #d8d8d8;
  }
}
.grayBorder .listStyle2.oneline.morebtn {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2.oneline.morebtn {
    padding: 18px 0;
  }
}
.grayBorder .listStyle2.oneline .fieldName {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2.oneline .fieldName {
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
  }
  .grayBorder .listStyle2.oneline .fieldName:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.grayBorder .listStyle2 .fieldName {
  width: 47%;
  padding-top: 0;
  margin-bottom: 20px;
}
.grayBorder .listStyle2 .fieldName:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2 .fieldName {
    margin-bottom: 0;
  }
}
.grayBorder .listStyle2 .moreLink {
  margin-top: 0;
}
.grayBorder .listStyle2 .upGradeBtn {
  display: block;
  border: 0;
  padding-top: 0;
  width: 47%;
}
.grayBorder .listStyle2 .upGradeBtn.onlytwo {
  position: absolute;
  width: 47%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2 .upGradeBtn.onlytwo {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
}
.grayBorder .listStyle2 .upGradeBtn .gradefield {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.grayBorder .listStyle2 .upGradeBtn .gradefield.tipright {
  justify-content: flex-start;
  margin: 11px 0 0 0;
}
.grayBorder .listStyle2 .upGradeBtn .gradefield.tipright .moreLink {
  position: absolute;
  top: 0;
  left: 140px;
}
.grayBorder .listStyle2 .upGradeBtn .gradefield.tipright .moreLink .askLink {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .grayBorder .listStyle2 .upGradeBtn .gradefield.tipright {
    margin-bottom: 0;
  }
  .grayBorder .listStyle2 .upGradeBtn .gradefield.tipright .moreLink {
    left: 125px;
  }
}
@media only screen and (max-width: 1000px) {
  .grayBorder .listStyle2 .upGradeBtn .gradefield.tipright .moreLink {
    top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .grayBorder .listStyle2 .upGradeBtn .gradefield.tipright .moreLink {
    top: 6px;
  }
}
.grayBorder .listStyle2 .upGradeBtn .flex {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.grayBorder .listStyle2 .upGradeBtn .flex .linkButton {
  padding-right: 0;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 15px;
}
.grayBorder .listStyle2 .upGradeBtn .flex .linkButton:nth-child(1) {
  min-width: 205px;
}
.grayBorder .listStyle2 .upGradeBtn .flex .linkButton.cancleButton {
  max-width: 170px;
}
.grayBorder .listStyle2 .upGradeBtn .linkButton {
  margin: 0;
  width: 35%;
  max-width: 205px;
}
.grayBorder .listStyle2 .upGradeBtn .cancleButton {
  margin-top: 0;
  margin-left: 15px;
}
.grayBorder .fieldName {
  position: relative;
  display: flex;
  padding: 18px 0;
  align-items: flex-start;
  border-bottom: 1px solid #d8d8d8;
  width: 45%;
}
.grayBorder .fieldName .link {
  color: #538049;
}
.grayBorder .fieldName.PayRecord {
  position: relative;
}
.grayBorder .fieldName.PayRecord .name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.grayBorder .fieldName.PayRecord .name .link {
  width: calc(100% - 172px);
}
.grayBorder .fieldName.PayRecord .name .linkButton {
  margin-right: 0;
  font-size: 14px;
  padding: 7px 54px 7px 18px;
}
.grayBorder .fieldName.PayRecord .name .linkButton .arrow {
  right: 12px;
}
@media only screen and (max-width: 1200px) {
  .grayBorder .fieldName.PayRecord .name {
    display: block;
  }
  .grayBorder .fieldName.PayRecord .name .link {
    width: 100%;
    display: block;
  }
  .grayBorder .fieldName.PayRecord .name .linkButton {
    margin-left: 0;
    margin-top: 12px;
  }
}
.grayBorder .fieldName.payStyle {
  flex-wrap: wrap;
}
.grayBorder .fieldName.payStyle .tip {
  display: block;
  margin-top: 5px;
  position: relative;
  width: 100%;
}
.grayBorder .fieldName.payStyle .linkButton {
  margin-left: 0;
  margin-top: 11px;
}
@media only screen and (max-width: 1000px) {
  .grayBorder .fieldName.payStyle {
    display: block;
  }
  .grayBorder .fieldName.payStyle .name {
    position: absolute;
    left: 126px;
    top: 17px;
  }
}
@media only screen and (max-width: 650px) {
  .grayBorder .fieldName.payStyle .linkButton {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .grayBorder .fieldName.payStyle .name {
    position: relative;
    left: 0;
    top: 0;
  }
}
.grayBorder .fieldName.hasbutton {
  flex-wrap: wrap;
  align-items: center;
}
.grayBorder .fieldName .field {
  position: relative;
  min-width: 140px;
}
.grayBorder .fieldName .field.status {
  display: flex;
}
.grayBorder .fieldName .field .errormsg {
  color: #c53a3a;
  display: block;
  margin-top: 4px;
  margin-bottom: 16px;
  position: relative;
}
.grayBorder .fieldName .stepMsg {
  position: relative;
  display: flex;
  color: #858585;
  padding-left: 15px;
  width: calc(100% - 92px);
  flex-wrap: wrap;
}
.grayBorder .fieldName .stepMsg .name {
  color: #76b069;
}
.grayBorder .fieldName .stepMsg .name.error {
  color: #c53a3a;
}
.grayBorder .fieldName .stepMsg.greenStyle .name {
  color: #76b069;
  width: auto;
}
.grayBorder .fieldName .name {
  position: relative;
  color: #585858;
  word-break: break-word;
  width: calc(100% - 185px);
}
@media only screen and (max-width: 1000px) {
  .grayBorder .fieldName .name {
    width: calc(100% - 135px);
  }
}
@media only screen and (max-width: 375px) {
  .grayBorder .fieldName .name {
    width: 100%;
  }
}
.grayBorder .nowstep {
  color: #858585;
  display: inline-block;
}
.grayBorder .nowstep span {
  color: #76b069;
}
@media only screen and (max-width: 1400px) {
  .grayBorder .picblock .picBox {
    width: 215px;
  }
  .grayBorder .picblock .list {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 1200px) {
  .grayBorder .listStyle2 .upGradeBtn {
    width: 100%;
  }
  .grayBorder .fieldName .field {
    min-width: 125px;
  }
  .grayBorder .fieldName .stepMsg {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .grayBorder .picblock .list .fieldName {
    width: 100%;
  }
  .grayBorder .picblock .list .fieldName:nth-last-of-type(2) {
    border-bottom: 1px solid #d8d8d8;
  }
  .grayBorder .picblock .list .fieldName:nth-child(2) {
    padding: 18px 0;
  }
  .grayBorder .picblock .list .fieldName:nth-child(even) {
    margin-left: 0;
  }
  .grayBorder.noBorder .listStyle3 {
    flex-wrap: wrap;
    padding: 20px 40px;
  }
  .grayBorder.noBorder .listStyle3 .fieldName {
    width: 100%;
    display: flex;
    padding: 18px 0;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
  }
  .grayBorder.noBorder .listStyle3 .fieldName:last-child {
    border-bottom: 0;
  }
  .grayBorder.noBorder .listStyle3 .fieldName .field {
    min-width: 125px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .grayBorder {
    margin-bottom: 50px;
  }
  .grayBorder .fieldName .field,
  .grayBorder .fieldName .field.status span:nth-child(1) {
    min-width: 125px;
  }
  .grayBorder .listStyle2 .upGradeBtn .flex .linkButton:nth-child(1) {
    min-width: 185px;
  }
  .grayBorder .listStyle2 .upGradeBtn .flex {
    flex-wrap: wrap;
  }
  .grayBorder .listStyle2 .upGradeBtn .flex .linkButton {
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
  }
  .grayBorder .listStyle2 {
    width: 100%;
  }
  .grayBorder .listStyle2 .fieldName {
    width: 100%;
    padding: 18px 0;
  }
  .grayBorder .listStyle2 .fieldName:first-child {
    padding-top: 0;
  }
  .grayBorder .picblock {
    display: block;
  }
  .grayBorder .picblock .picBox {
    margin: 0 auto 50px;
  }
  .grayBorder .picblock .list {
    width: 100%;
  }
  .grayBorder.webStyle .listStyle2 .fieldName {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 18px;
  }
  .grayBorder.webStyle .listStyle2 .fieldName:last-child {
    border-bottom: 0;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .grayBorder {
    padding: 30px 30px 30px;
    border-radius: 20px;
  }
  .grayBorder.webStyle {
    padding: 30px 30px 30px;
    border-radius: 20px;
  }
  .grayBorder .nowstep {
    font-size: 14px;
  }
  .grayBorder .fieldName .field {
    min-width: 125px;
    letter-spacing: 0.5px;
  }
  .grayBorder .fieldName .field.status {
    display: block;
  }
  .grayBorder.noBorder .listStyle3 {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .grayBorder.noBorder .listStyle3 .fieldName {
    display: block;
  }
  .grayBorder.noBorder .listStyle3 .fieldName .field {
    margin-bottom: 6px;
  }
  .grayBorder .listStyle2 .upGradeBtn .flex .linkButton {
    margin-right: 0;
  }
  .grayBorder .listStyle2 .upGradeBtn .flex .linkButton:last-child {
    margin-bottom: 0;
  }
  .grayBorder .listStyle2 .upGradeBtn .linkButton {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .grayBorder .listStyle2 .moreLink {
    margin-top: 14px;
    display: block;
  }
  .grayBorder .listStyle2 .moreLink .askLink {
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
  .grayBorder .listStyle2 .upGradeBtn .gradefield {
    display: block;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .grayBorder .picblock .list .fieldName {
    display: block;
  }
  .grayBorder .picblock .picBox {
    width: 200px;
  }
  .grayBorder .picblock .picBox img {
    width: 200px;
    height: 200px;
  }
  .grayBorder.noBorder .listStyle3 .fieldName .field {
    width: 100%;
    margin-right: 0;
  }
  .grayBorder .nowstep {
    margin-top: 5px;
  }
  .grayBorder .fieldName {
    display: block;
  }
  .grayBorder .fieldName .field {
    margin-bottom: 6px;
  }
}

.sucessBox {
  position: relative;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  display: block;
}
.sucessBox .icon {
  position: relative;
  width: 170px;
  height: 170px;
  background-color: #e5e5e5;
  color: white;
  text-align: center;
  display: flex;
  margin: 0 auto;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 85px;
  margin-bottom: 30px;
}
.sucessBox .icon i {
  position: relative;
}
.sucessBox .icon img {
  width: 52%;
  position: relative;
  left: -3px;
}
.sucessBox .box {
  position: relative;
}
.sucessBox .box .name {
  position: relative;
  font-size: 24px;
  color: #343434;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: block;
}
.sucessBox .box .msg {
  position: relative;
  line-height: 2;
  font-size: 16px;
  color: #6e6e6e;
}
.sucessBox .box .msg a {
  position: relative;
  color: #76b069;
  transition: all 0.3s ease;
  border-bottom: 1px solid;
}

.radioBox {
  position: relative;
  display: flex;
  margin-top: 22px;
}
.radioBox .radio {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radioBox .radioLabel span {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-left: 25px;
}
.radioBox .radioLabel span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #d4d7dc;
  border-radius: 50%;
  left: 0;
  transition: all 0.3s ease;
  background-color: white;
}
.radioBox .radioLabel span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #d4d7dc;
  left: 0;
  border-radius: 50%;
  top: 0;
  transform: scale(0.6);
  transition: all 0.3s ease;
  opacity: 0;
}
.radioBox input[type=radio]:checked + span:before, .radioBox input[type=checkbox]:checked + span:before {
  border-color: #76b069;
}
.radioBox input[type=radio]:checked + span:after, .radioBox input[type=checkbox]:checked + span:after {
  background: #76b069;
  opacity: 1;
}

.grayBox {
  background: #fafafa;
  padding: 50px 50px 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 70px;
  border-radius: 20px;
}
.grayBox div {
  position: relative;
}
.grayBox .onlysee {
  pointer-events: none;
}
.grayBox .onlysee .selectize-control.multi .selectize-input [data-value] {
  background-color: #8d8d8d;
  color: white;
}
.grayBox .onlysee .selectize-control.multi .selectize-input [data-value] .remove {
  display: none;
}
.grayBox .hasMsgBox {
  width: 100%;
  background-color: white;
  position: relative;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 0 20px;
  letter-spacing: 2px;
}
.grayBox .hasMsgBox .inputBox {
  border: 0;
  padding: 0;
  height: 100%;
  background: transparent;
  border-radius: 0;
  width: 100%;
}
.grayBox .hasMsgBox .errorMsg {
  position: absolute;
  line-height: 1.6;
  height: auto;
  color: #c53a3a;
  right: 11px;
  width: auto;
  top: 12px;
  padding-left: 0;
  font-size: 15px;
}
.grayBox .person {
  width: 100%;
  display: block;
}
.grayBox .person .label {
  width: 100%;
  display: block;
}
.grayBox .changePhone {
  position: absolute;
  font-size: 16px;
  display: flex;
  right: 0;
  top: 2px;
  color: #585858;
  align-items: center;
  transition: all 0.3s ease;
}
.grayBox .changePhone .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.grayBox .changePhone i {
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .grayBox .changePhone:hover {
    color: #538049;
  }
  .grayBox .changePhone:hover .arrow {
    border: 1px solid #538049;
    color: #538049;
  }
}
.grayBox .gomember {
  position: absolute;
  font-size: 16px;
  color: #76b069;
  display: flex;
  align-items: center;
  margin: 0 20px;
  transition: all 0.3s ease;
  top: 45px;
  right: 0;
  z-index: 6;
}
.grayBox .gomember span {
  position: relative;
  margin-right: 8px;
}
.grayBox .gomember i {
  position: relative;
  font-weight: 300;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border: 1px solid #76b069;
  color: #76b069;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .grayBox .gomember:hover {
    color: #538049;
  }
  .grayBox .gomember:hover i {
    border: 1px solid #538049;
    color: #538049;
  }
}
.grayBox .flex {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.grayBox .flex .inputBox, .grayBox .flex .select_box {
  margin-right: 8px;
}
.grayBox .flex .inputBox:last-child, .grayBox .flex .select_box:last-child {
  margin-right: 0;
}
.grayBox .flex .select_box {
  width: 100%;
}
.grayBox .flex .select_box .ui-selectmenu-button.ui-button {
  width: 100%;
}
.grayBox .flex.twoline {
  flex-wrap: wrap;
}
.grayBox.grayBoxStep3 {
  margin-bottom: 25px;
}
.grayBox.grayBoxfinal {
  margin-bottom: 35px;
}
.grayBox .license {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.grayBox .license:last-child {
  margin-bottom: 0px;
}
.grayBox .license .licenseInfo {
  display: flex;
  width: 100%;
}
.grayBox .license .file-info-container {
  color: #538049;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.grayBox .license .file-info-container i {
  position: relative;
}
.grayBox .license .label {
  margin-bottom: 20px;
}
.grayBox .license .label:nth-child(even) {
  margin-left: 10px;
  margin-right: 10px;
}
.grayBox .license .uploadBtn {
  margin-top: 32px;
  transition: all 0.3s ease;
  min-width: 150px;
  margin-right: 0;
}
.grayBox .license .uploadBtn.hide {
  opacity: 0;
  pointer-events: none;
}
.grayBox .deleteBtn {
  position: absolute;
  border-radius: 40px;
  font-size: 16px;
  display: flex;
  cursor: pointer;
  top: -25px;
  border: 0;
  background-color: transparent;
  right: 0;
  height: 30px;
  width: 100px;
  justify-content: end;
  color: #538049;
  padding-right: 32px;
  z-index: 6;
  transition: all 0.3s ease;
}
.grayBox .deleteBtn i {
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  top: 6px;
  color: #538049;
}
@media only screen and (min-width: 1200px) {
  .grayBox .deleteBtn:hover {
    color: #c53a3a;
  }
  .grayBox .deleteBtn:hover i {
    color: #c53a3a;
  }
}
@media only screen and (max-width: 650px) {
  .grayBox .deleteBtn {
    top: -4px;
  }
}
.grayBox #oldImg {
  max-width: 450px;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .grayBox #oldImg {
    width: calc(100% + 30px);
    left: -15px;
  }
}
.grayBox .croppie-container .cr-boundary {
  margin: 0;
}
.grayBox .newImgBox {
  position: relative;
  display: block;
}
.grayBox .newImgBox #newImgInfo {
  position: relative;
  margin-bottom: 10px;
}
.grayBox .newImgBox #newImg {
  position: relative;
  width: 250px;
  max-width: 100%;
}
.grayBox .newImgBox #newImg img {
  max-width: 100%;
}
.grayBox .upload .oldimgbox {
  position: relative;
  margin-top: 15px;
  width: 225px;
}
.grayBox .upload .oldimgbox span {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.grayBox .upload .oldimgbox img {
  width: 225px;
}
.grayBox .uploadBtn {
  position: relative;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 0 20px;
  width: 220px;
  display: flex;
  line-height: 50px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  background: white;
  transition: all 0.3s ease;
}
.grayBox .uploadBtn .icon {
  background: #76b069;
  color: white;
  position: absolute;
  background-color: #76b069;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.grayBox .uploadBtn .icon i {
  color: white;
  transform: scale(0.85);
}
@media only screen and (min-width: 1200px) {
  .grayBox .uploadBtn:hover {
    border-color: #538049;
  }
}
.grayBox .cr-slider, .grayBox .croppie-container .cr-slider-wrap {
  width: 100%;
}
.grayBox input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: #ccc;
}
.grayBox input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  background-color: #e6d192;
  border-radius: 50%;
  border: 1px solid #e6d192;
}
.grayBox #crop_img {
  position: relative;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #538049;
  background: #538049;
  color: white;
  font-size: 16px;
  padding: 0 20px;
  width: 220px;
  display: flex;
  line-height: 50px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.grayBox #crop_img .icon {
  color: white;
  position: absolute;
  background-color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.grayBox #crop_img .icon i {
  color: #538049;
  transform: scale(0.85);
}
@media only screen and (min-width: 1200px) {
  .grayBox #crop_img:hover {
    border: 1px solid #76b069;
    background: #76b069;
  }
}
.grayBox .picBox {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  padding-top: 0;
}
.grayBox .picBox.show {
  opacity: 1;
  padding-top: 20px;
}
.grayBox .label {
  width: 47%;
  display: block;
  margin-bottom: 35px;
}
.grayBox .label:nth-child(even) {
  margin-left: 6%;
}
.grayBox .label .filedName {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}
.grayBox .label .filedName.must:after {
  content: "*";
  color: #c9bd80;
}
.grayBox .label .filedName .tip {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 2px;
}
.grayBox .label .filedName .tip a {
  color: #76b069;
  border-bottom: 1px solid;
}
.grayBox .label .tip {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 2px;
  color: #585858;
}
.grayBox .label .tip a {
  color: #76b069;
  border-bottom: 1px solid;
}
.grayBox .label .radioLabel {
  position: relative;
  margin-right: 50px;
}
.grayBox .datePicker {
  cursor: pointer;
}
.grayBox .tipicon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #76b069;
  color: white;
  width: 60px;
  height: 100%;
  border-radius: 0px 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  pointer-events: none;
}
.grayBox .ui-selectmenu-button.ui-button {
  width: 150px;
}
@media only screen and (max-width: 1500px) {
  .grayBox .label {
    width: 48%;
  }
  .grayBox .label:nth-child(even) {
    margin-left: 4%;
  }
  .grayBox .label .filedName .tip {
    font-size: 13px;
    right: 0;
    top: 5px;
  }
  .grayBox .label .tip {
    font-size: 13px;
    right: 0;
    top: 5px;
  }
}
@media only screen and (max-width: 1400px) {
  .grayBox .hasMsgBox .errorMsg {
    top: 51px;
    left: 18px;
    font-size: 14px;
  }
}
.grayBox .label.codeLabel_inner {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
}
.grayBox .label.codeLabel_inner .codeStyle {
  width: 100%;
}
.grayBox .label.codeLabel_inner .codeStyle .codeBorder {
  border-color: #76b069;
  background: white;
}
@media only screen and (max-width: 1200px) {
  .grayBox {
    padding: 45px 45px;
  }
  .grayBox .label {
    margin-bottom: 40px;
  }
  .grayBox .label.padfullwidth {
    width: 100%;
    margin-left: 0;
  }
  .grayBox .label.threeLabel {
    width: 100%;
    margin-left: 0;
  }
  .grayBox .label.threeLabel .flex .inputBox, .grayBox .label.threeLabel .flex .select_box {
    width: calc(34% - 8px);
  }
  .grayBox .label.threeLabel .flex .ui-selectmenu-button.ui-button {
    width: 100%;
  }
  .grayBox .label .tip {
    position: absolute;
    top: auto;
    bottom: -17px;
    right: auto;
    left: 0;
  }
  .grayBox .label .filedName .tip {
    width: auto;
    left: 135px;
  }
}
@media only screen and (max-width: 1000px) {
  .grayBox {
    padding: 40px 40px;
  }
  .grayBox .label.smallpadfullwidth {
    width: 100%;
    margin-left: 0;
  }
  .grayBox .gomember {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .grayBox {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .grayBox .changePhone, .grayBox .gomember {
    font-size: 14px;
  }
  .grayBox .label {
    width: 100%;
    margin-bottom: 30px;
  }
  .grayBox .label .filedName {
    font-size: 16px;
  }
  .grayBox .label:nth-child(even) {
    margin-left: 0%;
  }
  .grayBox .label .tip {
    position: relative;
    margin-bottom: 12px;
    display: block;
    bottom: 0;
    line-height: 1.5;
  }
  .grayBox .label .flex {
    flex-wrap: wrap;
  }
  .grayBox .label .flex .inputBox, .grayBox .label .flex .select_box {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .grayBox .label .flex .inputBox:last-child, .grayBox .label .flex .select_box:last-child {
    margin-bottom: 0;
  }
  .grayBox .label .radioLabel {
    margin-right: 20px;
  }
  .grayBox .label.threeLabel .flex .inputBox, .grayBox .label.threeLabel .flex .select_box {
    width: 100%;
  }
  .grayBox .uploadBtn {
    width: 100%;
  }
  .grayBox .license .label:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .grayBox .license .licenseInfo {
    flex-wrap: wrap;
  }
  .grayBox .license .uploadBtn {
    font-size: 14px;
    margin-top: 11px;
    border-color: #76b069;
    color: #76b069;
  }
}

.memberBlock .moreTip2 {
  position: relative;
  font-size: 16px;
  color: #6e6e6e;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin-top: 12px;
}
.memberBlock .moreTip2 a {
  color: #76b069;
  border-bottom: 1px solid;
  margin: 0 2px;
}

.threeInfo, .twoInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.threeInfo.memberInfo .box, .twoInfo.memberInfo .box {
  position: relative;
  width: 30%;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: -2px 5px 7px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  padding-bottom: 100px;
}
.threeInfo.memberInfo .box.active, .twoInfo.memberInfo .box.active {
  box-shadow: -2px 5px 7px rgba(0, 0, 0, 0.1019607843);
}
.threeInfo.memberInfo .box.active .tab, .twoInfo.memberInfo .box.active .tab {
  background: #538049;
}
.threeInfo.memberInfo .box .tab, .twoInfo.memberInfo .box .tab {
  background: #76b069;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .threeInfo.memberInfo .box:hover, .twoInfo.memberInfo .box:hover {
    box-shadow: -2px 5px 7px rgba(0, 0, 0, 0.1019607843);
  }
}
.threeInfo.memberInfo.threeInfo, .twoInfo.memberInfo.threeInfo {
  margin-bottom: 60px;
}
.threeInfo.memberInfo .radioLabel, .twoInfo.memberInfo .radioLabel {
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.threeInfo.memberInfo .radioLabel.hidden, .twoInfo.memberInfo .radioLabel.hidden {
  display: none;
}
.threeInfo.memberInfo .radioLabel input, .twoInfo.memberInfo .radioLabel input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
}
.threeInfo.memberInfo .radioLabel .linkButton, .twoInfo.memberInfo .radioLabel .linkButton {
  background-color: transparent;
  margin-bottom: 42px;
  border: 1px solid #d8d8d8;
}
.threeInfo.memberInfo .radioLabel .linkButton .check_, .twoInfo.memberInfo .radioLabel .linkButton .check_ {
  display: block;
  color: black;
}
.threeInfo.memberInfo .radioLabel .linkButton .checkin, .twoInfo.memberInfo .radioLabel .linkButton .checkin {
  display: none;
}
.threeInfo.memberInfo .radioLabel .linkButton .arrow, .twoInfo.memberInfo .radioLabel .linkButton .arrow {
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1200px) {
  .threeInfo.memberInfo .radioLabel .linkButton:hover, .twoInfo.memberInfo .radioLabel .linkButton:hover {
    background-color: transparent;
    border: 1px solid #d8d8d8;
  }
  .threeInfo.memberInfo .radioLabel .linkButton:hover .arrow i, .twoInfo.memberInfo .radioLabel .linkButton:hover .arrow i {
    color: white;
  }
}
.threeInfo.memberInfo .radioLabel input [type=radio]:checked + label, .twoInfo.memberInfo .radioLabel input [type=radio]:checked + label {
  background: black;
}
.threeInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton, .twoInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton {
  border-color: #538049;
}
.threeInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .arrow, .twoInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .arrow {
  background-color: #538049;
  border: 1px solid #538049;
}
.threeInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .check_, .twoInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .check_ {
  display: none;
}
.threeInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .checkin, .twoInfo.memberInfo .radioLabel input[type=radio]:checked + .linkButton .checkin {
  display: block;
  color: #538049;
}
.threeInfo .box, .twoInfo .box {
  position: relative;
  width: 48.8%;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  overflow: hidden;
}
.threeInfo .box.noOpen, .twoInfo .box.noOpen {
  pointer-events: none;
  filter: grayscale(1) opacity(0.8);
}
.threeInfo .box.noOpen .radioLabel, .twoInfo .box.noOpen .radioLabel {
  opacity: 0;
}
.threeInfo .box .tab, .twoInfo .box .tab {
  position: relative;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
}
.threeInfo .box .info, .twoInfo .box .info {
  position: relative;
  padding: 40px 65px;
  line-height: 1.6;
  display: block;
}
.threeInfo .box .info .line, .twoInfo .box .info .line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.threeInfo .box .info .icon, .twoInfo .box .info .icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.threeInfo .box .info .icon img, .twoInfo .box .info .icon img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.threeInfo .box .info .list, .twoInfo .box .info .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
}
.threeInfo .box .info .list:first-child, .twoInfo .box .info .list:first-child {
  padding-top: 0;
}
.threeInfo .box .info .list:last-child, .twoInfo .box .info .list:last-child {
  border: 0;
}
.threeInfo .box .info .list .leftText, .twoInfo .box .info .list .leftText {
  position: relative;
  width: 90px;
  font-weight: 600;
}
.threeInfo .box .info .list .rightText, .twoInfo .box .info .list .rightText {
  position: relative;
  width: calc(100% - 110px);
  display: block;
}
.threeInfo .box .info .list .rightText ul li, .twoInfo .box .info .list .rightText ul li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.threeInfo .box .info .list .rightText ul li:first-child, .twoInfo .box .info .list .rightText ul li:first-child {
  padding-top: 0;
}
.threeInfo .box .info .list .rightText ul li:last-child, .twoInfo .box .info .list .rightText ul li:last-child {
  border: 0;
}
.threeInfo .box .text, .twoInfo .box .text {
  position: relative;
  width: calc(100% - 140px);
  display: block;
}
.threeInfo .box .title, .twoInfo .box .title {
  position: relative;
  display: flex;
  font-size: 18px;
}
.threeInfo .box .title b, .twoInfo .box .title b {
  position: relative;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
  font-weight: bold;
  color: #e6d192;
  margin-right: 10px;
}
.threeInfo .box .title .name, .twoInfo .box .title .name {
  position: relative;
  font-weight: bold;
}
.threeInfo .box .memo, .twoInfo .box .memo {
  position: relative;
  font-size: 16px;
  color: #585858;
  display: block;
  margin-top: 2px;
}
.threeInfo .moreTip, .twoInfo .moreTip {
  position: relative;
  font-size: 16px;
  color: #6e6e6e;
  background-color: #f6f6f6;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin-top: 28px;
}
.threeInfo .moreTip a, .twoInfo .moreTip a {
  color: #538049;
  border-bottom: 1px solid;
  margin: 0 2px;
}
@media only screen and (max-width: 1400px) {
  .threeInfo .box .info, .twoInfo .box .info {
    padding: 30px 40px;
  }
  .threeInfo .box .info .line, .twoInfo .box .info .line {
    margin-bottom: 40px;
  }
  .threeInfo.memberInfo .box, .twoInfo.memberInfo .box {
    width: 32%;
  }
}
@media only screen and (max-width: 1200px) {
  .threeInfo .box .info .icon, .twoInfo .box .info .icon {
    width: 80px;
    height: 80px;
  }
  .threeInfo .box .info .icon img, .twoInfo .box .info .icon img {
    width: 80%;
  }
  .threeInfo .box .text, .twoInfo .box .text {
    width: calc(100% - 105px);
  }
  .threeInfo.memberInfo .box .info .list, .twoInfo.memberInfo .box .info .list {
    display: block;
  }
  .threeInfo.memberInfo .box .info .list .rightText, .twoInfo.memberInfo .box .info .list .rightText {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .threeInfo .box, .twoInfo .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .threeInfo .moreTip, .twoInfo .moreTip {
    margin-top: 0;
  }
  .threeInfo.memberInfo .box, .twoInfo.memberInfo .box {
    width: 48%;
  }
  .threeInfo.memberInfo .box .info .list, .twoInfo.memberInfo .box .info .list {
    display: block;
    text-align: left;
  }
  .threeInfo.memberInfo .box .info .list .leftText, .twoInfo.memberInfo .box .info .list .leftText {
    width: 100%;
    margin-bottom: 10px;
  }
  .threeInfo.memberInfo .box .info .list .rightText, .twoInfo.memberInfo .box .info .list .rightText {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .threeInfo.memberInfo .box, .twoInfo.memberInfo .box {
    width: 100%;
  }
  .threeInfo.memberInfo .radioLabel .linkButton, .twoInfo.memberInfo .radioLabel .linkButton {
    max-width: 220px;
  }
  .threeInfo.memberInfo.threeInfo, .twoInfo.memberInfo.threeInfo {
    margin-bottom: 30px;
  }
  .threeInfo .box, .twoInfo .box {
    text-align: center;
  }
  .threeInfo .box .tab, .twoInfo .box .tab {
    line-height: 50px;
    font-size: 16px;
  }
  .threeInfo .box .title, .twoInfo .box .title {
    font-size: 16px;
    justify-content: center;
  }
  .threeInfo .box .memo, .twoInfo .box .memo {
    font-size: 14px;
  }
  .threeInfo .box .text, .twoInfo .box .text {
    width: 100%;
  }
  .threeInfo .box .info, .twoInfo .box .info {
    padding: 30px 20px;
  }
  .threeInfo .box .info .line, .twoInfo .box .info .line {
    display: block;
  }
  .threeInfo .box .info .icon, .twoInfo .box .info .icon {
    margin: 0 auto 15px;
  }
}

.twoInfo {
  margin-bottom: 60px;
}
.twoInfo.memberInfo .box {
  width: 47%;
}
@media only screen and (max-width: 650px) {
  .twoInfo.memberInfo .box {
    width: 100%;
  }
}

#alertBox {
  position: fixed;
  background: rgba(83, 128, 73, 0.85);
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 25px;
  border: 0;
  min-width: 490px;
  text-align: center;
  min-height: 130px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 999;
}

.jump_Msg .box {
  padding: 0;
  border-radius: 30px;
  text-align: center;
}
.jump_Msg .box .text {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  letter-spacing: 2px;
}
.jump_Msg .box .linkButton {
  position: relative;
  display: inline-block;
  width: 270px;
  max-width: 100%;
}
@media only screen and (max-width: 650px) {
  .jump_Msg .box .text {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

#serviceMember {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 12;
}
#serviceMember .people {
  position: relative;
  width: 20%;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  display: block;
}
#serviceMember .people .box {
  position: relative;
}
#serviceMember .people .box .img {
  position: relative;
  padding-bottom: 100%;
  display: block;
  border-bottom: 1px solid #a3a3a3;
}
#serviceMember .people .box .img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#serviceMember .people .box .name {
  position: relative;
  line-height: 60px;
  font-size: 18px;
  padding: 0 50px 0 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
#serviceMember .people .box .name:before {
  content: "";
  border: 1px solid #76b069;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  border-radius: 50%;
  top: 20px;
}
#serviceMember .people .box .name:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 20px;
  line-height: 18px;
  width: 20px;
  text-align: center;
  color: #76b069;
}
#serviceMember .people .box .name.active {
  color: #538049;
}
#serviceMember .people .box .name.active::after {
  content: "-";
  top: 18px;
}
@media only screen and (min-width: 1200px) {
  #serviceMember .people .box .name:hover {
    color: #538049;
  }
}
#serviceMember .people .box .textbox {
  position: absolute;
  width: 100%;
  border: 1px solid #cccccc;
  border-bottom: 4px solid #538049;
  top: 100%;
  z-index: 3;
  background-color: white;
  left: 0;
  padding: 18px 30px 30px 30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2509803922);
  margin-top: -2px;
  border-top: 0;
  display: none;
}
#serviceMember .people .box .textbox:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  top: 0;
  height: 1px;
  left: 25px;
  width: calc(100% - 50px);
}
#serviceMember .people .box .line {
  position: relative;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}
#serviceMember .people .box .line:last-child {
  margin-bottom: 0;
}
#serviceMember .people .box .line .text {
  position: relative;
  color: #6e6e6e;
}
#serviceMember .people .box .line .label {
  position: relative;
  color: black;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  #serviceMember .people {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  #serviceMember .people {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1000px) {
  #serviceMember .people {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #serviceMember .people {
    width: 100%;
    margin-bottom: 35px;
  }
}

.progress {
  position: relative;
  display: flex;
  color: #538049;
  position: relative;
  display: inline-flex;
  font-weight: 600;
  margin: 0 auto 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.progress:after {
  content: "";
  background-color: #d4d4d4;
  position: absolute;
  top: 27px;
  width: calc(100% - 140px);
  height: 1px;
  z-index: -1;
  left: 70px;
}
.progress:before {
  content: "";
  background-color: #538049;
  position: absolute;
  top: 27px;
  width: 0;
  height: 2px;
  z-index: 1;
  left: 70px;
  transition: all 0.8s ease;
}
.progress.nocode.step2:before {
  width: 0%;
}
.progress.nocode.step3:before {
  width: 40%;
}
.progress.nocode.step4:before {
  width: calc(100% - 140px);
}
.progress.progress3.step2:before {
  width: 0%;
}
.progress.progress3.step3:before {
  width: 100%;
}
.progress.step2:before {
  width: 24%;
}
.progress.step3:before {
  width: 44%;
}
.progress.step4:before {
  width: 64%;
}
.progress.stepCode:before {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 650px) {
  .progress.stepCode:before {
    width: calc(100% - 30px);
  }
}
.progress .box {
  position: relative;
  margin: 0 60px;
  display: block;
  z-index: 5;
}
.progress .box.active .num {
  color: #538049;
  transition: all 0.5s ease;
  border-color: #76b069;
}
.progress .box.active .num:after {
  opacity: 1;
  transform: scale(0.85);
}
.progress .box.active .name {
  color: #538049;
}
.progress .box .num {
  position: relative;
  font-weight: bold;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
  width: 54px;
  height: 54px;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #858585;
  margin: 0 auto 12px;
  background: #fff;
  transition: all 0.3s ease;
}
.progress .box .num span {
  position: relative;
  z-index: 5;
}
.progress .box .num:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #edf2ec;
  border-radius: 50%;
  transform: scale(0.85);
  opacity: 0;
  transition: all 0.5s ease;
}
.progress .box .name {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .progress .box {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 650px) {
  .progress {
    margin-top: 20px;
    left: 0;
    transform: translateX(0);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .progress:after {
    left: 15px;
    top: 18px;
    width: calc(100% - 30px);
  }
  .progress:before {
    width: calc(100% - 30px);
    left: 15px;
    top: 18px;
  }
  .progress.step2:before {
    width: 24%;
  }
  .progress.step3:before {
    width: 48%;
  }
  .progress.step4:before {
    width: 67%;
  }
  .progress.code:before {
    width: calc(100% - 30px);
  }
  .progress.onlyone .box {
    margin-left: auto;
    margin-right: auto;
  }
  .progress.onlyone:after {
    display: none;
  }
  .progress.nocode.step4:before {
    width: calc(100% - 30px);
  }
  .progress .box {
    margin: 0 0;
  }
  .progress .box .num {
    width: 36px;
    font-size: 14px;
    letter-spacing: 0;
    height: 36px;
  }
  .progress .box .name {
    font-size: 12px;
  }
}

.formMsg {
  color: #c53a3a;
  margin-bottom: 20px;
}

.regisCode {
  position: relative;
}
.regisCode .linkButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #76b069;
  color: white;
  padding: 9px 40px 12px 15px;
}
.regisCode .linkButton .arrow {
  background: white;
  right: 12px;
}
.regisCode .linkButton .arrow i {
  color: #76b069;
}
@media only screen and (min-width: 1200px) {
  .regisCode .linkButton:hover {
    background-color: black;
  }
}
@media only screen and (max-width: 720px) {
  .regisCode .linkButton {
    font-size: 14px;
    padding: 11px 34px 12px 15px;
  }
}
@media only screen and (max-width: 650px) {
  .regisCode .linkButton {
    padding: 15px 34px 12px 15px;
  }
}
@media only screen and (max-width: 350px) {
  .regisCode .linkButton {
    padding: 14px 6px;
    border-radius: 0 30px 30px 0;
  }
  .regisCode .linkButton .arrow {
    display: none;
  }
}

.stepBox {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.stepBox.endbox {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.stepBox.endbox .linkButton {
  margin: 0 10px;
}
.stepBox.endbox .linkButton.cancleButton {
  width: 150px;
}
@media only screen and (max-width: 650px) {
  .stepBox.endbox {
    margin-top: 25px;
  }
  .stepBox.endbox .linkButton {
    width: 100%;
    margin: 15px 5px;
    max-width: 150px;
  }
  .stepBox.endbox .linkButton.cancleButton {
    max-width: 105px;
  }
}
.stepBox .mainTitle {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}
.stepBox .mainTitle span {
  font-size: 16px;
  color: #585858;
  font-weight: 400;
  margin-left: 10px;
}
.stepBox .bottomBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepBox .bottomBtn .cancleButton {
  width: 180px;
}
.stepBox .bottomBtn .linkButton {
  width: 250px;
  margin: 0 8px;
}
.stepBox .linkButton {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.stepBox .linkButton.changebutton {
  margin-left: 95px;
}
@media only screen and (max-width: 650px) {
  .stepBox .linkButton.changebutton {
    margin-left: auto;
    margin-right: auto;
  }
}
.stepBox .linkButton.smallsize {
  right: 0;
  font-size: 14px;
  padding: 7px 34px 7px 15px;
  margin-right: 0;
  margin-left: auto;
  width: 35%;
}
.stepBox .linkButton.smallsize .arrow {
  right: 11px;
}
@media only screen and (max-width: 1600px) {
  .stepBox .linkButton.smallsize {
    width: 161px;
    margin-left: 140px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .stepBox .linkButton.smallsize {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .stepBox .linkButton.smallsize {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .stepBox .linkButton.smallsize {
    margin-left: 125px;
    width: calc(100% - 125px);
    margin-top: 10px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 390px) {
  .stepBox .linkButton.smallsize {
    margin-left: 0;
    width: 100%;
  }
}
.stepBox .linkButton.lawsOk {
  opacity: 0.6;
  pointer-events: none;
}
.stepBox .linkButton.lawsOk.onlysave {
  opacity: 1;
  pointer-events: all;
}
.stepBox .linkButton.whiteStyle {
  margin-left: 0;
  margin-bottom: 50px;
}
.stepBox .linkButton.cancleButton {
  max-width: 180px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #8d8d8d;
  border-color: #d8d8d8;
}
@media only screen and (min-width: 1200px) {
  .stepBox .linkButton.cancleButton:hover {
    color: white;
    background-color: #c53a3a;
  }
}
.stepBox .linkButton.disabled {
  filter: grayscale(1);
  background: #787878;
  color: white;
  pointer-events: none;
}
.stepBox .linkButton.disabled .arrow {
  background: #aeaeae;
}
@media only screen and (max-width: 650px) {
  .stepBox .linkButton.onlysave {
    margin-right: 0;
    max-width: 170px;
  }
}
.stepBox .linkButton.mobileButton {
  margin: 0px 0 70px;
  max-width: 100%;
}
.stepBox .checklaw {
  position: relative;
  color: #585858;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.stepBox .checklaw .checkbox {
  position: absolute;
  width: 26px;
  height: 26px;
  opacity: 0;
  left: -4px;
}
.stepBox .checklaw input[type=checkbox]:checked + span:before {
  border-color: #76b069;
}
.stepBox .checklaw input[type=checkbox]:checked + span:after {
  background: #76b069;
  opacity: 1;
}
.stepBox .checklaw span {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-left: 30px;
  line-height: 1.5;
}
.stepBox .checklaw span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0;
  top: 3px;
  transition: all 0.3s ease;
}
.stepBox .checklaw span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #d4d7dc;
  left: 0;
  border-radius: 50%;
  top: 3px;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s ease;
}
.stepBox .checklaw span a {
  color: #76b069;
  border-bottom: 1px solid;
}
.stepBox .prevButton {
  position: absolute;
  display: flex;
  height: 50px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  bottom: 0;
  color: #3d403d;
}
.stepBox .prevButton .arrow {
  position: relative;
  border: 1px solid #d6d6d6;
  width: 20px;
  height: 20px;
  color: #585858;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.stepBox .prevButton .arrow i {
  position: relative;
}
.stepBox .prevButton span {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .stepBox .prevButton:hover {
    color: #538049;
  }
  .stepBox .prevButton:hover .arrow {
    border-color: #538049;
    color: #538049;
  }
}
@media only screen and (max-width: 650px) {
  .stepBox .prevButton {
    font-size: 14px;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .stepBox .mainTitle span {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 650px) {
  .stepBox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .stepBox .checklaw span {
    font-size: 14px;
    text-align: left;
  }
  .stepBox .mainTitle {
    font-size: 16px;
  }
  .stepBox .mainTitle span {
    font-size: 14px;
  }
  .stepBox .linkButton.mobileRight {
    right: 0;
    MARGIN-RIGHT: 0;
    WIDTH: calc(100% - 118px);
  }
}

.wrongMsg {
  position: relative;
  border-radius: 30px;
  padding: 50px 20px;
  margin-bottom: 80px;
  line-height: 1.6;
  margin-top: 30px;
  color: #cf2c31;
  background-color: #fdf9f9;
  border: 1px solid rgba(207, 44, 49, 0.3490196078);
  text-align: center;
}
.wrongMsg.greenStyle {
  background-color: #f9fff7;
  border: 1px solid #76b069;
  color: #538049;
}
.wrongMsg .name {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.wrongMsg .errormsg {
  position: relative;
}
.wrongMsg .resetButton {
  width: 230px;
}
.wrongMsg .cancleButton {
  background-color: rgba(255, 255, 255, 0.7803921569);
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  width: 170px;
  margin-top: 28px;
  transition: all 0.3s ease;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .wrongMsg .cancleButton:hover {
    background-color: #ffffff;
    color: #c53a3a;
    border-color: #c53a3a;
  }
}
@media only screen and (max-width: 650px) {
  .wrongMsg {
    padding: 26px 20px 34px;
    margin-bottom: 60px;
  }
  .wrongMsg .cancleButton {
    margin-bottom: 12px;
    background-color: transparent;
    border: 0;
    padding: 2px;
    color: gray;
  }
}

.eventPay {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.eventPay .mainPic {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 48px;
  width: 100%;
  border-bottom: 2px solid black;
  padding-bottom: 24px;
}
.eventPay .mainPic img {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.btnBottomPay .stepBox {
  margin-bottom: 0;
  width: 100%;
}
.btnBottomPay .stepBox .checklaw {
  margin-bottom: 35px;
}
.btnBottomPay .stepBox .tip {
  text-align: center;
  color: #585858;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.btnBottomPay .stepBox .tip a {
  color: #76b069;
  border-bottom: 1px solid;
}
.btnBottomPay .warningTip {
  background: #fff2ed;
  color: #c53a3a;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.5;
}
.btnBottomPay .warningTip a {
  color: #c53a3a;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 1px;
}

.run {
  position: relative;
  background: #76b069;
  display: inline-block;
  color: white;
  border-radius: 18px;
  padding: 0 15px;
  margin-left: 8px;
}

.red {
  color: #c53a3a;
}

.eventDetail {
  position: relative;
  width: 48%;
  margin-bottom: 45px;
}
.eventDetail.fullWidth {
  width: 100%;
}
.eventDetail.feeStyle .linkButton {
  max-width: 200px;
  margin-top: 0;
  display: block;
}
.eventDetail.feeStyle .block .border {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventDetail.feeStyle .block .line {
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
.eventDetail.feeStyle .block .line:nth-child(1) {
  width: 45%;
  padding-top: 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 0;
}
.eventDetail.feeStyle .block .line:nth-child(1).width100 {
  width: 100%;
}
.eventDetail.feeStyle .block .line.ticketType {
  width: 45%;
  padding-top: 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 0;
}
.eventDetail.feeStyle .block .line:last-child {
  border-bottom: 0;
}
.eventDetail.feeStyle .block .line .field.attrStyle {
  color: #c3c3c3;
}
.eventDetail.feeStyle .block .line .field.attrStyle > span {
  color: #76b069;
  margin-right: 20px;
}
.eventDetail.feeStyle .block .line .field.attrStyle > span.red {
  color: #c53a3a;
}
.eventDetail.feeStyle .block .line.centerStyle {
  align-items: center;
}
.eventDetail.feeStyle .block .line.centerStyle .field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.eventDetail.dataStyle .block .line a {
  color: #585858;
}
@media only screen and (min-width: 1200px) {
  .eventDetail.dataStyle .block .line a:hover {
    color: #538049;
  }
}
.eventDetail.dataStyle .block .line:nth-child(1) {
  border-top: none;
}
.eventDetail .fileBox {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.eventDetail .fileBox a.fieldtext {
  padding-left: 25px;
  color: #585858;
}
.eventDetail .fileBox a.fieldtext i {
  position: absolute;
  color: #538049;
  left: 0;
  top: 6px;
  font-size: 18px;
}
.eventDetail .fileBox a.fieldtext span {
  position: relative;
  word-break: break-word;
}
@media only screen and (min-width: 1200px) {
  .eventDetail .fileBox a.fieldtext:hover {
    color: #538049;
  }
}
.eventDetail .fileBox .fieldtext {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  color: #585858;
  padding-right: 0;
  line-height: 1.8;
  padding-bottom: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  display: block;
}
.eventDetail .fileBox .fieldtext b {
  color: #76b069;
  font-weight: 500;
}
.eventDetail .fileBox .fieldtext:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.eventDetail .fileBox .fieldtext:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.eventDetail .block {
  position: relative;
}
.eventDetail .block.twoStyle .border {
  display: flex;
  flex-wrap: wrap;
}
.eventDetail .block.twoStyle .border .line {
  width: 47%;
}
.eventDetail .block.twoStyle .border .line.fullWidth {
  width: 100%;
}
.eventDetail .block.twoStyle .border .line:nth-child(even) {
  margin-left: 6%;
}
.eventDetail .block.twoStyle .border .line:nth-child(2) {
  padding-top: 0;
  border-top: 0;
}
.eventDetail .block.twoStyle .border .line.allLine {
  width: 100%;
  margin-left: 0%;
}
.eventDetail .block.twoStyle .border .line.allLine .field {
  width: 100%;
}
.eventDetail .block.twoStyle .border .line.allLine .field .unit {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding: 12px 0;
  display: block;
  position: relative;
}
.eventDetail .block.twoStyle .border .line.allLine .field .unit:first-child {
  border-top: 0;
  padding-top: 0;
}
.eventDetail .block .grayDiv {
  position: relative;
  display: block;
  background: #fafafa;
  border-radius: 25px;
  padding: 40px 50px;
  line-height: 1.8;
}
.eventDetail .block .grayDiv.disable {
  border: 1px solid #d8d8d8;
  background-color: transparent;
  filter: grayscale(1);
  pointer-events: none;
}
.eventDetail .block .grayDiv .line {
  padding: 0;
}
.eventDetail .block .grayDiv .radioBox {
  margin-top: 0;
  flex-wrap: wrap;
}
.eventDetail .block .grayDiv .radioBox.disable {
  pointer-events: none;
}
.eventDetail .block .grayDiv .radioLabel {
  position: relative;
  line-height: 1.2;
  margin-right: 50px;
  margin-bottom: 15px;
}
.eventDetail .block .grayDiv .label {
  margin-bottom: 0;
}
.eventDetail .block .border {
  position: relative;
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  padding: 40px 55px;
  line-height: 1.8;
}
.eventDetail .block .border.sucessBorder .line .name {
  min-width: 140px;
  width: 140px;
}
.eventDetail .block .border.sucessBorder .line:nth-child(1) {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.eventDetail .block .border.sucessBorder .line:nth-child(3) {
  border-top: 0;
}
.eventDetail .block .border.sucessBorder .line:nth-child(2n) {
  margin-left: 0;
  margin-right: 6%;
  padding-top: 12px;
}
.eventDetail .block .border.sucessBorder .line .field {
  width: 100%;
}
.eventDetail .block .border.sucessBorder .line .lineField {
  width: 100%;
}
.eventDetail .block .border.sucessBorder .nol {
  color: #c3c3c3;
}
.eventDetail .block .border.sucessBorder .nol b {
  color: #76b069;
  font-weight: 500;
}
.eventDetail .block .border.sucessBorder .fileBox {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.eventDetail .block .border.sucessBorder .fileBox a, .eventDetail .block .border.sucessBorder .fileBox > div {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  color: #585858;
  padding-right: 0;
  padding-left: 25px;
  line-height: 1.8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.eventDetail .block .border.sucessBorder .fileBox a:last-child, .eventDetail .block .border.sucessBorder .fileBox > div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.eventDetail .block .border.sucessBorder .fileBox a i, .eventDetail .block .border.sucessBorder .fileBox > div i {
  position: absolute;
  color: #538049;
  left: 0;
  top: 6px;
  font-size: 18px;
}
.eventDetail .block .border.sucessBorder .fileBox a span, .eventDetail .block .border.sucessBorder .fileBox > div span {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .eventDetail .block .border.sucessBorder .fileBox a:hover, .eventDetail .block .border.sucessBorder .fileBox > div:hover {
    color: #538049;
  }
}
.eventDetail .block .border.sucessBorder .fileBox > div {
  padding-left: 0;
}
.eventDetail .block .mainTitle {
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 1.5;
}
.eventDetail .block .mainTitle .icon {
  position: relative;
  width: 170px;
  height: 170px;
  background-color: #e5e5e5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  font-size: 80px;
}
.eventDetail .block .mainTitle .icon i {
  position: relative;
}
.eventDetail .block .mainTitle .successMemo {
  position: relative;
  font-weight: 400;
  text-align: center;
  color: #6e6e6e;
  padding-bottom: 90px;
  display: block;
}
.eventDetail .block .mainTitle .successMemo:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  bottom: 12px;
  left: 50%;
  background-color: #cccccc;
}
.eventDetail .block .mainTitle .successTitle {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.eventDetail .block .line {
  position: relative;
  display: flex;
  border-top: 1px solid #d8d8d8;
  padding-top: 12px;
  padding-bottom: 12px;
}
.eventDetail .block .line:first-child {
  padding-top: 0;
  border-top: 0;
}
.eventDetail .block .line .name {
  position: relative;
  min-width: 120px;
  width: 120px;
}
.eventDetail .block .line .field {
  position: relative;
  color: #585858;
}
.eventDetail .block .line .field.eventTitle {
  color: #76b069;
}
@media only screen and (max-width: 1200px) {
  .eventDetail .block .border {
    padding: 30px 35px;
  }
  .eventDetail .block .grayDiv {
    padding: 30px 35px;
  }
  .eventDetail .block .grayDiv .radioLabel {
    margin-right: 30px;
  }
  .eventDetail.feeStyle .block .line:nth-child(1), .eventDetail.feeStyle .block .line:nth-child(2) {
    width: 100%;
  }
  .eventDetail.feeStyle .block .line:nth-child(2) {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .eventDetail {
    width: 100%;
  }
  .eventDetail .block .border {
    padding: 25px 30px;
  }
  .eventDetail .block.twoStyle .border {
    display: block;
  }
  .eventDetail .block.twoStyle .border .line {
    width: 100%;
  }
  .eventDetail .block.twoStyle .border .line:nth-child(even) {
    margin-left: 0;
  }
  .eventDetail .block.twoStyle .border .line:nth-child(2) {
    border-top: 1px solid #d8d8d8;
    padding-top: 12px;
  }
  .eventDetail .block.twoStyle .border.sucessBorder .line:nth-child(2) {
    border-top: 0;
  }
  .eventDetail .block.twoStyle .border.sucessBorder .line:nth-child(3) {
    border-top: 1px solid #d8d8d8;
  }
}
@media only screen and (max-width: 650px) {
  .eventDetail .block.twoStyle .border {
    display: block;
  }
  .eventDetail .block.twoStyle .border .line {
    width: 100%;
    display: block;
  }
  .eventDetail .block .border {
    padding: 20px 25px;
  }
  .eventDetail .block .run {
    position: absolute;
    left: 72px;
    top: -27px;
    font-size: 14px;
    display: block;
  }
  .eventDetail .block .border {
    display: block;
  }
  .eventDetail .block .border .line {
    width: 100%;
    display: block;
  }
}

.payButton {
  position: relative;
  display: flex;
  justify-content: center;
}
.payButton .linkButton {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.payButton .linkButton.cancle {
  background: white;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  max-width: 200px;
  color: #a7a7a7;
}
@media only screen and (min-width: 1200px) {
  .payButton .linkButton.cancle:hover {
    color: black;
    border-color: black;
  }
}
@media only screen and (max-width: 650px) {
  .payButton .linkButton.cancle {
    border-color: gray;
    color: gray;
  }
}
@media only screen and (max-width: 650px) {
  .payButton {
    flex-wrap: wrap;
  }
  .payButton .linkButton {
    width: 180px;
    margin-bottom: 10px;
  }
  .payButton .linkButton:last-child {
    margin-bottom: 10px;
  }
  .payButton .linkButton.backStyle {
    padding-left: 0;
  }
  .payButton .linkButton.cancle {
    margin-right: 10px;
  }
}

.search_select {
  position: relative;
  z-index: 10;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.search_select .selectTab {
  position: relative;
  width: 270px;
  margin: 0 5px;
}
.search_select .selectTab .select {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 41px;
  color: #000000;
  padding: 14px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search_select .selectTab .select.active:before {
  top: 22px;
  transform: rotate(135deg);
}
@media only screen and (min-width: 1200px) {
  .search_select .selectTab .select:hover {
    border-color: #538049;
  }
}
.search_select .selectTab .select div {
  position: relative;
}
.search_select .selectTab .select .selectbox {
  position: relative;
}
.search_select .selectTab .select:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 26px;
  border: 2px solid white;
  border-top: 0;
  border-right: 0;
  z-index: 3;
  top: 20px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.search_select .selectTab .select:after {
  content: "";
  background-color: #76b069;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 19px;
  top: 14px;
  border-radius: 50%;
}
.search_select .selectTab .downBox {
  position: absolute;
  border: 1px solid #d8d8d8;
  top: 54px;
  width: 100%;
  border-radius: 30px;
  padding: 5px 25px;
  background-color: white;
  z-index: 20;
}
.search_select .selectTab .downBox .option {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 10px 0;
}
.search_select .selectTab .downBox .option:last-child {
  border-bottom: 0;
}
.search_select .selectTab .downBox .option label {
  position: relative;
  display: block;
  cursor: pointer;
}
.search_select .selectTab .downBox .option label span {
  position: relative;
  display: block;
  padding-right: 35px;
  transition: all 0.3s ease;
}
.search_select .selectTab .downBox .option label span:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 4px;
  display: block;
  border: 2px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.search_select .selectTab .downBox .option label span:after {
  content: "";
}
@media only screen and (min-width: 1200px) {
  .search_select .selectTab .downBox .option label:hover {
    color: #538049;
  }
}
.search_select .selectTab .downBox .option input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.search_select .selectTab .downBox input[type=checkbox]:checked + span {
  color: #76b069;
}
.search_select .selectTab .downBox input[type=checkbox]:checked + span:before {
  border-color: #76b069;
}
.search_select .selectTab .downBox input[type=checkbox]:checked + span:after {
  background: #76b069;
}
@media only screen and (max-width: 1000px) {
  .search_select {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .search_select .selectTab {
    margin: 6px 5px;
  }
}

.numberList {
  position: relative;
  display: block;
  margin-top: 35px;
}
.numberList .numSwiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  display: block;
}
.numberList .swiper-slide {
  width: 275px;
}
.numberList .swiper-button-prev {
  position: absolute;
  background-color: #e6d192;
  left: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: -20px;
  transition: all 0.3s ease;
}
.numberList .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.numberList .swiper-button-next {
  position: absolute;
  right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 150px;
  opacity: 1;
  color: white;
  font-size: 12px;
  top: 0;
  margin-top: 0;
  transition: all 0.3s ease;
  background: transparent;
}
.numberList .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.numberList .swiper-button-next i {
  position: relative;
  z-index: 5;
}
.numberList .swiper-button-next:before {
  content: "";
  position: absolute;
  background-color: #e6d192;
  right: 1px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.numberList .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  height: 150px;
  top: 50%;
  width: 100px;
  right: -10px;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgb(255, 255, 255) 100%);
}
.numberList .numbox {
  position: relative;
  background: #fafafa;
  height: 150px;
  color: #585858;
  display: flex;
  align-items: center;
  padding: 0 50px 0 30px;
  flex-wrap: wrap;
  align-content: center;
}
.numberList .numbox.greenStyle {
  position: relative;
  background: #538049;
  color: #fff;
}
.numberList .numbox.greenStyle .num {
  color: #e6d192;
}
.numberList .numbox .num {
  position: relative;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
  color: #538049;
  font-size: 44px;
  display: block;
  width: 100%;
}
.numberList .numbox .name {
  position: relative;
  display: block;
  line-height: 1.5;
  margin-top: 3px;
}
.numberList .swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  background-color: #d8d8d8;
  height: 3px;
  z-index: 3;
}
.numberList .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e6d192;
}
@media only screen and (max-width: 1000px) {
  .numberList .swiper-slide {
    width: 220px;
  }
  .numberList .numbox {
    padding: 0 30px 0 30px;
  }
  .numberList .numbox .num {
    font-size: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .numberList .swiper-slide {
    width: 200px;
  }
  .numberList .swiper-button-next {
    height: 120px;
  }
  .numberList .numbox {
    padding: 0 20px 0 20px;
    height: 120px;
  }
  .numberList .numbox .num {
    font-size: 26px;
  }
}

.eventList {
  position: relative;
  display: block;
  margin-top: 35px;
}
.eventList .eventArea {
  position: relative;
}
.eventList .eventArea .th {
  position: relative;
}
.eventList .eventArea .th .td {
  background: #dedede;
  border: 1px solid white;
  padding: 21px 0;
  color: black !important;
}
.eventList .eventArea .th .td:last-child {
  color: black;
}
.eventList .eventArea .th .td:nth-child(1) {
  background: #e6d192;
}
.eventList .eventArea .th .td:nth-child(2) {
  color: black;
  text-align: center;
  justify-content: center;
}
.eventList .eventArea .td {
  width: 12%;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 24px 0px;
  border-right: 0;
  color: #7a7a7a;
  line-height: 1.5;
}
.eventList .eventArea .td .comming {
  color: #538049;
}
.eventList .eventArea .td:last-child {
  border-right: 1px solid #e5e5e5;
  color: #585858;
}
.eventList .eventArea .td:nth-child(1) {
  color: #000;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}
.eventList .eventArea .td:nth-child(2) {
  width: 40%;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  color: black;
  transition: all 0.5s ease;
}
.eventList .eventArea .td:nth-child(2) span {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .eventList .eventArea .td:nth-child(2):hover {
    color: #538049;
  }
}
.eventList .eventArea .td span {
  display: block;
  padding: 0 5px;
}
@media only screen and (max-width: 1000px) {
  .eventList .eventArea .td span {
    padding: 0 0;
  }
}
.eventList .eventArea .td.date span {
  display: block;
  padding: 0 5px;
}
@media only screen and (max-width: 1000px) {
  .eventList .eventArea .td.date span {
    padding: 0 0;
  }
}
.eventList .eventArea .eventLine {
  position: relative;
  display: flex;
  width: 100%;
}
.eventList .eventArea .run {
  position: relative;
  padding: 3px 15px;
  margin-top: 4px;
  margin-left: 0;
}
@media only screen and (max-width: 1000px) {
  .eventList .eventArea .eventLine {
    display: block;
    margin-bottom: 8px;
    border-top: 1px solid #e5e5e5;
    display: block;
  }
  .eventList .eventArea .eventLine.th {
    display: none;
  }
  .eventList .eventArea .run {
    margin-left: 14px;
    margin-top: 0;
  }
  .eventList .eventArea a.td {
    color: #76b069 !important;
  }
  .eventList .eventArea .td {
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    border: 1px solid #e5e5e5;
    position: relative;
    padding-left: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 0;
    flex-wrap: wrap;
  }
  .eventList .eventArea .td:before {
    content: attr(dataname);
    background-color: #ededed;
    color: black;
    min-width: 114px;
    left: 0;
    padding: 7px 9px;
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .eventList .eventArea .td:nth-child(even) {
    background-color: #f9f9f9;
  }
  .eventList .eventArea .td:nth-child(even):before {
    background-color: #dedede;
  }
  .eventList .eventArea .td.date span {
    word-break: keep-all;
  }
  .eventList .eventArea .td:nth-child(1) {
    color: #000;
    font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    align-items: center;
  }
  .eventList .eventArea .td:nth-child(2) {
    width: 100%;
    padding-left: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 650px) {
  .eventList .eventArea .run {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 0;
  }
  .eventList .eventArea .td {
    justify-content: space-between;
  }
}

.faq {
  position: relative;
  background-color: #ffffff;
  border-top: 3px solid black;
  font-size: 18px;
  line-height: 1.6;
  display: block;
}
.faq .faq-container {
  position: relative;
}
.faq .faq-question {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.faq .faq-question:nth-child(even) {
  background: #f7f7f7;
}
.faq .faq-question:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: -1px;
  height: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #538049;
}
.faq .faq-question.active:after {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
}
.faq .faq-title {
  position: relative;
  padding: 18px 70px 18px 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .faq-title span {
  position: absolute;
  width: auto;
  display: block;
  left: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .faq-title.active {
  padding-bottom: 15px;
  color: #538049;
}
.faq .faq-title.active span {
  color: #538049;
}
.faq .faq-title.active:after {
  top: 32px;
  transform: rotate(-135deg);
  border-color: #538049;
}
.faq .faq-title:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 27px;
  top: 24px;
  border: 2px solid #6e6e6e;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1200px) {
  .faq .faq-title:hover {
    color: #538049;
  }
}
.faq .faq-answer {
  position: relative;
  padding: 0 120px 45px 55px;
  font-size: 16px;
  display: none;
  color: #707070;
}
.faq .faq-answer a {
  color: #76b069;
}
.faq .faq-answer ul {
  list-style: disc;
  padding-left: 22px;
}
.faq .faq-answer:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 27px;
  top: 20px;
  border: 2px solid #538049;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 650px) {
  .faq .faq-title {
    padding-left: 50px;
  }
  .faq .faq-title span {
    left: 15px;
  }
  .faq .faq-answer {
    padding-left: 50px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .faq .faq-answer {
    padding-left: 50px;
    padding-right: 15px;
  }
}

#goBottom {
  background: #be3c39;
  position: fixed;
  right: 5%;
  top: calc(50% - 70px);
  z-index: 20;
  width: 70px;
  height: 222px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  border-radius: 40px;
  padding: 30px 16px 0;
  text-align: center;
  border: 2px solid white;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.1294117647);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#goBottom .icon {
  position: relative;
  display: block;
  width: 28px;
  margin-bottom: 12px;
  margin-top: 6px;
  left: 2px;
  animation: finger 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite alternate;
}
#goBottom .icon img {
  display: block;
}
@keyframes finger {
  0%, 10% {
    transform: rotate(0) translateY(-5px);
  }
  80%, 100% {
    transform: rotate(-10deg) translateY(0);
  }
}
#goBottom.show {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1200px) {
  #goBottom:hover {
    background: #ff7774;
  }
}
@media only screen and (max-width: 1500px) {
  #goBottom {
    transform: scale(0.95);
    right: 1%;
  }
}
@media only screen and (max-width: 1000px) {
  #goBottom {
    transform: scale(1) translateX(-50%);
    right: auto;
    left: 50%;
    bottom: 5%;
    top: auto;
    width: calc(100% - 149px);
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    max-width: 250px;
    letter-spacing: 2px;
    background: #be3c39;
  }
  #goBottom .icon {
    width: 24px;
    margin-bottom: 0;
    margin-right: 13px;
    margin-top: 0px;
    left: 2px;
    animation: none;
  }
}
@media only screen and (max-width: 650px) {
  #goBottom {
    left: 5%;
    bottom: 5%;
    transform: scale(1) translateX(0);
    top: auto;
    width: calc(85% - 50px);
    border-width: 1px;
    max-width: 100%;
  }
}
