/* 定义自定义字体 */
@font-face {
  font-family: 'SourceHanSansCNBold';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Bold.otf') format('opentype');
  /* 确保字体加载时文本可见 */
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNExtraLight';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-ExtraLight.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNHeavy';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Heavy.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNLight';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Light.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNMedium';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNNormal';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Normal.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCNRegular';
  src: url('https://ypfile.wqketang.com/common/fonts/SourceHanSansCN-Regular.otf') format('opentype');
  font-display: swap;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* 兼容某些版本 */
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: 'SourceHanSansCNRegular';
}
button:focus,
input:focus,
textarea:focus,
select:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
.flex {
  display: flex;
  align-items: center;
}
.home {
  background: #f3f6ff;
  box-sizing: border-box;
}
.home .content {
  max-width: 1414px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.home .content header {
  justify-content: space-between;
  height: 35px;
  padding-top: 25px;
}
.home .content header li {
  margin-left: 20px;
  cursor: pointer;
}
.home .content header li a {
  margin-left: 5px;
  font-size: 16px;
  color: #5A637A;
  font-family: 'SourceHanSansCNMedium';
}
.home .content .banner {
  margin: 98px 0 60px 0;
  justify-content: space-between;
  align-items: unset;
  max-width: 1320px;
  box-sizing: border-box;
}
.home .content .banner .banner-l {
  margin-top: 90px;
}
.home .content .banner .banner-l .title {
  font-family: 'SourceHanSansCNBold';
  font-size: 60px;
  color: #303135;
}
.home .content .banner .banner-l .list {
  margin-top: 30px;
  flex-wrap: wrap;
}
.home .content .banner .banner-l .list li {
  margin: 20px 20px 0 0;
}
.home .content .banner .banner-l .list li img {
  width: 42px;
  height: 42px;
}
.home .content .banner .banner-l .list li span {
  margin-left: 8px;
  font-size: 15px;
  color: #5B6671;
}
.home .content .banner .banner-l .login {
  margin-top: 28px;
  flex-wrap: wrap;
}
.home .content .banner .banner-l .login .reader,
.home .content .banner .banner-l .login .editor {
  width: 260px;
  height: 80px;
  list-style: none;
  cursor: pointer;
  margin-top: 20px;
  background-size: 100% 100%;
}
.home .content .banner .banner-l .login .reader {
  margin-right: 20px;
  background-image: url("https://ypfile.wqketang.com/common/resource/img/home/pc-login-reader.png");
}
.home .content .banner .banner-l .login .editor {
  background-image: url("https://ypfile.wqketang.com/common/resource/img/home/pc-login-editor.png");
}
.home .content .banner .banner-l .login span {
  font-family: 'SourceHanSansCNBold';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 80px;
  margin-left: 40px;
}
.home .content .banner .banner-r {
  flex-shrink: 0;
}
.home .content .banner .banner-r img {
  width: 100%;
}
.home .content .main {
  background: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 60px 0 80px;
  margin-bottom: 100px;
}
.home .content .main .mouse {
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: end;
  box-shadow: 0 0 5px 0 rgba(110, 129, 184, 0.32);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  cursor: default;
  background: #fff;
  z-index: 2;
}
.home .content .main .mouse-bg {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  width: 134px;
  z-index: 1;
}
.home .content .main .use {
  font-size: 24px;
  color: #000000;
}
.home .content .main .wrap .wrap-title {
  font-size: 48px;
  color: #000000;
  text-align: left;
  font-family: 'SourceHanSansCNBold';
  position: relative;
}
.home .content .main .wrap .wrap-title img {
  width: initial;
  position: absolute;
}
.home .content .main .wrap .wrap-title .icon1 {
  left: -52px;
  top: -68px;
}
.home .content .main .wrap .wrap-title .icon2 {
  right: -50px;
  top: -36px;
}
.home .content .main .wrap .wrap-title .icon3 {
  left: -50px;
  top: -56px;
}
.home .content .main .wrap .wrap-title .icon4 {
  right: -66px;
  top: -52px;
}
.home .content .main .wrap .wrap-title .icon5 {
  left: -62px;
  top: -22px;
}
.home .content .main .wrap-read {
  padding: 0 50px 0 100px;
  margin-top: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.home .content .main .wrap-read .wrap-title img {
  left: 0;
}
.home .content .main .wrap-read ul {
  margin-top: 10px;
}
.home .content .main .wrap-read ul li {
  text-align: left;
  margin-bottom: 14px;
  align-items: flex-start;
}
.home .content .main .wrap-read ul li span {
  font-size: 24px;
  color: #5B6671;
}
.home .content .main .wrap-read ul li img {
  margin-right: 10px;
}
.home .content .main .wrap-read .wrap-read-r img {
  width: 100%;
}
.home .content .main .wrap-system {
  padding: 0 90px 0 100px;
  margin-top: 110px;
}
.home .content .main .wrap-system .wrap-title {
  text-align: right;
}
.home .content .main .wrap-system .wrap-system-content {
  margin-top: 48px;
  justify-content: space-between;
}
.home .content .main .wrap-system .wrap-system-content .pc-wrap-system-content {
  display: flex;
}
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-l,
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-r {
  position: relative;
}
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-l p,
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-r p {
  font-size: 24px;
  width: auto;
  padding: 0 60px;
  word-break: keep-all;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(82deg, #7B58FF 0%, #2367FE 100%);
  border-radius: 25px;
  font-family: 'SourceHanSansCNBold';
}
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-l {
  width: 40%;
}
.home .content .main .wrap-system .wrap-system-content .wrap-system-content-r {
  width: calc(100% - 40% - 30px);
}
.home .content .main .wrap-system .wrap-system-content ul {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  padding: 60px 0 50px 60px;
}
.home .content .main .wrap-system .wrap-system-content ul li {
  text-align: left;
  margin-bottom: 28px;
  font-size: 30px;
  color: #000000;
}
.home .content .main .wrap-system .wrap-system-content ul li svg {
  width: 28px;
  height: 32px;
  margin-right: 14px;
  flex-shrink: 0;
}
.home .content .main .wrap-type {
  margin-top: 200px;
}
.home .content .main .wrap-type .wrap-title {
  margin: 0 58px 60px 100px;
}
.home .content .main .wrap-type .wrap-type-content {
  width: 100%;
}
.home .content .main .wrap-type .wrap-type-content img {
  width: 100%;
}
.home .content .main .wrap-resource {
  margin-top: 115px;
}
.home .content .main .wrap-resource .wrap-title {
  text-align: right;
  margin: 0 90px 0 70px;
}
.home .content .main .wrap-resource .wrap-resource-content {
  width: 100%;
  height: 700px;
  position: relative;
  margin-top: 60px;
}
.home .content .main .wrap-resource .wrap-resource-content .mp3,
.home .content .main .wrap-resource .wrap-resource-content .pdf,
.home .content .main .wrap-resource .wrap-resource-content .video,
.home .content .main .wrap-resource .wrap-resource-content .img {
  position: absolute;
  font-size: 24px;
  color: #000000;
  width: 34%;
}
.home .content .main .wrap-resource .wrap-resource-content .mp3 img,
.home .content .main .wrap-resource .wrap-resource-content .pdf img,
.home .content .main .wrap-resource .wrap-resource-content .video img,
.home .content .main .wrap-resource .wrap-resource-content .img img {
  width: 100%;
}
.home .content .main .wrap-resource .wrap-resource-content .mp3 {
  left: 18.8%;
  top: 0;
  text-align: right;
}
.home .content .main .wrap-resource .wrap-resource-content .mp3 p {
  position: absolute;
  z-index: 999;
  left: 60%;
}
.home .content .main .wrap-resource .wrap-resource-content .pdf {
  left: 61%;
  top: 0;
}
.home .content .main .wrap-resource .wrap-resource-content .pdf p {
  padding-left: 40%;
}
.home .content .main .wrap-resource .wrap-resource-content .video {
  left: 2.6%;
  top: 33%;
}
.home .content .main .wrap-resource .wrap-resource-content .img {
  left: 46.6%;
  top: 33%;
}
.home .content .main .wrap-custom {
  margin-top: 100px;
}
.home .content .main .wrap-custom .wrap-title {
  margin: 0 58px 0 100px;
}
.home .content .main .wrap-custom .wrap-custom-content {
  justify-content: center;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l,
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r {
  flex-direction: column;
  justify-content: center;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .text,
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .text {
  font-size: 30px;
  color: #000000;
  font-family: 'SourceHanSansCNBold';
  background-size: 100% 100%;
  width: 407px;
  height: 64px;
  text-align: right;
  line-height: 62px;
  padding-right: 58px;
  box-sizing: border-box;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .img,
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .img {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .img img,
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .img img {
  width: 100%;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l {
  width: 30%;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .text {
  background: url("https://ypfile.wqketang.com/common/resource/img/home/wrap-custom-no.png") no-repeat;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r {
  width: 54%;
}
.home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .text {
  background: url("https://ypfile.wqketang.com/common/resource/img/home/wrap-custom-yes.png") no-repeat;
}
.home .footer {
  background: url("https://ypfile.wqketang.com/common/resource/img/home/pc-footer-bg.png") no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.home .footer .footer-wrap {
  max-width: 1414px;
  padding: 0 10px;
  margin: 0 auto;
}
.home .footer .footer-wrap .footer-wrap-t {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .footer .footer-wrap .footer-wrap-t .list {
  justify-content: space-between;
  align-items: flex-start;
}
.home .footer .footer-wrap .footer-wrap-t .list .list-about {
  margin-right: 100px;
}
.home .footer .footer-wrap .footer-wrap-t .p1 {
  max-width: 380px;
  font-size: 18px;
  color: #5A637A;
  line-height: 30px;
  word-break: break-all;
}
.home .footer .footer-wrap .footer-wrap-t .p2 {
  font-size: 30px;
  color: #214A6B;
  font-family: 'SourceHanSansCNBold';
  margin-bottom: 26px;
}
.home .footer .footer-wrap .footer-wrap-t .link a {
  display: inline-block;
  font-size: 18px;
  color: #5A637A;
  margin: 0 8px 6px 0;
}
.home .footer .footer-wrap .footer-wrap-t .link a:hover {
  color: #214A6B;
}
.home .footer .footer-wrap .footer-wrap-b {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin-top: 130px;
}
.home .footer .footer-wrap .footer-wrap-b span,
.home .footer .footer-wrap .footer-wrap-b a {
  color: #7D8B9D;
  overflow: hidden;
  line-height: 26px;
}
.home .footer .footer-wrap .footer-wrap-b a:hover {
  color: #214A6B;
}
.home .footer .footer-wrap .footer-wrap-b a:hover span {
  color: #214A6B;
}
.buttonImg,
.pc-img2,
.pc-footer-wrap,
.pc-line,
.pc-text {
  display: block;
}
.pc-type {
  display: flex;
}
.m-logo,
.m-reader,
.m-editor,
.m-main-tip,
.m-wrap-system-content,
.m-img2,
.m-footer-wrap,
.m-line,
.m-type,
.m-text {
  display: none;
}
/* 1200~1414 */
@media (min-width: 1200px) and (max-width: 1414px) {
  .home .content .banner {
    margin-bottom: 0;
  }
  .home .content .banner .banner-l {
    margin-top: 60px;
  }
  .home .content .banner .banner-l .title {
    font-size: 46px;
  }
  .home .content .banner .banner-l .login .reader,
  .home .content .banner .banner-l .login .editor {
    width: 200px;
    height: 62px;
  }
  .home .content .banner .banner-l .login span {
    line-height: 62px;
    font-size: 20px;
  }
  .home .content .main .wrap .wrap-title {
    font-size: 40px;
  }
  .home .content .main .wrap-read ul li span {
    font-size: 20px;
  }
  .home .content .main .wrap-read ul {
    margin-top: 30px;
  }
  .home .content .main .wrap-system .wrap-system-content ul li {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-l p,
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-r p {
    padding: 0 40px;
  }
  .home .content .main .wrap-resource .wrap-resource-content .video,
  .home .content .main .wrap-resource .wrap-resource-content .img {
    top: 28%;
  }
  .home .content .main .wrap-custom {
    margin-top: 60px;
  }
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .text,
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .text {
    font-size: 28px;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-about {
    margin-right: 60px;
  }
}
/* 1000~1200 */
@media (min-width: 1000px) and (max-width: 1199.98px) {
  .home .content .banner {
    margin-bottom: 0;
  }
  .home .content .banner .banner-l {
    margin-top: 60px;
  }
  .home .content .banner .banner-l .title {
    font-size: 38px;
  }
  .home .content .main .use {
    font-size: 20px;
  }
  .home .content .banner .banner-l .login .reader,
  .home .content .banner .banner-l .login .editor {
    width: 200px;
    height: 62px;
  }
  .home .content .banner .banner-l .login span {
    line-height: 62px;
    font-size: 20px;
  }
  .home .content .main .wrap .wrap-title {
    font-size: 34px;
  }
  .home .content .main .wrap .wrap-title .icon1 {
    width: 110px;
    left: -28px;
    top: -32px;
  }
  .home .content .main .wrap .wrap-title .icon2 {
    width: 110px;
    right: -34px;
    top: -28px;
  }
  .home .content .main .wrap .wrap-title .icon3 {
    width: 100px;
    left: -30px;
    top: -46px;
  }
  .home .content .main .wrap .wrap-title .icon4 {
    width: 110px;
    right: -26px;
    top: -28px;
  }
  .home .content .main .wrap .wrap-title .icon5 {
    width: 110px;
    left: -42px;
    top: -30px;
  }
  .home .content .main .wrap-read {
    padding: 0 50px 0 70px;
  }
  .home .content .main .wrap-read ul li span {
    font-size: 20px;
  }
  .home .content .main .wrap-read ul {
    margin-top: 30px;
  }
  .home .content .main .wrap-system {
    padding: 0 80px 0 70px;
  }
  .home .content .main .wrap-system .wrap-system-content ul {
    padding: 60px 0 50px 10%;
  }
  .home .content .main .wrap-system .wrap-system-content ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-l p,
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-r p {
    padding: 0 28px;
    font-size: 20px;
  }
  .home .content .main .wrap-type .wrap-title {
    margin: 0 58px 60px 70px;
  }
  .home .content .main .wrap-resource .wrap-resource-content {
    height: 540px;
  }
  .home .content .main .wrap-resource .wrap-resource-content .video,
  .home .content .main .wrap-resource .wrap-resource-content .img {
    top: 30%;
  }
  .home .content .main .wrap-resource .wrap-resource-content .mp3,
  .home .content .main .wrap-resource .wrap-resource-content .pdf,
  .home .content .main .wrap-resource .wrap-resource-content .video,
  .home .content .main .wrap-resource .wrap-resource-content .img {
    font-size: 20px;
  }
  .home .content .main .wrap-custom {
    margin-top: 60px;
  }
  .home .content .main .wrap-custom .wrap-title {
    margin: 0 58px 0 70px;
  }
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .text,
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .text {
    font-size: 22px;
    width: 290px;
    background-size: contain;
    line-height: 44px;
    padding-right: 48px;
  }
  .home .footer {
    padding: 90px 20px;
  }
  .home .footer .footer-wrap .footer-wrap-t {
    display: block;
  }
  .home .footer .footer-wrap .footer-wrap-b {
    margin-top: 60px;
  }
  .home .footer .footer-wrap .footer-wrap-t .logo {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .p1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .list {
    margin-top: 40px;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-about {
    margin-right: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-platform {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-about .link {
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-platform .link {
    text-align: left;
  }
}
/* 768~1000 */
@media (min-width: 769px) and (max-width: 999.98px) {
  .home .content .banner {
    margin: 70px 0 40px 0;
  }
  .home .content .banner .banner-l {
    margin-top: 48px;
  }
  .home .content .banner .banner-l .title {
    font-size: 28px;
  }
  .home .content .banner .banner-l .list li img {
    width: 32px;
    height: auto;
  }
  .home .content .banner .banner-l .list li {
    margin: 10px 16px 0 0;
  }
  .home .content .main .use {
    font-size: 18px;
  }
  .home .content .banner .banner-l .login .reader,
  .home .content .banner .banner-l .login .editor {
    width: 200px;
    height: 62px;
  }
  .home .content .banner .banner-l .login span {
    line-height: 62px;
    font-size: 20px;
  }
  .home .content .main .wrap .wrap-title {
    font-size: 34px;
  }
  .home .content .main .wrap .wrap-title .icon1 {
    width: 110px;
    left: -28px;
    top: -32px;
  }
  .home .content .main .wrap .wrap-title .icon2 {
    width: 110px;
    right: -34px;
    top: -28px;
  }
  .home .content .main .wrap .wrap-title .icon3 {
    width: 100px;
    left: -30px;
    top: -46px;
  }
  .home .content .main .wrap .wrap-title .icon4 {
    width: 110px;
    right: -26px;
    top: -28px;
  }
  .home .content .main .wrap .wrap-title .icon5 {
    width: 110px;
    left: -42px;
    top: -30px;
  }
  .home .content .main .wrap-read {
    padding: 0 50px 0 70px;
    align-items: center;
  }
  .home .content .main .wrap-read ul li {
    align-items: center;
  }
  .home .content .main .wrap-read ul li img {
    width: 22px;
  }
  .home .content .main .wrap-read ul li span {
    font-size: 20px;
  }
  .home .content .main .wrap-read ul {
    margin-top: 30px;
  }
  .home .content .main .wrap-read .wrap-read-r {
    width: 70%;
  }
  .home .content .main .wrap-type .wrap-title {
    margin: 0 58px 60px 70px;
  }
  .home .content .main .wrap-system {
    padding: 0 80px 0 70px;
  }
  .home .content .main .wrap-system .wrap-system-content ul {
    padding: 40px 15px 40px 10%;
  }
  .home .content .main .wrap-system .wrap-system-content ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .home .content .main .wrap-system .wrap-system-content ul li svg {
    width: 22px;
    height: auto;
  }
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-l p,
  .home .content .main .wrap-system .wrap-system-content .wrap-system-content-r p {
    padding: 0 28px;
    font-size: 20px;
  }
  .home .content .main .wrap-resource .wrap-resource-content {
    height: 440px;
  }
  .home .content .main .wrap-resource .wrap-resource-content .video,
  .home .content .main .wrap-resource .wrap-resource-content .img {
    top: 30%;
  }
  .home .content .main .wrap-resource .wrap-resource-content .mp3,
  .home .content .main .wrap-resource .wrap-resource-content .pdf,
  .home .content .main .wrap-resource .wrap-resource-content .video,
  .home .content .main .wrap-resource .wrap-resource-content .img {
    font-size: 20px;
  }
  .home .content .main .wrap-custom {
    margin-top: 60px;
  }
  .home .content .main .wrap-custom .wrap-title {
    margin: 0 58px 0 70px;
  }
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l .text,
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r .text {
    font-size: 18px;
    width: 250px;
    background-size: contain;
    line-height: 38px;
    padding-right: 40px;
  }
  .home .footer {
    padding: 90px 20px;
  }
  .home .footer .footer-wrap .footer-wrap-t {
    display: block;
  }
  .home .footer .footer-wrap .footer-wrap-b {
    margin-top: 60px;
  }
  .home .footer .footer-wrap .footer-wrap-t .logo {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .p1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .list {
    margin-top: 40px;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-about {
    margin-right: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-platform {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-about .link {
    text-align: left;
  }
  .home .footer .footer-wrap .footer-wrap-t .list .list-platform .link {
    text-align: left;
  }
}
/* 768 以下 */
@media (max-width: 768px) {
  .home {
    background-image: url("https://ypfile.wqketang.com/common/resource/img/home/home-bg.jpg");
    background-size: 100% 100%;
    overflow: hidden;
  }
  .home .content {
    padding: 80px 20px 0;
  }
  .home .content header {
    display: none;
  }
  .home .content .banner {
    margin: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 22px 6px rgba(166, 185, 214, 0.15);
    border-radius: 22px;
    position: relative;
    display: block;
  }
  .home .content .banner .banner-l {
    margin-top: 0;
    padding-top: 50px;
  }
  .home .content .banner .banner-r {
    display: none;
  }
  .home .content .banner .m-logo {
    display: block;
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
  .home .content .banner .banner-l .title {
    text-align: center;
  }
  .home .content .banner .banner-l .title1 {
    font-size: 24px;
    color: #000000;
  }
  .home .content .banner .banner-l .title2 {
    font-size: 16px;
    color: #314869;
    font-family: 'SourceHanSansCNRegular';
  }
  .home .content .banner .banner-l .list {
    border-radius: 21px;
    border: 1px solid #B6B6B6;
    display: block;
    margin: 30px 30px 0;
    padding: 18px 0 18px 18px;
  }
  .home .content .banner .banner-l .login {
    margin: 0 30px 0;
    display: flex;
    flex-wrap: unset;
    justify-content: space-between;
  }
  .home .content .banner .banner-l .list li:first-child {
    margin-top: 0;
  }
  .home .content .banner .banner-l .list li img {
    width: 36px;
    height: auto;
  }
  .home .content .banner .banner-l .login .m-reader,
  .home .content .banner .banner-l .login .m-editor {
    margin: 40px 0;
    width: calc((100% - 8px)/2);
    height: unset;
    display: block;
    position: relative;
    background: unset;
  }
  .home .content .banner .banner-l .login img {
    width: 100%;
    display: block;
  }
  .home .content .banner .banner-l .login span {
    position: absolute;
    font-size: 22px;
    top: 10px;
    left: 6%;
    line-height: unset;
    margin: 0;
  }
  .home .content .main {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 11px 3px rgba(166, 185, 214, 0.15);
    border-radius: 22px;
    margin: 30px 0 0;
    padding: 26px 0 38px;
  }
  .m-main-tip {
    font-size: 24px;
    color: #323232;
    display: block;
    font-family: 'SourceHanSansCNBold';
  }
  .m-main-tip::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #6D7888;
    margin: 20px auto 0;
  }
  .home .content .main .wrap-read {
    padding: 0 20px;
    margin-top: 36px;
    flex-direction: column;
  }
  .home .content .main .wrap .wrap-title {
    font-size: 21px;
  }
  .home .content .main .wrap .wrap-title .icon1 {
    left: -14px;
    top: -16px;
    width: 74px;
  }
  .home .content .main .wrap .wrap-title .icon2 {
    right: -16px;
    top: -27px;
    width: 74px;
  }
  .home .content .main .wrap .wrap-title .icon3 {
    left: -14px;
    top: -26px;
    width: 66px;
  }
  .home .content .main .wrap .wrap-title .icon4 {
    right: -18px;
    top: -18px;
    width: 64px;
  }
  .home .content .main .wrap .wrap-title .icon5 {
    left: -21px;
    top: -8px;
    width: 56px;
  }
  .home .content .main .wrap-read ul {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .home .content .main .wrap-read ul li {
    align-items: flex-start;
    width: 50%;
    padding-right: 4px;
    box-sizing: border-box;
  }
  .home .content .main .wrap-read ul li img {
    width: 16px;
    margin-right: 6px;
  }
  .home .content .main .wrap-read ul li span {
    font-size: 12px;
    margin-top: -2px;
  }
  .home .content .main .wrap-system {
    padding: 0 20px;
    margin-top: 30px;
  }
  .m-wrap-system-content {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .m-wrap-system-content .wrap-system-content-l,
  .m-wrap-system-content .wrap-system-content-r {
    position: relative;
    border: 1px solid #D4D4D4;
    padding: 30px;
    width: calc(100% - 62px);
  }
  .m-wrap-system-content .wrap-system-content-l svg,
  .m-wrap-system-content .wrap-system-content-r svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .m-wrap-system-content .wrap-system-content-l li,
  .m-wrap-system-content .wrap-system-content-r li {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
    align-items: flex-start;
  }
  .m-wrap-system-content .wrap-system-content-l p,
  .m-wrap-system-content .wrap-system-content-r p {
    position: absolute;
    background: linear-gradient(82deg, #7B58FF 0%, #2367FE 100%);
    border-radius: 50px;
    color: #fff;
    padding: 6px 20px;
    word-break: keep-all;
    font-size: 14px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    font-family: 'SourceHanSansCNBold';
  }
  .swiper-container {
    width: 100%;
    margin: 20px auto;
  }
  .pagination {
    text-align: center;
    bottom: -38px !important;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1 !important;
    background: #E5E5E5 !important;
  }
  .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #BED3F4 !important;
  }
  .home .content .main .wrap-type {
    margin-top: 90px;
  }
  .home .content .main .wrap-type .wrap-title {
    margin: 0 20px 18px;
  }
  .home .content .main .wrap-resource {
    margin-top: 30px;
  }
  .home .content .main .wrap-resource .wrap-title {
    margin: 0 20px 0 0;
  }
  .home .content .main .wrap-resource .wrap-resource-content {
    margin-top: 20px;
    min-height: 240px;
    height: unset;
  }
  .m-type {
    width: 100%;
  }
  .home .content .main .wrap-custom {
    margin-top: 60px;
  }
  .home .content .main .wrap-custom .wrap-title {
    margin: 0 0 0 20px;
  }
  .m-text {
    height: 22px;
  }
  .m-text img {
    width: auto;
    height: 100%;
  }
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-l {
    width: 38%;
  }
  .home .content .main .wrap-custom .wrap-custom-content .wrap-custom-content-r {
    width: 50%;
  }
  .home .footer {
    background: unset;
    padding: 40px 30px 20px;
  }
  .home .footer .m-footer-wrap {
    padding: 0;
  }
  .home .footer .m-footer-wrap .logo {
    width: 45%;
  }
  .home .footer .m-footer-wrap .logo img {
    width: 100%;
  }
  .home .footer .m-footer-wrap .p1 {
    font-size: 8px;
    color: #909FBA;
    line-height: 14px;
    width: 58%;
    margin: 10px 0 10px;
  }
  .home .footer .m-footer-wrap .link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home .footer .m-footer-wrap .link a,
  .home .footer .m-footer-wrap .link span {
    font-size: 12px;
    color: #314869;
  }
  .m-img2,
  .m-footer-wrap,
  .m-wrap-system-content,
  .m-line,
  .m-type,
  .m-text {
    display: block;
  }
  .pc-reader,
  .pc-editor,
  .mouse,
  .mouse-bg,
  .use,
  .pc-wrap-system-content,
  .pc-img2,
  .pc-footer-wrap,
  .pc-line,
  .pc-type,
  .pc-text {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */