.pages-single-chat {
    position: relative;
    z-index: 3;
}
.not-complete {
    padding: 0.64rem;
    line-height: 1.5rem;
    text-align: center;
}

.data-not-complete__btn {
    color: #458ff5;
    text-decoration: underline;
}

.shadowBase {
    margin-top: unset;
    position: relative;
    top: 0.64rem;
}

.webview {
    width: 100%;
    height: 100vh;
    background: url('/images/default/header.png') no-repeat center top;
    background-size: 100% 1.92rem !important;
}

.pages-title {
    position: relative;
    top: 0;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 1.92rem;
    line-height: 1.92rem;
    font-size: 0.72533rem;
    text-align: center;
    color: #fff;
}

.pages-title-back {
    position: absolute;
    left: 0.64rem;
    top: 50%;
    height: 0.85333rem;
    width: 0.512rem;
    margin-top: -0.42667rem;
    background: url('/images/default/back.png') no-repeat center center;
    background-size: 100%;
}

.iframe-web {
    position: absolute;
    top: 2.56rem;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100% - 2.56rem);
}
.iframe-web--order {
    top: unset;
    bottom: 0;
    height: calc(100vh - 1.92rem);
}

#root {
    padding-bottom: 0;
}

.pages-single-code__des {
    padding: 0.5rem;
    text-align: center;
}

#codeImg {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#codeImg img {
    padding-top: 5rem;
    width: auto;
    max-width: 100%;
    max-height: 66%;
}

.dy-box {
    background-color: #fff;
}

.dy-box .pages-title-back {
    top: 1rem;
    z-index: 99;
    background-image: url('/images/default/back1.png');
}

.error-tips {
    position: fixed;
    z-index: 999;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgb(216, 50, 21);
    font-size: 0.66rem;
}

.error-tips a {
    color: #0392f7;
}

.tips-error {
    padding: 12px;
    text-align: center;
    color: rgb(216, 50, 21);
    font-size: 0.66rem;
}

#render-html {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gameIdChat {
    margin: 0.5rem 5% 0.5rem 15%;
    width: 30%;
    height: 1.5rem;
}

#gameIdChat.showOnly {
    display: block;
    margin: 0.5rem auto;
    float: unset;
    position: absolute;
    left: 35%;
}

.chat-service {
    width: 94%;
}

.chat-service .warp .bg {
    position: relative;
}

.chat-service .warp .bg img {
    max-width: 260px;
}

.chat-service .tips {
    padding: 0 5%;
    margin-bottom: 16px;
}

.btn-warp {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 5%;
    display: flex;
    justify-content: space-around;
}
.warp1 .btn-warp {
    border-bottom: none;
    border-top: 1px solid #dcdcdc;
}

.btn-warp a,
#render-html .btn__qq {
    color: #458ff5;
    text-decoration: underline;
}
.kefu-icon-u228_1 {
    margin: 4px auto;
    max-width: 100%;
    width: 10.8334rem;
    height: 8.125rem;
    background: url('/images/default/u228_1.png') no-repeat center center/100%;
}

.iframe-web--aichat {
    top: 0;
    bottom: 0;
    height: 100%;
}
