.app_div{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow-y: auto;
    margin: 0 auto;
    background: linear-gradient(180deg, rgb(37,115,240), rgb(207,244,252) 100%);
    padding-bottom: 30px;
    min-height: 100vh;
}
.riskcontainer{
    width: 800px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.bannerWarp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 120px;
    box-sizing: border-box;
}
.bannerWarp .article{
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    font-size: 32px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.bannerWarp .gradient-sp {
    letter-spacing: 5px;
    font-size: 32px;
    font-weight: bold;
}
.bannerWarp .bannerWarp-second{
    letter-spacing: 3px;z-index: 1;font-size: 18px;font-weight: bold;margin-top: 15px;color: rgb(18,43,107)
}
.card-view{
    background: #FFFFFF;
    box-shadow: 0 0 10px  rgb(177,215,251,.3);
    border-radius: 16px;
    padding: 20px;
}
.card-view .baogao-list{
    margin-top: 20px;
}
.card-view .baogao-list .baogao-item{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}
.card-view .baogao-list .baogao-item .risk-info{
    margin-top: 16px;
}
.card-view .baogao-list .baogao-item .risk-report{
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 340px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(207,244,252);
    border-radius: 6px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 13px;
}
.card-view .baogao-list .baogao-item .shenfeninfo-view{
    color: white;
    letter-spacing: 2px;
    width: 310px;
    margin-top: 22px;
    height: 40px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;

}
.card-view .baogao-list .baogao-item .risk-tag{
    height: 28px;
    color: white;
    font-size: 14px;
    border-radius: 6px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-view .zhongshu-card{
    flex-direction: column;
    align-items: center;
    width: 160px;
    height: 90px;
    display: flex;
    font-size: 14px;
    border-radius: 8px;
    color: white;
    letter-spacing: 3px;
    justify-content: center;
}
.card-view .zhongshu-card .zhongshu-num{
    font-size: 28px;
    font-weight: bold;
}
.card-view .info-button{
    min-width: 500px;
    position: relative;
    display: flex;
    height: 55px;
    border-radius: 16px;
    color: white;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    align-items: center;
    justify-content: center;

}
.card-view .info-button .risk-icon{
    position: absolute;
    right: 30px;
    top: 12px;
    height: 35px;
    width: 35px;
}
.card-view .user-info-div{
    background: red;
    background: rgb(237,246,255);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 16px;
    margin-top: 20px;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    margin-left: 40px;
    margin-right: 40px;

}
.info-input{
    width: 400px;
}
.payCodeView{
    margin-right: 10px;
    height:180px;width: 180px
}
.card-view .user-info-div .user-item{
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
}
.card-view .card-title{
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: bold;
    flex-direction: row;
}
.card-view .card-title .card-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3F80FF;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}
.card-view .score-div{
    height:300px;width:300px;background-repeat:no-repeat;background-size:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1677FF;
    font-weight: bold;
    font-size: 38px;
}
.card-view .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    font-size: 28px;
}
.card-view .item .inputBox{
    background: #f8f8f8;
    height: 75px;
    border-radius: 6px;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.riskitem-des{
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 38px;
    color: #666;
}
.ali_riskinfo{
    height: 40px;
    width: 160px;
}
.changxingIcon{
    width: 210px;
}
.shenfeninfo-div{
    color: white;
    letter-spacing: 3px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
}
.score-bar{
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}
.score-bar .point {
    width: 19px;
    height: 32px;margin-top: -10px
}
.score-bar .level1{
    display: flex;
    justify-content: center;
    height: 30px;
    width: 60px;
    background: rgb(7,224,181);
    border-radius: 6px;
}
.score-bar .level2{
    display: flex;
    justify-content: center;
    height: 30px;
    width: 60px;
    background:  linear-gradient(90deg, rgb(7,224,181)  10%, rgb(255,189,76) 100%);
    border-radius: 6px;
    margin-left: 2px;
}
.score-bar .level3{
    display: flex;
    justify-content: center;
    height: 30px;
    width: 60px;
    background: rgb(255,189,76);
    border-radius: 6px;
    margin-left: 2px;
}
.score-bar .level4{
    display: flex;
    justify-content: center;
    height: 30px;
    width: 60px;
    background:  linear-gradient(90deg, rgb(255,189,76)  10%, rgb(254,91,50) 100%);
    border-radius: 6px;
    margin-left: 2px;
}
.score-bar .level5{
    display: flex;
    justify-content: center;
    height: 30px;
    width: 60px;
    background: rgb(254,91,50);
    border-radius: 6px;
    margin-left: 2px;
}
.risk-report{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background: rgb(207,244,252);
    border-radius: 6px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px;
}

.filter-flex{
    flex: 1;
    display: flex;align-items: center;

}
.filter-flex .filter-flext-title {
    font-size: 12px;
    width: 80px;
    text-align: right;
    margin-right: 8px;
}
.foldcontent {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.foldcontent.show {
    max-height: 10000px; /* 设置一个足够大的值，确保能展开全部内容 */
}

.rules-view{
    padding: 30px;
    display: flex;
    flex-direction: column;
    border:1px solid #c0ccda;
    border-radius: 6px;
    margin-top: 100px;
    width: 1000px;
} .rules-view span{color: #333;font-size: 18px;margin-top: 10px;}
/* 二维码弹出层 */
.qr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.qr-modal.active {
    opacity: 1;
    visibility: visible;
}

.qr-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: scale(0.9);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.qr-modal.active .qr-content {
    transform: scale(1);
    opacity: 1;
}

.qr-placeholder {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #e6f0ff, #c8dcf8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 10px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.qr-placeholder i {
    font-size: 5rem;
    color: #1a4a8d;
    opacity: 0.7;
}

.qr-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a4a8d;
    margin-bottom: 10px;
}

.qr-instruction {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 300px;
}

.close-btn {
    background: #f1f8ff;
    border: none;
    color: #3085d6;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
}

.close-btn:hover {
    background: #3085d6;
    color: white;
}

