.policy-notice-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.policy-notice-hover-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.policy-notice-hover-bridge {
    position: fixed;
    right: 0;
    top: 130px;
    width: 52%;
    height: 360px;
    background: transparent;
    pointer-events: auto;
}

.policy-notice-dialog {
    position: absolute;
    left: 50%;
    top: 46%;
    width: 860px;
    height: 390px;
    box-sizing: border-box;
    padding: 82px 50px 18px;
    border-radius: 10px;
    background: #fff url("/jiangsu_static/new/images/anti-fraud-bg.png") center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
    opacity: 0;
    overflow: visible;
    pointer-events: auto;
    transform: translate(-42%, -50%) scaleX(0.18) scaleY(0.96);
    transform-origin: right center;
    transition: transform .58s cubic-bezier(.19, 1, .22, 1), opacity .38s ease-out;
}

.policy-notice-horn {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 165px;
    height: auto;
    z-index: 2;
    transform: translateX(-50%);
}

.policy-notice-title {
    margin: 0 0 24px;
    color: #1683ff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.policy-notice-content {
    width: 100%;
    color: #333;
}

.policy-notice-main-text {
    margin: 0 0 18px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
    text-indent: 2em;
    word-break: normal;
    overflow-wrap: break-word;
}

.policy-notice-attachment {
    position: relative;
    margin: 0;
    padding-left: 34px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.policy-notice-attachment-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    color: #1683ff;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.policy-notice-attachment a {
    color: #1683ff;
    text-decoration: none;
}

.policy-notice-attachment a:hover {
    color: #005fd9;
    text-decoration: underline;
}

#policyNoticeSide.policy-notice-side {
    position: absolute;
    right: 0;
    top: 130px;
    width: 64px;
    height: 210px;
    box-sizing: border-box;
    padding: 14px 7px;
    border-radius: 4px 0 0 4px;
    background: #2f73c7;
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#policyNoticeSide.policy-notice-side:hover {
    background: #1f65b5;
}

#policyNoticeSide.policy-notice-side img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

#policyNoticeSide .policy-notice-side-text {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
}

#policyNoticeSide .policy-notice-side-text span {
    display: inline-block;
    margin: 0 1px;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

#policyNoticeSide .policy-notice-side-text span:last-child {
    margin-left: 0;
}

.policy-notice-mask.show {
    opacity: 1;
    visibility: visible;
}

.policy-notice-mask.show .policy-notice-dialog {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1) scaleY(1);
}

@media screen and (max-width: 1230px) {
    .policy-notice-dialog {
        width: calc(100% - 80px);
        min-width: 760px;
        height: auto;
        min-height: 390px;
    }
}
