@charset "UTF-8";
/* 样式重置 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input,
textarea,
button,
i,
input,
select,
option,
header,
footer,
main,
article,
section,
aside,
nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 600;
}
ul,
li {
  list-style: none;
}
/* 图片链接 */
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a img {
  vertical-align: top;
}
a:focus,
a:active,
a:hover {
  outline: none;
}
a,
img {
  -webkit-touch-callout: none;
}
img {
  border: none;
}
/* 页面渲染样式 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}
input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font: inherit;
  cursor: pointer;
}
textarea {
  padding: 0.5em;
  border: 1px solid #ccc;
  font: inherit;
  resize: none;
  overflow-y: auto;
  vertical-align: top;
}
/* 修改默认placholder颜色 */
::-webkit-input-placeholder {
  color: #d1cfd3;
}
:-moz-placeholder {
  color: #d1cfd3;
  opacity: 1;
}
::-moz-placeholder {
  color: #d1cfd3;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d1cfd3;
}
/* 浮动与清楚浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
/* 原子类 */
.show {
  display: block;
}
.hide {
  display: none;
}
p,
a {
  word-break: break-all;
}
.page-con {
  width: 100%;
  min-width: 1200px;
}
.nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  margin: 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .nav-con {
  width: 1200px;
  margin: 0 auto;
}
.nav .nav-con .logo-link {
  display: block;
  width: 206px;
  height: 40px;
  margin-top: 30px;
}
.nav .nav-con .logo-link .logo1 {
  display: none;
}
.nav .nav-con .logo-link .logo2 {
  display: block;
}
.nav .nav-con .logo-link img {
  padding-top: 3px;
  width: 144px;
  height: 24px;
}
.nav .nav-con .nav-list .nav-item {
  float: left;
  height: 80px;
  position: relative;
}
.nav .nav-con .nav-list .nav-item .nav-one-link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    /*padding: 0 30px;*/
    padding: 0 16px;/*20220530修改*/
    line-height: 80px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav .nav-con .nav-list .nav-item:hover .nav-one-link {
  color: #207bff !important;
}
.nav .nav-con .nav-list .nav-item:hover .nav-two {
  display: block;
}
.nav .nav-con .nav-list .nav-item .button {
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 16px;
    width: 100px;
    height: 40px;
    font-size: 14px;
}
.nav .nav-con .nav-list .nav-item .button:hover {
  background: #207bff;
  border-color: transparent;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 15px rgba(32, 123, 255, 0.3);
  box-shadow: 0px 0px 15px rgba(32, 123, 255, 0.3);
}
.nav .nav-con .nav-list .nav-item .nav-two {
  width: 120px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  border-top: 1px solid #e7e7e6;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item {
  display: table;
  width: 100%;
  height: 40px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:hover .nav-two-link {
  color: #207bff;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:hover .nav-three {
  display: block;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:last-child .nav-two-link {
  border-bottom: 0;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item .nav-two-link {
  color: #303848;
  display: block;
  height: 100%;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7ef;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-three {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 290px;
  padding: 0 14px;
  background: #fff;
  border-radius: 5px;
  border-top: 1px solid #e7e7e6;
  display: none;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item {
  width: 100%;
  padding-top: 6px;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px solid #e7e7ef;
  line-height: 33px;
  font-size: 14px;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item:hover .nav-three-link {
  color: #207bff;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item:last-child {
  border-bottom: 0;
}
.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item .nav-three-link {
  color: #303848;
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .link-active {
  color: #207bff !important;
}
.nav:hover,
.nav.black-word {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.nav:hover .nav-one-link,
.nav.black-word .nav-one-link {
  color: #333 !important;
}
.nav:hover .nav-one-link.link-active,
.nav.black-word .nav-one-link.link-active {
  color: #207bff !important;
}
.nav:hover .logo1,
.nav.black-word .logo1 {
  display: block !important;
}
.nav:hover .logo2,
.nav.black-word .logo2 {
  display: none !important;
}
.nav:hover .button,
.nav.black-word .button {
  color: #207bff !important;
  border: 1px solid #207bff !important;
}
.public-title1 {
  display: table;
  margin: 0 auto;
  padding-top: 63px;
  width: 184px;
  height: 117px;
}
.public-title1 img {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}
.public-title1 p {
  float: right;
  font-size: 0;
  font-weight: normal;
}
.public-title1 p .big-title {
  font-size: 30px;
  color: #323032;
  display: block;
}
.public-title1 p .sml-title {
  font-size: 14px;
  color: #9c9c9d;
  line-height: 1;
  letter-spacing: 2px;
}
.public-title2 {
  width: 100%;
  height: 96px;
  text-align: center;
}
.public-title2 h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.public-title2 p {
  font-size: 20px;
  color: #666;
  line-height: 24px;
  padding-top: 20px;
  width: 920px;
  margin: 0 auto;
}
.public-title3 {
  text-align: center;
}
.public-title3 h3 {
  font-size: 30px;
  font-weight: normal;
}
.public-title3-text {
  font-size: 15px;
  color: #98999e;
}
.public-title3-slide {
  display: inline-block;
  width: 337px;
  height: 1px;
  vertical-align: middle;
  background-color: #9e9e9e;
  margin: 0 20px;
}
.public-title3-slide-item {
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #056cf8;
  margin-top: -1px;
}
.blue-title {
  padding-top: 14px;
}
.blue-title h3 {
  color: #5098ff;
}
.feature-title {
  height: auto;
  border-bottom: 4px solid #eeeeee;
  padding-bottom: 20px;
}
.feature-title p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.download-btn {
  display: block;
  width: 115px;
  height: 38px;
  border: 1px solid #92c5fd;
  border-radius: 5px;
  line-height: 38px;
  font-size: 18px;
  color: #3388ff;
  text-indent: 10px;
  background-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}
.download-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-image: url("../img/assets/download.png");
  background-position: center center;
  background-size: cover;
}
.download-btn:hover {
  color: #fff;
  background: #3388ff;
  border: 1px solid transparent;
}
.download-btn:hover i {
  background-image: url("../img/assets/download_active.png");
}
.download-btn.ban i {
  background-image: url("../img/assets/icon-download-ban.png");
}
.intro-btn {
  display: block;
  width: 115px;
  height: 38px;
  border: 1px solid #92c5fd;
  border-radius: 5px;
  line-height: 38px;
  font-size: 18px;
  color: #3388ff;
  text-indent: 10px;
  background-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}
.intro-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-image: url("../img/assets/icon_enterprise_second.png");
  background-position: center center;
  background-size: cover;
}
.intro-btn:hover {
  color: #fff;
  background: #3388ff;
  border: 1px solid transparent;
}
footer {
  position: relative;
  width: 100%;
  height: 284px;
  background: #303848;
  min-width: 1200px;
}
footer .row {
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
footer .row .row-left {
  width: 838px;
  height: 100%;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 0;
  z-index: 9;
}
footer .row .row-left .left-main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 7%;
}
footer .row .row-right {
  width: 37.5%;
  height: 100%;
  background-color: rgba(29, 36, 51, 0.39);
  position: absolute;
  left: calc((100% - 1200px) / 2 + 838px);
  top: 0;
  z-index: 9;
}
footer .row .row-right .right-main {
  width: 362px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 5%;
}
footer .row .row-right .right-main ul li:nth-child(2) img {
  width: 22px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
}
footer .row .row-right .right-main ul li:nth-child(2) span {
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
}
footer .row .row-right .right-main .address {
  display: flex;
}
footer .footer-content {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  min-width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #1d2433;
  text-align: center;
  color: #ffffff;
}
footer ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  margin: 25px 0;
}
footer ul:not(:nth-child(1)) {
  margin-left: 100px;
}
footer ul:nth-child(2) {
  width: 190px;
}
footer ul:nth-child(2) li {
  display: inline-block;
}
footer ul:nth-child(2) li:nth-child(1) {
  width: 100%;
}
footer ul:nth-child(2) li:nth-child(2n) {
  margin-right: 20px;
}
footer ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  width: fit-content;
}
footer ul li:nth-child(1) {
  margin-bottom: 20px;
  font-weight: 900;
}
footer ul li:nth-child(1) a {
  font-size: 15px;
  color: #ffffff;
}
footer ul li a {
  font-size: 13px;
  color: #9c9c9d;
  text-decoration: none;
}
footer ul li a:hover {
  color: #ffffff;
}
footer .aside {
  width: 48px;
  position: fixed;
  right: 26px;
  top: 50%;
  z-index: 9;
}
footer .aside .btn {
  display: block;
  width: 48px;
  height: 96px;
  background: #1f7bff;
  border-radius: 1px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 10px;
}
footer .aside .phone-box {
  width: 48px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
footer .aside .phone-box:hover .hide {
  display: block;
}
footer .aside .phone-box .hide {
  width: 254px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: -260px;
  box-sizing: border-box;
  padding: 22px;
}
footer .aside .phone-box .hide .hide-item {
  display: flex;
  margin-bottom: 20px;
}
footer .aside .phone-box .hide .hide-item img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
footer .aside .phone-box .hide .hide-item .item-right div:nth-child(1) {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  margin-bottom: 12px;
}
footer .aside .phone-box .hide .hide-item .item-right .number {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1f7bff;
  line-height: 14px;
}
footer .aside .phone-box .hide .hide-bot {
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
footer .aside .phone {
  width: 48px;
  height: 48px;
  background: #1f7bff;
  border-radius: 1px;
  box-sizing: border-box;
  padding: 14px;
  margin-bottom: 20px;
}
footer .aside .phone img {
  width: 18px;
  height: 18px;
}
footer .aside .phone-number {
  width: 116px;
  height: 16px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #111111;
  line-height: 16px;
  transform: rotateZ(90deg);
  margin-top: 50px;
}
.live .radial-gradient-bg {
  background-image: url("./img/cool-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.live .plan-wrap {
  background-color: #ffffff;
}
.live .plan-wrap .section .contain .text-list .list-item .item-main-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-bottom: 28px;
}
.live .plan-wrap .section .contain .text-list .list-item .item-children-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.live .plan-wrap .section .contain .text-list .list-item .item-children-list .child-item {
  width: calc(30% - 6px);
  border-left: 2px solid #1F7BFF;
  padding-left: 14px;
  margin-right: 42px;
  margin-bottom: 38px;
}
.live .plan-wrap .section .contain .text-list .list-item .item-children-list .child-item .child-title {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 16px;
  margin-bottom: 10px;
}
.live .plan-wrap .section .contain .text-list .list-item .item-children-list .child-item .child-desc {
  max-width: 356px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.live .section {
  position: relative;
}
.live .section .contain .tabs {
  justify-content: space-around;
  border-bottom-color: transparent;
}
.live .section .contain .tabs .tabs-item {
  width: 33.4%;
  background: #3448660A;
  color: #666666;
  padding: 0;
  margin: 0;
  transition: all 0.25s;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.live .section .contain .tabs .tabs-item.active {
  border-top: 2px solid #1F7BFF;
  border-bottom-color: transparent;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 6px 11px #eee;
  z-index: 2;
}
.live .section .contain .tabs .tabs-item.active:nth-of-type(1):after {
  background: transparent;
}
.live .section .contain .tabs .tabs-item.active:nth-of-type(3):before {
  background: transparent;
}
.live .section .contain .tabs .tabs-item:nth-of-type(1):after {
  right: -1px;
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  z-index: 0;
  background: #344866FF;
  transition: all 0.25s;
}
.live .section .contain .tabs .tabs-item:nth-of-type(3):before {
  left: -1px;
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  z-index: 0;
  background: #344866FF;
  transition: all 0.25s;
}
.live .section .contain .content-wrap .tabs-content {
  animation: forwards fadeIn 0.25s;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-left {
  width: 740px;
  padding: 0;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-left img {
  width: 100%;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right {
  background-color: #F5F7FA;
  margin-left: 20px;
  padding: 32px 20px;
  width: 440px;
  height: 100%;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-main-title {
  font-size: 18px;
  color: #111111;
  margin-bottom: 16px;
  font-weight: 500;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-desc {
  font-size: 14px;
  color: #222222;
  padding-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-subtitle {
  margin-top: 24px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-desc-list li {
  display: flex;
  margin-top: 20px;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-desc-list .right-desc-checkbox {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-desc-list .right-desc-item .right-desc-title {
  font-size: 14px;
  color: #111111;
  line-height: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.live .section .contain .content-wrap .tabs-content .tabs-content-right .right-desc-list .right-desc-item .right-desc-detail {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.live .section .contain.vertical-tabs {
  display: flex;
  height: 555px;
  padding-bottom: 11px;
}
.live .section .contain.vertical-tabs .vertical-tabs-list {
  flex-direction: column;
  width: 369px;
}
.live .section .contain.vertical-tabs .vertical-tabs-list .tabs-item {
  border-right: 2px solid transparent;
  padding: 6px 60px 6px 0;
  margin-bottom: 19px;
  text-align: right;
  font-size: 18px;
  transition: all 0.25s;
  cursor: pointer;
}
.live .section .contain.vertical-tabs .vertical-tabs-list .tabs-item.active {
  border-right: 2px solid #1F7BFF;
  color: #1F7BFFFF;
}
.live .section .contain.vertical-tabs .vertical-tabs-content {
  border-left: 1px solid #0000001A;
  width: calc(100% - 367px);
  padding: 7px 59px;
  margin-left: -1px;
  font-size: 14px;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .item-title {
  color: #222222;
  padding-bottom: 16px;
  border-bottom: 1px solid #0000001A;
  font-weight: 500;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .item-img {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .item-subtitle {
  color: #111111;
  margin-top: 28px;
  font-weight: 600;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .desc-list {
  margin-top: 20px;
  margin-left: 14px;
  color: #333333;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .desc-list:hover {
  color: #999999;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .desc-list .desc-item {
  position: relative;
  transition: color 0.25s;
  margin-bottom: 14px;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .desc-list .desc-item:hover {
  color: #333333;
}
.live .section .contain.vertical-tabs .vertical-tabs-content .desc-list .desc-item:before {
  content: '';
  height: 4px;
  width: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #333333;
  left: -13px;
  top: 8px;
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */