body,
html {
    position: relative
}

body,
html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    font-family: Roboto, Lato, sans-serif !important;
    margin: 0 auto;
    padding: 0
}

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

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

abbr,
acronym,
button,
fieldset,
img,
input,
textarea {
    border: none
}

input {
    text-align: inherit
}

textarea {
    resize: none
}

q::after,
q::before {
    content: ''
}

a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    outline: 0
}

body {
    color: #666;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

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

b,
em,
i,
strong {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

button,
input[type=submit],
input[type=button] {
    cursor: pointer
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

.iconfont {
    color: #fff;
    font-size: .8rem
}

::-webkit-scrollbar {
    width: 0
}

.share-wrapper {
    position: absolute;
    width: 2.133333rem;
    background: rgba(0, 0, 0, .8);
    height: 0;
    top: .08rem;
    right: .08rem;
    border-radius: .053333rem;
    z-index: 998;
    box-sizing: border-box;
    transition: height .5s;
    overflow: hidden
}

.share-wrapper ul,
.share-wrapper ul li {
    width: 100%;
    padding: .266667rem 0;
    box-sizing: border-box
}

.share-wrapper ul {
    display: block
}

.share-wrapper ul li {
    margin: 0
}

.share-wrapper ul li img {
    width: .933333rem;
    height: .933333rem;
    display: block;
    margin: 0 auto
}

.share-wrapper ul li .icon-link {
    font-size: .8rem;
    float: left;
    width: 100%;
    height: 100%;
    line-height: .933333rem
}

.share-wrapper ul li button {
    display: block;
    border: none;
    outline: 0;
    height: .933333rem;
    width: .933333rem;
    margin: 0 auto;
    border-radius: 50%
}

.menu-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none
}

.tips-play {
    display: none;
    position: fixed;
    bottom: 10%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 99999
}

.tips-play span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding: 3px 30px;
    border-radius: 10px;
    background: rgba(5, 5, 5, .7)
}

#ad_animantion-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    display: none;
}

#ad_animantion-image img {
    width: 100%;
    height: 100%;
}