@charset "UTF-8";

@media print {
	html,
	body {
		display: none;
	}
}

:root {
    --bg-color: #fff;
    --bg-color-header: #fff;
    --text-color: #242529;
    --overlay-color: rgba(0, 0, 0, 0.5);
    --title-color: #242529;
    --marked-color: #f6f7f8;
    --plyr-color-main: #F4A95B;
}

:root.p-index-queue-index {
    --bg-color: #f6f7f8
}

:root.m-mode-dark {
    --bg-color: #161618;
    --text-color: #f6f7f8;
    --bg-color-header: #18181a;
    --overlay-color: rgba(0, 0, 0, 0.6);
    --title-color: #fefefe;
    --marked-color: #242529
}

body{
    color: #303030;
    margin: 0;
    font-family: Helvetica Neue,PingFang SC,Verdana,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif !important;
    font-size: 14px !important;
}

.v-application{
    color: #303030 !important;
    font-family: Helvetica Neue,PingFang SC,Verdana,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif !important;
    line-height: inherit !important;
}

.none{
    display: none;
}

.ipt{
    border: 1px solid #ccc;
    padding-left: 5px;
    background: #FFF;
}

.g-loading{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.g-loading svg{
    margin: auto;
}

.g-title{
    font-size: 20px;
    font-weight: 600;
}

.g-block{
    display: block;
}

.g-bold{
    font-weight: bold;
}

p{
    margin-bottom: 8px !important;
    word-break: break-word;
}

img, video, audio{
    max-width: 100%;
}

.va-m{
    vertical-align: middle;
}

.va-t{
    vertical-align: top !important;
}

a{
    color: #f28c26;
    text-decoration: none;
}

p a{
    box-shadow: 0 1px 0 0 currentColor;
}

a.text-black{
    color: #323232 !important;
}

a.is_lz{
    font-weight: bold !important;
    color: #f28c26 !important;
}

.white{
	color: #fff;	
}

.bgw{
    background-color: #FFF;
}

.bold{
	font-weight: bold;
}

.w50{
	width: 50px;
}

.w100{
	width: 100px;
}

.del{
	text-decoration: line-through;	
}

.no-border{
    border: none !important;
    box-shadow: none !important;
}

.text-overflow{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}

.rich-text{
    line-height: 1.7;
    word-break: break-word;
    white-space: pre-wrap;
    font-family: -apple-system,BlinkMacSystemFontm,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

.g-box{
    border: thin solid rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 14px 15px rgba(29,36,52,0.1), 0 4px 2px rgba(0,0,0,0.04);
}

.g-pointer{
    cursor: pointer;
}

.g-radius{
    border-radius: 4px;
}

.btn-azz {
    color: #fff;
    background-color: #1b97f0;
    border-color: #1b97f0;
}

.btn-azz:hover {
    color: #fff;
    background-color: #1b97f0;
    border-color: #1b97f0;
}

.btn-alipay {
    color: #fff;
    background-color: #1dabec;
    border-color: #1dabec;
}

.btn-alipay:hover {
    color: #fff;
    background-color: #1296d3;
    border-color: #1296d3;
}

.btn-weixin {
    color: #fff;
    background-color: #55a54d;
    border-color: #55a54d;
}

.btn-weixin:hover {
    color: #fff;
    background-color: #478b41;
    border-color: #478b41;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.btn-block {
    position: relative;
    display: block;
    width: 100%;
}

.btn-lg{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}

.g-gray{
    color: #8a96a3;
}

.g-fs-20{
    font-size: 20px;
}

.g-fs-18{
    font-size: 18px;
}

.g-fs-16{
    font-size: 16px;
}

.g-fs-15{
    font-size: 15px;
}

.g-fs-14{
    font-size: 14px;
}

.g-fs-13{
    font-size: 13px;
}

.g-fs-12{
    font-size: 12px;
}

.g-mt-5{
    margin-top: 5px;
}

.post-user-row .g-icon{
    color: #8a96a3;
    font-size: 18px;
    margin-right: 8px;
}

.g-flex-space{
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.g-icon {
    font-size: 24px;
    width: 1em;
    height: 1em;
    min-width: 1em;
    display: inline-block;
    fill: currentColor;
    line-height: 1
}

.g-user-name {
    font-weight: 500;
    color: var(--text-color);
    position: relative;
}

.g-user-name.m-md-size {
    font-size: 16px;
    line-height: 20px;
}

.g-avatar-48{
    width: 48px;
    height: 48px;
    border-radius: 4px;
}

.g-avatar {
    border-radius: 4px;
    display: block;
    position: relative;
    background-color: var(--bg-color)
}

.icon-avatar {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.g-icon.m-verified {
    color: inherit;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.g-avatar.m-w50 {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 18px
}

.g-avatar.m-w150 {
    flex: 0 0 100px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid var(--bg-color);
    font-size: 36px
}

.g-avatar.m-pointer {
    cursor: pointer
}

.g-avatar img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.g-btn {
    border: none;
    padding: 9px 18px;
    font-size: 14px;
    color: #fefefe;
    font-weight: 500;
    background: #f28c26;
    min-width: 78px;
    transition: opacity .15s ease, background-color .15s ease, box-shadow .15s ease;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    outline: none;
}

.g-btn:hover {
    background: #f28c26;
    color: #fefefe
}

.g-btn.m-rounded {
    border-radius: 1000px
}

.g-btn.m-border {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(138, 150, 163, .25);
    color: #f28c26;
    transition: color .15s, background-color .15s, box-shadow .15s;
    position: relative
}

.g-btn.m-border.m-danger {
    color: #ff6060;
    background-color: transparent
}

.g-btn.m-icon {
    min-width: unset;
    padding: 6px 4px
}

.g-btn.m-icon:not(.m-colored) {
    background: none;
    transition: color .15s
}

.g-btn.m-icon:not(.m-colored):not(.m-with-text):not(.m-active) {
    color: rgba(138, 150, 163, .7)
}

.g-btn.m-icon:not(.m-colored).m-with-text {
    color: #8a96a3;
    padding-right: 17px;
    padding-left: 6px
}

.g-btn.m-icon:not(.m-colored).m-with-text .g-icon {
    margin-right: 5px
}

.g-btn.m-icon:not(.m-colored).m-with-text:hover,
.g-btn.m-icon:not(.m-colored):not(.m-with-text):hover {
    color: #f28c26
}

.g-btn.m-icon.m-active {
    color: var(--text-color)
}

.g-btn.m-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.g-btn.m-icon.m-sm-size {
    width: 36px;
    height: 36px;
    min-height: 36px;
    flex: 0 0 36px;
}

.g-btn.m-border.disabled,
.g-btn.m-border[disabled] {
    background-color: transparent;
    color: #8a96a3
}

.topnav {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    padding-bottom: 5px;
}

.main-logo img {
    height: 27px;
    margin-right: 5px;
    white-space: nowrap;
}

.main-logo span {
    color: #f28c26;
    font-size: 20px;
}

.single-page{
    padding: 30px 0;
    min-height: 400px;
}

.post-actions-item{

}

.creator-page-cover {
    height: 180px;
    position: relative
}

.avatar-buttons-row{
    flex-wrap: wrap;
    margin-bottom: 8px;
    display: flex;
}

.avatar-buttons-row .g-avatar{
    margin-top: -48px;
    z-index: 2;
}

.creator-page-btns {
    display: flex;
    margin-left: auto;
    max-width: calc(100% - 100px);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start
}

.creator-page-btns .g-btn {
    margin-left: 8px
}

.creator-page-btns .g-btn:first-child {
    margin-left: 0
}

.creator-page-names{
    padding: 0 8px;
}

.creator-page-title{
    font-size: 20px;
}

.site-header {
    background: var(--bg-color-header);
    position: sticky;
    z-index: 200;
    flex: 0;
    right: 0;
    left: 0;
    padding: 0 12px;
    border-bottom: 1px solid rgba(138, 150, 163, .25);
    box-shadow: 0 0 2px rgb(0 0 0 / 16%);
}

@media (min-width:768px) {
    .site-header {
        top: 0;
        border-bottom: 1px solid rgba(138, 150, 163, .25);
        box-shadow: 0 0 2px rgba(0, 0, 0, .16)
    }
}

@media (max-width:767px) {
    .site-header {
        border-top: 1px solid rgba(138, 150, 163, .25)
    }

    .open-panel .site-header {
        z-index: 0
    }

    .m-dropdown-body .site-header {
        z-index: 97
    }

    .m-sidebar-visible .m-dropdown-body .site-header {
        z-index: 100
    }
}


.site-header-menu {
    display: flex;
    justify-content: space-between;
    height: 48px
}

.site-header-menu a{
    font-size: 15px;
}

.site-header-menu a.link{
    color: var(--text-color);
}

.site-header-menu a.active{
    color: #F4A95B;
    font-weight: bold;
}

@media (max-width:767px) {
    .site-header-menu {
        height: 56px
    }
}

.site-header-menu-item {
    position: relative;
    color: #8a96a3;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    outline: none;
}

.site-header-menu-item .g-icon{
    font-size: 33px;
}


@media (hover:none) and (pointer:coarse) {

    .site-drawer-menu-item:hover,
    .site-drawer-menu-item:hover .g-gray-text {
        color: var(--text-color)
    }

    .site-drawer-menu-item:active {
        color: #f28c26;
        background-color: rgba(0, 145, 234, .06)
    }

    .site-drawer-menu-item:active .g-gray-text {
        color: #f28c26
    }
}

@media (any-hover:hover) {
    .site-drawer-menu-item:hover {
        color: #f28c26;
        background-color: rgba(0, 145, 234, .06)
    }

    .site-drawer-menu-item:hover .g-gray-text {
        color: #f28c26
    }
}

.site-drawer-menu-item.m-show-list {
    color: #f28c26;
    background-color: rgba(0, 145, 234, .06)
}

.site-drawer-menu-item .b-icon-arrow {
    margin-left: auto;
    padding-left: 10px
}

.site-drawer-menu-item .b-lang-text {
    max-width: calc(100% - 60px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width:768px) {
    .creator-page-cover {
        height: 204px;
        border-radius: 0 0 3px 3px;
        overflow: hidden
    }
}

.creator-page-cover:after {
    content: "";
    background: linear-gradient(#f28c26, #FFCC99);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: .5;
    z-index: 1;
}

.creator-page-cover.has-cover:after {
    display: none;
}

.creator-page-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.creator-page-user {
    margin-top: -32px;
    padding: 48px 16px 0 16px;
}

@media (min-width: 1264px){
    .slim .container {
        max-width: 1020px;
    }
}

@media (min-width: 1904px) {
    .container {
        max-width: 1160px !important;
    }
}

.invisible img{
    display: none;
}