* {
    margin: 0;
    padding: 0;
}
.container{
    background: #F2F4F8;
}
.navlist{
    background: #fff;
}
.banner img{
    width: 100%;
}
.navlist ul{
    display: flex;
    justify-content: space-between;
    padding: 50px 30px 15px;
    list-style: none;
    width: 80%;
    margin: auto;
}
.navlist ul li{
    text-align: center;
    font-weight: bold;
}
.navlist ul li img{
    width: 157px;
    height: 156px;
}
.navlist ul li a{
    font-size: 18px;
}
.nav-active{
    border-bottom: 2px solid #666;
}
a{
    text-decoration: none;
    line-height: 2;
}
img{
    display: block;
}
.vote-step{
    text-align: center;
    padding: 30px 15px;
}
.vote-step h1{
    line-height: 1;
    margin-top: 10px;
}
.vote-step p{
    line-height: 2;
    color: #8E96A1;
    margin-top: 15px;
    font-size: 18px;
}
.step-content{
    width: 94%;
    margin: auto;
    background: #fff;
}
.step-liucheng{
    display: flex;
    padding: 50px 10px;
    position: relative;
}
.step-liucheng div p{
    line-height: 3;
}
.step-liucheng div p:nth-child(2){
    margin-top: 10px;
}
.step-liucheng img{
    margin: auto;
}
.step-order{
    background: #3976E7;
    border-radius: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 2;
    font-size: 24px;
}
.step-name{
    line-height: 3;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
}
.zoom-on-hover {
    transition: transform 0.3s ease; /* 平滑的过渡效果 */
}

.zoom-on-hover:hover {
    transform: scale(1.1); /* 放大到原来的1.2倍 */
}
hr{
    width: 175px;
    height: 1px;
    background: #7F7F7F;
    margin: 25px 20px;
}
.ml1{
    margin-left: 100px;
}
.activity-publish{
    margin-left: 30px;
    text-align: center;
}
.use-scheme{
    margin: 127px auto 80px;
    background: #F5F9FF;
    padding: 0 10%;
}
.scheme-title{
    text-align: center;
    padding-bottom: 60px;
    padding-top: 30px;
}
.scheme-list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.scheme-list div{
    width: 382px;
    height: 162px;
    box-shadow: 1px 1px 4px #c7bcbc;
    border-radius: 5px;
    padding: 20px;
}
.scheme-list div h3{
    margin-top: 20px;
    font-weight: bold;
}
.scheme-list div p{
    margin-top: 22px;
}
.scheme-list div:first-child{
    background: url(../images/scheme1.png) no-repeat 75% 20% / 59px 70px;
}
.scheme-list div:nth-child(2){
    background: url(../images/scheme2.png) no-repeat 75% 20% / 59px 70px;
}
.scheme-list div:last-child{
    background: url(../images/scheme3.png) no-repeat 75% 20% / 59px 70px;
}
.scheme-list div:hover{
    /*background: url(../images/scheme1-2.png) no-repeat 75% 20% / 59px 70px #436DED;*/
    background-repeat: no-repeat;
    background-position: 75% 20%;
    background-size: 59px 70px;
    background-color: #436DED;
    border-radius: 5px;
    color: #fff;
}
.scheme-list div:first-child:hover{
    background-image: url("../images/scheme1-2.png");
}
.scheme-list div:nth-child(2):hover{
    background-image: url("../images/scheme2-2.png");
}
.scheme-list div:last-child:hover{
    background-image: url("../images/scheme3-2.png");
}
.step-liucheng2{
    display: none;
}
@media screen and (max-width: 1550px) {
    .step-content{
        width: 100%;
    }
    .step-liucheng{
        padding: 50px 5px;
    }
    .step-liucheng div{
        width: 200px;
        padding: 0;
    }
    .step-order{
        margin-left: 15px;
        width: 87px;
    }
    .scheme-list div{
        width: 320px;
    }

}
@media screen and (max-width: 768px){
    .step-liucheng{
        display: none;
    }
    .navlist ul{
        flex-wrap: wrap;
        width: 93% !important;
        padding: 0;
        margin-top:20px;
    }
    .navlist ul li{
        margin-top: 20px;
    }
    .navlist ul li img{
        width: 80%;
        height: 80%;
        margin: auto;
    }
    .scheme-list{
        flex-wrap: wrap;
    }
    .scheme-list div{
        margin-bottom: 20px;
        padding: 0 5%;
    }
    .scheme-list div:first-child{
        background: url(../images/scheme1.png) no-repeat 82% 11% / 17%;
    }
    .scheme-list div:nth-child(2){
        background: url(../images/scheme2.png) no-repeat 82% 11% / 17%;
    }
    .scheme-list div:last-child{
        background: url(../images/scheme3.png) no-repeat 82% 11% / 17%;
    }
    .step-liucheng2{
        display: block;
        padding: 7%;
    }
    .step-liucheng2 div{
        display: flex;
    }
    .step-liucheng2 img{
        margin: 20px auto;
    }
    .step-liucheng2 p{
        text-align: center;
    }
    .step-order{
        width: 53px;
    }
    hr{
        width: auto;
    }
    .fabu img{
        margin: 0;
        margin-left:20% ;
    }
}