/* 捐赠搜索框样式 */

.juanzeng_search {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.jz_text {
    flex: 1;
    border: 0px;
    background-color: #fff;
    padding: 10px;
    height: 50px;
    border-radius: 3px;
    border: 2px solid #eee;
}

.jz_text:focus {
    border: 2px solid #fff;
    outline: 2px solid #db9864;
}

.jz_btn {
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 5px;
    width: 80px;
    height: 40px;
    border-left: 2px solid #eee;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background: url("../images/jz_search.png") no-repeat center;
    background-size: 20px auto;
    opacity: 0.8;
}

.jz_btn:hover {
    opacity: 1;
}


/* 捐赠结果页样式 */

.juanzengjg {
    width: 100%;
    margin: 15px;
    box-sizing: border-box;
}

.juanzengjg ul {
    display: flex;
    border-left: 1px solid #eee;
}

.juanzengjg li {
    flex: 1;
    min-width: 80px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 32px;
    text-align: center;
    padding: 5px 15px;
}

.juanzengTitle {
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    font-weight: bold;
}

.juanzengjg .jzren {
    flex: 3;
}

.juanzengjg .jzxiangmu {
    flex: 2;
}

.donateDiv {
    text-align: center;
}

.jz_text:-internal-autofill-selected {
    background-color: transparent !important;
}

#donateSum {
    font-size: 20px;
}

.pagination li a {
    margin-left: 5px;
    margin-right: 5px;
}

.active span {
    border-radius: 3px;
}

.disabled span {
    margin-right: 10px;
}

.layui-layer-btn .layui-layer-btn0 {
    border: 0px !important;
    background-color: #d27f3d !important;
}

@media (max-width:1000px) {
    .juanzengTitle {
        margin: 0px !important;
        width: 100% !important;
    }
    .juanzengjg li {
        padding: 3px !important;
        font-size: 14px !important;
    }
    .jzList {
        margin-top: 20px;
    }
    .chaxun {
        margin-top: 20px;
    }
    .juanzengjg {
        margin: 0;
    }
    #donateSum {
        margin-top: 20px;
    }
}