.navigate[data-v-62b4b926] {
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.6rem;
  background: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}
.navigate.not-fixed[data-v-62b4b926] {
  position: relative;
}
.navigate .nav-item[data-v-62b4b926] {
  height: 100%;
}
.navigate .item-left[data-v-62b4b926] {
  order: 1;
  width: 3.25rem;
  height: 0.35rem;
  margin-left: 0.58rem;
  user-select: none;
  background: url(../img/nav-logo582def.png) no-repeat center;
}
.navigate .item-middle[data-v-62b4b926] {
  order: 2;
  flex: auto 1 0 ;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 1rem;
}
.navigate .item-middle .nav-link[data-v-62b4b926] {
  display: flex;
  justify-content: space-between;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.2rem;
  position: relative;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926]:nth-child(1) {
  margin-left: 0;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926]:nth-last-child(1) {
  margin-right: 0;
}
.navigate .item-middle .nav-link .nav-link-item.is-active[data-v-62b4b926] {
  color: #ffffff !important;
}
.navigate .item-middle .nav-link .nav-link-item.is-active[data-v-62b4b926]:after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #ffaa8d;
  position: absolute;
  bottom: 0.05rem;
}
.navigate .item-middle .nav-link .nav-link-item.is-active > a[data-v-62b4b926] {
  color: #ffaa8d !important;
  font-size: 18px;
  font-weight: bold;
}
.navigate .item-middle .nav-link .nav-link-item > a[data-v-62b4b926] {
  display: block;
  cursor: pointer;
  user-select: none;
  line-height: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.navigate .item-middle .nav-search[data-v-62b4b926] {
  position: relative;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
.navigate .item-middle .nav-search .nav-search-input[data-v-62b4b926] {
  width: 3rem;
  height: 0.3rem;
  background: transparent;
  border-radius: 0.04rem;
  border: 0.01rem solid #FFFFFF;
  padding: 0 0.4rem 0 0.1rem;
  font-size: 14px;
  color: #FFFFFF;
}
.navigate .item-middle .nav-search .nav-search-input[data-v-62b4b926]::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #969696;
}
.navigate .item-middle .nav-search .nav-search-icon[data-v-62b4b926] {
  width: 0.18rem;
  height: 0.3rem;
  background: url(../img/nav-searchd299b4.png) no-repeat center;
  background-size: 0.18rem 0.18rem;
  position: absolute;
  right: 0.1rem;
  cursor: pointer;
  user-select: none;
}
.navigate .item-right[data-v-62b4b926] {
  order: 3;
  flex: 1.5rem 0 0;
  font-size: 0;
}
.navigate .item-right .nav-btn[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.navigate .item-right .nav-split[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin: 0 0.1rem;
  user-select: none;
}
.navigate .item-right .nav-right-text[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  max-width: 0.8rem;
}

.footer[data-v-1d25b690] {
  height: 0.75rem;
  background: #353B53;
}
.footer .footer-container[data-v-1d25b690] {
  height: 100%;
  display: flex;
}
.footer .footer-container .footer-record[data-v-1d25b690] {
  margin: auto;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
}
.footer .footer-container .footer-record a[data-v-1d25b690] {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer .footer-container .footer-record a.show-icon[data-v-1d25b690]:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/beian58f55c.png) no-repeat center;
  background-size: contain;
  margin-right: 2px;
}
.footer .footer-container .footer-record .police[data-v-1d25b690] {
  margin-left: 0.2rem;
}

* {
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: "PingFang SC", "微软雅黑", "SourceHanSans-Normal";
}
a {
  text-decoration: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.one-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.two-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.five-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.icon-small-size {
  width: 0.16rem;
  height: 0.16rem;
}
.icon-normal-size {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
.icon-middle-size {
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}
.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-closed7558d.png);
}
.icon-views {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/icon-views002fa1.png);
}
.icon-downloads {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/icon-downloadsc3697a.png);
}
.icon-delete {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-delete4f96e7.png);
}
.icon-delete:hover {
  background-image: url(../img/icon-delete-hoverbbe803.png);
}
.icon-buy,
.icon-cart,
.icon-collect,
.icon-share,
.icon-cert {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon-buy {
  background-image: url(../img/icon-buy84408a.png);
}
.icon-buy:hover {
  background-image: url(../img/icon-buy-hover7859e6.png);
}
.icon-cart {
  background-image: url(../img/icon-cart71ec78.png);
}
.icon-cart:hover {
  background-image: url(../img/icon-cart-hoverd54929.png);
}
.icon-share {
  background-image: url(../img/icon-share4be8a4.png);
}
.icon-share:hover {
  background-image: url(../img/icon-share-hover741c29.png);
}
.icon-collect {
  background-image: url(../img/icon-collectf5bc16.png);
}
.icon-collect:hover {
  background-image: url(../img/icon-collect-hoverf70d88.png);
}
.icon-cert {
  background-image: url(../img/icon-certf38eb1.png);
}
.icon-cert:hover {
  background-image: url(../img/icon-cert-hover7a06bc.png);
}
.icon-search {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: 90%;
  background-image: url(../img/icon-search392af5.png);
}
.icon-setting {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-settingdc441b.png);
}
.icon-setting:hover {
  background-image: url(../img/icon-setting-hover07ef43.png);
}
.pagination-container {
  padding: 0.2rem 0;
  text-align: right;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #F59923 !important;
}
.right-menu-container {
  position: fixed;
  right: 0.1rem;
  top: 50%;
  display: flex;
  flex-direction: column;
}
.right-menu-container .menu-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: 0.16rem 0.19rem;
  background-position: center;
  margin-top: 0.1rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.right-menu-container .menu-btn:nth-child(1) {
  margin-top: 0;
}
.right-menu-container .btn-top {
  background-image: url(../img/icon-top0dec89.png);
}
.right-menu-container .btn-top:hover {
  background-image: url(../img/icon-top-hovere8e09f.png);
}
.right-menu-container .btn-modify {
  background-image: url(../img/icon-modifycb7731.png);
}
.right-menu-container .btn-modify:hover {
  background-image: url(../img/icon-modify-hover52125b.png);
}
/* --------------------------------------------------
@description: 系统提示窗口公共样式
-------------------------------------------------- */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}
.modal-mask.fadeBox-enter {
  opacity: 0;
}
.modal-mask.fadeBox-enter-active {
  opacity: 0.5;
}
.modal-mask.fadeBox-enter-to {
  opacity: 1;
}
.modal-mask.fadeBox-leave {
  opacity: 1;
}
.modal-mask.fadeBox-leave-active {
  opacity: 0.5;
}
.modal-mask.fadeBox-leave-to {
  opacity: 0;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  display: inline-block;
  font-size: 0.12rem;
  background-color: #fff;
  border-radius: 0.1rem;
  font-family: Helvetica, Arial, sans-serif;
  transform: translate(-40%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.com-modal-header {
  height: 0.42rem;
  background: linear-gradient(90deg, #56A8F3, #518EF8);
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: relative;
}
.com-modal-header-text {
  font-weight: 400;
  font-style: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  padding-left: 0.4rem;
  user-select: none;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}
.com-modal-header-close {
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
  height: 0.21rem;
  width: 0.21rem;
  background-image: url(../img/close5e7cf2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  user-select: none;
  cursor: pointer;
}
.content-text {
  padding: 0.46rem 0.4rem;
  text-align: center;
  word-break: break-all;
}
.content-text span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-left: 0.05rem;
}
.com-modal-footer {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.com-modal-button-cancel {
  display: inline-block;
  min-width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 0.14rem;
  margin-right: 0.2rem;
  border: 0.01rem solid #518EF8;
  color: #518EF8;
}
.com-modal-button-submit {
  display: inline-block;
  min-width: 0.6rem;
  padding: 0 0.17rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 0.14rem;
  margin-right: 0.2rem;
  background-color: #518EF8;
  color: #FFFFFF;
}
.production-button-container {
  position: absolute;
  right: 0.2rem;
  bottom: -0.1rem;
  display: flex;
  flex-direction: row;
}
.production-button-container .production-button {
  width: 0.36rem;
  height: 0.36rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-right: 0.1rem;
  cursor: pointer;
}
.production-button-container .production-button > div {
  width: 0.18rem;
  height: 0.18rem;
}
.production-button-container .production-button:hover {
  transform: translateY(-0.1rem);
}
.production-button-container .production-button.button-buy {
  margin-right: 0;
}
.production-button-container .production-button:hover .icon-buy,
.production-button-container .production-button.is-active .icon-buy {
  background-image: url(../img/icon-buy-hover7859e6.png);
}
.production-button-container .production-button:hover .icon-cart,
.production-button-container .production-button.is-active .icon-cart {
  background-image: url(../img/icon-cart-hoverd54929.png);
}
.production-button-container .production-button:hover .icon-share,
.production-button-container .production-button.is-active .icon-share {
  background-image: url(../img/icon-share-hover741c29.png);
}
.production-button-container .production-button:hover .icon-collect,
.production-button-container .production-button.is-active .icon-collect {
  background-image: url(../img/icon-collect-hoverf70d88.png);
}
.production-button-container .production-button:hover .icon-cert,
.production-button-container .production-button.is-active .icon-cert {
  background-image: url(../img/icon-cert-hover7a06bc.png);
}
.production-button-container .production-button:hover.button-share,
.production-button-container .production-button.is-active.button-share {
  background: #6BEFFF;
}
.production-button-container .production-button:hover.button-collect,
.production-button-container .production-button.is-active.button-collect {
  background: #F28181;
}
.production-button-container .production-button:hover.button-cart,
.production-button-container .production-button.is-active.button-cart {
  background: #FF9B65;
}
.production-button-container .production-button:hover.button-buy,
.production-button-container .production-button.is-active.button-buy {
  background: #E75757;
}
.production-button-container .production-button:hover.button-cert,
.production-button-container .production-button.is-active.button-cert {
  background: #FFD035;
}
.el-popover.production-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}
.el-popover.production-popover .popper__arrow {
  display: none;
}
.scrollcss::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.1rem;
}
.scrollcss::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.03rem;
  background: #518EF8;
}
.scrollcss::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #eff2f9;
}

.news-container {
  min-height: calc(100vh - 1.35rem);
  display: flex;
}
.news-container .news-content {
  width: 12rem;
  margin: 0 auto;
}
.news-container .news-content .information-item {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0.2rem;
  justify-content: space-between;
  border-bottom: 2px solid rgba(15, 25, 45, 0.12);
  position: relative;
}
.news-container .news-content .information-item:nth-child(1) {
  border: none;
  padding-bottom: 0.3rem;
  padding-left: 0;
  padding-right: 0;
}
.news-container .news-content .information-item:nth-child(1) .information-info {
  margin-right: 0.6rem;
  margin-left: 0;
}
.news-container .news-content .information-item:nth-child(1) .information-info .information-info-content {
  height: 1.12rem;
}
.news-container .news-content .information-item:nth-child(1) .information-info .information-info-btn {
  display: inline-block;
  width: 4.97rem;
  height: 0.5rem;
  background: #3464C4;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
}
.news-container .news-content .information-item:nth-child(1) .information-image {
  width: 6.4rem;
  height: 2.63rem;
  background: url(../img/news-first5d3cc1.png) no-repeat center;
  background-size: 100%;
}
.news-container .news-content .information-item:nth-child(1) .information-btn {
  right: 7.1rem;
  top: 0.97rem;
}
.news-container .news-content .information-item .information-date {
  width: 1rem;
  height: 1rem;
  background: #ECEEF2;
  padding: 0.1rem 0;
  text-align: center;
  position: relative;
}
.news-container .news-content .information-item .information-date > div {
  line-height: 100%;
  width: 100%;
}
.news-container .news-content .information-item .information-date .information-date-day {
  font-weight: bold;
  font-size: 36px;
  color: #F59923;
}
.news-container .news-content .information-item .information-date .information-date-month {
  font-weight: 400;
  font-size: 16px;
  color: #0E1A30;
  margin-top: 0.08rem;
}
.news-container .news-content .information-item .information-date .information-date-year {
  font-weight: 500;
  font-size: 14px;
  color: #0E1A30;
  margin-top: 0.06rem;
}
.news-container .news-content .information-item .information-info {
  color: #2c2c2c;
  flex: 1;
  margin-left: 0.26rem;
  position: relative;
}
.news-container .news-content .information-item .information-info .information-info-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: space-between;
}
.news-container .news-content .information-item .information-info .information-info-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #2c2c2c;
  cursor: pointer;
  margin-top: 0.05rem;
}
.news-container .news-content .information-item .information-info .information-info-views {
  font-weight: 500;
  font-size: 12px;
  color: #C0C0C0;
}
.news-container .news-content .information-item .information-info .information-info-content {
  font-weight: 500;
  font-size: 14px;
  color: #2c2c2c;
  height: 0.43rem;
  line-height: 0.215rem;
}
.news-container .news-content .information-item .information-btn {
  position: absolute;
  right: 0;
  top: 0.55rem;
  display: flex;
  visibility: hidden;
}
.news-container .news-content .information-item .information-btn > button {
  margin-left: 0.18rem;
}
.news-container .news-content .information-item .information-btn > button:nth-child(1) {
  margin-left: 0;
}
.news-container .news-content .information-item:hover .information-info-title,
.news-container .news-content .information-item:hover .information-date-month,
.news-container .news-content .information-item:hover .information-date-year {
  color: #F59923 !important;
}
.news-container .news-content .information-item:hover .information-btn {
  visibility: visible;
}
.news-container .news-content .information-item:hover .show-modify {
  margin-right: 0.5rem;
}
.news-container .news-content .information-item:nth-child(1) .information-info-title {
  margin-right: 0;
}
.news-container .news-none {
  line-height: 1rem;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.09);
  margin-top: 0.35rem;
}

