* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(238, 233, 233, 0.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.cms-search-library {
    font-size: 14px;
    padding: 20px 0;
    height: 100%;
    width: 100%;
    background: #fff;
    min-width: 1000px;
}

.actions {
    margin-bottom: 20px;
}

.topsearch-input {
    height: 40px;
    border: 1px solid #ddd;
    text-indent: 10px;
    width: 300px;
}

.topsearch {
    margin: 25px 0 15px;
}

.search-condition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    flex-direction: column;
}

.searchtiaojian {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

.search-result {
    width: 80%;
    min-width: 800px;
    margin: 0 auto;
}

.dataList {
    display: flex;
    justify-content: space-between;
}

.rightShowes {
    width: 350px;
    border-left: 2px solid #ddd;
    padding: 0 15px;
    height: 100%;
}

.titleresfata {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: block;
    margin: 10px 0;
}

.el-menu-demo {
    padding: 0 10%;
    height: 42px;
}

.el-menu--horizontal>.el-menu-item {
    height: 42px;
    line-height: 42px;
}

a.titleresfata:hover {
    color: #000;
    font-weight: 700;
    background: #ddd;
}

.btnSearch {
    width: 101px;
    height: 42px;
    right: 0;
    top: 0;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.dataListTag {
    padding: 10px 20px 0 0;
    font-size: 14px;
}

.dataListTag-pic {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

.imgstyle {
    width: 140px;
    height: 80px;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 15px;
}

.dataListTagTitle {
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.el-from-search {
    background: #eee;
}

.btngjsearch {
    width: 800px;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.setTitleleft {
    display: inline-block;
    width: 160px;
    text-align: left;
}

.hotwordstyle {
    margin-top: 8px;
    width: 400px;
    height: 22px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.el-radio {
    color: #333;
}

.itemhistory {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.itemhistory:hover {
    color: #000;
    font-weight: 700;
    background: #ddd;
}

.proptimediv {
    width: 100%;
    margin: 8px 0;
    cursor: pointer;
}

.proptimediv:hover {
    background: #ddd;
}


.btnSearch0 {
    color: #fff !important;
    background: #2f5397 !important;
}

.btnSearch1 {
    color: #fff !important;
    background: rgb(96, 125, 139) !important;
}

.btnSearch2 {
    color: #fff !important;
    background: rgb(25, 185, 85) !important;
}

.btnSearch3 {
    color: #fff !important;
    background: rgb(244, 66, 54) !important;
}

.dataListTag-child {
    margin-bottom: 20px;
}

.fontWeight {
    font-weight: 700 !important;
}

.redcolor {
    color: red !important;
}

.graynesscolor {
    color: #999;
}

.cursor-pointer {
    cursor: pointer;
    margin: 0 8px;
}

.dialog-footer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -10px;
}

.emptydiv {
    width: 100%;
    height: 25px;
    background: #ebebeb;
}

.footer {
    display: flex;
    justify-content: center;
    border-top: 2px solid #2555ad;
    width: 96%;
    background: #fff;
    padding: 20px 2%;
    margin-top: 25px;
}

@media screen and (max-width:768px) {
    .searchtiaojian {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .cms-search-library {

        min-width: auto;
    }

    .topsearch-input {

        height: 30px;
        border: 1px solid #ddd;
        text-indent: 10px;
        width: 150px;
    }

    .rightsearchinput {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .btnSearch {
        width: 91px;
        height: 31px;
        font-size: 15px;
    }

    .el-menu-demo {
        padding: 0 2%;
    }

    .el-menu-item {

        padding: 0 4px;
    }

    .search-result {
        min-width: auto;
        width: 95%;
    }

    .hotwordstyle {
        width: 100%
    }

    .searchtiaojian>div {
        width: 100% !important;
        text-align: center;
    }

    .btngjsearch {
        width: 100%;
    }

    .search-dialog-title {
        padding: 5px;
    }

    .graynesscolor {
        margin: 20px 0;
    }

    .dataListTag {
        padding: 0;
    }

    .el-pagination__total,
    .el-pagination__sizes,
    .btn-prev,
    .btn-next,
    .el-pagination__jump,
    .rightShowes {
        display: none !important;
    }

    .el-pagination {
        text-align: center;
    }
}