.main{
    width: 100vw;
    height: calc(100vh - 142px);
    background: url('../img/complaint-bg.png') no-repeat;
    background-size: 100%;
}
.topBg{
    width: 100%;
    height: 500px;
    padding-top: 120px;
}
.choosePart{
    width: 600px;
    height: 528px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
}
.topType{
    width: 100%;
    height: 350px;
    padding:55px 60px 24px 60px;
    box-sizing: border-box;
}
.chooseSmall{
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    margin-top:10px
}
.chooseBox{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.chooseBox>div{
    width: 140px;
    height: 140px;
    background: #FFF1F0;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    padding-top: 25px;
    cursor: pointer;

}
.active{
    border: 1px solid rgba(255, 133, 3, 1);
}
.chooseBox p{
    margin-top: 12px;
}
.bottombtn{
    width:100%;
    margin-top:30px;
    text-align: center;
}
.bottombtn .btnParts{
    width: 480px;
    height: 54px;
    background: #FF8503;
    border-radius: 5px;
    text-align:center;
    line-height:54px;
    font-size: 18px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
    margin:0 auto;
    margin-bottom: 18px;
    cursor: pointer;
}
.redText{
    color:#FA2516;
    margin-left:-16px;
    cursor: pointer;
}
.notice_all{
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index:200;
    display: block;
}
.notice{
    width:1000px;
    height:600px;
    background:rgba(255,255,255,1);
    margin:0 auto;
    margin-top: 10%;
}
.notice_top{
    font-size:28px;
    font-family:Adobe Heiti Std R;
    color:rgba(255,58,49,1);
    text-align: center;
    line-height: 80px;
}
.notice_main{
    width:892px;
    height:400px;
    border: 1px solid #e2e2e2;
    margin:0 auto;
    overflow: scroll;
    line-height: 30px;
}
.accept{
    width:317px;
    height:45px;
    background:rgba(255,58,49,1);
    border-radius: 23px;
    font-size:18px;
    font-family:HiraginoSansGB-W3;
    color:rgba(255,255,255,1);
    line-height:45px;
    text-align: center;
    float: left;
    margin:0 120px;
    cursor: pointer;
}
.no_accept{
    width:317px;
    height:45px;
    border:1px solid rgba(255,58,49,1);
    border-radius: 23px;
    font-size:18px;
    font-family:HiraginoSansGB-W3;
    color:rgba(255,58,49,1);
    line-height:45px;
    text-align: center;
    float: left;
    cursor: pointer;
}

@media (max-width: 768px) {
    .choosePart{
        width: 100%;
        transform: scale(0.8);
        background: transparent;
    }
    .topType{
        height: auto;
        padding: 20px;
    }
    .chooseBox{
        flex-wrap: wrap;
        gap: 20px;
        
    }
    .bottombtn .btnParts{
        width: 100%;
    }
    .topBg {
        width: 100%;
        height: 500px;
        padding-top: 30px;
    }
}