html,
body {
    padding: 0;
    margin: 0;
    font-size: 0;
    background-color: #fafafa;
}

.app1 {
    background: #f5f5f5;
}

.header_title {
    width: 1200px;
    margin: 0 auto 0px;
    padding: 10px 0;
}
.header_title .header_title_left {
    display: inline-block;
    margin-right: 70px;
    overflow: hidden;
}
.header_title .header_title_right {
    float: right;
    margin-top: 13px;
}

.header_title .header_title_left .img_box{
    width: 434px;
}

.header_title .header_title_left .img_box img{
    width: 100%;
}

.header_title .header_title_right ul li{
    list-style-type:none;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-right: 52px;
    line-height: 44px;
}
.header_title .header_title_right ul li:last-child{
    margin-right: 0;
}
.header_title .header_title_right ul li .el-button {
    /* width: 110px; */
    height: 44px;
    padding: 0;
    background: #2267EC;
    border-color: #2267EC;
    border-radius: 2px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 20px;
}
.header_title .header_title_right ul li:hover {
    color: #2267EC;
}

.firdiv {
    /* width: 1200px; */
    min-width: 1200px;
    margin: 0 auto 40px;
}
.carouseldiv {
    /* width: 840px; */
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
}
.calendardiv {
    width: 360px;
    height: 380px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 18px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
}
.calendardiv .el-calendar__header {
    display: none;
}
.calendardiv .el-calendar-table .el-calendar-day {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    padding-right: 0;
    margin-left: 8px;
    padding-left: 0;
}

.calendardiv .el-calendar-table td,
.calendardiv .el-calendar-table tr td:first-child,
.calendardiv .el-calendar-table tr:first-child td {
    border: none;
}

.dian {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    background: #34B0FF;
    margin: 0 auto;
}

.calendardiv .el-calendar-table thead th {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2267EC;
    text-align: left;
    padding: 10px 0 10px 11px;
    text-align: center;
}
.calendardiv .select_div {
    padding: 10px 20px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.calendardiv .select_div .zhankai {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    float: right;
    line-height: 32px;
    cursor: pointer;
}

.calendardiv .select_div .el-select{
    width: 110px;
    height: 32px;
}

.calendardiv .changetime_div .button_div {
    float: right;
    width: 80px;
    height: 32px;
    background: #2267EC;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.calendardiv .el-calendar-table td.is-selected {
    background: none;
    color: #fff;
}

.calendardiv .el-calendar-table td.is-selected .el-calendar-day {
    background-color: #2267EC;
}

.calendardiv .changetime_div .changemonth {
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
}

.calendardiv .changetime_div .changemonth i {
    font-size: 20px;
    color: #2267EC;
    cursor: pointer;
    vertical-align: middle;
}

.calendardiv .changetime_div .changemonth span {
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
}

.seddiv {
    width: 1220px;
    margin: 0 auto;
}

.seddiv .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.seddiv .title span {
    border-bottom: 4px solid #2267EC;
    padding-bottom: 4px;
}

.seddiv .title .right_div {
    float: right;
}

.seddiv .title .right_div .left {
    width: 45px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #2267EC;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #2267EC;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 10px;
}

.seddiv .title .right_div .right {
    width: 45px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #2267EC;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #2267EC;
    cursor: pointer;
}

.seddiv .title .right_div .left:hover,
.seddiv .title .right_div .right:hover {
    color: #fff;
    background-color: #2267EC;
}

.recommend_div .recommend_meeting {
    width: 590px;
    height: 153px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 30px 20px 0 20px;
}

.el-carousel__item .recommend_meeting:nth-child(1),
.el-carousel__item .recommend_meeting:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 10px;
}

.el-carousel__item .recommend_meeting:nth-child(1),
.el-carousel__item .recommend_meeting:nth-child(3) {
    margin-right: 20px;
    margin-left: 10px;
}

.el-carousel__item .recommend_meeting:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}

.el-carousel__item .recommend_meeting .recommend_meeting_top .recommend_meeting_top_left:hover {
    color: #2267EC;
}

.el-carousel__item .recommend_meeting:hover .recommend_meeting_bottom .recommend_meeting_bottom_right div {
    background: #2267EC;
    color: #fff;
}

.el-carousel__item .recommend_meeting .recommend_meeting_top {
    display: flex;
    margin-bottom: 28px;
    justify-content: space-between;
}

.el-carousel__item .recommend_meeting .recommend_meeting_top .recommend_meeting_top_left {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    width: 293px;
    cursor: pointer;
    height: 48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-inline-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.el-carousel__item .recommend_meeting .recommend_meeting_top .recommend_meeting_top_right {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    vertical-align: top;
    float: right;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_left {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    display: inline-block;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_left div {
    display: inline-block;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_left span {
    vertical-align: top;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_left .address {
    margin-right: 40px;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_right {
    float: right;
    margin-top: -10px;
}

.el-carousel__item .recommend_meeting .recommend_meeting_bottom .recommend_meeting_bottom_right div {
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #2267EC;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2267EC;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    box-sizing: border-box;
}

.threediv {
    margin-top: 20px;
    padding-top: 40px;
    background-image: url(../img/backgroundimg.png);
    background-size: cover;
    height: 498px;
    min-width: 1200px;
}

.threediv .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.threediv .title span {
    border-bottom: 4px solid #fff;
    padding-bottom: 4px;
}

.threediv .title .right_div {
    float: right;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.threediv .threediv_ks {
    width: 1200px;
    margin: 0 auto;
}

.threediv .recent_meeting_box .recent_meeting {
    width: 385px;
    height: 183px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    padding: 28px 30px 0 30px;
    box-sizing: border-box;
}

.threediv .recent_meeting_box .recent_meeting:nth-child(1),
.threediv .recent_meeting_box .recent_meeting:nth-child(2),
.threediv .recent_meeting_box .recent_meeting:nth-child(4),
.threediv .recent_meeting_box .recent_meeting:nth-child(5) {
    margin-right: 22px;
}

.threediv .recent_meeting_box .recent_meeting:nth-child(1),
.threediv .recent_meeting_box .recent_meeting:nth-child(2),
.threediv .recent_meeting_box .recent_meeting:nth-child(3) {
    margin-bottom: 20px;
}

.threediv .recent_meeting_box .recent_meeting .title1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-inline-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.threediv .recent_meeting_box .recent_meeting .time {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 19px;
    margin-bottom: 20px;
}

.threediv .recent_meeting_box .recent_meeting .bottom .bottom_left {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    vertical-align: top;
    display: inline-block;
}

.threediv .recent_meeting_box .recent_meeting .bottom .bottom_left span {
    vertical-align: top;
}

.threediv .recent_meeting_box .recent_meeting .bottom .bottom_left .address {
    margin-bottom: 5px;
}

.threediv .recent_meeting_box .recent_meeting .bottom .bottom_right {
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #2267EC;
    border-radius: 4px;
    float: right;
    vertical-align: bottom;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2267EC;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.threediv .recent_meeting_box .recent_meeting .bottom .bottom_right:hover {
    color: #fff;
    background-color: #2267EC;
}

.fourdiv {
    width: 1200px;
    margin: 40px auto 57px;
}

.fourdiv .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.fourdiv .title span {
    border-bottom: 4px solid #2267EC;
    padding-bottom: 4px;
}

.fourdiv .title .right_div {
    float: right;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #000;
}

.fourdiv .all_meeting_div .all_meeting {
    width: 285px;
    height: 226px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 20px 0;
    vertical-align: top;
    cursor: pointer;
}

.fourdiv .all_meeting_div .all_meeting:hover .title1 {
    color: #2267EC;
}

.fourdiv .all_meeting_div .all_meeting:nth-child(1),
.fourdiv .all_meeting_div .all_meeting:nth-child(2),
.fourdiv .all_meeting_div .all_meeting:nth-child(3),
.fourdiv .all_meeting_div .all_meeting:nth-child(5),
.fourdiv .all_meeting_div .all_meeting:nth-child(6),
.fourdiv .all_meeting_div .all_meeting:nth-child(7) {
    margin-right: 20px;
}

.fourdiv .all_meeting_div .all_meeting:nth-child(1),
.fourdiv .all_meeting_div .all_meeting:nth-child(2),
.fourdiv .all_meeting_div .all_meeting:nth-child(3),
.fourdiv .all_meeting_div .all_meeting:nth-child(4) {
    margin-bottom: 20px;
}

.fourdiv .all_meeting_div .all_meeting .title1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    height: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-inline-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 14px;
}

.fourdiv .all_meeting_div .all_meeting .time {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-bottom: 15px;
}

.fourdiv .all_meeting_div .all_meeting .address {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    margin-bottom: 10px;
}

.fourdiv .all_meeting_div .all_meeting .company {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
}

.fourdiv .all_meeting_div .all_meeting .address span,
.fourdiv .all_meeting_div .all_meeting .company span {
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.fourdiv .all_meeting_div .all_meeting .title1:hover {
    color: #2267EC;
    cursor: pointer;
}

.sign_up_div1 {
    background-color: #999 !important;
    border: 1px solid #999 !important;
    color: #fff !important;
    cursor: context-menu !important;
}

.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: #34B0FF;
    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;
}

.el-calendar__body {
    padding: 0px 20px 10px;
}

.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: #2267EC;
    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;
}