.quick-page {
  /* 首页 */
  /* 底部 */
}
.quick-page .nav-wrap {
  height: 251px;
  background-color: #f1f7fe;
}
.quick-page .nav-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.quick-page .nav-wrap .header .logo-wrap {
  display: flex;
  align-items: center;
}
.quick-page .nav-wrap .header .logo-wrap .right-wrap {
  padding-left: 10px;
}
.quick-page .nav-wrap .header .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.quick-page .nav-wrap .header .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quick-page .nav-wrap .header .nav .nav-item {
  margin: 0 3rem;
}
.quick-page .nav-wrap .header .nav .nav-item .nav-link {
  color: #54585b;
}
.quick-page .nav-wrap .header .nav .nav-item .nav-link:hover {
  color: #457af4;
}
.quick-page .nav-wrap .header .nav .nav-item .active {
  color: #457af4;
}
.quick-page .content .anchor-wrap {
  display: none;
  position: fixed;
  right: 0px;
  top: 330px;
  width: 240px;
  border-left: 1px solid #e5e6eb;
}
.quick-page .content .anchor-wrap .dagang {
  font-size: 14px;
  line-height: 28px;
  text-indent: 1em;
}
.quick-page .content .anchor-wrap .article-anchor {
  transform: translateX(-1px);
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
}
.quick-page .content .anchor-wrap .article-anchor .item {
  width: 100%;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 文本溢出时显示省略号 */
  text-indent: 3em;
  color: #222529;
  text-decoration: none;
  display: block;
  border-left: 1px solid transparent;
}
.quick-page .content .anchor-wrap .article-anchor .item:hover {
  background-color: #e5e7eb;
}
.quick-page .content .anchor-wrap .article-anchor .active {
  border-left: 1px solid #2d5cf6;
}
.quick-page .content .tab {
  margin: 0 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-150px);
  width: 1200px;
  margin: 0 auto;
}
.quick-page .content .tab .item {
  width: 240px;
  height: 85px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px #EAF2F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
.quick-page .content .tab .item .img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #E8F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  padding-bottom: 7px;
}
.quick-page .content .tab .active {
  background-color: #507ef7;
  color: #FFFFFF;
  position: relative;
}
.quick-page .content .tab .active::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #507ef7;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(45deg);
}
.quick-page .content .article {
  width: 1200px;
  margin: 0 auto;
  display: none;
}
.quick-page .content .article div {
  font-size: 14px;
  line-height: 28px;
}
.quick-page .content .article ul li {
  color: #000;
  list-style-type: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
.quick-page .content .article ul li p {
  font-weight: normal;
  font-size: 14px;
}
.quick-page .content .article p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
}
.quick-page .content .article img {
  width: 100%;
}
.quick-page .content .article a {
  text-decoration: none;
}
.quick-page .content .article1 {
  display: block;
}
.quick-page .now-register {
  margin: 120px 0;
}
.quick-page .footer {
  background-image: url(/site/assets/footer/home-page-footer-bgc.png);
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-size: 14px;
}
.quick-page .footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.quick-page .footer .content .item {
  line-height: 30px;
}
.quick-page .footer .content .item .logo-wrap {
  display: flex;
  align-items: center;
}
.quick-page .footer .content .item .logo-wrap .right-wrap {
  padding-left: 10px;
}
.quick-page .footer .content .item .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.quick-page .footer .content .item .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quick-page .footer .content .item .label {
  color: #4E5969;
  font-size: 14px;
}
.quick-page .footer .content .item .grove {
  margin-top: 20px;
  color: #4E5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quick-page .footer .content .item .grove img {
  width: 20px;
}
.quick-page .footer .content .item a {
  display: block;
  text-decoration: none;
  color: #000000d9;
}
.quick-page .footer .content .item a:hover {
  color: #507ef7;
}
.quick-page .footer .content .item .logo {
  width: 45px;
}
.quick-page .footer .content .item .we-com {
  width: 100px;
}
.quick-page .footer .content .item .join {
  color: #86909C;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.quick-page .footer .copyright {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #86909C;
  font-size: 14px;
  border-top: 1px solid #F2F3F5;
}
.quick-page .footer .copyright a {
  text-decoration: none;
  color: #86909C;
}
.quick-page .footer .copyright a:hover {
  color: #3375f6;
}
