.loading h2 {
    font-size: 150px;
    color: #ffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.kblx-til.common-title {
    width: 505px;
    height: 220px;
    background: url(../images/kblx-til.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    /* left: 1720px;
  top: 100px; */
    z-index: 3;
    text-align: center;
}

    .kblx-til.common-title .p1 {
        font-size: 68px;
        margin: 40px 0 20px;
    }

    .kblx-til.common-title .p2 {
        font-size: 50px;
        background-color: rgba(0, 0, 0, 0) !important;
    }

.kblxBox {
    position: absolute;
    top: 42px;
    right: 40px;
    display: flex;
    flex-direction: column;
}

    .kblxBox a {
        background: url(../images/kblx.gif) no-repeat;
        width: 370px;
        height: 74px;
        background-size: 100% 100%;
        text-align: center;
        font-size: 38px;
        line-height: 60px;
        color: #FFF;
    }

.btnVdo {
    width: 505px;
    height: auto;
    background: url(../images/famousBtn.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    overflow: hidden;
    position: absolute;
    font-weight: bold;
    left: 1720px;
    top: 330px;
    z-index: 3;
    font-size: 38px;
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
}

    .btnVdo:visited {
        color: #FFF;
    }
