.pop_up {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 101;
    font-weight: 500
}

.pop_content {
    width: 1000px;
    height: 690px;
    background-image: url(../Images/pop_pic.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    text-align: center
}

.pop_close {
    float: right;
    margin-top: 20px;
    margin-right: 20px
}

.pop_timer {
    width: 832px;
    margin: 0 auto;
    padding: 0 132px;
    margin-top: 60px;
    height: 66px;
    line-height: 66px;
    overflow: hidden
}

.timer_title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    float: left
}

.timer_show {
    float: left;
    display: inline-block;
    background-image: url(../Images/pop_timer.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 338px;
    height: 66px;
    text-align: initial
}

.timer_show span {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin-left: 19px
}

.timer_show span:first-of-type {
    margin-left: 0
}

.pop_more {
    width: 832px;
    height: 406px;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    margin-top: 116px;
    position: relative
}

.pop_more_content {
    width: 100%;
    background: 0 0;
    position: absolute;
    top: -18%;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden
}

.pop_tabBox {
    width: 564px;
    height: 284px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    background: #272c76
}

.table {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table {
    border: 0
}

.table>tbody>tr>td {
    padding: 8px
}

.pop_tabBox .tabBox_title {
    font-size: 38px;
    color: #fff;
    line-height: initial;
    margin-top: 22px
}

.table_one {
    font-size: 18px;
    color: #fff
}

.table_two {
    font-size: 14px;
    color: #d1d1d1
}

.table_three {
    font-size: 28px;
    color: #fff
}

.pop_more_hint {
    text-align: center;
    font-size: 18px;
    color: #fff
}

.pop_ul {
    margin: 0 auto;
    margin-top: 37px;
    width: 800px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #272c76;
    overflow: hidden;
    box-shadow: 0 0 10px #272c76
}

.pop_ul li {
    text-align: left;
    padding: 0 116px;
    list-style: square inside url(../img/pop_label.png)
}

.pop_hintOne {
    margin-top: 10px;
    margin-bottom: 10px
}

.pop_hintOne,
.pop_hintTwo {
    font-size: 18px;
    color: #666
}

.pop_hintOne span,
.pop_hintTwo span {
    font-size: 24px
}

.pop_hintTwo {}

.pop_hintTwo span {}

.pop_hintThree {
    margin-top: 22px;
    font-size: 14px;
    color: #666
}

.show {
    display: block
}

.hid {
    display: none
}

.pop_dim {
    -webkit-transform: scale(.9);
    text-shadow: 0 0 10px #5effc8;
    opacity: .8;
    color: transparent;
    font-weight: 900
}

@media screen and (max-width:1200px) {
    .pop_content {
        width: 862px
    }

    .pop_more {
        width: 600px
    }

    .pop_ul {
        width: 600px;
        border: 0;
        box-shadow: none
    }

    .pop_ul li {
        padding: 0;
        list-style: none;
        text-align: center
    }
}