#consultation {
    max-width: 768px;
    width: 100%;
    position: fixed;
    bottom: 48px;
    z-index: 1150;
    border-radius: 50%;
    bottom: calc(48px + constant(safe-area-inset-bottom));
    bottom: calc(48px + env(safe-area-inset-bottom));
}
.consult-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 10px 10px 0;
}
#consultation .consult-icon {
    width: 48px;
    height: 48px;
    background: url("../../img/cc/personHead.png") no-repeat center / 60%;
    background-color: #008fff;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 143, 255, 0.8);
    opacity: 0;
}
#consultation .consult-txt {
    position: absolute;
    right: 100px;
    top: 0;
    width: 242px;
    padding: 7px 12px 7px 14px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 5px;
}
#consultation .consult-txt::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 18px;
    border: 6px transparent solid;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.registered-tip-wrapper {
    display: none;
}
.registered-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(32, 31, 31, 0.8);
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    padding-left: 10px;
}

.registered-tip .registered-l-txt {
    display: flex;
    align-items: center;
}

.registered-tip .register-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../../../m_vedeng/img/common/register-icon.png");
    background-size: 100% 100%;
    margin-right: 10px;
}
.registered-tip .rt-left-no-login {
    display: none;
}
.registered-tip .rt-left-no-rz {
    display: none;
}
.registered-tip .rt-right {
    display: flex;
    align-items: center;
}
.registered-tip .rt-right .rt-btn-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
}
.registered-tip .rt-right .rt-btn {
    background-color: #0099FF;
    padding: 0 15px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registered-tip .rt-right .rt-btn img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.registered-tip .rt-right .rt-btn .btn-name {
    margin-right: 2px;
}
.registered-tip .rt-right .rt-close {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registered-tip .rt-right .rt-close .icon-delete {
    font-size: 20px;
    color: #FFFFFF;
}

.suspension .sus-cover {
    display: none;
    position: fixed;
    z-index: 1201;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.suspension .sus-con {
    position: fixed;
    bottom: -480px;
    z-index: 1202;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    width: calc(100% - 30px);
    max-width: 738px;
    min-width: 290px;
}

.suspension .sus-contact {
    height: 120px;
    background: url(../../img/cc/contact_bg.jpg) no-repeat;
    border-radius: 5px 5px 0 0;
    background-position: 50%;
    background-size: cover;
}

.suspension .service {
    padding: 0 25px 15px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.suspension .service .sus-tel {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dae0e6;
}

.suspension .service .sus-customer {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    padding: 5px 0;
}

.suspension .service .info .txt {
    font-weight: 500;
    font-size: 13px;
    color: #333333;
}

.suspension .service .info .des {
    font-weight: 500;
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}

.suspension .service .icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    color: #0099ff;
    border: 1px solid #0099ff;
    border-radius: 50%;
}

.suspension .cannel {
    padding: 12px 25px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dae0e6;
    border-radius: 5px;
}
