.applyVideo-banner {
    min-width: 1200px;
    height: 430px;
    background-color: transparent;
    display: none;
    position: relative;
}
.applyVideo-banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.applyVideo-banner-box {
    width: 1200px;
    padding-top: 50px;
    margin: 0 auto;
}
.applyVideo-banner-title {
    color: #333;
    font-size: 38px;
    font-weight: bold;
}
.applyVideo-banner-desc {
    width: 600px;
    color: #333;
    font-size: 16px;
    margin: 12px 0 34px;
}
.applyVideo-banner-contact {
    width: 202px;
    height: 50px;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #165DFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.applyVideo-banner-contact:hover {
    text-decoration: none;
    background-color: #0b4fd9;
}
.applyVideo-banner-contact img {
    width: 30px;
    margin-right: 8px;
}
.applyVideo-banner-contact span {
    color: #fff;
    font-size: 16px;
}
.applyVideo-head {
    background-color: #E9EEF4;
    overflow: hidden;
}
.applyVideo-title {
    color: #333;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 26px 0 24px;
}
.applyVideo-type {
    width: 1200px;
    padding: 12px 0;
    border-bottom: 1px solid #CEC4C4;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.applyVideo-type-box {
    width: 1200px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.applyVideo-type-content {
    display: flex;
    align-items: center;
}
.applyVideo-type-content span {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    margin-right: 52px;
}
.applyVideo-type-act {
    color: #165DFF !important;
}
.applyVideo-type-arrow {
    width: 52px;
    padding: 2px 0;
    box-shadow: -10px 0 14px 10px #E9EEF4;
    background-color: #E9EEF4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
}
.applyVideo-type-arrow img {
    width: 14px;
    cursor: pointer;
}
#applyVideoPrev, #applyVideoNextDisable {
    display: none;
}
.applyVideo-main {
    background-color: #f5f5f7;
    background-image: url("../assets/image/apply-bg.jpg");
    background-size: cover;
    overflow: hidden;
}
.applyVideo-container {
    width: 1200px;
    margin: 0 auto 50px;
}
.applyVideo-label {
    min-height: 16px;
    padding: 12px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.applyVideo-label-box {
    cursor: pointer;
    padding: 6px 12px;
    background-color: #fff;
    margin: 0 16px 12px 0;
    transition: all .3s ease;
}
.applyVideo-label-box:hover {
    background-color: #F3F6FF;
}
.applyVideo-label-box span {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    transition: all .3s ease;
}
.applyVideo-label-act {
    background-color: #165DFF;
}
.applyVideo-label-act:hover {
    background-color: #165DFF !important;
}
.applyVideo-label-act span {
    color: #fff;
}
.applyVideo-list {
    display: flex;
    flex-wrap: wrap;
}
.applyVideo-box {
    width: 390px;
    cursor: pointer;
    margin: 0 15px 15px 0;
    position: relative;
    overflow: hidden;
}
.applyVideo-box-cover {
    width: 390px;
    height: 220px;
    background: url("../assets/image/skeleton-apply-video.jpg") center no-repeat;
    background-size: cover;
    object-fit: cover;
}
.applyVideo-box-play {
    width: 390px;
    height: 220px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease;
}
.applyVideo-box-play img {
    width: 48px;
}
.applyVideo-content {
    height: 94px;
    background-color: #fff;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.applyVideo-content p {
    color: #000;
    font-size: 18px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.applyVideo-content span {
    color: rgba(0, 0, 0, .2);
    font-size: 12px;
}
.applyVideo-box:hover .applyVideo-box-play {
    opacity: 1;
}
.applyVideo-bt {
    text-align: center;
    margin-top: 50px;
    display: none;
}
.applyVideo-bt button {
    width: 184px;
    height: 38px;
    color: #555;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
}
.applyVideo-bt button:hover {
    color: #858585;
    border-color: rgba(0, 0, 0, .1);
}
