/*Override default style*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  font-size: 16px;
  font-family: Source Han Sans CN,Helvetica Neue,Helvetica,Microsoft YaHei,Arial,sans-serif !important; }

ul,
li {
  list-style: none; }

/*header style*/
.nav-header {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  background: #FFFFFF;
  position: fixed;
  min-width: 1180px;
  z-index: 99;
  top: 0;
  border-bottom: 1px solid #F6F9FC; }

.content {
  width: 1180px;
  margin: 0 auto; }

.container {
  min-width: 1280px; }

a.signup {
  width: 4.375rem;
  height: 2.25rem;
  border-radius: 4px;
  background-color: #14ccb4;
  text-align: center;
  line-height: 2.25rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-right: 1.875rem;
  margin-top: 1.25rem;
  border: 1px solid #14ccb4; }
  a.signup:hover {
    background-color: #1abc9c;
    border: 1px solid #1abc9c; }

a.login {
  width: 4.375rem;
  height: 2.25rem;
  border-radius: 4px;
  border: 1px solid #51CCBC;
  background-color: #fff;
  text-align: center;
  line-height: 2.25rem;
  color: #51CCBC;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1.25rem; }
  a.login:hover {
    color: #1abc9c;
    border: 1px solid #1abc9c; }

ul.nav-ul li {
  margin-right: 2.5rem;
  color: #5F7371;
  cursor: pointer;
  position: relative; }
  ul.nav-ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0; }
  ul.nav-ul li.active {
    color: #1abc9c; }
    ul.nav-ul li.active a {
      border-bottom: 3px solid #1bbc9b; }
  ul.nav-ul li:hover {
    color: #1abc9c; }

.logo-wrap {
  display: inline-block;
  height: 5rem; }
  .logo-wrap img {
    vertical-align: middle;
    height: 2.8125rem;
    margin-bottom: 0.625rem; }

/*Footer Style*/
footer.footer {
  width: 100%;
  min-width: 1280px;
  background-color: #2C2B2F; }
  footer.footer .contact-menu {
    position: fixed;
    right: 18px !important;
    bottom: 350px !important;
    z-index: 999; }
    footer.footer .contact-menu .contact-item {
      width: 2.8125rem;
      height: 2.8125rem;
      position: relative;
      background-color: rgba(0, 0, 0, 0.75);
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.8); }
      footer.footer .contact-menu .contact-item:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        height: 100%;
        width: 0; }
      footer.footer .contact-menu .contact-item .contact-icon {
        display: inline-block;
        vertical-align: middle; }
      footer.footer .contact-menu .contact-item .contact-text {
        position: absolute;
        right: 2.8125rem;
        top: 0;
        font-size: 0.875rem;
        line-height: 2.8125rem;
        width: 0;
        overflow: hidden;
        background-color: #e5ebea;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        transition: width 0.5s ease-in-out;
        height: 2.8125rem; }
      footer.footer .contact-menu .contact-item:hover .contact-text {
        width: 10rem; }
  footer.footer .footer_container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5a5a5a;
    background: url(/image/home/footer_bg_1.png) no-repeat center center;
    height: 18.75rem; }
    footer.footer .footer_container p {
      font-size: 2.25rem;
      color: #fff;
      margin-right: 1.25rem;
      letter-spacing: 0.08px;
      text-shadow: 0 2px 4px #27262A; }
    footer.footer .footer_container a.quick-signup {
      background-image: url(/image/home/btn_signup.png);
      width: 15.625rem;
      height: 3.75rem;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      text-shadow: 0 1px 1px #0DA475; }
      footer.footer .footer_container a.quick-signup span {
        margin-left: 0.5rem; }
      footer.footer .footer_container a.quick-signup:hover {
        filter: drop-shadow(0px 2px 4px #59DE9F); }
  footer.footer .content .info-content {
    padding: 3.4375rem 0 4.375rem 0; }
    footer.footer .content .info-content .footer-block {
      margin-right: 6.375rem; }
      footer.footer .content .info-content .footer-block img.footer-logo {
        width: 6.25rem; }
      footer.footer .content .info-content .footer-block ul li {
        font-size: 0.875rem;
        color: #B3BABB;
        letter-spacing: 0.08px;
        padding: 0.375rem 0;
        position: relative; }
        footer.footer .content .info-content .footer-block ul li a {
          width: 100%;
          height: 100%;
          display: inline-block;
          position: absolute;
          left: 0; }
        footer.footer .content .info-content .footer-block ul li:hover {
          color: #1abc9c; }
        footer.footer .content .info-content .footer-block ul li:nth-child(1) {
          font-size: 1rem;
          color: #1AD2A9; }
          footer.footer .content .info-content .footer-block ul li:nth-child(1):hover {
            color: #1AD2A9; }
      footer.footer .content .info-content .footer-block.logo-block {
        padding-top: 0.375rem; }
      footer.footer .content .info-content .footer-block.subscribe-block {
        padding-top: 0.375rem;
        margin-right: 0; }
        footer.footer .content .info-content .footer-block.subscribe-block p {
          font-size: 1rem;
          color: #1AD2A9; }
        footer.footer .content .info-content .footer-block.subscribe-block .subscribe-wrap {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 0.375rem; }
          footer.footer .content .info-content .footer-block.subscribe-block .subscribe-wrap input {
            width: 18.75rem;
            height: 2.625rem;
            font-size: 1rem;
            background-color: #4C5A5E;
            color: #B3BABB;
            border: none;
            outline: none;
            padding-left: 0.75rem; }
          footer.footer .content .info-content .footer-block.subscribe-block .subscribe-wrap span {
            display: inline-block;
            width: 5.125rem;
            height: 2.625rem;
            border-radius: 2.375rem;
            line-height: 2.625rem;
            text-align: center;
            background-image: linear-gradient(-135deg, #1DCDB6 0%, #0DA475 100%);
            margin-left: -0.9375rem;
            color: #fff;
            cursor: pointer; }
            footer.footer .content .info-content .footer-block.subscribe-block .subscribe-wrap span:hover {
              filter: drop-shadow(0px 2px 4px #59DE9F); }
        footer.footer .content .info-content .footer-block.subscribe-block .msg-wrap {
          padding-top: 0.375rem; }
          footer.footer .content .info-content .footer-block.subscribe-block .msg-wrap p.errmsg {
            color: #FB8869; }
  footer.footer .content .copyright-wrap {
    font-size: 0.8125rem;
    padding: 1.875rem 0;
    color: #fff;
    text-align: center; }

/*Common Style*/
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    display: block;
    content: '';
    clear: both; }

.hrf {
  content: '';
  display: block;
  position: absolute;
  top: 0; }

.year-activity-container {
  background: url(/image/activity/gift-group-item_bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 22rem; }
  .year-activity-container .gift-group-item {
    text-align: center;
    margin: 6rem 0; }
    .year-activity-container .gift-group-item .desc {
      margin: 30px auto;
      color: #c1a992;
      font-size: 1rem; }
  .year-activity-container .desc-wrap {
    background-color: #f3dbbc;
    max-width: 65rem;
    padding: 3rem 6rem;
    margin: 0 auto; }
    .year-activity-container .desc-wrap .tips-item {
      font-size: 1rem;
      margin: 1rem;
      color: #82684c;
      letter-spacing: 0.12rem;
      word-spacing: 0.12rem;
      font-weight: 400; }

.year2021-container {
  margin-top: 5rem;
  height: 40.625rem;
  width: 100%;
  background-color: #5a5a5a;
  background: url(/image/activity/banner2021.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
  color: #fff; }
  .year2021-container .banner-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    letter-spacing: 0.1px; }
    .year2021-container .banner-desc .line {
      width: 0.625rem;
      height: 1px;
      background-color: #fff; }
    .year2021-container .banner-desc p {
      margin: 0 1.25rem; }

@media screen and (max-width: 1280px) {
  body {
    font-size: 12px; } }

@media screen and (max-width: 1440) and (min-width: 1280px) {
  body {
    font-size: 12px; } }

@media screen and (max-width: 1440) and (min-width: 1680px) {
  body {
    font-size: 14px; } }

#tinet-chat-visitor {
  opacity: 0 !important; }
