.preview-notice,
.toast,
.toast-inner {
    box-sizing: border-box
}

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;
    font-family: PingFangSC-Medium, Arial, ​Helvetica, ​sans-serif
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    color: #333
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

a,
a:active,
a:hover,
a:visited {
    color: #666;
    text-decoration: none;
    outline: 0
}

sup {
    vertical-align: text-bottom
}

sub {
    vertical-align: text-top
}

legend {
    color: #000
}

fieldset,
img {
    border: 0;
    height: auto;
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
    display: block;
    margin: 0;
    padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

.video-in-details {
    width: 100%;
    margin: 12px 0;
    display: block;
    background-color: #fff
}

#footer .footer-copyright .list {
    text-align: center;
    margin-top: 10px
}

#footer .footer-copyright .list img {
    width: auto
}

.miniprogram-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, .5)
}

.miniprogram-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .9rem;
    border-radius: .2rem;
    width: 70vw;
    background: #fff
}

.miniprogram-box p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem
}

.mini-btns {
    border-top: 1px solid #eee
}

.mini-btns .btn {
    display: inline-block;
    width: 49%;
    line-height: 2.5;
    border: 0
}

.mini-btns .goapp-btn {
    border-left: 1px solid #eee;
    color: #c00
}

.start-loading {
    height: 100%;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #fefefe;
    position: fixed;
    z-index: 98;
    text-align: center;
    padding: 0
}

.start-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px
}

.firstVideo_y {
    position: relative;
    z-index: 10
}

.themeConfig_gray {
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1)
}

.preview-notice {
    color: red;
    width: 100%;
    font-size: .8rem;
    line-height: 1.4rem;
    background-color: #ff0;
    padding-left: .4rem !important
}

.preview-notice::before {
    content: '!';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    font-size: .8rem;
    color: red;
    border-radius: 50%;
    border: 1px solid red;
    text-align: center;
    line-height: 1rem;
    margin-right: .3rem
}

.toast {
    width: 100%;
    position: fixed;
    left: 0;
    text-align: center;
    bottom: 5vh;
    padding: 0 2rem;
    animation: toastShow .3s linear
}

.toast-inner {
    display: inline-block;
    padding: .5556rem .7963rem;
    text-align: center;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, .5);
    font-size: .7407rem;
    line-height: normal;
    color: #fff
}

@keyframes toastShow {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}