
.mod_aishu_partner_search {
    font-size: 16px;
}
.card-name {
    padding-left: 10px;
    font-weight: 700;
    color: #3e75ff;
}

.mod_aishu_partner_search .banner {
    background-image: url(../image/pc-banner.jpg);
}
.mod_aishu_partner_search .banner .title{
    position: relative;
    width: 100%;
    margin: 0 auto;
    webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0);
    animation-fill-mode: forwards;
    -webkit-transform-origin: center center;
    animation: fadeUp 1.5s ease-in-out 0s;
    -webkit-animation: fadeUp 1.5s ease-in-out 0s;
    -o-animation: fadeUp 1.5s ease-in-out 0s;
    -moz-animation: fadeUp 1.5s ease-in-out 0s;
    -ms-animation: fadeUp 1.5s ease-in-out 0s;
    text-align: left;
    padding-left: 0;
}
.mod_aishu_partner_search .banner .title h1 {
    text-align: left;
    color: #fff;
    font-style: italic;
}
.mod_aishu_partner_search .banner .title h3 {
    text-align: left;
    color: #fff;
}
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.aishu-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
.loading-icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../image/loading_icon.png) no-repeat center;
    background-size: contain;
    animation: donut-spin 1.2s linear infinite;
}


input[type='checkbox'] {
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}
input[type='checkbox']::after {
    position: absolute;
    top: 0;
    border: none;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
}
input[type='checkbox']:checked::after {
    background-color: #3e75ff;
    border-color: #3e75ff;
    content: '✓';
    font-size: 12px;
    font-weight: bold;
}

input[type='radio'] {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 14px;
}
input[type='radio']::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-5px,-5px);
    border: none;
    color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 50%;
}
input[type='radio']:checked::after {
    background-color: #3e75ff;
    border-color: #3e75ff;
    font-size: 12px;
    font-weight: bold;
}




/* 分页器样式start */
.pagination-box {
    margin-top: 30px;
}

.pagination {
    max-width: 1280px;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    list-style: none;
    text-align: end;
}

.pagination li {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    background-color: rgb(241, 248, 255);
}
.pagination .disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}
.pagination .disabled:hover {
    border-color: transparent;
}

.pagination li:hover {
    /* background-color: #f2f3f5; */
    border-color: #3e75ff;
}
.pagination .pagination-item-active {
    /* font-weight: 600; */
    background-color: #3e75ff;
    border-color: #3e75ff;

    color: #fff;
}
/* 分页器样式end */

.container {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.left {
    width: 28%;
    
}
.left .filter {
    background-color: rgb(241, 248, 255);
    height: fit-content;
    padding: 4% 10% 3%;
    
}
.left .filter div {
    margin: 15px 0px;
    font-size: 16px;
}
.left .filter .filter-header {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0px 20px;
    word-break: break-all;
}

.left label {
    cursor: pointer;
    word-break: break-all;
}

.left .filter .clear-filter {
    font-size: 18px;
    color: #3e75ff;
    margin-top: 30px;
}

.left .filter .clear-filter span {
    cursor: pointer;
}

.right .card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right {
    width: 70%;
}
.right .card-box .empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 454px);
    width: 100%;
    flex-direction: column;
}
.right .card-box .emptyIcon,
.right .card-box .errorIcon {
    width: 128px;
    height: 128px;
    background: url(../image/nodata.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.right .card-box .item-box {
    width: 48%;
    border: 1px solid gray;
    padding: 20px 20px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.right .card-box .item-box ul {
    padding-inline-start: 30px;
}
.right .card-box .item-box ul li {
    list-style: disc;
    font-size: 19px;
}

.right .card-box .item-box .info-item {
    margin-bottom: 10px;
}

.right .card-box .item-box .info-logo {
    text-align: center;
    line-height: 100px;
}
.right .card-box .item-box .info-logo img {
    max-width: 100%;
    max-height: 100px;
    vertical-align: middle;
}
.right .card-box .item-box .title {
    color: #0b5cab;
    font-weight: 700;
    font-size: 18px;
}
.right .card-box .item-box p {

}
.right .card-box .item-box .info-title {
    font-weight: 700;
}
.right .card-box .item-box .info-des {
    overflow: auto;
    font-size: 14px;
}

.right .card-box .item-box .line {
    height: 0px;
    border-bottom: 1px dashed gray;
    margin: 10px 0;
}
li p {
    font-size: 14px;
}
.detail-label {
    font-size: 16px;
    font-weight: 700;
}

/* 手机端样式 */
@media screen and (max-width: 769px) {
    .mod_aishu_partner_search {
        line-height: 22px;
    }
    .mod_aishu_partner_search .banner {
        background-image: url(../image/手机端banner.jpg);
    }
    .mod_aishu_partner_search .banner .title{
        margin-top: -90px;
    }
    .mod_aishu_partner_search .banner .title h1 {
        text-align: center;
    }
    .mod_aishu_partner_search .banner .title h3 {
        font-weight: 500;
        text-align: center;
    }
    .pagination-box .pagination {
        text-align: center;
    }
    .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .left .filter {
        padding-top: 1%;
    }
    .left .filter .filter-header {
    }
    .right {
        width: 100%;
    }
    .container {
        flex-direction: column;
        align-items: center;
    }

    .filter-stories {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #3e75ff;
        box-sizing: border-box;
        width: 100%;
        padding: 2% 5% 2% 10%;
    }
    .arrow {
        float: right;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
        right: 0px;
        top: 3px;
        transform: rotate(45deg);
        transform-origin: 8px 8px;
    }
    .arrow:hover {
        cursor: pointer;
    }


    .right .card-box  {
        flex-wrap: nowrap;
        min-height: 500px;
        overflow-x: scroll;
        overflow-y: hidden;
        /* white-space: nowrap; */
        width: 100%;
    }
    .right .card-box .emptyIcon,
    .right .card-box .errorIcon {
        width: 150px;
        height: 150px;
    }
    .right .card-box .item-box {
        margin-right: 15px;
        margin-bottom: 7px;
        width: 80%;
        flex: none;
        /* max-width: 350px; */
    }
    .right .card-box .item-box .item-detail {
        min-width: 220px;
        max-width: 350px;
        /* white-space: normal; */
    }


}
