/*立即咨询*/
.service-box {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
}

.service-box .service_container {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 420px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.service-box .service_container .title {
    width: 100%;
    position: relative;
    padding: 15px 15px 10px;
    font-size: 18px;
    color: #303133;
}

.service-box .service_container .title .iconfont-crmeb {
    font-size: 15px;
    color: #909399;
    cursor: pointer;
}

.service-box .service_container .service-code {
    text-align: center;
    padding: 10px 15px;
}

.service-box .service_container .service-code img {
    width: 250px;
    height: 250px;
}

.service-box .service_container .tips {
    color: #606266;
    font-size: 14px;
}
