<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ccfbox {
    position: relative;
    width: 1200px;
    min-height: calc(100vh - 180px);
    padding-bottom: 180px;
    margin: auto;
}

.outLayout {
    width: 1200px;
    /* padding: 0 32px; */
    margin: auto;
}

.headAisde {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #113376;
    ;

}

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

.logomin span {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-left: 8px;
}

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

.conmin .conmin_text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    padding-right: 21px;
}

.inputmin .el-input-group {
    width: 452px;
    height: 40px;
}

.inputmin .el-input-group__append {
    width: 40px;
    height: 38px;
    background: #0388FF;
    padding: 0;
    text-align: center;
    border: 1px solid #0388FF;

}

.mymin {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}

.mymin .el-dropdown-link {
    cursor: pointer;
}

.outLayout .conminright {
    display: flex;
}

.menumin {
    padding-top: 14px;
    width: 291px;
}

.menumin_title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 0 24px;
}

.menumin_con {
    padding: 20px 8px;
    padding-bottom: 10px;
}

.menu_c {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-row-gap: 4px;
    grid-column-gap: 8px;
}

.menu_c_item {
    height: 69px;
    opacity: 0.6;
    text-align: center;
}

.menu_c_itemtext {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.menu_c_item:hover {
    background: #F5F5F5;
    cursor: pointer;
    opacity: 1;
}

.menu_c_item img {
    margin-top: 14px;
}


.menu_btn_text {
    height: 40px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    opacity: 0.6;
}

.menu_btn_text:hover {
    background: #E8E8E8;
    cursor: pointer;
    opacity: 1;
}

.menu_btn_text img {
    margin-right: 10px;
}

.ccfmenu {
    padding: 20px 0;
    padding-bottom: 0px;
}

.el-input--mini .el-input__inner {
    height: 40px;
}

.formitem1 {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.formitem1 .el-form-item--mini .el-form-item__label {
    line-height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
}

.formitem1 .el-checkbox-group {
    line-height: 40px;
    height: 40px;
}

.formitem1 .custom-label-left .el-form-item__label {
    text-align: left;
    width: 44px !important;
}

.formitem1 .custom-label-left .el-form-item__content {
    text-align: left;
    margin-left: 48px !important;
}

.formitem1 .custom-label-checkbox {
    margin-right: 24px;
}

.formitem1 .el-checkbox__label {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
}

.formitem1 .el-input__inner {
    font-size: 16px;
}

.formitem1 .el-color-picker__icon,
.el-input,
.el-textarea {
    width: 200px;
}

.formitem1 .el-form-item--mini.el-form-item {
    margin-bottom: 0;
}



.classifyActivecolor {
    font-weight: bold;
    font-size: 16px;
    color: #0388FF;
}

.classifyActive {
    background: rgba(3, 136, 255, 0.1);
    color: #0388FF !important;
}

.formitem2 .timemin {
    display: flex;
    align-items: center;
}

.timemin .time_title {
    width: 71px;
    line-height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    margin-right: 16px;
}
.timemina{
    align-items: initial !important;
}
.timemin .classifyItem {
    margin-left: 4px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    margin-right: 0px;
    height: 32px;
}

.timemin .classifyItem:last-child {
    margin-right: 16px;
}

.select_l {
    margin-left: 8px;
}

.formitem2 {
    display: flex;
    /* align-items: center; */
    margin-bottom: 22px;
}

.formitem2 .el-form-item {
    margin-bottom: 0px;
}

.formitem2 .el-checkbox-group {
    line-height: 40px;
    height: 40px;
}

.formitem2 .el-form-item__label {
    line-height: 40px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
}

.formitem2 .el-range-editor--mini.el-input__inner {
    height: 40px;
}

.formitem2 .el-range-editor--mini .el-range-input {
    font-size: 16px;
}

.formitem2 .el-range-editor--mini .el-range-separator {
    font-size: 16px;
    line-height: 32px;
}

.formitem2 .custom-label-times .el-form-item__content {
    margin-left: 0px !important;
}

.formitem2 .el-date-editor--daterange.el-input__inner {
    width: 270px;
}

.formitem2 .custom-label-form .el-form-item__label {
    width: 150px !important;
}

.formitem2 .custom-label-form .el-form-item__content {
    margin-left: 150px !important;
}

.formitem2 .el-checkbox__label {
    font-size: 16px;
    color: #333333;
}

.formitem2 .urlbtn {
    width: 96px;
    height: 32px;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formitem2 .mainBtnL {
    width: 50px;
    /* margin-left: 70px; */
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #0388FF;
    line-height: 32px;
    cursor: pointer;
    display: flex;
    /* padding-top: 6px; */
}

.mainBtnL .el-icon-arrow-down {
    padding-top: 7px;
    padding-left: 2px;
}

.mainBtnL .el-icon-arrow-up {
    padding-top: 7px;
    padding-left: 2px;
}

.timemin-collapsed {
    height: 56px;
    /* 根据需要调整高度 */
    overflow: hidden;
}

.formitem2 .custom-label-live {
    margin-left: 171px;
}

.formitemarea {
    margin-bottom: 0px;
}

.formitemarea .classifyItem {
    margin-bottom: 16px;
}

.formitemarea .timemin .time_title {
    width: 71px;
}

.formitem2 .timemin .areamin {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.formitem2 .timemin .areamin .classifyItem {
    height: 32px;
}

.ccfcontent .ccfcontent_header {
    padding: 8px 24px;
    background: #F5F5F5;
}

.ccfcontent_header {
    display: flex;
}

.ccfcontent_header .ccfcontentmin {
    display: flex;
    font-size: 16px;
    flex: 1;
    line-height: 32px;
}

.ccfcontentmin .ccfcontent_title {
    margin-right: 10px;
}

.ccfcontentmin .classifyItem {
    margin-right: 32px;
    cursor: pointer;
}

.ccfcontentmin .classifyItem span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    padding-left: 8px;
}

.ccfcontent_header .ccfcontentimg {
    display: flex;
}

.ccfcontentimg .ccfcontentimg_one {
    margin-right: 24px;
    cursor: pointer;
}

.ccfcontentimg .ccfcontentimg_two {
    cursor: pointer;
}

.ccfmeeting {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    grid-row-gap: 32px;
    grid-column-gap: 14px;
    padding: 16px 0;
}

.ccfmeeting_item {
    border: 1px solid transparent;
}

.ccfmeeting_item:hover {

    /* border: 1px solid #0388FF; */
    cursor: pointer;
}

.ccfmeeting_item_img {
    position: relative;
    max-height: 219px;
    /*min-height: 184px; */
}

.ccfmeeting_item_img img {

    width: 100%;
    height: 100%;

}

.ccfmeeting_item_img .ccfmeeting_item_img_l {
    position: absolute;
    left: 0;
    top: 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;

}



.ccfmeeting_item_img .ccfmeeting_item_img_r {
    position: absolute;
    right: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.logomin img {
    width: 57px;
    height: 43px;
}
.ccfmeeting_item_img .ccfmeeting_item_img_r .item_img_a {
    background-color: rgba(89, 139, 237, 1);
    width: 36px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ccfmeeting_item_img .ccfmeeting_item_img_r .item_img_b {
    background-color: rgba(62, 62, 62, 1);`
    padding: 4px;
    /* height: 24px; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ccfmeeting_item_img .ccfmeeting_item_img_r span img {
    width: 13px;

}

.ccfmeeting_item_img .ccfmeeting_item_img_rb {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.39);
    color: #fff;
    border-radius: 2px 0px 0px 0px;
}

.ccfmeeting_item_img .ccfmeeting_item_img_rb img {
    width: 9px;
    height: 12px;
}

.ccfmeeting_item_con .ccfmeeting_item_con_title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.ccfmeeting_item_con .ccfmeeting_item_con_time {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 4px;
    display: flex;
}

.ccfmeeting_item_con_time_l {
    margin-right: 8px;
}

.ccfmeeting_item_con_time_type {
    display: flex;
    flex-wrap: wrap;
    flex: 1 ;
    max-height: 60px;
    overflow: hidden;
}

.ccfmeeting_item_con_time_type .time_type_a {
    background: #E8E8E8;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-right: 8px;
    padding: 2px 4px;
    margin-bottom: 6px;
    height: 22px;
}

.ccfmeeting_item_con .ccfmeeting_item_con_c {
    display: flex;
    align-items: center;
}

.ccfmeeting_item_con_c .item_con_c_l {
    /* display: flex; */
    flex: 1;
    align-items: center;

}

.ccfmeeting_item_con_c .item_con_c_l img {
    padding-right: 6px;

}

.ccfmeeting_item_con_c .item_con_c_r {
    display: flex;

}

.item_con_c_r .item_con_c_r_btn {
    border-radius: 2px;
    border: 1px solid rgba(3, 136, 255, 0.3);
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #0388FF;
    line-height: 24px;
    padding: 3px 8px;
    margin-left: 8px;
}

.ccfmeeting_item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    background: #0388FF;
    border-radius: 2px;
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
}

.ccfmeeting_item_btn:hover {
    background: #339FFF;
}
.inputnew{
    margin-top: 30px;
}
#pageint{
    width: 50px;
    height: 32px;
    margin: 0 4px;
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    text-align: center;

}
.el-pagination__jump{
    display: none !important;
}
input:focus {
    outline: none;  /* 先移除默认的轮廓样式 */
    border: 1px solid blue;  /* 设置蓝色边框 */
}

.nullbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    background: #FF8500;
    line-height: 32px;
    border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    cursor: pointer;
    width: 274px;
    margin-left: 16px;
    color: #fff;
}

.nullbtn:hover {
    background: #FFAE55;
}

.switchmin {
    display: flex;
    justify-content: center;
}

.ccfmeeting1 {
    padding: 16px 0;
}

.ccfmeeting1 .ccfmeeting_item_img {
    max-height: 219px;
    max-width: 349.5px;
}

.ccfmeeting1 .ccfmeeting_item {
    display: flex;
    margin-bottom: 16px;
    border-radius: 4px;
    /* border: 1px solid transparent; */
    height: 184px;

}

.ccfmeeting1 .ccfmeeting_item_con {
    flex: 1;
    padding: 8px 16px;
    border: 1px solid transparent;

}

.ccfmeeting_item_con:hover {
    border: 1px solid #0388FF;
    border-left: 1px solid transparent;
}

.ccfmeeting1 .ccfmeeting_item_btn {
    margin-top: 0px;
    width: 274px;
    margin-left: 16px;
}

.ccfmeeting1 .item_con_c_r_btn {
    height: 40px;
    padding: 0 8px;
    line-height: 40px;


}

.ccfmeeting1 .ccfmeeting_item_con_c .item_con_c_r {
    display: flex;
    /* align-items: flex-end; */
    /* 将子元素靠底部对齐 */
}

.ccfmeeting1 .ccfmeeting_item_con_c {
    padding-top: 12px;
}

.ccfmeeting1 .ccfmeeing_item_img {
    position: relative;
}


.ccfmeeting1 .ccfmeeting_item .ccfmeeting_item_img img {
    width: 100%;
    height: 100%;
}

.ccfmeeting1 .ccfmeeting_item:hover {
    /* border: 1px solid #0388FF; */
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: rgba(3, 136, 255, 1) !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #0388FF;
}

.item_con_c_r_btn:hover {
    background-color: rgba(3, 136, 255, 0.1);
}

.EN {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #0388FF;
    background: #F5F5F5;
        border: none !important;
    height: 42px !important;
    line-height: 42px;
}
.EN:hover {
background: #E8E8E8;
}
.inputmin .el-input__inner {
    border: 1px solid rgba(3, 136, 255, 1);
}

.el-pagination {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.el-pager li {
    width: 37px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    color: rgba(0, 0, 0, 0.65);
}

.el-pager li.active {
    background: rgba(3, 136, 255, 0.1);
    border-radius: 2px;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
    width: 37px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
}

.el-pagination__total,
.el-pagination__jump {
    line-height: 38px !important;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 38px !important;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    font-size: 14px;
}

.totalitem {
    color: rgba(3, 136, 255, 1);
    line-height: 37px !important;
    text-align: center;
}

.pagination-custom-text {
    font-family: MicrosoftYaHei;
    font-size: 14px !important;
    color: #666666;
    line-height: 37px !important;
    font-weight: 500;
    margin-right: 16px;
}

.footermin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.queren {
    width: 65px;
    height: 32px;
    background: #E8E8E8;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 4px;
    cursor: pointer;
}

.el-pagination__editor.el-input {
    margin: 0 4px;
}
.abc{
    padding-top: 12px !important;
}
.el-date-editor .el-range-separator{
    margin-right: 6px;
}
.el-pager li{
    font-weight: 500;
}
.timemin .time_title1{
    margin-left: 80px;
    width: 32px;
    margin-right: 16px;
    font-family: MicrosoftYaHei;
font-size: 16px;
color: #666666;
line-height: 32px;
text-align: right;
}
.el-pagination__editor.el-input .el-input__inner{
    height: 32px;
}
.el-date-editor .el-range-input{
    font-size: 16px;
}
.inputmin .el-input__inner{
    font-size: 16px;
}
.nullbtnnull {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    background: #0388FF;
    border-radius: 2px;
    opacity: 0.3;
    border-radius: 2px;
    height: 40px;
    width: 274px;
    margin-left: 16px;
    cursor: pointer;
    cursor:not-allowed;
}</pre></body></html>