[v-cloak] {
  display: none !important;
}
* {
  font-family: "思源黑体";
}
body > a {
  display: none;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border-radius: 0.5rem;
}

.el-button + .el-button {
  margin-left: 0 !important;
  border-left: none;
}

.el-button:focus,
.el-button:hover {
  color: #999 !important;
  border-color: #e5e5e5 !important;
  background-color: #f2f2f2 !important;
}

.el-button {
  display: block !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 0.0667rem 0.2267rem !important;
  font-size: 14px;
  border-radius: 0px !important;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.x-between {
  justify-content: space-between;
}

.y-center {
  align-items: center;
}

.start {
  justify-content: flex-start;
}

.end {
  justify-content: flex-end;
}

.el-container {
  min-height: 100vh;
}

.content-right {
  position: absolute;
  left: 3.2rem;
  right: 0;
  max-width: 16rem;
  align-items: center;
  margin: 0 auto;
}

.aside {
  position: fixed;
  min-height: 100vh;
  width: 3.2rem !important;
  background-color: #333333;
  padding: 0.4267rem 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.logo_icon {
  width: 0.6667rem;
  height: 0.6667rem;
  margin-bottom: 0.0667rem;
}

.title {
  font-size: 0.2667rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.028rem;
  color: #ffffff;
}

.desc {
  font-size: 0.1827rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.0187rem;
  color: #b3b3b3;
  margin-top: 0.0667rem;
}

.showAside {
  transform: translate3d(0, 0, 0) !important;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.mask-show {
  background: rgba(0, 0, 0, 0.4);
}

.closeBtn {
  position: absolute !important;
  top: 0.4933rem;
  left: 0.4rem;
  color: #fff !important;
}

.closeBtn img {
  width: 0.4rem;
  height: 0.4rem;
}

.top-banner {
  width: 100%;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem;
  margin: 0.2667rem 0;
}

.top-banner img {
  display: block;
}

.list-item {
  width: 100%;
  background: #f7f9fc;
  padding: 0.2667rem;
  margin: 0.2667rem 0;
  border-radius: 0.08rem;
}

.item-title {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 0.08rem 0.2rem;
  text-align: center;
  font-size: 0.2133rem;
  display: inline-flex;
  align-items: center;
}

.content-top {
  width: 100%;
  padding: 0 !important;
}

.content-middle {
  width: 100%;
  padding: 0 !important;
  margin: 0 0.4rem;
  align-items: center;
  overflow: visible !important;
}

.aside-list {
  width: 100%;
  margin-top: 0.2rem;
}

.item-inner {
  min-width: 130px;
  text-align: left;
  display: flex;
  align-items: center;
}

.aside-item {
  display: flex;
  justify-content: center;
  padding: 0.2rem 0;

  font-size: 0.2133rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.0213rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.aside-item img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1067rem;
}

.aside-item.active {
  background-color: #ffffff;
  color: #333;
}

.mobile-header {
  width: 100%;
  height: 1.3333rem;
  background-color: #333333;
  position: fixed;
  top: 0;
  z-index: 99;
}

.toggle-btn {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute !important;
  left: 0.5333rem !important;
}

.mobile-logo {
  width: 2.9467rem;
  height: 0.7333rem;
}

.list-child {
  position: relative;
  width: 24%;
  background-color: #ffffff;
  border-radius: 0.1067rem;
  margin-top: 0.2667rem;
  margin-right: 1.3333%;
  padding: 0.16rem 0.2133rem;
  box-shadow: 0px 0.0267rem 0.0533rem 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.list-child-2 {
  position: relative;
  width: 3.6667rem;
  background-color: #ffffff;
  border-radius: 0.0533rem;
  margin-top: 0.2667rem;
  margin-right: 0.2667rem;
  box-shadow: 0px 0.0267rem 0.0533rem 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
}

.tool-icon {
  padding-top: 0.2133rem;
}

.target-icon {
  position: absolute;
  right: -0.08rem;
  top: 0.0933rem;
  width: 0.6rem;
  height: 0.3333rem;
}

.list-child:hover,
.list-child-2:hover {
  box-shadow: 0px 0.0533rem 0.0667rem 0.0267rem rgba(0, 0, 0, 0.06);
}

.list-child:nth-of-type(4n) {
  margin-right: 0;
}

.list-child-top img {
  width: 0.6667rem;
  height: 0.6667rem;
  margin-right: 0.1333rem;
}

.fz1 {
  font-size: 0.24rem;
}

.fz2 {
  font-size: 0.24rem;
}

.fz3 {
  font-size: 0.24rem;
}

.list-child-top span {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool-bottom span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-child-bottom {
  font-size: 0.1867rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-banner {
  width: 100%;
  margin-bottom: 0.1333rem;
}
.bottom-banner > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}

.bottom-banner img {
  height: 120px;
  display: block;
  box-shadow: 0px 0.0533rem 0.2133rem 0px rgba(0, 0, 0, 0.08);
}

.footer {
  width: 100%;
  color: #fff;
}

.footer img {
  width: 1.0667rem;
  height: 1.0667rem;
  margin-bottom: 0.2667rem;
}

.company {
  font-size: 0.1867rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.pc-bottom {
  margin: 0.5333rem 20px 0.2667rem 0;
}

.m-bottom {
  padding: 0.8rem 0 1.1333rem 0 !important;
}

.m-bottom img {
  width: 1.6rem;
  height: 1.6rem;
}

.m-company {
  display: flex;
  flex-flow: column;

  font-size: 0.2933rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5867rem;
  letter-spacing: 0px;
  color: #808080;
}

.pc-company span:first-child {
  margin-right: 0.2667rem;
}

.pc-company {
  color: #b3b3b3;
}

.tuijian-txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.title-icon {
  width: 0.1867rem;
  height: 0.1867rem;
  margin-right: 0.0667rem;
}

.top-nav {
  width: 100%;
}

.tab-item {
  background-color: #ffffff;
  box-shadow: 0px 0.0267rem 0.0533rem 0px rgba(0, 0, 0, 0.08);
  padding: 0.0667rem 0.1333rem;
  justify-content: space-evenly;
  cursor: pointer;
  transition: all 0.2s ease;

  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.0267rem;
}

.tab-item:first-child {
  border-radius: 0.0533rem 0 0 0.0533rem;
}

.tab-item:last-child {
  border-radius: 0 0.0533rem 0.0533rem 0;
}

.tabs-icon {
  width: 0.2267rem;
  height: 0.2267rem;
  margin-right: 0.1333rem;
}

.tabActive {
  background: #333;
  color: #fff;
}

.tab-box {
  width: 100%;
  transition: all 0.3s ease;
}

.tool-bottom {
  padding: 0.0667rem 0.2rem;
  color: #333333;
}

.tool-desc {
  font-size: 0.1867rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-mobile {
  justify-content: space-between;
}

.tool-mobile a {
  margin-right: 0;
  width: 48%;
}

.scroll-nav {
  width: 100%;
  height: 0.8533rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0267rem 0.1067rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.0533rem;
  margin-top: 0.2667rem;
  padding: 0 0.2667rem;
  overflow: hidden;
}

.scroll-item {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scroll-item a {
  font-size: 0.2133rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333 !important;
  width: 80%;
}

.tuijian {
  width: 0.6933rem;
  height: 0.3333rem;
  background-color: #f25788;
  border-radius: 0.2rem 0px 0.2rem 0px;
  color: #fff;
  margin-right: 0.1333rem;
}

@media only screen and (max-width: 768px) {
  .tool-icon {
    width: 1.7333rem;
    height: 2rem;
  }
  .tab-box {
    margin: 0 auto;
  }
  .target-icon {
    position: absolute;
    right: -0.1333rem;
    top: 0.1867rem;
    width: 1.1067rem;
    height: 0.6133rem;
  }
  .tab-item {
    padding: 0.1333rem 0.2267rem;
    font-size: 0.3467rem;
  }
  .tabs-icon {
    width: 0.32rem;
    height: 0.32rem;
  }
  .fz1,
  .fz2,
  .fz3 {
    font-size: 0.4rem;
  }
  .item-title {
    font-size: 0.3467rem;
    margin: 0.2667rem 0;
  }
  .title-icon {
    width: 0.36rem;
    height: 0.36rem;
    vertical-align: middle;
  }
  .list-child-top img {
    width: 1.0667rem;
    height: 1.0667rem;
    margin-right: 0.1333rem;
  }
  .list-child-bottom {
    font-size: 0.2933rem;
  }
  .list-child {
    width: 100%;
  }
  .top-banner {
    margin-top: 1.6rem;
  }
  .footer {
    background-color: #333333;
  }
  .logo_icon {
    width: 1.1333rem;
    height: 1.1333rem;
  }
  .aside-item img {
    width: 0.3467rem;
    height: 0.3467rem;
  }
  .aside-item {
    font-size: 0.3733rem;
    padding: 0.4667rem 0;
  }
  .aside {
    transform: translate3d(-6rem, 0, 0);
    position: fixed;
    width: 5.6rem !important;
    min-height: 100vh;
    z-index: 999;
  }
  .content-right {
    width: 100% !important;
    left: 0;
  }
  .bottom-banner img {
    margin-bottom: 0.2667rem;
  }
  .tab-box,
  .top-banner,
  .bottom-banner,
  .top-nav {
    width: 90%;
  }
  .logo_icon {
    width: 1.0667rem;
    height: 1.0667rem;
  }
  .title {
    font-size: 0.48rem;
  }
}
