
* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.ri {
    float: right;
}

.nomargin {
    margin-right: 0;
}

.coursesBox {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}

.topbox a {
    color: #333 !important;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

.overflow {
    overflow: hidden;
}

select {
    outline: none;
    border: none;
}

input {
    outline: none;
    border: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

/* 组件显示隐藏 */
.show {
    display: block !important;
}

.overflow {
    overflow: hidden;
}

.col333 {
    color: #333333;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.editInput {
    text-align: center;
    background: #c1c1c1;
}

.title_btn {
    margin-left: 20px;
}

@media screen and (min-width: 1900px) {
    .modal-dialog {
        width: 1200px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1899px) {
    .modal-dialog {
        width: auto !important;
    }

    #condition_box {
        width: 50%;
    }

    #condition_box_class {
        width: 50%;
    }
}

.box-body {
    overflow: auto;
}

.btn_active {
    color: #3c8dbc;
    border-color: #3c8dbc;
}

.search_input {
    border: 1px solid #CCC;
    padding: 0 5px;
    height: 34px;
    /*border-radius: 3px;*/
}

.select_search {
    cursor: text;
}

.select_search > input:focus + .owner_select {
    display: block;
}

.owner_select:hover {
    display: block;
}

.owner_select {
    padding: 0 12px;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 0 5px 5px rgb(20 20 20 /10%);
    padding-top: 10px;
}

.owner_select p {
    line-height: 30px;
    height: 30px;
}

.owner_select p:hover {
    background: #BBBBBB;
}

.form-group .msg {
    display: none;
    color: #ff4d4d;
}

.overflowTxt {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}

.myArrowDown::before {
    content: " ";
    background-image: url(/zydx-web/static/images/arrowdown.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -8px;
}

.myArrowUp::before {
    content: " ";
    background-image: url(/zydx-web/static/images/arrowdown.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    transform: rotate(180deg);
}

.myTable {
    background: #fff;
}

.myTable div {
    line-height: 30px;
    /*border-right: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}

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

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.flex-cell {
    flex: 1;
}