@font-face {
    font-family: siyuansongti;
    /* src:url('../font/f983acba5bf2a5eca6a8e88fab572d9e_7dd1bdca56aaddbc2158f6bda681f210_8.otf'); */
    src: url('https://vsite.xincache.cn/100085_2101155139/f983acba5bf2a5eca6a8e88fab572d9e_7dd1bdca56aaddbc2158f6bda681f210_8.otf');
}

#w_grid-1619148440079 {
    max-width: 100% !important;
}

.dz_container {
    width: 900px;
    margin: auto;
}

.dz_bar {
    color: #DC2326;
    border-left: 2px solid #DC2326;
    padding: 0px 10px;
    margin: 15px 0;
}

input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

input::-moz-input-placeholder {
    color: #333;
    font-size: 14px;
}

input::-ms-input-placeholder {
    color: #333;
    font-size: 14px;
}

#dz_list {
    padding: 20px;
}

.dz_title {
    font-family: "siyuansongti";
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz_title img {
    /* width: 180px; */
    width: 550px;
}

.dz_searchBar {
    width: 690px;
    margin: 0 auto 60px;
    border: 1px solid #A1A1A1;
    /* border-radius: 6px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dz_search {
    width: 85%;
    font-size: 16px;
    padding: 10px 10px;
    ;
    border: none;
    outline: none;
}

.dz_searchButton {
    width: 15%;
    font-size: 14px;
    color: #fff;
    background: #DC2326;
    padding: 14px 5px;
    border: none;
    cursor: pointer;
    outline: none;
}

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

.dz_bottomBar .dz_dz_bottomSingle {
    display: block;
}

.dz_bottomBar .dz_dz_bottomSingle img {
    width: 80px;
    margin: 0 0 10px 0;
}

.dz_bottomBar .dz_dz_bottomSingle p {
    text-align: center;
    font-size: 16px;
}

.dz_phoneShow {
    width: 90%;
    display: none;
    font-size: 14px;
    margin: 0 auto 10px;
    color: #a1a1a1;
    display: none;
}

/* 没有数据 */
.dz_noData {
    font-size: 16px;
    color: #000;
    text-align: center;
    display: none;
}

.dz_noData img {
    width: 200px;
    margin: 0 0 40px;
}

.dz_content {
    width: 80%;
    margin: 0 auto;
}

/*有数据*/
#companyList {
    width: 100%;
    border-collapse: collapse;
    display: none;
}

#companyList th {
    height: 40px;
    /* display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; */
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    border: 1px solid #ccc;
    background: #DC2326;
    word-break: break-all;
}

#companyList td {
    height: 40px;
    /* display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; */
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    word-break: break-all;
}

#companyList tr {
    display: flex;
    align-items: center;
}

#companyList tr:nth-child(even) {
    background: #EEEEEE;
}

.dz_companyName {
    width: 40%;
}

.dz_companyName span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz_companyRate {
    width: 10%;
}

.dz_companyNum {
    width: 40%;
}

.dz_details {
    width: 10%;
}

@media only screen and (max-width: 768px) {
    .dz_container {
        width: 100%;
    }

    .dz_title img {
        width: 300px;
    }

    .dz_title {
        font-size: 18px;
    }

    #dz_list h2 {
        font-size: 16px !important;
    }

    .dz_searchBar {
        width: 90%;
        margin: 0 auto 50px;
        justify-content: space-between;
    }

    #dz_search {
        width: 75%;
    }

    .dz_searchButton {
        width: 25%;
    }

    .dz_phoneShow {
        /* display: block; */
    }

    #companyList td.dz_companyName span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dz_companyName {
        width: 35%;
    }

    .dz_companyRate {
        width: 12%;
    }

    .dz_companyNum {
        width: 38%;
    }

    .dz_details {
        width: 15%;
    }

    #companyList th.dz_companyRate {
        padding: 16px 0;
    }

    .dz_content {
        width: 90%;
        margin: 0 auto;
        overflow-x: auto;
    }

    #companyList {
        width: 200%;
        margin: 0 auto;
    }

    #companyList th {
        height: 40px;
        padding: 0 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #companyList td {
        height: 40px;
        padding: 0 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dz_bottomBar .dz_dz_bottomSingle {
        text-align: center;
    }

    .dz_bottomBar .dz_dz_bottomSingle img {
        width: 40px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #dz_list{
        padding:20px 20px 20px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    #dz_list{
        padding:60px 20px 20px;
    }
    .dz_title{
        margin:0 0 20px 0;
    }
    .dz_searchBar{
        margin:0 auto 70px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    #dz_list{
        padding:80px 20px 20px;
    }
    .dz_title{
        margin:0 0 30px 0;
    }
    .dz_searchBar{
        margin:0 auto 80px;
    }
}
@media only screen and (max-width: 2048px) and (min-width: 1600px) {
    #dz_list{
        padding:80px 20px 20px;
    }
    .dz_title{
        margin:0 0 40px 0;
    }
    .dz_searchBar{
        margin:0 auto 90px;
    }
}