body,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  opacity: 1;
  font-family: Noto Sans SC, Noto Sans SC-Regular;
}
.top {
  width: 100%;
  height: 780px;
  background: #223fa8;
}
@media (max-width: 1400px) {
  .top {
    height: 720px;
  }
}
@media (max-width: 1130px) {
  .top {
    height: 620px;
  }
}
@media (max-width: 1024px) {
  .top {
    height: 667px;
  }
}
.top .header-bg {
  width: 1289px;
  height: 100%;
  background: url("../img/headbg.png") no-repeat;
  float: right;
}
.top .header-bg img {
  float: right;
}
@media (max-width: 768px) {
  .top .header-bg {
    width: 665px;
  }
}
.top .header {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
.top .header .nav-tab {
  background: #223fa8;
  position: absolute;
  width: 100%;
  height: 50px;
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top .header .nav-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top .header .nav-tab .nav-tab-logo {
  margin-left: 20px;
}
.top .header .nav-tab .nav-tab-logo img {
  height: 45px;
}
.top .header .nav-tab .nav-tab-sub {
  cursor: pointer;
  width: 22px;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.top .header .nav-tab .nav-tab-sub .nav-tab-sub-tips {
  width: 22px;
  height: 3px;
  margin-bottom: 5px;
  background: #ffffff;
}
.top .header .nav_tab_x {
  cursor: pointer;
  display: none;
  width: 22px;
  height: 24px;
  float: right;
  margin-top: 21px;
  margin-right: 24px;
}
.top .header .nav_tab_x:after,
.top .header .nav_tab_x:before {
  position: absolute;
  right: 20px;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  z-index: 99999;
}
.top .header .nav_tab_x:after {
  transform: rotate(45deg);
}
.top .header .nav_tab_x:before {
  transform: rotate(-45deg);
}
.top .header .main-nav {
  height: calc(100vh - 30px);
  width: 100%;
  display: none;
  background: #223fa8;
  position: absolute;
  z-index: 100;
  top: 50px;
  position: fixed;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top .header .main-nav {
    display: none;
  }
}
.top .header .main-nav a {
  text-decoration: none;
  color: #ffffff;
}
.top .header .main-nav .main-nav_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 20px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  display: block\9;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.top .header .main-nav .main-nav_title > div {
  font-size: 15px;
  font-weight: bold;
}
.top .header .main-nav .main-nav > ul > li > ul > a {
  margin: 7px 20px;
  font-size: 13px;
  padding: 13px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}
.top .header .nav-show {
  display: none;
}
.top .header .header-navigation {
  width: 100%;
  height: 72px;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  background: #223fa8;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top .header .header-navigation {
    display: none;
  }
}
.top .header .header-nav {
  position: fixed;
  top: 0;
  background: #223fa8;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .top .header .header-nav {
    display: none;
  }
}
.top .header .navigation {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top .header .navigation {
    display: none;
  }
}
@media (max-width: 1400px) {
  .top .header .navigation {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1130px) {
  .top .header .navigation {
    width: calc(100% - 96px);
  }
}
.top .header .navigation .nav-log img {
  height: 60px;
}
.top .header .navigation .nav-link {
  display: flex;
}
.top .header .navigation .nav-link .register {
  width: 129px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 101px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
}
.top .header .navigation .nav-link .current {
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
  opacity: 1;
}
.top .header .navigation .nav-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -52px;
  margin-right: 50px;
}
@media (max-width: 900px) {
  .top .header .navigation .nav-link ul {
    margin-left: -25px;
    margin-right: 25px;
  }
}
.top .header .navigation .nav-link a {
  color: rgba(255, 255, 255, 0.45);
  margin-left: 52px;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .top .header .navigation .nav-link a {
    margin-left: 25px;
  }
}
.top .header .navigation .nav-link a:hover {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.top .header .header-core {
  width: 1280px;
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .top .header .header-core {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1130px) {
  .top .header .header-core {
    width: calc(100% - 96px);
  }
}
@media (max-width: 1400px) {
  .top .header .header-core {
    height: 720px;
  }
}
@media (max-width: 1130px) {
  .top .header .header-core {
    height: 620px;
  }
}
.top .header .header-core .header-content {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top .header .header-core .header-content {
    flex-direction: column;
    justify-content: center;
  }
}
.top .header .header-core .header-content .header-title {
  margin-top: -5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .top .header .header-core .header-content .header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top .header .header-core .header-content .header-title .badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .header .header-core .header-content .header-title .badge img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1400px) {
  .top .header .header-core .header-content .header-title .badge img {
    width: 60px;
    height: 60px;
    position: absolute;
  }
}
@media (max-width: 1400px) and (max-width: 768px) {
  .top .header .header-core .header-content .header-title .badge img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1400px) and (max-width: 374px) {
  .top .header .header-core .header-content .header-title .badge img {
    margin-top: -2px;
  }
}
.top .header .header-core .header-content .header-title .badge p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .top .header .header-core .header-content .header-title .badge p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top .header .header-core .header-content .header-title .badge p {
    font-size: 28px;
    font-family: Noto Sans SC, Noto Sans SC-Bold;
  }
}
@media (max-width: 374px) {
  .top .header .header-core .header-content .header-title .badge p {
    font-size: 25px;
  }
}
.top .header .header-core .header-content .header-title .label {
  display: flex;
  margin-left: -24px;
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .top .header .header-core .header-content .header-title .label {
    margin-left: -16px;
    margin-top: 9px;
  }
}
@media (max-width: 768px) {
  .top .header .header-core .header-content .header-title .label {
    margin-top: 18px;
  }
}
.top .header .header-core .header-content .header-title .label p {
  color: rgba(228, 189, 128, 0.85);
  font-size: 16px;
  margin-left: 24px;
}
@media (max-width: 1400px) {
  .top .header .header-core .header-content .header-title .label p {
    font-size: 14px;
    margin-left: 16px;
  }
}
@media (max-width: 374px) {
  .top .header .header-core .header-content .header-title .label p {
    margin-left: 8px;
  }
}
.top .header .header-core .header-content .header-title .btn {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .top .header .header-core .header-content .header-title .btn {
    margin-top: 100px;
  }
}
.top .header .header-core .header-content .header-title .btn .purchase:hover {
  cursor: pointer;
  transition: all 0.3s;
  transform: translate(0px, -6px);
}
.top .header .header-core .header-content .header-title .btn .download:hover {
  cursor: pointer;
  transition: all 0.3s;
  transform: translate(0px, -6px);
}
.top .header .header-core .header-content .header-title .btn .purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 50px;
  background: #e4bd80;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
.top .header .header-core .header-content .header-title .btn .download {
  cursor: pointer;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 50px;
  background: #ffffff;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
@media (max-width: 1130px) {
  .top .header .header-core .header-content .header-picture img {
    width: 520px;
    height: 323px;
  }
}
@media (max-width: 1130px) {
  .top .header .header-core .header-content .header-picture img {
    width: 492px;
    height: 315px;
  }
}
@media (max-width: 768px) {
  .top .header .header-core .header-content .header-picture {
    display: none;
  }
}
.middle {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.middle .content {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .middle .content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1130px) {
  .middle .content {
    width: calc(100% - 96px);
  }
}
@media (max-width: 768px) {
  .middle .content {
    width: calc(100% - 48px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.middle .content .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .middle .content .content-text {
    width: 38.7%;
  }
}
@media (max-width: 768px) {
  .middle .content .content-text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.middle .content .content-text .text-title {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 1400px) {
  .middle .content .content-text .text-title {
    font-size: 20px;
  }
}
.middle .content .content-text .text-title a {
  font-size: 36px;
  color: #e4bd80;
}
@media (max-width: 1400px) {
  .middle .content .content-text .text-title a {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .middle .content .content-text .text-title a {
    font-size: 30px;
  }
}
.middle .content .content-text .text-word {
  width: 420px;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
@media (max-width: 1400px) {
  .middle .content .content-text .text-word {
    font-size: 14px;
    width: 360px;
  }
}
@media (max-width: 1024px) {
  .middle .content .content-text .text-word {
    width: 100%;
  }
}
.middle .use {
  width: 100%;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .middle .use {
    height: 620px;
  }
}
@media (max-width: 1130px) {
  .middle .use {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .middle .use {
    height: 620px;
  }
}
.middle .use .use-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 76px;
}
@media (max-width: 1400px) {
  .middle .use .use-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .middle .use .use-title {
    display: none;
  }
}
.middle .use .content {
  margin-top: 67px;
}
@media (max-width: 1400px) {
  .middle .use .content .use-pt img {
    width: 262px;
    height: 262px;
  }
}
@media (max-width: 768px) {
  .middle .use .content {
    margin-top: 80px;
  }
  .middle .use .content .text-word {
    margin-top: 12px;
    padding: 0;
  }
  .middle .use .content .use-pt {
    margin-top: 105px;
  }
}
.middle .division {
  height: 720px;
  width: 100%;
  background: #F9FAF9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .middle .division {
    height: 660px;
  }
}
@media (max-width: 1130px) {
  .middle .division {
    height: 520px;
  }
}
.middle .division .division-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 76px;
}
@media (max-width: 1400px) {
  .middle .division .division-title {
    font-size: 28px;
    margin-top: 76px;
  }
}
@media (max-width: 1130px) {
  .middle .division .division-title {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .middle .division .division-title {
    display: none;
  }
}
.middle .division .content {
  margin-top: 83px;
}
@media (max-width: 1400px) {
  .middle .division .content img {
    width: 587px;
    height: 309px;
  }
}
@media (max-width: 1130px) {
  .middle .division .content img {
    width: 489px;
    height: 257px;
  }
}
@media (max-width: 768px) {
  .middle .division .content {
    margin-top: 44px;
  }
  .middle .division .content .division-pt {
    margin-top: 26px;
  }
  .middle .division .content .text-word {
    padding-top: 25px;
  }
  .middle .division .content img {
    width: 327px;
    height: 171px;
  }
}
@media (max-width: 374px) {
  .middle .division .content img {
    width: 100%;
    height: 100%;
  }
}
.middle .division .content .trait {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .middle .division .content .trait {
    margin-top: 22px;
  }
}
.middle .division .content .trait ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: rgba(0, 0, 0, 0.45);
  font-size: 6px;
  padding: 6px;
  padding-left: 0px;
}
.middle .division .content .trait ul li P {
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .middle .division .content .trait ul li P {
    font-size: 14px;
  }
}
.middle .left-style {
  width: 100%;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1130px) {
  .middle .left-style {
    height: 480px;
  }
  .middle .left-style .left-pt img {
    width: 470px;
    height: 287px;
  }
}
@media (max-width: 1130px) and (max-width: 768px) {
  .middle .left-style .left-pt img {
    width: 328px;
    height: 201px;
    margin-top: 52px;
  }
}
@media (max-width: 768px) {
  .middle .left-style {
    flex-direction: column;
    justify-content: flex-start;
  }
  .middle .left-style .content {
    margin-top: 58px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 374px) {
  .middle .left-style .left-pt img {
    width: 100%;
    height: 100%;
  }
}
.middle .right-style {
  width: 100%;
  height: 560px;
  background: #F9FAF9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1130px) {
  .middle .right-style {
    height: 480px;
  }
  .middle .right-style .right-pt img {
    width: 412px;
    height: 297px;
  }
}
@media (max-width: 1130px) and (max-width: 768px) {
  .middle .right-style .right-pt img {
    width: 267px;
    height: 188px;
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .middle .right-style {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .middle .right-style .content {
    margin-top: 47px;
  }
}
.middle .right-style .text-title {
  display: flex;
  align-items: center;
}
.middle .right-style .text-title .characteristic {
  padding: 0 10px;
  height: 28px;
  margin-left: 8px;
  border-radius: 100px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4BD80;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .middle .right-style .text-title .characteristic {
    font-size: 12px;
    height: 25px;
    width: 68px;
    margin-left: 12px;
  }
}
.middle .step-bar {
  height: 360px;
  width: 100%;
  background: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .middle .step-bar {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .middle .step-bar {
    height: 600px;
  }
}
.middle .step-bar .step-title {
  color: #ffffff;
  font-size: 24px;
  margin-top: 109px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .middle .step-bar .step-title {
    margin-top: 66px;
  }
}
@media (max-width: 768px) {
  .middle .step-bar .step-title {
    font-size: 20px;
    margin-top: 50px;
  }
}
.middle .step-bar .step {
  display: flex;
  color: #ffffff;
  align-items: center;
  margin-top: 49px;
}
@media (max-width: 1400px) {
  .middle .step-bar .step {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .middle .step-bar .step {
    flex-direction: column;
    margin-top: 52px;
  }
}
.middle .step-bar .step .step-color {
  color: #FFCE76;
}
.middle .step-bar .step .line {
  width: 48px;
  height: 0px;
  border: 1px solid #ffffff;
  margin: 42px;
}
@media (max-width: 1400px) {
  .middle .step-bar .step .line {
    margin: 24px;
  }
}
@media (max-width: 768px) {
  .middle .step-bar .step .line {
    width: 0px;
    height: 24px;
    border: 1px solid #ffffff;
  }
}
.middle .sales {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 760px;
  overflow: hidden;
}
@media (max-width: 1130px) {
  .middle .sales {
    height: 600px;
  }
}
.middle .sales .sales-title {
  font-weight: bold;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 105px;
}
@media (max-width: 1400px) {
  .middle .sales .sales-title {
    font-size: 28px;
  }
}
@media (max-width: 1130px) {
  .middle .sales .sales-title {
    margin-top: 61px;
  }
}
@media (max-width: 768px) {
  .middle .sales .sales-title {
    font-size: 24px;
  }
}
.middle .sales .sales-explain {
  color: rgba(0, 0, 0, 0.65);
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .middle .sales .sales-explain {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .middle .sales .sales-explain {
    margin-top: 26px;
  }
}
.middle .sales .consult:hover {
  cursor: pointer;
  transition: all 0.3s;
  transform: translate(0px, -6px);
}
.middle .sales .consult {
  margin-top: 49px;
  width: 252px;
  height: 50px;
  background: #4da0ff;
  border-radius: 100px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .middle .sales .consult {
    margin-top: 35px;
  }
}
@media (max-width: 1130px) {
  .middle .sales .consult {
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .middle .sales .consult {
    margin-top: 16px;
  }
}
.middle .sales .sales-pt {
  height: 388px;
  margin-top: 96px;
}
.middle .sales .sales-pt img {
  height: 100%;
}
@media (max-width: 1400px) {
  .middle .sales .sales-pt {
    margin-top: 122px;
  }
}
@media (max-width: 1130px) {
  .middle .sales .sales-pt {
    margin-top: 61px;
  }
  .middle .sales .sales-pt img {
    height: 330px;
    width: 399px;
  }
}
@media (max-width: 768px) {
  .middle .sales .sales-pt {
    height: 320px;
    width: 279px;
    overflow: hidden;
    margin-top: 84px;
  }
}
.middle .trial {
  height: 236px;
  background: #3370FF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1130px) {
  .middle .trial {
    height: 200px;
  }
}
.middle .trial .trial-title {
  font-size: 24px;
  margin-top: 55px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .middle .trial .trial-title {
    font-size: 20px;
  }
}
@media (max-width: 1130px) {
  .middle .trial .trial-title {
    font-size: 16px;
  }
}
.middle .trial .trial-download:hover {
  cursor: pointer;
  transition: all 0.3s;
  transform: translate(0px, -6px);
}
.middle .trial .trial-download {
  margin-top: 28px;
  width: 252px;
  height: 50px;
  background: #ffffff;
  border-radius: 100px;
  color: #3370ff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 1130px) {
  .middle .trial .trial-download {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
  }
}
.middle .article {
  width: 100%;
  height: 820px;
  background: #F9FAF9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .middle .article {
    height: 646px;
  }
}
@media (max-width: 1024px) {
  .middle .article {
    height: 550px;
  }
}
@media (max-width: 768px) {
  .middle .article {
    height: 800px;
  }
}
.middle .article .article-center {
  width: 1280px;
  margin-top: -27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .middle .article .article-center {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  .middle .article .article-center {
    width: calc(100% - 96px);
  }
}
@media (max-width: 768px) {
  .middle .article .article-center {
    width: calc(100% - 48px);
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.middle .article .article-center .part {
  margin-top: 24px;
  background: #ffffff;
  width: 620px;
  height: 337px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .middle .article .article-center .part {
    width: 46.3%;
    height: 255px;
  }
}
@media (max-width: 1024px) {
  .middle .article .article-center .part {
    width: 48.4%;
    height: 231px;
  }
}
@media (max-width: 768px) {
  .middle .article .article-center .part {
    width: 100%;
    height: 164px;
  }
}
.middle .article .article-center .part .part-center {
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .middle .article .article-center .part .part-center {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}
.middle .article .article-center .part .part-center .first-line {
  display: flex;
  justify-content: space-between;
}
.middle .article .article-center .part .part-center .first-line .part-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
@media (max-width: 1400px) {
  .middle .article .article-center .part .part-center .first-line .part-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .middle .article .article-center .part .part-center .first-line .part-title {
    margin-bottom: 20px;
  }
}
.middle .article .article-center .part .part-center .first-line .more {
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1400px) {
  .middle .article .article-center .part .part-center .first-line .more {
    font-size: 14px;
  }
}
.middle .article .article-center .part .part-center .first-line .more a {
  cursor: pointer;
}
.middle .article .article-center .part .part-center .subhead {
  margin-top: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .middle .article .article-center .part .part-center .subhead {
    margin-top: 0px;
  }
  .middle .article .article-center .part .part-center .subhead a {
    font-size: 13px;
  }
}
.middle .article .article-center .part .part-center .subhead a {
  color: rgba(0, 0, 0, 0.65);
}
.middle .article .article-center .part .part-center .part-line {
  width: 100%;
  margin-top: 8px;
  border: 0.5px dashed rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .middle .article .article-center .part .part-center .part-line {
    margin-bottom: 19px;
  }
}
@media (max-width: 768px) {
  .middle .article .article-center .part .part-center .part-line {
    margin-top: 4px;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=index.css.map */