html,
body,
ul,
li {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.main {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 360px - 88px);
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 27px 310px;
  box-sizing: border-box;
}
.main_left {
  width: 70%;
}
.main_right {
  width: 30%;
}
.main_tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.main_tabs_item {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 40px;
  padding-bottom: 19px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.main_tabs_item.active {
  color: #0040ff;
  border-bottom: 2px solid #0040ff !important;
}
.week {
  margin-right: 12px;
  text-align: center;
}
.week div:first-child {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.week div:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #737780;
}
.detail-time {
  display: flex;
  align-items: center;
}
.detail-time > div:first-child {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #737780;
}
.detail-time > div:first-child .btn {
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  background: #394056;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 8px;
}
.detail-time > div:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0px 16px;
}
.detail-time input {
  width: 100px !important;
  border: 0px solid transparent;
}
.detail-time input:focus {
  outline: none;
}
.month-box {
  display: flex;
  align-items: center;
  /* width: 240px; */
  height: 32px;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  background: #ffffff;
  border: 1px solid #dadce0;
}
.month-box > div {
  display: flex;
  align-items: center;
}
.month-box .text {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin: 0px 9px;
}
.main_leftT_btn {
  display: flex;
  align-items: center;
  background: #0040ff;
  border-radius: 8px 8px 8px 8px;
  padding: 8px 24px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.main_leftT_btn img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.main_left_content {
  width: 100%;
}
.main_left_article {
  width: calc(100% + 24px);
  height: auto;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  top: 0px;
  left: -24px;
  transition: all 0.6s;
  border-bottom: 1px solid #f2f2f2;
}
.main_left_article:hover {
  top: -10px;
  border-bottom: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.article_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.article_title:hover {
  color: #0040ff !important;
}
.article_content {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.link_btn {
  font-weight: 600;
  font-size: 14px;
  color: #0040ff;
  margin-top: 16px;
  margin-bottom: 30px;
  cursor: pointer;
}
.article_bottom {
}
.article_bottom_information {
  display: flex;
  align-items: center;
}
.article_bottom_information img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.article_bottom_information .name {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.article_bottom_information .time {
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
  margin: 0px 16px;
}
.article_bottom_information .tag {
  display: flex;
  align-items: center;
}
.article_bottom_information .tag .tag-item {
  line-height: 24px;
  padding: 0px 10px;
  background: #f5f5f5;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-right: 8px;
}
.article_bottom_operate {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_bottom_operate > div:first-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:first-child img {
  width: 20px;
  height: 20px;
}
.wechat_hover {
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  cursor: pointer;
}
.wechat_hover:hover .wechat_box {
  display: block;
}
.wechat_box {
  position: absolute;
  top: 20px;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f1f1f1;
  z-index: 3000;
}
.wechat_box img {
  width: 120px !important;
  height: 120px !important;
}
.wechat_box div {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.article_bottom_operate > div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.article_bottom_operate > div:last-child >div{
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:last-child img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.main_right {
  box-sizing: border-box;
}
.search {
  width: 100%;
  height: 72px;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}
.search input {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  padding: 18px 0px;
  padding-left: 30px;
  padding-right: 70px;

  box-sizing: border-box;
  border-color: #000000 !important;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.search input:focus {
  outline-color: #000000;
}
.search img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.main_right_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.main_rTop_left {
  display: flex;
  align-items: center;
}
.main_right_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 16px;
}
.main_rTop_left > div:last-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  cursor: pointer;
}
.main_rTop_left > div:last-child img {
  width: 16px;
  height: 16px;
}
.main_rTop_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main_rTop_right > div {
  line-height: 18px;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  margin: 0px 13px;
}
.main_rTop_right img {
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.hotSearch {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.hotSearch_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.hotSearch_item_number {
  width: 21px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #cccccc;
}
.hotSearch_item > div:last-child {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  width: calc(100% - 21px - 10px);
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 文本溢出包含元素时显示省略符号来代表被修剪的文本 */
}
.hotSearch .hotSearch_item:nth-child(1) .hotSearch_item_number {
  background: #ff431a !important;
}
.hotSearch .hotSearch_item:nth-child(2) .hotSearch_item_number {
  background: #ff7a1a !important;
}
.hotSearch .hotSearch_item:nth-child(3) .hotSearch_item_number {
  background: #ffa901 !important;
}
.hotSearch_item_number1{
  background: #ff431a !important;
}
.hotSearch_item_number2{
  background: #ff7a1a !important;
}
.hotSearch_item_number3{
  background: #ffa901 !important;
}
.main_left_btn{
  font-weight: bold;
  font-size: 14px;
  color: #0040FF;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #0040FF;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 23px;
  cursor: pointer;
}

.tabList{
  width: 100%;
  display: none;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.tabList .item{
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  font-weight: 500;
  font-size: 14px;
  color: #515359;
  cursor: pointer;
}
.tabList .item.on{
  background: #003FFF;
  color: #FFFFFF;
  border: 1px solid #F2F2F2;
}

.cont_li_top {
  display: flex;
  align-items: center;
  justify-content: space-between;

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

  
}
.top_tab {
  border-radius: 6px;
  padding: 6px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}

.top_tab1 {
  color: #00a645;
  background: #e0ffed;
}

.top_tab2 {
  color: #e5801b;
  background: #fff9d9;
}

.top_tab3 {
  color: #b2a400;
  background: #fffbd5;
}

.top_tab4 {
  color: #008df2;
  background: #e5f4ff;
}

.top_tab5 {
  color: #00a6a6;
  background: #defcfc;
}

.top_tab6 {
  color: #878787;
  background: #f5f5f5;
}

.top_tab7 {
  color: #ee3820;
  background: #ffedeb;
}

.top_tab8 {
  color: #7650e5;
  background: #f4f0ff;
}

.top_tab9 {
  color: #1eaa6f;
  background: linear-gradient(135deg, #d6fff1 0%, #fbfcc5 100%);
}

.top_l_text {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  line-height: 21px;
  padding: 0 5px;
}

.top_l_time {
  font-weight: bold;
  font-size: 12px;
  color: #9898A6;
  line-height: 14px;
}
.left_cont_li {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;



  
}
.cont_title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  max-width: 80%;
  overflow: hidden;
  /* 文本溢出时省略号显示 */
  text-overflow: ellipsis;
  /* 文本不换行 */
  white-space: nowrap;
  padding: 15px 0;
}

.cont_text {
  height: 63px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.cont_address {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  
}
.address_text {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 21px;
  padding-left: 3px;
}
.empty{
  width: 100%;
  text-align: center;
  display: none;
  margin: 80px 0px;
}
.empty img{
  width: 160px;
  height: 160px;
}
.empty div{
  margin-top: 20px;
  color: #909399;
  font-size: 14px;
}
.add-btns {
  width: 100%;
  background: #0040FF;
  border-radius: 10px 10px 10px 10px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  cursor: pointer;
  
}
.add-btns img {
  width: 20px;
  height: 20px;
}

.add-btns a {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}

.menus {
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 30px;

  

}
.menu-line {
  border: 1px solid #F2F2F2;
  height: 60px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
text-decoration: none;
  
}
.menu-item img {
  width: 48px;
  height: 48px;
}

.menu-title {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}
.menu-title a{
  color: #000;
  text-decoration: none;
}