* {
    padding: 0;
    margin: 0;
}
.kestr {
    /*弹性盒子*/
    display: none;
    /*设置垂直居中和水平居中*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
}
.bucket {
    width: 620px;
    border: 1px solid;
    background-color: rgb(255, 255, 255);
    padding: 20px 24px;
    border: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}
.cance{
    float:right;
    width: 25px;
    height: 25px;
    background-color:rgb(255, 255, 255);
    
}
.kes-te {
    margin-bottom: 8px;
   
}
.kes-ae{
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
.kes-ts{
    
}
.kes-re a{
    color: #01058a;
}
.tese {
    margin-bottom: 24px;
    width: 100%;
}
.qxsea {

    text-align: end;
    background: transparent;
    margin-top: 12px;

}
.kafe {
    text-align: center;
    height: 22px;
    color: #ff0000;
    margin-top: 30px;
}
.yaze {
    display: inline-block;
    width: 60px;
    height: 30px;
}
.shue {
    display: inline-block;
    width: 440px;
    height: 40px;
}
    .shue input {
        width: 100%;
        height: 100%;
        padding: 7px 11px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 8px;
        border-width: 1px;
        border-style: solid;
        transition: all 0.2s;
    }
    .shue input:hover {
        border-color: #2a7dc9;
        border-inline-end-width: 1px;
    }
.kes-pe {
    /*弹性盒子*/
    display: flex;
    /*设置垂直居中和水平居中*/
    justify-content: center;
    align-items: center;
}
.kes-pe img{
    width: 510px;
    height: 290px;
    margin: 0 auto;
}
.qxsea button{
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}
.anni {
    background-color: #fff;
    border-color: #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s;
}
    .anni:hover {
        color: #2a7dc9;
        border-color: #2a7dc9;
    }
.qued {
    color: #fff;
    background-color: #0960bd;
    box-shadow: 0 2px 0 rgba(0, 155, 228, 0.11);
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s;
}
    .qued:hover {
        color: #d9d9d9;
        border-color: #2a7dc9;
    }


/*公众号*/
.spoesw {
    /*弹性盒子*/
    display: none;
    /*设置垂直居中和水平居中*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
}