.container {
  margin-top: 80px;
}
.container h2 {
  font-weight: normal;
  font-size: initial;
}

html {
  background-color: #fff;
  font-size: 14px;
}

img {
  object-fit: cover;
}

.d-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714;
  color: rgba(0, 0, 0, 0.88);
  box-sizing: border-box;
}
.d-btn:hover {
  opacity: 0.85;
}

.detail-c {
  width: 100%;
  height: 216px;
  background: url("/pc/imgs/d_banner.png") no-repeat 0 0;
  background-size: cover;
}

.detail-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* padding-top: 40px; */
}
.detail-top .i-box {
  min-width: 144px;
  height: 194px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  font-weight: normal;
}
.detail-top .i-box img {
  width: 100%;
  height: 100%;
}
.detail-top .right-text .title {
  font-size: 18px;
  font-weight: 600;
  color: #0e204d;
  line-height: 21px;
  margin-bottom: 5px;
}
.detail-top .right-text .title :hover {
  color: #7d8088;
  text-decoration: underline;
}
.detail-top .right-text .sub-title {
  font-size: 12px;
  color: #7d8088;
  line-height: 19px;
  margin-bottom: 15px;
}
.detail-top .right-text .text-info {
  display: flex;
  flex-wrap: wrap;
}
.detail-top .right-text .info-item {
  color: #7d8088;
  font-size: 14px;
  margin-bottom: 10px;
  width: 20%;
  display: flex;
  align-items: center;
}
.detail-top .right-text .info-item:nth-child(2), .detail-top .right-text .info-item:nth-child(7) {
  width: 15%;
}
.detail-top .right-text .info-item:nth-child(5) {
  width: 22%;
}
.detail-top .right-text .info-item:nth-child(1), .detail-top .right-text .info-item:nth-child(6) {
  width: 22%;
}
.detail-top .right-text .info-item .l-t {
  min-width: 70px;
}
.detail-top .tag-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8px;
}
.detail-top .tag-box .tag-item {
  padding: 2px 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 30px;
  background: #0E204D;
  margin-right: 10px;
  font-size: 12px;
}

.qk-js {
  width: 1200px;
  margin: 60px auto 0;
}
.qk-js .title {
  font-size: 16px;
  font-weight: 500;
  color: #0E204D;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.qk-js .title-box  {
  display: flex;
  align-items: baseline;
}
.qk-js .title-box .sm-a {
  font-size: 12px;
  font-weight: 500;
  color: #21CDC0;
  margin-left: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.qk-js .title-box .sm-a:hover {
  opacity: 0.85;
}
.qk-js .desc {
  color: #0E204D;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 16px;
}
.qk-js .info {
  padding: 12px 16px;
  box-sizing: border-box;
  color: #21CDC0;
  background: rgba(33, 205, 192, 0.1);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.qk-js .c-table {
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  margin-bottom: 34px;
  font-size: 14px;
}
.qk-js .c-table .t-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 50px;
  color: #7D8088;
  border-bottom: 1px solid #eee;
}
.qk-js .c-table .t-item:last-child {
  border-bottom: 0;
}
.qk-js .c-table .t-item:nth-child(odd) {
  background: #F6F7F7;
}
.qk-js .c-table .t-item .t-t {
  min-width: 160px;
  font-weight: 500;
  padding: 0 24px;
}
.qk-js .c-table .t-item .t-v {
  flex: 1;
  padding: 5px 24px;
  color: #0E204D;
  box-sizing: border-box;
  word-break: break-all;
  border-left: 1px solid #eee;
  line-height: 21px;
  height: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.qk-js .c-table .t-item .t-v .ss-w {
  display: inline-block;
  width: 135px;
}
.qk-js .c-table .t-item .c-button {
  cursor: default;
  font-size: 12px;
  padding: 2px 12px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #fff;
  margin-left: 40px;
  border-radius: 3px;
}
.qk-js .list-tag-box {
  margin-bottom: 32px;
}
.qk-js .list-tag-box .list-tag-item {
  padding: 20px 32px;
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
.qk-js .list-tag-box .list-tag-item:last-child {
  margin-bottom: 0;
}
.qk-js .list-tag-box .list-tag-item .c-title {
  font-size: 16px;
  font-weight: 500;
  color: #0E204D;
  margin-bottom: 8px;
  cursor: pointer;
}
.qk-js .list-tag-box .list-tag-item .c-title:hover {
  text-decoration: underline;
}
.qk-js .list-tag-box .list-tag-item .c-btm {
  font-size: 14px;
  font-weight: 500;
  color: #7D8088;
}
.qk-js .list-tag-box .list-tag-item .c-btm .set-min {
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 80px;
}
.qk-js .more-box {
  text-align: center;
  margin-bottom: 40px;
}
.qk-js .more-box .more-btn {
  background: #F4F4F4;
  font-size: 14px;
  color: #7D8088;
  padding: 5px 53px;
  text-align: center;
  border-radius: 8px;
}
.qk-js .c-table-2 {
  margin-bottom: 40px;
  border: 1px solid #eee;
}
.qk-js .c-table-2 .t-item {
  display: flex;
  color: #0E204D;
  border-bottom: 1px solid #eee;
}
.qk-js .c-table-2 .t-item:not(.t-h):hover {
  background-color: #F8F9FB;
}
.qk-js .c-table-2 .t-item:last-child {
  border-bottom: 0;
}
.qk-js .c-table-2 .t-item span {
  flex: 1;
  border-right: 1px solid #eee;
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
}
.qk-js .c-table-2 .t-item span:last-child {
  border-right: none;
}
.qk-js .c-table-2 .t-h {
  background: #F6F7F7;
}
.qk-js .c-table-2 .t-h span {
  color: #7D8088;
}
.qk-js .chat-box {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 28px;
  box-sizing: border-box;
}
.qk-js .chat-box .search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qk-js .chat-box .search-top .tt {
  font-size: 16px;
  font-weight: 500;
  color: #0E204D;
}
.qk-js .chat-box .search-top .tt::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #21CDC0;
  margin-right: 10px;
}
.qk-js .chat-box .search-top .tab-box {
  width: 380px;
  height: 32px;
  display: flex;
  border-radius: 30px;
  border: 1px solid #eee;
  background: #F6F7F7;
  position: relative;
}
.qk-js .chat-box .search-top .tab-box .tab-item {
  text-align: center;
  color: #7B838B;
  cursor: pointer;
  line-height: 32px;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: color 0.15s ease-in-out;
}
.qk-js .chat-box .search-top .tab-box .s-active {
  color: #fff;
}
.qk-js .chat-box .search-top .tab-box .tab-item:nth-child(2) {
  left: 25%;
}
.qk-js .chat-box .search-top .tab-box .tab-item:nth-child(3) {
  left: 50%;
}
.qk-js .chat-box .search-top .tab-box .tab-item:nth-child(4) {
  left: 75%;
}
.qk-js .chat-box .search-top .tab-box .c-s {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  border-radius: 30px;
  background: #21CDC0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.15s ease-in-out;
}
.qk-js .chat-box .chat-c {
  margin-top: 20px;
  width: 100%;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
}
.qk-js .h-m {
  margin-bottom: 0;
}
.qk-js .origin {
  margin-bottom: 40px;
  font-size: 13px;
  color: #7D8088;
  text-align: center;
  margin-top: 12px;
}
.qk-js .set-b {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #7D8088;
  color: #7D8088;
}
.qk-js .c-table-3 .set-mm {
  min-width: 650px;
}
.qk-js .c-table-3 .t-content {
  display: flex;
  align-items: center;
}
.qk-js .c-table-3 .t-content .tt-item {
  position: relative;
  flex: 1;
}
.qk-js .c-table-3 .t-content .tt-item .msg-dialog {
  width: 320px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: absolute;
  left: 32px;
  top: 113px;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.qk-js .c-table-3 .t-content .tt-item .msg-dialog::before {
  content: "";
  width: 60%;
  transform: translateX(-50%);
  height: 40px;
  position: absolute;
  left: 50%;
  top: -40px;
}
.qk-js .c-table-3 .t-content .tt-item .msg-dialog .m-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F2F4F7;
}
.qk-js .c-table-3 .t-content .tt-item .msg-dialog .m-desc {
  font-size: 14px;
  line-height: 22px;
}
.qk-js .c-table-3 .t-content .t-left {
  border-right: 1px solid #eee;
  height: 179px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.qk-js .c-table-3 .t-content .t-left:hover {
  background-color: #F8F9FB;
}
.qk-js .c-table-3 .t-content .t-left .text {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.qk-js .c-table-3 .t-content .t-left .text .dialog-box {
  margin-left: 4px;
  margin-top: 1px;
}
.qk-js .c-table-3 .t-content .t-left .text .dialog-box img {
  width: 16px;
  height: 16px;
}
.qk-js .c-table-3 .t-content .t-left .text .dialog-box:hover .msg-dialog {
  z-index: 5;
  opacity: 1;
}
.qk-js .c-table-3 .t-content .t-left .text-2 {
  color: #CE3129;
  font-size: 14px;
  margin-top: 3px;
}
.qk-js .c-table-3 .t-content .t-center .t-inner {
  display: flex;
  align-items: center;
  min-width: 923px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.qk-js .c-table-3 .t-content .t-center .t-inner:hover {
  background-color: #F8F9FB;
}
.qk-js .c-table-3 .t-content .t-center .t-inner:last-child {
  border-bottom: 0;
}
.qk-js .c-table-3 .t-content .t-center .t-i {
  width: 650px;
  border-right: 1px solid #eee;
  padding: 14px 0;
  box-sizing: border-box;
}
.qk-js .c-table-3 .t-content .t-center .t-x {
  flex: 1;
}
.qk-js .c-table-4 {
  border-bottom: 0;
  font-size: 14px;
}
.qk-js .c-table-4 .tt-box {
  display: flex;
  align-items: center;
}
.qk-js .c-table-4 .tt-box:hover {
  background: #F8F9FB;
}
.qk-js .c-table-4 .t-h span {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.qk-js .c-table-4 .s-s-s {
  max-width: 110px;
}
.qk-js .c-table-4 .sss-m {
  min-width: 460px;
}
.qk-js .c-table-4 .tt-left,
.qk-js .c-table-4 .tt-right {
  flex: 1;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qk-js .c-table-4 .tt-left .s-red,
.qk-js .c-table-4 .tt-right .s-red {
  color: #CE3129;
}
.qk-js .c-table-4 .tt-left .set-text-w,
.qk-js .c-table-4 .tt-right .set-text-w {
  width: 140px;
}
.qk-js .c-table-4 .tt-left {
  padding-left: 20px;
  justify-content: flex-start;
}
.qk-js .c-table-4 .h-right {
  border-right: 0;
}
.qk-js .c-table-4 .tt-right {
  max-width: 110px;
}
.qk-js .c-table-4 .tag {
  padding: 4px;
  box-sizing: border-box;
  color: #21CDC0;
  background: rgba(33, 205, 192, 0.1);
  border-radius: 3px;
}
.qk-js .c-table-4 .tt-center {
  width: 460px;
  border-right: 1px solid #eee;
  height: 146px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.qk-js .c-table-4 .tt-center .tt-c-item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #0E204D;
}
.qk-js .comment-box .comment-item {
  margin-bottom: 30px;
}
.qk-js .comment-box .comment-item .top {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.qk-js .comment-box .comment-item .top .c-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.qk-js .comment-box .comment-item .top .c-avatar img {
  width: 100%;
  height: 100%;
}
.qk-js .comment-box .comment-item .top .c-user-info .name {
  font-weight: 500;
  color: #0E204D;
  margin-bottom: 4px;
}
.qk-js .comment-box .comment-item .top .c-user-info .time {
  font-size: 13px;
  color: #AEB0B7;
}
.qk-js .comment-box .comment-item .msg {
  font-size: 13px;
  color: #0E204D;
  padding-left: 63px;
  line-height: 21px;
}

.set-hidden {
  display: none;
}

.cus-dialog-shadow {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.cus-dialog-shadow .inner-dialog {
  width: 620px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  margin: 200px auto 0;
}
.cus-dialog-shadow .inner-dialog .inner-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.cus-dialog-shadow .inner-dialog .inner-header {
  position: relative;
}
.cus-dialog-shadow .inner-dialog .inner-header .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -12px;
  right: -10px;
  cursor: pointer;
}
.cus-dialog-shadow .inner-dialog .inner-header .close img {
  width: 100%;
  height: 100%;
}
.cus-dialog-shadow .inner-dialog .desc {
  max-height: 345px;
  line-height: 22px;
  overflow: auto;
  padding-right: 5px;
  color: #262626;
}
.cus-dialog-shadow .inner-dialog .desc p {
  margin-bottom: 15px;
}
.cus-desc {
      display: flex;
      align-items: center;
      margin: 15px 0;
    }
    .cus-desc .left {
      width: 500px;
      font-size: 16px;
    }
    .right {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    img {
      vertical-align: middle;
    }
    .banner img {
      width: 100%;
    }
    .zx-box {
      display: flex;
              justify-content: flex-end;
    }
    .btn-item {
              cursor: pointer;
      width: 112px;
    }
    /* 贴片和广告 */
    .cus-desc {
      display: flex;
      align-items: center;
      margin: 15px 0;
    }
    .cus-desc .left {
      width: 500px;
      font-size: 16px;
    }
    .cus-desc p {
      margin: 10px 0;
    }
    .cus-desc .s-t {
      font-size: 14px;
      display: flex;
      align-items: center;
    }
    .cus-desc .s-t::before {
      content: "";
      width: 4px;
      height: 4px;
      display: inline-block;
      border-radius: 50%;
      background-color: #333;
      margin-right: 5px;
    }
    .cus-desc p{
      margin:10px 0;
    }
    .right {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    img {
      vertical-align: middle;
    }
    .banner img {
      width: 100%;
    }
    .zx-box {
      display: flex;
              justify-content: flex-end;
    }
    .btn-item {
              cursor: pointer;
      width: 112px;
    }
.breadcrumb-wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}