html,
body {
    background-color: #c3e0b1;
    font-family: Arial, Helvetica, sans-serif, 'FontAwesome', PingFangSC, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
    color: #111111;
    box-sizing: border-box;
}
body.modal-open {
    overflow: hidden;
}
.page_body{
    max-width: 750px;
    margin: 0 auto;
}
.head_bg {
    display: inline-block;
    width: 100%;
    height: auto;
}

.tips_list {
    width: 100%;
    padding: 0 0.11rem;
    transform: translateY(-0.42rem);
    padding-bottom: 0.3rem;
}

.tips_list img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0.12rem;
}

.btn_row {
    padding: 0.16rem 0.085rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 750px;
}
@media (max-width: 750px) {
    .btn_row {
        width: 100%;
    }
}

.share_btn {
    width: 1.645rem;
    height: 0.57rem;
    background: url('../image/share_btn.png') no-repeat;
    background-size: 100% 100%;
}

.share_king {
    width: 1.645rem;
    height: 0.57rem;
    background: url('../image/share_king.png') no-repeat;
    background-size: 100% 100%;
}

.dialog_bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dialog_bg .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.dialog_center {
    max-width:750px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialog_head {
    display: inline-block;
    width: 100%;
    height: auto;
    transform: translateY(0.5rem);
}

.dialog_content {
    width: 90%;
    height: 3.6rem;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.1rem;
    display: flex;
    flex-direction: column;
}

.dialog_head {
    /* position: absolute; */
    /* top: -1.48rem; */
}

.my_self {
    padding: 0.1rem 0.14rem;
    padding-top: 0.4rem;
    background: rgba(254, 242, 241, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.my_self .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    flex: 1;
    overflow: hidden;
}

.my_self .left .avatar {
    width: 0.355rem;
    height: 0.355rem;
    border: solid 2px #ffffff;
    border-radius: .18rem;
    margin-right: 0.11rem;
}

.my_self .left .nickname {
    flex: 1;
    padding-right: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.my_self .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.my_self .right .line {
    width: 1px;
    height: 0.265rem;
    background: #e0d8d7;
    border-radius: 0.5px;
    margin: 0 0.14rem;
}

.right_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.1rem;
}

.right_column .t_red {
    font-weight: bold;
    color: #ea3f78;
}

.right_column .t_blue {
    font-weight: bold;
    color: #299126;
}

.king_list {
    margin-top: 0.1rem;
    flex: 1;
    overflow: hidden;
    background: rgba(254, 242, 241, 1);
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    padding: 0.14rem;
    display: flex;
    flex-direction: column;
}

.king_content {
    flex: 1;
    overflow: auto;
}



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

.king_head div {
    color: #999999;
    font-size: 0.11rem;
}

.king_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.13rem 0;
}

.king_item .user_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.king_item .user_info .is_myself {
    width: 0.13rem;
    height: 0.13rem;
    background: url('../image/is_self.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -0.175rem;
    transform: translateY(-50%);
}

.king_num {
    min-width: 0.31rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.king_num img {
    width: 0.31rem;
    height: auto;
}

.user_info img {

    width: 0.175rem;
    height: 0.175rem;
    border-radius: 0.09rem;
    overflow: hidden;
    background: #c3e0b1;
    margin-right: 0.08rem;
}

.close {
    margin-top: 0.23rem;
    width: 0.34rem;
    height: 0.34rem;
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0.17rem;
}

.close img {
    display: inline-block;
    width: 0.15rem;
    height: auto;
}

.nav-btn {
    position: fixed;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.7rem;
    height: 0.3rem;
    background: #ffffffba;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.05rem;
    line-height: 0.3rem;
}