.main {
  min-height: calc(100vh - 510px);
  background: #F0F5FE url(../images/main_bg.png) no-repeat center bottom;
  background-size: 100%;
  padding: 30px 0;
}

.main .container {
  width: 1260px;
  margin: 0 auto;
}

.main_top {
  background: white;
  padding: 40px 30px;
}

.main_top .top_container {
  display: flex;
  justify-content: space-between;
}

.main_top .top_container .doc_list {
  width: 700px;
  margin-right: 30px;
  font-size: 24px;
}

.top_container .doc_list .doc_item {
  padding-bottom: 36px;
  border-bottom: 1px dashed #D9D9D9;
}

.top_container .doc_list .doc_item+.doc_item {
  margin-top: 36px;
}

.doc_list .doc_item .doc_title {
  display: flex;
  align-items: center;
  line-height: 24px;
  margin-bottom: 25px;
}

.doc_list .doc_item .doc_title .doc_status {
  display: none;
  flex-shrink: 0;
  height: 24px;
  font-size: 14px;
  color: #49A85D;
  border-radius: 6px;
  border: 1px solid #49A85D;
  padding: 0 10px;
  margin-right: 10px;
}

.doc_list .doc_item .doc_title a {
  font-size: 20px;
  font-weight: bold;
}

.doc_list .doc_item .doc_title .tag_div {
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  line-height: 24px;
}

.doc_list .doc_item .doc_title .tag_div span {
  padding: 0 7px;
  border-radius: 8px 0px 8px 0px;
  font-size: 14px;
  color: white;
}

.doc_list .doc_item .doc_title .tag_div span.apple_green {
  background: #72B03F;
}

.doc_list .doc_item .doc_title .tag_div span.azure_blue {
  background: #3F93E2;
}

.doc_list .doc_item .doc_title .tag_div span.royal_purple {
  background: #9E61DD;
}

.doc_list .doc_item .doc_title .tag_div span.golden_amber {
  background: #E2AA3F;
}

.doc_list .doc_item .doc_title .tag_div span.tropical_teal {
  background: #11CAAE;
}

.doc_list .doc_item .doc_title .tag_div span.cerulean {
  background: #11B2CA;
}

.doc_list .doc_item .doc_title .tag_div span.sunset_orange {
  background: #E2843F;
}

.doc_list .doc_item .doc_title .tag_div span.olive_green {
  background: #A7B040;
}

.doc_list .doc_item .doc_title .tag_div span.cornflower_blue {
  background: #5F83C5;
}

.doc_list .doc_item .doc_title .tag_div span.coral_red {
  background: #E2523F;
}

.doc_list .doc_item .doc_title .tag_div span.lemon_yellow {
  background: #E4D209;
}

.doc_list .doc_item .doc_title .tag_div span.emerald_green {
  background: #4CAF87;
}

.doc_list .doc_item .doc_title .tag_div span+span {
  margin-left: 6px;
}

.doc_list .doc_item .doc_bottom {
  display: flex;
}

.doc_list .doc_item .doc_bottom>div {
  width: 50%;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}

.doc_item .doc_bottom>div img {
  width: 18px;
  margin-right: 6px;
}

.doc_item .doc_bottom>div span {
  font-weight: normal;
  color: #333;
}

.main_top .check_more_div {
  margin: 0 auto;
  margin-top: 40px;
  width: 180px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: white;
  background: #3B72AF;
  border-radius: 24px;
}

.main_top .top_container .rl_table {
  width: 470px;
  height: 1066px;
  background: url(../images/rl_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#date_sel_part {
  padding-left: 14px;
  padding-right: 22px;
  padding-top: 10px;
}

.layui-laydate,
.layui-laydate-hint {
  background: transparent;
  border: 0px;
  box-shadow: none;
  width: 100%;
}

.layui-laydate-main {
  width: 100%;
}

.layui-laydate-header {
  line-height: 72px;
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 200px;
}

.layui-laydate-header i.laydate-prev-y,
.layui-laydate-header i.laydate-next-y {
  display: none !important;
}

.layui-laydate-header i {
  top: 14px;
}

.layui-laydate-header i.layui-icon.laydate-icon {
  display: flex;
  align-items: center;
  height: 72px;
}

.layui-laydate-header i.laydate-prev-m {
  left: 20px;
}

.layui-laydate-header i.laydate-next-m {
  right: 170px;
}

.layui-laydate-header i.layui-icon.laydate-icon img {
  width: 25px;
}

.laydate-set-ym span {
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: white;
}

.layui-laydate-content {
  padding-left: 16px;
}

.layui-laydate-content table {
  width: 100%;
  height: 590px;
}

.layui-laydate-content table * {
  box-sizing: border-box;
  font-style: normal;
}

.layui-laydate-content table thead {
  height: 60px;
  line-height: 60px;
}

.layui-laydate-content th {
  padding: 0;
  font-size: 18px;
  color: #3B72AF;
}

.layui-laydate-content table tbody {
  border: 1px solid #3F8CE2;
}

.layui-laydate-content table {
  border-collapse: separate;
  /* 关键：必须设置为 separate */
  border-spacing: 0;
  /* 移除单元格间距 */
}

.layui-laydate-content tbody td {
  border: 1px solid #C8DDF6;
  border-bottom: 0;
}

.layui-laydate-content tbody td:hover,
.layui-laydate .layui-this,
.layui-laydate-list li:hover {
  color: white;
  background: linear-gradient(to top, #2B82E4, #A5CDFA);
}

.layui-laydate-list li:hover div {
  color: white;
}

.layui-laydate-content tbody td:hover *,
.layui-laydate .layui-this * {
  color: white !important;
}

.layui-laydate-content tbody td+td {
  border-left: 0;
}

.layui-laydate-content table tbody tr:nth-child(2n) {
  background: #F9FCFF;
}

.layui-laydate-content table tbody tr:nth-child(2n-1) {
  background: white;
}

.layui-laydate-content table tbody tr:first-child td {
  border-top: 1px solid #3F8CE2;
}

.layui-laydate-content table tbody tr td:first-child {
  border-left: 1px solid #3F8CE2;
}

.layui-laydate-content table tbody tr td:last-child {
  border-right: 1px solid #3F8CE2;
}

.layui-laydate-content table tbody tr:last-child td {
  border-bottom: 1px solid #3F8CE2;
}

.layui-laydate-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 18px;
}

.layui-laydate-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 18px;
}

.layui-laydate-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}

.layui-laydate-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev,
.layui-laydate-content .laydate-day-next *,
.layui-laydate-content .laydate-day-prev * {
  color: #BABABA;
}

.layui-laydate-content td .date-cell-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layui-laydate-content td .date-cell-inner b {
  font-size: 18px;
  font-weight: bold;
}

.layui-laydate-content td .date-cell-inner i {
  font-size: 14px;
}

.laydate-theme-lunar .laydate-day-next .badge,
.laydate-theme-lunar .laydate-day-prev .badge,
.laydate-theme-lunar .laydate-day-next .date-cell-inner i,
.laydate-theme-lunar .laydate-day-prev .date-cell-inner i {
  opacity: 0.6;
}

.laydate-theme-lunar .laydate-day-next:hover .badge,
.laydate-theme-lunar .laydate-day-prev:hover .badge,
.laydate-theme-lunar .laydate-day-next:hover .date-cell-inner i,
.laydate-theme-lunar .laydate-day-prev:hover .date-cell-inner i {
  opacity: 1;
}

.laydate-theme-lunar .badge {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #4e5877;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  border-radius: 5px;
  text-decoration: none;
}

.layui-laydate-content .laydate-day-mark::after {
  content: unset;
}

.laydate-day-mark {
  top: unset;
  left: unset;
  bottom: 15px;
  width: 5px;
  height: 5px;
  background: #eb3333;
  border-radius: 50%;
}

.laydate-theme-lunar .holiday .badge {
  background-color: #eb3333 !important;
}

.laydate-theme-lunar .holiday .badge {
  background-color: #eb3333 !important;
}

.laydate-theme-lunar .hightlight i {
  color: #ECA030;
}

.layui-laydate-list>li {
  height: unset;
  line-height: 30px;
  border-radius: 10px;
  font-size: 18px;
}

.rl_btn {
  padding: 0 20px;
}

.rl_btn .btn_div {
  margin-top: 24px;
  height: 78px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #3B72AF;
  background: #F9FBFF;
  border-radius: 12px;
  border: 1px solid #408CE2;
}

.rl_btn .btn_div img {
  margin: 0 60px;
  width: 32px;
  background: #F9FBFF;
  border-radius: 4px;
}

.rl_btn .btn_div.on {
  background: #408CE2;
  color: #F9FBFF;
}

.main .main_bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.main .main_bottom>div {
  width: 610px;
  background: white;
  padding: 30px;
}

.main .main_bottom>div .btm_title {
  border-bottom: 1px solid #D9D9D9;
}

.main .main_bottom>div .btm_title .title_txt {
  width: 220px;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #1658A0;
  padding-bottom: 27px;
  position: relative;
}

.main .main_bottom>div .btm_title .title_txt::after {
  position: absolute;
  content: " ";
  border-bottom: 3px solid #4A88C8;
  width: 100%;
  left: 0;
  bottom: -1px;
}

.main .main_bottom>div .list_box {
  margin-top: 16px;
}

.main .main_bottom>div .list_box .rs_item {
  line-height: 60px;
  font-size: 18px;
}

.list_box .rs_item .pointer {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4A88C8;
  border-radius: 50%;
  margin-right: 10px;
  transform: translateY(-3px);
}

.qycy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qycy_list .qycy_item {
  width: 264px;
  height: 110px;
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: url(../images/qycy_item_bg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}

.qycy_list .qycy_item span {
  width: 100%;
  color: #1658A0;
  font-size: 22px;
}

.qycy_list .qycy_item img {
  flex-shrink: 0;
  width: 46px;
  margin-right: 20px;
}