:root {
  --bs-body-bg: var(--bs-gray-100);
  --title-color: #323233;
  --desc-color: #646566;
  --primary-color: #2E73FF;
  --container-padding: calc(calc(100% - 1200px) / 2);
}
* {
  font-family: PingFangSC-Medium, PingFang SC;
}
html {
  overflow-y: overlay;
  min-width: 1200px;
  overflow-x: auto;
}
.banner {
  min-width: 1200px;
}
p {
  margin: 0px;
}
.btn-primary {
  --bs-btn-bg: #2E73FF;
  --bs-btn-border-radius: 4px;
}
.btn-lg {
  --bs-btn-border-radius: 6px;
}
.container {
  width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: inherit;
}
.c_navbar {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 62px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  backdrop-filter: blur(5px);
}
.c_navbar .i-logo {
  width: 84px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../static/img/common/logo.png');
}
.c_navbar .nav-list {
  gap: 48px;
}
.c_navbar .nav-item {
  font-size: 14px;
  color: var(--title-color);
}
.c_navbar .nav-item .active {
  color: var(--primary-color);
  font-weight: bold;
}
.c_navbar .action-btn .i-phone {
  margin-left: 48px;
  margin-right: 1rem;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../static/img/common/phone.png');
}
.try-out-body {
  position: relative;
  width: 540px;
  background: #fff;
  border-radius: 16px;
}
.try-out-body .modal-body {
  padding: 50px 50px 30px;
  background: url(../static/img/home/alert-bg.png) no-repeat;
  background-size: contain;
}
.try-out-body .modal-body .close_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url('../static/img/common/close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.form-select:hover,.try-out-body .modal-body .close_icon:hover{
  cursor: pointer;
}
.try-out-body .modal-body .model_logo {
  width: 100px;
  height: 36px;
}
.try-out-body .modal-body .model_logo > img {
  display: block;
  width: 100%;
}
.try-out-body .modal-body .model_title {
  color: var(--title-color);
  font-weight: bold;
  font-size: 28px;
  margin-top: 24px;
  margin-bottom: 6px;
}
.try-out-body .modal-body .model_desc {
  color: var(--desc-color);
  font-weight: 400;
  margin-bottom: 24px;
}
.try-out-body .modal-body .input-group {
  border: 1px solid #C0C4CC;
  border-radius: 8px;
  height: 54px;
}
.try-out-body .modal-body .input-group-text {
  padding-right: 0px;
  background-color: #fff;
  border: none;
}
.try-out-body .modal-body .input-group-text > img {
  width: 18px;
  height: 18px;
}
.try-out-body .modal-body .form-control,
.try-out-body .modal-body .form-select {
  font-size: 16px;
  background-color: #fff;
}
.try-out-body .modal-body .form-mb {
  margin-top: 0px;
  margin-bottom: 14px;
}
.try-out-body .modal-body .no-border {
  border: none;
}
.try-out-body .modal-body .block-btn {
  height: 54px;
  width: 100%;
  border-radius: 8px;
}
.try-out-body .modal-body .p {
  font-size: 12px;
  color: #969799;
  text-align: center;
  margin-top: 24px;
}
.footer-banner {
  background: url('../static/img/home/ad-bg.jpg') no-repeat;
  background-size: cover;
  padding: 24px;
}
.footer-banner-title {
  color: var(--title-color);
  font-size: 24px;
  font-weight: bold;
}
.footer-banner-desc {
  color: var(--title-color);
  font-size: 34px;
  font-weight: bold;
}
.footer-banner-link {
  font-size: 20px;
  margin-top: 24px;
  text-decoration: none;
}
.footer-acj {
  min-height: 170px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #dee2ea;
  gap: 24px;
}
.footer-acj-item {
  width: 282px;
  height: 110px;
  padding: 27px 0px;
  gap: 24px;
}
.footer-acj-item-icon {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-acj-item > .i-investment {
  background-image: url('../static/img/home/investment.png');
}
.footer-acj-item > .i-business {
  background-image: url('../static/img/home/business.png');
}
.footer-acj-item > .i-code {
  background-image: url('../static/img/home/code.png');
}
.footer-acj-item > .i-media {
  background-image: url('../static/img/home/media.png');
}
.footer-acj-item-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: bold;
}
.footer-acj-item-desc {
  color: var(--desc-color);
  font-size: 14px;
  font-weight: 400;
}
.footer-tail {
  padding: 80px var(--container-padding)  80px;
  background-color: #f5f7fa;
}
.footer-tail-block {
  flex: 1;
  max-width: 304px;
}
.footer-tail-block-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: bold;
}
.footer-tail-block-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-tail-block-list > li {
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  color: var(--title-color);
}
.footer-tail-block-list > li:first-child {
  margin-top: 30px;
}
.primary-text {
  color: var(--primary-color);
}
.c_tooltip {
  position: fixed;
  right: 0px;
  bottom: 200px;
  background-color: var(--primary-color);
  color: #fff;
  z-index: 1000;
  border-radius: 8px;
  padding: 8px;
}
.c_tooltip a{
  color: #fff;
  text-decoration:none; 
}
.c_tooltip a:hover{
  color: #fff;
}
.c_tooltip .tool {
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
}
.c_tooltip .tool > img {
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
}
.c_tooltip .tool{
  border-bottom: 1px solid #fff;
}

.c_tooltip .last-child {
    border-top-right-radius: 5px;
    border-right: 1px;
}
.list-item .add:hover{
  transform: scale(1.2);
}
#zc__sdk__container{
  right: 52px !important;
}
.beian:hover{
   text-decoration: underline
}
.news-full-img{
  text-align: center;
}
.news-full-img > img{
  margin:auto;
  height: auto !important;
  width: 100% !important;
  max-width: 700px !important;
}
  