body {
    background: #000;
}

.main-app {
    background-image: url(../img/background/bg.png);
}
.main-img {
    width: 100%;
    height: 100%;
}

.init-video-container {
    position: relative;
}

.init-video {
    width: 640px;
    height: 340px;
    position: absolute;
}

.start-background {
    width: 640px;
    height: 340px;
    position: absolute;
    z-index: 999;
    background-image: url(../img/start-video/background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    perspective: 0;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.jump-button {
    position: absolute;
    width: 80px;
    height: 25px;
    z-index: 999;
    background: #fff3;
    top: 20px;
    right: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 6px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 4px 5px 5px #88888855;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    perspective: 0;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.appointment-button {
    width: 152px;
    height: 28px;
    background-image: url(https://kude.oss-cn-hangzhou.aliyuncs.com/imgs/2022/0622/img/button/appointment.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 31px;
    bottom: 146px;
}

.share-button {
    width: 152px;
    height: 32px;
    background-image: url(https://kude.oss-cn-hangzhou.aliyuncs.com/imgs/2022/0622/img/button/share.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 31px;
    bottom: 106px;
}

.share-button-msg {
    width: 152px;
    height: 12px;
    position: absolute;
    right: 31px;
    bottom: 92px;
    color: #5b98fe;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.user-container {
    position: absolute;
    width: 520px;
    height: 62px;
    left: 60px;
    bottom: 22px;
    display: flex;
    align-items: flex-end;
}

.user-head-item {
    margin-left: -6px;
}

.user-background-message {
    position: absolute;
    color: #d4e4ff;
    top: 108px;
    left: 32px;
    font-size: 12px;
    width: 160px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.user-title {
    position: absolute;
    left: 52px;
    top: 40px;
    width: 110px;
    height: 26px;
    text-align: right;
}

.video-container {
    position: absolute;
    left: 37.33px;
    width: 120px;
    bottom: 98.33px;
    height: 62px;
    background-image: url(../img/video-ele/1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
}

.video-item {
    width: 100%;
    height: 100%;
    background: #000;
}

.current-background {
    width: 640px;
    height: 360px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0); */
    background-image: url(../img/background/bg.png);
    position: relative;
}

.current-background-aminate {
    animation: rotateAm 1s linear;
    transition: all 1s;
}

.share-background {
    width: 640px;
    height: 360px;
    background-image: url(/img/share/background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}

.share-current-background {
    width: 458px;
    height: 257.66px;
    object-fit: fill;
    position: absolute;
    top: 40.66px;
    left: 91.33px;
}

.share-back-button {
    position: absolute;
    width: 38.66px;
    height: 13.33px;
    top: 9.33px;
    left: 25.33px;
}

.share-button-list {
    width: 175px;
    height: 47px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.share-button-item {
    width: 33px;
    height: 45.33px;
}

@keyframes rotateAm {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.first-point {
    width: 180px;
    height: 32px;
    position: absolute;
    bottom: 103px;
    right: 130px;
    display: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    perspective: 0;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.second-point {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(../img/start-video/next-button.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    bottom: 30px;
    left: 50px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    perspective: 0;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.second-arrow {
    width: 86px;
    height: 22px;
    background-image: url(../img/start-video/gone.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
    right: 280px;
    top: 50px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    perspective: 0;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.loading-container {
    position: absolute;
    width: 640px;
    height: 340px;
    position: absolute;
    /* background-image: url(../img/start-video/loading.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0); */
}
