a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}

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

body {
    line-height: 1;
    /*-webkit-user-select: none;*/
    /*user-select: none;*/
    background: #25293b;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

hr {
    border: 0;
    border-top: 1px solid #a0a0a0;
    margin: 10px 0;
}

b,
strong {
    font-weight: 400;
}

em,
i {
    font-style: italic;
}

del,
s {
    text-decoration: line-through;
}

.small,
small {
    font-size: 0.625rem;
}

sup {
    display: inline-block;
    font-size: 0.625rem;
    vertical-align: top;
    margin-top: -3px;
    color: inherit;
    line-height: 1;
}

ul {
    display: block;
}

ul li {
    display: block;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input {
    outline: none;
}

.clear {
    clear: both;
    height: 0;
}

.hide {
    display: none !important;
}

.head_box {
    padding: 0.8rem 0 0 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background: #25293b;
}

.head_box .toggle_menu_box {
    display: none;
}

.head_box .content_box .search_box {
    position: relative;
    display: flex;
    color: #ababab;
    font-size: 14px;
    width: 460px;
    background: #f0f0f0 url(https://cdn.favcomic.com/file/e-media/static/image/search_icon.svg) no-repeat 38px 10px;
    background-size: 1rem 1rem;
    padding: 0;
    border-radius: 12px;
    height: 2.2rem;
    line-height: 2.2rem;
}

.head_box .content_box .search_box .search_type {
    width: 36px;
    margin-left: 0.5rem;
    cursor: pointer;
    color: #333;
}

.head_box .content_box .search_box .search_icon {
    display: none;
}

.head_box .content_box .member_box {
    display: flex;
    align-items: center;
}

.head_box .content_box .member_box .mail_box .mail_count {
    position: absolute;
    font-size: 11px;
    background: #f55;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-left: 1rem;
    margin-top: -.4rem;
}

.rotate {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .head_box {
        padding-top: 0.8rem;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: none;
    }

    .head_box .toggle_menu_box {
        display: block;
    }

    .head_box .content_box .search_box {
        position: relative;
        display: flex;
        color: #ababab;
        font-size: 14px;
        width: 100%;
        background: none;
        background-size: 0;
        padding: 0;
        border-radius: 0;
        height: auto;
        line-height: normal;
    }

    .head_box .content_box .show {
        background: #f0f0f0 url(https://cdn.favcomic.com/file/e-media/static/image/search_icon.svg) no-repeat 38px 10px;
        background-size: 1rem 1rem;
        padding: 0;
        border-radius: 12px;
        height: 2.2rem;
        line-height: 2.2rem;
        margin: 0 0.8rem;
    }

    .head_box .content_box .search_box .search_icon {
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 1rem 0 auto;
    }

}

@media (min-width: 768px) and (max-width: 1160px) {
    .head_box .content_box .search_box {
        position: relative;
        display: flex;
        color: #ababab;
        font-size: 14px;
        width: 360px;
        background: #f0f0f0 url(https://cdn.favcomic.com/file/e-media/static/image/search_icon.svg) no-repeat 38px 10px;
        background-size: 1rem 1rem;
        padding: 0;
        border-radius: 12px;
        height: 2.2rem;
        line-height: 2.2rem;
    }
}

.head_box .content_box .search_box .close {
    display: none;
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
}

.head_box .content_box .search_box .close img {
    max-width: 1rem;
}

.head_box .content_box .search_box input {
    border: none;
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    background: #f0f0f0;
    margin: 0 2rem 0 1.5rem;
    width: calc(100% - 4rem);
}

@media (max-width: 768px) {
    .head_box .content_box .search_box input {
        display: none;
    }

    .head_box .content_box .search_box .search_type{
        display: none;
    }
}

.head_box .content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 0.8rem;
}

.head_box .content_box .logo_box {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.head_box .content_box .logo_box .toggle_menu_box {
    /*    background: #e2e5ea;*/
    padding: 0 0.8rem;
    /*    margin-top: -0.8rem;*/
}

.head_box .content_box .logo_box .toggle_menu_box img {
    width: 20px;
    height: 20px;
}

.head_box .content_box .logo_box a {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.head_box .content_box span {
    color: #f55;
    font-weight: 700;
    font-size: 24px;
    padding-right: 0.2rem;
}

.head_box .content_box .logo_box img {
    width: 7.6rem;
    height: auto;
}

.head_box .content_box .center_box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #00edff;
}

.head_box .content_box .search_icon {
    width: 23px;
    height: 23px;
    background-image: url('../image/head_icons.svg');
    background-repeat: no-repeat;
    background-position: -20px 0px;
    background-size: 62px 22px;
    margin-right: 0.8rem;
}

.head_box .content_box .center_box img {
    width: 22px;
    height: 22px;
    margin: 0 0.6rem;
    border-radius: 50%;
}

.head_box .content_box .center_box b {
    margin: 0 0.8rem;
}

.head_box .content_box .user_box {
    display: none;
}

@media (max-width: 768px) {
    .head_box .content_box .center_box img {
        width: 22px;
        height: 22px;
        margin: 0 0.4rem;
    }

    .head_box .content_box .enroll_box {
        display: none;
    }

    .head_box .content_box .user_box {
        display: block;
    }
}

.head_box .content_box .mail_count {
    position: absolute;
    font-size: 11px;
    background: #f55;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-left: .8rem;
    margin-top: -.3rem;
    padding: 0 !important;
}


.head_box .head_menu_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 1.5rem 0.8rem 0 0.8rem;
    font-size: 15px;
    color: #333;
    border-bottom: #313444 solid 1px;
}

.head_box .head_menu_box .item{
    min-width: 60px;
    text-align: center;
}

.head_box .head_menu_box .item img{
    width: 1rem;
    margin-left: .3rem;
    vertical-align: text-bottom;
}

.head_box .head_menu_box .item div{
    height: 4px;
    line-height: 0;
    /*background: #a52bff;*/
    border-radius: 2px;
    margin-top: 1rem;
}

.head_box .head_menu_box .active img{
    width: 1rem;
    margin-left: .3rem;
    vertical-align: text-bottom;
}

.head_box .head_menu_box .active div{
    cursor: pointer;
}

.head_box .head_menu_box .item_menu_box{
    line-height: 2.5rem;
    margin-top: 1rem;
    border-left: #e8e8e8 solid 1px;
    border-right: #e8e8e8 solid 1px;
    position: absolute;
    width: 150px;
    margin-left: -3rem;
    background: -webkit-linear-gradient(top, #fff, #F7F8FA);
}

.head_box .head_menu_box .item_menu_box .item_link {
    padding: .5rem 0;
    display: block;
    border-bottom: #e8e8e8 solid 1px;
    font-weight: 700;
    color: #333 !important;
    text-align: center;
}

.head_box .head_menu_box .item_menu_box .item_link:hover{
    color: #ff5555 !important;
}

@media (max-width: 768px) {
    .head_box .head_menu_box {
/*        display: none;*/
        padding: 0.5rem 1.6rem 0 1.6rem;
    }
}

.head_box .head_menu_box a {
    font-size: 15px;
    color: #9191a8;
}

.head_box .head_menu_box .active {
    color: #FFFFFF !important;
}

.head_box .head_menu_box .active a {
    color: #FFFFFF !important;
    font-weight: bold;
}

.head_box .head_menu_box .active div{
    height: 4px;
    line-height: 0;
    background: #a52bff;
    border-radius: 2px;
    margin-top: 1rem;
}

.head_box .head_menu_box .expand_box {
    display: flex;
    align-items: center;
}

.head_box .head_menu_box .expand_box img {
    width: 1rem;
    padding-left: .3rem;
}

.head_box .head_menu_box .sub_menu_box {
    line-height: 2.5rem;
    margin-top: 1rem;
    border-left: #e8e8e8 solid 1px;
    border-right: #e8e8e8 solid 1px;
    position: absolute;
    width: 150px;
    margin-left: -3rem;
    background: -webkit-linear-gradient(top, #fff, #F7F8FA);
    text-align: center;
}

.head_box .head_menu_box .sub_menu_box li {
    padding: .5rem 0;
    display: block;
    border-bottom: #e8e8e8 solid 1px;
    font-weight: 700;
    color: #333;
}


.head_box .menu_box {
    position: fixed;
    padding: 0 0.8rem;
    margin-top: 0.8rem;
    z-index: 999;
    background: -webkit-linear-gradient(top, #e2e5ea, #F7F8FA);
    opacity: 0.98;
    max-width: 430px;
    height: 100vh;
    overflow: scroll;
}

.head_box .menu_box .menu_item {
    padding: 0.8rem 0;
}

.head_box .menu_box .menu_item .caption_box {
    display: flex;
    align-items: center;
}

.head_box .menu_box .menu_item .caption_box img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
}

.head_box .menu_box .menu_item .caption_box span {
    font-size: 16px;
    font-weight: 700;
}

.head_box .menu_box .menu_item .caption_box a {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.head_box .menu_box .menu_item .links_box {
    padding: 0.4rem 0 1rem 0;
    /*    border-bottom: #b2b2b2 solid 1px;*/
}

.head_box .menu_box .menu_item .links_box .highlight{
    color: #ff5555;
}

.head_box .menu_box .menu_item .links_box a {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    line-height: 2rem;
    margin-right: 0.8rem;
}

.head_expend{
    margin-top: 10rem;
}


@media (max-width: 768px) {
    .head_expend{
        margin-top: 8.6rem;
    }   
}

.main_box {
    max-width: 1050px;
    margin: 0 auto;
}

.main_box .crumbs_box {
    display: flex;
    align-items: center;
    margin: 0 0.8rem;
    padding-top: 0.8rem;
}

.main_box .crumbs_box a {
    color: #333;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

.main_box .crumbs_box a.current {
    color: #a7a7a7;
    font-weight: 400;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .main_box .crumbs_box a.current {
        max-width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1160px) {
    .main_box .crumbs_box a.current {
        max-width: 120px;
    }
}

.main_box .crumbs_box img {
    width: 1rem;
    height: 1rem;
    margin: 0 0.1rem;
}

.main_box .place_holder_box {
    margin: 0.8rem 0.8rem 0 0.8rem;
    position: relative;
}

.main_box .place_holder_box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.main_box .place_holder_box div {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 666;
    padding: 0.2rem 0.4rem;
    border-radius: 0.5rem;
    background: #000;
    opacity: 0.6;
    font-size: 12px;
    color: #fff;
}

/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/


.dialog_mask {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.68;
    position: fixed;
    z-index: 1000;
    display: none;
}

.regist_box {
    width: 87%;
    max-width: 340px;
    height: 36rem;
    border: 2px solid #7b29be;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212536;
}

.regist_box .main_box {
    margin-top: 2rem;
    padding: 0;
    line-height: 1.2rem;
    display: block;
}

.regist_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.regist_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.regist_box .main_box .logo_box img {
    width: 3.5rem;
    height: auto;
}

.regist_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 9pt;
}

.regist_box .main_box .form_box .form_title {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
}

.regist_box .main_box .form_box .form_title  img{
    width: 200px;
}

.regist_box .main_box .form_box .form_item {
    border: 1px solid #7367f0;
    border-radius: 5px;
    height: 45px;
    display: flex;
    margin-bottom: 1rem;
}

.regist_box .main_box .form_box .form_item .icon {
    width: 1.6rem;
    padding-left: 0.5rem;
}

.regist_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.regist_box .main_box .form_box .form_item span {
    white-space: nowrap;
    margin-right: 0.5rem;
    color: #c3c3c3;
    font-size: 13px;
}

.regist_box .main_box .form_box .form_item input {
    width: 92%;
    outline: none;
    font-size: 14px;
    background: #212536;
    padding-left: 0.5rem;
    border: none;
    color: #fff;
}

.regist_box .main_box .form_box .note_box {
    color: #9191a8;
    line-height: 24px;
    text-align: center;
    margin: 1rem 0;
}

.regist_box .main_box .form_box .note_box a {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.regist_box .main_box .form_box .option_box .txt {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.regist_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.regist_box .main_box .form_box .button_box {
    color: #333;
}

.regist_box .main_box .form_box .button_box span {
    color: #1183fc;
    font-size: 13px;
}

.regist_box .main_box .form_box .button_box .regist_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #5355f4, #D46BF3);
    border-radius: 24px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.login_box {
    width: 80%;
    max-width: 320px;
    height: 26rem;
    z-index: 9999;
    border: 2px solid #7b29be;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212536;
}

.login_box .main_box {
    margin-top: 2rem;
    padding: 0;
    line-height: 1.2rem;
    display: block;
}

.login_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.login_box .main_box .logo_box img {
    width: 5rem;
}

.login_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem;
}

.login_box .main_box .form_box .form_title {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
}

.login_box .main_box .form_box .form_title  img{
    width: 200px;
}

.login_box .main_box .form_box .form_item {
    border: 1px solid #7367f0;
    border-radius: 5px;
    height: 45px;
    display: flex;
    margin-bottom: 1rem;
}

.login_box .main_box .form_box .form_item .icon {
    width: 1.6rem;
    padding-left: 0.5rem;
}

.login_box .main_box .form_box .form_item input {
    width: 92%;
    outline: none;
    font-size: 14px;
    background: #212536;
    padding-left: 0.5rem;
    border: none;
    color: #fff;
}

.login_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.login_box .main_box .form_box .option_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_box .main_box .form_box .option_box .txt {
    color: #9191a8;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
}

.login_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.login_box .main_box .form_box .login_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #5355f4, #D46BF3);
    border-radius: 24px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.forget_box {
    width: 87%;
    max-width: 340px;
    height: 32rem;
    border: 2px solid #7b29be;
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212536;
}

.forget_box .main_box {
    margin-top: 2rem;
    line-height: 1.2rem;
}

.forget_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
}

.forget_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.forget_box .main_box .logo_box img {
    width: 3.5rem;
    height: auto;
}

.forget_box .main_box .form_box {
    line-height: 2.8rem;
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 9pt;
}

.forget_box .main_box .form_box .form_title {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
}

.forget_box .main_box .form_box .form_title  img{
    width: 200px;
}

.forget_box .main_box .form_box .form_item {
    border: 1px solid #7367f0;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.forget_box .main_box .form_box .form_item .icon {
    width: 1.6rem;
    padding-left: 0.5rem;
}

.forget_box .main_box .form_box .form_item .option {
    width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
    padding-right: 0.5rem;
    cursor: pointer;
}

.forget_box .main_box .form_box .form_item span {
    white-space: nowrap;
    margin-right: 0.5rem;
    color: #c3c3c3;
    font-size: 13px;
}

.forget_box .main_box .form_box .form_item input {
    width: 17rem;
    outline: none;
    font-size: 14px;
    background: #212536;
    padding-left: 0.5rem;
    border: none;
    color: #fff;
}


.forget_box .main_box .form_box .option_box .txt {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.forget_box .main_box .form_box .option_box .txt img {
    max-width: 1rem;
    vertical-align: middle;
}

.forget_box .main_box .form_box .button_box {
    color: #333;
}

.forget_box .main_box .form_box .button_box span {
    color: #1183fc;
    font-size: 13px;
}

.forget_box .main_box .form_box .button_box .forget_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #5355f4, #D46BF3);
    border-radius: 24px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.comfirm_dialog_box {
    width: 68%;
    max-width: 296px;
    height: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-radius: 12px;
    background: #fff;
    padding: 0.8rem;
    z-index: 9999;
}

.comfirm_dialog_box .content_box {
    line-height: 1.8rem;
}

.comfirm_dialog_box .content_box .title {
    font-size: 15px;
    margin-top: 0.5rem;
}

.comfirm_dialog_box .content_box .sub_title {
    font-size: 12px;
    color: #444;
    font-weight: normal;
}

.comfirm_dialog_box .operate_box {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

.comfirm_dialog_box .operate_box .cancle_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    background: #dedede;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.comfirm_dialog_box .operate_box .ensure_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    background: #2f3349;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}

.reward_dialog_box {
    width: 90%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.reward_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.reward_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.reward_dialog_box .reward_form_box {
    padding: 1.2rem;
}

.reward_dialog_box .reward_form_box ul {
    line-height: 2.5rem;
}

.reward_dialog_box .reward_form_box ul li {
    width: 100%;
}

.reward_dialog_box .reward_form_box ul .title {
    line-height: 1.5rem;
}

.reward_dialog_box .reward_form_box ul .title span {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.reward_dialog_box .reward_form_box ul .reward_product_box {
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item {
    float: left;
    text-align: center;
    width: 33%;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item label img {
    width: 36px;
}

.reward_dialog_box .reward_form_box ul .reward_product_box .reword_product_item label span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.reward_dialog_box .reward_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 80px;
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
}

.reward_dialog_box .reward_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.reward_dialog_box .reward_form_box ul .note_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward_dialog_box .reward_form_box ul li .send_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: #2f3349;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}


.report_dialog_box {
    width: 84%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.report_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.report_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.report_dialog_box .report_form_box {
    padding: 1.2rem;
}

.report_dialog_box .report_form_box ul {
    line-height: 2.5rem;
}

.report_dialog_box .report_form_box ul li {
    width: 100%;
}

.report_dialog_box .report_form_box ul .title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2rem;
}

.report_dialog_box .report_form_box ul .dotted {
    border-bottom: dotted #e5e5e5 1px;
    cursor: pointer;
}

.report_dialog_box .report_form_box ul label {
    display: flex;
    align-items: center;
}

.report_dialog_box .report_form_box ul .reward_product_box {
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item {
    float: left;
    text-align: center;
    width: 33%;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item label img {
    width: 36px;
}

.report_dialog_box .report_form_box ul .reward_product_box .reword_product_item label span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.report_dialog_box .report_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 80px;
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
}

.report_dialog_box .report_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.report_dialog_box .report_form_box ul li .send_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: #2f3349;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}

.up_bottom_box {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
}

.up_bottom_box .up_box{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff5555;
    opacity: 0.76;
    text-align: center;
    margin-bottom: 1rem;
}

.up_bottom_box img {
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.up_bottom_box .bottom_box{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff5555;
    opacity: 0.76;
    text-align: center;
}

.up_bottom_box .bottom_box img {
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.no_data_box {
    text-align: center;
    color: #9191a8;
    font-size: 14px;
}

.no_data_box img {
    width: 13.5rem;
}

/*iframe{*/
/*    display: block !important;*/
/*    margin: 0 auto !important;*/
/*}*/


.cantplay_dialog_box {
    width: 76%;
    max-width: 320px;
    height: auto;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-radius: 12px;
    background: #fff;
    padding: 0.8rem;
    z-index: 9999;
}

.cantplay_dialog_box .content_box {
    line-height: 1.5rem;
}

.cantplay_dialog_box .content_box .title {
    font-size: 14px;
    margin-top: 0.5rem;
}

.cantplay_dialog_box .content_box .sub_title {
    font-size: 12px;
    color: #444;
    font-weight: normal;
    text-align: left;
    max-height: 48vh;
    overflow: scroll;
}

.cantplay_dialog_box .content_box .sub_title .icons_box{
    display: flex;
    justify-content: space-evenly;
    margin: 0.8rem 0;
}

.cantplay_dialog_box .content_box .sub_title .icons_box img{
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.cantplay_dialog_box .content_box .sub_title p{
    text-align: justify;
}

.cantplay_dialog_box .content_box .sub_title a{
    color: #444;
    cursor: pointer;
}

.cantplay_dialog_box .operate_box {
    color: #333;
    text-align: center;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-evenly;
}

.cantplay_dialog_box .operate_box .ensure_btn {
    padding: 0.1rem 0.8rem;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    background: #2f3349;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    width: 32%;
}


.pagination_box {
    margin: 1.6rem auto;
}

.pagination_box .content_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    flex-wrap: wrap;
    line-height: 2.5rem;
}

.pagination_box .content_box div {
    margin: 0 0.8rem;
}

.pagination_box .content_box a{
    color: #333;
}

.pagination_box .content_box .arrow_box {
    border: #2F334B solid 1px;
    padding: 7px 9px;
    background: #25293b;
    border-radius: 4px;
    height: 1rem;
    line-height: 1rem;
}

.pagination_box .content_box .arrow_box img {
    width: 0.7rem;
    height: 0.7rem;
}

.pagination_box .content_box .item {
    color: #333;
    padding: 5px 8px;
    background: #fff;
    border-radius: 4px;
}

.pagination_box .content_box .active {
    color: #ffffff;
    padding: 5px 12px;
    background: #a52bff;
    border-radius: 4px;
}

@media (max-width: 430px) {
    .pagination_box .content_box div {
        margin: 0 0.2rem;
    }

    .pagination_box .content_box .item {
        font-size: 14px;
    }
}