a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.textColorWhite {
  color: #ffffff !important;
}
.textColorYellow {
  color: #f7fe2e !important;
}
.plate_wrapper {
  margin-top: 3.5rem;
}
.pd_bottom {
  padding-bottom: 3rem;
}
.index_plate_title {
  text-align: center;
  margin-bottom: 2rem;
  display: block;
}
.index_plate_title h5 {
  margin-bottom: 0.1rem;
}
.index_plate_title p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #009a44;
  font-size: 0.5rem;
}
.plate_order_code {
  text-align: center;
  margin: 0;
}
.plate_order_code .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plate_order_code .col-6 img {
  width: 60%;
  height: auto;
}
.plate_order_code .col-6 p {
  margin: 0.5rem 0 0 0;
  color: #333;
  font-size: 0.8rem;
}
.plate_service_bg {
  background: url('../images/guest_bg.png') top center no-repeat;
  background-size: cover;
  padding-top: 3rem;
  transition: 0.5s all;
}
.plate_service_scope {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.plate_service_scope .scope_btn {
  padding: 0.2rem 0.8rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
.plate_service_scope .scope_btn.active {
  color: #f7fe2e;
}
.plate_service_scope .scope_btn::after {
  content: '';
  display: block;
  border-right: 1px solid #fff;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.plate_service_scope .scope_btn:first-child {
  border-left: 1px solid #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.plate_service_scope .scope_btn:last-child {
  border-right: 1px solid #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.plate_service_scope .scope_btn:last-child::after {
  content: '';
  display: block;
  border: 0;
}
.service_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.service_list .item {
  width: calc(100% / 3);
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service_list .item img {
  width: 90%;
  height: auto;
}
.service_list .item p {
  width: 90%;
  color: #fefefe;
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}
.service_list .item p:nth-child(2) {
  padding-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service_list .item p:nth-child(3) {
  font-size: 0.5rem;
}
#carouselExampleCaptions-two .carousel-control-next,
#carouselExampleCaptions-two .carousel-control-prev {
  width: 3%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2rem;
}
#carouselExampleCaptions-two .carousel-item {
  padding-bottom: 4rem;
}
.plate_guest_bg {
  background: url('../images/guest_bg.png') top center no-repeat;
  background-size: 100% 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: auto;
}
.guest_list .list_top .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.guest_list .list_bottom .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.guest_list .list_middle .col-12 {
  color: #fefefe;
  font-size: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guest_list .list_middle .month {
  color: #f7fe2e;
}
.guest_list .item {
  width: 100%;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 0.3rem;
  border-radius: 10px;
}
.guest_list .item .tit {
  font-size: 0.8rem;
  padding: 0.4rem 0;
}
.guest_list .item .time {
  font-size: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guest_list .item .desc {
  font-size: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advantage_list .adv_icon_box .col {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}
.advantage_list .adv_icon_box .col:hover {
  background-color: #009a44;
}
.advantage_list .adv_icon_box .col:hover .name {
  color: #fff;
}
.advantage_list .adv_icon_box .name {
  font-size: 1rem;
  color: #009a44;
  margin: 0;
  margin-top: 0.4rem;
}
.advantage_list .adv_icon_box .icon {
  width: 40%;
  height: 40%;
  background-size: 100% 100%;
}
.advantage_list .adv_icon_box .icon1 .icon {
  background-image: url('../images/adv01.png');
}
.advantage_list .adv_icon_box .icon1:hover .icon {
  background-image: url('../images/adv01_sel.png');
}
.advantage_list .adv_icon_box .icon2 .icon {
  background-image: url('../images/adv02.png');
}
.advantage_list .adv_icon_box .icon2:hover .icon {
  background-image: url('../images/adv02_sel.png');
}
.advantage_list .adv_icon_box .icon3 .icon {
  background-image: url('../images/adv03.png');
}
.advantage_list .adv_icon_box .icon3:hover .icon {
  background-image: url('../images/adv03_sel.png');
}
.advantage_list .adv_icon_box .icon4 .icon {
  background-image: url('../images/adv04.png');
}
.advantage_list .adv_icon_box .icon4:hover .icon {
  background-image: url('../images/adv04_sel.png');
}
.advantage_list .adv_icon_box .icon5 .icon {
  background-image: url('../images/adv05.png');
}
.advantage_list .adv_icon_box .icon5:hover .icon {
  background-image: url('../images/adv05_sel.png');
}
.advantage_list .adv_icon_box .icon6 .icon {
  background-image: url('../images/adv06.png');
}
.advantage_list .adv_icon_box .icon6:hover .icon {
  background-image: url('../images/adv06_sel.png');
}
.advantage_list .adv_icon_box .icon7 .icon {
  background-image: url('../images/adv07.png');
}
.advantage_list .adv_icon_box .icon7:hover .icon {
  background-image: url('../images/adv07_sel.png');
}
.advantage_list .adv_icon_box .icon8 .icon {
  background-image: url('../images/adv08.png');
}
.advantage_list .adv_icon_box .icon8:hover .icon {
  background-image: url('../images/adv08_sel.png');
}
.advantage_list .advantage_vs {
  background-color: #009a44;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
}
.advantage_list .advantage_vs .vs_l {
  flex-shrink: 0;
  text-align: right;
  width: 45%;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage_list .advantage_vs .vs_r {
  flex-shrink: 0;
  width: 47%;
  padding-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage_list .advantage_vs .vs_title {
  height: 25%;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.advantage_list .advantage_vs .vs_title .vs_img {
  width: 2rem;
  height: auto;
  flex-shrink: 0;
}
.advantage_list .advantage_vs .vs_list {
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantage_list .advantage_vs .vs_list .vs_item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage_list .advantage_vs .vs_list .vs_item:last-child .line::after {
  height: 70%;
}
.advantage_list .advantage_vs .vs_list .vs_item:first-child .line::after {
  height: 70%;
  top: 30%;
}
.advantage_list .advantage_vs .vs_list .vs_item .line {
  width: 2rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.advantage_list .advantage_vs .vs_list .vs_item .line::after {
  content: '';
  display: block;
  border-left: 1px solid #f7fe2e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.advantage_list .advantage_vs .vs_list .vs_item .line::before {
  content: '';
  display: block;
  border: 1px solid #f7fe2e;
  border-radius: 100%;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #009a44;
}
.fee_bg {
  background-color: #009a44;
  padding-top: 3rem;
}
.fee_box .fee_title {
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
.fee_box .fee_title .title_list {
  display: flex;
}
.fee_box .fee_title .title_list div {
  padding: 0 1rem;
  margin: 0 1rem;
}
.fee_box .fee_swiper .carousel-control-prev,
.fee_box .fee_swiper .carousel-control-next {
  width: auto;
}
.fee_box .fee_info {
  display: flex;
  padding: 3rem 0 0;
}
.fee_box .fee_info .info_img {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.fee_box .fee_info .info_img .car_img {
  width: 60%;
  height: auto;
}
.fee_box .fee_info .car_data {
  width: 50%;
  font-size: 0.9rem;
  color: #fff;
}
.fee_box .fee_info .car_data p {
  margin-bottom: 0.2rem;
}
.fee_box .fee_info .car_data h6 {
  color: #f7fe2e;
  margin-bottom: 0.2rem;
}
.service_standard_text {
  font-size: 0.9rem;
}
.service_standard_text p {
  text-indent: 2rem;
  line-height: 1.8rem;
}
.news_bg {
  background-color: #f7f7f7;
  padding-top: 3rem;
}
.news_box {
  color: #fff;
}
.news_box .news_nav {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #009a44;
  padding-left: 0.5rem;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  position: relative;
}
.news_box .news_nav a {
  color: #009a44;
}
.news_box .news_nav::before {
  content: '';
  display: block;
  border-left: 2px solid #009a44;
  border-radius: 4px;
  height: 50%;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
}
.news_box .news_nav .news_more {
  font-size: 0.9rem;
  text-decoration: none;
}
.news_box .news_nav .news_more span {
  vertical-align: middle;
  color: #009a44;
}
.news_box .news_nav .news_more img {
  width: 0.8rem;
  height: auto;
  vertical-align: middle;
}
.news_box .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news_box .news_list li {
  margin-bottom: 3rem;
  box-shadow: 0 0 5px rgba(204, 199, 197, 0.5);
}
.news_box .news_list .news_img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.news_box .news_list .news_item_text {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  background: #fff;
}
.news_box .news_list .news_item_text .title {
  color: #333;
  font-size: 0.8rem;
  margin-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_box .news_list .news_item_text .time {
  flex-shrink: 0;
  color: #666;
  font-size: 0.6rem;
}
.news_box .news_list .news_item_text .time span {
  vertical-align: middle;
}
.news_box .news_list .news_item_text .time img {
  width: 0.6rem;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .plate_guest_bg {
    background-size: cover;
  }
  .fee_box .fee_title .title_list {
    display: flex;
  }
  .fee_box .fee_title .title_list div {
    padding: 0 0.2rem;
    margin: 0 0.2rem;
  }
  .fee_box .fee_info .info_img .car_img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .isHidden {
    display: none;
  }
  .list_middle {
    height: 100%;
  }
  .list_middle .col-12 {
    align-items: center;
    padding: 0!important;
    position: relative;
  }
  .list_middle .col-12::after {
    content: '';
    display: block;
    border-left: 1px solid #fefefe;
    height: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .list_middle .col-12::before {
    content: '';
    display: block;
    border: 1px solid #fefefe;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #009a44;
    position: absolute;
    bottom: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .list_middle .col-12:first-child::after {
    border: 0;
  }
  .list_middle .col-12:first-child::before {
    display: none;
  }
  .list_middle .day {
    padding-bottom: 0.1rem;
  }
  .list_middle .month {
    padding-top: 0.1rem;
  }
  .guest_list .colo-2 {
    padding: 0;
  }
  .guest_list .item {
    margin-bottom: 1rem;
  }
  .adv_icon_box .col:nth-child(n) {
    border-bottom: 0;
    border-right: 0;
  }
  .adv_icon_box .col:nth-child(2n + 1) {
    border-left: 0;
  }
  .adv_icon_box .col:nth-child(n + 7) {
    border-bottom: 1px solid #eee !important;
  }
  .advantage_list .col-md-4 {
    margin-top: 1rem;
  }
  .advantage_vs {
    height: 15rem!important;
  }
}
@media (min-width: 768px) {
  .list_middle {
    margin: 1.5rem 0;
    position: relative;
  }
  .list_middle::after {
    content: '';
    display: block;
    border-top: 1px solid #fefefe;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .list_middle .col-12 {
    padding-left: 4rem;
  }
  .list_middle .day {
    padding-left: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .list_middle .month {
    padding-top: 0.5rem;
  }
  .list_middle .arrow {
    margin-left: 1.8rem;
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #009a44;
  }
  .list_middle .arrow::after {
    content: '';
    display: block;
    border-left: 2px solid #fefefe;
    border-radius: 100%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .list_middle .arrow::before {
    content: '';
    display: block;
    border: 1px solid #fefefe;
    border-radius: 100%;
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #009a44;
    z-index: 10;
  }
  .adv_icon_box .col:nth-child(-n + 4) {
    border-right: 0;
    border-bottom: 0;
  }
  .adv_icon_box .col:nth-child(n + 5) {
    border-right: 0;
  }
  .adv_icon_box .col:nth-child(4) {
    border-right: 1px solid #eee;
  }
  .adv_icon_box .col:nth-child(8) {
    border-right: 1px solid #eee;
  }
}