.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;
    }
