.my-btn1{
    width:2.00rem;
    height: 0.60rem;
    background-color: #ffffff;
    box-shadow: 0px 0.10rem 0.12rem 0px rgba(217, 217, 217, 0.47);
    border-radius: 0.30rem;
    font-size: 0.18rem;
    line-height: 0.6rem;
    text-align: center;
    letter-spacing: 0.02rem;
    color: #014099;
    transition: all 0.3s;
    margin-right: 0.3rem;
    display: inline-block;
    cursor: pointer;
}
body img[class*=i]{
    position: absolute;
    z-index: -1;
}
.my-btn1.active{
    background-color: #014099;
    color: #ffffff;
    box-shadow: 0px 16px 40px 0px
    rgba(1, 64, 153, 0.47);
}
.my-btn1:hover{
    background-color: #014099;
    color: #ffffff;
}

.my-btn{
    width: 2rem;
    height: 0.60rem;
    background-color: #fabe00;
    box-shadow: 0px 0.10rem 0.21rem 0px
    rgba(250, 190, 0, 0.47);
    border-radius: 0.30rem;
    text-align: center;
    line-height: 0.6rem;
    color: #014099;
    letter-spacing: 0.02rem;
    font-size: 0.18rem;
    margin-top: 0.25rem;
    position: absolute;
    right: 0;
    bottom: -0.85rem;
    cursor: pointer;
}
.my-btn i{
    position: absolute;
    right: 0.25rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.08rem;
    height: 0.12rem;
}
.my-btn:hover{
    /*background-color: #014099;*/
    /*box-shadow: 0px 16px 40px 0px*/
    /*rgba(1, 64, 153, 0.47);*/
    /*color: #fff;*/
}
