/* public */
html,
body,
form,
ol,
ul,
li,
div,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
font,
em,
ins,
span,
a,
input {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
    font-weight: normal;
    outline: none;
}

ul,
li,
div,
dl,
dt,
dd {
    list-style: none;
}

h1.wm-public {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

a {
    text-decoration: none;
}

p{
    white-space: pre-wrap;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

textarea,
input {
    resize: none;
    outline: none;
}

textarea {
    overflow: auto;
}

ins {
    float: right;
    text-decoration: none;
    font-weight: normal;
}

.pub_wsp {
    word-wrap: break-word;
    word-break: break-all;
}

.pub_abso {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
}

.clear {
    zoom: 1;
}

.pub_ani {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.none {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'ALBB';
    src: url(//media.zlongame.com/media/font/cn/ma/Alibaba-PuHuiTi-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'ALBB';
    src: url(//media.zlongame.com/media/font/cn/ma/Alibaba-PuHuiTi-Medium.ttf);
    font-weight: 500;
}


@font-face {
    font-family: 'ALBB';
    src: url(//media.zlongame.com/media/font/cn/ma/Alibaba-PuHuiTi-Bold.ttf);
    font-weight: 800;
}

* {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    font-family: 'ALBB';

    &::before{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    &::after{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

[v-cloak]{
    display: none !important;
}