@import "reset.css";
.gradient {
  background: linear-gradient(90deg, #f53a32, #f77e31);
}
.ui-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.067vw 3.2vw;
  line-height: 5.867vw;
  border-radius: 1.067vw;
  color: #f45026;
  border: 1px solid #f45026;
  text-decoration: none;
  text-align: center;
}
.ui-btn.round {
  border-radius: 11.733vw;
}
.ui-btn.s {
  padding: 0.533vw 3.2vw;
  line-height: 4.8vw;
  font-size: 2.933vw;
}
.ui-btn.l {
  padding: 0.533vw 6.4vw;
  line-height: 8.533vw;
}
.ui-btn.full {
  background-color: #f45026;
  color: #fff;
}
.ui-btn.gradient {
  background: linear-gradient(90deg, #f53a32, #f77e31);
  color: #fff;
  border-color: transparent;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn.disabled {
  background-color: #ccc;
  color: #969696;
  border-color: #ccc;
}
.ui-fs {
  font-size: 3.467vw;
}
.ui-fs-s {
  font-size: 2.933vw;
}
.ui-fs-xs {
  font-size: 2.4vw;
}
.ui-fs-l {
  font-size: 3.733vw;
}
.ui-fs-xl {
  font-size: 4.267vw;
}
.ui-text-center {
  text-align: center;
}
.ui-text-hidden {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ui-page-tip {
  display: none;
  position: fixed;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 64vw;
  padding: 3.2vw;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 3.467vw;
  border-radius: 2.133vw;
  overflow: hidden;
  text-align: center;
}
.ui-page-tip.show {
  display: block;
}
html,
body {
  font-size: 3.467vw;
  background: #f1f1f2;
}
.mod-header {
  position: fixed;
  width: 100%;
  height: 11.733vw;
  background: #fff;
  box-sizing: border-box;
  padding: 1.067vw 1.6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 1.067vw 3.2vw rgba(0, 0, 0, 0.1);
}
.mod-header h1 {
  color: #232323;
  line-height: 9.6vw;
  font-size: 2.933vw;
}
.mod-header h1 .logo-link {
  position: relative;
  display: inline-block;
  margin-right: 2.133vw;
}
.mod-header h1 .logo-link::after {
  position: absolute;
  right: -1.067vw;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4.8vw;
  width: 1px;
  background: #f1f1f1;
}
.mod-header h1 .logo {
  width: 26.667vw;
  height: 9.6vw;
  vertical-align: middle;
}
.mod-footer {
  padding: 6.4vw 3.2vw;
  background-color: #3A3A3A;
  color: #fff;
}
.mod-footer a {
  color: #a1a1a1;
}
.mod-footer .sect-links {
  padding-bottom: 3.2vw;
  margin-bottom: 3.2vw;
  border-bottom: 1px solid #4a4a4a;
}
.mod-footer .sect-links dl + dl {
  margin-top: 3.2vw;
}
.mod-footer .sect-links dl dt {
  font-size: 3.467vw;
  margin-bottom: 0.8vw;
}
.mod-footer .sect-links dl dd {
  display: inline-block;
  margin-right: 1.6vw;
  font-size: 2.933vw;
}
.mod-bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 13.067vw;
  border-top: 1px solid #ececec;
  background-color: #fff;
  z-index: 10;
}
.mod-bottom-nav .nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mod-bottom-nav .nav-list li {
  flex: 1;
  padding: 0 0.8vw;
  text-align: center;
}
.mod-bottom-nav .nav-list li .ui-btn {
  display: block;
  background-color: #f1f1f1;
  color: #545454;
  border-color: transparent;
  font-size: 2.933vw;
  padding: 1.067vw 0;
}
.mod-bottom-nav .nav-list li.active .ui-btn {
  background-color: #f45026;
  color: #fff;
}
.mod-side-nav {
  position: fixed;
  z-index: 10;
  right: 2.667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 11.733vw;
  border-radius: 13.333vw;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.mod-side-nav .nav-list li {
  position: relative;
}
.mod-side-nav .nav-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 11.733vw;
  height: 11.733vw;
  background-color: #fff;
  text-align: center;
  color: #232323;
  font-size: 2.4vw;
}
.mod-side-nav .nav-list li img {
  width: 5.6vw;
  height: 5.6vw;
}
.mod-side-nav .nav-list li span {
  display: block;
}
.mod-side-nav .nav-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.4vw;
  height: 1px;
  background-color: #f1f2f3;
}
.mod-side-nav .nav-list li:first-child {
  border-radius: 13.333vw 13.333vw 0 0;
  overflow: hidden;
}
.mod-side-nav .nav-list li:last-child {
  border-radius: 0 0 13.333vw 13.333vw;
  overflow: hidden;
}
.mod-body {
  padding: 11.733vw 0 13.067vw;
}
.mod-banner {
  width: 100vw;
  height: 56vw;
}
.mod-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.mod-banner .full-img {
  width: 100%;
  height: 100%;
}
.mod-banner .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.mod-sect {
  padding: 12.8vw 0 6.4vw;
}
.mod-sect .mod-sect-header .title {
  text-align: center;
  color: #232323;
  font-size: 4.267vw;
  line-height: 1.2;
}
.mod-sect .mod-sect-header .sub-title {
  margin-top: 2.4vw;
  font-weight: normal;
  text-align: center;
  color: #545454;
  font-size: 3.467vw;
  line-height: 1.2;
}
.mod-sect .mod-sect-header + .mod-sect-container {
  padding-top: 8vw;
}
#index .mod-top-news {
  height: 8.533vw;
  padding: 2.133vw 1.6vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 4.267vw;
  background-color: #fff;
}
#index .mod-top-news .top-news-img {
  width: 10.667vw;
}
#index .mod-top-news .news-swiper {
  height: 4.267vw;
  flex: 1;
}
#index .mod-top-news .news-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .mod-top-news .news-swiper .swiper-slide .title {
  flex: 1;
  color: #232323;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#index .mod-top-news .news-swiper .swiper-slide .time {
  text-align: right;
  width: 19.733vw;
  flex: 0 0 19.733vw;
  font-size: 2.933vw;
  color: #969696;
}
#index .apppark-to-do {
  padding: 12.8vw 2.667vw 6.4vw;
}
#index .to-do-nav .nav-list {
  display: flex;
}
#index .to-do-nav .nav-list .item {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.133vw 2.133vw 0 0;
  overflow: hidden;
  color: #545454;
  font-size: 2.933vw;
  box-sizing: border-box;
}
#index .to-do-nav .nav-list .item + .item {
  margin-left: 1.067vw;
}
#index .to-do-nav .nav-list .item.active {
  background: linear-gradient(90deg, #f53a32, #f77e31);
  flex-direction: row;
  width: 36vw;
  flex: 0 0 36vw;
  padding: 2.4vw 4vw 0 5.2vw;
}
#index .to-do-nav .nav-list .item.active .text {
  position: relative;
  color: #fff;
  font-size: 3.733vw;
  font-weight: bold;
}
#index .to-do-nav .nav-list .item.active .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.2vw;
  width: 4.8vw;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5));
}
#index .to-do-nav .nav-list .item.active .img-1 {
  display: none;
}
#index .to-do-nav .nav-list .item.active .img-2 {
  display: block;
}
#index .to-do-nav .nav-list .item .img-1 {
  width: 6.4vw;
  height: 6.4vw;
}
#index .to-do-nav .nav-list .item .img-2 {
  display: none;
  width: 8vw;
  height: 8vw;
  margin-left: 2.4vw;
  margin-top: -1.067vw;
}
#index .to-do-content {
  border-top: 3px solid #f45026;
  border-radius: 0 0 1.6vw 1.6vw;
  background-color: #fff;
  overflow: hidden;
}
#index .to-do-content .swiper-slide {
  box-sizing: border-box;
  padding: 4.8vw 4.8vw 6.4vw;
}
#index .to-do-content .swiper-slide dl {
  padding-left: 4.8vw;
  padding-bottom: 1.6vw;
}
#index .to-do-content .swiper-slide dl dt {
  position: relative;
  font-size: 3.733vw;
  color: #232323;
  font-weight: bold;
}
#index .to-do-content .swiper-slide dl dt::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: -4.267vw;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #f45026;
}
#index .to-do-content .swiper-slide dl dd {
  font-size: 3.467vw;
  color: #969696;
  line-height: 1.5em;
  height: 3em;
}
#index .i18n-wrap {
  margin-top: 1.6vw;
  height: 32vw;
  background: url(images/i18n_bg@2x.png) center no-repeat;
  background-size: cover;
  border-radius: 1.6vw;
  box-sizing: border-box;
  padding: 6.4vw;
  overflow: hidden;
}
#index .i18n-wrap .title {
  position: relative;
  color: #fff;
  font-size: 3.733vw;
  font-weight: bold;
}
#index .i18n-wrap .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.4vw;
  width: 4.8vw;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5));
}
#index .i18n-wrap .des {
  margin-top: 3.6vw;
  color: #fff;
  font-size: 2.933vw;
}
#index .apppark-feature {
  background-color: #fff;
  padding: 12.8vw 2.667vw 6.4vw;
}
#index .apppark-feature .feature-list li {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 4.8vw;
}
#index .apppark-feature .feature-list li + li {
  margin-top: 1.6vw;
}
#index .apppark-feature .feature-list li .img {
  width: 10.667vw;
  height: 10.667vw;
  margin-right: 3.2vw;
}
#index .apppark-feature .feature-list li .content {
  flex: 1;
}
#index .apppark-feature .feature-list li .content h4 {
  color: #232323;
  font-weight: bold;
  font-size: 3.733vw;
}
#index .apppark-feature .feature-list li .content p {
  color: #969696;
  font-size: 2.933vw;
}
#index .apppark-category {
  padding: 12.8vw 0;
}
#index .apppark-category .category-list {
  display: flex;
  align-items: flex-start;
}
#index .apppark-category .category-list li {
  flex: 1;
  text-align: center;
}
#index .apppark-category .category-list li .img {
  width: 14.4vw;
  height: 14.4vw;
  margin-bottom: 1.6vw;
}
#index .apppark-category .category-list li p {
  color: #232323;
  font-weight: bold;
  font-size: 3.733vw;
}
#index .apppark-history {
  background: linear-gradient(90deg, #f53a32, #f77e31);
  background: url(images/history_bg@2x.png) center no-repeat;
  background-size: cover;
  padding: 12.8vw 0;
}
#index .apppark-history .history-list {
  display: flex;
}
#index .apppark-history .history-list li {
  flex: 1;
  text-align: center;
}
#index .apppark-history .history-list li h4 {
  color: #fff;
  font-size: 3.467vw;
}
#index .apppark-history .history-list li h4 em {
  font-size: 9.6vw;
  font-weight: bold;
}
#index .apppark-history .history-list li p {
  font-size: 2.933vw;
  color: #fff;
}
#index .apppark-case {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
#index .apppark-case .swiper-container {
  width: 57.067vw;
  height: 101.333vw;
  overflow: visible;
}
#index .apppark-case .swiper-container .swiper-slide {
  width: 57.067vw;
  height: 101.333vw;
  position: relative;
  box-shadow: 0 1.067vw 3.2vw rgba(0, 0, 0, 0.1);
  border-radius: 2.133vw;
  overflow: hidden;
}
#index .apppark-case .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
#index .apppark-case .swiper-container .swiper-slide .content .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32vw;
  height: 32vw;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 32vw;
  border-radius: 50%;
  overflow: hidden;
  font-size: 3.733vw;
  opacity: 0.9;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-1 {
  background-color: #f46847;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-2 {
  background-color: #4c33af;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-3 {
  background-color: #db2a36;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-4 {
  background-color: #f5523c;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-5 {
  background-color: #86e959;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-6 {
  background-color: #e70066;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-7 {
  background-color: #fbd372;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-8 {
  background-color: #e70066;
}
#index .apppark-case .swiper-container .swiper-slide .content .title.t-9 {
  background-color: #71d6d0;
}
#index .apppark-case .tips {
  padding-top: 6.4vw;
  text-align: center;
  font-size: 2.4vw;
  color: #969696;
}
#index .backdrop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
#index .modal-activity {
  display: none;
  position: fixed;
  z-index: 6;
  top: 20%;
  left: 0;
}
#index .modal-activity .activity-link {
  display: block;
}
#index .modal-activity .activity-link img {
  width: 100%;
}
#index .modal-activity .activity-close {
  position: absolute;
  z-index: 7;
  right: 14.4vw;
  top: 8vw;
  display: block;
  width: 8vw;
  height: 8vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12.8vw;
  line-height: 8vw;
  text-align: center;
  text-decoration: none;
  font-size: 2.4vw;
  color: #fff;
}
#capability .apppark-capability {
  background-color: #fff;
}
#capability .apppark-capability .capability-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#capability .apppark-capability .capability-list li {
  position: relative;
  width: 42.667vw;
  flex: 0 0 42.667vw;
  background-color: #f9f9f9;
  padding: 3.2vw 4.8vw;
  box-sizing: border-box;
  margin: 6vw 0 0.667vw 0;
  border-radius: 2.133vw;
}
#capability .apppark-capability .capability-list li .image {
  width: 9.6vw;
  height: 9.6vw;
  background-color: #f45026;
  text-align: center;
  line-height: 9.6vw;
  border-radius: 2.133vw;
  margin-top: -7.2vw;
  overflow: hidden;
}
#capability .apppark-capability .capability-list li .image.orange {
  background-color: #ff9b39;
}
#capability .apppark-capability .capability-list li .image.blue {
  background-color: #49b1fa;
}
#capability .apppark-capability .capability-list li .image.green {
  background-color: #93da54;
}
#capability .apppark-capability .capability-list li .image img {
  width: 100%;
  height: 100%;
}
#capability .apppark-capability .capability-list li h3 {
  font-size: 3.733vw;
  color: #232323;
  padding: 1.6vw 0 0.8vw 0;
}
#capability .apppark-capability .capability-list li p {
  font-size: 2.933vw;
  color: #969696;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
#capability .apppark-capability .capability-list li .link {
  position: absolute;
  right: 1.6vw;
  top: 1.6vw;
  font-size: 2.933vw;
  color: #f45026;
}
#capability .apppark-service .service-list {
  padding: 0 4.8vw 0 9.6vw;
}
#capability .apppark-service .service-list li {
  background-color: #fff;
  padding: 6.4vw 4.8vw;
  box-sizing: border-box;
  margin: 2.4vw 0;
  border-radius: 2.133vw;
  display: flex;
  align-items: center;
}
#capability .apppark-service .service-list li .img {
  width: 9.6vw;
  height: 9.6vw;
  margin: 0 1.6vw 0 -9.6vw;
}
#capability .apppark-service .service-list li .content {
  flex: 1;
}
#capability .apppark-service .service-list li .content h4 {
  font-size: 3.733vw;
  color: #232323;
  margin-bottom: 1.067vw;
}
#capability .apppark-service .service-list li .content p {
  font-size: 2.933vw;
  color: #969696;
}
#capability .apppark-service .service-link {
  display: flex;
  align-items: center;
  margin: 8vw 2.4vw 0;
  height: 11.733vw;
  padding: 0 1.2vw 0 3.2vw;
  background: linear-gradient(-90deg, #f5c88f, #d4ab77);
  border-radius: 2.133vw;
  overflow: hidden;
}
#capability .apppark-service .service-link .img {
  width: 19.733vw;
  height: 5.6vw;
}
#capability .apppark-service .service-link .next {
  width: 6.4vw;
  height: 6.4vw;
}
#capability .apppark-service .service-link p {
  flex: 1;
  padding: 0 3.2vw;
  color: #76624A;
  font-size: 3.467vw;
}
#capability .apppark-supply {
  background-color: #fff;
}
#capability .apppark-supply .supply-list {
  display: flex;
  align-items: flex-start;
}
#capability .apppark-supply .supply-list li {
  flex: 1;
  text-align: center;
}
#capability .apppark-supply .supply-list li .img {
  width: 14.4vw;
  height: 14.4vw;
  margin-bottom: 1.6vw;
}
#capability .apppark-supply .supply-list li p {
  color: #232323;
  font-weight: bold;
  font-size: 3.733vw;
}
#guide .mod-banner {
  height: 37.333vw;
}
#guide .mod-banner img {
  width: 100%;
  height: 100%;
}
#guide .guide-list > li {
  position: relative;
  padding: 7.2vw 4vw 7.2vw 20vw;
}
#guide .guide-list > li:nth-child(odd) {
  background: linear-gradient(90deg, rgba(247, 126, 49, 0.1), rgba(245, 58, 50, 0.1));
}
#guide .guide-list > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10.4vw;
  content: "";
  width: 2px;
  opacity: 0.3;
  background-color: #f45026;
}
#guide .guide-list > li:last-child::before {
  display: none;
}
#guide .guide-list > li .step {
  position: absolute;
  top: -4.267vw;
  left: 6.4vw;
  display: block;
  text-align: center;
  line-height: 8.533vw;
  width: 8.533vw;
  height: 8.533vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #F77E31, #F53A32);
  box-shadow: 0px 8px 16px 0px rgba(135, 28, 0, 0.18);
  font-size: 4.267vw;
  font-weight: bold;
  color: #fff;
}
#guide .guide-list > li h3 {
  font-size: 3.733vw;
  color: #232323;
  font-weight: bold;
  margin-bottom: 3.2vw;
}
#guide .guide-list > li .content ul {
  margin-bottom: 3.2vw;
}
#guide .guide-list > li .content ul li {
  position: relative;
  font-size: 3.467vw;
  color: #969696;
  padding-left: 3.2vw;
}
#guide .guide-list > li .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f45026;
}
#guide .contact-card {
  width: 94.667vw;
  height: 26.667vw;
  padding: 4.8vw 0;
  box-sizing: border-box;
  margin: 0 auto;
  background: #2b2721 url(images/card_bg@2x.png) no-repeat;
  background-size: cover;
  border-radius: 2.133vw;
  overflow: hidden;
  text-align: center;
}
#guide .contact-card h4 {
  font-size: 4.267vw;
  color: #F5C88F;
  margin-bottom: 3.2vw;
}
#guide .contact-card .ui-btn {
  background-color: #F5C88F;
  color: #312C25;
  border-color: transparent;
}
#sign .mod-body {
  background: url(images/sign_bg@2x.png) center bottom no-repeat;
  background-size: 100vw 104vw;
  height: 100%;
  box-sizing: border-box;
}
#sign .sign-wrap {
  position: relative;
  box-sizing: border-box;
  width: 90.667vw;
  margin: 8vw auto;
  background-color: #fff;
  padding: 7.2vw;
  border-radius: 2.133vw;
  box-shadow: 0 1.6vw 4.8vw rgba(244, 80, 28, 0.2);
  overflow: hidden;
}
#sign .sign-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7.2vw;
  background-color: #f45026;
  width: 4px;
  border-radius: 0 4px 4px 0;
  height: 9.6vw;
}
#sign .sign-wrap h1 {
  font-size: 4.267vw;
  color: #232323;
  line-height: 1.2;
  margin-bottom: 1.067vw;
}
#sign .sign-wrap h2 {
  font-size: 3.467vw;
  color: #969696;
  font-weight: normal;
  line-height: 1.2;
}
#sign .sign-wrap .sign-form {
  padding: 8vw 0 0;
}
#sign .sign-wrap .sign-form .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 3.2vw;
}
#sign .sign-wrap .sign-form .form-row input {
  flex: 1;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: 8.533vw;
  line-height: 8.533vw;
  padding: 0 1.6vw;
  font-size: 3.733vw;
  color: #232323;
}
#sign .sign-wrap .sign-form .form-row input[type="button"] {
  border-radius: 11.733vw;
  background: linear-gradient(90deg, #f53a32, #f77e31);
  color: #fff;
  height: 11.733vw;
  line-height: 11.733vw;
}
#sign .sign-wrap .sign-form .form-row input:focus {
  border: none;
  border-bottom: 1px solid #f45026;
  background-color: transparent !important;
}
#sign .sign-wrap .sign-form .form-row input:focus::placeholder {
  color: #232323 !important;
}
#sign .sign-wrap .sign-form .form-row.error input {
  background-color: rgba(244, 80, 28, 0.1);
  border-bottom: 1px solid #f45026;
}
#sign .sign-wrap .sign-form .form-row.error input::placeholder {
  color: #f45026;
}
#sign .sign-wrap .sign-form .form-row.code {
  justify-content: space-between;
}
#sign .sign-wrap .sign-form .form-row.code input {
  width: 42vw ;
  flex: 0 0 42vw;
}
#sign .sign-wrap .sign-form .form-row.code .btn-code {
  width: 28.8vw;
  flex: 0 0 28.8vw;
}
#sign .sign-wrap .sign-form .protocol-tip {
  text-align: center;
  font-size: 2.933vw;
  color: #969696;
}
#sign .sign-wrap .sign-form .protocol-tip a {
  color: #545454;
}
#case {
  background-color: #fff;
}
#case .mod-body {
  height: 100%;
  box-sizing: border-box;
}
#case .case-swiper {
  width: 100%;
  height: 100%;
}
#case .case-swiper .swiper-pagination {
  bottom: 16vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16vw;
  height: 8vw;
  line-height: 8vw;
  color: #f45026;
  font-size: 3.733vw;
  font-weight: bold;
  border-radius: 4vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.067vw 3.2vw rgba(0, 0, 0, 0.2);
}
#case .case-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#case .case-item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(48vw);
  width: 240%;
  padding-top: 240%;
  border-radius: 50%;
  background-color: #f45026;
}
#case .case-item .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4.8vw 12.8vw;
  padding: 4.8vw;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
#case .case-item .top .icon {
  width: 16vw;
  height: 16vw;
  border-radius: 3.2vw;
  margin-bottom: 3.2vw;
}
#case .case-item .top .name {
  font-size: 3.733vw;
  color: #232323;
  margin-bottom: 0.8vw;
  line-height: 1.2;
}
#case .case-item .top .txt {
  font-size: 2.933vw;
  color: #969696;
  margin-bottom: 0.8vw;
  line-height: 1.2;
}
#case .case-item .top .ui-btn {
  width: 32vw;
}
#case .case-item .images {
  position: absolute;
  top: 64vw;
  left: 0;
  width: 100vw;
}
#case .case-item .images .img {
  position: absolute;
  z-index: 2;
  box-shadow: 0 -1.067vw 3.733vw rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
#case .case-item .images .img.img-1 {
  width: 57.6vw;
  height: 102.4vw;
  top: 0;
  left: 50%;
  margin-left: -28.8vw;
  z-index: 3;
}
#case .case-item .images .img.img-2 {
  width: 51.2vw;
  height: 90.667vw;
  top: 50%;
  left: 2.4vw;
  margin-top: 8vw;
}
#case .case-item .images .img.img-3 {
  width: 51.2vw;
  height: 90.667vw;
  top: 50%;
  right: 2.4vw;
  margin-top: 8vw;
}
#case .case-item.swiper-slide-active .top {
  -webkit-animation: fadeInUp 1s 0.3s ease both;
  animation: fadeInUp 1s 0.3s ease both;
}
#case .case-item.swiper-slide-active .images {
  -webkit-animation: fadeInUp 1s 0.6s ease both;
  animation: fadeInUp 1s 0.6s ease both;
}
#case .case-item.swiper-slide-active .images .img-2 {
  -webkit-animation: fadeInRight 1s 0.8s ease both;
  animation: fadeInRight 1s 0.8s ease both;
}
#case .case-item.swiper-slide-active .images .img-3 {
  -webkit-animation: fadeInLeft 1s 0.8s ease both;
  animation: fadeInLeft 1s 0.8s ease both;
}
#case .case-tip {
  position: absolute;
  left: 0;
  bottom: 13.067vw;
  z-index: 5;
  width: 100%;
  padding: 3.2vw 0;
  background-color: rgba(244, 80, 28, 0.6);
  color: #fff;
  text-align: center;
  font-size: 2.933vw;
}
#protocol {
  background-color: #fff;
}
#protocol .apppark-protocol {
  padding: 4.267vw 3.2vw;
}
#protocol .apppark-protocol .mod-sect-container {
  margin-top: 3.2vw;
  padding-top: 1.6vw;
  border-top: 1px solid #ececec;
}
#protocol .agreement-content p {
  line-height: 1.5;
  padding: 1.6vw 0;
  text-indent: 2em;
  font-size: 3.467vw;
  color: #545454;
}
#cooperation .contact-btn {
  text-align: center;
  padding: 8vw;
}
#cooperation .sect-marketing {
  background: #fff url(images/cooperation_wave@2x.png) center bottom no-repeat;
  background-size: 100vw;
}
#cooperation .sect-marketing .text {
  padding: 0 3.2vw 4vw;
  text-indent: 2em;
  color: #232323;
  font-size: 3.467vw;
}
#cooperation .sect-marketing .slogan {
  text-align: center;
  font-size: 3.733vw;
  font-weight: bold;
  padding-bottom: 12vw ;
  color: #232323;
}
#cooperation .sect-feature .feature-list {
  padding: 0 4.8vw 0 9.6vw;
}
#cooperation .sect-feature .feature-list li {
  background-color: #fff;
  padding: 3.2vw 4.8vw;
  box-sizing: border-box;
  margin: 2.4vw 0;
  border-radius: 2.133vw;
  display: flex;
  align-items: center;
}
#cooperation .sect-feature .feature-list li span {
  display: block;
  width: 9.6vw;
  height: 9.6vw;
  margin: 0 1.6vw 0 -9.6vw;
  background-color: #f45026;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 9.6vw;
  font-size: 4.267vw;
}
#cooperation .sect-feature .feature-list li p {
  flex: 1;
  font-size: 3.467vw;
  color: #545454;
}
#cooperation .sect-chance {
  padding-top: 8vw;
  margin: 0 3.2vw 8vw;
  border-radius: 2.133vw;
  background: linear-gradient(90deg, #f53a32, #f77e31);
}
#cooperation .sect-chance .mod-sect-header .title {
  color: #fff;
}
#cooperation .sect-chance .text {
  padding: 0 3.2vw 4vw;
  text-indent: 2em;
  color: #fff;
  font-size: 3.467vw;
}
#cooperation .sect-chance .slogan {
  text-align: center;
  font-size: 3.733vw;
  font-weight: bold;
  color: #fff;
}
#cooperation .sect-apppark-feature {
  background: #fff;
}
#cooperation .sect-apppark-feature .feature-list {
  display: flex;
  flex-wrap: wrap;
}
#cooperation .sect-apppark-feature .feature-list li {
  width: 25%;
  flex: 0 0 25%;
  text-align: center;
  padding: 3.2vw 0;
}
#cooperation .sect-apppark-feature .feature-list li p {
  margin-top: 1.6vw;
  font-size: 2.933vw;
  color: #545454;
}
#cooperation .sect-parters .parters-list {
  display: flex;
  flex-wrap: wrap;
}
#cooperation .sect-parters .parters-list li {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  text-align: center;
  padding: 3.2vw 0;
}
#cooperation .sect-support {
  background: #fff;
}
#cooperation .sect-support .feature-list {
  display: flex;
  flex-wrap: wrap;
}
#cooperation .sect-support .feature-list li {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding: 3.2vw 0;
}
#cooperation .sect-support .feature-list li p {
  margin-top: 1.6vw;
  font-size: 2.933vw;
  color: #545454;
}
#cooperation .sect-recruit {
  background-color: #32302d;
  padding-bottom: 48vw ;
}
#cooperation .sect-recruit .mod-sect-header .title,
#cooperation .sect-recruit .mod-sect-header .sub-title {
  color: #fff;
}
#cooperation .sect-recruit .rule-list {
  padding: 0 6.4vw;
}
#cooperation .sect-recruit .rule-list li {
  font-size: 3.467vw;
  color: rgba(255, 255, 255, 0.6);
}
#cooperation .sect-form {
  position: relative;
  background: #fff url(images/cooperation_bg_form.png) repeat;
  background-size: 25%;
  margin: -36vw 3.2vw 9.6vw;
  padding: 3.2vw;
  border-radius: 2.133vw;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}
#cooperation .sect-form .mod-sect-header .title {
  position: absolute;
  left: 50%;
  top: 0;
  height: 24vw;
  width: 24vw;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  background: #f45026;
  text-align: center;
  color: #fff;
  line-height: 24vw;
}
#cooperation .sect-form .mod-sect-container {
  background: #fff;
  padding: 16vw 3.2vw 4.8vw;
}
#cooperation .sect-form .mod-sect-container .form-row {
  margin-bottom: 3.2vw;
}
#cooperation .sect-form .mod-sect-container .form-row .label {
  display: block;
  font-size: 3.733vw;
  color: #545454;
}
#cooperation .sect-form .mod-sect-container .form-row .label span {
  color: #f45026;
}
#cooperation .sect-form .mod-sect-container .form-row input,
#cooperation .sect-form .mod-sect-container .form-row select {
  flex: 1;
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  border: 1px solid #eee;
  height: 11.733vw;
  line-height: 11.733vw;
  padding: 0 1.6vw;
  font-size: 3.733vw;
  color: #232323;
  box-sizing: border-box;
}
#cooperation .sect-form .mod-sect-container .form-row input.block,
#cooperation .sect-form .mod-sect-container .form-row select.block {
  width: 100%;
}
#cooperation .sect-form .mod-sect-container .form-row input:focus {
  border: none;
  border: 1px solid #f45026;
  background-color: transparent !important;
}
#cooperation .sect-form .mod-sect-container .form-row input:focus::placeholder {
  color: #232323 !important;
}
#cooperation .sect-form .mod-sect-container .form-row input {
  -webkit-appearance: none;
}
#cooperation .sect-form .mod-sect-container .form-row select {
  width: 50%;
}
#cooperation .sect-form .mod-sect-container .form-row .error {
  color: #f45026;
  font-size: 2.933vw;
  margin-top: 0.533vw;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
