:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
body {
  line-height: 1.6;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: bottom;
  object-fit: cover;
}
a {
  color: initial;
  text-decoration: none !important;
}
li {
  list-style: none;
}
button,
input,
textarea {
  outline: none;
  border: none;
  appearance: none;
  font-size: inherit;
  resize: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4126111 */
  src: url('//at.alicdn.com/t/c/font_4126111_e3bb5bhxoft.woff2?t=1688108246561') format('woff2'), url('//at.alicdn.com/t/c/font_4126111_e3bb5bhxoft.woff?t=1688108246561') format('woff'), url('//at.alicdn.com/t/c/font_4126111_e3bb5bhxoft.ttf?t=1688108246561') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**头部**/
.header-top {
  min-height: 45px;
  line-height: 45px;
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
}
.code-content {
  margin: 0;
}
.row {
  margin: 0;
}
.code-box {
  width: fit-content;
  font-size: 14px;
  color: #f08300;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f08300;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 0 10px;
}
.code-box span {
  cursor: pointer;
}
.code-img {
  display: none;
  position: absolute;
  z-index: 9999;
}
.heder-hint {
  color: #a2a1a0;
  font-size: 14px;
}
.heder-hint a {
  color: #a2a1a0;
}
.heder-hint a:hover {
  color: #a2a1a0;
}
.header-nav {
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar-default {
  background: #fff !important;
  padding: 30px 0 !important;
}
.navbar-brand {
  padding: 0 0 20px 0 !important;
}
.nav-title {
  color: #333 !important;
  font-size: 16px;
}
.nav-active {
  color: #ff3300 !important;
}
.nav-title:hover {
  color: #ff3300 !important;
}
.navbar-collapse {
  border: none;
}
/**底部**/
.footer {
  padding-top: 30px !important;
  text-align: center;
}
.footer .relation .attract {
  margin-bottom: 30px;
}
.footer .relation p {
  margin: 0;
}
.footer .relation .text {
  font-size: 22px;
}
.footer .relation .phone {
  font-size: 28px;
  color: #fd8400;
  font-weight: bold;
}
.footer .relation .iconfont {
  font-size: 22px;
}
.footer .code {
  padding-top: 40px;
  height: 200px;
  font-size: 14px;
  color: 333;
}
.footer .form {
  font-size: 14px;
  padding: 0 60px;
}
.footer .form input {
  background: #eee;
  flex: 1;
  padding: 4px;
}
.footer .form textarea {
  background: #eee;
  flex: 1;
  border: 1px solid #fde2cc;
  padding: 4px;
}
.footer .form .item {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .form .submit {
  width: 160px;
  height: 30px;
  color: #fff;
  background: #f08300;
  font-size: 14px;
  margin-left: 60px;
}
.footer .bottom {
  min-height: 40px;
  background: #f7f7f7;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #a2a1a0;
}
.footer .bottom a {
  margin: 0px 5px 0px 5px;
  color: #a2a1a0;
}
/**联系方式**/
.contact {
  position: fixed;
  right: 0;
  top: 50%;
  text-align: center;
  width: 80px;
  background: #f5f7f7;
  font-size: 14px;
  transform: translate(0, -50%);
  line-height: 1.3;
}
.contact .online,
.contact .service,
.contact .WeChat {
  border: 1px solid #e6e5e5;
  width: 80px;
  height: 80px;
}
.contact .text {
  white-space: nowrap;
}
.contact .online .iconfont {
  color: #fa6233;
}
.contact .online a:hover {
  color: #8f8f8b;
}
.contact .service {
  position: relative;
}
.contact .service .iconfont {
  color: #2ee62e;
}
.contact .service .num {
  position: absolute;
  top: 0;
  right: 79px;
  border: 1px solid #e6e5e5;
  padding: 0 20px;
  line-height: 80px;
  font-weight: bold;
  font-size: 16px;
  background: #f5f7f7;
  display: none;
  white-space: nowrap;
}
.contact .WeChat .iconfont {
  color: #18b7e7;
}
.contact .WeChat .img {
  position: absolute;
  bottom: 0;
  right: 90px;
  border: 1px solid #e6e5e5;
  height: 120px;
  width: 120px;
  background: #f5f7f7;
  display: none;
}
.contact .iconfont {
  font-size: 40px;
}
.contact .col-md-12 {
  padding: 0;
}
.contact .back {
  font-size: 16px;
  height: 40px;
  background: #fff;
  border: 1px solid #ebe9e9;
  display: none;
}
.contact .back .iconfont {
  font-size: 28px;
}
.contact .back:hover {
  background: #efefef;
  cursor: pointer;
}
.pagination li a {
  color: #000;
}
a {
  color: #000;
}
