﻿
/*公司名片*/
.gongsimingpian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.gsmpimgbox {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 5px;
}

.gsmpimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}

.gsmpingo {
    flex: 1;
    display: grid;
    height: 50px;
    align-items: center;
}

.gsmpname, .gsmpspanbox {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000;
}

.gsmpspen {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color: rgb(179, 179, 179);
}
    .gsmpspen:last-child {
        margin-right: 0px;
    }

    .gsmpicon {
        font-size: 16px;
    }
/*单位介绍*/
.gongsijianjie{
    position:relative;
    overflow:hidden;
}
    .gongsijianjie * {
        width: 100%;
        line-height: 25px;
        font-size: 17px;
        white-space: pre-line;
        overflow: hidden;
        word-wrap: break-word;
        padding:0;
        margin:0;
        /*display:contents;*/
    }
.gsjjshoukai {
    color: rgb(53, 127, 199);
    cursor: pointer;
    font-size: 17px;
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    line-height: 25px;
    width: initial;
}
.gsjjnot, .gstsnot {
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    color: #666;
}
.gsjjzhanwei {
    width: 0px;
    display: inline-block;
}

/*公司图片视频*/
.gstsqie{
    display:flex;
    margin:10px 0;
}
.gstsspan {
    background: rgb(242, 242, 242);
    margin-right: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 25px;
    cursor: pointer;
}
.gstsqie .on {
    color: rgb(19, 123, 202);
    background: rgb(239, 247, 255);
}
.gstsimgList, .gstsvideoList{
    height: 30vh;
    min-height: 200px;
}
.gstsimg {
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
/*联系方式*/
.lxfsList {
    border-top: 1px solid #f1f1f1;
}

    .lxfsList:first-child {
        border: 0;
    }
.lxfsbox {
    min-height: 40px;
    display: flex;
    align-items: center;
}
.lxfsle {
    width: 40px;
    color: #666;
    font-size:13px;
}
.lxfsri {
    flex: 1;
    overflow: hidden;
    word-wrap: break-word;
    color: #383838;
    font-size: 17px;
}
.lxfstela {
    display: flex;
    align-items: center;
    float: left;
}
.lxfstelb {
    color: #383838;
    font-size: 17px;
}
.lxfsteli {
    color: rgb(18, 153, 234);
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}
.lxfsdh {
    border: 1px solid rgb(18, 153, 234);
    color: rgb(18, 153, 234);
    border-radius: 30px;
    padding: 2px 10px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
}
.lxfsfzs {
    display: flex;
    align-items: center;
}
.lxfsfzbt, .lxfsewm {
    height: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #666;
    color: #666;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 20px;
    white-space: nowrap;
}
.lxfszf {
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}

/*高管样式*/
#gaog {
    padding: 10px 0;
    white-space: nowrap;
    overflow: auto;
}

.gginfo {
    width: 60px;
    display: inline-grid;
    margin-right: 20px;
    justify-items: center;
    cursor: pointer;
}

    .gginfo span {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .gginfo img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .gginfo .name {
        font-size: 15px;
        margin-top: 5px;
    }

    .gginfo .job {
        font-size: 14px;
        color: #666;
    }

.opengaoguan {
    width: 100% !important;
    height: 90vh;
}

#gsxx .lian {
    align-items: baseline;
    min-height: initial;
    padding-top: 8px;
    display:flex;
}
#gsxx .spname {
    color: #666;
    font-size: 16px;
    width:80px !important;
}

#gsxx .sptext {
    /*font-size: 15px;*/
    flex: 1;
    max-width: initial;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}
#gsxx .splan {
    color: rgb(18, 153, 234);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.jjfwgd {
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 0;
}

.jjfwsq {
    display: inline-block;
}

.jjfwgd, .jjfwsq {
    color: rgb(18, 153, 234);
    padding: 0 5px;
    cursor: pointer;
    display: none;
}

.pingjia {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
}

.pjbox {
    display: grid;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.jiaobiao {
    position: absolute;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -5px;
    right: -5px;
}
/*评价主题色*/
.pjbox .iconfont, .yjpl_box .iconfont, .tcpj_pj .iconfont, .tcpj_leis .on, .tcpj_leis .on *, .tcpj_lxs label, .tcpj_hcgd {
    color: rgb(4, 134, 196);
}
/*评价背景色*/
.tcpj_had, .tcpj_fabu {
    background: rgb(4, 134, 196);
}
    .pjbox .iconfont {
    font-size: 35px;
    margin-bottom: 5px;
}

#yhp, #ycp {
    display: none;
}

.gdgsxx {
    padding-left: 0;
}

.jjfw {
    position: relative;
    line-height: 22px;
}

.lqlm .kqlmtuijian {
    border-radius: 10px;
}
/*用户评论*/
.yonghupinglun {
    display: flex;
    justify-content: space-around;
}
.yjpl_box {
    display: grid;
    text-align: center;
    cursor: pointer;
    position: relative;
}
    .yjpl_box .iconfont {
        font-size: 35px;
        margin-bottom: 5px;
    }
.yjpl_jiaobiao {
    position: absolute;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -5px;
    right: -5px;
    font-size: 13px;
    display:none;
}
/*评论弹唱*/
.tcpj {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1000;
    height: 100vh;
    display: none;
}
    .tcpj * {
        color: #000;
    }
.tcpj_had {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}
    .tcpj_had .iconfont {
        font-size: 18px;
        cursor: pointer;
        color: #fff;
    }
.tcpj_bod {
    padding: 45px 10px 65px;
    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
}
.tcpj_pjs {
    display: flex;
    padding: 20px 10px;
    justify-content: space-around;
}
.tcpj_pj {
    font-size: 16px;
    cursor: pointer;
}
    .tcpj_pj .iconfont {
        margin-right: 5px;
        font-size: 25px;
    }
.tcpj_yhp, .tcpj_ycp {
    display:none;
}
.tcpj_text {
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    height: 60px;
    padding: 8px 8px 25px;
}
    .tcpj_text textarea {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        box-sizing: border-box;
        resize: none;
        font-size: 17px;
        line-height: 20px;
        padding: 0;
    }
.tcpj_xz {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 13px;
}
.tcpj_fl {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 20px;
    margin-left: 10%;
}
.tcpj_fabu {
    width: 120px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.tcpj_zhushi {
    text-align: center;
    padding: 0 0 3px 5px;
    color: #666;
    font-size:13px;
}
.tcpj_leis {
    margin-top: 20px;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.tcpj_lei {
    display: flex;
    align-items: end;
}
    .tcpj_leis * {
        font-size: 17px;
    }
.tcpj_leis .on, .tcpj_leis .on * {
    font-size: 19px;
}
.tcpj_lxs{
    margin-right: 15px;
    cursor: pointer;
}
    .tcpj_lxs:last-child {
        margin-right: 0px;
    }
.tcpj_hcgd, .tcpj_hcqb {
    text-align: center;
}
.tcpj_hcp, .tcpj_hcgd, .tcpj_hcqb {
    background: #f9f9f9;
    padding: 8px;
}
.tcpj_hcqb {
    color: #999;
    padding-bottom: 24px;
}

.tcpj_hcgd {
    font-weight: bold;
}
.tcpj_hcbox {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.tcpj_hctop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tcpj_hch {
    font-size: 16px;
    font-weight: bold;
}
.tcpj_hcc {
    color: #666;
}
.tcpj_hcpy {
    line-height: 22px;
    font-size: 17px;
    padding: 5px 0;
    color: #666;
    word-wrap: break-word;
}
.tcpj_hcdw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.tcpj_dwt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.tcpj_dwtp {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tcpj_dwmc {
    font-size: 17px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}
.tcpj_stateStr {
    color: red;
}