@font-face {
  font-family: 'AlibabaSansSEA';
  src:
          url('../../fonts/AlibabaSansSEA-Rg.woff2') format('woff2'),
          url('../../fonts/AlibabaSansSEA-Rg.woff') format('woff'),
          url('../../fonts/AlibabaSansSEA-Rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body[data-lang='vi'] {
  font-family: AlibabaSansSEA;
}

.btn {
  display: inline-block;
  font-size: 14px;
  padding: 8px 10px;
  text-align: center;
  color: #606266;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  color: #fff;
  border-color: #049381;
  background-color: #049381;
}
.btn.btn-small {
  font-size: 12px;
  padding: 6px 8px;
}
.btn.btn-large {
  font-size: 18px;
  padding: 12px 32px;
}
@media screen and (min-width: 1260px) {
  .btn.btn-large {
    font-size: 20px;
  }
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-round {
  border-radius: 1000px;
}
.btn.btn-primary {
  color: #fff;
  border-color: #049381;
  background-color: #049381;
}
.btn.btn-primary:hover {
  border-color: rgba(4, 147, 129, 0.85);
  background-color: rgba(4, 147, 129, 0.85);
}
.btn.btn-secondary {
  color: #fff;
  border-color: #53aebc;
  background-color: #53aebc;
}
.btn.btn-secondary:hover {
  border-color: rgba(83, 174, 188, 0.85);
  background-color: rgba(83, 174, 188, 0.85);
}
.btn.btn-dark {
  color: #fff;
  border-color: #4b4b4b;
  background-color: transparent;
}
.btn.btn-dark:hover {
  border-color: #049381;
  background-color: #049381;
}
.btn.btn-default {
  color: #049381;
  border-color: #049381;
  background-color: #fff;
}
.btn.btn-default:hover {
  color: #fff;
  border-color: #049381;
  background-color: #049381;
}
.btn.disabled {
  border-color: #e4e7ed !important;
  color: #909399 !important;
  background-color: rgba(144, 147, 153, 0.08) !important;
  opacity: 0.8;
  cursor: not-allowed;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgb(233, 233, 233);
  background-color: #fff;
  z-index: 999;
}
@media screen and (min-width: 1260px) {
  .header-container {
    height: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-container {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .header-container {
    height: 1.28rem;
  }
}
.header-container .mobile-menu-box {
  position: absolute;
  top: 1.28rem;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: -webkit-calc(100vh - 1.28rem);
  max-height: -moz-calc(100vh - 1.28rem);
  max-height: calc(100vh - 1.28rem);
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
  overflow: auto;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -moz-transition: transform 0.15s, -moz-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s, -moz-transform 0.15s, -o-transform 0.15s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .mobile-menu-box.active {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.header-container .mobile-menu-box .menu-list {
  width: 100%;
  padding: 0 0.4rem;
  background-color: #fff;
}
.header-container .mobile-menu-box .menu-list .layui-nav-item:not(:last-of-type) {
  border-bottom: 1px solid #dcdfe6;
}
.header-container .mobile-menu-box .menu-list .layui-nav-item a {
  height: auto;
  padding: 12px 0 11px;
  font-size: 14px;
  line-height: 20px;
  color: #303030 !important;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}
.header-container .mobile-menu-box .menu-list .layui-nav-item a:hover {
  color: #000 !important;
}
.header-container .mobile-menu-box .menu-list .layui-nav-item a .layui-nav-more {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .mobile-menu-box .menu-list .layui-nav-item.layui-nav-itemed .layui-nav-more {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.header-container .mobile-menu-box .menu-list .layui-nav-child {
  padding: 0;
  background-color: #fff !important;
}
.header-container .mobile-menu-box .menu-list .layui-nav-child a {
  padding: 11px 15px 9px;
  line-height: 18px;
  color: #606266 !important;
}
.header-container .mobile-menu-box .menu-list .layui-this,
.header-container .mobile-menu-box .menu-list .layui-this > a {
  background-color: #fff !important;
}
.header-container .mobile-menu-box .operate-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 15px;
}
.header-container .mobile-menu-box .operate-box .btn:not(:last-child) {
  margin-bottom: 0.4rem;
}

.menu-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1260px) {
  .menu-container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-container {
    padding: 0 0.4rem;
  }
}
@media screen and (min-width: 1260px) {
  .menu-container {
    width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .menu-container {
    width: 100vw;
  }
}
@media screen and (min-width: 1260px) {
  .menu-container {
    height: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .menu-container {
    height: 1.28rem;
  }
}
.menu-container .logo-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-container .logo-box {
    position: absolute;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.menu-container .logo-box img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .menu-container .logo-box img {
    height: 0.56rem;
    display: block;
    width: 2.6666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container .logo-box img {
    width: 100px;
    height: 21px;
  }
}
.menu-container .burger-box {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
.menu-container .burger-box .burger-line {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.menu-container .burger-box .burger-top {
  top: 9px;
}
.menu-container .burger-box .burger-center {
  top: 2px;
}
.menu-container .burger-box .burger-bottom {
  bottom: 2px;
}
.menu-container .burger-box.active .burger-top {
  display: none;
}
.menu-container .burger-box.active .burger-center {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-container .burger-box.active .burger-bottom {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-container .menu-box .menus {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container .menu-box .menus .layui-nav-item {
    height: 51px;
    line-height: 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .menu-container .menu-box .menus .layui-nav-item a {
        padding: 0 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .menu-container .menu-box .menus .layui-nav-item .layui-nav-more {
        font-size: 10px;
        right: -2px;
    }
}
.menu-container .menu-box .menus a {
  font-size: 20px;
  color: #303030;
}
.menu-container .menu-box .menus a:hover {
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container .menu-box .menus a {
    font-size: 10px;
  }
}
.menu-container .menu-box .menus .lang-drop-down,
.menu-container .menu-box .menus .help-drop-down {
  width: 150px;
}
.menu-container .menu-box .menus .lang-drop-down dd:hover,
.menu-container .menu-box .menus .help-drop-down dd:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .menu-container .menu-box .menus .lang-drop-down,
    .menu-container .menu-box .menus .help-drop-down {
        width: 120px;
    }
}
.menu-container .menu-box .menus .lang-drop-down a,
.menu-container .menu-box .menus .help-drop-down a {
  font-size: 16px;
  padding: 5px 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .menu-container .menu-box .menus .lang-drop-down a,
    .menu-container .menu-box .menus .help-drop-down a {
        font-size: 12px;
        padding: 0 10px;
    }
}
.menu-container .menu-box .menus .help-drop-down {
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .menu-container .menu-box .menus .help-drop-down {
        width: 140px;
    }
}
.menu-container .header-btn-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-container .header-btn-group a + a {
  margin-left: 10px;
}
.menu-container .pad-pc-register-btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1260px) {
  .menu-container .pad-pc-register-btn {
    display: block;
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-container .pad-pc-register-btn {
    display: block;
    font-size: 10px;
    padding: 6px 17px;
  }
}
@media screen and (max-width: 767px) {
  .menu-container .pad-pc-register-btn {
    display: none;
  }
}

.help-drop-down img,
.lang-drop-down img,
.current-lang img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    .help-drop-down img,
    .lang-drop-down img,
    .current-lang img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}

.current-lang {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.layui-nav-bar {
  display: none;
}

[data-lang=vi] .help-drop-down {
  width: 220px !important;
}

[data-lang=id] .help-drop-down {
  width: 180px !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
@media screen and (max-width: 767px) {
  body {
    font-family: PingFang SC;
  }
}

a {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cn-show,
.id-show {
  display: none;
}

.cn-hide {
  display: block;
}

[data-lang=zh-cn] .cn-show,
[data-lang=zh-tw] .cn-show {
  display: block;
}
[data-lang=zh-cn] .cn-hide,
[data-lang=zh-tw] .cn-hide {
  display: none;
}

[data-lang=id] .id-show {
  display: block;
}
[data-lang=id] .id-hide {
  display: none !important;
}

.layout-footer {
  background-color: #242933;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-footer a {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer a {
    font-size: 10px;
  }
}
.layout-footer .footer-info {
  padding: 39px 0 34px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info {
    padding: 22px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info {
    padding: 0.5333333333rem 0 0.4266666667rem;
  }
}
.layout-footer .footer-info .content-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .content-box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-footer .footer-info .footer-column {
  padding: 13px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .footer-column {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .footer-column {
    padding: 0.2133333333rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.layout-footer .footer-info .footer-column .column-title {
  font-size: 16px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .footer-column .column-title {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.layout-footer .footer-info .logo-column {
  width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .logo-column {
    width: 186px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .logo-column {
    width: 100%;
    text-align: center;
  }
}
.layout-footer .footer-info .logo-column .logo-footer {
  width: 198px;
  height: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .logo-column .logo-footer {
    width: 105px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .logo-column .logo-footer {
    width: 4.4266666667rem;
    height: 0.9333333333rem;
  }
}
.layout-footer .footer-info .logo-column p {
  width: 276px;
  margin-top: 24px;
  color: #999;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .logo-column p {
    width: 147px;
    font-size: 12px;
    margin-top: 13px;
  }
}
.layout-footer .footer-info .channel-column {
  width: 369px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .channel-column {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .channel-column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .channel-column .channel-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .channel-column .channel-list .channel-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.4rem 0.2133333333rem 0.48rem;
    background-color: #262d3a;
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .layout-footer .footer-info .channel-column .channel-list .channel-item i {
    margin-left: 0.1066666667rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .channel-column .channel-list .channel-item:nth-of-type(even) {
    background-color: #2f3643;
  }
}
.layout-footer .footer-info .channel-column .channel-list li {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .channel-column .channel-list li {
    margin-bottom: 8px;
  }
}
.layout-footer .footer-info .platform-column {
  width: 440px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .platform-column {
    width: 236px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .platform-column {
    width: 100%;
  }
}
.layout-footer .footer-info .platform-column .platform-grid {
  width: 278px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .platform-column .platform-grid {
    width: 147px;
    grid-gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .platform-column .platform-grid {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .platform-column .platform-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.layout-footer .footer-info .platform-column .platform-grid .platform-icon {
  width: 62px;
  height: 62px;
  background: #2c313b;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .platform-column .platform-grid .platform-icon {
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 1260px) {
  .layout-footer .footer-info .platform-column .platform-grid .platform-icon img {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .platform-column .platform-grid .platform-icon img {
    width: 22px;
  }
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item {
  position: relative;
  width: 260px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #4b4b4b;
  border-radius: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .contact-column .contact-info-box .contact-info-item {
    width: 145px;
    font-size: 8px;
    padding: 3px 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .contact-column .contact-info-box .contact-info-item {
    width: 9.2rem;
  }
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item:hover {
  border-color: transparent;
  background-color: #049381;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item:hover .contact-info-whatsapp-popup {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item:hover .contact-info-line-popup {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item:first-child {
  border-color: transparent;
  background-color: #049381;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-icon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-icon {
    width: 8px;
    height: 8px;
  }
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-whatsapp-popup {
  display: none;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  bottom: 40px;
  color: #333;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-whatsapp-popup .whatsapp-scan-text {
  height: 26px;
  line-height: 26px;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-whatsapp-popup ::before {
  position: absolute;
  bottom: -10px;
  left: 90px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-line-popup {
  display: none;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  bottom: 40px;
  color: #333;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-line-popup img {
  width: 150px;
  height: 150px;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-line-popup .whatsapp-scan-text {
  height: 26px;
  line-height: 26px;
}
.layout-footer .footer-info .contact-column .contact-info-box .contact-info-item .contact-info-line-popup ::before {
  position: absolute;
  bottom: -10px;
  left: 90px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item {
  position: relative;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup {
  display: none;
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateX(-130px);
  -moz-transform: translateX(-130px);
  -ms-transform: translateX(-130px);
  -o-transform: translateX(-130px);
  transform: translateX(-130px);
  padding: 10px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    width: 150px;
    font-size: 12px;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup div span {
    text-align: center;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup img {
  width: 110px;
  height: 110px;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup div + div {
  margin-left: 20px;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup::before {
  position: absolute;
  bottom: -10px;
  left: 130px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-item-popup::before {
    left: 10px;
  }
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item .watermark-icon-hover {
  display: none;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .contact-column .watermark-box .watermark-item img {
    width: 11px;
    height: 11px;
  }
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item:hover .watermark-icon {
  display: none;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item:hover .watermark-icon-hover {
  display: inline-block;
}
.layout-footer .footer-info .contact-column .watermark-box .watermark-item:hover .watermark-item-popup {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer .footer-info .contact-column .watermark-box a + a {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .footer-info .contact-column .watermark-box a + a {
    margin-left: 11px;
  }
}
.layout-footer .friendship-link {
  display: none;
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .friendship-link {
    padding: 11px 0;
  }
}
.layout-footer .friendship-link .content-box {
  text-align: center;
}
.layout-footer .friendship-link .content-box a:not(:last-child) {
  border-right: 1px solid #3c3e4a;
}
.layout-footer .friendship-link .content-box .friendship-icon {
  height: 30px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .friendship-link .content-box .friendship-icon {
    height: 17px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .friendship-link .content-box .friendship-icon {
    height: 0.72rem;
    margin: 0rem 0.4266666667rem;
  }
}
.layout-footer .copy-right-container {
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .copy-right-container {
    padding: 11px 0;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .copy-right-container {
    font-size: 0.32rem;
    padding: 0.5333333333rem 0;
  }
}
.layout-footer .copy-right-container .content-box {
  text-align: center;
  position: relative;
}
.layout-footer .copy-right-container .footer-lang-dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .copy-right-container .footer-lang-dropdown {
    font-size: 10px;
  }
}
.layout-footer .copy-right-container .footer-lang-dropdown img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .copy-right-container .footer-lang-dropdown img {
    width: 11px;
    height: 11px;
    margin-right: 4px;
  }
}
.layout-footer .copy-right-container .footer-lang-dropdown .dropdown-options {
  display: none;
  width: 130px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  right: -24px;
  padding: 10px 0;
  border-radius: 4px;
}
.layout-footer .copy-right-container .footer-lang-dropdown .dropdown-options a {
  cursor: pointer;
  text-align: left;
  display: block;
  color: #606266;
  padding: 5px 15px;
}
.layout-footer .copy-right-container .footer-lang-dropdown .dropdown-options a:hover {
  background-color: #eeefef;
}
.layout-footer .copy-right-container .footer-lang-dropdown .dropdown-options::before {
  position: absolute;
  bottom: -10px;
  left: 65px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.layout-footer .copy-right-container .footer-lang-dropdown .arrow-down-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.layout-footer .copy-right-container .footer-lang-dropdown:hover .arrow-down-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-footer .copy-right-container .footer-lang-dropdown:hover .dropdown-options {
  display: block;
}
.layout-footer .horizontal-divider {
  border-bottom: 1px solid #3c3e4a;
}
.layout-footer .vertical-divider {
  border-right: 1px solid #3c3e4a;
}
@media screen and (max-width: 767px) {
  .layout-footer .vertical-divider {
    border: none;
  }
}
.layout-footer .partner-link {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .partner-link {
    padding: 11px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-footer .partner-link {
    padding: 0.5333333333rem 0 0;
  }
}
.layout-footer .partner-link .content-box {
  color: #dedede;
  text-align: center;
}
.layout-footer .partner-link .content-box a {
  color: #DEDEDE;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .layout-footer .partner-link .content-box {
    font-size: 10px;
  }
}

[data-lang=id] .friendship-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.copy-right-other {
  display: none;
}
.copy-right-other a {
  color: #dedede;
}

[data-lang=zh-cn] .copy-right-other {
  display: inline-block;
}

[data-lang=zh-tw] .copy-right-other {
  display: inline-block;
}

.copy-right-content {
  color: #dedede;
}

.container-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1260px) {
  .container-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .container-box {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) and (min-width: 1260px) {
  .container-box .content-box {
    width: 1440px;
  }
}
@media screen and (min-width: 1260px) and (min-width: 768px) and (max-width: 1259px) {
  .container-box .content-box {
    width: 748px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 767px) {
  .container-box .content-box {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) and (min-width: 1260px) {
  .container-box .content-box {
    width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) and (min-width: 768px) and (max-width: 1259px) {
  .container-box .content-box {
    width: 748px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 767px) {
  .container-box .content-box {
    width: 100vw;
  }
}

@media screen and (min-width: 1260px) {
  .pc-pad-show {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .pc-pad-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-pad-show {
    display: none;
  }
}

.right-fixed-tools {
  position: fixed;
  right: 24px;
  bottom: 10vh;
  z-index: 9;
}
.right-fixed-tools .tools-box {
  padding: 12px 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .right-fixed-tools .tools-box {
    padding: 8px 2px;
  }
}
.right-fixed-tools .tools-box .sidebar-item {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .right-fixed-tools .tools-box .sidebar-item {
    width: 26px;
    height: 26px;
    margin: 6px;
  }
}
.right-fixed-tools .tools-box .sidebar-item.qq {
  background: url("../../img/home_new/common/qq.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.qq:hover {
  background: url("../../img/home_new/common/qq-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.qq:hover .item-show {
  display: block;
}
.right-fixed-tools .tools-box .sidebar-item.whatsapp {
  background: url("../../img/home_new/common/whatsapp.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.whatsapp:hover {
  background: url("../../img/home_new/common/whatsapp-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.whatsapp:hover .item-show {
  display: block;
}
.right-fixed-tools .tools-box .sidebar-item.phone {
  background: url("../../img/home_new/common/phone.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.phone:hover {
  background: url("../../img/home_new/common/phone-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.phone:hover .item-show {
  display: block;
}
.right-fixed-tools .tools-box .sidebar-item.email {
  background: url("../../img/home_new/common/email.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.email:hover {
  background: url("../../img/home_new/common/email-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.email:hover .item-show {
  display: block;
}
.right-fixed-tools .tools-box .sidebar-item.facebook {
  background: url("../../img/home_new/common/facebook.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.facebook:hover {
  background: url("../../img/home_new/common/facebook-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.facebook a {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.right-fixed-tools .tools-box .sidebar-item.line {
  background: url("../../img/home_new/common/line.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.line:hover {
  background: url("../../img/home_new/common/line-hover.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.right-fixed-tools .tools-box .sidebar-item.line:hover .item-show {
  display: block;
}
.right-fixed-tools .tools-box .sidebar-item .item-show {
  display: none;
  position: absolute;
  right: 1px;
  top: -20px;
  -webkit-transform: translateX(-27%);
  -moz-transform: translateX(-27%);
  -ms-transform: translateX(-27%);
  -o-transform: translateX(-27%);
  transform: translateX(-27%);
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}
.right-fixed-tools .tools-box .sidebar-item .item-show p {
  padding-top: 9px;
  line-height: 2;
}
.right-fixed-tools .tools-box .sidebar-item .item-show img {
  width: 117px;
  height: 117px;
}
.right-fixed-tools .tools-box .sidebar-item .qq-popup {
  width: 172px;
  height: 46px;
  top: 0;
  right: 5px;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
.right-fixed-tools .tools-box .sidebar-item .qq-popup::before {
  position: absolute;
  top: 15px;
  left: 167px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-fixed-tools .tools-box .sidebar-item .whatsapp-popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
.right-fixed-tools .tools-box .sidebar-item .whatsapp-popup::after {
  top: 65px;
  left: 120px;
}
.right-fixed-tools .tools-box .sidebar-item .whatsapp-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-fixed-tools .tools-box .sidebar-item .whatsapp-popup .whatsapp-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.right-fixed-tools .tools-box .sidebar-item .phone-popup {
    width: 220px;
    height: 45px;
    right: -5px;
    top: 0;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
.right-fixed-tools .tools-box .sidebar-item .phone-popup::before {
  position: absolute;
  top: 12px;
  left: 217px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-fixed-tools .tools-box .sidebar-item .phone-popup::after {
  top: 8px;
  left: 165px;
}
.right-fixed-tools .tools-box .sidebar-item .email-popup {
  width: 280px;
  height: 45px;
  right: -20px;
  top: 0;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
.right-fixed-tools .tools-box .sidebar-item .email-popup::before {
  position: absolute;
  top: 12px;
  left: 277px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-fixed-tools .tools-box .sidebar-item .email-popup::after {
  top: 8px;
  left: 165px;
}
.right-fixed-tools .tools-box .sidebar-item .line-popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.2);
}
.right-fixed-tools .tools-box .sidebar-item .line-popup::after {
  top: 65px;
  left: 120px;
}
.right-fixed-tools .tools-box .sidebar-item .line-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-fixed-tools .tools-box .sidebar-item .line-popup .whatsapp-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.right-fixed-tools .return-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .right-fixed-tools .return-top {
    width: 42px;
    height: 42px;
  }
}

.free-use-container {
  height: 400px;
  background: url("../../img/home_new/home/free-use-bg.png") no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container {
    height: 213px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container {
    height: 4.8rem;
  }
}
.free-use-container .content-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .free-use-container .content-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-left {
    text-align: center;
  }
}
.free-use-container .free-use-left p {
  font-weight: 700;
  color: #303030;
  font-size: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container .free-use-left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-left p {
    font-size: 0.48rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container .free-use-left .free-use-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-left .free-use-desc {
    font-size: 0.3733333333rem;
  }
}
.free-use-container .free-use-left p + p {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-left p + p {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.24rem;
  }
}
.free-use-container .free-use-right p {
  width: 511px;
  color: #535353;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container .free-use-right p {
    width: 275px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-right p {
    font-size: 0.2666666667rem;
    width: 6.7733333333rem;
    text-align: center;
  }
}
.free-use-container .horizontal-divider {
  width: 511px;
  height: 1px;
  background: #d5d5d5;
  margin: 24px 0;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container .horizontal-divider {
    width: 275px;
    height: 0px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .horizontal-divider {
    display: none;
  }
}
.free-use-container .go-to-icon {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .free-use-container .go-to-icon {
    margin-left: 0.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .free-use-container .free-use-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .free-use-container .free-use-btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.7466666667rem;
    height: 0.8rem;
    font-size: 0.24rem;
    padding: 0.2133333333rem 0.2666666667rem;
    margin-top: 0.24rem;
  }
}

.angle-right {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-radius: 3px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .angle-right {
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .angle-right {
    border-top: 0.16rem solid transparent;
    border-left: 0.16rem solid #fff;
    border-bottom: 0.16rem solid transparent;
    border-radius: 0.08rem;
  }
}

@media screen and (min-width: 1260px) {
  main {
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  main {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 1.28rem;
  }
}

.module-name {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .module-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .module-name {
    font-size: 0.48rem;
  }
}

.module-sub-name {
  font-size: 16px;
  color: #909399;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-sub-name {
    font-size: 0.3466666667rem;
    color: #999;
  }
}

.expand-box .expand-item.d-none {
  display: none;
}

.expand-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 28px;
  font-size: 14px;
  color: #049381;
  border: 1px solid #049381;
  border-radius: 1000px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.expand-btn .collapse-text,
.expand-btn .expand-text {
  margin-right: 4px;
}
.expand-btn .collapse-text {
  display: none;
}
.expand-btn.expand .expand-text {
  display: none;
}
.expand-btn.expand .collapse-text {
  display: inline;
}
.expand-btn.expand img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.expand-btn.d-none {
  display: none;
}
.expand-btn img {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.copy-right-footer {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .copy-right-footer {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .copy-right-footer {
    font-size: 10px;
  }
}
.copy-right-footer a {
  color: #999;
}

.icon-pointer {
  cursor: pointer;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.checkbox {
  position: relative;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .checkbox {
    width: 10px;
    height: 10px;
  }
}
.checkbox.is-checked {
  background-color: #049381;
  border: none;
}
.checkbox.is-checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3E%3Cpath d='M26.109 8.844q0 .625-.438 1.062L12.233 23.344q-.438.438-1.062.438t-1.062-.438l-7.781-7.781q-.438-.438-.438-1.062t.438-1.062l2.125-2.125q.438-.438 1.062-.438t1.062.438l4.594 4.609 10.25-10.266q.438-.438 1.062-.438t1.062.438l2.125 2.125q.438.437.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -o-background-size: 75% 75%;
  background-size: 75% 75%;
  background-position: center center;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .checkbox.is-checked::after {
    width: 10px;
    height: 10px;
    -o-background-size: 60% 60%;
    background-size: 60% 60%;
  }
}

.loading {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10036;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loading-container {
  top: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
}
.loading-container .circular {
  width: 50px;
  height: 50px;
}

.toast {
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.toast-active {
  display: block;
  opacity: 1;
}

.dialog {
  display: none;
}
.dialog .text-align-c {
  text-align: center;
}
.dialog .wechat-dialog-body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dialog .wechat-dialog-body .wechat-qrcode-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.dialog .wechat-dialog-body .wechat-qrcode-item img {
  width: 175px;
  height: 175px;
}
@media screen and (max-width: 767px) {
  .dialog .wechat-dialog-body .wechat-qrcode-item img {
    width: 3.4666666667rem;
    height: 3.4666666667rem;
  }
}
.dialog .m-t-10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .dialog .m-t-10 {
    margin-top: 0.2666666667rem;
  }
}