﻿/* 社保公积金查询start */
.inquire {
    border-radius: 6px;
    /* background: #FAFAFA; */
    padding: 16px 16px 20px;
    box-sizing: border-box;
}

    .inquire h3 {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
    }

    .inquire > div:nth-child(1) {
        border-bottom: 1px solid #EFEFEF;
        padding-bottom: 15px;
    }

.inquireBox {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inquire-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



.inquire-row-left {
    margin-right: 17px;
    width: 96px;
    font-size: 16px;
    color: #333333;
}

    .inquire-row-left .red-hot {
        margin-left: 5px;
        color: #EB3B3B;
    }

.inquire-row-right {
    position: relative;
}

    .inquire-row-right .ipt {
        padding-left: 15px;
        width: 142px;
        height: 37px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #D9D9D9;
        cursor: pointer;
    }

#cityIptInquire {
    width: 134px;
}

.inquire-row-right .ipt::-webkit-input-placeholder {
    font-size: 14px;
    color: #8E8E8E;
}

.inquire-row-right .icon-down {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url("../../imgs/home/inputSelect.png") no-repeat;
    background-size: 100%;
}

.inquire-row-right .toast-text {
    display: none;
    padding-left: 15px;
    padding-top: 4px;
    font-size: 12px;
    color: #FF2D2D;
}

.inquireBtn {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 275px;
    height: 35px;
    background: #25C98F;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.inquire-city-dialog-box {
    display: none;
    padding: 17px;
    position: absolute;
    top: 47px;
    width: 390px;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    z-index: 10;
    right: 0;
}

    .inquire-city-dialog-box .close {
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 15px;
        font-size: 20px;
        font-style: normal;
        color: #333333;
        cursor: pointer;
    }

.cdb-hot-box .tit {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.cdb-hot-list {
    display: flex;
    flex-wrap: wrap;
}

    .cdb-hot-list .cdb-hot-item {
        margin: 0 10px 10px 0;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
    }

.cdb-hot-item:hover {
    color: #4C80FA;
}

.cdb-letter-box {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    background: #A5BFFC
}

    .cdb-letter-box .cdb-letter-item {
        padding: 0 10px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 28px;
        cursor: pointer;
    }

        .cdb-letter-box .cdb-letter-item.active {
            background: #4C80FA;
        }

.cdb-bd-box {
    padding: 4px;
}

.cdb-bd-con {
    display: none;
}

.cdb-bd-item {
    margin-bottom: 10px;
}

    .cdb-bd-item .zimu {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #4c80fa1a;
        font-size: 12px;
        font-weight: 400;
        color: #4C80FA;
    }

.cdb-bd-item-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 28px;
}

.inquire-select-city {
    margin-right: 6px;
    line-height: 20px;
}

    .inquire-select-city:hover {
        cursor: pointer;
        color: #4C80FA;
    }

.city-dialog-box-yz,
.city-dialog-box-yz2 {
    display: none;
    position: absolute;
    top: 47px;
    width: 226px;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    z-index: 10;
}

    .city-dialog-box-yz .no-search {
        padding: 5px;
        font-size: 14px;
        color: #333333;
    }

    .city-dialog-box-yz .yes-search-item,
    .yes-search-item2 {
        padding: 5px;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
    }

        .city-dialog-box-yz .yes-search-item:hover,
        .yes-search-item2:hover {
            background: #4C80FA;
            color: #FFFFFF;
        }
/* 社保公积金查询end */