.alert {
    position: fixed;
    z-index: 999;
    top: 5rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 0.22rem;*/
    /*height: 0.22rem;*/
    /*    width: 0.6rem;*/
    /*height: 0.6rem;*/
        flex-direction: column-reverse;
}

.alert .open {
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: rotate(180deg);*/
        width: 0.8rem;
    height: 0.8rem;
    background: #838383;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.03rem;
    cursor: pointer;
    font-family: w20;
    font-size: 0.16rem;
    color: #000000;
}

.alert .open img {
    /*width: 0.07rem;*/
    height: 0.28rem;
}
.dkf{
    margin-bottom: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
        width: 0.8rem;
    height: 0.8rem;
    background: #838383;
}
.dkf img{
    height: 0.28rem;
}
.alertlist {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.alertlist .listTop {
    width: 0.8rem;
    /*height: 1.5rem;*/
    background: #838383;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.03rem;
}

.alertlist .listTop a {
    position: relative;
    display: block;
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.alertlist .listTop a img {
    width: 0.25rem;
    margin: 0 auto;
}

/*.alertlist .listTop a:nth-child(1) {*/
/*    height: 0.35rem;*/
/*    padding-top: 0.12rem;*/
/*}*/

/*.alertlist .listTop a:nth-child(2) {*/
/*    padding-top: 0.1rem;*/
/*    margin-bottom: 0.02rem;*/
/*}*/

/*.alertlist .listTop a:nth-child(3) {*/
/*    padding-top: 0.07rem;*/
/*}*/

/*.alertlist .listTop a:nth-child(4) {*/
/*    height: 0.33rem;*/
/*}*/

.alertlist .listTop a .aRight {
    position: absolute;
    right: 0.8rem;
    top: 0;
    width: 1.69rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.11rem;
    box-sizing: border-box;
    background: #838383;
    font-family: w15;
    font-weight: normal;
    font-size: 0.14rem;
    color: #FFFFFF;
    /*line-height: 0.4rem;*/
    opacity: 0;
    transition: all 0.3s;
}

.alertlist .listTop a:nth-child(3) .aRight{
    width: 2.4rem;
}

.alertlist .listTop a:hover .aRight {
    opacity: 1;
}

.alertlist .listTop a .code {
    position: absolute;
    right: 0.75rem;
    top: 0.02rem;
    width: 1.04rem;
    height: 1.04rem;
    opacity: 0;
    transition: all 0.3s;
}

.alertlist .listTop a:hover .code {
    opacity: 1;
}

.alertlist .listBot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.04rem;
    width: 100%;
    min-height: 0.22rem;
    background: #838383;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.03rem;
    cursor: pointer;
}

.alertlist .listBot img {
    width: 0.07rem;
    height: 0.13rem;
}