﻿
body {
  min-width: 1200px;
  color: #1F2533;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
  margin: 0px;
  padding: 0px;
}
ul,
ol {
  list-style: none;
}
div,
p,
ul,
ol,
li,
a,
span,
i,
dl,
dt,
dd,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
label,
button {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a,
a:hover {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
a {
  color: #6435FC;
  text-decoration: none;
}
img {
  display: block;
  border: 0px;
}
i,
em {
  font-style: normal;
}
input,
button {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
.auto-center {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.page-model-tit {
  line-height: 50px;
  font-size: 40px;
  font-weight: normal;
  color: #1F2533;
  text-align: center;
}
.page-model-des {
  line-height: 28px;
  font-size: 18px;
  color: #5E6D81;
  text-align: center;
  margin-top: 30px;
}
/* placeholder start */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
input::-moz-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
input:-ms-input-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
textarea::-moz-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #BDC5D3;
}
/* placeholder end */
input[type=text],
input[type=number],
input[type=password],
select,
textarea {
  padding-left: 15px;
  border: 1px solid #DBE1E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
select:hover,
textarea:hover,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #6435FC;
}
input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #DBE1E8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  appearance: none;
}
input[type=checkbox]:checked {
  background: url(../image/checkbox-checked.svg) no-repeat center;
  border-color: #6435FC;
}
input[type=checkbox][disabled] {
  border-color: #DBE1E8;
  background-color: #F0F2F5;
  cursor: not-allowed;
}
input[type=checkbox]:checked[disabled] {
  border-color: #DBE1E8;
  background: url(../image/checkbox-checked-disabled.svg) no-repeat center;
  cursor: not-allowed;
}
input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #DBE1E8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  appearance: none;
}
input[type=radio]:checked {
  background: url(../image/radio-checked.svg) no-repeat center;
  border-color: #6435FC;
}
input[type=radio][disabled] {
  border-color: #DBE1E8;
  background-color: #F0F2F5;
  cursor: not-allowed;
}
input[type=radio]:checked[disabled] {
  border-color: #DBE1E8;
  background: url(../image/radio-checked-disabled.svg) no-repeat center;
  cursor: not-allowed;
}
input[type=radio].r-checkbox:checked {
  background: url(https://cache.ziyun.com/www/images/new-images/r-checkbox-checked.svg) no-repeat center;
}
input[type=radio].r-checkbox:checked[disabled] {
  background: url(https://cache.ziyun.com/www/images/new-images/r-checkbox-disabled.svg) no-repeat center;
}
.button-link,
button {
  display: inline-block;
  width: 120px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background-color: #6435FC;
  border: 1px solid #6435FC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  cursor: pointer;
}
.button-link:focus,
button:focus {
  color: #FFF;
}
.button-link[disabled],
button[disabled],
.button-link.disabled,
button.disabled {
  color: #fff !important;
  background-color: #6435FC !important;
  border-color: #6435FC !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
.button-link {
  line-height: 46px;
}
.button-link:hover,
button:hover {
  color: #FFF;
}
.button-link:active,
button:active {
  color: #FFF;
  background: #6435FC;
  border-color: #6435FC;
}
.button-link.white,
button.white {
  color: #FFFFFF;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-link.white:hover,
button.white:hover {
  color: #6435FC;
  border-color: #6435FC;
}
.button-link.white:active,
button.white:active {
  color: #6435FC;
  border-color: #6435FC;
}
pre::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
}
pre::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background-color: #F0F2F5;
}
pre::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DBE1E8;
}
pre::-webkit-scrollbar-thumb:hover {
  background-color: #BDC5D3;
}
pre::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
pre {
  line-height: 24px;
  font-size: 16px;
  color: #1F2533;
  background-color: #EBEEFF;
  padding: 10px;
  margin: 4px 0px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow-x: auto;
  border: none;
}
[v-cloak] {
  display: none;
}
.see-more {
  text-align: center;
  margin-top: 64px;
}
.see-more a {
  display: inline-block;
  width: 240px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #6435FC;
  vertical-align: top;
  border: 1px solid #6435FC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.see-more a i {
  font-size: 15px;
  margin-left: 34px;
}
.see-more a:hover {
  line-height: 56px;
  color: #FFF;
  border: none;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.see-more a:active {
  color: #6435FC;
  background-color: transparent;
  border-color: #6435FC;
}
.breadcrumb > li + li:before {
  content: ">";
  padding: 0px 14px;
}
/* nav start */
.nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 72px;
  background-color: rgba(1, 14, 35, 0.9);
  z-index: 1000;
}
.nav:hover {
  background-color: #010E23;
}
.nav .auto-center {
  height: 100%;
}
.nav a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.nav .logo {
  float: left;
}
.nav .logo a {
  position: relative;
  display: block;
  height: 72px;
}
.nav .logo a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  max-height: 72px;
}
.nav .nav-menu {
  float: right;
  height: 72px;
  margin-right: 78px;
}
.nav .nav-menu > ul > li {
  position: relative;
  float: left;
  margin-right: 39px;
}
.nav .nav-menu > ul > li:last-child {
  margin-right: 0px;
}
.nav .nav-menu > ul > li > a {
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #FFFFFF;
}
.nav .nav-menu > ul > li > a .arrow-down {
  display: inline-block;
  width: 11px;
  height: 6px;
  background-image: url(../image/nav-arrow-normal.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-left: 9px;
}
.nav .nav-menu > ul > li > a .arrow-down svg {
  width: 11px;
}
.nav .nav-menu > ul > li .nav-product-menu {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -376px;
  right: auto;
  width: 752px;
  background-color: #FFFFFF;
  padding: 24px 24px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.16);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
}
.nav .nav-menu > ul > li .nav-product-menu::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -36px;
  width: 100%;
  height: 40px;
}
.nav .nav-menu > ul > li .nav-product-menu .menu-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li {
  width: 340px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li:nth-child(odd) {
  margin-right: 24px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li:last-child {
  border-bottom: none;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a {
  position: relative;
  display: block;
  height: 104px;
  padding: 24px 24px 0px 72px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a img {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a svg {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  color: #6435FC;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a .menu-product-name {
  line-height: 32px;
  font-size: 18px;
  color: #1F2533;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a .menu-product-name .will {
  display: inline-block;
  width: 64px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFF;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
  padding: 0px 9px;
  border-radius: 4px;
  white-space: nowrap;
  margin-left: 16px;
  vertical-align: top;
  margin-top: 4px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a > p {
  line-height: 24px;
  font-size: 14px;
  color: #9EA7B3;
  margin-top: 6px;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a:hover {
  background-color: #EBEEFF;
}
.nav .nav-menu > ul > li .nav-product-menu .product-menu-item ul li a:hover .menu-product-name {
  color: #6435FC;
}
.nav .nav-menu > ul > li.active > a {
  color: #6435FC;
}
.nav .nav-menu > ul > li.active > a i {
  background-image: url(../image/nav-arrow-active.png);
}
.nav .nav-menu > ul > li:hover > a {
  color: #6435FC;
}
.nav .nav-menu > ul > li:hover > a i {
  background-image: url(../image/nav-arrow-active.png);
}
.nav .nav-menu > ul > li:hover .nav-product-menu {
  visibility: visible;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 100;
}
.nav .zy-login-box {
  position: relative;
  float: right;
  height: 100%;
}
.nav .zy-login-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.1);
}
.nav .zy-login-box a.sign-up-link {
  display: inline-block;
  width: 120px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #6435FC;
}
.nav .zy-login-box a.sign-up-link:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.nav .zy-login-box a.log-in-link {
  display: inline-block;
  width: 104px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.nav .zy-login-box a.log-in-link:hover {
  color: #6435FC;
}
.nav .zy-login-box a.log-in-link:active {
  color: #6435FC;
  border-color: #6435FC;
}
.nav .nav-user {
  position: relative;
  float: right;
  height: 100%;
  color: #FFF;
  padding-left: 20px;
  display: none;
}
.nav .nav-user::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  width: 1px;
  height: 32px;
  background: #FFFFFF;
  opacity: 0.1;
}
.nav .nav-user .deploy {
  float: left;
}
.nav .nav-user .deploy .button-link {
  display: block;
  width: auto;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  padding: 0px 22px;
}
.nav .nav-user .user-account-box {
  position: relative;
  float: left;
}
.nav .nav-user .user-account-box > a {
  display: block;
  width: 120px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #6435FC, #6435FC);
}
.nav .nav-user .user-account-box > a:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.nav .user-info {
  float: left;
  height: 100%;
  padding-top: 12px;
  margin-right: 24px;
}
.nav .user-info .info-name {
  line-height: 24px;
  font-size: 14px;
  text-align: right;
}
.nav .user-info .info-recharge {
  line-height: 24px;
  font-size: 14px;
  text-align: right;
}
.nav .user-info .info-recharge a {
  color: #6435FC;
}
.nav .user-info .info-recharge span {
  opacity: 0.1;
  margin: 0px 12px;
}
.nav .user-info .info-recharge a.log-out {
  color: #FFF;
  opacity: 0.5;
}
.nav .user-info .info-recharge a:hover {
  text-decoration: underline;
}
/* nav end */
/* banner start */
.banner {
  width: 100%;
  height: 480px;
  background-color: #1B0D49;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.banner .auto-center {
  height: 100%;
  padding-top: 155px;
}
.banner h1 {
  line-height: 50px;
  font-size: 40px;
  color: #FFFFFF;
}
.banner .banner-des {
  max-width: 590px;
  line-height: 32px;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 18px;
}
.banner .banner-link {
  position: absolute;
  left: 0px;
  bottom: 88px;
}
.banner .banner-link .button-link {
  width: 144px;
}
.banner .banner-link .button-link:nth-child(1):hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.banner .banner-link .button-link.white {
  margin-left: 16px;
}
/* banner end */
/* 公共地图 */
.deploy-globally {
  position: relative;
  width: 100%;
  height: 940px;
  background-color: #1B0D49;
}
.deploy-globally .page-model-tit {
  color: #FFF;
}
.deploy-globally .earth-layer {
  position: relative;
  width: 1080px;
  height: 440px;
  overflow: hidden;
  background: url(../image/map-bg.png) no-repeat center;
  margin: 40px auto 0px;
}
.deploy-globally .earth-layer .map-area {
  position: absolute;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #FFF;
}
.deploy-globally .wks-column-box {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 40px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.08);
}
.deploy-globally .wks-column-box .wks-column {
  width: 200px;
  height: 200px;
}
.deploy-globally .wks-column-box .wks-column .wks-column-content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40px;
}
.deploy-globally .wks-column-box .wks-column .wks-column-content img {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: top;
}
.deploy-globally .wks-column-box .wks-column .wks-column-content p {
  line-height: 24px;
  font-size: 14px;
  color: #1F2533;
  margin-top: 27px;
}
.deploy-globally .auto-center {
  padding: 70px 0px 80px;
}
.deploy-globally .deploy-des {
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  opacity: 0.5;
  margin-top: 28px;
}
.deploy-globally .deploy-list {
  width: 100%;
  margin-top: 42px;
}
.deploy-globally .deploy-list ul {
  display: flex;
  justify-content: space-between;
}
.deploy-globally .deploy-list ul li {
  width: 282px;
  height: 100px;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
  text-align: center;
  border-radius: 4px;
  padding-top: 10px;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.deploy-globally .deploy-list ul li div {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.deploy-globally .deploy-list ul li div span {
  font-size: 40px;
  margin-right: 10px;
}
.deploy-globally .deploy-list ul li p {
  line-height: 26px;
  font-size: 16px;
  opacity: 0.5;
  margin-top: 3px;
}
/* 开始使用 */
.get-start {
  width: 100%;
  height: 320px;
  background: url(../image/use-bg.png) no-repeat center;
  padding: 70px 0px 0px;
}
.get-start .create-account {
  text-align: center;
  margin-top: 63px;
}
.get-start .create-account input::-webkit-input-placeholder {
  font-size: 18px;
  color: #BDC5D3;
}
.get-start .create-account input::-moz-placeholder {
  font-size: 18px;
  color: #BDC5D3;
}
.get-start .create-account input:-ms-input-placeholder {
  font-size: 18px;
  color: #BDC5D3;
}
.get-start .create-account input {
  width: 480px;
  height: 56px;
  font-size: 18px;
  color: #1F2533;
  background-color: #FFF;
  padding-left: 24px;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.get-start .create-account input:hover,
.get-start .create-account input:focus {
  border-color: #6435FC;
}
.get-start .create-account .button-link {
  width: 192px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  margin-left: 16px;
  border: none;
}
.get-start .create-account .button-link:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
/* 产品页套餐table start */
.product-table {
  width: 100%;
  padding: 59px 0px 80px;
}
.product-table .product-table-box {
  padding: 0px 40px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.08);
  margin-top: 60px;
}
.product-table .product-table-box table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.product-table .product-table-box table th {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #9EA7B3;
  padding: 32px 8px;
}
.product-table .product-table-box table th:last-child {
  text-align: center;
}
.product-table .product-table-box table tbody tr {
  position: relative;
}
.product-table .product-table-box table tbody tr td {
  font-size: 18px;
  padding: 15px 8px;
  border-top: 1px solid #EBEEFF;
}
.product-table .product-table-box table tbody tr td:last-child {
  text-align: center;
}
.product-table .product-table-box table tbody tr td .td-area {
  display: inline-block;
  vertical-align: top;
}
.product-table .product-table-box table tbody tr td .td-area img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.product-table .product-table-box table tbody tr td .td-area .td-area-box {
  position: relative;
}
.product-table .product-table-box table tbody tr td .td-area .td-area-box .td-area-tips {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(1, 14, 35, 0.9);
  padding: 0px 24px;
  border-radius: 4px;
  white-space: nowrap;
  display: none;
}
.product-table .product-table-box table tbody tr td .td-area .td-area-box .td-area-tips::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-top-color: rgba(1, 14, 35, 0.9);
}
.product-table .product-table-box table tbody tr td .td-area:hover .td-area-tips {
  display: block;
}
.product-table .product-table-box table tbody tr td .product-old-price {
  color: #5E6D81;
}
.product-table .product-table-box table tbody tr td .product-now-price {
  color: #6435FC;
}
.product-table .product-table-box table tbody tr td .button-link {
  width: 104px;
  font-size: 16px;
}
.product-table .product-table-box table tbody tr:hover {
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .td-area::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .td-area::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .button-link {
  border: none;
  line-height: 48px;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
/* 产品页套餐table end */
/* 特点 start */
.characteristics {
  width: 100%;
  background-color: #EBEEFF;
  padding: 70px 0px 24px;
}
.characteristics .characteristics-item-box {
  margin-top: 45px;
}
.characteristics .characteristics-item {
  position: relative;
  float: left;
  padding: 27px 38px 27px 144px;
  width: 588px;
  min-height: 144px;
  margin-bottom: 24px;
}
.characteristics .characteristics-item:nth-child(odd) {
  margin-right: 24px;
}
.characteristics .characteristics-item img {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 80px;
  height: 80px;
}
.characteristics .characteristics-item .item-tit {
  line-height: 30px;
  font-size: 20px;
}
.characteristics .characteristics-item p {
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 15px;
}
/* 特点 end */
/* 列、大图表-优势 start */
.column-advantages {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 80px;
}
.column-advantage-item-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 42px;
}
.column-advantage-item-box .column-advantage-item {
  position: relative;
  width: 282px;
  height: 402px;
  text-align: center;
  padding: 56px 24px 0px;
  margin-right: 24px;
}
.column-advantage-item-box .column-advantage-item:last-child {
  margin-right: 0px !important;
}
.column-advantage-item-box .column-advantage-item img {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: top;
}
.column-advantage-item-box .column-advantage-item svg {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.column-advantage-item-box .column-advantage-item h3 {
  line-height: 30px;
  font-size: 20px;
  color: #1F2533;
  margin-top: 35px;
}
.column-advantage-item-box .column-advantage-item p {
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 13px;
}
/* 列、大图表-优势 end */
/* 售后支持 start */
.after-sales-support {
  width: 100%;
  background: #F0F2F5;
  background: linear-gradient(90deg, #DBE1E8, #F0F2F5);
  padding: 70px 0px 80px;
  text-align: center;
}
.after-sales-support .page-model-tit {
  margin-bottom: 32px;
}
.after-sales-support .support-time {
  position: relative;
  display: inline-block;
  line-height: 80px;
  font-size: 20px;
  color: #5E6D81;
}
.after-sales-support .support-time img {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin-right: 32px;
}
.after-sales-support .support-time svg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  left: 0px;
  color: #6435FC;
}
/* 售后支持 end */
/*=================== footer style start ========================*/
.footer {
  width: 100%;
  background-color: #010E23;
  padding-top: 74px;
}
.footer a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.other-link {
  width: 1200px;
  margin: 0 auto;
}
.other-link > div {
  float: left;
}
.other-link .yisu-contact {
  float: right;
}
.other-link .yisu-contact .zy-bottom-title {
  line-height: 30px;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 35px;
}
.other-link .yisu-contact p {
  line-height: 26px;
  font-size: 16px;
  color: #FFF;
  margin-top: 13px;
}
.link-look {
  width: 1200px;
  padding-bottom: 46px;
  padding-right: 46px;
}
.link-list {
  float: left;
  width: 26%;
}
.link-list .zy-erweima-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  text-align: center;
}
.link-list .zy-erweima-box img {
  display: block;
  width: 80px;
  height: 80px;
}
.link-list .zy-erweima-box p {
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 10px;
  opacity: 0.5;
}
.link-list h3 {
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
}
.link-list ul {
  margin-top: 30px;
}
.link-list ul li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 12px;
}
.link-list ul li:last-child {
  margin-bottom: 0px;
}
.link-list ul li a {
  color: #FFFFFF;
  opacity: 0.5;
}
.link-list ul li a:hover {
  color: #6435FC;
  opacity: 1;
}
.bottom-logo {
  width: 100px;
  height: 42px;
  margin-bottom: 24px;
}
.bottom-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom-logo a img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bottom {
  text-align: center;
  padding: 24px 0px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
}
.footer-bottom p span {
  opacity: 0.5;
}
.footer-bottom p a {
  color: #FFFFFF;
  margin-left: 17px;
}
.footer-bottom p a span {
  margin-left: 0px;
}
.footer-bottom p span {
  margin-left: 17px;
}
.footer-bottom p .police-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/beian-img.png) no-repeat center;
  vertical-align: middle;
}
/*=================== footer style end ========================*/
/* index page color start */
.tab-item-box .tab-item:hover .tab-tit,
.tab-item-box .tab-item.active .tab-tit {
  color: #6435FC;
}
.tab-item-box .tab-line {
  background-color: #6435FC;
}
.product-item-box .item-left > ul > li:hover,
.product-item-box .item-left > ul > li.active {
  color: #6435FC;
  border-color: #6435FC;
}
.product-item-box .see-more a:hover {
  line-height: 56px;
  color: #FFF;
  border: none;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.product-item-box .see-more a:active {
  color: #6435FC;
  border-color: #6435FC;
}
.product-item-box .detail-item .detail-item-content .detail-price .sell-price {
  color: #6435FC;
}
.product-item-box .detail-item:hover .button-link {
  background-color: #6435FC;
  border-color: #6435FC;
}
.ys-pro-item-container .ys-pro-item a .ys-pro-name .new-pro-badge {
  background-color: #6435FC;
}
.ys-pro-item-container .ys-pro-item a .starting-cost {
  color: #6435FC;
}
.ys-pro-item-container .ys-pro-item:hover a .ys-pro-name {
  color: #6435FC;
}
.ys-pro-item-container .ys-pro-item:hover a .starting-cost {
  color: #6435FC;
}
.ys-pro-item-container .ys-pro-item a svg {
  color: #6435FC;
}
/* index page color end */
/* product page color start */
.subpage-prodect .product-item .item-sell-price {
  color: #6435FC;
}
.subpage-prodect .product-item:hover .product-item-content .item-sell-price {
  color: #6435FC;
}
.subpage-prodect .product-item:hover .product-item-content .item-link .button-link {
  color: #FFF;
  background-color: #6435FC;
  border-color: #6435FC;
}
.column-advantage-item-box .column-advantage-item svg {
  color: #6435FC;
}
.subpage-product .product-item .item-sell-price {
  color: #6435FC;
}
.subpage-product .product-item .item-sell-price {
  color: #6435FC;
}
.subpage-product .product-item:hover .product-item-content .item-sell-price {
  color: #6435FC;
}
.subpage-product .product-item:hover .product-item-content .item-link .button-link {
  color: #FFF;
  background-color: #6435FC;
  border-color: #6435FC;
}
.common-link-tab a:hover {
  color: #6435FC;
}
.common-link-tab a.active {
  color: #6435FC !important;
  border-color: #6435FC !important;
}
.safe-defense .defense-item-box .defense-item div {
  color: #6435FC;
}
.about-yisu-tab ul li.active a {
  color: #6435FC;
  border-bottom-color: #6435FC;
}
.order-outlayer .order-con-list ul li div .amount-payable,
.pay-balance .pay-balance-head .account-balance {
  color: #6435FC;
}
.order-outlayer .con-pay-item-box .con-pay-item:hover,
.order-outlayer .new-add-card button:hover,
.pay-balance.active {
  border-color: #6435FC;
}
.order-outlayer .con-pay-item-box .con-pay-item.active {
  border-color: #6435FC;
}
.order-outlayer .new-add-card-box {
  border: 1px solid #6435FC;
}
.order-outlayer .pay-way-select button.with-stripe {
  background-color: #6435FC;
  border-color: #6435FC;
}
.paying-layer .loading-progress svg .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #6435FC;
  stroke-linecap: round;
}
.color-blue {
  color: #6435FC !important;
}
.pay-balance.active::after {
  background-image: url('../image/selected-badge.png');
}
.send-verify-email button,
.send-verify-email a,
.login-container .login-res-box .head-success-tip {
  color: #6435FC;
}
.send-verify-email button:hover,
.send-verify-email a:hover {
  background-color: #6435FC;
}
.login-container .login-res-box .login-res-list > ul > li .send-verify-num {
  color: #6435FC;
  background-color: #6435FC;
}
.Video-introduction .intro-tab ul li:hover {
  color: #6435FC;
}
.Video-introduction .intro-tab ul li.active {
  color: #6435FC;
  border-bottom-color: #6435FC;
}
.ssl-pro-item .ssl-brand-list table td .price,
.brand-item .buy-item .protect-domain-math span,
.brand-item .buy-item .price {
  color: #6435FC;
}
.ssl-pro-item .ssl-brand-list table tbody tr:hover td .button-link {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.brand-item .buy-item:hover .price {
  color: #6435FC;
}
.brand-item .buy-item:hover .button-link {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.ssl-pro-item .ssl-brand-list table tbody tr:hover td {
  background-color: #EBEEFF;
}
/* product page color end */
/* diy config style start */
.select-type ul li button:hover,
.ys-number-con .num-reduce:hover,
.ys-number-con .num-add:hover {
  border-color: #6435FC;
}
.select-type ul li button.active {
  background-color: #6435FC;
  border-color: #6435FC;
}
.main-selected .main-selected-list .pay-math,
.ys-number-con .num-reduce,
.ys-number-con .num-add,
.main-select .cmSlider .cc.text-blue p,
.selected-bw-math,
.tip-icon-bubble:hover .icon-span svg,
.buy-time-con .select-type-other,
.location-tab ul li:hover,
.location-list-box .location-list ul li.active div,
.system-type-select .sys-select-item .sys-item-list ul li input[type=radio]:checked + label,
.system-type-select .sys-select-item.active .sys-item-head div,
.disk-add-box .disk-add-btn button,
.disk-add-box .disk-add-btn span,
.disk-add-box p span,
.tip-icon-bubble:hover .icon-span svg {
  color: #6435FC;
}
.location-tab ul li.active {
  color: #6435FC;
  border-bottom-color: #6435FC;
}
.main-select .cmSlider .ins {
  background: #6435FC;
}
.pwd-tab ul li:hover {
  border-color: #6435FC;
}
.pwd-tab ul li.active {
  background-color: #6435FC;
  border-color: #6435FC;
}
.location-list-box .location-list ul li:hover,
.system-type-select .sys-select-item:hover {
  border-color: #6435FC;
}
.location-list-box .location-list ul li.active,
.system-type-select .sys-select-item.active,
.scroll-table input[type=radio] + label:hover::before,
.scroll-table input[type=radio]:checked + label::before,
.drop-menu-select .menu-select-item .menu-select-tit:hover,
.disk-item-container .disk-item .item-del:hover {
  border-color: #6435FC;
}
.location-list-box .location-list ul li.active::after,
.system-type-select .sys-select-item.active::after {
  background-image: url('../image/selected-badge.png');
}
.system-type-select .sys-select-item .sys-item-list {
  border: 1px solid #6435FC;
}
.disk-add-box .disk-add-btn button:hover,
.scroll-table input[type=radio]:checked + label::after {
  background-color: #6435FC;
}
.ui-slider-handle svg {
  width: 100%;
  height: 100%;
  color: #6435FC;
}
.sort.sort-down,
.sort.sort-up,
.scroll-table .table tbody tr.active td,
.drop-menu-select .menu-select-item .menu-select-list ul li:hover,
.disk-item-container .disk-item .item-del {
  color: #6435FC;
}
.scroll-table .table tbody tr.active td,
.scroll-table .table tbody tr:hover,
.drop-menu-select .menu-select-item .menu-select-list ul li:hover {
  background-color: #EBEEFF;
}
.main-select .cmSlider {
  background: #EBEEFF;
}
.system-type-select .sys-select-item .sys-item-list ul li label:hover {
  background-color: #EBEEFF;
}
.system-type-select .sys-select-item .sys-item-list ul li input[type=radio]:checked + label {
  background-color: #EBEEFF;
}
/* diy config style end */
.our-server-box .our-server-content .right .right-item p {
  color: #6435FC;
}
.yisu-success-alert,
.yisu-warn-alert,
.yisu-error-alert {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 320px;
  min-height: 254px;
  background-color: rgba(31, 37, 51, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 1000;
}
.yisu-success-alert .body,
.yisu-warn-alert .body,
.yisu-error-alert .body {
  padding-top: 64px;
  padding-bottom: 32px;
}
.yisu-success-alert .body i,
.yisu-warn-alert .body i,
.yisu-error-alert .body i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.yisu-success-alert .body i {
  background: url(../image/pay-success-icon.png) no-repeat center;
  background-size: 100% 100%;
}
.yisu-success-alert .body i svg,
.yisu-warn-alert .body i svg,
.yisu-error-alert .body i svg {
  font-size: 64px;
}
.yisu-success-alert .body p,
.yisu-warn-alert .body p,
.yisu-error-alert .body p {
  line-height: 34px;
  font-size: 20px;
  color: #FFF;
  margin-top: 34px;
  text-align: center;
}
.yisu-success-alert-handle,
.yisu-warn-alert-handle,
.yisu-error-alert-handle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 37, 51, 0.5);
  z-index: 1000;
}
.yisu-success-alert-handle .body,
.yisu-warn-alert-handle .body,
.yisu-error-alert-handle .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 64px 64px 54px;
  text-align: center;
}
.yisu-success-alert-handle .body .close-modal-btn,
.yisu-warn-alert-handle .body .close-modal-btn,
.yisu-error-alert-handle .body .close-modal-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.yisu-success-alert-handle .body .close-modal-btn svg,
.yisu-warn-alert-handle .body .close-modal-btn svg,
.yisu-error-alert-handle .body .close-modal-btn svg {
  font-size: 12px;
}
.yisu-success-alert-handle .body i,
.yisu-warn-alert-handle .body i,
.yisu-error-alert-handle .body i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.yisu-success-alert-handle .body i svg,
.yisu-warn-alert-handle .body i svg,
.yisu-error-alert-handle .body i svg {
  font-size: 64px;
}
.yisu-success-alert-handle .body .main-tit,
.yisu-warn-alert-handle .body .main-tit,
.yisu-error-alert-handle .body .main-tit {
  line-height: 34px;
  font-size: 24px;
  margin-top: 34px;
}
.yisu-success-alert-handle .body p,
.yisu-warn-alert-handle .body p,
.yisu-error-alert-handle .body p {
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 10px;
}
.yisu-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 37, 51, 0.9);
  z-index: 1000;
}
.yisu-loading .body {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yisu-loading .body .loading-progress {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.yisu-loading .body .loading-progress svg {
  animation: loading-rotate 2s linear infinite;
}
.yisu-loading .body .loading-progress svg .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #6435FC;
  stroke-linecap: round;
}
.yisu-loading .body p {
  line-height: 34px;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 34px;
}
.yisu-success-callback-handle,
.yisu-warn-callback-handle,
.yisu-error-callback-handle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 37, 51, 0.5);
  z-index: 1000;
}
.yisu-success-callback-handle .body,
.yisu-warn-callback-handle .body,
.yisu-error-callback-handle .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 64px 64px 54px;
  text-align: center;
}
.yisu-success-callback-handle .body .close-modal-btn,
.yisu-warn-callback-handle .body .close-modal-btn,
.yisu-error-callback-handle .body .close-modal-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.yisu-success-callback-handle .body .close-modal-btn svg,
.yisu-warn-callback-handle .body .close-modal-btn svg,
.yisu-error-callback-handle .body .close-modal-btn svg {
  font-size: 12px;
}
.yisu-success-callback-handle .body i,
.yisu-warn-callback-handle .body i,
.yisu-error-callback-handle .body i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.yisu-success-callback-handle .body i svg,
.yisu-warn-callback-handle .body i svg,
.yisu-error-callback-handle .body i svg {
  font-size: 64px;
}
.yisu-success-callback-handle .body .main-tit,
.yisu-warn-callback-handle .body .main-tit,
.yisu-error-callback-handle .body .main-tit {
  line-height: 34px;
  font-size: 24px;
  margin-top: 34px;
}
.yisu-success-callback-handle .body p,
.yisu-warn-callback-handle .body p,
.yisu-error-callback-handle .body p {
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 10px;
}
.yisu-success-callback-handle .callback-button,
.yisu-warn-callback-handle .callback-button,
.yisu-error-callback-handle .callback-button {
  margin-top: 38px;
}
.yisu-success-callback-handle .callback-button button,
.yisu-warn-callback-handle .callback-button button,
.yisu-error-callback-handle .callback-button button {
  width: 100%;
  height: 56px;
  font-size: 18px;
  border: none;
}
.yisu-success-callback-handle .callback-button button:last-child,
.yisu-warn-callback-handle .callback-button button:last-child,
.yisu-error-callback-handle .callback-button button:last-child {
  color: #6435FC;
  background-color: #EBEEFF;
  margin-top: 24px;
}
.yisu-success-callback-handle .callback-button button:last-child:hover,
.yisu-warn-callback-handle .callback-button button:last-child:hover,
.yisu-error-callback-handle .callback-button button:last-child:hover {
  color: #FFF;
  background-color: #6435FC;
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* 2021-8-24 nav user and common modal css end */
.user-account-bottom a:first-child:hover {
  text-decoration: underline;
}
/* yisu-alone-callback-handle start */
.yisu-success-alone-callback-handle,
.yisu-warn-alone-callback-handle,
.yisu-error-alone-callback-handle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 37, 51, 0.5);
  z-index: 1000;
}
.yisu-success-alone-callback-handle .body,
.yisu-warn-alone-callback-handle .body,
.yisu-error-alone-callback-handle .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 64px 64px 54px;
  text-align: center;
}
.yisu-success-alone-callback-handle .body .close-modal-btn,
.yisu-warn-alone-callback-handle .body .close-modal-btn,
.yisu-error-alone-callback-handle .body .close-modal-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.yisu-success-alone-callback-handle .body .close-modal-btn svg,
.yisu-warn-alone-callback-handle .body .close-modal-btn svg,
.yisu-error-alone-callback-handle .body .close-modal-btn svg {
  font-size: 12px;
}
.yisu-success-alone-callback-handle .body i,
.yisu-warn-alone-callback-handle .body i,
.yisu-error-alone-callback-handle .body i {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.yisu-success-alone-callback-handle .body i svg,
.yisu-warn-alone-callback-handle .body i svg,
.yisu-error-alone-callback-handle .body i svg {
  font-size: 64px;
}
.yisu-success-alone-callback-handle .body .main-tit,
.yisu-warn-alone-callback-handle .body .main-tit,
.yisu-error-alone-callback-handle .body .main-tit {
  line-height: 34px;
  font-size: 24px;
  margin-top: 34px;
}
.yisu-success-alone-callback-handle .body p,
.yisu-warn-alone-callback-handle .body p,
.yisu-error-alone-callback-handle .body p {
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 10px;
}
.yisu-success-alone-callback-handle .callback-button,
.yisu-warn-alone-callback-handle .callback-button,
.yisu-error-alone-callback-handle .callback-button {
  margin-top: 38px;
}
.yisu-success-alone-callback-handle .callback-button button,
.yisu-warn-alone-callback-handle .callback-button button,
.yisu-error-alone-callback-handle .callback-button button {
  width: 100%;
  height: 56px;
  font-size: 18px;
  border: none;
}
/* yisu-alone-callback-handle end */
.config-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.config-box table tr td {
  padding: 10px 8px;
  border-bottom: 1px solid #EBEEFF;
}
.config-box table tr:hover td {
  background-color: #EBEEFF;
}
.advantages {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 48px;
}
.advantages .page-model-tit {
  margin-bottom: 62px;
}
.advantages .advantages-box {
  margin-bottom: 42px;
}
.advantages .advantages-box:last-child {
  margin-bottom: 0px;
}
.advantages .advantages-box .advantages-tit {
  line-height: 34px;
  font-size: 24px;
}
.advantages .advantages-item-box {
  margin-top: 11px;
}
.advantages .advantages-item {
  float: left;
  width: 384px;
  padding: 32px 20px 32px 0px;
  margin-right: 24px;
}
.advantages .advantages-item:last-child {
  margin-right: 0px;
}
.advantages .advantages-item .item-tit {
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  padding-left: 48px;
}
.advantages .advantages-item .item-tit img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
.advantages .advantages-item .item-tit svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  color: #6435FC;
}
.advantages .advantages-item p {
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 20px;
}
.functions {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 234px;
}
.functions .function-item-box {
  position: relative;
  width: 400px;
  height: 400px;
  background: url(../image/luojinshu-function-bg.png) no-repeat center;
  margin: 255px auto 0px;
}
.functions .function-item {
  position: absolute;
}
.functions .function-item > i {
  position: absolute;
}
.functions .function-item > i svg {
  font-size: 80px;
  vertical-align: top;
}
.functions .function-item .item-icon-active {
  display: none;
}
.functions .function-item .item-tit {
  line-height: 30px;
  font-size: 20px;
}
.functions .function-item p {
  line-height: 24px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 14px;
  white-space: nowrap;
}
.functions .function-item.one {
  bottom: 360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding-bottom: 106px;
}
.functions .function-item.one > i {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.functions .function-item.two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 360px;
  padding-left: 106px;
}
.functions .function-item.two > i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.functions .function-item.three {
  top: 360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding-top: 106px;
}
.functions .function-item.three > i {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.functions .function-item.four {
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 360px;
  padding-right: 106px;
}
.functions .function-item.four > i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.functions .function-item:hover .item-icon-active {
  display: block;
}
/* select system modal */
.common-select-system-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1210;
  display: none;
}
.common-select-system-modal .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 580px;
  background-color: #fff;
}
.common-select-system-modal .center .head {
  position: relative;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #5E6D81;
  background-color: #F6F8F9;
  padding-left: 20px;
}
.common-select-system-modal .center .head span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}
.common-select-system-modal .body {
  padding: 16px 40px 24px 40px;
}
.common-select-system-modal .system-kind ul {
  display: flex;
  justify-content: space-between;
}
.common-select-system-modal .system-kind ul li {
  position: relative;
  width: 112px;
  height: 96px;
  text-align: center;
  border: 1px solid #DBE1E8;
  padding-top: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.common-select-system-modal .system-kind ul li img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.common-select-system-modal .system-kind ul li p {
  line-height: 20px;
  font-size: 14px;
  color: #2D3037;
  margin-top: 8px;
}
.common-select-system-modal .system-kind ul li.active {
  border-color: #6435FC;
}
.common-select-system-modal .system-kind ul li.active::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 32px;
  height: 32px;
  background: url(../image/selected-badge.png) no-repeat center;
}
.common-select-system-modal .select-server-list ul li {
  line-height: 30px;
  font-size: 14px;
  color: #9EA7B3;
}
.common-select-system-modal .select-server-list ul li div {
  display: inline;
}
.common-select-system-modal .select-server-list ul li div .select-config {
  margin-left: 6px;
}
.common-select-system-modal .system-list {
  margin-top: 24px;
}
.common-select-system-modal .system-list .tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #9EA7B3;
  background-color: #F6F8F9;
  padding-left: 16px;
}
.common-select-system-modal .system-list .system-item-box {
  border-bottom: 1px solid #F0F2F5;
}
.common-select-system-modal .system-list .system-item {
  height: 240px;
  overflow-y: auto;
  display: none;
}
.common-select-system-modal .system-list .system-item:nth-child(1) {
  display: block;
}
.common-select-system-modal .system-list .system-item::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
}
.common-select-system-modal .system-list .system-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background-color: #F0F2F5;
}
.common-select-system-modal .system-list .system-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DBE1E8;
}
.common-select-system-modal .system-list .system-item::-webkit-scrollbar-thumb:hover {
  background-color: #9EA7B3;
}
.common-select-system-modal .system-list .system-item::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.common-select-system-modal .system-list .system-item ul li input {
  display: none;
}
.common-select-system-modal .system-list .system-item ul li label {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #2D3037;
  padding-left: 40px;
  cursor: pointer;
}
.common-select-system-modal .system-list .system-item ul li label::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 16px;
  height: 16px;
  border: 1px solid #DBE1E8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.common-select-system-modal .system-list .system-item ul li input[type=radio]:checked + label {
  color: #6435FC;
}
.common-select-system-modal .system-list .system-item ul li input[type=radio]:checked + label::before {
  border-color: #6435FC;
}
.common-select-system-modal .system-list .system-item ul li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 13px;
  width: 8px;
  height: 8px;
  background-color: #6435FC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.common-select-system-modal .system-list .system-tehui {
  line-height: 22px;
  font-size: 12px;
  color: #9EA7B3;
  margin-top: 18px;
}
.common-select-system-modal .select-sure {
  margin-top: 16px;
}
.common-select-system-modal .select-sure button {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.common-select-system-modal .select-sure button:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.common-select-system-modal .select-more {
  line-height: 30px;
  font-size: 14px;
  color: #9EA7B3;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F2F5;
  margin-bottom: 20px;
}
.common-select-system-modal .select-more a {
  color: #6435FC;
  margin-left: 8px;
}
.common-select-system-modal .select-more a img {
  vertical-align: -2px;
  margin-left: 8px;
}
.common-select-system-modal .select-more a:hover {
  text-decoration: underline;
}
.div-none {
  display: none;
}
.our-server-box {
  width: 100%;
  background: #EBEEFF;
  padding: 0px 0px 56px;
}
.our-server-box .page-model-des {
  color: #5E6D81;
  opacity: 1;
}
.our-server-box .our-server-content {
  display: flex;
  justify-content: space-between;
}
.our-server-box .our-server-content .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 792px;
  padding-top: 80px;
}
.our-server-box .our-server-content .left .s-column {
  width: 384px;
  height: 148px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.our-server-box .our-server-content .left .s-column:nth-child(2n) {
  margin-right: 0px;
}
.our-server-box .our-server-content .left .s-column .s-column-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding-top: 35px;
  padding-left: 110px;
  border-radius: 4px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.our-server-box .our-server-content .left .s-column .s-column-content img {
  position: absolute;
  top: 40px;
  left: 32px;
  width: 56px;
  height: 56px;
}
.our-server-box .our-server-content .left .s-column .s-column-content div {
  line-height: 30px;
  font-size: 20px;
  color: #1F2533;
}
.our-server-box .our-server-content .left .s-column .s-column-content p {
  line-height: 26px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 13px;
}
.our-server-box .our-server-content .left .s-column:hover .s-column-content {
  margin-top: -8px;
}
.our-server-box .our-server-content .right {
  width: 408px;
  padding-top: 75px;
}
.our-server-box .our-server-content .right .page-model-tit,
.our-server-box .our-server-content .right .page-model-des {
  text-align: left;
}
.our-server-box .our-server-content .right .page-model-des {
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.our-server-box .our-server-content .right .right-item {
  margin-top: 23px;
}
.our-server-box .our-server-content .right .right-item .right-item-content div {
  line-height: 26px;
  font-size: 16px;
  color: #5E6D81;
}
.our-server-box .our-server-content .right .right-item .right-item-content p {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #6435FC;
  margin-top: 3px;
}
.our-server-box .our-server-content .right .right-item .right-item-content p span {
  font-size: 40px;
  margin: 0px 10px;
}
/* 2023-4-13 */
.product-table .product-table-box table th {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-table .filter-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.product-table .filter-container .filter-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/filter-icon-normal.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.product-table .filter-container .filter-icon:hover,
.product-table .filter-container .filter-icon.active {
  background-image: url(../image/filter-icon-active.png);
}
.product-table .filter-container .filter-icon.checked {
  background-image: url(../image/filter-icon-active.png);
}
.product-table .filter-container .filter-list {
  position: absolute;
  top: 32px;
  left: -47px;
  width: 200px;
  background-color: #FFF;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.16);
  z-index: 10;
  display: none;
}
.product-table .filter-container .filter-list ul {
  max-height: 256px;
  padding: 8px 0px;
  overflow-y: auto;
}
.product-table .filter-container .filter-list ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
}
.product-table .filter-container .filter-list ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background-color: #F0F2F5;
}
.product-table .filter-container .filter-list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DBE1E8;
}
.product-table .filter-container .filter-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #BDC5D3;
}
.product-table .filter-container .filter-list ul::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.product-table .filter-container .filter-list ul li input {
  display: none;
}
.product-table .filter-container .filter-list ul li label {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #1F2533;
  padding-left: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.product-table .filter-container .filter-list ul li label::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 20px;
  height: 20px;
  border: 2px solid #D4DEFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.product-table .filter-container .filter-list ul li label:hover {
  color: #6435FC;
}
.product-table .filter-container .filter-list ul li label:hover::before {
  border-color: #6435FC;
}
.product-table .filter-container .filter-list ul li input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url(../image/checkbox-checked.svg) no-repeat center;
}
.product-table .filter-container .filter-list .filter-edit {
  position: relative;
  display: flex;
  border-top: 1px solid #EBEEFF;
}
.product-table .filter-container .filter-list .filter-edit::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 100px;
  width: 1px;
  height: 20px;
  background-color: #EBEEFF;
}
.product-table .filter-container .filter-list .filter-edit button {
  width: 50%;
  background-color: #FFF !important;
  border: none !important;
}
.product-table .filter-container .filter-list .filter-edit button.reset-filter-btn {
  color: #5E6D81;
}
.product-table .filter-container .filter-list .filter-edit button.filter-sure {
  color: #6435FC;
}
.product-table .sort {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../image/sort-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 12px;
  cursor: pointer;
}
.product-table .sort.up {
  background-image: url(../image/sort-icon-up.png);
}
.product-table .sort.down {
  background-image: url(../image/sort-icon-down.png);
}
.product-table .hot-badge {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 12px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
  padding: 0px 10px;
  border-radius: 12px 12px 12px 0px;
  margin-left: 11px;
}
/* 新版 rightBar 2023-6-13 start */
.contact-bar {
  position: fixed;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  z-index: 1000;
}
.contact-bar .contact-bar-top {
  padding: 12px 0px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
}
.contact-bar .contact-bar-top:hover {
  background: linear-gradient(0deg, #FFFFFF, #F0F2F5);
}
.contact-bar .contact-bar-item {
  position: relative;
  margin-bottom: 4px;
}
.contact-bar .contact-bar-item:last-child {
  margin-bottom: 0px;
}
.contact-bar .contact-bar-item .item-icon {
  width: 100%;
  height: 48px;
}
.contact-bar .contact-bar-item .item-icon.item-icon-phone {
  background: url(../image/right-bar-phone.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-icon.item-icon-phone:hover {
  background: url(../image/right-bar-phone-active.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-icon.item-icon-wechat {
  cursor: pointer;
  background: url(../image/right-bar-wechat.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-icon.item-icon-wechat:hover {
  background: url(../image/right-bar-wechat-active.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-icon.item-icon-service a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/right-bar-form.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-icon.item-icon-service a:hover {
  background: url(../image/right-bar-form-active.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-bubble {
  display: none;
}
.contact-bar .contact-bar-item:hover .item-bubble {
  display: block;
}
.contact-bar .contact-bar-item.active .item-icon.item-icon-phone {
  background: url(../image/right-bar-phone-active.png) no-repeat center;
}
.contact-bar .contact-bar-item.active .item-icon.item-icon-wechat {
  background: url(../image/right-bar-wechat-active.png) no-repeat center;
}
.contact-bar .contact-bar-item.active .item-icon.item-icon-service a {
  background: url(../image/right-bar-form-active.png) no-repeat center;
}
.contact-bar .contact-bar-item .item-bubble-phone,
.contact-bar .contact-bar-item .item-bubble-zixun {
  position: absolute;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFF;
  width: 180px;
  height: 72px;
  padding: 10px 0px 0px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.16);
}
.contact-bar .contact-bar-item .item-bubble-phone::before,
.contact-bar .contact-bar-item .item-bubble-zixun::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 18px;
  height: 100%;
}
.contact-bar .contact-bar-item .item-bubble-phone::after,
.contact-bar .contact-bar-item .item-bubble-zixun::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #FFF;
}
.contact-bar .contact-bar-item .item-bubble-phone div,
.contact-bar .contact-bar-item .item-bubble-zixun div {
  line-height: 26px;
  font-size: 16px;
  color: #2D3037;
}
.contact-bar .contact-bar-item .item-bubble-phone p,
.contact-bar .contact-bar-item .item-bubble-zixun p {
  line-height: 26px;
  font-size: 16px;
  color: #6435FC;
  margin-top: 2px;
}
.contact-bar .contact-bar-item .item-bubble-zixun p {
  font-size: 14px;
}
.contact-bar .contact-bar-item .item-bubble-service {
  position: absolute;
  right: 64px;
  top: -306px;
  width: 320px;
  background-color: #FFF;
  padding-top: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.16);
}
.contact-bar .contact-bar-item .item-bubble-service::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 18px;
  height: 100%;
}
.contact-bar .contact-bar-item .item-bubble-service::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #FFF;
}
.contact-bar .contact-bar-item .item-bubble-service .zx-tit {
  line-height: 26px;
  font-size: 16px;
  color: #2D3037;
  padding-left: 24px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list {
  padding-top: 11px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item {
  position: relative;
  float: left;
  width: 50%;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 24px;
  cursor: pointer;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name span {
  float: left;
  color: #5E6D81;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name > img {
  float: right;
  vertical-align: top;
  margin-top: 16px;
  margin-right: 20px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name .contact-qq {
  position: relative;
  float: right;
  width: 23px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
  margin-top: 16px;
  margin-right: 20px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name .contact-qq .contact-qq-bubble {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 32px;
  min-width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background-color: rgba(1, 14, 35, 0.9);
  padding: 0px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  z-index: 10;
  display: none;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-name .contact-qq .contact-qq-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-left: 4px;
  border: 8px solid transparent;
  border-top-color: #1E232D;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-erweima {
  position: absolute;
  left: 0px;
  top: 48px;
  width: 320px;
  background-color: #F0F2F5;
  z-index: 999;
  display: none;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-erweima .erweima-column {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 17px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-erweima .erweima-column img {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item .contact-item-erweima .erweima-column p {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 10px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item:nth-child(even) .contact-item-erweima {
  left: inherit;
  right: 0px;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item:hover .contact-item-name {
  background-color: #F0F2F5;
}
.contact-bar .contact-bar-item .item-bubble-service .contact-list .contact-item:hover .contact-qq .contact-qq-bubble {
  display: block;
}
.contact-bar .contact-bar-item .item-bubble-service .background-tit {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  color: #2D3037;
  padding-left: 24px;
  padding-top: 35px;
}
.contact-bar .contact-bar-item .item-bubble-service .background-tit::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 24px;
  width: 288px;
  height: 1px;
  background: #F0F2F5;
}
.contact-bar .contact-bar-item .item-bubble-service .support {
  position: relative;
  margin-top: 3px;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit {
  display: flex;
  justify-content: flex-start;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #6435FC;
  padding-left: 24px;
  cursor: inherit;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit span {
  float: left;
  color: #5E6D81;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit > img {
  float: left;
  vertical-align: top;
  margin-top: 16px;
  margin-left: 36px;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq {
  position: relative;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq .contact-qq-bubble {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  min-width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #1E232D;
  padding: 0px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  z-index: 10;
  display: none;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq .contact-qq-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-left: 4px;
  border: 8px solid transparent;
  border-bottom-color: #1E232D;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-erweima {
  position: relative;
  left: 0px;
  width: 320px;
  background-color: #FFF;
  text-align: center;
  margin-top: 8px;
  z-index: 2;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-erweima .erweima-column {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 0px;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-erweima .erweima-column img {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-erweima .erweima-column p {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 6px;
}
.common-backtop-link {
  position: fixed;
  right: 24px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
  cursor: pointer;
  z-index: 1000;
  display: none;
}
.common-backtop-link i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../image/right-bar-back-top.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .support-phone {
  width: 50%;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .support-phone img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 8px;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq a {
  display: block;
  color: #6435FC;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq a img {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 16px;
  margin-right: 8px;
  margin-top: 15px;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq .contact-qq-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  border: 8px solid transparent;
  border-top-color: #1E232D;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-tit .contact-qq:hover .contact-qq-bubble {
  display: block;
}
.contact-bar .contact-bar-item .item-bubble-service .support .support-erweima .support-time-text {
  display: inline-block;
  height: 52px;
  line-height: 20px;
  font-size: 12px;
  color: #5E6D81;
  background-color: #EBEEFF;
  padding: 6px 36px 0px;
  border-radius: 52px 52px 0px 0px;
  margin-top: 15px;
}
.contact-bar .contact-bar-item .item-bubble-service .support:hover .support-tit {
  background-color: #FFF;
}
.common-backtop-link:hover {
  background: linear-gradient(0deg, #FFFFFF, #F0F2F5);
}
.common-backtop-link:hover i {
  background-image: url(../image/right-bar-back-top-active.png);
}
.index-banner .common-ziyun-banner-text {
  position: absolute;
  top: 144px;
  left: 0px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #6435FC;
  background: linear-gradient(90deg, rgba(111, 115, 255, 0.2), rgba(115, 73, 252, 0.2));
  padding: 0px 11px;
  border-radius: 4px;
}
.banner .common-ziyun-banner-text {
  position: absolute;
  top: 120px;
  left: 0px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #6F73FF;
  background: linear-gradient(90deg, rgba(111, 115, 255, 0.2), rgba(115, 73, 252, 0.2));
  padding: 0px 11px;
  border-radius: 4px;
}
.banner .auto-center {
  padding-top: 171px;
}
.banner .banner-link {
  bottom: 72px;
}
.nav .nav-wa-img {
  float: left;
  height: 72px;
  padding-top: 16px;
  margin-left: 24px;
}
.nav .nav-wa-img img {
  display: block;
}
.footer-bottom p span,
.footer-bottom p a {
  margin-left: 10px;
}
/* 2023-6-15 */
.contact-bar .contact-bar-item .item-bubble-service {
  top: -131px;
  width: 274px;
  padding: 14px;
}
.contact-bar .contact-bar-item .item-bubble-service .zx-tit {
  padding-left: 0px;
  margin-bottom: 10px;
}
.zixun-wechat-img img {
  display: block;
  width: 246px;
  height: 246px;
}
/* 2023-9-11 common package style new add */
.product-table .product-table-box table tbody tr td .button-link {
  position: relative;
}
.product-table .product-table-box table tbody tr td .button-link.disabled {
  opacity: 1 !important;
  background: #9EA7B3 !important;
  border-color: #9EA7B3 !important;
}
.product-table .product-table-box table tbody tr td .button-link .limit-math {
  position: absolute;
  bottom: 36px;
  left: 92px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background: linear-gradient(90deg, #FC3D2B, #FF6557);
  padding: 0px 7px 0px 9px;
  -webkit-border-radius: 12px 12px 12px 0px;
  -moz-border-radius: 12px 12px 12px 0px;
  border-radius: 12px 12px 12px 0px;
  white-space: nowrap;
}
.product-table .product-table-box table tbody tr:hover td .button-link .limit-math {
  bottom: 37px;
  left: 93px;
}
.product-table .filter-container .filter-list {
  min-width: 200px;
  width: auto;
}
.product-table .filter-container .filter-list ul li label {
  padding-right: 16px;
  white-space: nowrap;
}
/* 2023-11-15 new add xin wen zi xun */
.ziyun-zixun {
  width: 100%;
  padding: 71px 0px 56px;
}
.ziyun-zixun .page-model-des .hover-arrow-link {
  font-size: 16px;
  margin-left: 20px;
}
.ziyun-zixun .page-model-des .hover-arrow-link .arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../image/look-more-arrow.png) no-repeat center;
  margin-left: 10px;
}
.ziyun-zixun .zixun-row-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ziyun-zixun .zixun-row {
  width: 588px;
  height: 120px;
  background: #EBEEFF;
  margin-bottom: 24px;
  border-radius: 4px;
  padding: 27px 34px 0px;
  cursor: pointer;
}
.ziyun-zixun .zixun-row:nth-child(odd) {
  margin-right: 24px;
}
.ziyun-zixun .zixun-row .tit {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  padding-right: 102px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ziyun-zixun .zixun-row .tit a {
  color: #1F2533;
}
.ziyun-zixun .zixun-row .tit .zixun-itme {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: #5E6D81;
}
.ziyun-zixun .zixun-row p {
  height: 24px;
  line-height: 24px;
  color: #5E6D81;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.ziyun-zixun .zixun-row:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.ziyun-zixun .zixun-row:hover .tit a {
  color: #FFF;
}
.ziyun-zixun .zixun-row:hover .tit .zixun-itme {
  color: #FFF;
}
.ziyun-zixun .zixun-row:hover p {
  color: #FFF;
}
.product-table .product-table-box table tbody tr td .button-link .newuser-s-badge {
  position: absolute;
  top: -16px;
  left: 88px;
  width: 68px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #7D4538;
  text-align: center;
  background: #FFDCB9;
  border-radius: 12px 12px 12px 0px;
  z-index: 10;
}
/******2025-2-25 应用、算力 satart******/
.jcyy-tab {
  margin-top: 26px;
}
.jcyy-tab ul {
  display: flex;
  justify-content: center;
}
.jcyy-tab ul li {
  position: relative;
  width: 160px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.jcyy-tab ul li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background-color: #6435FC;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.jcyy-tab ul li:hover {
  color: #6435FC;
}
.jcyy-tab ul li.active {
  color: #6435FC;
}
.jcyy-tab ul li.active::after {
  width: 100%;
}
.jcyy-tab ul li:not(:first-child) {
  margin-left: 40px;
}
.apply-wrap {
  padding: 80px 0 48px;
  background-color: #EBEEFF;
}
.apply-wrap .apply-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding-top: 70px;
}
.apply-wrap .apply-list-wrap .apply-item-box {
  flex-shrink: 0;
  width: 282px;
  height: 346px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 0px solid #000000;
  position: relative;
  margin: 0 12px 32px 12px;
  transition: margin-top 0.15s;
}
.apply-wrap .apply-list-wrap .apply-item-box:hover {
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
  margin-top: -10px;
}
.apply-wrap .apply-list-wrap .apply-item-box:hover .apply-info {
  color: #6435FC;
}
.apply-wrap .apply-list-wrap .apply-item-box:hover .apply-action {
  display: flex;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-img-box {
  width: 282px;
  height: 282px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-img-box img {
  width: 282px;
  height: 282px;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-info {
  height: 64px;
  font-weight: 400;
  font-size: 16px;
  color: #1F2533;
  line-height: 32px;
  padding: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-action {
  position: absolute;
  top: 0;
  left: 0;
  height: 282px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  border-radius: 4px 4px 0 0;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-action .action-col {
  width: 154px;
  height: 48px;
  background: #6F73FF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin-bottom: 34px;
  cursor: pointer;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-action .action-col:last-child {
  margin-bottom: 0;
}
.apply-wrap .apply-list-wrap .apply-item-box .apply-action .link {
  background: #F0F2F5;
  color: #2D3037;
}
.power-sort-wrap {
  width: 100%;
  padding: 75px 0px 80px;
}
.power-sort-wrap .sl-sort-item-box {
  padding: 0px 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 40px;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
}
.power-sort-wrap .sl-sort-item-box .sl-sort-item:last-child {
  display: none;
}
.power-sort-wrap .sl-sort-item-box table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.power-sort-wrap .sl-sort-item-box table tr th,
.power-sort-wrap .sl-sort-item-box table tr td {
  font-size: 16px;
  padding: 29px 16px 29px 0px;
}
.power-sort-wrap .sl-sort-item-box table tr th {
  font-weight: normal;
  color: #9EA7B3;
}
.power-sort-wrap .sl-sort-item-box table tr td {
  padding: 29px 16px 28px 0px;
  border-top: 1px solid #F0F2F5;
}
.power-sort-wrap .sl-sort-item-box table tr td .sort-progress {
  position: relative;
  display: inline-block;
  width: 480px;
  height: 8px;
  background: #F0F2F5;
  border-radius: 4px;
}
.power-sort-wrap .sl-sort-item-box table tr td .sort-progress .sort-progress-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 8px;
  background: #6435FC;
  border-radius: 4px;
}
.power-sort-wrap .sl-sort-item-box table tr td .sort-progress-math {
  display: inline;
  margin-left: 16px;
}
.power-sort-wrap .sl-sort-item-box .sort-math {
  position: relative;
  width: 40px;
  height: 32px;
  text-align: center;
  line-height: 42px;
  margin-top: -10px;
  overflow: hidden;
}
.power-sort-wrap .sl-sort-item-box .sort-math img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.power-sort-wrap .sl-sort-item-box .sort-math img.second {
  opacity: 0.8;
}
.power-sort-wrap .sl-sort-item-box .sort-math img.third {
  opacity: 0.4;
}
.power-sort-wrap .sl-sort-item-box .sort-math .sort-text {
  position: relative;
  z-index: 1;
}
/******2025-2-25 应用、算力 end******/
