/* 首页视频开始 */
.ying-homevideo-content {
    /* position: relative; */
    z-index: 1;
    background-position: 0 100%;
    animation: gradient 12s ease-in-out infinite;
}

.ying-homevideo-content .ying-homevideo-offvideo {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0px 0px 10px 10px;
}

.ying-homevideo-orientation {
    position: relative;
}


.ying-homevideo-offvideo {
      margin-top: -74px;
      max-height: 880px;
      display: flex; 
      flex-direction: column;
      justify-content: center; 
      align-items: center; 
}

.ying-homevideo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.ying-homevideo-top video {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.ying-homevideo-filters {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(45, 47, 54, .15);
}

/* 首页视频结束 */
/* 首页中间大标题开始 */
.ying-dmyblog {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ying-dmyblogtitle {
    font-size: 60px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    text-shadow: 4px 8px 6px rgba(0, 0, 0, .25);
}

.ying-dmyblog-typewriter {
    margin-top: 50px;
}

.ying-dmyblog-typewriter-title {
    font-weight: 600;
    font-size: 26px;
    /* line-height: 40px; */
    /* letter-spacing: 3px; */
    text-align: center;
    color: #fff;
    text-shadow: 7px 14px 4px rgba(0, 0, 0, .25);
}

/* 首页中间大标题结束 */
/*首页视频中间下方提示开始*/
.dmy-up-arrow {
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
}

.dmy-up-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dmy-up-arrow span {
    color: #fff;
}

.dmy-up-arrow svg {
    width: 25px;
    height: 25px;
}

.dmy-up-font {
    text-align: center;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
}

.dmy-up-icon {
    display: flex;
    justify-content: center;
}

.dmy-up-icon2 {
    margin-top: 10px;
    text-align: center;
    animation: home-animation .5s ease-in-out infinite alternate;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(/wp-content/themes/b2child/Assets/img/2024010914342989.png);
}

@-webkit-keyframes home-animation {
    to {
        transform: translateY(100%);
    }
}
/*首页视频中间下方提示结束*/
.dmy-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}