.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #e5e5e5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #cccccc !important;
}
.mCSB_scrollTools {
  width: 8px;
  border-radius: 10px;
  background-color: #e5e5e5;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 10px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 8px;
}
input:focus {
  border-color: #1B3E6A;
}
.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 10px 20px;
  min-width: 400px;
  max-width: 900px;
  z-index: 10;
  font-size: 14px;
}
.msg-box .warning {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #fe4066;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box .success {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #3f9f00;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box p {
  color: #fe4066;
}
.enterprise-body {
  box-sizing: border-box;
}
.enterprise-body::after {
  content: '';
  display: block;
  clear: both;
}
.enterprise {
  font-size: 0;
}
.enterprise .ent-con {
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.enterprise .ent-con h2 {
  font-size: 44px;
  font-weight: 500;
  color: #1C2C44;
}
.enterprise .ent-con .des-tip {
  font-size: 18px;
  color: #2E2F30;
  font-weight: 400;
  margin-top: 16px;
}
.enterprise .ent-con .concact-btn {
  width: 240px;
  height: 56px;
  background: linear-gradient(227deg, #3c5779 0%, #1c2c44 57%);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 56px;
  font-weight: 500;
}
.enterprise .ent-con .concact-btn:hover {
  opacity: 0.8;
}
.enterprise .custom-from {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box;
}
.enterprise .custom-from .from {
  padding: 8px;
}
.enterprise .custom-from .from-item {
  margin-bottom: 16px;
}
.enterprise .custom-from .from-item input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.enterprise .custom-from .from-item input:focus {
  border-color: #353030;
}
.enterprise .custom-from .from-item button {
  width: 100%;
  height: 48px;
  background: linear-gradient(225deg, #1c406c, #0c1e3b);
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
}
.enterprise .custom-from .from-item button:hover {
  opacity: 0.9;
}
.enterprise .custom-from .from-item .error {
  margin: 4px 0;
  color: #fe4066;
  opacity: 0;
  font-size: 12px;
}
.enterprise .custom-from .from-item .all-error {
  text-align: center;
  margin-top: 20px;
}
.enterprise .custom-from .from-item .select {
  position: relative;
  margin-bottom: 20px;
}
.enterprise .custom-from .from-item .select .selected-box {
  cursor: default;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  line-height: 18px;
  text-align: left;
}
.enterprise .custom-from .from-item .select .selected-box i {
  color: #222222;
  float: right;
}
.enterprise .custom-from .from-item .select .selected-val {
  color: #ccc;
  font-size: 14px;
}
.enterprise .custom-from .from-item .select .select-menu {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  top: 56px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 100;
  max-height: 200px;
  overflow: hidden;
  display: none;
  border-radius: 8px;
}
.enterprise .custom-from .from-item .select .select-menu li {
  display: block;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #353030;
  line-height: 22px;
}
.enterprise .custom-from .from-item .select .select-menu li:hover {
  background-color: #F8F6F6;
}
.enterprise .custom-from .from-next-con {
  text-align: center;
  padding: 16px 0 8px;
  color: #353030;
  font-size: 16px;
  display: none;
}
.enterprise .custom-from .from-next-con .header-icon {
  margin-bottom: 16px;
}
.enterprise .custom-from .from-next-con .header-icon i {
  font-size: 48px;
  color: #3fc095;
}
.enterprise .custom-from .from-next-con .header-icon i.icontop {
  color: #FFB300;
}
.enterprise .custom-from .from-next-con .from-msg {
  width: 60%;
  margin: auto;
}
.enterprise .custom-from .from-next-con .n-from-wx {
  background-color: #F8F6F6;
  padding: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 1.5;
  margin: 24px auto;
}
.enterprise .custom-from .from-next-con .n-from-wx img {
  width: 92px;
}
.enterprise .custom-from .from-next-con .n-from-wx span {
  display: inline-block;
  padding: 24px 16px;
  width: calc(100% - 124px);
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
.enterprise .custom-from .from-next-con .from-return {
  color: #fe4066;
  cursor: pointer;
}
.enterprise .ent-banner {
  background: url('/images/enterprise/ent-banner-bg.png') no-repeat top center;
  background-size: cover;
}
.enterprise .ent-banner .banner-con {
  padding: 100px 0 68px;
  width: 92%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.enterprise .ent-banner .banner-con .banner-inner {
  max-width: 577px;
  color: #fff;
}
.enterprise .ent-banner .banner-con .banner-inner .banner-title1 {
  font-size: 48px;
}
.enterprise .ent-banner .banner-con .banner-inner h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 40px 0 32px;
  line-height: 32px;
  color: #fff;
}
.enterprise .ent-banner .banner-con .banner-inner ul li {
  margin-top: 16px;
  display: inline-block;
  width: 40%;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.enterprise .ent-banner .banner-con .banner-inner ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0EE2E8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.enterprise .ent-banner .banner-con .banner-inner ul li:nth-child(2)::before {
  background-color: #0091FF;
}
.enterprise .ent-banner .banner-con .banner-inner ul li:nth-child(3)::before {
  background-color: #E061B0;
}
.enterprise .ent-banner .banner-con .banner-inner ul li:nth-child(4)::before {
  background-color: #F9DA10;
}
.enterprise .ent-banner .banner-con .banner-inner p {
  margin-top: 40px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 24px;
  border-radius: 22px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0091FF;
  max-width: 384px;
}
.enterprise .ent-banner .banner-con .banner-inner p img {
  margin-right: 14px;
  vertical-align: text-top;
}
.enterprise .ent-banner .banner-con .banner-inner p.web-small {
  display: none;
}
.enterprise .ent-logo {
  margin: auto;
  overflow: hidden;
  background: #F4F8FC;
  padding: 72px 0 64px;
}
.enterprise .ent-logo h2 {
  font-size: 26px;
  font-weight: 400;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.enterprise .ent-logo .list {
  width: calc(202px * 6 + 24px * 5);
  animation: left-effect 20s linear infinite;
  display: flex !important;
  margin-top: 64px;
}
.enterprise .ent-logo .list:hover {
  animation-play-state: paused;
}
.enterprise .ent-logo .list img {
  display: block;
  width: 202px;
  margin-right: 24px;
  border-radius: 16px;
  transition: transform 400ms ease-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.enterprise .ent-logo .list img:hover {
  transform: scale(1.05);
}
.enterprise .ent-logo .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.enterprise .ent-logo .list3 {
  animation: left-effect 40s linear infinite;
  margin-top: 24px;
}
.enterprise .ent-logo .logo-tips {
  font-size: 18px;
  color: #2E2F30;
  opacity: 0.5;
  margin-top: 42px;
}
.enterprise .ent-advantage {
  background-color: #F4F8FC;
  padding: 80px 0;
}
.enterprise .ent-advantage ul {
  width: 92%;
  margin: 20px auto 0;
}
.enterprise .ent-advantage ul li {
  margin: 64px 32px 0;
  width: 400px;
  height: 320px;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 0px rgba(5, 19, 115, 0.08);
  display: inline-block;
}
.enterprise .ent-advantage ul li img {
  width: 200px;
  position: absolute;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
}
.enterprise .ent-advantage ul li > div {
  width: 92%;
  margin: auto;
}
.enterprise .ent-advantage ul li h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  margin: 120px auto 24px;
}
.enterprise .ent-advantage ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(46, 47, 48, 0.8);
  width: 80%;
  margin: auto;
  line-height: 28px;
  max-width: 280px;
}
.enterprise .ent-advantage .concact-btn {
  margin-top: 64px;
}
.enterprise .ent-introduce {
  padding: 80px 0;
}
.enterprise .ent-introduce .ent-admin .admin-nav {
  margin: 60px auto 40px;
}
.enterprise .ent-introduce .ent-admin .admin-nav li {
  font-size: 20px;
  cursor: pointer;
  color: #202020;
  font-weight: 400;
  opacity: 0.3;
  width: 160px;
  padding: 14px 0;
  background-color: rgba(254, 64, 102, 0.2);
  border-radius: 16px 16px 16px 0;
  display: inline-block;
  margin-right: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.enterprise .ent-introduce .ent-admin .admin-nav li:nth-child(2) {
  background-color: rgba(0, 157, 255, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-nav li:nth-child(3) {
  background-color: rgba(255, 151, 0, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-nav li:nth-child(4) {
  background-color: rgba(3, 217, 217, 0.2);
  margin-right: 0;
}
.enterprise .ent-introduce .ent-admin .admin-nav li img {
  margin-right: 8px;
  vertical-align: middle;
}
.enterprise .ent-introduce .ent-admin .admin-nav li span {
  vertical-align: middle;
}
.enterprise .ent-introduce .ent-admin .admin-nav li.active {
  opacity: 1;
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn {
  display: none;
  margin: 32px auto;
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn li {
  font-size: 16px;
  cursor: pointer;
  color: #202020;
  font-weight: 400;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  background-color: rgba(254, 64, 102, 0.2);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  margin-right: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn li:nth-child(2) {
  background-color: rgba(0, 157, 255, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn li:nth-child(3) {
  background-color: rgba(255, 151, 0, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn li:nth-child(4) {
  background-color: rgba(3, 217, 217, 0.2);
  margin-right: 0;
}
.enterprise .ent-introduce .ent-admin .admin-nav-btn li.active {
  opacity: 1;
}
.enterprise .ent-introduce .ent-admin .admin-content {
  text-align: left;
  width: 92%;
  max-width: 1200px;
  margin: auto;
}
.enterprise .ent-introduce .ent-admin .admin-content li {
  display: none;
  transition: 0.3s;
  background-color: rgba(254, 64, 102, 0.2);
  border-radius: 60px 60px 60px 0;
  padding: 90px 0 90px 80px;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con {
  max-width: 440px;
  margin-right: 40px;
  display: inline-block;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con img {
  display: block;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con h3 {
  font-size: 40px;
  font-weight: 500;
  color: #202020;
  margin: 24px 0 40px;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con p {
  font-size: 20px;
  font-weight: 400;
  color: #202020;
  line-height: 32px;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con a {
  width: 216px;
  height: 48px;
  background: #3A0D1C;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  line-height: 48px;
  margin-top: 48px;
}
.enterprise .ent-introduce .ent-admin .admin-content li .item-con a:hover {
  opacity: 0.8;
}
.enterprise .ent-introduce .ent-admin .admin-content li .right-img {
  max-width: 640px;
  float: right;
  margin-right: -40px;
  box-shadow: 0px 2px 32px 0px rgba(5, 26, 65, 0.5);
}
.enterprise .ent-introduce .ent-admin .admin-content li.active {
  display: block;
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(2) {
  background-color: rgba(0, 157, 255, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(2) .item-con a {
  background: #051a41;
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(3) {
  background-color: rgba(255, 151, 0, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(3) .item-con a {
  background: #2F1206;
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(4) {
  background-color: rgba(3, 217, 217, 0.2);
}
.enterprise .ent-introduce .ent-admin .admin-content li:nth-child(4) .item-con a {
  background: #031C26;
}
.enterprise .ent-introduce .ent-admin .admin-content li::after {
  content: '';
  display: block;
  clear: both;
}
.enterprise .ent-introduce .ent-admin .active-btn {
  text-align: center;
  margin: 30px 0 16px;
}
.enterprise .ent-introduce .ent-admin .active-btn li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: 0.2s;
  background: #ffffff;
  border: 1px solid #fe4066;
  margin: 0 5px;
  cursor: pointer;
}
.enterprise .ent-introduce .ent-admin .active-btn li.active {
  width: 25px;
  background: #fe4066;
}
.enterprise .ent-project {
  background-color: #F4F8FC;
  padding: 80px 0;
}
.enterprise .ent-project ul {
  width: 92%;
  margin: 64px auto;
}
.enterprise .ent-project ul li {
  width: 418px;
  display: inline-block;
  padding: 16px;
  margin: 16px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 0px rgba(5, 19, 115, 0.08);
}
.enterprise .ent-project ul li img {
  width: 100%;
}
.enterprise .ent-project ul li p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #202020;
  line-height: 32px;
  margin-top: 16px;
}
.enterprise .ent-table {
  padding: 48px 0 100px;
}
.enterprise .ent-table .table-con {
  margin: 64px auto 16px;
  height: 656px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  width: 92%;
  max-width: 1252px;
}
.enterprise .ent-table .table-con table {
  margin-top: 32px;
  background-color: #ffffff;
  border: 1px solid #d8d9db;
  border-radius: 8px;
  width: 100%;
  border-collapse: collapse;
}
.enterprise .ent-table .table-con table th {
  background-color: #f9f9f9;
  width: calc(100%/4);
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  color: #5C5758;
  border-bottom: 1px solid #d8d9db;
}
.enterprise .ent-table .table-con table th:first-child {
  background-color: #fff;
  font-size: 22px;
  color: #353030;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
.enterprise .ent-table .table-con table th:first-child::before {
  content: '';
  width: 5px;
  height: 22px;
  background: #fe4066;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.enterprise .ent-table .table-con table td {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #5c5758;
}
.enterprise .ent-table .table-con table td:first-child {
  text-align: left;
  padding-left: 50px;
}
.enterprise .ent-table .table-con table td .iconfont {
  color: #fe4066;
}
.enterprise .ent-table .table-con table td.tab-h {
  font-weight: 600;
  color: #353030;
  position: relative;
}
.enterprise .ent-table .table-con table td.tab-h::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fe4066;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.enterprise .ent-table .table-con .bottom-white {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 246px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}
.enterprise .ent-table .table-con.active {
  height: auto;
  margin-bottom: 36px;
}
.enterprise .ent-table .table-con.active .bottom-white {
  display: none;
}
.enterprise .ent-table .expand-btn {
  width: 140px;
  height: 46px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  margin: auto;
  line-height: 46px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 8px;
}
.enterprise .ent-table .expand-btn .iconfont {
  font-size: 12px;
  margin-left: 4px;
  position: relative;
  display: inline-block;
}
.enterprise .ent-table .expand-btn .iconfont.up {
  transform: rotate(180deg);
  bottom: 2px;
}
.enterprise .ent-table .expand-btn:hover {
  background-color: #e9e9e9;
}
.enterprise .ent-choose {
  padding: 120px 0;
}
.enterprise .ent-choose .ent-content3 {
  margin: 80px auto 0;
  width: 92%;
  max-width: 1300px;
}
.enterprise .ent-choose .ent-content3 ul li {
  display: inline-block;
  width: calc((100% - 144px)/4);
  margin-left: 38px;
  color: #353030;
  vertical-align: top;
}
.enterprise .ent-choose .ent-content3 ul li:first-child {
  margin-left: 0;
}
.enterprise .ent-choose .ent-content3 ul li img {
  width: 88px;
}
.enterprise .ent-choose .ent-content3 ul li h4 {
  font-size: 22px;
  color: #2E2F30;
  font-weight: 600;
  margin: 24px auto;
}
.enterprise .ent-choose .ent-content3 ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #2e2f30;
  line-height: 28px;
}
.enterprise .ent-auth {
  padding-bottom: 128px;
}
.enterprise .ent-auth ul {
  margin: auto;
}
.enterprise .ent-auth ul li {
  margin: 64px 12px 0;
  width: 424px;
  display: inline-block;
}
.enterprise .ent-auth ul li .pic {
  background: #F4F8FC;
  border-radius: 16px;
  padding: 24px 0;
}
.enterprise .ent-auth ul li .pic img {
  width: 190px;
}
.enterprise .ent-auth ul li h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  margin: 32px auto 8px;
}
.enterprise .ent-auth ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #2e2f30;
  margin: auto;
  line-height: 28px;
}
.enterprise .ent-adapter {
  padding: 80px 0 128px;
  background: url('/images/enterprise/ent-adapter-bg.svg') no-repeat center;
  background-size: cover;
}
.enterprise .ent-adapter h2 {
  color: #fff;
}
.enterprise .ent-adapter ul {
  width: 92%;
  margin: 20px auto 0;
}
.enterprise .ent-adapter ul li {
  margin: 64px 32px;
  width: 400px;
  height: 288px;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 0px rgba(5, 19, 115, 0.08);
  display: inline-block;
}
.enterprise .ent-adapter ul li img {
  width: 200px;
  position: absolute;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
}
.enterprise .ent-adapter ul li > div > div {
  width: 92%;
  margin: auto;
}
.enterprise .ent-adapter ul li h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2e2f30;
  margin: 120px auto 24px;
}
.enterprise .ent-adapter ul li p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(46, 47, 48, 0.8);
  width: 80%;
  margin: auto;
  line-height: 28px;
  max-width: 280px;
}
.enterprise .ent-scheme {
  padding: 128px 0;
}
.enterprise .ent-scheme .scheme-con {
  margin: 64px auto 0;
}
.enterprise .ent-scheme .scheme-con .list {
  width: 424px;
  background: linear-gradient(137deg, #f9fdff, #e0f3ff 100%);
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
}
.enterprise .ent-scheme .scheme-con .list img {
  width: 100%;
}
.enterprise .ent-scheme .scheme-con .list > div {
  padding: 32px 56px 56px;
  text-align: left;
}
.enterprise .ent-scheme .scheme-con .list > div h4 {
  font-size: 32px;
  font-weight: 600;
  color: #2e2f30;
}
.enterprise .ent-scheme .scheme-con .list > div p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(46, 47, 48, 0.8);
  line-height: 28px;
  margin-top: 24px;
}
.enterprise .ent-scheme .scheme-con .arrow-next {
  margin: 0 40px;
  width: 56px;
  vertical-align: middle;
}
.enterprise .ent-faq {
  padding: 128px 0;
}
.enterprise .ent-faq .faq-list {
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
  text-align: left;
}
.enterprise .ent-faq .faq-list .list {
  padding: 32px 25px;
  transition: 0.3s;
  border-bottom: 1px solid #F0EEEE;
}
.enterprise .ent-faq .faq-list .list .title {
  padding-left: 39px;
  font-size: 20px;
  line-height: 28px;
  color: #353030;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.enterprise .ent-faq .faq-list .list .title:hover {
  color: #009dff;
}
.enterprise .ent-faq .faq-list .list .title::before {
  width: 22px;
  height: 22px;
  background: linear-gradient(134deg, #43b7ff, #009dff 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  content: 'Q';
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
}
.enterprise .ent-faq .faq-list .list .desc {
  display: none;
  padding-top: 8px;
  padding-left: 39px;
}
.enterprise .ent-faq .faq-list .list .desc p {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 856px;
}
.enterprise .ent-faq .faq-list .list .desc p a {
  color: #009DFF;
}
.enterprise .ent-faq .faq-list .list .desc p a:hover {
  text-decoration: underline;
}
.enterprise .ent-faq .faq-list .list.active {
  background-color: #ffffff;
}
.enterprise .ent-footer {
  padding: 0;
  width: 100%;
  min-height: 684px;
  position: relative;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.enterprise .ent-footer .footer-con {
  text-align: center;
  color: #fff;
  padding: 60px 0;
}
.enterprise .ent-footer .footer-con h5 {
  font-size: 48px;
  margin: 0 0 24px 0;
}
.enterprise .ent-footer .footer-con .footer-con-desc {
  width: 92%;
  max-width: 444px;
  height: 44px;
  line-height: 44px;
  margin: 24px auto 38px;
  font-size: 14px;
  border-radius: 22px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.07);
}
.enterprise .ent-footer .footer-con .footer-con-desc img {
  margin-right: 14px;
  vertical-align: text-top;
}
.enterprise .ent-footer .footer-con .footer-con-desc.phone {
  display: none;
}
.enterprise footer {
  background-color: #f8f6f6;
}
.custome-receipt-body {
  background-color: #F0F0F0;
  text-align: center;
}
.custome-receipt-body .custome-receipt-content {
  padding: 80px 0;
  display: none;
}
.custome-receipt-body .custome-receipt-content.active {
  display: block;
}
.custome-receipt-body .custome-receipt-content .logo {
  display: block;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
}
.custome-receipt-body .custome-receipt-content .logo .iconfont {
  font-size: 36px;
  color: #fe4066;
  vertical-align: middle;
}
.custome-receipt-body .custome-receipt-content .logo span {
  vertical-align: middle;
}
.custome-receipt-body .custome-receipt-content .con-from {
  width: 424px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 32px;
  box-sizing: border-box;
  text-align: left;
  margin: 32px auto 0;
}
.custome-receipt-body .custome-receipt-content .con-from p {
  font-size: 14px;
  color: #2e2f30;
  line-height: 22px;
}
.custome-receipt-body .custome-receipt-content .con-from .f-info {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 10px 12px;
}
.custome-receipt-body .custome-receipt-content .con-from .f-info li {
  font-size: 12px;
  display: block;
  color: #2e2f30;
  line-height: 22px;
}
.custome-receipt-body .custome-receipt-content .con-from .f-list {
  margin-top: 16px;
}
.custome-receipt-body .custome-receipt-content .con-from .f-list .title {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 8px;
}
.custome-receipt-body .custome-receipt-content .con-from .f-list .title b {
  color: #fe4066;
}
.custome-receipt-body .custome-receipt-content .con-from .f-list textarea {
  width: 100%;
  height: 88px;
  border: 1px solid #dcddde;
  border-radius: 3px;
  padding: 10px 12px;
  resize: none;
  box-sizing: border-box;
}
.custome-receipt-body .custome-receipt-content .con-from .f-list textarea:focus {
  border-color: #222222;
  outline: none;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box li {
  margin-bottom: 8px;
  display: block;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box input {
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box input:checked {
  background-color: #fe4066;
  border-color: #fe4066;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box input:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: -2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custome-receipt-body .custome-receipt-content .con-from .check-box label {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  vertical-align: middle;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box.train-check-box li {
  display: inline-block;
  margin-right: 6px;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box.train-check-box input {
  margin-right: 2px;
}
.custome-receipt-body .custome-receipt-content .con-from .check-box.train-check-box label {
  font-size: 12px;
}
.custome-receipt-body .custome-receipt-content .con-from .submit-btn {
  width: 100%;
  height: 40px;
  background: #fe4066;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  border: 0;
  margin-top: 32px;
}
.custome-receipt-body .custome-receipt-content.success-page {
  text-align: center;
  padding-top: 230px;
}
.custome-receipt-body .custome-receipt-content.success-page .pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
}
.custome-receipt-body .custome-receipt-content.success-page .text {
  font-size: 18px;
  color: #2E2F30;
  line-height: 20px;
}
@media (max-width: 1560px) {
  .enterprise .ent-advantage ul li,
  .enterprise .ent-adapter ul li {
    margin: 64px 18px 0;
    width: 360px;
  }
}
@media screen and (max-width: 1340px) {
  .enterprise .ent-introduce .ent-admin .admin-content {
    text-align: center;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li {
    max-width: 800px;
    margin: auto;
    padding: 80px 60px;
    border-radius: 40px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con {
    display: block;
    margin: auto;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con img {
    margin: 0 auto 24px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con a {
    margin: 32px auto;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .right-img {
    float: none;
    margin: 24px auto 0;
  }
  .enterprise .ent-scheme .scheme-con .arrow-next {
    margin: 0 30px;
  }
}
@media screen and (max-width: 999px) {
  .enterprise .ent-banner .banner-con {
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  .enterprise .ent-banner .banner-con .banner-inner {
    margin: auto;
  }
  .enterprise .ent-banner .banner-con .banner-inner h2 {
    margin-top: 20px;
  }
  .enterprise .ent-banner .banner-con .banner-inner ul li {
    width: auto;
    margin-right: 20px;
  }
  .enterprise .ent-banner .banner-con .banner-inner p {
    margin: 24px auto;
    padding: 0;
  }
  .enterprise .ent-banner .banner-con .banner-inner p.web-big {
    display: none;
  }
  .enterprise .ent-banner .banner-con .banner-inner p.web-small {
    display: block;
  }
  .enterprise .ent-project ul {
    display: block;
  }
  .enterprise .ent-project ul li {
    width: 100%;
    max-width: 418px;
    margin: 16px auto;
    display: block;
  }
  .enterprise .ent-choose {
    padding-top: 80px;
  }
  .enterprise .ent-choose .ent-content3 {
    margin-top: 40px;
  }
  .enterprise .ent-choose .ent-content3 ul li {
    width: calc((100% - 100px)/2);
    margin: 0 20px 40px;
    max-width: 280px;
  }
  .enterprise .ent-scheme .scheme-con {
    width: 92%;
  }
  .enterprise .ent-scheme .scheme-con .list {
    width: 100%;
    max-width: 424px;
    display: block;
    margin: auto;
  }
  .enterprise .ent-scheme .scheme-con .arrow-next {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin: 32px 0;
  }
}
@media screen and (max-width: 860px) {
  .enterprise .ent-introduce .ent-admin .admin-nav li {
    font-size: 18px;
    width: 148px;
    padding: 10 0;
    margin-right: 16px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li {
    padding: 60px 40px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con p {
    font-size: 16px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con a {
    margin-top: 32px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .right-img {
    width: 92%;
  }
}
@media screen and (max-width: 740px) {
  .enterprise .ent-introduce .ent-admin .admin-nav {
    display: none;
  }
  .enterprise .ent-introduce .ent-admin .admin-nav-btn {
    display: block;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li {
    padding: 40px 20px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con img {
    margin: 0 auto 20px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con h3 {
    font-size: 20px;
  }
  .enterprise .ent-introduce .ent-admin .admin-content li .item-con a {
    margin: 24px auto;
  }
  .enterprise .ent-footer .footer-con h5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .enterprise .ent-con h2 {
    font-size: 32px;
    padding: 0 16px;
  }
  .enterprise .ent-con .des-tip {
    padding: 0 16px;
  }
  .enterprise .ent-con .concact-btn {
    margin-top: 32px;
  }
  .enterprise .ent-banner .banner-con .banner-inner .banner-title1 {
    font-size: 32px;
  }
  .enterprise .ent-banner .banner-con .banner-inner .banner-title1 img {
    width: 266px;
  }
  .enterprise .ent-banner .banner-con .banner-inner h2 {
    font-size: 16px;
  }
  .enterprise .ent-banner .banner-con .banner-inner ul li {
    width: 160px;
    text-align: left;
    display: block;
    margin: 6px auto;
  }
  .enterprise .ent-advantage ul li,
  .enterprise .ent-adapter ul li {
    margin: 64px auto 0;
    width: 92%;
    max-width: 400px;
  }
  .enterprise .ent-table .table-con {
    overflow-x: auto;
  }
  .enterprise .ent-table .table-con table {
    min-width: 450px;
  }
  .enterprise .ent-table .table-con table th:first-child {
    padding-left: 20px;
  }
  .enterprise .ent-table .table-con table td:first-child {
    padding-left: 24px;
  }
  .enterprise .ent-table .table-con table td.tab-h::before {
    left: 16px;
  }
  .enterprise .ent-table .table-con .bottom-white {
    min-width: 450px;
  }
  .enterprise .ent-choose .ent-content3 ul li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .enterprise .ent-auth ul li {
    width: 92%;
    max-width: 424px;
    display: block;
    margin: 64px auto 0;
  }
  .enterprise .ent-faq .faq-list {
    margin-top: 32px;
  }
  .enterprise .ent-faq .faq-list .list {
    padding: 24px 15px;
  }
  .enterprise .ent-faq .faq-list .list .title {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
  }
  .enterprise .ent-faq .faq-list .list .title::before {
    top: 0;
  }
  .enterprise .ent-faq .faq-list .list .desc {
    padding-left: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .enterprise .ent-con h2 {
    font-size: 28px;
  }
  .enterprise .ent-footer .footer-con h5 {
    font-size: 28px;
  }
  .enterprise .ent-footer .footer-con .footer-con-desc {
    display: none;
  }
  .enterprise .ent-footer .footer-con .footer-con-desc.phone {
    display: block;
  }
  .custome-receipt-body .custome-receipt-content {
    padding: 32px 0;
  }
  .custome-receipt-body .custome-receipt-content .logo {
    font-size: 24px;
  }
  .custome-receipt-body .custome-receipt-content .logo .iconfont {
    font-size: 32px;
  }
  .custome-receipt-body .custome-receipt-content .con-from {
    width: 100%;
    box-shadow: none;
  }
}
