html {
    overflow: hidden
}

body {
    width: 550px;
    min-width: 550px;
}

.wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto
}

.indent {
    text-indent: -9999px
}

.user_photo50 {
    width: 50px;
    height: 50px
}

.user_photo {
    display: inline-block;
    overflow: hidden
}

.user_photo img {
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

.noty {
    display: inline-block;
    color: #fff;
    border: 1px solid #c01e1e;
    background: #e62626;
    font-size: 12px;
    font-weight: 700
}

.noty {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px
}

.header {
    position: relative;
    border: 1px solid #1787b0;
    background: #1ba9de
}

.header .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 81px;
    height: 17px;
    background-position: 0 -593px
}

.header .close {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-position: -321px -593px
}

.header .close:hover {
    background-position: -351px -593px
}

.header .user {
    position: relative;
    height: 75px;
    padding: 10px 15px 10px 80px;
    line-height: 1.7
}

.header .user .user_photo {
    position: absolute;
    top: 12px;
    left: 15px
}

.header .user .box {
    padding: 5px 0;
    color: #fff
}

.header .user .box .last_msg {
    letter-spacing: -1px;
    font-size: 12px
}

.msg_box {
    padding: 20px 0;
    border-right: 1px solid #1787b0;
    border-left: 1px solid #1787b0;
    background: #b3e0f1
}

.msg_box .start_msg {
    margin: 0 20px;
    padding: 15px 20px;
    border: 1px dashed #5ea4be;
    background: #fff
}

.msg_box .start_msg {
    letter-spacing: -1px;
    color: #999;
    line-height: 1.7
}

.msg_box .tologin_box {
    letter-spacing: -1px;
    color: #999;
    line-height: 1.7
}

.msg_box .start_btn {
    margin: 20px 20px 0;
    text-align: center
}

.msg_box .start_btn .btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    background: #fff;
    line-height: 60px
}

.msg_box .start_btn .btn {
    color: #999;
    border: 1px dashed #5ea4be
}

.msg_box .start_btn .btn:hover {
    color: #e62626;
    border: 1px dashed #e62626;
    background: #fff5f5
}

.footer {
    height: 80px;
    text-align: center;
    border: 1px solid #888;
    background: #fbfbfb;
    line-height: 80px
}

.footer .copyright {
    text-align: center;
    color: #999;
    font-size: 12px
}

.footer .copyright span {
    color: #1ba9de;
    font-weight: 500
}


.popup-container p.txt-left {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 16px;
}

.popup-content {
    padding: 16px;
}
.popup-content .img-box img {
    height: 100%;
    border-radius: 50%;
}

.popup-content .box-area-wrap {
    margin-top: 0;
}

.popup-content .box-flex-start {
    gap: 8px
}

.popup-content .tologin_box {
    margin: 12px 0 0;
    padding: 15px 20px;
    text-align: center;
    border: 1px dashed #5a27bf;
    border-radius: 8px;
    font-size:13px;
    line-height: 1.5;
}
.popup-content .tologin_box .badge.on {
    background-color: #ED407F;
    margin-left: 6px;
    padding: 6px;
}
.popup-content .tologin_box .badge.off {
    background-color: #a7a7a7;
    margin-left: 6px;
    padding: 6px;
}