
body {
  font-family:  "Microsoft YaHei",sans-serif ,Arial, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #383838;
  font-size: 14px;
  background: #F8F9FB;
}
*,
::before,
::after {
  border-color: rgba(243 244 246);
}
.shadow-cus {
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.tag-1 {
  background: #1CC088;
}
.tag-2 {
  background: #3473F4;
}
.tag-3 {
  background: #FF5252;
}
.tag-4 {
  background: #ACB7C0;
}
.tag-5 {
  background: #FFCC00;
}
.ip-table-list .tool {
  display: none;
}
.ip-table-list tr:hover .tool {
  display: block;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: white !important;
}*/
.icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.container-narrow {
  width: 1200px;
}

.search-container {
  width: 800px;
  margin: 0 auto;
}
.header {
  height: 80px;
  background-color: #FFF;
  color: #181818;
}
.header .logo {
  width: 130px;
  height: 41px;
}
.header .menu {
  margin-left: 32px;
}
.header .menu a.menu-item-link {
  color: #181818;
  display: block;
  line-height: 80px;
  padding: 0 8px;
}
.header .menu a.menu-item-link:first-child {
  margin-left: 0;
}
.header .menu a.menu-item-link.active,
.header .menu a.menu-item-link:hover {
  color: #1664FF;
}
.header .menu .menu-item .drop-box::after {
  content: '';
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  top: -14px;
}
.header .menu .menu-item .drop-box a {
  line-height: 32px;
  text-wrap: nowrap;
}
.header .form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  margin-right: 100px;
}
.header .form .login {
  display: inline-block;
  width: 80px;
  height: 34px;
  line-height: 28px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
}
.header .form .register {
  margin-left: 10px;
  display: inline-block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  background: #2B61FF;
}
.header .feedback {
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  background: #3a3d40;
}
.header .feedback .text {
  margin-left: 10px;
  font-size: 14px;
  color: #FFFFFF;
}
.footer {
  height: 160px;
  background: #F0F2F5;
  margin-top: 15px;
}
.footer .menu {
  padding-top: 60px;
}
.footer .menu .logo {
  height: 32px;
}
.footer .menu .logo img {
  height: 32px;
}
.footer .menu a {
  margin: 0 24px;
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
}
.footer .link {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #5a5a5a;
}
.footer .link a {
  padding-right: 20px;
  border-right: 1px solid 5a5a5a;
  padding-left: 20px;
}
.footer .link a:first-child {
  padding-left: 0px;
}
.footer .link a:last-child {
  border-right: none;
}
.footer .link a:hover {
  color: #5a5a5a;
}
.footer .line {
  margin: 26px 0;
  opacity: 0.22;
  height: 1px;
  background-color: rgba(90, 90, 90, 0.3);
}
.footer .copyright {
  padding-bottom: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
}
.ad .ad1 {
  margin-top: 30px;
}
.ad .ad2 {
  margin-top: 20px;
}
.ad .ad2 a {
  margin-left: 16px;
}
.ad .ad2 a:first-child {
  margin-left: 0px;
}
.ad a {
  position: relative;
  display: block;
}
.ad .advertisement {
  position: absolute;
  top: 0;
  /* 文字贴紧容器顶部 */
  right: 0;
  /* 文字贴紧容器右侧 */
  background-color: rgba(0, 0, 0, 0.3);
  /* 透明背景，确保文字可读性，颜色和透明度可自定义 */
  padding: 5px 7px;
  /* 为文字添加一些内边距 */
  color: #FFFFFF;
  /* 文字颜色 */
  font-size: 12px;
  /* 文字大小 */
  line-height: 1;
  /* 保证单行文本垂直居中 */
  white-space: nowrap;
  /* 防止换行 */
  border-bottom-left-radius: 5px;
}
.tool-menu {
  display: flex;
  align-items: center;
}
.tool-menu a {
  padding: 4px 12px;
  border-radius: 4px;
  color: #1664FF;
  margin-right: 6px;
}
.tool-menu a.active,
.tool-menu a:hover {
  color: #FFF;
  opacity: 1;
  border-radius: 4px;
  background: #1664FF;
  position: relative;
  border-radius: 30px;
}
.index-page .search{
  width: 1200px;
}
.index-page .banner {
  height: 380px;
  width: 100%;
  background: url("/static/img/banner.jpeg") no-repeat;
  background-size: 100% 100%;
}
.index-page .banner .form {
  width: 975px;
  margin: 0 auto;
  position: relative;
}
.index-page .banner .form .search {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.index-page .banner .form .search .input {
  display: flex;
  align-items: center;
  width: 800px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
}
.index-page .banner .form .search .input:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.index-page .banner .form .search .input .text {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #2B61FF;
  vertical-align: top;
}
.index-page .banner .form .search .input input {
  width: 100%;
  height: 40px;
  margin: 0 20px;
}
.index-page .banner .form .search .input input:focus {
  outline: none;
}
.index-page .banner .form .search .input input:-webkit-autofill {
  box-shadow: 0 0 0px 50px #FFFFFF inset !important;
}
.index-page .banner .form .search .input .btn {
  width: 160px;
  height: 50px;
  opacity: 1;
  border-radius: 0 4px 4px 0;
  background: #2B61FF;
  font-size: 16px;
  color: #ffffff;
}
.index-page .banner .form .search .dns_type {
  cursor: pointer;
  width: 160px;
  margin-right: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
  padding: 0 20px;
}
.index-page .banner .form .search .screenshot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  width: 160px;
  height: 50px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 6px;
  border: 2px solid #4B5B76;
  text-align: center;
  color: #4B5B76;
  flex-shrink: 0;
}
.index-page .banner .form .hidden-body {
  background-color: #FFFFFF;
  padding: 0 20px 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 800px;
  position: absolute;
  top: 285px;
  z-index: 9999;
}
.index-page .banner .form .hidden-body::before {
  position: absolute;
  top: -8px;
  right: 25px;
  z-index: 9999;
  width: 0;
  height: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  transform: translate(-50%);
}
.index-page .banner .form .field {
  padding-top: 15px;
  width: 800px;
  color: #4B5B76;
  font-size: 14px;
}
.index-page .banner .form .field .isp {
  width: 440px;
}
.index-page .banner .form .field .label {
  font-size: 14px;
  font-weight: 400;
  width: 86px;
}
.index-page .banner .form .field input,
.index-page .banner .form .field select {
  color: #000000;
  width: 676px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 8px;
  border: 1px solid #EEEEEE;
}
.index-page .banner .form .field input:focus,
.index-page .banner .form .field select:focus {
  outline: none;
}
.index-page .banner .form .field input[type="checkbox"],
.index-page .banner .form .field input[type="radio"] {
  width: 16px;
  height: 16px;
}
.index-page .banner .form .field .more {
  color: #4B5B76;
}
.index-page .banner .form .field .more:hover {
  color: #2B61FF;
}
.index-page .high .item {
  height: 160px;
  /* box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1); */
  padding: 30px;
  position: relative;
  z-index: 10;
  border: 1px solid #DAE0E6;
}

.index-page .high .item .num {
  font-size: 24px;
  font-weight: 600;
  color: #383838;
}
.index-page .high .item .unit {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #383838;
}
.index-page .high .item .desc {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5b76;
}
.index-page .recent .title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 70px;
  color: #383838;
}
.index-page .recent .list {
  margin-top: 50px;
  height: 400px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
}
.index-page .recent .list .left {
  height: 400px;
  width: 288px;
  background: url("/static/img/recent01.png");
  background-size: 288px 400px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 37px;
  padding-left: 34px;
}
.index-page .recent .list .left .text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 52px;
  color: #000000;
}
.index-page .recent .list .left .btn {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #2B61FF;
  padding: 9px 17px;
  border-radius: 6px;
  border: 1px solid #2B61FF;
  display: inline-block;
}
.index-page .recent .list .right .group .item {
  height: 100px;
  width: 288px;
  border-left: 1px solid #E3E9ED;
  border-bottom: 1px solid #E3E9ED;
  padding: 25px 39px;
}
.index-page .recent .list .right .group .item .img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #E3E9ED;
}
.index-page .recent .list .right .group .item .text {
  margin-left: 20px;
  width: 130px;
}
.index-page .recent .list .right .group .item .text .domain {
  font-size: 18px;
  font-weight: 400;
  color: #4B5B76;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-page .recent .list .right .group .item .text .tag {
  width: 44px;
  height: 16px;
  border-radius: 3px;
  background: #EFF2FA;
  font-size: 12px;
  font-weight: 400;
  color: #2b61ff;
  padding: 1px 6px;
}
.index-page .recent .list .right .group .item .text .time {
  font-size: 12px;
  font-weight: 400;
  color: #4b5b76;
}
.index-page .recent .list .right .group .item:hover {
  box-shadow: inset 4px 4px 10px 0.1px rgba(55, 99, 170, 0.1), 4px 4px 10px 0.1px rgba(55, 99, 170, 0.1);
}
.index-page .recent .list .right .group:last-child .item {
  border-bottom: none;
}
.index-page .top {
  margin-top: 38px;
}
.index-page .top .col {
  width: 462px;
  height: 626px;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.index-page .top .col:not(:first-child) {
  margin-left: 26px;
}
.index-page .top .col:first-child .title {
  background: url("/static/img/top01.png");
  background-size: 462px 160px;
}
.index-page .top .col:nth-child(2) .title {
  background: url("/static/img/top02.png");
  background-size: 462px 160px;
}
.index-page .top .col:last-child .title {
  background: url("/static/img/top03.png");
  background-size: 462px 160px;
}
.index-page .top .col .title {
  width: 462px;
  height: 120px;
  border-radius: 12px 12px 0px 0px;
  padding-top: 22px;
  padding-left: 27px;
}
.index-page .top .col .title .text {
  font-size: 26px;
  font-weight: 500;
  color: #383838;
}
.index-page .top .col .title .desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #4B5B76;
}
.index-page .top .col .line {
  background: url("/static/img/top-line.png") no-repeat;
  background-size: 462px 8px;
  height: 8px;
  margin-top: -8px;
}
.index-page .top .col .list {
  padding-top: 23px;
  padding-left: 28px;
  padding-right: 24px;
}
.index-page .top .col .list .th {
  color: rgba(56, 56, 56, 0.4);
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E9ED;
  font-size: 14px;
}
.index-page .top .col .list .tr {
  padding: 19px 0;
  border-bottom: 1px solid #E3E9ED;
}
.index-page .top .col .list .tr:last-child {
  border-bottom: none;
}
.index-page .top .col .list .tr:hover .num {
  background-color: #2b61ff;
  color: #FFFFFF;
}
.index-page .top .col .list .tr:hover .domain {
  color: #2b61ff;
}
.index-page .top .col .list .tr:hover .time {
  color: #2b61ff;
}
.index-page .top .col .list .tr .num {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #E3E9ED;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(75, 91, 118, 0.4);
}
.index-page .top .col .list .tr .domain {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #4B5B76;
}
.index-page .top .col .list .tr .time {
  font-size: 18px;
  font-weight: 400;
  color: #4B5B76;
}
.index-page .art {
  margin-top: 21px;
  height: 922px;
  background: url('/static/img/art-bg.jpg') center no-repeat;
  background-size: auto 100%;
}
.index-page .art .title {
  padding-top: 80px;
  text-align: center;
}
.index-page .art .title .text {
  font-size: 42px;
  font-weight: 700;
  line-height: 69.5px;
  color: #383838;
}
.index-page .art .title .desc {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 400;
  color: #4b5b76;
}
.index-page .art .list {
  margin-top: 82px;
  height: 560px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
}
.index-page .art .list .item {
  padding-top: 32px;
  padding-left: 28px;
  padding-right: 28px;
}
.index-page .art .list .item .column {
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E9ED;
}
.index-page .art .list .item .column .img {
  width: 34px;
  height: 34px;
}
.index-page .art .list .item .column .text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #383838;
}
.index-page .art .list .item .column .more {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4B5B76;
  padding-bottom: 0;
  margin-left: auto;
}
.index-page .art .list .item a {
  padding-bottom: 24px;
}
.index-page .art .list .item a:first-child {
  padding-top: 24px;
}
.index-page .art .list .item a:hover .text {
  font-weight: bold;
  font-weight: 700;
  color: #2B61FF;
  text-decoration-line: underline;
}
.index-page .art .list .item a .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #4B5B76;
}
.index-page .art .list .item a .text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #4b5b76;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration-line: none;
}
.index-page .art .list .item a .time {
  font-size: 12px;
  font-weight: 400;
  color: #4b5b76;
}
.icp-page .result {
  margin-top: 60px;
  margin-bottom: 20px;
  height: 386px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc 10.42%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  padding: 34px 40px;
}
.icp-page .result .title .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.icp-page .result .title .txt {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  color: #383838;
}
.icp-page .result .title .txt .domain {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 44px;
  color: #2B61FF;
  padding-right: 4px;
}
.icp-page .result .title .time {
  margin-left: 28px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #4B5B76;
}
.icp-page .list {
  margin-top: 30px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc 10.42%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #E3E9ED;
  border-bottom: none;
}
.icp-page .list .item {
  border-bottom: 1px solid #E3E9ED;
}
.icp-page .list .item:last-child .item {
  border-top-left-radius: 6px;
}
.icp-page .list .item .label {
  width: 156px;
  height: 60px;
  line-height: 60px;
  background: #F7F7F7;
  border-right: 1px solid #E3E9ED;
  text-align: right;
  padding-right: 20px;
}
.icp-page .list .item .value {
  padding-left: 50px;
}
.icp-page .news .link {
  min-height: 300px;
}
.icp-page .news .item {
  margin-top: 20px;
  border-radius: 6px;
  background: linear-gradient(180deg #F7FAFC 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.icp-page .news .item:last-child {
  margin-left: 40px;
}
.icp-page .news .item .text {
  width: 702px;
  height: 100px;
  background: url("/static/img/bg-01.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 24px;
  padding-left: 38px;
  font-size: 36px;
  font-weight: 700;
  color: #383838;
}
.icp-page .news .item .art {
  margin-left: 39px;
  margin-right: 39px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  margin-bottom: 14px;
}
.icp-page .news .item .art:first-child {
  margin-top: 14px;
}
.icp-page .news .item .art:last-child {
  margin-bottom: 20px;
}
.icp-page .news .item .art:hover {
  color: #2B61FF;
  text-decoration-line: underline;
}
.icp-page .news .item .art:hover .dot {
  background: #2B61FF;
}
.icp-page .news .item .art .dot {
  width: 4px;
  height: 4px;
  background: #4B5B76;
  border-radius: 100%;
  margin-right: 10px;
}
.news-page .banner {
  width: 100%;
  background: url("/static/img/bg-02.png") no-repeat;
  background-size: 100% 460px;
}
.news-page .banner .title {
  padding: 50px 0;
  font-size: 42px;
  font-weight: 700;
  color: #383838;
}
.news-page .body {
  padding: 30px 40px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.news-page .body .text {
  font-size: 22px;
  font-weight: 400;
  color: #383838;
  padding-bottom: 12px;
  border-bottom: 2px solid #E3E9ED;
}
.news-page .body .text a.active,
.news-page .body .text a:hover {
  color: #2B61FF;
  font-size: 22px;
  font-weight: 700;
}
.news-page .body .text a:not(:first-child) {
  margin-left: 30px;
}
.news-page .body .list {
  padding-top: 10px;
}
.news-page .body .list .item {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.news-page .body .list .item .title {
  font-size: 20px;
  line-height: 29px;
  color: #383838;
}
.news-page .body .list .item .title:hover {
  text-decoration-line: underline;
  color: #2B61FF;
}
.news-page .body .list .item .desc {
  margin-top: 16px;
  background: #EFF2FA;
  font-size: 14px;
  line-height: 24px;
  color: #4B5B76;
  padding: 13px 20px;
}
.news-page .body .list .item .info {
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #4B5B76;
  border-bottom: 1px solid #E3E9ED;
}
.news-page .body .list .item .info .font {
  opacity: 0.4;
}
.news-page .body .list .item .info .tag {
  opacity: 0.4;
}
.news-page .body .list .item .info .tag:hover {
  opacity: 1;
  text-decoration-line: underline;
  color: #2B61FF;
}
.news-page .body .pagination {
  text-align: center;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.news-page .right {
  margin-left: 20px;
  width: 380px;
}
.news-page .right .hot {
  width: 380px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
  border: 2px solid #ffffff;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  padding: 30px 40px;
}
.news-page .right .hot .title {
  padding-bottom: 12px;
  border-bottom: 2px solid #E3E9ED;
}
.news-page .right .hot .title .text {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #383838;
}
.news-page .right .hot .art {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #4B5B76;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .right .hot .art:hover {
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #2B61FF;
}
.news-page .right .tag {
  margin-top: 20px;
  width: 380px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
  border: 2px solid #ffffff;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  padding: 30px 40px;
}
.news-page .right .tag .title {
  padding-bottom: 12px;
  border-bottom: 2px solid #E3E9ED;
}
.news-page .right .tag .title .text {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #383838;
}
.news-page .right .tag a {
  border-radius: 2px;
  border: 1px solid #bcc1d3;
  padding: 2px 9px;
  font-size: 14px;
  line-height: 21px;
  color: #4B5B76;
}
.news-page .right .tag a:hover {
  color: #2b61ff;
  border: 1px solid #2b61ff;
}
.news-find-page .banner {
  width: 100%;
  background: url("/static/img/bg-02.png") no-repeat;
  background-size: 100% 460px;
}
.news-find-page .banner .title {
  padding: 50px 0;
  font-size: 42px;
  font-weight: 700;
  color: #383838;
}
.news-find-page .body {
  padding: 20px 20px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.news-find-page .body .breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: rgba(75, 91, 118, 0.4);
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E9ED;
}
.news-find-page .body .art {
  margin-top: 25px;
}
.news-find-page .body .art .title {
  font-size: 36px;
  font-weight: bold;
  color: #383838;
  text-align: left;
}
.news-find-page .body .art .desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
}
.news-find-page .body .art .content {
  padding: 50px 0;
  border-bottom: 2px solid #E3E9ED;
  line-height: 24px;
  color: #5A5A5A;
}
.news-find-page .body .art .content img {
  display: inline-block;
}
.news-find-page .body .art .child {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4B5B76;
}
.news-find-page .body .art .child a:hover {
  color: #2B61FF;
  text-decoration-line: underline;
}
.news-find-page .body .art .recommend {
  margin-top: 20px;
}
.news-find-page .body .art .recommend .text {
  font-size: 22px;
  font-weight: 700;
  color: #4B5B76;
}
.news-find-page .body .art .recommend .list {
  margin-top: 20px;
}
.news-find-page .body .art .recommend a {
  padding-right: 74px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #5A5A5A;
}
.news-find-page .body .art .recommend a:hover {
  color: #2B61FF;
  text-decoration-line: underline;
}
.news-find-page .body .art .recommend a:hover .dot {
  background-color: #2B61FF;
}
.news-find-page .body .art .recommend a .dot {
  width: 4px;
  height: 4px;
  background: #4B5B76;
  border-radius: 100%;
  margin-right: 10px;
}
.route-page .search{
  width: 1200px;
}
.route-page .banner {
  height: 460px;
  width: 100%;
  background: url("/static/img/banner.jpeg") no-repeat;
  background-size: 100% 100%;
}
.route-page .banner .form {
  width: 975px;
  margin: 0 auto;
}
.route-page .banner .search {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.route-page .banner .search .select {
  width: 278px;
  height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
  padding-right: 16px;
}
.route-page .banner .search .select:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.route-page .banner .search .select select {
  width: 440px;
  height: 50px;
  padding: 0 20px;
}
.route-page .banner .search .select select:focus {
  outline: none;
}
.route-page .banner .search .select .node .tag {
  height: 32px;
  border-radius: 2px;
  background: #2B61FF;
  color: #FFFFFF;
  padding: 5px 8px;
}
.route-page .banner .search .input {
  margin-left: 10px;
  width: 656px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
}
.route-page .banner .search .input:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.route-page .banner .search .input input {
  width: 100%;
  height: 50px;
  margin: 0 20px;
}
.route-page .banner .search .input input:focus {
  outline: none;
}
.route-page .banner .search .input input:-webkit-autofill {
  box-shadow: 0 0 0px 50px #FFFFFF inset !important;
}
.route-page .banner .search .input .tool {
  font-size: 14px;
  font-weight: 400;
  color: #2B61FF;
}
.route-page .banner .search .input .btn {
  width: 160px;
  height: 60px;
  opacity: 1;
  border-radius: 0px 6px 6px 0px;
  background: #2B61FF;
  font-size: 18px;
  color: #ffffff;
}
.route-page .banner .search .screenshot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  width: 160px;
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  border-radius: 6px;
  border: 2px solid #4B5B76;
  text-align: center;
  color: #4B5B76;
  flex-shrink: 0;
}
.route-page .banner .field {
  padding-top: 15px;
  width: 800px;
  color: #4B5B76;
  font-size: 14px;
}
.route-page .banner .field .label {
  font-size: 14px;
  font-weight: 400;
}
.route-page .banner .field input,
.route-page .banner .field select {
  color: #000000;
  width: 290px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 8px;
}
.route-page .banner .field input:focus,
.route-page .banner .field select:focus {
  outline: none;
}
.route-page .banner .field input[type="radio"] {
  width: 16px;
  height: 16px;
}
.route-page .result {
  margin-top: 40px;
  padding: 30px 40px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 10.42%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.route-page .result .screen .left {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.route-page .result .screen .title {
  padding-left: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #383838;
}
.route-page .result .screen .filter {
  margin-left: 60px;
}
.route-page .result .screen .filter .item {
  padding: 12px;
  width: 112px;
  height: 36px;
  border-radius: 2px;
  margin-left: 10px;
}
.route-page .result .screen .filter .item:first-child {
  margin-left: 0;
}
.route-page .result .screen .filter .item.active {
  color: #FFFFFF;
  background: #2B61FF;
}
.route-page .result .list {
  margin-top: 30px;
}
.route-page .result .list th {
  border: none;
  height: 50px;
  background: #EFF2FA;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
}
.route-page .result .list td {
  border: none;
  padding: 15px 0;
  border-bottom: 1px solid #E3E9ED;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.route-page .result .list td:hover {
  color: #2b61ff;
  text-decoration-line: underline;
}
.route-page .select-inline::-webkit-scrollbar {
  width: 3px;
  /* 水平滚动条的高度、垂直滚动条的宽度 */
  height: 12px;
  /* 水平滚动条的高度 */
}
.route-page .select-inline ::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 颜色和样式 */
}
.route-page .select-inline ::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
}
.route-page .select-inline ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.route-page .select-inline .tle .tle-dot {
  height: 14px;
  width: 4px;
  background-color: #2B61FF;
}
.route-page .select-inline .tle .tle-text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #383838;
}
.route-page .select-inline .list {
  margin-top: 15px;
}
.route-page .select-inline .list .item {
  width: 188px;
  font-size: 14px;
}
.ip-page .banner {
  height: 460px;
  width: 100%;
  background: url("/static/img/banner.jpeg") no-repeat;
  background-size: 100% 100%;
}
.ip-page .banner .form {
  width: 1300px;
  margin: 0 auto;
  padding-top: 140px;
}
.ip-page .banner .search {
  display: flex;
  align-items: center;
}
.ip-page .banner .search .ip {
  width: 324px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
}
.ip-page .banner .search .ip:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.ip-page .banner .search .ip .label {
  margin-left: 16px;
  width: 64px;
  font-size: 16px;
  font-weight: 700;
  color: #2b61ff;
}
.ip-page .banner .search .ip input {
  width: 100%;
  height: 50px;
  padding-right: 20px;
}
.ip-page .banner .search .ip input:focus {
  outline: none;
}
.ip-page .banner .search .area {
  margin-left: 10px;
  width: 506px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
}
.ip-page .banner .search .area:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.ip-page .banner .search .area .label {
  margin-left: 16px;
  width: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #2b61ff;
}
.ip-page .banner .search .area input {
  width: 100%;
  height: 50px;
  padding-right: 20px;
}
.ip-page .banner .search .area input:focus {
  outline: none;
}
.ip-page .banner .search .code {
  margin-left: 10px;
  width: 444px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #2B61FF;
}
.ip-page .banner .search .code:hover {
  box-shadow: 5px 8px 15px 0.1px rgba(43, 97, 255, 0.25);
}
.ip-page .banner .search .code input {
  width: 100%;
  height: 50px;
  margin: 0 20px;
}
.ip-page .banner .search .code input:focus {
  outline: none;
}
.ip-page .banner .search .code .tool {
  font-size: 14px;
  font-weight: 400;
  color: #2B61FF;
}
.ip-page .banner .search .code .btn {
  width: 160px;
  height: 60px;
  opacity: 1;
  border-radius: 0px 6px 6px 0px;
  background: #2B61FF;
  font-size: 18px;
  color: #ffffff;
}
.ip-page .banner .type {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.ip-page .count {
  margin-top: -120px;
  position: relative;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  border-radius: 6px;
}
.ip-page .count .left {
  position: absolute;
  background: url("/static/img/bg-03.png") no-repeat;
  background-size: 100% 100%;
  width: 722px;
  height: 150px;
  z-index: 99;
  padding-top: 12px;
  padding-left: 50px;
  border-top-left-radius: 6px;
}
.ip-page .count .left .text {
  font-size: 20px;
  font-weight: 700;
  color: #383838;
}
.ip-page .count .left .num {
  font-size: 36px;
  color: #2b61ff;
}
.ip-page .count .left .icon {
  margin-left: 140px;
}
.ip-page .count .right {
  background: url("/static/img/bg-04.png") no-repeat;
  background-size: 100% 100%;
  width: 766px;
  height: 150px;
  z-index: 1;
  padding-top: 12px;
  padding-left: 120px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ip-page .count .right .text {
  font-size: 20px;
  color: #383838;
}
.ip-page .count .right .num {
  font-size: 36px;
  font-weight: 700;
  color: #2b61ff;
}
.ip-page .count .right .icon {
  margin-left: 140px;
}
.ip-page .log {
  margin-top: 60px;
}
.ip-page .log .title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #383838;
}
.ip-page .log .list {
  margin-top: 50px;
}
.ip-page .log .list .group {
  margin-bottom: 20px;
}
.ip-page .log .list .group .item {
  padding: 8px;
  width: 702px;
  height: 116px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  background: url("/static/img/bg-05.png");
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
  margin-left: 40px;
}
.ip-page .log .list .group .item::before {
  content: "";
  /* 需要内容以创建伪元素 */
  position: absolute;
  /* 使用绝对定位 */
  right: 20px;
  /* 将背景图片放在右侧 */
  top: 13px;
  /* 根据需求调整顶部位置 */
  bottom: 0;
  /* 根据需求调整底部位置 */
  background-image: url('/static/svg/audit.svg');
  /* 替换为你的图片URL */
  background-size: 87px 87px;
  background-repeat: no-repeat;
  /* 防止图片平铺 */
  background-position: center right;
  /* 调整图片在背景中的位置 */
  z-index: -1;
  /* 确保伪元素在文字下方 */
  width: 87px;
  height: 87px;
}
.ip-page .log .list .group .item:first-child {
  margin-left: 0;
}
.ip-page .log .list .group .item.review {
  background: url("/static/img/bg-06.png") no-repeat;
  background-size: 100% 100%;
}
.ip-page .log .list .group .item.review::before {
  background-image: url('/static/svg/audited.svg');
  /* 替换为你的图片URL */
}
.ip-page .log .list .group .item .info {
  padding-top: 17px;
  padding-left: 20px;
  width: 556px;
  height: 96px;
  border-radius: 6px;
  background: #FFFFFF;
}
.ip-page .log .list .group .item .info .top .dot {
  width: 4px;
  height: 14px;
  background: #2B61FF;
}
.ip-page .log .list .group .item .info .top .text {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #383838;
}
.ip-page .log .list .group .item .info .top .icon {
  margin-left: 10px;
}
.ip-page .log .list .group .item .info .top .time {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(75, 91, 118, 0.4);
}
.ip-page .log .list .group .item .info .ip {
  margin-top: 15px;
  margin-left: 6px;
  font-size: 14px;
  color: #4B5B76;
}
.ip-page .log .list .group .item .info .ip .icon {
  margin: 0 4px;
}
.ip-page .log .pagination {
  margin: 30px 15px;
  text-align: center;
}
.feedback-page .banner {
  width: 100%;
  height: 400px;
  background: url("/static/img/banner-12.png") no-repeat center center;
}
.feedback-page .banner .title {
  font-weight: 700;
  color: #383838;
}
.feedback-page .banner .desc {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #383838;
}
.feedback-page .form {
  width: 420px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  padding: 50px;
}
.feedback-page .form .body {
  margin-top: 20px;
}
.feedback-page .form .body textarea {
  width: 100%;
  height: 170px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #E3E9ED;
}
.feedback-page .form .contacts {
  width: 100%;
}
.feedback-page .form .contacts .mobile {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #E3E9ED;
  padding: 10px 14px;
}
.feedback-page .form .contacts .email {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #E3E9ED;
  padding: 10px 14px;
}
.feedback-page .form .btn {
  margin-top: 20px;
  width: 280px;
  padding: 18px;
  border-radius: 2px;
  background: #2B61FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;

}
.login-page {
  width: 100%;
  height: 100vh;
  background: url("/static/img/banner-03.png") no-repeat center;
  background-size: 100% 100%;
}
.login-page .logo {
  padding-top: 20px;
  padding-left: 100px;
}
.login-page .form {
  margin-top: 3%;
  width: 600px;
  height: 668px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  position: relative;
  z-index: 0;
}
.login-page .form::before {
  content: "";
  /* 需要内容以创建伪元素 */
  position: absolute;
  /* 使用绝对定位 */
  right: 0;
  /* 将背景图片放在右侧 */
  top: 0;
  /* 根据需求调整顶部位置 */
  bottom: 0;
  /* 根据需求调整底部位置 */
  background-image: url('/static/svg/qrcode.svg');
  /* 替换为你的图片URL */
  background-size: 118px 116px;
  background-repeat: no-repeat;
  /* 防止图片平铺 */
  background-position: center right;
  /* 调整图片在背景中的位置 */
  z-index: -1;
  /* 确保伪元素在文字下方 */
  width: 118px;
  height: 116px;
}
.login-page .form .title {
  margin-top: 80px;
  font-size: 42px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 40px;
}
.login-page .form .group {
  width: 400px;
  margin: 0 auto;
}
.login-page .form .group .input input {
  display: block;
  margin-bottom: 18px;
  padding: 10px 14px;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #E3E9ED;
}
.login-page .form .group .code {
  padding: 10px 14px;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #E3E9ED;
}
.login-page .form .group .code input {
  width: 100%;
  height: 44px;
  padding-right: 14px;
}
.login-page .form .group .code input:focus {
  outline: none;
}
.login-page .form .group .code .get {
  font-size: 16px;
  font-weight: 400;
  color: #2B61FF;
}
.login-page .form .group button {
  margin-top: 40px;
  width: 400px;
  height: 60px;
  border-radius: 2px;
  background: #2B61FF;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}
.login-page .form .group .other {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4B5B76;
}
.login-page .form .group .other .link {
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
  color: #2B61FF;
}
.login-page .form .group .other .reset {
  font-size: 16px;
  font-weight: 400;
  color: #4B5B76;
}
.login-page .footer {
  height: 50px;
  line-height: 50px;
  background: #636F94;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.http-page .map-r-tabs .active {

  background: #2B61FF;
  color: #FFFFFF;
}
.http-page .map-r-tabs .active:hover {
  color: #FFFFFF;
}
.http-page .map {
  margin-top: 60px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 10.42%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.http-page .map .left {
  padding-top: 16px;
  padding-left: 40px;
  width: 722px;
  height: 720px;
  border-radius: 6px 0px 0px 6px;
  background: #ffffff;
  border: 2px solid #FFFFFF;
}
.http-page .map .left .tag {
  height: 30px;
  border-radius: 2px;
  background: #eff2fa;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.http-page .map .left .tag #domain {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.http-page .map .left .tag .time {
  margin-left: 18px;
}
.http-page .map .left .share {
  width: 651px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #EDF2FF;
  font-size: 16px;
  font-weight: 400;
  color: #4B5B76;
  padding-left: 20px;
}
.http-page .map .left .share .down {
  width: 82px;
  height: 36px;
  border-radius: 2px;
  background: #2B61FF;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.http-page .map .left .share .link {
  margin-left: 10px;
  width: 82px;
  height: 36px;
  line-height: 32px;
  border-radius: 2px;
  border: 2px solid #2B61FF;
  font-size: 14px;
  font-weight: 400;
  color: #2B61FF;
  text-align: center;
  cursor: pointer;
}
.http-page .map .right {
  width: 722px;
  min-height: 720px;
  padding: 20px 30px 0 30px;
}
.http-page .map .right .header .item {
  cursor: pointer;
  width: 78px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.http-page .map .right .header .item.active {
  border-radius: 2px;
  background: #2B61FF;
  color: #FFFFFF;
}
.http-page .map .right .header .item.active:hover {
  color: #FFFFFF;
}
.http-page .map .right .header .item:hover {
  color: #2B61FF;
}
.http-page .map .right .header .rate {
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.http-page .map .right .list {
  margin-top: 20px;
}
.http-page .map .right .list .th {
  height: 50px;
  background: #EFF2FA;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
}
.http-page .map .right .list .tr {
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  padding: 14px 0px;
  border-bottom: 1px solid #E3E9ED;
}
.http-page .map .right .list .tr:last-child {
  border-bottom: none;
}
.http-page .map .right .list .tr:hover {
  background-color: #EDF2FF;
}
.http-page .ip {
  margin-top: 30px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  padding: 30px 40px;
}
.http-page .ip .title .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.http-page .ip .title .text {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #383838;
}
.http-page .ip .right .num {
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.http-page .ip .right .btn {
  margin-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  width: 80px;
  height: 30px;
  border-radius: 2px;
  border: 2px solid #4B5B76;
  text-align: center;
}
.http-page .ip .list {
  margin-top: 10px;
}
.http-page .ip .list:last-child {
  margin-top: 10px;
}
.http-page .ip .list .item {
  width: 218px;
  height: 40px;
  border-radius: 2px;
  background: #EFF2FA;
  padding: 13px 20px;
  margin-left: 10px;
  cursor: pointer;
}
.http-page .ip .list .item:first-child {
  margin-left: 0;
}
.http-page .ip .list .item .text {
  width: 130px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #2B61FF;
}
.http-page .ip .list .item .rate {
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.http-page .ip .more-ip {
  margin-top: 25px;
  border-top: 1px solid #E3E9ED;
  text-align: center;
}
.http-page .ip .more-ip img {
  background-color: #FFFFFF;
  margin-top: -26px;
  display: inline;
  border: 1px solid #E3E9ED;
  padding: 3px 4px;
  cursor: pointer;
}
.http-page .result {
  margin-top: 30px;
  padding: 30px 40px;
  border-radius: 6px;
  background: linear-gradient(180deg, #F7FAFC 10.42%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
}
.http-page .result .header .title .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.http-page .result .header .title .text {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #383838;
}
.http-page .result .header .area {
  margin-left: 60px;
}
.http-page .result .header .area .item {
  height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #4B5B76;
  text-align: center;
  padding: 6px 16px;
  cursor: pointer;
}
.http-page .result .header .area .item.active {
  color: #FFFFFF;
  background: #2B61FF;
}
.http-page .result .header .area .item.active:hover {
  color: #FFFFFF;
}
.http-page .result .header .area .item:hover {
  color: #2B61FF;
}
.http-page .result .header .count .text {
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
}
.http-page .result .header .count .export {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  border-radius: 2px;
  border: 2px solid #4B5B76;
  padding: 4px 12px;
}
.http-page .result .list {
  margin-top: 30px;
}
.http-page .result .list th {
  height: 50px;
  line-height: 50px;
  background: #EFF2FA;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  border: none;
}
.http-page .result .list tbody tr {
  border-bottom: 1px solid #E3E9ED;
}
.http-page .result .list tbody tr:hover td,
.http-page .result .list tbody tr.active td {
  background: #EDF2FF;
}
.http-page .result .list tbody tr:hover td .tool,
.http-page .result .list tbody tr.active td .tool {
  display: block;
}
.http-page .result .list tbody tr:last-child {
  border-bottom: none;
}
.http-page .result .list tbody td {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  border: none;
}
.http-page .result .list tbody td pre {
  width: 1300px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 10px 16px;
}
.http-page .result .list tbody td .tag {
  width: 34px;
  height: 22px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 3px 6px;
}
.http-page .result .list tbody td .tag-1 {
  background: #1CC088;
}
.http-page .result .list tbody td .tag-2 {
  background: #3473F4;
}
.http-page .result .list tbody td .tag-3 {
  background: #FF5252;
}
.http-page .result .list tbody td .tag-4 {
  background: #ACB7C0;
}
.http-page .result .list tbody td .tag-5 {
  background: #FFCC00;
}
.http-page .result .list tbody td .tool {
  display: none;
}
.http-page .notice {
  padding: 26px 0 15px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(75, 91, 118, 0.4);
  text-align: center;
}
.chart {
  height: 500px;
}
.progress-container {
  width: 178px;
  height: 10px;
  border-radius: 38px;
  background: #E3E9ED;
}
.progress-bar {
  width: 0%;
  height: 12px;
  line-height: 12px;
  background-color: #004efe;
  text-align: center;
  color: white;
  font-size: 10px;
  font-weight: 400;
}
.select2 .selection .select2-selection {
  border: none !important;
  padding-left: 10px;
}
.select2 .selection .select2-selection__choice {
  background-color: #FFFFFF !important;
}
.select2 .selection textarea {
  line-height: 1.3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 16px;
  border-radius: 4px;
  font-size: 14px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #222222;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #165DFF;
  background-color: #F9F9F9;
  border-color: #EEEEEE;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #165DFF;
  border-color: #165DFF;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #CCCCCC;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #EEEEEE;
}
input[type=checkbox]:checked {
  -webkit-appearance: none;
  background-color: #2B61FF !important;
  border: 0 !important;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: " ";
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  position: absolute;
  background-image: url('/static/svg/checked.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
input[type=radio]:checked {
  -webkit-appearance: none;
  padding: 0 !important;
  border-radius: 50% !important;
  border-color: #2B61FF !important;
  position: relative;
}
input[type=radio]:checked::after {
  content: " ";
  padding: 0 !important;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  position: absolute;
  border-radius: 100% !important;
  background-color: #2B61FF !important;
  transform: translate(-50%, -50%);
}
.back-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 40px;
  cursor: pointer;
  text-align: center;
}
.back-top img {
  /* display: inline; */
}
.history {
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  padding: 34px 40px;
}
.history .title .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.history .title h1 {
  padding-left: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  color: #383838;
  margin: 0;
}
.history .list {
  margin-top: 30px;
}
.history .list th {
  height: 50px;
  line-height: 50px;
  background: #EFF2FA;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  border: none;
}
.history .list tbody tr {
  border-bottom: 1px solid #E3E9ED;
}
.history .list tbody tr:hover td,
.history .list tbody tr.active td {
  background: #EDF2FF;
}
.history .list tbody td {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #4B5B76;
  border: none;
}
.history .list tbody td pre {
  width: 1300px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 10px 16px;
}
.history .list tbody td .tag {
  width: 34px;
  height: 22px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 3px 6px;
}
.history .list tbody td .tag-1 {
  background: #1CC088;
}
.history .list tbody td .tag-2 {
  background: #3473F4;
}
.history .list tbody td .tag-3 {
  background: #FF5252;
}
.history .list tbody td .tag-4 {
  background: #ACB7C0;
}
.ssl-page .result {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 344px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f7fafc 10.42%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 8px 8px 20px 0.1px rgba(55, 99, 170, 0.1);
  padding: 34px 40px 30px;
}
.ssl-page .result h1 {
  margin: 0;
}
.ssl-page .result h1 .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}
.ssl-page .result h1 .txt {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  color: #383838;
}
.ssl-page .result h1 .time {
  padding-top: 16px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4B5B76;
}
.ssl-page .result .msg {
  margin-top: 32px;
  width: 1364px;
  height: 204px;
  border-radius: 6px;
  padding: 52px 56px;
}
.ssl-page .result .msg .txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  color: #20B868;
}
.ssl-page .result .msg .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #20B868;
}
.ssl-page .result .error .txt,
.ssl-page .result .error .desc {
  color: #D43030;
}
.ssl-page .detail {
  border-radius: 6px;
  border: 2px solid #FFFFFF;
}

.ssl-page .detail .h1 .dot {
  width: 4px;
  height: 26px;
  background: #2B61FF;
}

.ssl-page .detail .h1 .time {
  padding-top: 5px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4B5B76;
}
.ssl-page .detail .ssl-info {
  border: 1px solid #E3E9ED;
  border-radius: 6px;
}
.ssl-page .detail .ssl-info .title {
  border-radius: 6px 6px 0 0;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #181818;
  border-bottom: 1px solid #E3E9ED;
}
.ssl-page .detail .ssl-info .attr {
  border-bottom: 1px solid #E3E9ED;
}
.ssl-page .detail .ssl-info .attr:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: none;
}
.ssl-page .detail .ssl-info .attr .label {
  min-height: 49px;
  line-height: 49px;
  width: 188px;
  background: #F7F7F7;
  text-align: right;
  padding-right: 22px;
  font-size: 14px;
  color: #383838;
  border-right: 1px solid #E3E9ED;
}
.ssl-page .detail .ssl-info .attr .value {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.ssl-page .detail .ssl-info .attr .value img {
  margin-right: 9px;
}
.ssl-page .detail .ssl-info .attr .value .txt {
  font-size: 14px;
  color: #4B5B76;
}
.ssl-page .detail .ssl-info .list {
  padding: 28px 0;
}
.ssl-page .detail .ssl-info .list .item {
  width: 626px;
  height: 338px;
  margin: 0 auto;
  background: url("/static/img/ssl-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 116px;
  padding-left: 69px;
  font-size: 16px;
  color: #4B5B76;
}

.contact{
  background: url("/static/img/contact-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 1200px;
  margin: 15px auto 0;
}

.monitor{

}
.monitor > div{
  border:solid 1px #DAE0E6;
}

.footer-kf::after {
  position: absolute;
  right: -6px;           /* 箭头在右侧外侧 */
  bottom: 15px;              /* 垂直居中 */
  z-index: 99;
  width: 0;
  height: 0;
  content: '';
  border-left: 8px solid #FFFFFF;   /* 关键：左边框有色 → 指向右 ✅ */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);      /* 垂直居中修正 */
}
.footer-link::after{
  position: absolute;
  right: -6px;           /* 箭头在右侧外侧 */
  top: 50%;              /* 垂直居中 */
  z-index: 99;
  width: 0;
  height: 0;
  content: '';
  border-left: 8px solid #6b7280;   /* 关键：左边框有色 → 指向右 ✅ */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);      /* 垂直居中修正 */
}
.recent-list .line {
  margin: 6px 0;
  opacity: 0.22;
  height: 1px;
  background-color: rgba(90, 90, 90, 0.3);
}

#close_ad .footer-link{
  background: linear-gradient(167.1deg, rgba(232, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 6px 20px  rgba(198, 202, 207, 1);
}
#close_ad .footer-link::after{
  border-left: 8px solid #FFF;
  top: 30%;
}
input[name="dns_server"]:disabled{
  background-color: #e9ecef;
}
.mosaic {
  color: transparent;
  text-shadow: 0 0 10px rgba(0,0,0,0.8)
}
.ip-table-list .tool{
  width: 50px;
}
.ip-table-list .tool > div.flex{
  width: 30px;
}
