.suspension_window {
    width: 150px;
    height: 531px;
    background-image: url(../images/cebian_bg.png);
    background-size: 100% 100%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 33%;
    z-index: 999;
 
}

  
 
.suspension_window .suspension_window_content .zx_phone_number {
    display: block;
    width: 120px;
    height: 68px;
    margin-left: 7px;
    margin-top: -2px;
    text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number > p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fff;
    margin-top: 14px;
    text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number b {
    font-size: 18px;
    font-family: "Impact";
    color: #fdfcfc;
    font-weight: 500;
    white-space: nowrap;
}

 
.download_app .show_ercode {
    position: absolute;
    right: 130%;
    top: -70px;
    width: 160px;
    background: #fff;
    text-align: center;
    display: none;
    box-shadow: 0px 0px 5px -3px #000;
}
.suspension_window ul .download_app:hover .show_ercode {
    display: block;
}
.download_app .show_ercode img {
    width: 95%;
    margin-top: 4px;
}
.download_app .show_ercode .border_load {
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 100%;
    top: 80px;
}
.download_app .show_ercode p {
    font-size: 16px;
    margin: 12px auto;
    margin-top: 2px;
}

.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 9999;
}

.right-suspension-content {
    width: 100px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 0;
    padding: 12px 0;
    box-sizing: border-box;
}

.right-suspension-content .title {
    font-weight: 700;
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 8px;
}

.right-suspension-content h3 {
    width: 76px;
    height: 28px;
    background: #EFF1F8;
    border-radius: 4px;
    font-size: 12px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.right-suspension-content h3:hover {
    background-image: linear-gradient(270deg, #72A5FF 0%, #3C6DFF 100%);
}

.right-suspension-content h3:hover a{
    color: #FFFFFF;

}
.right-suspension-content .time {
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 4px;
}

.right-suspension-content p {
    font-weight: 700;
    font-size: 18px;
    color: #4974F5;
}

.back-tops {
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
