@charset "UTF-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
  margin: 0;
  padding: 0;
}

html body {
  font-family: "微软雅黑";
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/*设置默认字体*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

address, cite, dfn, em, var, i {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

/*重置列表元素*/
ul, ol {
  list-style: none;
}

/*重置文本格式元素*/
a,
a:hover {
  text-decoration: none;
}

a {
  color: #555;
  outline: none;
  -moz-outline: none;
}

a img {
  display: block;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*重置表单元素*/
legend {
  color: #000;
} /* for ie6 */
fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

/*重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line1 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

html {
  background-color: #f5f3f9;
}

body {
  min-width: 1200px;
  padding-top: 100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* 首页 */
.indexBody {
  background: url("../img/bg1.png") no-repeat;
  background-position: center top;
  /* banner */
  /* core */
}
.indexBody .banner {
  margin-top: 110px;
}
.indexBody .banner h1 {
  display: inline-block;
  font-size: 64px;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #ffffff;
  position: relative;
}
.indexBody .banner h1 .tag {
  position: absolute;
  right: -57px;
  top: -24px;
  display: block;
  width: 57px;
  height: 35px;
  line-height: 27px;
  font-size: 22px;
  text-align: center;
  color: #773cee;
  background: url("../img/tagBG.png") no-repeat;
}
.indexBody .banner h3 {
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  margin: 30px 0 40px;
}
.indexBody .banner p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.77);
}
.indexBody .banner p + p {
  margin-top: 14px;
}
.indexBody .banner .features {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.77);
}
.indexBody .banner .features + .features {
  margin-top: 20px;
}
.indexBody .banner .features > div {
  margin-right: 20px;
}
.indexBody .banner .features > div img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.indexBody .banner .btns {
  margin-top: 40px;
  margin-bottom: 146px;
}
.indexBody .banner .btns .btn {
  width: 240px;
  height: 70px;
  cursor: pointer;
  border-radius: 34px;
  border: solid 2px #f7f5fa;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexBody .banner .btns .btn:hover {
  border: none;
  background-color: #fff;
  color: #7e3eff;
}
.indexBody .banner .btns .active {
  background-color: #ffffff;
  margin-right: 30px;
  color: #7e3eff;
}
.indexBody .banner .btns .active:hover {
  background-color: #e5d8ff;
}
.indexBody .core {
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 51px;
}
.indexBody .core h2 {
  padding-top: 60px;
  margin: 0 0 27px;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #333333;
}
.indexBody .core .unit {
  width: 33.3333333333%;
  padding-top: 33px;
}
.indexBody .core .unit img {
  width: 80px;
  height: 80px;
}
.indexBody .core .unit h3 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin: 32px 0 19px;
}
.indexBody .core .unit .desc {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  max-width: 255px;
}
.indexBody .core .unit:not(:nth-child(3n+1)) {
  position: relative;
}
.indexBody .core .unit:not(:nth-child(3n+1))::before {
  content: "";
  height: 151px;
  width: 0;
  position: absolute;
  left: 0;
  top: 63px;
  border-left: 1px dashed #d9d9d9;
}
.indexBody .tutorial {
  padding-top: 90px;
}
.indexBody .tutorial h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 48px;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 60px;
}
.indexBody .tutorial h2 i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background-color: #773cee;
  margin: 0 20px;
}
.indexBody .tutorial .wrapper {
  margin: 0 auto;
  font-size: 0;
  padding: 0 5px;
}
.indexBody .tutorial .wrapper .aside + .aside {
  margin-left: 30px;
}
.indexBody .tutorial .wrapper .unit {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px 30px 33px;
  width: 580px;
  margin-bottom: 34px;
}
.indexBody .tutorial .wrapper .unit:hover {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(119, 65, 228, 0.13);
          box-shadow: 0px 0px 18px 0px rgba(119, 65, 228, 0.13);
}
.indexBody .tutorial .wrapper .unit > img {
  width: 136px;
  height: 136px;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 21, 146, 0.09);
          box-shadow: 2px 0px 4px 0px rgba(0, 21, 146, 0.09);
  border-radius: 13px;
  border: solid 4px #ffffff;
  margin-right: 46px;
}
.indexBody .tutorial .wrapper .unit > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.indexBody .tutorial .wrapper .unit > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.indexBody .tutorial .wrapper .unit h3 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.indexBody .tutorial .wrapper .unit h3 a:hover {
  color: #773cee;
}
.indexBody .tutorial .wrapper .unit h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin: 12px 0 16px;
}
.indexBody .tutorial .wrapper .unit .countData {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
.indexBody .tutorial .wrapper .unit .countData img + span {
  margin-left: 5px;
}
.indexBody .tutorial .wrapper .unit .countData span + img {
  margin-left: 20px;
}
.indexBody .tutorial .wrapper .unit .tags {
  margin-top: 30px;
}
.indexBody .tutorial .wrapper .unit .tags .tag {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background-color: #f7f5fa;
  border-radius: 12px;
  padding: 0 18px;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.indexBody .tutorial .wrapper .unit .tags .tag + .tag {
  margin-left: 10px;
}
.indexBody .tutorial .wrapper .unit .tags .tag:hover {
  background-color: #f5edff;
  color: #773cee;
}
.indexBody .tutorial .seeMore {
  margin: 60px 0 90px;
}
.indexBody .tutorial .seeMore a {
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #773cee;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #f7f5fa;
}
.indexBody .tutorial .seeMore a:hover {
  background-color: #8550f0;
}
.indexBody .tutorial .seeMore a + a {
  margin-left: 34px;
}
.indexBody .comments h2 {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #333333;
}
.indexBody .comments h2 + h3 {
  text-align: center;
  margin: 24px 0 60px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}
.indexBody .comments .swiper-wrapper {
  width: 1200px;
  margin: 60px auto 70px;
  position: relative;
}
.indexBody .comments .swiper-wrapper .swiper-left {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 170px;
  left: 0;
  cursor: pointer;
  background: url("../img/prevIcon.png") no-repeat;
}
.indexBody .comments .swiper-wrapper .swiper-left:hover {
  background-image: url("../img/prevIcon_hover.png");
}
.indexBody .comments .swiper-wrapper .swiper-right {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 170px;
  right: 0;
  cursor: pointer;
  background: url("../img/nextIcon.png") no-repeat;
}
.indexBody .comments .swiper-wrapper .swiper-right:hover {
  background-image: url("../img/nextIcon_hover.png");
}
.indexBody .comments .swiper-wrapper .swiper {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 450px;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o {
  width: 100%;
  position: absolute;
  left: -354px;
  margin-top: 40px;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row {
  width: 340px;
  height: 377px;
  background: url("../img/swiperBG.png") no-repeat;
  float: left;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row .headPortrait {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row h4 {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin: 41px 0 15px;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row h5 {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  position: relative;
  padding-bottom: 18px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #d9d9d9;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row h5::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 3px;
  background-color: #7e3eff;
  bottom: -1px;
  left: 50%;
  margin-left: -31.5px;
}
.indexBody .comments .swiper-wrapper .swiper .swiper-o .swiper-row h6 {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999;
  margin-top: 24px;
  max-width: 100%;
}

/* 标题修饰 */
.title {
  display: block;
  border-left: solid 3px #8550f0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #333;
}

.mainTop {
  margin: 38px 0 12px;
}

/* 面包屑 */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0px;
  color: #333333;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:not(:last-child):hover {
  text-decoration: underline;
}
.breadcrumbs a:last-child {
  color: #8550f0;
}

.mainContent {
  padding-bottom: 80px;
  min-height: calc(100vh - 640px);
}

/* 左右部分 */
.mainRight {
  width: 240px;
  margin-left: 25px;
}
.mainRight h2 + * {
  background-color: #fff;
  border-radius: 6px;
}
.mainRight .tagList {
  padding: 20px 20px 30px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
}
.mainRight .tagList li {
  position: relative;
  padding-left: 10px;
}
.mainRight .tagList li::before {
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
}
.mainRight .tagList li:hover::before {
  background: #8550f0;
}
.mainRight .tagList a {
  color: #666;
}
.mainRight .tagList a:hover {
  color: #8550f0;
  text-decoration: underline;
}
.mainRight .randomRecommend {
  padding: 20px 10px;
}
.mainRight .randomRecommend li {
  line-height: 34px;
  border-radius: 4px;
  padding: 0 14px;
}
.mainRight .randomRecommend li::marker {
  color: #666;
  font-size: 14px;
}
.mainRight .randomRecommend li:hover {
  background-color: #f5f3f9;
}
.mainRight .randomRecommend li:hover::marker {
  color: #8550f0;
}
.mainRight .randomRecommend li a {
  font-size: 12px;
  color: #666;
  line-height: 34px;
}
.mainRight .randomRecommend li a:hover {
  color: #8550f0;
}

.mainLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.mainLeft .list {
  padding-bottom: 140px;
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
}
.mainLeft .unit {
  padding: 27px 0 30px;
  margin: 0 30px;
  border-bottom: 1px dashed #ccc;
}
.mainLeft .unit:nth-child(even) {
  margin-left: 30px;
}
.mainLeft .unit > img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin-right: 46px;
}
.mainLeft .unit > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.mainLeft .unit > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.mainLeft .unit h3 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.mainLeft .unit h3 a:hover {
  color: #773cee;
}
.mainLeft .unit h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin: 9px 0 18px;
}
.mainLeft .unit .bottomLine {
  margin-top: 18px;
}
.mainLeft .unit .countData {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
.mainLeft .unit .countData img + span {
  margin-left: 5px;
}
.mainLeft .unit .countData span + img {
  margin-left: 20px;
}
.mainLeft .unit .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  font-size: 12px;
  background-color: #f7f5fa;
  color: #808080;
  border-radius: 12px;
  padding: 0 18px;
}
.mainLeft .unit .tags .tag + .tag {
  margin-left: 10px;
}
.mainLeft .unit .tags .tag:hover {
  background-color: #f5edff;
  color: #773cee;
}
.mainLeft .tagUnit {
  font-size: 12px;
  color: #666;
  width: 285px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.mainLeft .tagUnit:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
.mainLeft .tagUnit .line1 {
  margin-top: 20px;
}
.mainLeft .tagUnit .line1:hover {
  color: #8550f0;
}
.mainLeft .tagUnit .tagName {
  margin-top: 0;
  max-width: 15em;
  display: block;
  padding: 0 18px;
  line-height: 24px;
  background-color: #f4f4f4;
  color: #333;
  border-radius: 12px;
  margin-right: 10px;
}
.mainLeft .tagUnit .tagName:hover {
  color: #ffffff;
  background-color: #8550f0;
}

.tagsPage {
  padding-bottom: 0;
}
.tagsPage .mainLeft .list {
  background: none;
}

.detailsPage .content {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px 70px;
  margin-bottom: 20px;
}
.detailsPage .content .mainTitle {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  color: #999;
}
.detailsPage .content .mainTitle h2 {
  max-width: calc(100% - 250px);
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 10px;
}
.detailsPage .content .mainTitle .tag {
  display: inline-block;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 18px;
  color: #808080;
  background: #f7f5fa;
}
.detailsPage .content .mainTitle .tag + .tag {
  margin-left: 10px;
}
.detailsPage .content .mainTitle .tag:hover {
  background-color: #f5edff;
  color: #8550f0;
}
.detailsPage .content .mainTitle .bottomLine {
  margin-top: 10px;
}
.detailsPage .content .mainTitle .bottomLine img + span {
  margin-left: 5px;
}
.detailsPage .content .mainTitle .bottomLine span + img {
  margin-left: 20px;
}
.detailsPage .content .richText {
  padding: 15px 10px;
}
.detailsPage .content .richText img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.detailsPage .content .richText p,
.detailsPage .content .richText span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.detailsPage .prevNext {
  font-size: 12px;
  background: #fff;
  border-radius: 6px;
}
.detailsPage .prevNext .left {
  padding: 25px 78px 22px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.detailsPage .prevNext .left > a {
  display: block;
}
.detailsPage .prevNext .left > a + a {
  margin-top: 20px;
}
.detailsPage .prevNext .left .subtitle {
  margin-bottom: 5px;
}
.detailsPage .prevNext .left p {
  line-height: 24px;
}
.detailsPage .prevNext .left p:hover {
  color: #8550f0;
}
.detailsPage .prevNext .left .line1 {
  font-size: 14px;
}
.detailsPage .prevNext .right {
  width: 300px;
  margin: 35px 0;
  padding: 3px 0;
  border-left: 1px dashed #ccc;
}
.detailsPage .prevNext .right img {
  width: 92px;
  height: 92px;
}
.detailsPage .prevNext .right h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
  margin: 15px 0 27px;
}
.detailsPage .prevNext .right a {
  width: 120px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background-color: #8550f0;
  border-radius: 16px;
  color: #fff;
}

/*新增分页样式*/
.page-bar {
  text-align: center;
  position: absolute;
  border-radius: 0;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 0;
}
.page-bar .paginationjs {
  display: inline-block;
}

.page-box {
  text-align: center;
}
.page-box a {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 6px;
  color: #707070;
  width: 28px;
  height: 28px;
  font: bold 14px/28px arial;
}
.page-box a:hover, .page-box a:active {
  background: #8550f0;
  color: #ffffff;
  text-decoration: none;
}
.page-box .cur {
  background: #8550f0;
  color: #fff;
  border: 1px solid #8550f0;
  text-decoration: none;
}
.page-box .disabled {
  width: 79px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
header .container {
  height: 80px;
}
header .container .logo {
  width: auto;
  overflow: inherit !important;
  display: inherit !important;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
header .container .logo img {
  height: 34px;
  width: 34px;
  vertical-align: middle;
  margin-right: 10px;
}
header .container ul li {
  margin-left: 30px;
}
header .container a {
  display: block;
  height: 36px;
  border-radius: 22px;
  font-size: 16px;
  color: #464a7c;
  line-height: 36px;
  text-align: center;
  position: relative;
}
header .container a.downloadBtn {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, from(#af95ff), to(#7b56ee)), -webkit-gradient(linear, left top, left bottom, from(#7b56ee), to(#7b56ee));
  background-image: -o-linear-gradient(right, #af95ff 0%, #7b56ee 100%), -o-linear-gradient(#7b56ee, #7b56ee);
  background-image: linear-gradient(-90deg, #af95ff 0%, #7b56ee 100%), linear-gradient(#7b56ee, #7b56ee);
  background-blend-mode: normal, normal;
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
header .container a.downloadBtn:hover {
  background-image: none;
  background-color: #7b56ee;
  color: #ffffff;
}
header .container a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7b56ee;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hasBG {
  background: url("../img/bg1.png");
}

footer .beforeCopyright {
  height: 480px;
  background: url("../img/bg2.png") no-repeat;
}
footer .beforeCopyright h2 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -1px;
  color: #000000;
}
footer .beforeCopyright h3 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
  margin: 34px 0 59px;
}
footer .beforeCopyright a {
  width: 241px;
  height: 71px;
  background-color: #773cee;
  border-radius: 34px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .beforeCopyright a:hover {
  background-color: #8550f0;
}
footer .realFooter {
  background-color: #453f4f;
}
footer .realFooter .container_lowIE {
  width: 1200px;
}
footer .realFooter .columns {
  font-size: 0;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #5c5664;
}
footer .realFooter .columns a {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
}
footer .realFooter .columns a:first-child {
  padding-left: 0;
}
footer .realFooter .columns a:last-child {
  padding-right: 0;
}
footer .realFooter .columns a + a {
  position: relative;
}
footer .realFooter .columns a + a::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 0;
  left: 0;
  top: 4px;
  border-left: 1px solid #7f788a;
}
footer .realFooter .links {
  padding-bottom: 21px;
  padding-top: 30px;
}
footer .realFooter .links p {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 11px;
}
footer .realFooter .links a {
  font-size: 14px;
  color: #838088;
  line-height: 30px;
  margin-left: 43px;
}
footer .realFooter .links a:nth-child(8n+1) {
  margin-left: 0;
}
footer .realFooter .links a:hover {
  color: #fff;
}
footer .realFooter .links .line1 {
  width: 112px;
}
footer .realFooter .copyright {
  background-color: #332e3b;
  height: 53px;
  line-height: 53px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7f7c84;
  text-align: center;
}
footer .realFooter .copyright a {
  color: #7f7c84;
}
footer .realFooter .copyright a:hover {
  color: #fff;
}

.modalLayer {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.modalLayer .card {
  width: 384px;
  height: 385px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -192px;
  margin-top: -192.5px;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.3);
}
.modalLayer .card .header {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.modalLayer .card .header .closeLayer {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url("../img/closeDialog.png") no-repeat;
  background-position: center;
}
.modalLayer .card .header .closeLayer:hover {
  background-image: url("../img/closeDialogActive.png");
}
.modalLayer .card .form {
  padding: 8px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modalLayer .card .form .subtitle {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
}
.modalLayer .card .form .label {
  margin-top: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modalLayer .card .form .label input,
.modalLayer .card .form .label textarea {
  resize: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2px;
  border: solid 1px #ddd;
  line-height: 32px;
  min-height: 32px;
  font-size: 14px;
  outline: none;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalLayer .card .form .label input::-webkit-input-placeholder, .modalLayer .card .form .label textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-moz-placeholder, .modalLayer .card .form .label textarea::-moz-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input:-ms-input-placeholder, .modalLayer .card .form .label textarea:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-ms-input-placeholder, .modalLayer .card .form .label textarea::-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::placeholder,
.modalLayer .card .form .label textarea::placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label textarea {
  min-height: 130px;
  overflow-y: auto;
}
.modalLayer .card .form .label .title {
  position: relative;
  line-height: 32px;
  margin-right: 10px;
  font-size: 14px;
  border-left: none;
  padding-left: 0;
  font-weight: 400;
}
.modalLayer .card .form .label .required::after {
  content: "*";
  color: #ff3434;
  font-size: 16px;
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translate(-130%, -30%);
      -ms-transform: translate(-130%, -30%);
          transform: translate(-130%, -30%);
}
.modalLayer .card .form .label .error-border {
  border-color: #f00;
}
.modalLayer .card .form .label p {
  position: absolute;
  top: 100%;
  left: 52px;
  line-height: 22px;
  font-size: 12px;
}
.modalLayer .card .form .formCommit {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  text-align: center;
  background-color: #8b51ff;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-top: 22px;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
}

.alert {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 220px;
  margin-top: -110px;
  margin-left: -185px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.alert .header {
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.alert .header .closeAlert {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../img/closeDialog.png") no-repeat;
  background-size: cover;
}
.alert .header .closeAlert:hover {
  background-image: url("../img/closeDialogActive.png");
}
.alert .header + div {
  background-color: #fff;
  color: #666;
}
.alert .header + div .btns {
  margin-top: 40px;
}
.alert .header + div .btns .btn {
  width: 120px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.alert .header + div .btns .btn + .btn {
  margin-left: 30px;
}
.alert .header + div .btns .active {
  background-color: #8b51ff;
  border-color: #8b51ff;
  color: #fff;
}

.text-error {
  color: #f00;
}