
:focus {
    outline: none;
}
.new-base-service {
    position: fixed;
    right: 0;
    bottom: 100px;
}
.new-base-service .service-warp {
    width: 60px;
    padding: 0 6px;
    background: #155BD4;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.new-base-service .service-block {
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 1px solid #0F4095;
}
.new-base-service .service-warp:last-child {
    border-bottom: none;
}
.new-base-service .service-detail {
    position: fixed;
    right: 76px;
    bottom: 100px;
    width: 420px;
    height: 176px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(1, 40, 90, 0.1);
    border-radius: 2px;
}
.new-base-service .service-detail .icon-cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.new-base-service .service-detail-phone {
    width: 420px;
    display: none;
    font-size: 14px;
}
.new-base-service .service-detail-phone .text {
    text-align: center;
    color: #646566;
    margin-top: 36px;
}
.new-base-service .service-detail-phone .big-text {
    color: #252B3A;
    font-size: 18px;
}
.new-base-service .service-detail-phone .btn-group {
    display: block;
    text-align: center;
    margin-top: 29px;
}
.new-base-service .service-detail-phone .btn {
    width: 112px;
    height: 40px;
    border: 1px solid rgba(21, 91, 212, 1);
    color: #155BD4;
    border-radius: 2px;
}
.new-base-service .service-detail-phone .btn +.btn {
    margin-left: 15px;;
}
.new-base-service .service-detail-phone .btn.btn-primary {
    color: #F5F5F5;
    background:rgba(21,91,212,1)
}
/* .new-base-service .service-detail-phone .btn.btn-primary:hover {
    background: #0893ff;
  }
   */
.new-base-service .service-detail-qr {
    display: none;
    width: 240px;
    text-align: center;
    font-size: 12px;
    color: #155BD4;
}
.new-base-service .service-detail-qr img {
    width: 100px;
    height: 100px;
    margin: 25px 0 10px;
}