.top-emergency{
    /* height: 100px; */
    background-color: rgba(244, 67, 54, .4);
    background-color: #d21e20;
    width: 100%;
    display: block;
    z-index: 10000;
    position: fixed;
    bottom: 0px;
    /* display: none; */
}
.top-emergency .c-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.top-emergency_icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex-basis: 25px;
}
.top-emergency_text{
    color: #fff;
    flex: 1;
    font-size: 14px;
    margin-bottom:0!important;
}
.top-emergency_close{
    /* border: 1px solid #fff; */
    border-radius: 100px;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -60px;
    margin-top: -13px;
}
.top-emergency_close::before,
.top-emergency_close::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 16px;
    height: 0;
    border: 1px solid #fff;
    border-radius: 100px;
}
.top-emergency_close::before{
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.top-emergency_close::after{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.emergency_close_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    width: 960px;
    margin: 0 auto;
    position: relative;
}