html,* {
    -ms-touch-action: none;
    /* touch-action: none; */
}


body,
ul,
li {
    padding: 0;
    margin: 0;
    border: 0;
}

.page-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100000002;
    background-color: black;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

body {
    font-size: 18px;
    font-family: pictos, helvetica, arial;

    /* this is important to prevent the whole page to bounce */
    -webkit-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    background-color: #001f3b;
}

.flex_item {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
}
image{width: 100%;}

.flex_start{  -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;}

.flex {
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.all_box, a {
    color: white;
}
pre{padding: 0;margin: 0;}
.all_box{padding: 20px;}

.d_1,.item{width: 0;overflow: hidden;white-space:nowrap;overflow-y: hidden;}

/* I'm cheating a bit */

html, body {
    margin-top: 0;
    height: 100%;
    overflow-x: hidden;
}

pre {
    overflow: auto;
    max-height: 90%;
    width: 100%;
    border-radius: 1px; /* Prevents bad clipping in Chrome */
    overflow: hidden;
}

#content {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 20px;
}

#header {
    position: absolute;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    padding: 0 10px;
}
.act {
    transition: all 0.8s;
    background-color: #050f2b;

}

a:after {
    content: '';
    padding-right: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: inherit;
}

a:last-of-type:after {
    border: none;
}


.tmail_code{height: 0;overflow: hidden;}

.tmail_code img{width: 100%}

.if_c{color: #2c8fde;}
.var{
    color: #ca2df7;
    margin: 0 5px;
}
.sj{
    text-indent: 24px;
}
.zs{
    font-size: 15px;
    color: #8a8a8a;
    margin-left: 20px;
}
.bj{  margin: 0 5px;}

.sj2{
    text-indent: 36px;
}