@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
section .section-box {
  padding: 0;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/tools-banner.jpg");
  color: #fff;
  text-align: center;
}
.banner-section .section-box {
  padding: 1.36rem 0;
}
.banner-section .section-box .title {
  font-size: 0.64rem;
  line-height: 0.76rem;
  font-weight: 900;
  margin-bottom: 0.24rem;
}
.banner-section .section-box .info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
}

.crumb-section.outer {
  padding-bottom: 0.64rem;
}

.list-section .btn-link {
  margin-top: 0.4rem;
  margin-bottom: 0.64rem;
  padding: 0.03rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.list-section .scroll-nav-box {
  position: sticky;
  top: 16%;
  float: left;
}
.list-section .scroll-nav-box > span {
  margin: 0 0 0.24rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.list-section .scroll-nav-box li {
  margin: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #797979;
  cursor: pointer;
}
.list-section .scroll-nav-box li::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.list-section .scroll-nav-box li.active {
  font-weight: 700;
  color: #000;
}
.list-section .scroll-nav-box li.active::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.list-section .scroll-box {
  width: 86%;
  margin-left: auto;
}
.list-section .scroll-box .service-item {
  background-color: #fff;
  margin-bottom: 0.24rem;
  padding: 0.12rem;
  border-radius: 0.12rem;
}
.list-section .scroll-box .service-item .title-p .title {
  font-weight: 700;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.36rem;
  display: block;
  padding-left: 0.16rem;
  margin-top: 0.12rem;
}
.list-section .scroll-box .service-item .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.16rem;
}
.list-section .scroll-box .service-item .list li {
  width: 15%;
  margin: 0 0.5%;
}
.list-section .scroll-box .service-item .list li > div {
  display: flex;
  background-color: #fff;
  padding: 0.12rem 0.16rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all ease 0.3s;
  height: 100%;
}
.list-section .scroll-box .service-item .list li .logo {
  margin-right: 0.06rem;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.05rem;
}
.list-section .scroll-box .service-item .list li .logo img {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
}
.list-section .scroll-box .service-item .list li .intro-title {
  font-size: 0.14rem;
  line-height: 0.22rem;
  font-weight: 500;
  color: #000;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 0.9rem;
}
.list-section .scroll-box .service-item .list li .description {
  font-size: 0.12rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  transition: all ease 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-section .scroll-box .service-item .list li:hover > div {
  background-color: #012FA7;
}
.list-section .scroll-box .service-item .list li:hover .intro-title,
.list-section .scroll-box .service-item .list li:hover .description {
  color: #012FA7;
  color: #fff;
}

#cm_tool_tips {
  position: absolute;
  z-index: 666;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: none;
  transform: translateY(-100%);
}
#cm_tool_tips .title {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
#cm_tool_tips .desc {
  font-size: 0.14rem;
  line-height: 0.22rem;
}

@media screen and (max-width: 980px) {
  .com-banner .section-main .title br {
    display: none;
  }
  .crumb-section.outer {
    padding-bottom: 0.36rem;
  }
  .list-section .scroll-nav-box {
    display: none;
  }
  .list-section .scroll-box {
    width: 100%;
  }
  .list-section .scroll-box .service-item {
    padding-bottom: 0.2rem;
  }
  .list-section .scroll-box .service-item .title-p .title {
    padding-left: 0.12rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .list-section .scroll-box .service-item .list {
    margin-top: 0.12rem;
  }
  .list-section .scroll-box .service-item .list li {
    width: 48%;
  }
  .list-section .scroll-box .service-item .list li > div {
    padding: 0.04rem 0.16rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list-section .scroll-box .service-item .list li .logo {
    margin-right: 0.12rem;
    width: 0.26rem;
    height: 0.26rem;
    margin-top: 6px;
  }
  .list-section .scroll-box .service-item .list li .logo img {
    width: 0.26rem;
    height: 0.26rem;
  }
  .list-section .scroll-box .service-item .list li .intro-title {
    font-size: 0.26rem;
    line-height: 1.75;
    max-width: 2.2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list-section .scroll-box .service-item .list li .description {
    font-size: 0.2rem;
    line-height: 1.5;
    margin-left: -20px;
    margin-top: 0.02rem;
  }
  .com-form-section .section-box {
    padding-top: 0.36rem;
  }
}
main .line[data-spe=hot]::after {
  top: 0;
  right: 0;
}

@media screen and (max-width: 776px) {
  main .line[data-spe=hot]::after {
    top: -0.12rem;
    right: -0.12rem;
  }
}