﻿.screenFrame {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 300px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    display: none;
}

.table_a td {
    position: relative;
    cursor: pointer;
}

.item, .active {
    float: none !important;
}

.table_a td > span {
    position: relative;
}

.table_a td:hover .screenFrame {
    display: block;
}

.noselect::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #676767 transparent transparent transparent;
    position: absolute;
    top: 7px;
    right: -13px;
}

.selectTitle::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #ff7100 transparent transparent transparent;
    position: absolute;
    top: 7px;
    right: -13px;
}

.screenFrame > div {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

    .screenFrame > div span {
        display: inline-block;
        width: 80%;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.screenFrame input {
    margin-right: 5px;
}

.el-pager li.active {
    color: #ff7100 !important;
}

.el-pager li:hover {
    color: #ff7100 !important;
    background:#fff;
}

.el-pagination button:hover {
    color: #ff7100 !important;
}
.info_box {
    width: 300px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 50%;
    right: calc((100% - 1200px)/2 - 300px);
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 5px;
    /*border: #ddd solid 1px;*/
}

.info_box .info_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info_box .lx_tr {
    width: auto;
    padding-bottom: 0
}

.info_box .lx_t {
    width: 340px;
}

.info_box .lx_m1 {
    width: auto
}

.info_box .lx_m {
    width: auto
}

.animation__logo {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.th__edit {
    position: relative;
}
.edit--tips {
    position: absolute;
    right: 16px;
    top: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.tips__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.edit--tips:hover .tips__box {
    display: block;
}
.tips__box {
    display: none;
    position: absolute;
    top: 3px;
    right: -203px;
    width: 203px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    z-index: 66;
    text-align: left;
    font-weight: normal;

}
.goumai {
    display: block!important;
    width: 77px!important;
    height: 27px;
    line-height: 27px;
    background: #FFFFFF;
    border: 1px solid #f60;
    font-size: 14px;
    color: #f60;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.forbid {
    background: #BDBBBC!important;
    cursor: unset!important;
    display: block!important;
    width: 77px!important;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.xiazai {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry {
    display: inline-block;
    width: 59px;
    height: 22px;
    line-height: 22px;
    background: #F56602;
    font-size: 12px;
    color: #FFF!important;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}
.bottom_ad {
    width: 100%;
    height: 120px;
    position: relative;
    margin: 15px 0;
}

    .bottom_ad .ad_bgimg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
    }

    .bottom_ad .creat_btn_group {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 11;
        justify-content: flex-end;
        padding-top: 55px;
    }

        .bottom_ad .creat_btn_group a {
            width: 125px;
            text-align: center;
            height: 38px;
            line-height: 38px;
            border-radius: 8px;
            margin-right: 20px;
            font-size: 18px;
            color: #478BFF;
            font-weight: bold;
            background: #EBF2FF;
        }

        .bottom_ad .creat_btn_group .right_btn {
            color: #fff;
            background: linear-gradient(0deg, #52A2FB, #0A6FFF);
        }
.el-pager li {
    width:auto;
}