* {
  margin: 0;
  padding: 0;
}

#app {
  font-size: 0;
}

body {
  background-color: #fafafa;
}

.homepage_div {
  width: 1300px;
  font-size: 0;
  margin: 40px auto 0;
}

.first_part {
  margin: 0 auto;
  width: 1200px;
}

.first_part .first_part_left {
  margin-right: 24px;
}

.first_part .first_part_left,
.first_part .first_part_right {
  width: 588px;
  display: inline-block;
  vertical-align: top;
}

.first_part .first_part_left .first_left_header,
.first_part .first_part_right .first_right_header {
  font-size: 18px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.first_part .first_part_left .first_left_header .btn_div {
  font-size: 0;
  float: right;
}

.first_part .first_part_left .first_left_header .btn_div div {
  display: inline-block;
  width: 50px;
  height: 32px;
  background: var(--main-color, #409eff);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.first_part .first_part_left .first_left_header .btn_div img {
  height: 14px;
  margin-top: 9px;
}

.first_part .first_part_left .first_left_header .btn_div div:first-child {
  margin-right: 8px;
}

.first_part .first_part_left .first_left_header .dian,
.first_part .first_part_right .first_right_header .dian {
  width: 4px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: var(--main-color, #409eff);
}

.first_part .first_part_left .first_left_header span,
.first_part .first_part_right .first_right_header span {
  vertical-align: middle;
}

.first_part .first_part_right .recommend_list,
.first_part .first_part_left .recommend_list {
  margin-top: 24px;
  width: 588px;
  height: 635px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(81, 120, 191, 0.28);
  border-radius: 4px;
  box-sizing: border-box;
}

.first_part .first_part_left .recommend_list .recommend_meeting {
  height: 158px;
  border-bottom: 1px #e5e5e5 solid;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.first_part .first_part_left .recommend_list .recommend_meeting:nth-child(4) {
  border-bottom: none;
}

.yanqidiv {
  text-align: center !important;
  border: none !important;
  margin-top: 10px !important;
}

.recommend_list .recommend_meeting .meeting_left {
  width: 105px;
  height: 80px;
  border-right: 1px solid #e5e5e5;
  margin-top: 39px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.recommend_list .recommend_meeting .meeting_right {
  display: inline-block;
  margin-left: 26px;
  margin-top: 25px;
}

.recommend_list .recommend_meeting .meeting_right img {
  height: 14px;
  vertical-align: middle;
}

.recommend_list .recommend_meeting .meeting_left .meeting_left_day {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  margin-bottom: 0px;
}

.recommend_list .recommend_meeting .meeting_left .meeting_left_year {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #999999;
}

.recommend_list .recommend_meeting .meeting_right .meeting_right_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  line-height: 24px;
  margin-bottom: 15px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 440px;
}

.recommend_list
  .recommend_meeting
  .meeting_right
  .meeting_right_title
  span:hover {
  cursor: pointer;
  color: var(--main-color, #409eff);
}

.recommend_list
  .recommend_meeting
  .meeting_right
  .meeting_right_body_left
  div:first-child {
  margin-bottom: 10px;
}

.recommend_list .recommend_meeting .meeting_right .meeting_right_body_left {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989898;
}

.recommend_list .recommend_meeting .meeting_right .meeting_right_body_right {
  display: inline-block;
  position: absolute;
  bottom: 21px;
  right: 30px;
}

.recommend_list
  .recommend_meeting
  .meeting_right
  .meeting_right_body_right
  .sign_up_div {
  width: 80px;
  height: 32px;
  border: 1px solid var(--main-color, #409eff);
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* color: var(--main-color,#409eff); */
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.recommend_list
  .recommend_meeting
  .meeting_right
  .meeting_right_body_right
  .sign_up_div:hover {
  /* background: var(--main-color,#409eff); */
  /* color: #FFFFFF; */
}

.homepage_div .second_part {
  font-size: 0;
  margin-top: 40px;
  padding-left: 40px;
}

.homepage_div .second_part .second_part_header {
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 10px;
}

.homepage_div .second_part .second_part_header .second_part_header_left {
  display: inline-block;
}

.homepage_div .second_part .second_part_header .second_part_header_left .dian {
  width: 4px;
  height: 18px;
  background: var(--main-color, #409eff);
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  margin-right: 10px;
}
.homepage_div .second_part .second_part_header .second_part_header_left span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
}

.homepage_div .second_part .second_part_header .second_part_header_right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  float: right;
  cursor: pointer;
}

.homepage_div .second_part .second_part_carousel {
  position: relative;
}

.homepage_div .second_part .second_part_carousel .lunbo_prev {
  position: absolute;
  left: -60px;
  top: 50%;
  height: 53px;
  width: 53px;
  margin-top: -27px;
  cursor: pointer;
}

.homepage_div .second_part .second_part_carousel .lunbo_next {
  position: absolute;
  right: -20px;
  top: 50%;
  height: 53px;
  width: 53px;
  margin-top: -27px;
  cursor: pointer;
  z-index: 1000;
}

.homepage_div .second_part .second_part_carousel .lunbo_zhuxing {
  height: 620px;
  width: 40px;
  background-color: #fafafa;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.homepage_div .second_part .second_part_carousel .lunbo_prev img,
.homepage_div .second_part .second_part_carousel .lunbo_next img {
  height: 53px;
}

.homepage_div .second_part .second_part_carousel .one_side_list {
  display: inline-block;
  width: 588px;
  height: 608px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(81, 120, 191, 0.28);
  border-radius: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 14px;
  overflow: hidden;
}

.homepage_div .second_part .second_part_carousel .theone_meeting {
  width: 588px;
  height: 152px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 20px;
}

.homepage_div .second_part .second_part_carousel .theone_meeting:nth-child(4) {
  border-bottom: none;
}

.second_part .second_part_carousel .carousel_left {
  width: 103px;
  height: 109px;
  border: 1px solid var(--main-color, #409eff);
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 20px;
}

.second_part_carousel .carousel_left .carousel_left_year {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 52px;
  width: 100%;
  height: 52px;
  text-align: center;
}

.second_part_carousel .carousel_left .carousel_left_day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 59px;
  line-height: 59px;
  background: var(--main-color, #409eff);
  text-align: center;
}

.second_part_carousel .carousel_right {
  display: inline-block;
}

.second_part_carousel .carousel_right .carousel_right_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  line-height: 24px;
  width: 416px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.second_part_carousel .carousel_right .carousel_right_title span:hover {
  cursor: pointer;
  color: var(--main-color, #409eff);
}

.carousel_right .carousel_right_bottom .carousel_right_left img {
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

.carousel_right .carousel_right_bottom .carousel_right_left span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  vertical-align: middle;
}

.carousel_right .carousel_right_bottom .carousel_right_left {
  margin-top: 18px;
}

.carousel_right .carousel_right_bottom .carousel_right_bottom1 {
  margin-top: 6px;
}

.second_part_carousel .carousel_right .sign_up_div {
  width: 80px;
  height: 32px;
  border: 1px solid var(--main-color, #409eff);
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--main-color, #409eff);
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.second_part_carousel .carousel_right .sign_up_div1 {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  width: 80px;
  height: 32px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  cursor: no-drop;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.second_part_carousel .carousel_right .sign_up_div:hover {
  /* background: var(--main-color,#409eff); */
  color: #ffffff;
}

.homepage_div .third_part {
  width: 1200px;
  font-size: 0;
  margin: 40px auto 0;
}

.homepage_div .third_part .third_part_header {
  margin-bottom: 20px;
}

.homepage_div .third_part .third_part_header .third_part_header_left {
  display: inline-block;
}

.homepage_div .third_part .third_part_header .third_part_header_left .dian {
  width: 4px;
  height: 18px;
  background: var(--main-color, #409eff);
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  margin-right: 10px;
}
.homepage_div .third_part .third_part_header .third_part_header_left span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
}

.homepage_div .third_part .third_part_header .third_part_header_right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  float: right;
  cursor: pointer;
}

.third_part .third_part_body .one_side_list {
  width: 588px;
  height: 570px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(81, 120, 191, 0.28);
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}

.third_part .third_part_body .one_side_list .the_one_meeting:nth-child(5) {
  border-bottom: none;
}

.third_part .third_part_body .one_side_list:nth-child(1) {
  margin-right: 24px;
}

.third_part .third_part_body .the_one_meeting {
  width: 588px;
  /* height: 91px; */
  border-bottom: 1px solid #e5e5e5;
  padding-left: 29px;
  padding-top: 20px;
  position: relative;
  padding-right: 38px;
  box-sizing: border-box;
}

.third_part .third_part_body .the_one_meeting .dian {
  width: 6px;
  height: 6px;
  background: var(--main-color, #409eff);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 30px;
}

.third_part .third_part_body .the_one_meeting .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.third_part .third_part_body .the_one_meeting .title span:hover {
  cursor: pointer;
  color: var(--main-color, #409eff);
}

.third_part_body .the_one_meeting .body_neirong {
  margin-bottom: 20px;
}

.third_part_body .the_one_meeting .body_neirong img {
  height: 14px;
  margin-right: 2px;
  vertical-align: middle;
}

.third_part_body .the_one_meeting .body_neirong .address {
  margin-right: 30px;
}

.third_part_body .the_one_meeting .body_neirong .address,
.third_part_body .the_one_meeting .body_neirong .branch {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}

.third_part_body .the_one_meeting .body_neirong .thetime {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  float: right;
}

.homepage_div .fourth_part {
  width: 1200px;
  font-size: 0;
  margin: 40px auto 50px;
}

.homepage_div .fourth_part .fourth_part_header {
  margin-bottom: 20px;
}

.homepage_div .fourth_part .fourth_part_header .fourth_part_header_left {
  display: inline-block;
}

.homepage_div .fourth_part .fourth_part_header .fourth_part_header_left .dian {
  width: 4px;
  height: 18px;
  background: var(--main-color, #409eff);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.homepage_div .fourth_part .fourth_part_header .fourth_part_header_left span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
}

.homepage_div .fourth_part .fourth_part_header .fourth_part_header_right {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  float: right;
  cursor: pointer;
}

.fourth_part .fourth_part_body .one_side_list {
  width: 588px;
  height: 632px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(81, 120, 191, 0.28);
  border-radius: 4px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.fourth_part .fourth_part_body .the_one_news {
  width: 588px;
  border-bottom: 1px solid #e5e5e5;
  /* height: 127px; */
  padding: 0 19px 0 19px;
  box-sizing: border-box;
  margin-top: 20px;
  padding-bottom: 20px;
}

.fourth_part .one_side_list:nth-child(1) {
  margin-right: 24px;
}

.fourth_part .one_side_list .the_one_news:nth-child(4) {
  border-bottom: none;
}

.fourth_part .fourth_part_body .the_one_news .news_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fourth_part .fourth_part_body .the_one_news .news_title span:hover {
  color: var(--main-color, #409eff);
  cursor: pointer;
}

.fourth_part .fourth_part_body .the_one_news .news_brief_introduction {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
  margin-bottom: 12px;
  height: 42px;
}

.fourth_part .fourth_part_body .the_one_news .branch img {
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.fourth_part .fourth_part_body .the_one_news .branch span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  vertical-align: middle;
}

.calendar_div {
  position: relative;
  width: 588px;
  height: 635px;
  display: inline-block;
  background: #ffffff;
  border-radius: 4px;
}

.calendar_div .calendar_zhegai::-webkit-scrollbar {
  display: none;
}
.calendar_div .calendar_zhegai .close_btn_box {
  margin: 20px 0;
  text-align: right;
  padding: 0 20px;
}
.calendar_div .calendar_zhegai .close_btn_box img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.calendar_div .calendar_div_header {
  margin: 30px 0 5px 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.calendar_div .calendar_div_title .el-select {
  width: 101px;
  height: 32px;
  display: inline-block;
}
.calendar_div .calendar_div_title .dian1 {
  width: 6px;
  height: 6px;
  background: #b8c7db;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.calendar_div .calendar_div_title .dian2 {
  width: 6px;
  height: 6px;
  background: #1081ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.calendar_div .calendar_div_title {
  display: inline-block;
}
.calendar_div .calendar_div_title .body {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #010101;
  vertical-align: middle;
}

.thespan {
  color: #1081ff !important;
  width: 40px;
  height: 40px;
  border: 2px solid #1081ff !important;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent !important;
}
.el-calendar .el-calendar__body {
  padding: 0;
}
.el-calendar .el-calendar__body .el-calendar-table thead {
  background-color: var(--main-color, #409eff);
}
.el-calendar .el-calendar__body .el-calendar-table thead th {
  font-size: 18px;
  color: #fff;
}
.el-calendar .el-calendar__body .el-calendar-table td {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.el-calendar .el-calendar__body .el-calendar-table td .el-calendar-day {
  text-align: center;
  height: 75px;
  position: relative;
}
.el-calendar .el-calendar__body .el-calendar-table td .el-calendar-day span {
  line-height: 36px;
  margin-top: 8px;
  display: inline-block;
  border: 2px solid transparent;
}
.el-calendar .el-calendar__body .el-calendar-table td .el-calendar-day .dian {
  width: 6px;
  height: 6px;
  background: #1081ff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 3px;
  top: 40px;
}
.el-calendar .el-calendar__header .el-calendar__title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.el-backtop,
.el-calendar-table td.is-today span {
  width: 40px;
  height: 40px;
  background: #b8c7db;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}
.el-calendar-table td.is-selected {
  background-color: transparent;
}
.calendar_zhegai_body .theone_meeting {
  padding: 0 50px 0 30px;
  margin-bottom: 30px;
}
.calendar_zhegai_body .theone_meeting .meeting_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 19px;
  cursor: pointer;
}
.calendar_zhegai_body .theone_meeting .meeting_title:hover {
  color: rgb(49, 94, 251);
}
.calendar_zhegai_body .theone_meeting .meeting_information div {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6d6d6d;
}
.calendar_zhegai_body .theone_meeting .meeting_information div .title {
  margin-right: 10px;
}
.calendar_zhegai_body .theone_meeting .meeting_information .meeting_address {
  margin-right: 29px;
}
.calendar_zhegai_body .theone_meeting .meeting_information .meeting_time {
  float: right;
}
.el-calendar-table .el-calendar-day:hover {
  background: none;
}
.el-calendar-table__row {
  font-size: 18px;
}

.current_day_data {
  width: 500px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(81, 120, 191, 0.28);
  border-radius: 4px;
  padding: 30px 20px 30px;
  box-sizing: border-box;
  position: absolute;
  left: -400%;
  top: 100%;
  overflow: hidden;
  cursor: context-menu;
  z-index: 1000;
}

.current_day_data .the_one {
  margin-bottom: 24px;
}

.current_day_data .the_one .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  line-height: 24px;
  text-align: left;
}
.current_day_data .the_one .title b:hover {
  color: var(--main-color, #409eff);
  cursor: pointer;
}

.current_day_data .the_one .body {
  margin-top: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: left;
}

.current_day_data .the_one .body b {
  font-weight: 400;
}

.current_day_data .the_one .body .address,
.current_day_data .the_one .body .belonging,
.current_day_data .the_one .body .time {
  display: inline-block;
}

.current_day_data .the_one .body .address span:nth-child(1),
.current_day_data .the_one .body .belonging span:nth-child(1),
.current_day_data .the_one .body .time span:nth-child(1) {
  margin-right: 10px;
}

.current_day_data .the_one .body .time {
  float: right;
}

.current_day_data .bottom_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: var(--main-color, #409eff);
  line-height: 24px;
  background-color: #fff;
  z-index: 9999;
}

.current_day_data .bottom_btn div {
  position: absolute;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}

.current_day_data .bottom_btn div span:nth-child(1) {
  margin-right: 7px;
}

.the_day_meetinglist {
  margin-bottom: 30px;
  overflow: auto;
  height: 225px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

.the_day_meetinglist::-webkit-scrollbar {
  display: none;
}
