@charset "utf-8";

body {
    background-color: #F6F7F9;
    font-family: sans-serif,miui;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace
}

button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    display: inline-block;
    width: 100%
}

#__bs_notify__ {
    font-size: 12px !important
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

* {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#container-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.1px;
}

#container-box .tab-box {
    width: 96%;
    position: absolute;
    left: 2%;
    top: 30px;
    z-index: 999999999;
}

#container-box .tab-box .tab{
    display: inline-block;
    width: 120px;
    font-size: 16px;
    padding: 10px 20px;
    margin: 1px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

#container-box .wrapper {
    float: left;
}

.clear {
    clear: both;
}

.none {
    display: none;
}
