* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #220E14;
}

body {
    font-size: 14px;
    color: #282828;
    background-size: 100%;
    font-family: '微软雅黑';
    background: #220E14;
}

@media only screen and (max-width: 750px) {
    .logo {
        width: 29px;
        height: 29px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 500px) {
    .logo {
        width: 29px;
        height: 29px;
        margin-right: 6px;
    }

    body {
        min-height: 500px;
    }
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem;
}

.f-14 {
    font-size: 1.4rem;
}

.f-17 {
    font-size: 1.7rem;
}

.f-w0 {
    font-weight: normal;
}

.f-w5 {
    font-weight: 500;
}

.f-w6 {
    font-weight: 600;
}

.f-w7 {
    font-weight: 700;
}

.c-f {
    color: #FFFFFF;
}

.c-3 {
    color: #333333;
}

.c-3-6 {
    color: rgba(51, 51, 51, 0.6) !important;
}

.c-6 {
    color: #666666;
}

.c-9 {
    color: #999999;
}

.flex {
    display: flex;
}

.center {
    display: flex;
    align-items: center;
}

.center-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column-center {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.container {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.hear-wrap {
    height: 46px;
    margin-top: 22px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19px;
    background: rgba(255, 255, 255, 0.3);
}

.play-title {
    height: 31px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
}

.left-line {
    flex: 1;
    height: 4px;
    margin-right: 12px;
    background: linear-gradient(90deg, #220E14 0%, #FFFFFF 100%);
}

.right-line {
    flex: 1;
    height: 4px;
    margin-left: 12px;
    background: linear-gradient(270deg, #220E14 0%, #FFFFFF 100%);
}

.play-desc {
    margin-top: 10px;
    height: 21px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    padding: 0 16px;
    text-align: center;
}

.swiper-slide {
    height: 91vw;
}

.swiper-slide-active {
    height: 101vw;
}

.user-slide {
    width: 70vw;
    min-width: 70vw;
    height: 91vw;
    margin: 0 4vw;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    position: relative;
}

.swiper-slide-active .user-slide {
    width: 70vw;
    height: 101vw;
    border-radius: 16px;
}

.video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 16px;
    background: black;
    z-index: 111;
    display: none;
}

.play-video {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 112;
}

.play-icon {
    width: 20px;
    height: 20px;
}

.chat-desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 21px;
    padding: 0 16px;
    text-align: center;
}

.download-btn {
    margin: 12px 20px 0 20px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
}

.download-btn .icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.download-btn .text {
    margin-left: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

.center {
    display: flex;
    align-items: center;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other-down-icon {
    width: 12px;
    height: 12px;
}

.other-down-text {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    margin-left: 2px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.d-aspect-fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.user-avatar-masking {
    height: 100%;
    border-radius: 16px;
}

.user-avatar-masking .base-info {
    padding: 11px 13px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.user-avatar-masking .nickname {
    color: white;
    font-size: 12px;
}

.user-avatar-masking .age {
    margin-left: 5px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #FF00D2;
    padding: 0 2px;
    line-height: 12px;
    color: #FF00D2;
    font-size: 10px;
}

.user-avatar-masking .country-flag {
    margin-left: 5px;
    width: 16px;
    height: 12px;
}

.user-avatar-masking .country-code {
    margin-left: 5px;
    font-size: 10px;
    color: white;
}

.user-avatar-masking .intro {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.89);
    font-size: 10px;
    line-height: 12px;
}

.user-avatar-masking .chat-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 13px 12px 13px;
    box-sizing: border-box;
}

.user-avatar-masking .ring-first {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: inset 0 0 5px 0 rgba(255, 68, 119, 0.4);
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    z-index: 11;
}

.user-avatar-masking .ring-second {
    width: 59px;
    height: 59px;
    background: #FFFFFF;
    box-shadow: inset 0 0 5px 0 rgba(255, 68, 119, 0.4);
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    z-index: 12;
}

.user-avatar-masking .ring-third {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: inset 0 0 5px 0 rgba(255, 68, 119, 0.4);
    opacity: 0.8;
    border-radius: 50%;
    position: absolute;
    z-index: 13;
}

.user-avatar-masking .video-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 14;
    -webkit-animation: videoChatLiving 2s linear infinite;
}

@keyframes videoChatLiving {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(14deg);
    }
    20% {
        transform: rotate(-14deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.video-chat-father {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: relative;
    z-index: 112;
}


