* {
  /* font-family: PingFang SC, Arial, Helvetica, sans-serif !important; */
  /* user-select: none; */
  font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

.download-page-logo {
  display: none;
  position: absolute;
  left: 15px;
  top: 20px;
  height: 32px;
}

.download-page-logo img {
  height: 100%;
}

.download-page .banner {
  width: 100%;
  height: 250px;
  background-color: #1d4bb2;
  background-image: url("/market/xiaoe/images/download/banner.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.download-page .banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.download-page .banner .logo {
  position: absolute;
  left: 15px;
  top: 20px;
  height: 40px;
}

.download-page .banner .logo img {
  height: 100%;
}

.download-page .banner .text {
  margin-top: 20px;
}

.download-page .banner .title {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.download-page .banner .desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
}

.row-pdf {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.col-pdf {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.pdf-item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
  cursor: pointer;
}

.pdf-item .imgbox {
  width: 100%;
  overflow: hidden;
}

.pdf-item .imgbox img {
  width: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}

.pdf-item .text {
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
}

.pdf-item .text .title {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pdf-item:hover .imgbox img {
  transform: scale(1.08);
}

.pdf-item:hover .text .title {
  color: #0d6efd;
}

.homepage-titlebox {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

.pagemain-homepage {
  padding: 60px 0 80px;
}

.homepage-titlebox .homepage-title {
  color: #000;
}

.homepage-titlebox .homepage-desc {
  color: #333;
}

.rightInfo-moreBtn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightInfo-moreBtn a {
  font-size: 12px;
  line-height: 20px;
  color: #747474;
}

.rightInfo-moreBtn a:hover {
  color: #055ce2;
}

.moreBtn {
  width: 136px;
  margin: 0 auto;
}

.moreBtn a {
  display: block;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0px;
  color: #fff;
  background-color: #0d6efd;
  transition: all 0.3s linear;
}

.moreBtn a:hover {
  background-color: #0752bf;
}

/* 详情 */


.download-page .leftInfo {
  position: relative;
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 24px;
}

.download-page .pages {
  display: none;
  position: absolute;
  bottom: 6px;
  left: 40%;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  border-radius: 6px;
}

.download-page .pages .info {
  height: 30px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}


.leftInfo .btns {
  display: none;
  position: absolute;
  bottom: 6px;
  left: 60%;
  transform: translateX(-50%);
}

.leftInfo .btns .btn-default {
  font-size: 12px;
  line-height: 18px;
  outline: none !important;
}

.leftInfo .btns .noClick {
  cursor: not-allowed;
}

.download-page .rightInfo {
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 24px 16px;
}

.download-page-header {
  padding-bottom: 30px;
}

.download-page-header .titleBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.download-page-nav {
  display: none;
}

.download-page-header .titleBox .title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.PCbtns {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.backBtn {
  display: block;
  background: #87a2c9;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding: 0px 15px;
  border-radius: 6px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s linear;
}

.backBtn:hover {
  background: #0752bf;
  color: #fff;
}

.PCbtns .downloadBtn {
  display: block;
  background: #0d6efd;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding: 0px 15px;
  border-radius: 6px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-left: 8px;
}

.PCbtns .downloadBtn:hover {
  background: #0752bf;
  color: #fff;
}

.download-page-header .desc {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}

.download-page-body {
  background: #f7f8fa;
  border: 1px solid #ebebeb;
  flex-shrink: 0;
  /* height: 672px; */
  height: calc(100% - 163px);
  overflow: auto;
  padding: 20px 24px;
}

.rightInfo .rightInfo-contact .codes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rightInfo .rightInfo-contact .codeb {
  width: 48%;
  margin-top: 16px;
  max-width: 160px;
  border-radius: 6px;
}

.rightInfo .rightInfo-contact .codeb .code {
  display: block;
  border: 1px solid #ebebeb;
  padding: 8px;
}

.rightInfo .rightInfo-contact .codeb span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #747474;
  margin-top: 6px;
}


.rightInfo .author {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.rightInfo .date {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 14px;
}

.rightInfo .author span,
.rightInfo .date span {
  color: #333;
}

.rightInfo .contract {
  display: block;
  border: 1px solid #0d6efd;
  color: #0d6efd;
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  transition: all 0.3s linear;
}

.rightInfo .contract:hover {
  background: #0d6efd;
  color: #fff;
}

.rightInfo .rightInfo-contact {
  margin-top: 24px;
}


.rightInfo .rightInfo-title {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
}

.rightInfo .rightInfo-title::before {
  background: #055ce2;
  border-radius: 1px;
  content: "";
  display: block;
  height: 20px;
  margin-right: 8px;
  width: 4px;
}

.rightInfo .rightInfo-moreList .rightInfo-items {
  list-style: none;
  /* padding: 12px 0 12px 35px; */
  /* padding: 12px 0px; */
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item {
  padding: 16px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  transition: all 0.3s linear;
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item:hover {
  border-bottom: 1px solid #055ce2;
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item:hover .topic {
  color: #055ce2;
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item .img {
  width: 90px;
  flex-shrink: 0;
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item .img img {
  width: 100%;
}

.rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item .text {
  width: calc(100% - 100px);
  height: 100%;
}

.moreCase-item .text .topic {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moreCase-item .text .type {
  font-size: 12px;
  line-height: 20px;
  color: #747474;
  margin-top: 4px;
}

.rightInfo .rightInfo-moreList .rightInfo-items li {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}

.rightInfo .rightInfo-moreList .rightInfo-items li::before {
  background-image: url(/images/download/download.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 20px;
  left: -32px;
  position: absolute;
  top: 10px;
  width: 20px;
}
#downloadTipsBox {
  display: none;
  width: 85%;
  background-color: #fff;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#downloadTipsBox .text {
  font-size: 12px;
  line-height: 20px;
  color: #0d6efd;
  padding: 24px 20px;
  text-align: center;
}
#downloadTipsBox img {
  width: 100%;
}
#downloadTipsBox .closeBtn {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #3e97eb;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#downloadProgressBox {
  display: none;
  width: 80%;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 30px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#downloadProgressBox .downloadProgressBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

#downloadProgressBox progress {
  margin: 0 4px;
}

#download-page {
  height: 100vh;
  padding: 60px 0;
}

#download-page .download-page,
#download-page .download-page .container {
  height: 100%;
}

#download-page .download-page .container .row {
  height: 100%;
  display: flex;
  align-items: stretch;
}

#pdfContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#pdfContainer canvas {
  display: block;
  width: 100%;
  height: auto;
}

#pdfContainer img {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
}


@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-pdf {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .pdf-item .text .title {
    font-size: 12px;
    line-height: 20px;
  }

  .pdf-item .text {
    padding: 12px;
  }

  .download-page-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .download-page .banner {
    height: 232px;
    background-position: center;
  }

  .download-page .banner .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 32px;
  }

  .download-page .banner .text {
    margin-top: 12px;
  }

  .download-page .banner .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .download-page .banner .desc {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }

  .pagemain-homepage {
    padding: 20px 0 30px;
  }

  .homepage-titlebox {
    margin-bottom: 20px;
    text-align: center;
  }

  .download-page-logo {
    left: 20px;
    display: block;
  }

  .leftInfo .pages {
    left: 24%;
    background-color: #fff;
  }

  .leftInfo .btns {
    right: -5%;
    left: unset;
  }

  .moreBtn {
    margin: 0 auto;
    width: 128px;
    bottom: -6px;
  }

  .moreBtn a {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0px;
  }

 
  .PCbtns {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 12px;
    bottom: 100px;
    z-index: 10;
  }
  .PCbtns .backBtn,
  .PCbtns .downloadBtn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16) ;
  }
  .PCbtns .downloadBtn {
    margin-top: 10px;
    margin-left: 0px;
  }

  #download-page {
    height: auto;
    margin-top: 30px;
  }

  #download-page .download-page .container .row {
    flex-wrap: wrap;
  }

  #pdfContainer {
    height: auto;
    min-height: 400px;
    padding: 0px;
  }

  .download-page-header .titleBox {
    align-items: flex-start;
  }

  .download-page-header .titleBox .title {
    font-size: 18px;
  }

  .download-page-header {
    padding-bottom: 20px;
  }

  .download-page .leftInfo {
    padding: 16px;
    padding-bottom: 48px;
  }

  .download-page .rightInfo {
    margin-top: 20px;
  }

  .download-page-header .desc {
    font-size: 11px;
    line-height: 18px;
    margin-top: 16px;
  }

  .rightInfo .rightInfo-moreList .rightInfo-items {
    margin-bottom: 16px;
  }



}

@media (min-width: 992px) {
  /* 滚动条样式 */

  ::-webkit-scrollbar {
    /*滚动条整体样式*/
    max-width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    max-height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #c2c2c2;
    transition: all 0.3s;
  }

  ::-webkit-scrollbar-thumb:hover {
    /*滚动条里面小方块*/
    background-color: #666666;
  }

  ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #eeeeee;
  }
}


@media (min-width: 992px) and (max-width: 1369px) {
  .pagemain-homepage {
    padding: 40px 0 50px;
  }

  .download-page-body {
    height: calc(100% - 188px);
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item .img {
    display: none;
  }

  .rightInfo .rightInfo-moreList .rightInfo-items .moreCase-item .text {
    width: 100%;
    padding-left: 6px;
  }
}

@media (min-width: 1370px) and (max-width: 1600px) {
  .pagemain-homepage {
    padding: 50px 0 60px;
  }
}


.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #055ce2;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {

  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1.0);
  }
}

@media (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1360px;
  }
}