
.bin_right_tuijian {
    /*margin-left: 12px;*/
}

.bin_right_tuijian_title {
    display: flex;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    height: 43px;
    color: #707070;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.bin_right_conts {
    display: flex;
    /*margin-left: 12px;*/
    /*flex-direction: column;*/
    width: 100%;
}

.bin_right_conts_div {
    display: flex;
    /*border: 1px solid #e2e2e2;*/
    margin-top: 12px;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
}

.bin_right_conts_div_cont {
    background: #ffffff;
    padding: 12px;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #ffffff;
    position: relative;
    align-items: center;
}

.bin_right_conts_div_cont_name {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #707070;
}

.bin_right_conts_div_cont_jg {
    font-size: 14px;
    position: absolute;
    top: 0%;
    float: left;
    right: 0px;
    background: #ff5722 !important;
    color: #ffffff !important;
    padding: 5px;
    display: flex;
    border-bottom-left-radius: 3px;
    align-items: center;
}

.bin_right_conts_div_cont_jg span {
    font-size: 12px;
}

.bin_right_conts_div_yinchang_action {
    display: block;
    position: relative;
    margin-top: -88px;
    padding: 10px;
    background-color: rgba(32, 32, 32, 0.7);
}

.bin_right_conts_div_yinchang_action span {
    color: #ffffff;
    font-size: 14px;
}

.bin_right_conts_div:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}

.bin_right_conts_div:hover .bin_right_conts_div_yinchang_action {
    display: block;
}

.qiyebang_sp_fw_info01 {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
}

.gunddongdivs_qiyebang {
    float: right;
}

.gunddongdivs {
    /*width: 300px;*/
}

.fudong_infos {
    position: fixed;
    z-index: 9999;
    top: 0px;
}

.qiyebang_sp_fw_info01 .el-image__inner--center {
    margin-top: -50px;
}

.qiyebang_right_tuijian {
    width: 100%;
    height: auto;
    align-items: center;
}

.bin_right_conts_div a {
    border: 1px solid #e2e2e2;
}