body,
html {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

a,
abbr,
acronym,
address,
blockquote,
button,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: Arial, sans-serif, serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}

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

ol,
ul {
    list-style: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
    overflow-y: scroll
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    zoom: 1;
    display: inline-block;
    display: inline
}

audio:not([controls]) {
    display: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

@media screen and (min-width:768px) {
    .header {
        padding-left: 30px;
        /* padding-right: 45%; */
    }

    .header .label-panel {
        display: none
    }

    .home-icon {
        display: none
    }

    .label_icon img {
        width: 30px;
        height: 30px;
        margin-right:3px;
    }

    .header {
        align-items: center;
        display: flex;
        position: relative;
        box-shadow: 0 3px 10px rgb(0 0 0/30%);
        height: 68px;
        /* justify-content: center; */
        line-height: 90px;
        margin-bottom: 10px;
        text-align: center;
        background-color:#7524F9;
    }

    .logo{
        display: none;
    }
    .logo_pc {
        align-items: center;
        display: flex;
        position: relative;
        margin-right: 12px;
        display: block;
    }

    .logo_pc img {
        width: 125px;
        height:30px;
    }

    .label {
        border-radius: 12px;
        box-shadow: 0 2px 4px 0 rgb(0 0 0/30%);
        height: 60px;
        /* flex: 1; */
        z-index: 2;
        align-items: center;
        display: flex;
        position: relative;
        overflow: hidden;
        width: 100px;
        margin-right:10px;
    }

    .header .label:nth-child(3) {
        background-color: #00B578;
    }

    .header .label:nth-child(4) {
        background-color: #FA5151
    }

    .header .label:nth-child(5) {
        background-color: #3662EC
    }

    .header .label:nth-child(6) {
        background-color: #EB2F96
    }

    .header .label:nth-child(7) {
        background-color: #FF8F1F
    }

    .header .label:nth-child(8) {
        background-color: #FA5151
    }
    .header .label:nth-child(9) {
        background-color: #FFC300
    }
    .header .label::before {
        background: rgba(0, 0, 0, .5);
        border-radius: 80%;
        content: "";
        height: 5px;
        left: 0;
        -webkit-filter: blur(5px);
        position: absolute;
        margin-left: 41px;
        width: 60%;
        z-index: 3;
        display: none;
        bottom: -50px
    }

    .header .label:hover {
        transform: translateY(-4px);
        transition: transform .3s ease-in-out
    }

    .header .label:hover::before {
        bottom: -10px !important;
        display: block;
        transition: all .3s ease-in-out
    }

    .label_name {
        width: 60%;
        font-size: 10px;
        color: #fff;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        text-align: left;
        margin-left: 1px;
    }

    .header .label .label_icon {
        height: 100%;
        margin-left: 16px;
        display: flex;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .header {
        align-items: center;
        background-color: #7524F9;
        box-shadow: 0 .03rem .1rem rgba(0, 0, 0, .3);
        display: flex;
        height: 1rem;
        justify-content: center;
        line-height: 1;
        position: relative;
        text-align: center;
        font-size: 0
    }

    .header .label {
        display: none
    }

    .pc_video {
        display: none
    }

    .posterBanner {
        width: 100%;
        text-align: center;
        margin: 10px auto
    }
    .logo_pc{
        display: none;
    }
    .header .logo {
        display: block;
        position: absolute
    }

    .header .logo img {
        width: 4rem;
        object-fit: contain;
        font-size: 0
    }

    .header .label-panel {
        display: none;
        background-color: rgba(0,0,0,0.8);
        box-shadow: 0 .02rem .08rem rgba(0, 0, 0, .3);
        width: 100%;
        min-height: 4.2rem;
        left: 0;
        overflow: hidden;
        padding: .05rem 0;
        position: absolute;
        top: 1rem;
        z-index: 65
    }

    .header .label-panel>.label-container {
        align-items: center;
        border-radius: .12rem;
        display: flex;
        height: 1rem;
        margin-bottom: .15rem;
        margin-left: .06rem;
        margin-top: .1rem;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    /* .header .label-panel>.label-container:first-child {
        background-color: #00B578
    } */

    .header .label-panel>.label-container .label_icon {
        margin-left: .16rem;
        margin-right: .08rem
    }

    /* .header .label-panel>.label-container:nth-child(2) {
        background-color: #FA5151
    }

    .header .label-panel>.label-container:nth-child(3) {
        background-color: #3662EC
    }

    .header .label-panel>.label-container:nth-child(4) {
        background-color: #EB2F96
    }

    .header .label-panel>.label-container:nth-child(5) {
        background-color: #17aebc
    }

    .header .label-panel>.label-container:nth-child(6) {
        background-color: #FA5151
    }
    .header .label-panel>.label-container:nth-child(7) {
        background-color: #FFC300
    }

    .header .label-panel>.label-container .label_icon {
        margin-right: .06rem
    } */

    .header .label-panel>.label-container .label_icon img {
        width: 40px;
        height: 40px;
        display: block
    }

    .header .label-panel>.label-container .label-name {
        color: #fff;
        font-size: 0.24rem;
        white-space: nowrap;
        margin-left:10px;
    }

    .header .label-panel .label-container:last-child {
        margin-bottom: 0
    }

    .header .home-icon {
        left: .15rem;
        position: absolute;
        /* top: .2rem; */
        height: 32px;
        font-size: 0
    }

    .home-icon img {
        width: 32px;
        height: 32px
    }
}