@charset "UTF-8";
body {
  overflow-x: hidden;
  margin: 0;
  color: #4D4D4D;
  font-family: "Microsoft Yahei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif;
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0.5em 5%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #f2f2f2;
}

#header.sticky {
  background: #18C1DC;
  padding: 1em 5%;
  top: 0;
}

.wrapper-logo {
  display: block;
  margin: auto;
}

.wrapper-logo img {
  width: 150px;
}

.main-menu {
  display: block;
  flex: 1 auto;
  text-align: right;
  margin: auto;
}

.main-menu .active {
  color: #18C1DC !important;
}

.main-menu .dropdown-menu {
  margin-top: 10px;
  margin-left: -1.5rem;
}

.main-menu .dropdown-menu .dropdown-item:active {
  background-color: white;
}

.main-menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 0;
}

.main-menu .menu-item {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu .menu-item a {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.banner-container > img {
  width: 100%;
  padding-top: 75px;
}

footer {
  display: flex;
  height: 400px;
}
footer .btn {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 110px;
  margin: auto;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 5px 15px;
}
footer .btn:hover {
  background-color: white;
  color: #18C1DC;
}
footer .btn:hover {
  background-color: #18C1DC;
  color: white;
}
footer #map {
  flex-basis: 260px;
  margin-left: 10px;
  flex-grow: 1;
}
footer .left, footer .right {
  padding: 100px 3% 0;
  flex: 0 0 50%;
}
footer .left {
  background-color: #E6E6E6;
}
footer .right {
  background-color: #F2F2F2;
}
footer .right > div {
  display: flex;
  justify-content: space-between;
}
footer .amap-link {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 15px;
}
footer .amap-link:hover {
  background-color: white;
  color: #18C1DC;
}
footer .amap-link:hover {
  background-color: #18C1DC;
  color: white;
  text-decoration: none;
}
footer .amap-link img {
  width: 20px;
  vertical-align: -5px;
}
footer h3 {
  color: #18C1DC;
}
footer h3 span {
  padding-bottom: 5px;
  display: inline-block;
  width: 350px;
  border-bottom: 1px solid #18C1DC;
}
footer .left ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
footer .left ul li {
  flex: 0 0 30%;
  text-align: center;
}
footer .left ul li i {
  display: inline-block;
  width: 90px;
  height: 85px;
  line-height: 85px;
}
footer .left ul li p {
  font-size: 15px;
  color: #B3B3B3;
  margin-top: 10px;
}

.recordcode {
  padding: 0 3%;
  background-color: white;
  text-align: center;
}
.recordcode a {
  color: #939393;
  font-size: 12px;
  line-height: 30px;
}
.recordcode a:hover {
  text-decoration: none;
}
.recordcode .police {
  width: 15px;
  vertical-align: -3px;
  margin-right: 3px;
  margin-left: 5px;
}

.modal-footer button, .modal-footer button:hover, .modal-footer button:active {
  background-color: #18C1DC !important;
  border: none;
}

body > article {
  margin: 40px 0;
  text-align: center;
}
body > article h3 {
  font-size: 42px;
  font-weight: 300;
  line-height: unset;
  margin-bottom: 30px;
  color: #4D4D4D;
}
body > article h3 span {
  display: inline-block;
  width: 480px;
  padding: 10px;
  border-bottom: 1px solid #18C1DC;
}
body > article p {
  font-size: 24px;
  color: #4D4D4D;
}
body > article .suitable-crowd-list {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  align-items: center;
  padding: 50px 0;
}
body > article .suitable-crowd-list figure:first-child {
  margin-right: 20px;
}
body > article .suitable-crowd-list figure {
  margin-bottom: 0;
}
body > article .suitable-crowd-list figure figcaption {
  margin-top: 20px;
}
body > article .suitable-crowd-list .separator {
  align-self: stretch;
  width: 1px;
  background-color: #979D9E;
  margin: 20px 70px;
}
body > article .suitable-crowd-list + p {
  background-color: #f2f2f2;
  font-size: 18px;
  padding-bottom: 50px;
}
body > article .rect {
  margin: 0 15%;
  background-color: #f2f2f2;
  border-radius: 100px;
  padding: 50px 0;
}
body > article .rect ul {
  text-align: left;
  list-style: none;
  color: #4D4D4D;
  font-size: 18px;
  padding: 0 40px;
}
body > article .rect ul li {
  padding-left: 40px;
  line-height: 60px;
}
body > article .rect ul li i {
  background-image: url("/checkbox.c52c3e9e.png");
  background-size: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
body > article .rect .btn {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  border: none;
}
body > article .rect .btn:hover {
  background-color: white;
  color: #18C1DC;
}
body > article .rect .btn:hover {
  background-color: #18C1DC;
  color: white;
}