.productDetails-banner {
    width: 100%;
    min-width: 1200px;
    /*height: calc(100vh - 128px);*/
    background-color: transparent;
    position: relative;
}
.productDetails-banner-cover {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
}
.productDetails-banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productDetails-banner-name {
    font-size: 50px;
}
.productDetails-banner-desc {
    font-size: 30px;
}
.productDetails-banner-box p {
    width: 580px;
    color: #333;
    word-break: break-word;
    margin: 10px 0;
}
.productDetails-video {
    width: 100%;
    min-width: 1200px;
    height: 800px;
    max-height: 100vh;
    user-select: none;
    background-color: rgba(0, 0 ,0, .4);
    display: none;
    position: relative;
}
.productDetails-video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.productDetails-video-box {
    width: 1200px;
    height: 100%;
    padding-top: 164px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productDetails-video-bt {
    height: 40px;
    cursor: pointer;
    padding: 0 16px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: background-color .3s ease;
}
.productDetails-video-bt:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
}
.productDetails-video-bt span {
    color: #fff;
    font-size: 16px;
}
.productDetails-video-play {
    width: 10px;
    height: 10px;
    margin-left: 8px;
}
.productDetails-video-content {
    text-align: center;
    margin-bottom: 36px;
}
.productDetails-video-title {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 18px;
}
.productDetails-video-desc {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
}
.productDetails-main {
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
.productDetails-main-container {
    width: 100%;
    min-width: 1200px;
}
.productDetails-main-container img {
    width: 100%;
}
.productDetails-apply {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
    background-color: #F7F9FA;
    display: none;
}
.productDetails-apply-container {
    width: 1200px;
    margin: 0 auto;
}
.productDetails-apply-title {
    color: #333;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.productDetails-apply-desc {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 0 150px 50px;
}
.productDetails-apply-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.productDetails-apply-box {
    width: calc(50% - 10px);
    height: 472px;
    background-color: transparent;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.productDetails-apply-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.productDetails-apply-name {
    margin: 24px;
    position: relative;
    z-index: 10;
}
.productDetails-apply-name p {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    word-break: break-all;
    margin-bottom: 16px;
}
.productDetails-apply-name a {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    padding: 11px 16px;
    border: 1px solid #333;
    border-radius: 20px;
    transition: background-color .3s ease;
}
.productDetails-apply-name a:hover {
    text-decoration: none;
    background-color: hsla(0, 0%, 100%, 0.09);
}
.productDetails-apply-name a span {
    color: #333;
    font-size: 16px;
}
.productDetails-apply-name a img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-bottom: 2px;
}
