﻿.sj-popups {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.sj-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
    width: 420px;
    height: 200px;
    text-align: center;
    padding: 260px 88px 0;
    background: rgba(0,0,0,0) url(../../images/ground.png) no-repeat center center;
}

.sj-h {
    font-size: 28px;
    color: #d4d4d4;
    line-height: 42px;
}

.sj-a a, .sj-a span {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
}

.sj-a {
    font-size: 0;
    margin-top: 30px;
}

    .sj-a a {
        width: 112px;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        background: #218fc4; /*法宝蓝 #218fc4;*/
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #218fc4; /*法宝蓝 #218fc4;*/
    }

    .sj-a span {
        width: 230px;
        color: #218fc4; /*法宝蓝 #218fc4;*/
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 1px solid #d4d4d4;
        border-right: none;
    }

.sj-btm {
    font-size: 14px;
    margin-top: 30px;
    text-align: right;
    padding: 0 38px;
}

    .sj-btm p {
        float: left;
        color: #999999;
    }

    .sj-btm span {
        color: #218fc4; /*法宝蓝 #218fc4;*/
    }

.sj-btn {
    cursor: pointer;
}

.sj-box {
    transform: scale(1,0) skew(45deg) translate(100px,1000px);
    opacity: 0;
    transition: all 0.5s;
}

.sj-closs {
    position: absolute;
    width: 22px;
    height: 22px;
    right: -11px;
    top: -8px;
    background: url(https://www.pkulaw.com/Content/images/icon.png);
    background-position: -72px -72px;
    border-radius: 11px;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0.8
}

.sj-box.active {
    opacity: 1;
    transform: scale(1,1) skew(0) translate(0,0);
}
