blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa;
}

li,
ul {
    list-style: none;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    cursor: pointer;
}

img {
    border: none;
}

.clear-both {
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

input,
button {
    outline: 0;
    border: 0;
}

#root {
    color: #38393b;
    font-size: 0.68267rem;
    padding-bottom: 0.6rem;
    font-family: 'PingFang SC', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

#root.app-pc {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 100vh;
    padding-bottom: 0;
    box-shadow: 0 0 0.21333rem #cccac7;
}

#root.app-pc .form-contain {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.page-default__hr {
    width: 100%;
    height: 0.512rem;
    background: 0 0;
    color: transparent;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

/** 卡片 */
.kefu-card-box {
    position: relative;
    border-radius: 0.42667rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.02133rem #ebebeb solid;
    -webkit-box-shadow: 0 0 0.21333rem #cccac7;
    box-shadow: 0 0 0.21333rem #cccac7;
    background-color: #fff;
}

.kefu-card-box::after {
    content: ' ';
    clear: both;
}

.kefu-card-box--title {
    padding: 0.64rem 0.64rem 0;
    font-size: 0.76rem;
}

.kefu-card-box--title .tab {
    margin-right: 0.8rem;
}

.kefu-card-box--title .tab:last-child {
    margin-right: 0;
}

.kefu-card-box--title .active-tab {
    color: #75d0f0;
}

.kefu-card-box--title::before {
    display: inline-block;
    content: ' ';
    position: relative;
    top: 0.08533rem;
    width: 0.15rem;
    height: 0.7rem;
    border-radius: 0.128rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ca4f9), to(#058bf7));
    background: -webkit-linear-gradient(#1ca4f9, #058bf7);
    background: -o-linear-gradient(#1ca4f9, #058bf7);
    background: linear-gradient(#1ca4f9, #058bf7);
}

.pages--2135 .kefu-card-box--title::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#8096ff), to(#8096ff));
    background: -webkit-linear-gradient(#8096ff, #8096ff);
    background: -o-linear-gradient(#8096ff, #8096ff);
    background: linear-gradient(#8096ff, #8096ff);
}

.kefu-card {
    padding: 0.512rem;
}

.kefu-card::after {
    display: block;
    content: ' ';
    clear: both;
}

.kefu-grid {
    float: left;
    width: 25%;
    max-width: 4.2rem;
    height: 3.8rem;
    text-align: center;
    color: #38393b;
    font-size: 0.59733rem;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 375px) {
    .kefu-grid {
        font-size: 0.5733rem;
    }
}

@media screen and (max-width: 320px) {
    .kefu-grid {
        font-size: 0.5rem;
    }
}

.kefu-grid__img {
    width: 2.34667rem;
    height: 2.34667rem;
}

.kefu-grid__txt {
    margin-top: 0.1rem;
}

.kefu-list {
    font-size: 0.67rem;
    padding: 0 1.024rem 1.024rem;
}

.kefu-list-ul {
    border-top: 1px solid #d6e4ef;
}

.kefu-list-ul::after {
    clear: both;
}

.kefu-list-ul__li {
    clear: both;
    display: block;
    color: #747474;
    font-size: 0.6rem;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.kefu-list__txt {
    padding: 0.36rem 0;
    width: 80%;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kefu-list__icon {
    width: 0.8rem;
    height: 0.53333rem;
    margin-top: 0.7rem;
    background: url('/images/default/home_arrow_right.png') no-repeat left center;
    background-size: 0.29867rem 0.53333rem;
}

.kefu-login__form--item input {
    width: 100%;
    height: 2.09067rem;
    text-indent: 0.21333rem;
    font-size: 0.768rem;
    color: #363636;
    background-color: #f7f7f7;
    border-radius: 0.32rem;
}

.kefu-login__form--item {
    margin-bottom: 0.46933rem;
}

.shadow-box {
    -webkit-box-shadow: 0 0 0.21333rem #cccac7;
    box-shadow: 0 0 0.21333rem #cccac7;
    position: relative;
    border-radius: 0.42667rem;
    padding: 0.64rem;
    margin: 0.64rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 4.096rem;
}

.page-retrieve-title {
    margin: 1.06667rem 0 0.64rem;
    height: 1.792rem;
    line-height: 1.792rem;
    text-align: center;
    font-size: 1.28rem;
    color: #333;
}

.kefu-login__trigger {
    margin-top: 0.68267rem;
    width: 100%;
    height: 2.09067rem;
    line-height: 2.09067rem;
    text-align: center;
    color: #fff;
    font-size: 0.768rem;
    background: #0782f6 url(/images/default/submit.png) no-repeat center top/100% 100%;
    border-radius: 0.3rem;
    border: none;
    outline: none;
}

.at-button-disabled,
.at-button-disabled:active {
    opacity: 0.3;
    pointer-events: none;
}

.page-retrieve-des {
    margin-bottom: 1.28rem;
    text-align: center;
    height: 0.85333rem;
    font-size: 0.61867rem;
    line-height: 0.85333rem;
    color: #333;
}

.phone-captcha {
    position: relative;
    height: 1.92rem;
    margin-bottom: 0.42667rem;
}

.phone-captcha input {
    border: 0;
    border-bottom: 1px solid #efedf0;
    width: 100%;
    height: 1.49333rem;
    padding: 0.21333rem 0;
    text-indent: 0.21333rem;
    font-size: 0.768rem;
    color: #363636;
    outline: 0;
}

.phone-captcha .retry {
    position: absolute;
    bottom: 0.21333rem;
    right: 0;
    display: block;
    width: 2.98667rem;
    line-height: 1.49333rem;
    font-size: 0.59733rem;
    border-radius: 0.42667rem;
    text-align: center;
    overflow: hidden;
}

.page-retrieve__change-btn {
    margin: 0.64rem 0;
    line-height: 0.78933rem;
    font-size: 0.55467rem;
    color: #0392f7;
    text-align: center;
}

.retry-btn {
    color: #fff;
    background-color: #3487fe;
}

.retry-time {
    color: #b7b7b7;
    background-color: #f7f7f7;
}

.retrieve_tips {
    font-size: 0.512rem;
    color: #949494;
    user-select: none;
    line-height: 0.9rem;
    margin-top: 0.6rem;
}

.retrieve_tips a {
    color: rgb(66, 145, 241);
    /* text-decoration: none; */
}

.retrieve_tips i {
    font-style: normal;
    color: #333;
}

.errmessage {
    margin-top: -0.17067rem;
    line-height: 0.768rem;
    font-size: 0.64rem;
    font-weight: 400;
    color: #cd2828;
}

.phone-txt {
    font-size: 0.64rem;
    text-align: center;
}

.phone-txt span {
    color: #d42828;
}

.kefu-login__form--item input {
    border: 0;
    outline: 0;
    line-height: 1.47058824;
    text-indent: 0.42667rem;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 699;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.role-select {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    max-height: 60vh;
    background-color: #fff;
}

.role-select__btn {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.6rem;
    font-size: 0.7rem;
    border-bottom: 1px solid #e5e5e5;
}

.role-select__btn__cancle {
    color: #888;
    cursor: pointer;
}

.role-select__btn__submit {
    color: #0392f7;
    cursor: pointer;
}

.role-select-comment {
    position: relative;
    width: 100%;
    height: 2rem;
    padding: 1rem 0;
}

.role-select-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
}

.role-select-loading-img {
    height: 1.5rem;
    max-height: 60%;
}


#gameId,
#actorId {
    margin: 0.5rem 5% 0.5rem 15%;
    width: 30%;
    height: 1.5rem;
}

#actorId {
    margin: 0.5rem 15% 0.5rem 5%;
}

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

.shadowBase {
    position: relative;
    margin: 0.64rem;
    min-height: 4.096rem;
    border-radius: 0.42667rem;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 0.21333rem #cccac7;
    box-shadow: 0 0 0.21333rem #cccac7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tip_simulate_alert_mobile {
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -3rem;
    overflow: hidden;
    width: 5rem;
    max-height: 3rem;
    padding: 0.6rem;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 0.2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.redColor {
    color: #d42828;
}

.reset_check {
    display: inline-block;
    position: absolute;
    right: 0.384rem;
    left: unset;
    top: 50%;
    margin-top: -0.3333rem;
    width: 0.68267rem;
    height: 0.68267rem;
}

.reset_check img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.input_text {
    display: none;
}

.tip_simulate_alert_confirm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.tip_simulate_alert_confirm__body {
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-top: -80px;
    margin-left: -150px;
    border-radius: 0.15rem;
    text-align: center;
    line-height: 1.6;
    overflow: hidden;
    background: #ffffff;
}

.tip_simulate_alert_confirm__title {
    padding: 1rem 0.6rem 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.tip_simulate_alert_confirm__content {
    padding: 0 0.8rem 0.4rem;
    min-height: 1.2rem;
    font-size: 0.64rem;
    line-height: 1.3;
    color: #808080;
    border-radius: 0.1rem;
}

.tip_simulate_alert_confirm__btm {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.88rem;
    color: #000000;
    position: relative;
}

.tip_simulate_alert_confirm__btm:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tip_simulate_alert_confirm__btm a {
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    text-decoration: none;
}

.tip_simulate_alert_confirm__btm a.tip_simulate_alert_confirm__btm__ok {
    position: absolute;
    right: 0;
    top: 0;
    color: #0392f7;
}

.tip_simulate_alert_confirm__btm__ok:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    border-left: 1px solid #cccccc;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.mb--3 {
    margin-bottom: 0.3rem;
}

.text-center {
    text-align: center;
}

.tip_simulate_KefuLoadToast {
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -2rem;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    line-height: 4.6rem;
    border-radius: 0.2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5) url(data:image/gif;base64,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) no-repeat center center;
    background-size: 50% 50%;
}

.tip_simulate_alert_content {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: #00000073;
}

.tip_simulate_alert_content .content-box {
    margin: auto;
    width: 80%;
    min-height: 20%;
    max-height: 50%;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 0.8rem;
}

.btn-box {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0.6rem 0;
    width: 100%;
    height: 2.13333rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
}

@media screen and (min-width: 1280px) {
    .btn-box {
        max-width: 1280px;
        left: 50%;
        margin-left: -640px;
    }
}

.btn-box .btn {
    float: left;
    margin: 0 5%;
    width: 6.88rem;
    max-width: 12.8rem;
    height: 2.13333rem;
    line-height: 2.13333rem;
    font-size: 0.64rem;
    text-align: center;
    color: #fff;
}

.btn-box .btn.right {
    background: url('/images/default/btn1.png') no-repeat center center;
    background-size: contain;
    position: relative;
}

.btn-box .btn.left {
    background: url('/images/default/btn2.png') no-repeat center center;
    background-size: contain;
}

.kefu-grid__img {
    width: 2.34667rem;
    height: 2.34667rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.kefu-grid__img1 {
    background-image: url('/images/default/account1.png');
}

.kefu-grid__img2 {
    background-image: url('/images/default/account2.png');
}

.kefu-grid__img3 {
    background-image: url('/images/default/account3.png');
}

.kefu-grid__img4 {
    background-image: url('/images/default/account4.png');
}

.kefu-grid__img5 {
    background-image: url('/images/default/account5.png');
}

.kefu-grid__img6 {
    background-image: url('/images/default/account6.png');
}

.kefu-grid__img7 {
    background-image: url('/images/default/account7.png');
}

.kefu-grid__img8 {
    background-image: url('/images/default/account8.png');
}

.kefu-grid__img9 {
    background-image: url('/images/default/account9.png');
}

.kefu-grid__img10 {
    background-image: url('/images/default/account10.png');
}

.kefu-grid__img11 {
    background-image: url('/images/default/account11.png');
}

.kefu-grid__img12 {
    background-image: url('/images/default/account12.png');
}

.kefu-grid__img_10 {
    background-image: url('/images/default/account_10.png');
}

.kefu-grid__img13 {
    background-image: url('/images/default/account13.png');
}

.kefu-icon-unlook {
    display: inline-block;
    width: 0.667rem;
    height: 0.667rem;
    background: url('/images/default/unlook.png') no-repeat center center/contain;
}

.kefu-icon-look {
    display: inline-block;
    width: 0.667rem;
    height: 0.667rem;
    background: url('/images/default/look.png') no-repeat center center/contain;
}

.kefu-list-load img,
.kefu-list-load .kefu-icon-loading {
    display: block;
    margin: 1rem auto 0;
    width: 1rem;
    height: 1rem;
}

.kefu-icon-loading {
    display: inline-block;
    width: 1.54rem;
    height: 1.54rem;
    background: url('/images/default/loading.gif') no-repeat center center/contain;
}

.kefu-icon-more {
    display: inline-block;
    width: 0.66rem;
    height: 0.66rem;
    background: url('/images/default/more.png') no-repeat center center/contain;
}

.kefu-icon-u2 {
    display: inline-block;
    width: 2.18rem;
    height: 2.13333rem;
    background: url('/images/default/u2.png') no-repeat center center/98%;
}

.kefu-icon-logout-tips {
    width: 2.34667rem;
    height: 2.34667rem;
    background: url('/images/default/logout-tips.png') no-repeat center center/98%;
}

.kefu-icon-logout-success {
    width: 2.34667rem;
    height: 2.34667rem;
    background: url('/images/default/logout-success.png') no-repeat center center/98%;
}

.kefu-icon-phone-big {
    width: 2.13333rem;
    height: 2.13333rem;
    background: url('/images/default/phone-big.png') no-repeat center center/98%;
}

.kefu-icon-id1 {
    width: 0.384rem;
    height: 0.384rem;
    background: url('/images/default/id_1.png') no-repeat center center/98%;
}

.kefu-icon-id2 {
    width: 1.408rem;
    height: 1.62133rem;
    background: url('/images/default/id_2.png') no-repeat center center/98%;
}

.kefu-icon-id3 {
    width: 0.832rem;
    height: 0.93867rem;
    background: url('/images/default/id_3.png') no-repeat center center/98%;
}

.kefu-icon-arr-right {
    width: 0.727rem;
    height: 0.727rem;
    background: url('/images/default/arr-right.png') no-repeat center center/98%;
}

.kefu-icon-phone {
    background: url('/images/default/retrieve_phone.png') no-repeat center center/98%;
}

.kefu-icon-email {
    background: url('/images/default/retrieve_email.png') no-repeat center center/98%;
}

.kefu-icon-order {
    background: url('/images/default/retrieve_order.png') no-repeat center center/98%;
}

.kefu-icon-user {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: text-top;
    background: url('/images/default/user.png') no-repeat center center/98%;
}

.kefu-icon-amount {
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: text-top;
    background: url('/images/default/amount.png') no-repeat center center/100%;
}

.kefu-icon-type {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: text-top;
    background: url('/images/default/type.png') no-repeat center center/98%;
}

.kefu-icon-detail {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: text-top;
    background: url('/images/default/detail.png') no-repeat center center/98%;
}

.kefu-icon-time {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: text-top;
    background: url('/images/default/time.png') no-repeat center center/98%;
}

.kefu-icon-card {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: text-top;
    background: url('/images/default/card.png') no-repeat center center/98%;
}

.inline-block {
    display: inline-block;
}

.list-icon-right {
    width: 1.2rem;
    height: 1.2rem;
    background: url('/images/default/arr-right.png');
}

.bg_img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.didver {
    clear: both;
    height: 0.3rem;
    background-color: #f5f5f4;
}

.kefu-link {
    text-decoration: none;
    color: #458ff5;
}