.zbt {
    width: 70%;
    height: 10px;
    display: flex;
    margin: 20px auto;
    padding: 15px;
    background: #E5E5E5;
    border-radius: 10px;
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.3);
    /* 动画设置 */
    animation: dh2 0.6s ease forwards;
    justify-content: center;
    align-items: center;
}
.bt {
    margin: 0 10px;
    text-shadow: 0.1px 0.1px 10px #FFF296;
    /*字体渐变*/
    background: linear-gradient(to right, #FFAA05, #FFC85B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dh1 1s ease forwards;
}
.bt1 {
    color: #7D7D7D;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}

.jsdgd{
    width: 86%;
    min-height: 250px;
    margin: 25px auto;
    background-color: #F1F1E9;
    box-shadow: inset 0px 0px 50px #FAFAE7;
    border-radius: 15px;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.jsdgd .tp{
    width: 100px;
    float: left;
}
.jsdgd .js{
    padding-top: 20px;
    color: #919191;
    font-size: 13px;
}
.jsdgd .b{
    font-size: 19px;
    margin-top: 10px;
    background: linear-gradient(to right, #E4BF4F,#ACCF44,#39D690,#3BCDD0,#3090CC,#B245E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jsdgd .zpkp{
    width: 110px;
    height: 130px;
    clear: both;
    margin-left: 15px;
    position: relative;
    top:-10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #DADADA;
    background: linear-gradient(135deg,#d3f8cf 0%,#E8E1B5 50%);
}
.jsdgd .zpz{
    font-size:14px;
    width: 100%;
    height: 40px;
    background-color: #F5F1CE;
    line-height: 40px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0px 0px 20px #FAFDE3;
    background: linear-gradient(to right, #E04E4E,#DE65CA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jsdgd .zp{
    text-align: center;
    margin-top: 10px;
    font-size:20px;
    background: linear-gradient(to right, #2D66B2,#C64AC6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}