ul{
    margin-bottom: 0;
    padding-left: 0;
}
a{
    color: #333333;
}
a:hover{
    text-decoration: none;
}
.card{
    border: none;
    transition: all 0.5s;
}
.common-title{
    line-height: 10px;
}
.success-right>div>a:hover .card{
    color: white;
    background: #2472ba;
}
.success-change{
    width: 12.5rem;
    border: 1px solid #999999;
    border-radius: 10px;
    overflow: hidden;
}
.success-change>ul>li{
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
    border-bottom-color: #999999;
}
.success-change>ul>li:last-child{
    border: none;
}
.success-change-text>div{
    display: none;
}
.success-change>ul>li:hover{
    background: #2472ba;
    background: #2472ba;
    color: #ffffff;
}
.success-active{
    background: #2472ba;
    color: #ffffff;
}
.success-change-text .success-show{
    display: block;
}
.share-link{
    height: 35px;
    display: inline-flex;
    align-items: center;
}
.share-link>ul>li{
    margin-left: 15px;
    margin-right: 15px;
}
.share-link>span{
    /*line-height: 35px;*/
}
