﻿.companys
{
    position: absolute;
    top: 90px;
    background: rgba(0,0,0,0.8);
    right: 200px;
    width: 620px;
    z-index: 999;
    display: none;
}
.companys ul
{
    margin: 0;
    padding: 5px 0;
}
.companys ul li
{
    position: relative;
    width: 20%;
    float: left;
    height: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 0;
    list-style: none;
}
.companys ul li:hover
{
    background: #2e2e2e;
}
.companys ul li a img
{
    position: absolute;
    left: 10px;
    width: 35px;
    border-radius: 50%;
}
.companys ul li a .span_t
{
    position: absolute;
    left: 55px;
    font-size: 14px;
    color: #FFFFFF;
    top: 12px;
}
@media (max-width: 640px) {
    .companys
    {
        background: #FFFFFF;
        width: 94%;
        left: 2%;
        border-radius: 5px;
        height: 90%;
        overflow-y: scroll;
        position: fixed;
        top: 5px;
        padding: 1%;
    }
    .companys ul li
    {
        position: relative;
        width: 40%;
        float: left;
        height: 45px;
        margin-bottom: 10px;
        cursor: pointer;
        padding: 5px 0;
        list-style: none;
    }

    .companys ul li a .span_t
    {
        position: absolute;
        left: 55px;
        font-size: 14px;
        color: #000;
        top: 12px;
    }
}
.all_type_m_list{
    display: none;
    background: #FFFFFF;
    width: 94%;
    left: 2%;
    border-radius: 5px;
    height: 90%;
    overflow-y: scroll;
    position: fixed;
    top: 5px;
    padding: 1%;
}
.all_type_m_list .close{
   position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
}
.all_type_m_list .close img{
    width: 30px;
    height: 30px;
}
.all_type_m_list .title{
    border-bottom: 1px solid #cccccc;

}
.all_type_m_list .title a{

    font-size: 16px;
    font-weight: 600;
    color: #790000;
}
.all_type_m_list .t_list a{
    display: inline-block;
    padding: 3px;
    color: #999999;
    font-size: 14px;
}