* {
    margin: 0;
    padding: 0
}

*,:after,:before {
    box-sizing: border-box;
}

body,html {
    height: 100%
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}

input,button,textarea,select {
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    color: inherit;
    font: inherit
}

body,input,textarea,select,button {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system-font,BlinkMacSystemFont,helvetica neue,pingfang sc,hiragino sans gb,microsoft yahei ui,microsoft yahei,Arial,sans-serif
}

body {
    color: #282828;
    background: #f7f8f9
}

img {
    border: none
}

em {
    font-style: normal
}

button {
    cursor: pointer;
    background: 0 0
}

button,video {
    border: none;
    outline: none
}

ol,ul,li,dl,dd,dt {
    list-style: none
}

a {
    text-decoration: none;
    color: #282828;
    outline: none
}

a:hover {
    text-decoration: none;
    color: #e50914
}

table {
    empty-cells: show;
    border-collapse: collapse
}

caption,th {
    text-align: left;
    font-weight: 400
}

select::-ms-expand,input[type=radio]::-ms-check,input[type=checkbox]::-ms-check,input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
    display: none
}

input[type=radio],input[type=checkbox] {
    clip: rect(0,0,0,0)
}

.border-top,.drop-item-link,.module-paper-item-main a,.module-info-footer,.popup-main p:last-child {
    position: relative
}

.border-top::after,.drop-item-link::after,.module-paper-item-main a::after,.module-info-footer::after,.popup-main p:last-child::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f3f5
}

@media only screen and (max-width: 559px) {
    .border-top::after,.drop-item-link::after,.module-paper-item-main a::after,.module-info-footer::after,.popup-main p:last-child::after,.border-bottom::after,.module-heading-tab::after,.module-tab-title::after,.module-class-items::after,.module-class-item::after,.module-info-introduction::after {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

.btn-large,.main-btn,.module-prompt p a,.popup-btn,.app-downlist .app-downlist-go,.header-op-list-btn {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px
}

.btn-main-linear,.main-btn,.module-prompt p a,.popup-btn,.app-downlist .app-downlist-go {
    transition: box-shadow .2s ease;
    background: #e50914;
    color: #fff;
    background: linear-gradient(to right,#ff711f 0%,#e50914 100%);
    box-shadow: 0 10px 12px -4px rgba(229,9,20,.25)
}

.btn-main-linear:hover,.main-btn:hover,.module-prompt p a:hover,.popup-btn:hover,.app-downlist .app-downlist-go:hover {
    box-shadow: 0 10px 12px -4px rgba(229,9,20,.4)
}

.main-btn,.module-prompt p a,.popup-btn,.app-downlist .app-downlist-go {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px
}

.main-btn:hover,.module-prompt p a:hover,.popup-btn:hover,.app-downlist .app-downlist-go:hover {
    color: #fff
}

.main-btn::after,.module-prompt p a::after,.popup-btn::after,.app-downlist .app-downlist-go::after {
    content: '';
    height: 50px;
    width: 25px;
    background: #fff;
    position: absolute;
    top: -5px;
    transform: skewX(-45deg);
    right: 115%;
    opacity: .25
}

.main-btn:hover::after,.module-prompt p a:hover::after,.popup-btn:hover::after,.app-downlist .app-downlist-go:hover::after {
    right: -44%;
    transition: right .56s ease
}

.main-btn i,.noplaylist i,.btn-collect i,.module-prompt p a i,.popup-btn i,.app-downlist .app-downlist-go i {
    margin-right: 6px;
    vertical-align: 0;
    height: 14px;
    width: 14px;
    font-size: 12px
}

@media(max-width: 1024px) {
    .main-btn::after,.module-prompt p a::after,.popup-btn::after,.app-downlist .app-downlist-go::after {
        right:-44%;
        opacity: 0;
        text-indent: 5px
    }
}

.popupShow {
    display: block!important;
}

.popup {
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.05),0 1.5rem 2.2rem rgba(0,0,0,.1)!important;
    overflow: hidden;
    padding: 0 30px;
    background: #fff;
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 auto;
    border-radius: 18px
}

.popup::after {
    content: '';
    height: 150px;
    width: 120%;
    background: #f9d342;
    position: absolute;
    bottom: -95px;
    left: -10%;
    z-index: -1;
    border-radius: 50%
}

.popup-header {
    text-align: center;
    padding: 25px 0 10px
}

.popup-title {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    display: inline-block
}

.popup-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 15px;
    left: -5px;
    background: #ffddd5;
    bottom: 3px;
    border-radius: 4px;
    transform: skewX(-15deg);
    z-index: -1
}

.popup-main {
    padding-bottom: 10px;
}

.popup-main p {
    padding: 2px 0 0
}

.popup-main p.popup-domain {
    margin: 35px 0 25px;
    background: #f3f5f7;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 10px 0
}

.popup-main p.popup-domain:nth-child(2) {
    margin-top: 45px;
}

.popup-main p.popup-domain a {
    color: #0c0d0f
}

.popup-main p.popup-domain:hover {
    background: #ffe3e3
}

.popup-main p.popup-domain:hover a {
    color: #ff4e4e
}

.popup-main p.popup-domain span {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 12px;
    background: #ff4e4e;
    border-radius: 6px 6px 0 0;
    padding: 0 6px;
    height: 32px;
    line-height: 22px;
    color: #fff;
    z-index: -1
}

.popup-main p.popup-domain strong {
    font-size: 20px
}

.popup-icon .popup-main p {
    padding-bottom: 15px
}

.popup-icon .popup-main em {
    color: #e50914
}

.popup-main .pc {
    padding: 10px 0
}

.popup-main p a {
    color: #e50914 display:inline-block!important
}

.popup-main p:last-child {
    padding-top: 15px;
    margin-top: 15px
}

.popup-main p:last-child::after {
    background: #e3e6ea
}

.popup-main p img {
    height: 50%;
    width: 50%;
    display: block;
    margin: 0 auto
}

.popup-footer {
    padding: 10px 0 30px;
    text-align: center
}

.popup-btn {
    cursor: pointer;
}
.foot-copyright {
    flex: 1;
    text-align: right
}

.foot-copyright a {
    margin-left: 20px;
    font-size: 13px;
    position: relative
}

.foot-copyright a::before {
    content: '/';
    position: absolute;
    left: -13px;
    color: #c2c6d0;
    bottom: -5%;
    font-size: 12px;
    font-weight: 400
}

.foot-copyright a:first-child::before {
    content: ''
}

.foot-copyright p {
    font-size: 12px;
    margin-top: 3px;
    color: #757575
}

#report-popup .popup-main {
    padding-bottom: 30px;
    min-height: 291px
}

.popup-main p {
    padding: 12px 0 0;
}

.report-content {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    margin: 10px 0 5px;
    resize: auto;
    background: #eaedf1;
    border-radius: 10px
}

.popup strong {
    color: #ff2a14
}
.gbook_submit.popup-btn {
    width: 100%
}

.close-popup {
    position: absolute;
    right: calc(8% - 20px);
    border-radius: 50px;
    top: 10px;
    width: 34px;
    line-height: 34px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 7px 21px rgb(149 157 165/22%);
    background: #fff
}

.close-popup i {
    transform: scale(.88);
    font-size: 12px;
    color: #282828;
    margin-right: 0
}

.close-popup:hover i {
    color: #ff2a14
}

@media(max-width: 320px) {
    .popup {
        width:90%;
        padding: 0 10px
    }
}

.login-copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
