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