@charset "UTF-8";
/**
 * 首页
 * date: 2024-12-10
 * author: jyxuan;
 */
/* 首页公共样式 */
.index-mod-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 100px;
  height: 56px;
  background: url("../images/index_hd_bg.png") no-repeat center;
}
.index-mod-hd-title {
  height: 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.index-mod-hd-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
  width: 74px;
  height: 25px;
  color: #245399;
  font-size: 16px;
  line-height: 22px;
  border-radius: 13px;
  background: url("../images/index_more_bg.png") no-repeat center;
  -webkit-box-shadow: 0 2px 4px 0 #d5e0f2;
          box-shadow: 0 2px 4px 0 #d5e0f2;
}
.index-mod-hd-more::after {
  content: "";
  margin-left: 5px;
  width: 18px;
  height: 17px;
  background: url("../images/index_more_icon.png") no-repeat center;
}

/* 新闻/通知公告 */
.message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  background: url("../images/message_bg.png") no-repeat center/cover;
}
.message .index-mod-hd-more {
  position: absolute;
  top: 14px;
  right: 15px;
}
.message-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 412px;
}
.message-news {
  width: calc((100% - 22px) / 2);
}
.message-news .swiper-container {
  height: 100%;
}
.message-news .swiper-container .swiper-pagination-bullets {
  bottom: 17px;
  left: auto;
  right: 15px;
  width: auto;
  height: 8px;
}
.message-news .swiper-container .swiper-pagination-bullet {
  margin: 0 2px;
  width: 8px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.36;
}
.message-news .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.message-news-link {
  position: relative;
  display: block;
  height: 100%;
}
.message-news-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px 0 15px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.56);
  overflow: hidden;
}
.message-tab {
  position: relative;
  margin-left: 22px;
  width: calc((100% - 22px) / 2);
  background-color: #fff;
}
.message-tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  height: 54px;
  border-bottom: 1px solid #eee;
}
.message-tab-hd-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  font-size: 20px;
  line-height: 53px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message-tab-hd-item.current {
  color: #0558b8;
  font-weight: bold;
}
.message-tab-hd-item.current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0558b8;
}
.message-tab-hd-item + .message-tab-hd-item {
  margin-left: 10px;
}
.message-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.message-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-top-link:hover .message-top-title {
  color: #0558b8;
}
.message-top-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  width: 70px;
  height: 70px;
  background: linear-gradient(142deg, #0558b8 -2.81%, #2e81e2 95.14%);
}
.message-top-day-date {
  height: 34px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.message-top-day-month {
  height: 18px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.message-top-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.message-top-title {
  height: 27px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.message-top-text {
  display: -webkit-box;
  margin-top: 4px;
  color: #999;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.message-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  padding: 0 20px;
  max-height: 237px;
  overflow: hidden;
}
.message-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  height: 45px;
  line-height: 45px;
}
.message-list-item:hover::before {
  background-color: #0558b8;
}
.message-list-item:hover .message-list-title,
.message-list-item:hover .message-list-date {
  color: #0558b8;
}
.message-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e7e7e7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.message-list-item + .message-list-item {
  margin-top: 3px;
}
.message-list-item + .message-list-item::after {
  content: "";
  position: absolute;
  top: -21.5px;
  left: 3px;
  width: 1px;
  height: 40.5px;
  background-color: #f1f1f1;
}
.message-list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.message-list-date {
  color: #999;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* 入口 */
.entrance {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 37px;
}
.entrance-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entrance-login-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 20px;
  padding: 0 30px;
  width: calc((100% - 40px) / 3.0001);
  height: 102px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entrance-login-item:nth-child(-n+3) {
  margin-top: 0;
}
.entrance-login-item:nth-child(3n+1) {
  margin-left: 0;
}
.entrance-login-item:hover {
  -webkit-box-shadow: 0 6px 9px 0 rgba(11, 45, 109, 0.25);
          box-shadow: 0 6px 9px 0 rgba(11, 45, 109, 0.25);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.entrance-login-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.entrance-login-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.entrance-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  height: 126px;
  border-radius: 2px;
  background: url("../images/entrance_banner_bg.png") no-repeat center;
  -webkit-box-shadow: 0 7px 20px 0 rgba(182, 206, 242, 0.25);
          box-shadow: 0 7px 20px 0 rgba(182, 206, 242, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entrance-banner:hover {
  -webkit-box-shadow: 0 6px 9px 0 rgba(11, 45, 109, 0.25);
          box-shadow: 0 6px 9px 0 rgba(11, 45, 109, 0.25);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.entrance-banner-text {
  color: #fff;
  font-family: "YouSheBiaoTiHei";
  font-size: 42px;
  line-height: 1;
  letter-spacing: 10.92px;
}
.entrance-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  height: 137px;
}
.entrance-download-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 14px;
  width: 0;
  border: 1px solid;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entrance-download-item:nth-child(1) {
  border-color: #cde3ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f8fd), to(#e0eefd));
  background-image: linear-gradient(to bottom, #f3f8fd 0%, #e0eefd 100%);
}
.entrance-download-item:nth-child(1) .entrance-download-icon {
  -webkit-box-shadow: 0 4.5px 4.5px 0 #d9e9fb;
          box-shadow: 0 4.5px 4.5px 0 #d9e9fb;
}
.entrance-download-item:nth-child(2) {
  border-color: #f6dec7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef9f5), to(#fcefe3));
  background-image: linear-gradient(to bottom, #fef9f5 0%, #fcefe3 100%);
}
.entrance-download-item:nth-child(2) .entrance-download-icon {
  -webkit-box-shadow: 0 4.5px 4.5px 0 #f5ddc4;
          box-shadow: 0 4.5px 4.5px 0 #f5ddc4;
}
.entrance-download-item:nth-child(3) {
  border-color: #d2ebe1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fdfa), to(#e8f5f0));
  background-image: linear-gradient(to bottom, #f5fdfa 0%, #e8f5f0 100%);
}
.entrance-download-item:nth-child(3) .entrance-download-icon {
  -webkit-box-shadow: 0 4.5px 4.5px 0 #cbe9e0;
          box-shadow: 0 4.5px 4.5px 0 #cbe9e0;
}
.entrance-download-item:nth-child(4) {
  border-color: #e6e4ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6fe), to(#eae7fd));
  background-image: linear-gradient(to bottom, #f4f6fe 0%, #eae7fd 100%);
}
.entrance-download-item:nth-child(4) .entrance-download-icon {
  -webkit-box-shadow: 0 4.5px 4.5px 0 #d5d0f0;
          box-shadow: 0 4.5px 4.5px 0 #d5d0f0;
}
.entrance-download-item:nth-child(5) {
  border-color: #f6dec7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef9f5), to(#fcefe3));
  background-image: linear-gradient(to bottom, #fef9f5 0%, #fcefe3 100%);
}
.entrance-download-item:nth-child(5) .entrance-download-icon {
  -webkit-box-shadow: 0 4.5px 4.5px 0 #f5ddc4;
          box-shadow: 0 4.5px 4.5px 0 #f5ddc4;
}
.entrance-download-item:hover {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.entrance-download-item + .entrance-download-item {
  margin-left: 20px;
}
.entrance-download-icon {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.entrance-download-text {
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

/* 今日交易 */
.trade {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0 31px;
}
.trade .index-mod-bd {
  margin-top: 20px;
}
.trade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trade-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 20px;
  padding: 18px 20px;
  width: calc((100% - 40px) / 3.0001);
  height: 90px;
  border: 1px solid #daefff;
  border-radius: 4px;
  background: url("../images/trade_item_bg.png") no-repeat center;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.trade-item:nth-child(-n+3) {
  margin-top: 0;
}
.trade-item:nth-child(3n+1) {
  margin-left: 0;
}
.trade-item:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(15, 33, 82, 0.18);
          box-shadow: 0 0 18px 0 rgba(15, 33, 82, 0.18);
}
.trade-title {
  height: 24px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.trade-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  height: 21px;
  line-height: 21px;
}
.trade-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trade-info-item:first-child {
  width: 160px;
}
.trade-info-item:first-child .trade-info-label {
  background-image: url("../images/trade_info_icon1.png");
}
.trade-info-item:last-child {
  width: calc(100% - 160px);
}
.trade-info-item:last-child .trade-info-label {
  background-image: url("../images/trade_info_icon2.png");
}
.trade-info-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  color: #666;
  font-size: 16px;
  background: no-repeat left center;
}
.trade-info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  color: #666;
  font-size: 16px;
}

/* 交易信息 */
.info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 33px 0;
  background: url("../images/info_bg.png") no-repeat center/cover;
}
.info .index-mod-bd {
  margin-top: 17px;
}
.info-tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 186px;
  background: url("../images/info_tab_hd_bg.png") no-repeat center;
}
.info-tab-hd-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 103px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background: url("../images/info_tab_hd_item_bg.png") no-repeat center/100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-tab-hd-item:nth-child(odd) {
  margin-top: 71px;
}
.info-tab-hd-item:nth-child(even) {
  margin-top: 10px;
}
.info-tab-hd-item.current {
  color: #1875e2;
  background-image: url("../images/info_tab_hd_item_bg_active.png");
}
.info-tab-hd-item.current::after {
  content: "";
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  width: 16px;
  height: 12px;
  background: url("../images/info_tab_hd_item_icon.png") no-repeat center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.info-tab-bd {
  margin-top: 19px;
}
.info-tab2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 410px;
}
.info-tab2-hd {
  width: 210px;
  background-color: #fff;
}
.info-tab2-hd-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 10px 16px 24px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-tab2-hd-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 23px;
  background: url("../images/info_tab2_icon.png") no-repeat center;
}
.info-tab2-hd-item.current {
  color: #0558b8;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-40.18%, #bcd6ff), color-stop(97.84%, rgba(232, 241, 255, 0)));
  background-image: linear-gradient(to right, #bcd6ff -40.18%, rgba(232, 241, 255, 0) 97.84%);
}
.info-tab2-hd-item.current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1169cf;
}
.info-tab2-bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 18px;
  width: 0;
  background-color: #fff;
}
.info-tab2-bd-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0 20px;
  width: calc((100% - 20px) / 2.0001);
  height: 110px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 239, 245, 0.8)), color-stop(120.69%, rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to bottom, rgba(230, 239, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 120.69%);
  -webkit-box-shadow: 0 0 10px 0 rgba(84, 100, 125, 0.1);
          box-shadow: 0 0 10px 0 rgba(84, 100, 125, 0.1);
}
.info-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.info-list-item:nth-child(2n+1) {
  margin-left: 0;
}
.info-list-item:hover .info-list-title,
.info-list-item:hover .info-list-text-item {
  color: #0558b8;
}
.info-list-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  border-radius: 3px;
  background-image: linear-gradient(271deg, rgba(107, 163, 248, 0.1) 3.38%, rgba(14, 86, 170, 0.1) 105.75%);
}
.info-list-day-date {
  height: 24px;
  color: #0558b8;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.info-list-day-year {
  margin-top: 9px;
  height: 24px;
  color: #0558b8;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
}
.info-list-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14.5px 10px 14.5px 20px;
  width: 0;
}
.info-list-title {
  display: -webkit-box;
  height: 48px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.info-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
}
.info-list-text-item {
  color: #7d7d7d;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.info-list-text-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  width: 0;
}

/* 交易提醒 */
.remind {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
}
.remind .index-mod-bd {
  margin-top: 15px;
}
.remind-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 57px 80px 0 rgba(0, 0, 0, 0.05), 0 7px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 57px 80px 0 rgba(0, 0, 0, 0.05), 0 7px 10px 0 rgba(0, 0, 0, 0.03);
}
.remind-tab-hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -16px -14px 0;
  padding-left: 80px;
}
.remind-tab-hd::before {
  content: attr(data-title) "：";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 36px;
  color: #545454;
  font-size: 16px;
  line-height: 36px;
}
.remind-tab-hd.with-line::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 13px 0;
  width: calc(100% + 68px);
  height: 0;
  border-bottom: 1px dashed #e1e6eb;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.remind-tab-hd-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 16px 14px 0;
  padding: 0 20px;
  min-width: 104px;
  height: 40px;
  color: #0558b8;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background-color: #c9e2ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.remind-tab-hd-item.current {
  color: #fff;
  background-color: #0558b8;
  -webkit-box-shadow: 0 3px 9px 0 rgba(5, 31, 52, 0.2);
          box-shadow: 0 3px 9px 0 rgba(5, 31, 52, 0.2);
}
.remind-tab-bd {
  margin-top: 20px;
}
.remind-list .col-1 {
  width: 60px;
  text-align: center;
}
.remind-list .col-2 {
  width: calc(100% - 785px);
}
.remind-list .col-3 {
  width: 230px;
}
.remind-list .col-4 {
  width: 180px;
}
.remind-list .col-5 {
  width: 165px;
}
.remind-list .col-6 {
  width: 160px;
}
.remind-list-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border: 1px solid #e7efff;
  background-color: #e7efff;
}
.remind-list-hd-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.remind-list-bd {
  max-height: 400px;
  overflow: auto;
}
.remind-list-bd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border: 1px solid rgba(227, 234, 244, 0.56);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.remind-list-bd-item:nth-child(even) {
  background-color: #f5f9ff;
}
.remind-list-bd-item:hover {
  background-color: #ebf1ff;
}
.remind-list-bd-item:hover .remind-list-bd-con {
  color: #0558b8;
}
.remind-list-bd-item + .remind-list-bd-item {
  border-top: none;
}
.remind-list-bd-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.remind-list-bd-con.red-text {
  color: #df2424 !important;
}
.remind-list-bd-con.blue-text {
  color: #0558b8 !important;
}