:root {
  --Color-Primary: #f36619;
}

html,
body {
  background-color: #fff;
  /* height: 100%; */
  min-width: 1200px;
  margin: 0px;
  font-size: 14px;
  color: #666;
}

body {
  font-family: "PingFangSC-Regular", "微软雅黑", "Helvetica Neue", Arial,
    "Raleway", sans-serif;
}

div {
  box-sizing: border-box;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 100;
}

.page {
  margin-top: -64px;
  display: flex;
  flex-direction: column;
}

header.shadow {
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(123, 123, 123, 0.12);
}

header a {
  text-decoration: none;
  color: #222;
}

header a:hover {
  color: #f36619 !important;
}

/* ---------------导航--------------- */
.nav-container {
  width: 100%;
  height: 64px;
  font-size: 14px;
  flex: 1 1 auto;
}

.action-container {
  flex: 0;
}

.action-container .login-button {
  width: 88px;
  margin: 0 10px;
}

.nav-container .logo {
  background: url(../image/logo.svg?) no-repeat center center;
  background-size: contain;
  width: 130px;
  height: 50px;
  margin-left: 30px;
  line-height: 40px;
  font-size: 26px;
}

.nav-container .navbar-body {
  height: 100%;
}

.navbar-body .nav-item {
  margin-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-body .nav-item.active a {
  color: #f36619;
  font-weight: bold;
}

.navbar-body .nav-item.dropdown {
  cursor: default;
}

.navbar-body .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.navbar-body .dropdown-menu {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: absolute;
  top: 74px;
  margin-left: -16px;
  padding: 4px 16px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.2s, opacity 0s linear 0.2s;
}

.navbar-body .nav-item .dropdown-menu .dropdown-item {
  padding: 12px 0px;
  font-weight: normal;
  color: #222;
}

.navbar-body .dropdown-menu .dropdown-item.active {
  color: #f36619;
  font-weight: bold;
}

/* ---------------页脚--------------- */
footer {
  background: #2a2a2e;
  height: 405px;
  padding: 82px 140px 44px 140px;
  box-sizing: border-box;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #f36619 !important;
}

footer .flexible {
  flex: 1;
  display: flex;
  justify-content: space-around;
}

footer .main .column {
  display: flex;
  flex-direction: column;
  max-width: 230px;
}

footer .main .column .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

footer .logo {
  background: url(../image/logo-2.svg?) no-repeat center center;
  background-size: contain;
  width: 130px;
  height: 50px;
  line-height: 40px;
  font-size: 26px;
  color: #cccccc;
}

footer .main .title {
  font-size: 12px;
  color: #cccccc;
  margin-bottom: 8px;
}

footer .main .content {
  font-size: 14px;
  color: #ffffff;
}

footer .main .logo-content {
  display: flex;
}

footer .main .logo-content .logo-item {
  width: 24px;
  height: 24px;
}

footer .main .logo-content .wechat {
  width: 81px;
  height: 81px;
  background: url(../image/wechat.jpg) no-repeat center center;
  background-size: contain;
}

footer .divider {
  border-right: 1px solid #4c4c4c;
  margin: 0 90px;
}

footer .friend-links a {
  color: white;
  margin-bottom: 8px;
}

footer .copyright {
  font-size: 12px;
  color: #cccccc;
}

footer .copyright a {
  color: #cccccc;
}

.box .header.strong {
  font-size: 36px;
  font-weight: 600;
  color: #3d3d3d;
}

.box {
  width: 100%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* UI规范，固定宽度居中布局，每个页面都用page->box->wrapper的层级来实现 */
.box .wrapper {
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto;
}

/* ---------------首页--------------- */
.box-1 {
  background-image: url(../image/bg-1.png);
  height: 552px;
}

.box-1 .content {
  margin-top: 184px;
}

.box-2 {
  background-image: url(../image/bg-2.png);
  height: 588px;
}

.box-2 .header {
  margin: 90px 0;
}

.box-2 .list-content .item {
  width: 50%;
  margin-bottom: 74px;
  padding-left: 10%;
}

.box-2 .list-content .item .image {
  width: 68px;
  height: 78px;
  margin-right: 16px;
}

.box-2 .list-content .item .title {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

.box-2 .list-content .item .desc {
  margin-top: 8px;
  font-size: 16px;
}

.box-3 {
  background-image: url(../image/bg-3.png);
  height: 900px;
}

.box-3 .content {
  margin-top: 80px;
}

.box-3 .content .desc {
  width: 545px;
}

.box-3 .list-content {
  margin: 38px -6px;
}

.box-3 .list-content .item {
  width: calc(25% - 12px);
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(117, 117, 117, 0.1);
  padding: 35px 0 40px 0;
  margin: 8px 6px;
  border-radius: 4px;
}

.box-3 .list-content .item .image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.box-3 .list-content .item .title {
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
}

.box-3 .list-content .item .desc {
  margin-top: 4px;
  font-size: 12px;
}

.box-4 {
  background-image: url(../image/bg-4.png);
  height: 420px;
}

.box-4 .content {
  margin-top: 92px;
}

.box-5 {
  background-image: url(../image/bg-5.png);
  height: 410px;
}

.box-5 .content {
  margin-top: 110px;
  margin-left: 700px;
}

.box-6 {
  background-image: url(../image/bg-6.png);
  height: 500px;
}

.box-6 .content {
  margin-top: 80px;
}

.box-6 .content .header {
  margin-bottom: 8px;
}

.box-6 .content .desc {
  margin-bottom: 6px;
  font-size: 18px;
  color: #3d3d3d;
}

.box-6 .content .title {
  margin: 30px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
  display: flex;
  align-items: center;
}

.box-6 .content .title .text {
  margin: 0 5px 0 7px;
}

.box-6 .content .image-list {
  margin: 0 -12px 0px -12px;
}

.box-6 .content .image-list .image {
  width: 128px;
  height: 64px;
  border-radius: 4px;
  margin: 0 10px 14px 10px;
  box-shadow: 0px 2px 10px 0px rgba(117, 117, 117, 0.1);
}

.box-7 {
  background-image: url(../image/bg-7.png);
  height: 830px;
}

.box-7 .content {
  margin-top: 70px;
}

.box-7 .content .header {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.box-7 .content .desc {
  margin-bottom: 6px;
  font-size: 18px;
  color: #acacac;
}

.box-7 .tab {
  width: 100%;
}

.box-7 .tab .tab-nav {
  border-bottom: 1px solid #5e5a61;
  margin-bottom: 54px;
}

.box-7 .tab .tab-nav .tab-item {
  min-width: 54px;
}

.box-7 .tab .tab-content {
  display: flex;
  overflow-x: hidden;
  position: relative;
  height: 468px;
}

.box-7 .tab .tab-content .arrow {
  background: url(../svg/triangle-right.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.box-7 .tab .tab-content .arrow:hover {
  opacity: 0.7;
}

.box-7 .tab .tab-content .arrow.disabled {
  cursor: not-allowed;
}

.box-7 .tab .tab-content .arrow.arrow--left {
  transform: rotate(180deg);
  left: 0;
}

.box-7 .tab .tab-content .tab-content-item {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-7 .tab .tab-content .tab-content-item .image {
  height: 468px;
  margin-right: 107px;
}

.box-7 .tab .tab-content .tab-content-item .text {
  margin-top: 140px;
}

.box-7 .tab .tab-content .tab-content-item .text .title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.box-7 .tab .tab-content .tab-content-item .text .desc {
  width: 262px;
  font-size: 14px;
  color: #d4d4d4;
  line-height: 21px;
}

/* ---------------协议--------------- */
.privacy-policy-box,
.terms-box {
  margin: 100px 0;
  font-size: 16px;
}

a.primary {
  color: var(--Color-Primary);
}

button.btn-primary,
button.btn-primary:hover {
  background-color: var(--Color-Primary) !important;
  border: none;
  box-shadow: none !important;
}

button.btn-link {
  color: var(--Color-Primary) !important;
}

.contact-us-form-error {
  position: absolute;
  width: auto;
  height: 14px;
  font-size: 14px;
  color: rgba(255, 41, 41, 1);
  font-weight: 400;
}

#loadingModal .modal-content {
  background-color: transparent;
  border: none;
}

#loadingModal .modal-content .spinner-border.text-primary {
  color: var(--Color-Primary) !important;
}

.required::after {
  content: "*";
  color: #ff0000;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 3px;
}

.partition {
  color: #ddd;
}
