[v-cloak] {
    display: none;
}
.treeBody {
    padding: 10px 0;
    box-sizing: border-box;
    min-width: 200px;
}

.treeBody ul li{
    cursor: pointer;
}

.types-tree {
    width: 100%;
}

.tipRequied {
    color: red;
    font-style: normal;
    font-weight: 600;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    min-width: 120px;
}

#selectTreeBody {
    display: none;
    padding: 10px;
    width: 250px;
    max-height: 350px;
    overflow: auto;
    overflow: auto;
    background-color: #fff;
    position: absolute;
    z-index: 9;
    top: 38px;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.8), 0 0 8px rgba(51, 202, 187, 0.5);
    border-color: #0068FF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
}

.marginTop10 {
    margin-top: 10px;
}

.width5 {
    width: 5%;
}

.card .card-toolbar .lineSearch {
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.card-toolbar .lineSearch .input-group {
    display: inline-table;
}

.card-toolbar .lineSearch .input-group {
    width: 200px;
}

.width30 {
    max-width: 230px;
    display: inline-block;
    padding-right: 0px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid #eee;
}

.width70 {
    width: calc(100% - 230px);
    display: inline-block;
}

.flexBody {
    display: flex;
    flex-wrap: nowrap;
}

.hideTable {
    table-layout: fixed;
}

.textHide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*width: 50px;*/
}

.hideTh {
    display: inline-block;
    width: 100px;
}

.flexCenter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.width180 {
    max-width: 180px;
}

.jstree-default-contextmenu {
    display: none !important;
}

.commonDept {
    padding: 5px;
    box-sizing: border-box;
}

.commonDept_h3 {
    font-size: 18px;
}

.pagination > li > a, .pagination > li > span > select {

}

.table thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.labelTips {
    font-size: 12px;
    margin-left: 5px;
    color: red;
}

.input-group select.width33 {
    width: 33.33334%;
}

.width160 {
    width: 160px !important;
}

.padding2 {
    padding: 2px !important;
}

.sysColor {
    color: #33cabb;
}

.errorColor {
    color: #f96868;
}

.input-group .form-control.width25 {
    width: 25%;
}

.headerTab {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.headerTab div {
    width: 132px;
}

.headerTab div .commonDept_h3 {
    font-size: 14px;
}

.headerTab div.active {
    background-color: #0068FF;

}

.headerTab div.active .commonDept_h3 {
    color: #fff;
}

.deviceList li {
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}

.deviceList li.active {
    background-color: #0068FF;
    border-radius: 5px 0 0 5px;
}

.deviceList li.active span {
    color: #fff;
}

.typehHeader {
    padding: 20px 10px 10px;
    color: #333;
    font-weight: 600;
    border-top: 1px dashed #f1f1f1;
}

.tabTitleHeader {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    display: inline-block;
    margin-bottom: 0;
}

.lineHeight38 {
    line-height: 38px;
}

.cardNumber {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-top: 6px;
    margin-bottom: 0;
    position: relative;
}

.cardNumberSpan {
    font-size: 15px;
    position: absolute;
    top: 14px;
    margin-left: 6px;
}

.flex {
    display: flex;
}


.tabHeader {
    display: flex;
    font-size: 12px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.fixed {
    position: fixed;
    width: 271px;
}

.left25 {
    left: 25%;
}

.left321 {
    left: 271px;
    width: calc(100% - 271px);
}


.leftBody {
    display: inline-block;
    width: 80px;
}

.rightBody {
    display: inline-block;
    width: calc(100% - 80px);
}

.backColor {
    background-color: #5E85FEFF;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.height340 {
    min-height: 340px;
    height: calc(100% - 24px);
}

.height150 {
    height: 150px;
}


.height110 {
    height: 150px;
}


#backImgList {
    display: none;
}

.cardHeader {
    display: flex;
    justify-content: space-between;
}


.cardLeft {
    font-size: 50px;
    width: 40%;
    /* text-align: center; */
    display: inline-block;
}

.cardHeader .cardLeft {
    font-size: inherit;
}


.cardRight {
    width: 59%;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

.cardRight img {
    width: 59px;
    margin: 0 auto;
}

.cardRight p span {
    font-weight: 600;
}


.heigth200 {
    height: 200px;
}

.cardBottom {
    margin-top: 20px;
}

.leftTree {
    min-height: 630px;
    overflow-y: auto;
}

.noData {
    color: #333;
    text-align: center;
}

.noData .noDataImg {
    width: 200px;
    height: 180px;
    margin: 100px auto 30px;
}

.noData .noDataImg img {
    width: 100%;
    height: 100%;
    border: none;
}

.noData p {
    font-size: 20px;
    font-weight: 600;
}

.noData label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    margin-top: 10px;
}


.minHeight620 {
    min-height: 620px;
}

.noDataTip {
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    color: #5e85fe;
    line-height: 250px;
}

.breadCard {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.breadCard span {
    margin: auto 4px;
    color: #333;
    font-weight: 600;
}

.breadCard .spanGt {
    color: #333;
    opacity: 0.7;
}

.buildBody {
    width: 100%;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(
            180deg, rgba(0, 159, 255, 0.03), rgba(171, 218, 247, 0.46));
    border-radius: 10px;
}

.cardTable .card-header {
    font-weight: 600;
    font-size: 16px;
}

.cardTable .card-body dl dt {
    font-size: 14px;
    color: #333;
    opacity: 0.7;
    font-weight: 400;
}

.cardTable .card-body dl {
    margin-bottom: 0;
}

.cardTable {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 104, 255, 0.1);
    margin-bottom: 12px;
    /*max-width: 32%;*/
    /*min-width: 300px;*/
}

.cardTableFlex {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 104, 255, 0.1);
    margin-bottom: 12px;
    max-width: 30%;
    min-width: 292px;
    min-height: 467px;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #0269ff;
}

.schoolBack {
    border: 5px solid #0068ff;
    border-radius: 5px;
    /* min-height: 500px; */
    height: auto;
}

.buildList .buildList-item {
    margin-right: 10px;
}


.schoolBack img {
    width: 100%;
    height: 100%;
    /* min-height: 500px; */
    border: none;
}

.buildList-item-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    height: 42px;
    margin-top: 5px;
}

.buildList-item-header h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bulidImg {
    position: relative;
    cursor: pointer;
}

.bulidImg .bulidImg-img {
    width: 100%;

}

.bulidImg-img img {
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.buildMark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 104, 255, 0.40);
    display: none;
    text-align: center;
}

.buildMark p {
    color: #fff;
    opacity: 0.7;
    margin-top: 30%;
    /* font-weight: 600; */
    font-size: 14px;
}

.bulidImg:hover .buildMark {
    display: block;
}

.equipmentList-item {
    overflow: hidden;
}

.equipmentList .equipmentList-item-header {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.equipmentList-list {
    opacity: 0.7;
    font-size: 12px;
    margin-bottom: 10px;
}

.classList {
    padding: 0;
}

.classList .buildList-item-header {
    padding: 0 15px;
}

.classList .equipmentList {
    position: absolute;
    display: none;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 220px;
}

.classList .buildList-item-body .bulidImg .bulidImg-img img {
    min-height: 420px;
}

.classList .bulidImg:hover .buildMark {
    display: none;
}

.classList:hover .equipmentList {
    display: block;
}

.cardCommon .cardHeader {
    align-items: center;
}

.cardLeft img {
    width: 40px;
}

.cardCommon .cardRight {
    text-align: left;
}

.cardCommon {
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.buleCard {
    background: #fff url("../images/equipment/blueCard.png") no-repeat;
}

.purpreCard {
    background: #fff url("../images/equipment/purperCard.png") no-repeat;
}

.greenCard {
    background: #fff url("../images/equipment/greenCard.png") no-repeat;
}

.yellowCard {
    background: #fff url("../images/equipment/yellowCard.png") no-repeat;
}

.buleWhiteCard {
    background: #fff url("../images/equipment/blueWhiteCard.png") no-repeat;
}

.pinkCard {
    background: #fff url("../images/equipment/pinkCard.png") no-repeat;
}

.cardCommon .cardRight .cardLabel {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}

.cardCommon .cardRight .cardH3 {
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    line-height: 18px;
}

.cardCommon .cardHeader .cardLeft {
    font-size: inherit;
    width: 33%;
}

.cardCommon .cardRight {
    width: 66%;
}

.class_img {
    border: 5px solid #0068ff;
    border-radius: 5px;
}

.class_img img {
    border: none;
    margin: 0;
    padding: 0;
}

.class_img .classHeader {
    position: absolute;
    left: 30px;
    top: 15px;
    width: calc(100% - 60px);
}

.class_body {
    min-height: 339px;
    position: absolute;
    top: 50px;
    width: calc(100% - 60px);
    left: 30px;
    /*background-color: #de9b9b61;*/
}

/*窗帘*/
.class_body .class_curtains {
    position: absolute;
    left: 50px;
    top: 20%;
}

/*空调*/
.class_body .class_air {
    position: absolute;
    left: 50%;
    top: 10px;
}

/*灯*/
.class_body .class_lamp {
    position: absolute;
    left: 60%;
    top: 20px;
}

/*一体机*/
.class_body .class_project {
    position: absolute;
    left: 45%;
    top: 20%;
}

/*门锁*/
.class_body .class_doorLock {
    position: absolute;
    right: 50px;
    top: 45%;
}


/*投影仪*/
.class_body .class_spotlight {
    position: absolute;
    left: 20%;
    top: 50px;
}

/*三相空开*/
.class_body .class_airSwitch {
    position: absolute;
    right: 20%;
    top: 20%;
}

.class_body div {
    width: 41px;
    height: 41px;

}

.class_body div img {
    border: none;
    width: 100%;
    height: 100%;
}

.commonnTextarea {
    min-height: 100px;
    resize: vertical;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.f-w-6 {
    font-weight: 600;
}

.headerP {
    position: absolute;
    left: 42%;
    top: 40%;
    z-index: 99;
}


.alarmList .buildList-item {
    width: 245px;
    height: 300px;
    border-radius: 10px;
    background: linear-gradient(315deg, #ff1a1a 0%, #ffb323 70%, #FFF144 100%);
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
}

.alarmList .buildList-item .alarm-Num {
    position: absolute;
    font-style: italic;
    right: 0;
    color: rgba(255, 255, 255, 0.05);
    font-size: 130px;
    top: 0;
}

.alarmList .buildList-item .bulidImg {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    word-break: break-all;
}

.alarmList .buildList-item .bulidImg .alarm-control {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alarmList {
    width: 100%;

}

.alarmList-item {
    width: 100%;
    height: 130px;
    padding: 15px 0 0 20px;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    color: #fff;
}

.alarmList-item .alarmReason {
    font-weight: 600;
    font-size: 14px;
    word-break: break-all;
}

.alarmList-item .alarmPostion {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.alarmList-item .alarmPostion span {
    font-weight: 600;
    color: #fff;
}

.m-r-20 {
    margin-right: 20px;
}

.btn-default-con {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.alarmList-XJ .buildList-item .alarm-Num {
    left: 0;
}

.alarmList-XJ .buildList-item {
    background: linear-gradient(315deg, #0068FF 0%, #009FFF 70%, #1EE0FF 100%);
    background: linear-gradient(315deg, #0d2cfa 0%, #0d2cfa 14%, #0068ff 35%, #009fff 51%, #1ee0ff 100%);
}

.rigthIcon {
    float: right;
    width: 26px;
    height: 26px;
    background-color: #fff;
}

.rigthIcon img {
    width: 100%;
    height: 100%;
    border: none;
}

#alarmTip, #noTipHref {
    display: none;
}

.solveBx,.solveTitleBx{
    position: relative;
    padding:0 20px 0 40px;
    width: 100%;
    box-sizing: border-box;
}

#showTipModal {
    display: none;
    position: fixed;
    width: 420px;
    height: 190px;
    right: 17px;
    z-index: 9;
    bottom: -10px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 25px!important;
}

.commonDept {
    position: relative;
    min-height: 450px;
}

.commonDept .btn-secondary {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mySwiper,.card-actions .mdi-close {
    cursor: pointer;
}

#showCo2TipModal {
    display: none;
    position: fixed;
    width: 420px;
    height: 190px;
    right: 17px;
    z-index: 9;
    bottom: -10px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.loadImg {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
    text-align: center;
    z-index: 9;
    width: auto;
    top: 0px;
    left: 20px;
    line-height: 100vh;
    right: 15px;
    display: block;
}

.loadImg img {
    width: 200px;
    height: 200px;
    border: transparent;
}

.indentText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    cursor: pointer;
}

.classFlex {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.classCard {
    width: 13.8%;
    margin: auto;
    display: inline-block;
}

.class_environmental {
    position: absolute;
    left: 104px;
    top: 46%;
}

.class_environmental1 {
    position: absolute;
    left: 87%;
    top: 46%;
}

.class_environmental2 {
    position: absolute;
    left: 104px;
    top: 66%;
}

.class_environmental3 {
    position: absolute;
    left: 87%;
    top: 66%;
}

.class_environmentalIcon {
    width: 41px;
    height: 41px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 41px;
    background-color: #0091ff;
    font-size: 22px;
}

.el-tree {
    height: 500px !important;
    /*min-height: 500px;*/
    /*height: auto !important;*/
    overflow: auto;
    padding-bottom: 50px;
    width: 300px;
}

.floorList {
    overflow: auto;
}

.buleCardShandow {
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 147, 255, 0.16);
}

.cardCircle {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #3897EC;
    color: #4d9fec;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%
}

.commonPregress {
    display: inline-block;
    width: 180px;
}

.yellowTr {
    background-color: #ff7c38;
    color: #fff;
}

.eleBoxUl {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    margin-top: 10px;
}

.eleBoxUl .eleBoxUlItem {
    position: relative;
}

.eleBoxUl .eleBoxUlItem .imgBox {
    width: 110px;
    height: 110px;
    /* position: relative; */
    margin-bottom: 20px;
}

.eleBoxUl .eleBoxUlItem .titleHead {
    text-align: center;
    position: absolute;
    z-index: 2;
    width: 110px;
    top: 26px;
}

.flexBoxPage {
    /*    display: flex;
        justify-content: space-between;*/
    position: relative;
}

.fLeaft {
    width: 250px;
    float: left;
    margin: 0 auto;
    position: fixed;
}

.fReaft {
    width: calc(100% - 250px);
    margin-left: 250px;
}

.commPage {
    padding: 10px 0;
    background-color: #f4f5f9;
    border-left: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    height: 100%;
    width: 984px;
}

#printId {
    width: 794px;
    height: auto;
    margin: 0 auto;
}

.pageCss {
    width: 794px;
    height: 1123px;
    background-color: #fff;
    position: relative;
    padding: 60px 80px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    font-size: 0;
}

.titleImg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.titleImg img {
    width: 100%;
    height: 100%;
    border: none;

}

.titleHeader {
    z-index: 2;
    position: absolute;
    top: 210px;
    left: 120px;
    /*letter-spacing: 0.2em;*/
    font-size: 46px;
    font-weight: 600;
    color: #000000;
    -webkit-text-stroke-color: #707070;
}

.titleHeaderB {
    position: absolute;
    top: 280px;
    left: 120px;
    font-size: 64px;
    color: #19A89C;
    letter-spacing: 0.41em;
}


.eleBoxUl .eleBoxUlItem .lyear-switch {
    margin-left: 20px;
}

.pageLast {
    position: absolute;
    right: 80px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    bottom: 80px;
    color: #000000;
    -webkit-text-stroke-color: #707070;
}

.homePage {
    padding: 0 !important;
}

.commonPageCssHeader {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.commonPageCssHeader .commonPageCssHeaderImg {
    width: 100%;
}

.commonPageCssHeader .commonPageCssHeaderImg img {
    width: 100%;
}

.commonPageCssHeader span {
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    top: 29px;
    left: 24px;
}

.commonPageCssHeader b {
    position: absolute;
    color: #000;
    font-size: 22px;
    line-height: 36px;
    top: 28px;
    left: 62px;
    font-weight: 700;
}

.itemHeader {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 26px;
}

.commonText {
    text-indent: 2em;
    line-height: 36px;
    letter-spacing: 0.5mm;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    /* font-family: 'Material Design Icons'; */
    font-family: initial;
}

.m-t-36 {
    margin-top: 36px;
}

.pageTable {

    /*border-color:  #44adc8;*/

    border: 1px solid #4BACC6;
}

.pageTable thead {
    background-color: #4BACC6;
}

.pageTable thead tr th {
    color: #fff;
    font-size: 14px;
}

.pageTable > tbody > tr > td, .pageTable > tbody > tr > th, .pageTable > tfoot > tr > td, .pageTable > tfoot > tr > th, .pageTable > thead > tr > td, .pageTable > thead > tr > th {
    border-color: #4BACC6;
    padding: 5px;
}

.timePageTable {
    margin-top: 20px;
}

.timePageTable thead tr th {
    font-size: 18px;
    line-height: 36px;
}

.timePageTable > tbody > tr > td, .timePageTable > tbody > tr > th, .timePageTable > tfoot > tr > td, .timePageTable > tfoot > tr > th, .timePageTable > thead > tr > td, .timePageTable > thead > tr > th {
    padding: 5px;
    color: #333;
    font-size: 18px;
}

.table-striped.timePageTable tbody tr:nth-of-type(odd) {
    background-color: #dbe5f2;
}

.table-bordered.timePageTable {
    border-color: #eceeef;
}

.selActive .active {
    color: #ffffff;
    font-weight: 600;
    background-color: #18a195;
}

.selActive li:hover{
    color: #ffffff;
    font-weight: 600;
    background-color: #18a195;
}

.list-unstyled:hover, .list-unstyled.active {
    cursor: pointer;
}

.itemLeftBody .tabHeader {
    font-size: 16px;
}

.itemLeftBody p {
    font-size: 18px;
}

.itemLeftBody .cardNumber {
    font-size: 28px;
}

#lyear-loading .text-primary {
    color: #0068FF !important;
}

.f-w-4 {
    font-weight: 400 !important;
}

/*去除小箭头 */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.minHeight450 {
    min-height: 450px;
}

.flexBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}


.strategybox {
    height: 292px;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #EEEEEE;
    padding: 30px 30px 0;
    width:48%;
    margin-bottom: 48px;
    display: inline-block;
    position: relative;
}

.strategybox:nth-child(2n+2){
    margin-left: 5px;
}

.strategybox:first-child{
    margin-left: 0;
}


.strategybox:last-child {
    border: none;
}


.strategybox-body .leftImg {
    width: 280px;
    border-right: 1px solid #EEEEEE;
}

.strategybox-body .leftImg img {
    width: 106px;
    height: 106px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: none;
    margin-left: 18px;
    margin-top: 10px;
}

.strategybox-body .leftImg .leftImgTitle {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategybox-body .rightBody {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

.strategybox-body .rightBody .rightP {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strategybox-body .rightBody .rightP span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.strategybox-body .rightBody .rightP b {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
}

.strategybox-footer {
    border-top: 1px solid #EEEEEE;
    height: 66px;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strategybox-footer .strategybox-desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.strategybox:last-child {
    padding: 0;
}

.strategybox .strategyboxItem {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgb(0 104 255 / 10%);
    border-radius: 4px;
    opacity: 1;
    width: 48.5%;
    display: inline-flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.strategybox .strategyboxItem img {
    width: 108px;
    height: 108px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: none;
    margin-left: 26px;
}

.strategybox .strategyboxItem span {
    font-size: 22px;
    font-weight: bold;
    color: #0068FF;
    line-height: 32px;
    white-space: nowrap;
    margin-left: 8px;
}

.strategybox .strategyboxItem:first-child {
    margin-right: 10px;
}

.elBox{
    display: inline-block;
}

.cardBoxUl{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.cardBoxLi {
    width: 32%;
    height: 182px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 16px;
}

.cardBoxLi-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.cardBoxLi-header .lyear-checkbox span {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cardBoxLi-header img {
    width: 60px;
    height: 60px;
    border: none;
}

.cardBoxLi-desc {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
 /*显示几行*/
    -webkit-line-clamp: 3;
}

.height100{
    height: 100%;
}

.width100 {
    width: 100%;
}

/* 时间选择框样式调整 */
.el-date-editor .el-input__inner{
    border-radius: 0;
    border:1px solid #ebebeb;
    color: #8b95a5;
}

.leftWidth{
    width: 0;
    padding: 0 10px;
}

.textCenter {
    text-align: center !important;
}

@media (min-width: 1500px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1200px) {

}


@media (max-width: 768px) {
    .input-group .form-control.width25 {
        width: 100%;
    }

    .input-group .form-control.width33 {
        width: 100%;
    }

    .input-group-addon {
        min-width: 92px;
    }
}

/* 设置只展示时分，隐藏秒那一列 */
/* 去除默认样式 */
.laydate-time-list ol{
    list-style: none;
}

.laydate-time-list {
    padding-bottom: 0;
    overflow: hidden;
}

.laydate-time-list > li {
    width: 50% !important;
}

.laydate-time-list > li:last-child {
    display: none;
}

.laydate-time-list ol li {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center !important;
}

.icon-bianji,.mdi-close-circle-outline,.icon-kaiguan{
    cursor: pointer;
}

/*自定义模式控制样式*/
.modelBack {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #fff;
}

.mode-item {
    width: 258px;
    height: 348px;
    margin: 40px;
    position: relative
}

.mode-item .mdi-close-circle-outline {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
}

.mode-item .icon-bianji {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
}

.mode-item .image {
    height: 248px;
    background-color: beige;
}


.mode-item .footer {
    height: 100px;
    background: aliceblue;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 104, 255, 0.10);
    overflow: hidden
}

.mode-item .footer .name {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #0068ff;
}

.mode-item .footer .state {
    position: absolute;
    left: 20px;
    bottom: 25px
}

.mode-item .footer .icon-kaiguan {
    position: absolute;
    right: 20px;
    bottom: 25px;
    font-size: 30px;
    color: red
}
