.contractLock-banner {
    max-width: 1467px;
    min-width: 1200px;
    border-radius: 15px;
    margin: 100px auto 18px;
    height: 280px;

    background: url(../../../images/oa/contractLock/bg.png) center center
        no-repeat;
    position: relative;
    color: red;
    text-align: center;
    background-position-x: -6px;
}

a.btn.contractLock-register {
    width: 124px;
    height: 42px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 5px;

    display: inline-block;
    text-align: center;
    margin-top: 32px;
    font-size: 16px;

    line-height: 42px;
    color: rgba(57, 130, 247, 1);
}

a.btn.contractLock-register:hover {
    background: #18dca7;
    color: white !important;
}

.contractLock-banner .title {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 44px;
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 45px;
    opacity: 1;
}

.contractLock-banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    text-align: center;
}

/* 契约锁 */
.contractLock-list {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    text-align: center;
    margin-bottom: 100px;
}

.contractLock-list .item {
    width: 261px;
    height: 294px;
    margin-top: 92px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 45px;
    vertical-align: top;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    background-size: 160px auto;
    background-position: calc(100% + 40px) calc(100% + 30px);
    background-repeat: no-repeat;
}

.contractLock-list .item.item4,
.contractLock-list .item.item9 {
    margin-right: 0;
}

.contractLock-list .item:hover {
    border-bottom: 2px solid #3982f7;
    background-color: #fff;
    transform: translateY(-6px);
    box-shadow: 0px 40px 110px -20px rgba(132, 148, 181, 0.6);
}

.contractLock-list .item1 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_9.png);
}

.contractLock-list .item2 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_1.png);
}

.contractLock-list .item3 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_2.png);
}

.contractLock-list .item4 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_3.png);
}

.contractLock-list .item5 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_4.png);
}

.contractLock-list .item6 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_5.png);
}

.contractLock-list .item7 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_6.png);
}

.contractLock-list .item8 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_7.png);
}

.contractLock-list .item9 {
    background-image: url(../../../images/oa/contractLock/contractLock_bg_8.png);
}

.contractLock-list .item .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 70px;
}

.contractLock-list .item .line {
    width: 20px;
    height: 3px;
    background-color: #3982f7;
    margin: 16px auto 29px;
}

.contractLock-list .item .img-box {
    width: 94px;
    height: 94px;
    border: 1px solid rgba(220, 220, 220, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    top: -47px;
    left: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contractLock-list .item .img-box img {
    width: 82px;
    height: 82px;
}

.contractLock-list .item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

/* video */
.video-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10005;
    display: none;
    justify-content: center;
    align-items: center;
}

.video-model.show {
    display: flex !important;
}

.video-model .video-content {
    width: auto;
    height: 637px;
    display: inline-block;
    background-color: transparent;
    position: relative;
}

.video-model .video-content video {
    width: auto;
    height: 100%;
}

.video-model .video-content .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
