.product-service-type-label {
    cursor: pointer;
    position: relative;
    top: -1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.product-service-type-label:active {
    opacity: .76;
    transform: scale(.98);
}

#product-service-type-help-dialog .weui-mask {
    background: rgba(0, 0, 0, .46);
}

#product-service-type-help-dialog .product-service-type-help-card {
    left: 50%;
    right: auto;
    width: calc(100vw - 48px);
    max-width: 360px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.product-service-type-help-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px 10px;
}

.product-service-type-help-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 28px;
    padding: 0 8px;
    border-radius: 5px;
    background: #2f7ec2;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.product-service-type-help-title {
    color: #111;
    font-size: 18px;
    line-height: 1.35;
}

.product-service-type-help-body {
    padding: 4px 20px 18px;
}

.product-service-type-help-summary {
    color: #111;
    font-size: 17px;
    line-height: 1.55;
}

.product-service-type-help-content {
    margin-top: 6px;
    color: #333;
    font-size: 15px;
    line-height: 1.55;
}

.product-service-type-help-note {
    margin-top: 12px;
    padding: 9px 10px;
    border-radius: 6px;
    background: #f5f7fa;
    color: #7a8491;
    font-size: 13px;
    line-height: 1.45;
}

.product-service-type-help-actions {
    border-top: 1px solid #edf0f2;
    padding: 12px 18px 16px;
    text-align: right;
}

.product-service-type-help-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 38px;
    border-radius: 5px;
    background: #0bbfe8;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.product-service-type-help-close:hover,
.product-service-type-help-close:focus {
    color: #fff;
    text-decoration: none;
}

#product-service-type-help-dialog[data-service-type="manual"] .product-service-type-help-badge {
    background: #9b59b6;
}

#product-service-type-help-dialog[data-service-type="autocharge"] .product-service-type-help-badge {
    background: #4caf50;
}

#product-service-type-help-dialog[data-service-type="code"] .product-service-type-help-badge,
#product-service-type-help-dialog[data-service-type="discount"] .product-service-type-help-badge {
    background: #2f7ec2;
}

#product-service-type-help-dialog[data-service-type="phonecharge"] .product-service-type-help-badge {
    background: #f0ad4e;
}
