/* 弹出框 */
.pop .mask-btn{
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    margin: 35px auto 50px auto;
    background-color: #002f75;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
}
.pop {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    z-index: 99999;
    height: 100%; }
.pop .close {
    position: absolute;
    width: 0.39rem;
    height: 0.39rem;
    top: 5%;
    bottom: 0;
    right: 5%;
    background: url(./close.png) no-repeat center 0;
    z-index: 2;
    cursor: pointer; }
.pop .pop-container {
    height: 55%;
    width: 791px;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto; }
.pop .pop-container::-webkit-scrollbar-track-piece {
    background-color: transparent; }
.pop .pop-container::-webkit-scrollbar {
    width: 9px;
    height: 129px; }
.pop .pop-container::-webkit-scrollbar-thumb {
    background-color: #292f74;
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 5px; }
.pop .pop-container .title {
    padding-top: 24px;
    padding-bottom: 26px;
    background-image: linear-gradient(90deg, #426597 0%, #002f75 100%); }
.pop .pop-container .section-title {
    width: 263px;
    height: 50px;
    margin: 0 auto;
    background: url("./mask-title.png") no-repeat center;
    background-size: contain;
}
.pop .pop-container ul {
    width: 84%;
    margin-left: 74px;
    margin-top: 36px;
    position: relative; }
.pop .pop-container ul a.go-tell {
    display: none; }
.pop .pop-container ul span.num {
    position: absolute;
    font-size: 12px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    top: 4px;
    left: -34px;
    height: 20px;
    background-color: #292f74;
    background-blend-mode: normal,  normal; }
.pop .pop-container ul div {
    font-size: 20px;
    line-height: 30px;
    color: #3c4d9b;
    font-weight: bold; }
.pop .pop-container ul li {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #848484; }
.pop .pop-container ul li b {
    color: #eb6262; }
.pop .pop-container .table{
    margin-top: 10px;
    font-size: 16px;
    border-color: #343e80;
}
.pop .pop-container .table tr td{
    height: 33px;
    color: #7f7f7f;
    text-align: center;
    padding: 3px 18px;
}
.pop .pop-container .table tr:first-child td{
    background-color: #002f75;
    height: 48px;
    color: #ffffff;
    border-color: #6573d2;
    padding: 0 18px;
}


@media (max-width: 768px) {
    .pop {
        display: none; }
    .pop .close {
        position: absolute;
        width: 0.4rem;
        height: 0.4rem;
        top: 9%;
        bottom: 0;
        right: 3%;
        background: url(close.png) no-repeat center 0/100% auto;
        cursor: pointer; }
    .pop .pop-container {
        height: 9.06rem;
        width: 7.14rem;
        border-radius: 0.16rem; }
    .pop .pop-container::-webkit-scrollbar {
        width: 0.1rem;
        height: 1.29rem; }
    .pop .pop-container::-webkit-scrollbar-thumb {
        border-radius: 0.05rem; }
    .pop .pop-container .title {
        padding-top: 0;
        padding-bottom: 0; }
    .pop .pop-container .section-title {
        width: 2.7rem; }
    .pop .pop-container ul {
        margin-left: 0.72rem;
        padding-right: 0.49rem;
        margin-top: 0.36rem; }
    .pop .pop-container ul a.go-tell {
        display: block;
        width: 1.92rem;
        height: 0.40rem;
        text-align: center;
        line-height: 0.4rem;
        border-radius: 0.2rem;
        margin: 0.54rem auto 0;
        font-size: 0.25rem; }
    .pop .pop-container ul span.num {
        position: absolute;
        width: 0.31rem;
        text-align: center;
        line-height: 0.31rem;
        border-radius: 50%;
        top: 0.02rem;
        font-size: 0.23rem;
        left: -0.43rem;
        height: 0.31rem; }
    .pop .pop-container ul div {
        font-size: 0.3rem;
        line-height: 0.3rem; }
    .pop .pop-container ul li {
        font-size: 0.24rem; }
    .pop .mask-btn{
        width: 1.84rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .26rem;
        margin: .35rem auto .5rem auto;
        border-radius: .5rem;
    }
    .pop .pop-container .table{
        font-size: .24rem;
    }
    .pop .pop-container .table tr td{
        height: .6rem;
        padding: 0 .05rem;
    }
    .pop .pop-container .table tr:first-child td{
        height: .6rem;
    }
}