#top_nav,
#wrapper,
#sub,
#bannerbar,
#wrap,
#footer {
    display: none !important;
    position:fixed;
    left:-9999px;
    top:-9999px;
}

[v-cloak] {
    display: none;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.my-subtitle{
    font-weight:600;
}

#page_begin_html {
    position: relative;
    font-size: 0.8rem;
    width:100%;
    height:100%;
    padding:0.6rem;
}

div#page_begin_html h1 {
    font-size: 1.3rem;
}

.beian{display:inline;}

.beian a{margin:0 0 0 9px;}

#page_end_html{overflow:hidden}

#MoeLive2d{
    position:relative;
    padding:0 0 1rem 0;
}

.m-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background: #00000045;
    left: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content:center;
    align-items:center;
}

.m-dialog {
    position: relative;
    width: 320px;
    height: 193px;
    text-align: center;
    background: #fff;
    border-radius: 1px;
}

.m-dialog-text {
    font-size: 0.8rem;
    height: auto;
    position: absolute;
    width: 94%;
    margin: 63px auto;
    text-overflow: clip;
    white-space: nowrap;
    overflow: auto;
    left: 3%;
}

.m-dialog-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 45px;
    background: #dadada;
    text-align: right;
    user-select: none;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.m-dialog-button {
    font-size: 0.8rem;
    width: 85px;
    height: 34px;
    padding: 15px 0 0 0;
    background: #f4f4f4;
    display: inline-block;
    border: 1px solid #a8a8a8;
    color: #434343;
    margin: 6.5px -105px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    line-height: 3px;
}

#p_b_follow {
}

.friendly-link{
    margin: 0 0.1rem 0 0.1rem;
}

#follow-lalaki-btn {
    display: block;
    margin: 5.6rem auto 0 auto;
    text-align: center;
}
.m-head {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 1px 2px 3px #bfbfbf;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4.5rem;
    background: no-repeat url(https://images.cnblogs.com/cnblogs_com/blogs/585525/galleries/2500366/t_260327113649_head.jpeg) left top;
    background-size: contain;
    margin: 0 auto;
    transition: -webkit-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}

.m-head:hover {
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width: 9999999px) {
    html,body{
        font-size:125% !important;
    }
}