.sdnymt_layout {
  .fl p {
    margin-bottom: 0;
  }
}

.top-nav {
  display: flex;
  height: 90px;
  align-items: center;
  clear: both;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.log {
  width: 290px;
  height: 50px;
  background-image: url(/images/homepage/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 70px;
}

.nav {
  display: flex;
  position: relative;
  top: 10px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666666;
  margin-right: 35px;
  cursor: pointer;
}

.nav-item-wrp {
  padding: 10px 15px;
  /* background-color: #f7f8fa; */
  border-radius: 5px;
}

.nav-item-wrp-active {
  background-color: unset;
}

.nav-item-wrp-active span {
  color: #4177ad;
}

.nav-item-wrp-active .title {
  display: inline-block;
  /* margin-top: 10px; */
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); */
}

.nav-label .title {
  font-size: 20px;
}

.nav-active {
  position: relative;
  bottom: 5px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #e50113;
  border-radius: 4px;
}

.carousel-indicators button {
  height: 4px !important;
  margin-right: 20px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  border: 1px solid #fff !important;

}

.carousel-indicators .active {
  background-color: #4560eb;
  width: 80px;
  border: 1px solid #4560eb !important;

}

.content {
  display: flex;
  justify-content: center;
  background-color: #f5f5f6;
  min-height: 1000px;
}

.content-wrapper {
  width: 1200px;
}

.content-block {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 15px;
  height: 100%;
}

.content-box {
  padding: 0;
}

.row-1 {
  display: flex;
  height: 360px;
}

.notice {
  flex: 0 0 420px;
  margin-right: 30px;
}

.data {
  flex: 1;
  background-image: url(/images/homepage/new_model_background2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-block-top {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 15px; */
  align-items: center;
  height: 60px;
}

.content-block-pt {
  margin-bottom: 5px;
}

.content-block-header {
  border-bottom: 2px solid #2980b4;
  padding: 0 0 0 15px;
  background-image: url(/images/homepage/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.content-block-cgheader {
  background-image: url(/images/homepage/header_bg_cg.png);
}

.content-block-table {
  padding: 15px;
  min-height: 300px;
}

.content-block-top-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: PingFang SC;
}

.content-block-top-action {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #046ba7;
  cursor: pointer;
  user-select: none;
}

.content-block-top-more {
  width: 200px;
  border-bottom: 2px solid #e72939;
  height: 62px;
  justify-content: flex-end;
  padding-right: 15px;
}

.content-block-top-more1 {
  height: 62px;
}

.content-block-top-action-icon {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

.table-actions {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 15px;
}

.tabel-actions-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #f7f8fa;
  margin-right: 10px;
  cursor: pointer;
}

.tabel-actions-item-active {
  background-color: #cbdfee;
}

.action-icon {
  font-size: 20px;
  margin-right: 5px;
}

.action-name {
  font-size: 14px;
}

.tabel-wrp {
  position: relative;
  padding: 0 15px;
  min-height: 300px;
}

.table tr th {
  background-color: #e8f0f6;
}

.table td {
  min-width: 128px;
}

.tabel-wrp .loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 333px;
  background-color: rgba(255, 255, 255, 0.9);
}

.content-block-data {
  /* max-height: 300px; */
  overflow-y: hidden;
}


.notice-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;

}

.notice-line {
  justify-content: space-between;
  cursor: pointer;
}

.notice-left {
  display: flex;
  align-items: center;

}

.notice-right {
  padding: 3px 20px;
  background: #f5f5f6;
  border-radius: 5px;
  color: #86909c;
  font-size: 14px;
}

.notice-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #e50113;
  background-color: #faeae9;
  margin-right: 10px;
  border-radius: 2px;
}

.isThree {
  color: #fff;
  background: #f2838b;
}

.isTwo {
  background: #ed4d5a;
  color: #fff;
}

.first {
  color: #fff;
  background: #e50113;
}

.notice-content {
  max-width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: #1D2129;
}

.content-block-new-model {
  margin-top: 130px;
  margin-left: 10px;
}

.new-model-data {
  display: flex;
  margin-bottom: 30px;
}

.new-model-data-item {
  margin-right: 50px;
}

.new-model-data-item .num {
  font-weight: bold;
  font-size: 16px;
  color: #0169a6;
}

.new-model-data-item .des {
  font-weight: 400;
  font-size: 13px;
  color: #1d2129;
}

.row-2 {
  /* height: 472px; */
  margin: 30px 0;
}

.row-3 {
  margin: 30px 0;
}

.links {
  margin-top: 10px;
}

.links-row {
  display: flex;
  justify-content: space-between;
}

.link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}

.hide-link-item {
  visibility: hidden;
}

.link-item img {
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
}

.link-item span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  /* 水平居中 */
  word-wrap: break-word;
  /* 允许单词断行 */
  overflow-wrap: break-word;
  /* 同上，现代替代属性 */
  font-size: 12px;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-top: 30px;
}

.icons .icons-wrp {
  width: 1200px;
}

.icons img {
  width: 100%;
  height: 100px;
}

.color-bar {
  position: relative;
  display: flex;
  justify-content: center;
  height: 10px;
  background-color: #e50113;
}

.color-bar .center-color {
  width: 80%;
  background-color: #0169a6;
}

.color-bar .start-color {
  left: 0;
  top: 0;
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #0169a6;
}

.footer {
  display: flex;
  background-color: #333333;
  justify-content: center;
}

.footer-content {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 40px 0;
}

.footer-links {
  display: flex;
}

.footer-links-item {
  color: #ffffff;
  margin-right: 160px;
}

.footer-links-item:last-of-type {
  margin-right: 0px;
}

.link-title {
  font-size: 17px;
  margin-bottom: 25px;
}

.link-target {
  margin-bottom: 16px;
  font-size: 14px;
  cursor: pointer;
}

.footer-qrcode {
  color: #ffffff;
}

.footer-qrcode img {
  width: 140px;
  height: 40px;
}

.footer-qrcode .add-qrcode {
  font-size: 12px;
  margin: 12px 0 18px 0;
}

.footer-qrcode .phone {
  font-size: 14px;
  margin-top: 15px;
}

.copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
}

.copy-right a:hover {
  text-decoration: none;
}

.questionnaires {
  position: fixed;
  top: 62%;
  right: 1%;
  text-align: center;
}

.questionnaire {
  background-color: #307bfc;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.questionnaire-text {
  margin-top: 2px;
  font-size: 12px;
  color: #000;
}

.questionnaire-content {
  position: fixed;
  top: 66.5%;
  right: 1%;
  font-size: 14px;
  color: #0592d2;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.questionnaire-dialog-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.questionnaire-dialog {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  overflow-y: auto;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.questionnaire-dialog-title {
  background-color: #ddd;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  letter-spacing: 0.1em;
}

.questionnaire-dialog-content {
  margin: 10px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
  max-height: 500px;
  overflow-y: auto;
}

.questionnaire-dialog-content-item {
  display: flex;
  align-items: first baseline;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.questionnaire-dialog-content-item-radio {
  display: flex;
  align-items: center;
}

.questionnaire-dialog-content-item-text {
  margin-left: 10px;
}

.questionnaire-dialog-content-item-title {
  margin-bottom: 8px;
}

.questionnaire-dialog-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.questionnaire-dialog-footer-btn {
  width: 70px;
  height: 25px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
}

.toast-content {
  position: fixed;
  top: 3%;
  left: 50%;
  min-width: 200px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 99999;
}

.toast-content-error {
  position: fixed;
  top: 3%;
  left: 50%;
  min-width: 200px;
  background: rgba(223, 81, 81, 0.6);
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 99999;
}