@charset "utf-8";

/* CSS Document */
.center {
    width: 100%;
    margin: 0 auto;
}

.main_offjt {
    height:480px;
    background: url(../images/off_jt.png) no-repeat;
    position: relative;
}

.jt {
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    /* left: 1px; */
}

.jt1 {
    width: 50%;
    height: 24px;
    line-height: 24px;
    border-radius: 3% 0 0 3% / 50% 0 0 50%;
    background-color: #eee;

    float: left;
    text-align: center;
    cursor: pointer;
}

.jt2 {
    width: 50%;
    height: 24px;
    line-height: 24px;
    border-radius: 0 3% 3% 0 / 0 50% 50% 0;

    background-color: #eb0a1e;
    float: left;
    text-align: center;
    cursor: pointer;
}

.jt1 a {
    color: #eb0a1e;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 24px;
}

.jt2 a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 24px;
}