
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;
}
.greybox{
    height: 50px;
    line-height: 50px;
    background: #00569C;
    color: #ffffff;
}
.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;*/
}
.share-link>ul>li>a>.share-icon {
    font-size: 24px;
}

/* 轮播 */
/*箭头*/
.swiper-button-prev, .swiper-button-next{
    color: #fff;
    background:rgba(79, 138, 225, 0.5);
    width:1.5rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
}
.swiper-button-prev{
    transform: translateX(-200px);
}
.swiper-button-next{
    transform: translateX(200px);
}
/*分页*/
.swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet{
    opacity: 1;
    background: #ffffff ;
}
.swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet-active{
    background: #007bff;
}