@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

body {
  background: #fff;
  font-size: 9px;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* 插件 */
.swiper-pagination-bullet-active {
  background: #fff; }

/* 公用样式 */
.fl {
  display: inline-block;
  float: left; }

.fr {
  display: inline-block;
  float: right; }

.hide {
  display: none; }

.show {
  display: block; }

.container {
  width: 75%;
  margin: 0 auto; }

.center {
  text-align: center; }

.red {
  color: #f44e51 !important; }

.green {
  color: #5dca87 !important; }

.yellow {
  color: #fff100 !important; }

.blue {
  color: #36ccff !important; }

.orange {
  color: #f6b37f !important; }

.btn {
  display: inline-block;
  background: #5dca87;
  color: #fff;
  border-radius: 6px;
  font-size: 9px;
  text-align: center;
  height: 25px;
  line-height: 25px; }
  .btn.bg {
    width: 100%; }
  .btn.btn-yellow {
    background-color: #fff100; }
  .btn.btn-red {
    background-color: #f44e51; }
  .btn.btn-blue {
    background-color: #36ccff; }
  .btn.btn-orange {
    background-color: #f6b37f; }

.common-title1 {
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
  margin: 0; }
  .common-title1 .en, .common-title1 .cn {
    margin: 0 auto !important; }
  .common-title1 .en {
    color: #5dca87; }
  .common-title1 .cn {
    position: relative;
    display: inline-block;
    color: #a6a6a6; }
    .common-title1 .cn:before, .common-title1 .cn:after {
      content: '';
      display: block;
      width: 500px;
      height: 1px;
      position: absolute;
      background-color: #a6a6a6;
      top: 9px; }
    .common-title1 .cn:before {
      right: 110%; }
    .common-title1 .cn:after {
      left: 110%; }

.common-title2 {
  text-align: center;
  font-size: 12px;
  margin: 20px auto;
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px; }

.pagetitle {
  background: #5dca87;
  color: #fff;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center; }

.select-box {
  position: relative; }
  .select-box .select-input {
    cursor: pointer; }
  .select-box .select-options {
    display: none;
    position: absolute;
    width: 100%; }
    .select-box .select-options .select-option {
      cursor: pointer;
      width: 100%; }
      .select-box .select-options .select-option:hover {
        background-color: #ccc; }

/* 模块 */
.header {
  width: 100%;
  padding: 10px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center; }
  .header span, .header a {
    display: inline-block;
    font-size: 0; }
    .header span img, .header a img {
      height: 25px;
      width: auto; }

nav {
  position: fixed;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background-color: #5dca87; }
  nav a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    border-bottom: 1px solid #6ab347; }

.footer {
  background: #585858;
  color: #fff;
  padding-top: 15px;
  text-align: center; }
  .footer .links {
    margin-bottom: 10px; }
    .footer .links li {
      display: inline-block; }
      .footer .links li a {
        text-decoration: underline;
        font-size: 14px;
        margin-right: 10px; }
  .footer .peixun {
    margin-bottom: 10px; }
    .footer .peixun li {
      font-size: 10px;
      line-height: 1.7; }
  .footer .brands {
    font-size: 0; }
    .footer .brands .left, .footer .brands .right {
      display: inline-block; }
      .footer .brands .left p, .footer .brands .right p {
        font-size: 6px;
        margin-bottom: 5px; }
      .footer .brands .left ul li, .footer .brands .right ul li {
        display: inline-block; }
    .footer .brands .left {
      width: 60%; }
      .footer .brands .left ul li {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 5%; }
    .footer .brands .right {
      width: 40%; }
      .footer .brands .right ul li {
        width: 40%;
        margin-right: 7%;
        margin-bottom: 7%; }
  .footer .line {
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
    background: linear-gradient(to right, transparent, #fff, transparent);
    margin-top: 5px;
    margin-bottom: 10px; }
  .footer .copyright {
    font-size: 6px;
    text-align: center;
    padding-bottom: 10px; }
    .footer .copyright img {
      width: 6px;
      height: 6px; }

.ad {
  background: #00cd84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 6px 8%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ad span {
    vertical-align: top;
    height: 100%;
    display: inline-block; }
    .ad span img {
      vertical-align: top;
      height: 100%;
      width: auto; }
  .ad .text {
    color: #fff;
    font-size: 8px;
    display: inline-block;
    width: 140px;
    line-height: 1.5; }
  .ad .btn {
    display: inline-block;
    background: #fff100;
    color: #000;
    width: 120px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    margin: 2px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px; }

.reg-section {
  text-align: center;
  line-height: 2; }
  .reg-section .t1 {
    font-size: 14px;
    font-weight: bold; }
  .reg-section .t2 {
    font-size: 8px; }
  .reg-section .t3 {
    font-size: 10px; }
  .reg-section .btn {
    font-size: 11px;
    margin: 10px 0; }

.joinus {
  text-align: center;
  background-color: #fff; }
  .joinus img {
    margin: 0;
    padding: 0;
    vertical-align: bottom; }
    .joinus img.join-us {
      width: 200px;
      margin-bottom: 10px; }
    .joinus img.join-bg {
      width: 100%; }
  .joinus .join-1 {
    margin-bottom: 20px; }
    .joinus .join-1 p {
      color: #a6a6a6;
      font-size: 10px; }
  .joinus .join-2 {
    margin-bottom: 20px; }
    .joinus .join-2 p {
      color: #f6b37f;
      font-weight: bold;
      font-size: 12px; }
  .joinus .join-btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #36ccff;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px; }

/*# sourceMappingURL=common.css.map */
