[data-module=shareSns] {
    min-height: 26px
}

.bc-simple-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .4)
}

.bc-simple-dialog .simple-dialog-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.bc-simple-dialog .simple-dialog-con {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 540px;
    height: 190px;
    border-radius: 8px;
    padding: 20px
}

.bc-simple-dialog .simple-dialog-title {
    line-height: 18px;
    font-size: 18px;
    color: #333
}

.bc-simple-dialog .simple-dialog-con p {
    line-height: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
    margin-bottom: 38px;
    overflow: auto;
    min-height: 65px
}

.bc-simple-dialog .simple-dialog-btn2 {
    background: #ff6a00;
    height: 24px;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
    line-height: 12px;
    border: none;
    margin-left: 12px
}

.bc-simple-dialog .simple-dialog-btn1 {
    border: 1px solid #f60;
    height: 24px;
    border-radius: 20px;
    padding: 5px 15px;
    color: #f60;
    line-height: 12px
}

.bc-simple-dialog .simple-dialog-actions {
    text-align: right
}

.bc-simple-dialog .simple-dialog-close {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    color: #ccc;
    background: rgba(51, 51, 51, .5);
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.detail-top-notice {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 14px
}

.detail-top-notice p {
    margin: 0;
    font-weight: 500
}

.detail-top-notice strong {
    color: #ff6a00
}

.detail-top-notice span {
    line-height: 14px
}

.detail-top-notice img, .detail-top-notice span, .detail-top-notice strong {
    vertical-align: middle
}

.detail-top-notice.detail-top-notice-mask strong {
    color: #17bbc6
}

.detail-top-notice.detail-top-notice-mask .detail-top-notice-detail {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    padding: 8px 2px 0 20px;
    font-weight: 400
}

.detail-top-notice-close {
    display: none
}

#J-btn-get-sample.detail-btn-get-sample-ws-disabled {
    color: #999;
    pointer-events: none
}

#J-btn-get-sample.detail-btn-get-sample-ws-disabled:hover {
    text-decoration: none
}

.content-blur {
    filter: blur(5px)
}