.rtc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 60px;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(http://b.bdstatic.com/searchbox/icms/searchbox/img/rtc-bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.rtc-title {
    width: 100%;
    padding-top: 60.386rpx;
    line-height: 47.1rpx;
    font-family: PingFangSC-Medium;
    font-size: 47.1rpx;
}

.rtc-title text {
    margin-left: 36.23rpx;
    color: #fff;
}

.rtc-tips {
    width: 100%;
    padding-top: 24.15rpx;
    line-height: 27.17rpx;
    font-family: PingFangSC-Regular;
    font-size: 27.17rpx;
}

.rtc-tips text {
    margin-left: 36.23rpx;
    color: #fff;
}

.rtc-tooltip {
    margin-top: 400rpx;
    line-height: 22rpx;
    font-size: 22rpx;
    color: #999;
}

.enter-room-loading {
    display: flex;
    margin-top: 135.87rpx;
    width: 688.41rpx;
    height: 145.53rpx;
    background: rgba(0, 0, 0, .45);
    border-radius: 21.74rpx;
}

.enter-room-loading:last-child {
    margin-top: 36.23rpx;
}

.enter-room-loading .room-type-icon {
    width: 54.35rpx;
    height: 54.35rpx;
    margin-left: 51.93rpx;
    margin-top: 45.89rpx;
    opacity: 1;
}

.enter-room-loading .room-type-text {
    margin: auto auto auto 57.13rpx;
    width: 2rem;
    line-height: 34.42rpx;
    font-size: .2rem;
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.enter-room-loading .enter-icon {
    margin: 56.76rpx 30.8rpx 0 0;
    width: 32.61rpx;
    height: 32.61rpx;
}
