html{
  font-size: 16px;
}

.banner {
  min-width: 90rem;
  height: 18.75rem;
  background-color: #f56c0b;
}

.bannerContent {
  padding-top: 6.125rem;
  padding-left: 22.125rem;
}

.content {
  width: 90rem;
  margin: 0 auto;
}

.content .lt-Nav {
  width: 18.125rem;
  /* height: 69.6875rem; */
  height: 43.4375rem;
  background: #ffffff;
  border-radius: 0.625rem;
  margin-right: 1.25rem;
  position: relative;
}

.content .lt-Nav .text {
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}

.navList {
  padding-right: 1.25rem;
}

.navList li {
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 0.875rem;
  padding-left: 2.5rem;
  cursor: pointer;
}

.navList li:hover {
  color: #f56c0b;
}

.navList li.active {
  background-color: rgba(245, 108, 11, 0.1);
}

.navList li.active a {
  color: #f56c0b;
}

.navList li a {
  color: #333;
}

.navList li a:hover {
  color: #f56c0b;
}
.rt-content {
  background-color: #fff;
  flex: 1;
  border-radius: 0.625rem;
  padding: 2.5rem;
}

.QAlist li {
  margin-bottom: 2.5rem;
}

.QAlist .qa-content {
  display: flex;
  color: #333;
}

.QAlist .qa-content .lt-image {
  width: 15.625rem;
  height: 6.5625rem;
  background: #fff;
  border-radius: 0.375rem;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1.5rem;
  background-size: contain;
}

.QAlist .qa-content .rt-box {
  flex: 1;
  height: 6.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.QAlist .qa-content .rt-box .text h2 {
  font-size: 1rem;
  font-weight: bold;
}

.QAlist .qa-content .rt-box .text p {
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.4;
  margin-top: 0.75rem;
  width: 33.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.QAlist .qa-content .rt-box .time {
  color: #999;
  font-size: 0.75rem;
}

.qrcode {
  /*position: absolute;*/
  bottom: 2.5rem;
  /*display: flex;*/
  justify-content: center;
  width: 100%;
}

.qrcode .codeImage {
  width: 7.5rem;
  height: 7.5rem;
  background: url("http://oss.flowersky.cc/workspace/image/qrcode.jpg?t=2") no-repeat center center;
  background-size: 100% 100%;
  border: 0.0625rem solid #eeeeee;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
}

.qrcode span {
  font-size: 0.75rem;
  color: #999;
  display: inline-block;
  width: 7.5rem;
  text-align: center;
}

.headNav {
  height: 3.5rem;
  padding: 0 2.5rem 0 1rem;
}

.headNav .line {
  width: 0.0625rem;
  height: 1.25rem;
  background: #ededed;
}

.headNav .headPortrait {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid #eeeeee;
  border-radius: 50%;
}

.headNav .headLogo {
  height: 100%;
}

.headNav .headLogo .icon {
  width: 2.5rem;
  height: 2.5rem;
  /* background: #ffffff;*/
  border: 0.0625rem solid #707070;
  border-radius: 50%;
}

.headNav .rtNav span a {
  color: #fff;
}

.footerContent {
  padding: 4.75rem 0;
  background: #333333;
}

.mainBox {
  width: 90rem;
  margin: 0 auto;
  color: #fff;
}

.mainBox .logo {
  width: 18.625rem;
  position: relative;
}

.mainBox .logo .icon {
  width: 4rem;
  height: 4rem;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.mainBox .logo .text {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.mainBox .logo .line {
  width: 0.0625rem;
  height: 7.5rem;
  background: #ffffff;
  opacity: 0.1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.rtContent {
  padding-left: 5rem;
  flex: 1;
  position: relative;
}

.footer-nav li {
  display: inline-block;
  margin-right: 6rem;
}

.footer-nav li a {
  color: #fff;
  opacity: 0.5;
  font-size: 1rem;
}

.footer-nav li a:hover {
  opacity: 1;
}

.tel .line {
  width: 0.0625rem;
  height: 2.5rem;
  background: #fff;
  margin-left: 2.5rem;
  opacity: 0.1;
}

.address p span {
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.875rem;
}
.rtContent .footer-qrcode {
  position: absolute;
  right: 7.5625rem;
  top: -1.3125rem;
}
.rtContent .footer-codeImage {
  width: 7.5rem;
  height: 7.5rem;
  background: url("http://oss.flowersky.cc/workspace/image/qrcode.jpg?t=2") no-repeat center center;
  background-size: 100% 100%;
  background-color: fff;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
}
.rtContent .footer-qrcode span {
  font-size: 0.75rem;
  color: #999;
  display: inline-block;
  width: 7.5rem;
  text-align: center;
}

.detailContent {
  padding: 2.5rem 1.875rem;
}

.body-title {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 0.875rem;
  font-weight: 400;
}

.body-desc {
  margin-bottom: 1.25rem;
}

.body-desc .tips {
  letter-spacing: normal;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  padding: 0 0.25rem;
  font-size: 0.75rem;
}

.body-desc > span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
}
.body-content {
  /*width: 40rem;*/
  overflow: hidden;
  color: #333;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  position: relative;
  z-index: 0;
  /* max-width: 64.375rem; */
}
.body-content img{
  max-width: 62.5rem;
}

/* 分页 */
.paging-box {
  padding: 1.25rem;
  background-color: #fff;
  justify-content: flex-end;
}

.paging-box .paging-btn {
  border-radius: 0.125rem;
  background-color: #f5f5f5;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  margin-right: 0.625rem;
  cursor: pointer;
}

.paging-box .paging-btn.active {
  background-color: #f56c0b;
  color: #fff;
}

.paging-box .paging-btn:hover {
  background-color: #f56c0b;
  color: #fff;
}

.paging-box input {
  width: 3.4375rem;
  height: 1.875rem;
  margin: 0 0.3125rem;
  padding-left: 0.625rem;
  border: 0.0625rem solid #ddd;
}

.paging-box .paging-btn.no-click {
  /* pointer-events:none; */
  cursor: not-allowed;
}


.dld-header {
  width: 100%;
  height: 5rem;
  background: #fff;
}

.dld-header .dld-btn {
  line-height: 1.125rem;
  padding: 0.6875rem 1.3125rem;
  border-radius: 0.375rem;
  margin-left: 3rem
}

.dld-header .dld-header-main {
  width: 75rem;
  margin: 0 auto;
  height: 100%
}

.dld-header .logo {
  align-items: flex-end
}

.dld-header .logo img {
  cursor: pointer
}

.dld-header .logo span{
  font-size: 1.125rem;
  border-left: 0.0625rem solid #ccc;
  padding-left: 0.625rem;
  line-height: 1;
  margin: 0 0 0.625rem 0.75rem
}

.dld-header .menu-list {
  justify-content: flex-end
}

.dld-header .menu-list .nuxt-link-active {
  color: #00c84b
}

.dld-header .menu-list .nuxt-link-active:after {
  position: absolute;
  content: "";
  width: calc(100% - 0.375rem);
  height: 0.25rem;
  border-radius: 0.625rem;
  background: #00c84b;
  left: 0.1875rem;
  bottom: -0.5rem
}

.dld-header .menu-list .normal-tab {
  color: #000
}

.dld-header .menu-list .normal-tab:after {
  display: none
}

.dld-header .menu-list .normal-tab .efficient-operation {
  background: url(https://obs.dianleida.net/images/office-web/search_query/efficient-operation.png);
  background-size: 100% 100%;
  position: absolute;
  top: -1.5625rem;
  right: -3.5rem;
  width: 4.25rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: Microsoft YaHei UI-Regular,Microsoft YaHei UI;
  font-weight: 400;
  color: #fff;
  line-height: 1.625rem;
}

.nuxt-childer {
  position: absolute;
  display: none;
  justify-content: space-between;
  top: 2.3125rem;
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.25rem;
  white-space: nowrap;
  left: -22.375rem;
  z-index: 2;
  width: 44.75rem;
}

.nuxt-childer .childer-label{
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-top: 0.1875rem;
  margin-bottom: 1rem;
  position: relative;
}

.dfc {
  align-items: center;
  display: flex;
}

.nuxt-childer .childer-icon {
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  margin-right: 0.75rem;
}

.nuxt-childer .childer-sub-Label {
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
}

.nuxt-childer .childer-sub-Label:hover {
  color: #00c84b
}

.nuxt-childer>div>div {
  flex-shrink: 0
}

.normal-tab:hover .arrow-box {
  display: block;
}

.normal-tab:hover .nuxt-childer {
  display: flex;
}

.normal-tab .arrow-box {
  display: none;
  position: absolute;
  left: 1.25rem;
  bottom: -1.875rem;
  height: 2.5rem;
  width: 100%;
  z-index: 3;
}

.normal-tab .arrow-box .arrow {
  width: 1.125rem;
  height: 1.125rem;
  border: 1.125rem solid transparent;
  border-bottom-color: #fff;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 0.875rem;
}

.dld-header .menu-list .nuxt-link-exact-active {
  color: #00c84b
}

.dld-header .menu-list .nuxt-link-exact-active:after {
  display: block
}

.dld-header .menu-list>a {
  font-size: 1rem;
  position: relative;
  line-height: 1.25rem;
  margin: 0.25rem 2rem;
  cursor: pointer
}

.dld-flexalign-center {
  display: flex;
  align-items: center
}

.dld-flexitem-1 {
  flex: 1
}

.dld-flex {
  display: flex;
}

.footerDOM {
  background: #04132f;
  color: #fff;
  position: relative;
  padding-top: 2.8125rem;
  box-sizing: border-box
}

.footerDOM .main {
  width: 75rem;
  margin: 0 auto;
  position: relative
}

.footerDOM .top-logo {
  display: flex;
  align-items: flex-end
}

.footerDOM .top-logo>p:nth-child(2) {
  width: 0.0625rem;
  height: 1rem;
  background-color: #fff;
  margin: 0.25rem 0.625rem
}

.footerDOM .top-logo>p:nth-child(3) {
  padding-bottom: 0.1875rem
}

.footerDOM .qrCode-box {
  position: absolute;
  top: 2.5rem;
  right: 0;
  display: flex
}

.footerDOM .qrCode-box span {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.9375rem
}

.footerDOM .qrCode-box .qrCode {
  margin: 0 0.9375rem;
  text-align: center;
  color: #fff
}

.footerDOM .qrCode-box .qrCode .qrImg img{
  width: 6.25rem;
  height: 6.25rem;
  background: #fff;
  margin: 0 auto 1rem
}

.footerDOM .qrCode-box .qrCode img {
  display: block
}

.footerDOM .copyright {
  line-height: 6.25rem;
  color: #999;
  text-align: center;
  margin-top: 4.625rem;
  border-top: 0.0625rem solid hsla(0,0%,96.1%,.1)
}

.footerDOM .copyright a {
  color: #999
}

.friend-link {
  position: absolute;
  margin-top: 2.875rem
}

.friend-link a:hover {
  color: #75da3f
}

.friend-link * {
  font-size: 0.75rem;
  color: #989898
}

.friend-link *+a {
  margin-left: 0.625rem
}

.links {
  margin-top: 2.375rem
}

.links>div+div {
  margin-left: 8.75rem
}

.links .title {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.8125rem
}

.links .dld-flex a {
  color: #fff
}

.links .dld-flex a+a {
  margin-left: 3.125rem
}

.dld-header .dld-btn{
  line-height: 1.125rem;
  padding: 0.6875rem 1.3125rem;
  border-radius: 0.375rem;
  margin-left: 3rem
}

.dld-btn-color{
  color: #fff !important;
  cursor: pointer;
  background: linear-gradient(90deg,#50d612,#00c84b);
}