.successful_box {
    width: 100%;
    padding-top: calc(20px + 4rem);
}

.successful {
    max-width: 1480px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.left_nav {
    width: 17.5676%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 0.5rem);
}

.left_nav_item {
    width: 100%;
    height: calc(10px + 2rem);
    background: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
font-family: PingFang SC;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #333333;
}
.left_nav_item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success_main{
    width: 76.1486%;
}
.success_list{
    width: 100%;
}

.success_item{
    width: 100%;
    height: calc(100px + 5rem);
    border-bottom: 1px #EEEEEE solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: calc(8px + 2rem);
    padding-right: calc(16px + 2rem);
    transition: .3s;
    border-radius: calc(5px + 0.25rem);
}
.success_item_text{
    width: calc(78px + 30rem);
}

.success_item_text .p1{
font-family: PingFang SC;
font-weight: 500;
font-size: calc(10px + 0.5rem);
color: #333333;
line-height: calc(10px + 1.5rem);
}
.success_icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(6px + 1.5rem);
}
.success_icon .p2{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(4px + 0.5rem);
color: #ACADB1;
line-height: calc(2px + 1.5rem);
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(5px + 0.25rem);
margin-top: calc(1px + 1.5rem);
}

.success_icon .p2 img{
    width: calc(4px + 0.5rem);
}

.success_more{
    width: calc(50px + 5rem);
height: calc(10px + 2rem);
background: #FFFFFF;
border-radius: calc(1px + 0.25rem);
border: 1px solid #BFA151;
}

.success_more a{
font-family: PingFang SC;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #BFA151;
line-height: calc(8px + 2rem);
display: flex;
justify-content: center;
align-items: center;
}

.success_item:hover{
    box-shadow: 0px 0px calc(8px + 0.5rem) 0px rgba(0,0,0,0.09);
border-color: transparent;
}

.left_nav_item_act{
background: #BFA151;
}

.left_nav_item_act a{
    color: #ffffff;
}