/* html{
    filter: grayscale(100%);
} */
[v-cloak]{
    display: none;
}

#header {
    position: fixed;
    height: 72px;
    width: 100%;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(60px);
    font-size: 0;
    z-index: 999;
}

.header-box {
    position: relative;
    max-width: 1480px;
    min-width: 1280px;
    margin: auto;
    width: 80%;
    height: 100%;
}

.center-right-box {
    display: flex;
    align-items: center;
}

.exitCon:hover {
    cursor: pointer
}

.center-right-box .exitCon:hover .exit-w {
    color: #017FFF;
}

.center-right-box .nickname {
    color: #0D6FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.center-right-box .nickname:hover {
    color: #017FFF;
    cursor: pointer;
}

.center-right-box .divider {
    position: relative;
    width: 1px;
    height: 14px;
    background: rgba(230, 230, 234, 1);
}

.exit-w {
    color: #999999;
}

.center-right-box .centerInfo {
    height: 72px;
    display: flex;
    align-items: center;
}

.center-right-box .centerInfo p {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-right: 22px;
    line-height: 14px;
}

.center-right-box .centerInfo p:last-child {
    margin-right: 0;
}

.center-right-box .centerInfo .exit {
    vertical-align: middle;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 2px;
    background: url("../images/exit.png") no-repeat;
    background-size: 100%;
}

.center-right-box .centerInfo .exitCon:hover .exit {
    cursor: pointer;
    background: url("../images/exit-1.png") no-repeat;
    background-size: 100%;
}

#header .logo {
    width: 96px;
    height: 72px;
    margin: 0 0 4px 0;
}

#header .title {
    display: block;
    font-size: 9px;
    line-height: 12px;
}

.nav {
    margin-left: 90px;
}

.nav .el-menu--horizontal>.el-menu-item,
.nav .el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 72px;
    line-height: 75px;
}

.nav .el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 138px !important;
}

.nav .el-menu-item,
.nav .el-menu--horizontal>.el-submenu .el-submenu__title {
    color: #565E7A;
    font-size: 15px;
}

.nav .el-menu.el-menu--horizontal,
.nav .el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: none;
}

.nav .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    color: #017FFF !important;
    background: #F6F6FA !important;
}

.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    color: #017FFF !important;
}

.nav .el-menu {
    background: none;
}

.icon-lujing {
    color: #E6E6EA;
}

.header-right {
    height: 72px;
    display: flex;
    align-items: center;
}

.help:hover i,
.help:hover span {
    color: #20A5F9 !important;
}

.help i {
    position: relative;
    top: 1px;
}

.help span {
    display: inline-block;
    margin: 0 32px 0 8px;
}

.log-box a {
    text-align: center;
    font-size: 16px;
    color: #3E4752;
}

.log-box a:hover {
    color: #017FFF
}

.header-right {
    float: right;
}

.header-left {
    float: left;
}

.li-active {
    color: #017FFF !important;
}

.nav a {
    float: left;
}

.nav a,
.nav .el-submenu {
    display: inline-block;
}

.nav .el-menu-item {
    font-size: 15px;
    padding: 0 16px;
    margin-right: 4px;
    border-top: 2px solid transparent;
}

.nav .el-menu-item,
.el-submenu__title {
    height: 72px;
    line-height: 72px;
    color: #565E7A;
}

.nav .el-menu-item.is-active {
    color: #017FFF !important;
    border-top: 2px solid #017FFF;
    font-weight: bold;
    /* background: linear-gradient(180deg, rgba(1,127,255,0.24) 0%, rgba(1,127,255,0.00) 98%); */
    background: linear-gradient(180deg, rgba(1, 127, 255, 0.16) 0%, rgba(1, 127, 255, 0) 96%);
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
    color: #017FFF !important;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    color: #333 !important;
    border: none !important;
}

.avater {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px !important;
}

.avater img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.avaterBox {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.creator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 40px;
    background: #017FFF;
    border-radius: 6px;
    margin-right: 44px;
    cursor: pointer;
}

.creator img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.creator span {
    color: #FFFFFF;
    font-size: 14px;
}

.cartbox {
    position: relative;
    margin-right: 24px;
    cursor: pointer;
}

.cartNumber {
    position: absolute;
    right: 0;
    box-sizing: border-box;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    background: #F0476F;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
}

.hide-publish {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 36px;
    right: 21px;
}

.hide-publish a {
    background-color: #fff !important;
}

.publish-box:hover .hide-publish {
    display: block;
}

.publish-type {
    position: absolute;
    right: -54px;
    top: 10px;
    z-index: 9;
    width: 272px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E6E7EB;
}

.publish-type .item {
    display: flex;
    width: 240px;
    height: 68px;
    border-radius: 12px;
    padding: 16px 0 0 12px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.publish-type .item:hover {
    background: rgba(67, 119, 254, 0.12);
    cursor: pointer;
}

.publish-type .item .icon {
    height: 32px;
    width: 32px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 4px;
}

.publish-type .item .icon1 {
    background: url('../images/d1.png');
}

.publish-type .item1:hover .icon1 {
    background: url('../images/d1-1.png');
}

.publish-type .item .icon2 {
    background: url('../images/d2.png');
}

.publish-type .item2:hover .icon2 {
    background: url('../images/d2-1.png');
}

.publish-type .item .icon3 {
    background: url('../images/d3.png');
}

.publish-type .item3:hover .icon3 {
    background: url('../images/d3-1.png');
}

.publish-type .item .icon4 {
    background: url('../images/d4.png');
}

.publish-type .item4:hover .icon4 {
    background: url('../images/d4-1.png');
}

.publish-type .item .icon img {
    height: 32px;
    width: 32px;
}

.publish-type .item .txt span {
    display: block;
}

.publish-type .item .txt span:first-child {
    color: #111E3C;
    font-size: 16px;
    line-height: 16px;
}

.publish-type .item .txt span:nth-child(2) {
    color: #A2A9B8;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
}

.publish-type .item:hover .txt span {
    color: #4377FE;
}

.publish-type .item:hover .icon {
    color: #4377FE;
}

.publish-box {
    position: relative;
    width: 160px;
    height: 40px;
    margin: auto;
}

.kefu-box i {
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-top: 6px;
}

.kefu-box span {
    font-size: 12px;
    line-height: 12px;
}

.kefu-box:hover {
    cursor: pointer;
}

.kefu-box .tooltip {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    color: #fff;
}

.kefu-box .tooltip .tooltiptext {
    visibility: hidden;
    width: 145px;
    height: 160px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: -62px;
    right: 48px;
    left: auto;
    margin-left: -82px;
    opacity: 0;
    transition: opacity 1s;
    margin-bottom: 25px;
    font-size: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.kefu-box .tooltip:hover {
    cursor: pointer;
}

.kefu-box .tooltip:hover .tooltiptext {
    opacity: 1;
}

.kefu-box .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.kefu-box .tooltip:hover .tooltiptext {
    visibility: visible;
}

.kefu-box .tooltiptext img {
    height: 120px;
    width: 120px;
    margin-top: 8px;
}

.saoma-box {
    width: 42px;
    height: 42px;
    background: #06D7A0;
    box-shadow: 0px 16px 16px -8px rgb(6 215 160 / 48%);
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: 55px;
    bottom: 130px;
    z-index: 100;
}

.wx-saoma-tips {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #06D7A0;
}

.help-box {
    width: 42px;
    height: 42px;
    background: #4377FE;
    box-shadow: 0px 16px 16px -8px rgba(67, 119, 254, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: 55px;
    bottom: 200px;
    z-index: 100;
    transition: all .2s;
}

.help-txt {
    display: none;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 7px;
}

.help-box:hover {
    border-radius: 24px;
    width: 112px;
}

.help-box:hover .help-txt {
    display: block;
}

.txtcenter {
    text-align: center;
}

.dflex {
    display: flex;
}

.alcenter {
    align-items: center;
}

.flex1 {
    flex: 1;
}

.j-c {
    justify-content: center;
}

.j-s {
    justify-content: space-between;
}

.userLogin .user {
    position: relative;
    top: 1px;
    margin-right: 8px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url('../images/user.png') no-repeat;
}

.userLogin:hover .user {
    background: url('../images/user1.png') no-repeat;
}

.log-box .line {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 16px;
    width: 1px;
    background: #B4BECC;
    margin: 0 16px;
}

/* 新增新版官网公用样式 */
.header-inner {
    position: relative;
    height: 628px;
    width: 100%;
    background: url('../images/picture1-1.png') no-repeat;
    background-position: center;
    background-color: #ECF7FF;
}
/* 
@media screen and (max-width: 1760px) {
    .header-inner {
        background-position: 58% 100%;
    }
}

@media screen and (max-width: 1460px) {
    .header-inner {
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 1390px) {
    .header-inner {
        background-position: 61% 100%;
    }
} */

.content-box {
    width: 1280px;
    margin: auto;
    padding-top: 162px;
    box-sizing: border-box;
}

.content-box .title {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #2A3352;
    letter-spacing: 3px;
}

.content-box .intro {
    font-size: 24px;
    text-align: center;
    color: #565E7A;
    line-height: 24px;
    margin-top: 24px;
    letter-spacing: 1px;
}

.moduleTitle {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #101B29;
    letter-spacing: 3px;
}

.moduleIntro {
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #818B99;
    margin-top: 16px;
}

.unlogin-status a {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    transition: border-color .3s, background-color .3s, color .3s;
}

.unlogin-status .login {
    border: 1px solid #CDD0DC;
    color: #565E7A;
    margin-right: 16px;
}

.unlogin-status .login:hover {
    border: 1px solid #017FFF;
    color: #017FFF;
}

.unlogin-status .register {
    background: #017FFF;
    color: #fff;
}

.unlogin-status .register:hover,
.goControl:hover {
    background: rgba(1, 127, 255, 0.85);
}

.goControl {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #017FFF;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 32px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.overflow-hidden-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.overflow-hidden-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.overflow-hidden-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.marketMain .market-works-box {
    margin-top: 20px;
}

.marketMain .market-works-box .works-item {
    width: 296px;
    height: 488px;
    border-radius: 6px;
    background: #FFFFFF;
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: all .2s;
    overflow: hidden;
}

.marketMain .market-works-box .works-item:nth-child(4n+4) {
    margin-right: 0;
}

.marketMain .market-works-box .works-item .smeta {
    width: 296px;
    height: 236px;
    overflow: hidden;
}

.marketMain .market-works-box .works-item .smeta img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .2s;
}

.marketMain .market-works-box .works-item .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #2A3352;
}

.marketMain .market-works-box .works-item .inner-padding {
    padding: 14px 20px 16px 20px;
    box-sizing: border-box;
}

.marketMain .market-works-box .works-item .tag-list {
    margin: 8px 0 16px 0;
}

.marketMain .market-works-box .works-item .tag-list span {
    border-radius: 6px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: #F3F5F7;
    color: #565E7A;
    font-size: 13px;
    margin-right: 8px;
}

.marketMain .market-works-box .works-item .single-tag {
    border-radius: 4px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: rgba(255, 96, 0, 0.1);
    color: #FF6000;
    font-size: 13px;
    display: table;
    margin-bottom: 16px;
}

.marketMain .market-works-box .works-item .works-info-item {
    display: flex;
    line-height: 16px;
    font-size: 13px;
    margin-top: 8px;
}

.marketMain .market-works-box .works-item .works-info-item span {
    color: #A4A9BC;
}

.marketMain .market-works-box .works-item .works-info-item a {
    color: #565E7A;
}

.marketMain .divider-line {
    width: 100%;
    border-bottom: 1px dashed #E5E7F2;
    margin-bottom: 16px;
}

.marketMain .market-works-box .works-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.marketMain .market-works-box .works-item:hover .smeta img {
    transform: scale(1.1);
}

.marketMain .market-works-box .works-item .title:hover {
    color: #017FFF;
}

.page-box {
    text-align: center;
    margin: 12px 0 90px 0;
}

.color_gray {
    color: #A4A9BC;
}

.tag-audio {
    background: rgba(255, 149, 0, 0.16) !important;
    color: #FF9500 !important;
}

.tag-video {
    background: rgba(1, 127, 255, 0.16) !important;
    color: #017FFF !important;
}

.tag-story {
    background: rgba(255, 59, 48, 0.16) !important;
    color: #FF3B30 !important;
}

.tag-cartoon {
    background: rgba(88, 86, 214, 0.16) !important;
    color: #5856D6 !important;
}

.tag-music {
    background: rgba(0, 218, 113, 0.16) !important;
    color: #00DA71 !important;
}

.tag-draw {
    background: rgba(90, 200, 250, 0.16) !important;
    color: #5AC8FA !important;
}

.tag-playlet {
    background: rgba(175, 82, 222, 0.16) !important;
    color: #AF52DE !important;
}

.copyright-mar .single-tag-box {
    display: inline-flex;
}

.copyright-mar .single-tag {
    display: inline-flex !important;
    align-items: center !important;
    color: #00DA71 !important;
    background: rgba(0, 218, 113, 0.1) !important;
    padding: 4px 8px !important;
    margin-bottom: 16px !important;
}

.copyright-mar .single-tag img {
    margin-right: 8px;
}

.hideHeaderSearch {
    cursor: pointer;
    margin-right: 36px;
}

/* 搜索 */
.search-page-box {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
}

.header-search{
    top: -100%;
    animation: slide-down 0.3s forwards;
}

.wid1280 {
    width: 1280px;
    margin: auto;
}

.goControl {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #017FFF;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 32px;
}

/* 版权&分发市场列表 */
.market-box {
    padding-top: 120px;
}

.marketMain {
    width: 1280px;
    margin: auto;
}

.marketMain .primary-filter {
    margin-bottom: 32px;
}

.marketMain .primary-filter li {
    padding: 0 24px;
    box-sizing: border-box;
    margin-right: 16px;
    border-radius: 24px;
    color: #565E7A;
    font-size: 18px;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
}

.marketMain .primary-filter li:hover {
    background: #fff;
    color: #017FFF;
}

.marketMain .primary-filter li.active {
    color: #fff;
    font-weight: bold;
    background: #017FFF;
}

.marketMain .secondary-filter .name {
    font-size: 14px;
    color: #A4A9BC;
    line-height: 41px;
}

.marketMain .secondary-filter ul li {
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #E5E7F2;
    color: #878A99;
    font-size: 14px;
    margin: 0 0 12px 16px;
    cursor: pointer;
}

.marketMain .secondary-filter ul li:hover {
    background: rgba(1, 127, 255, 0.08);
    color: #017FFF;
    border-color: transparent;
}

.marketMain .secondary-filter ul li.active {
    color: #fff;
    background: #017FFF;
}

@keyframes slide-down {
    from {
        top: -100%;
        opacity: 0;
    }

    to {
        top: 72px;
        opacity: 1;
    }
}

.search-page-inner {
    width: 1280px;
    margin: auto;
    padding-top: 36px;
}

.search-page-inner .title {
    font-size: 32px !important;
    line-height: 32px !important;
    color: #A4A9BC;
}

.search-page-inner .search-border {
    margin: 24px 0;
    width: 960px;
    height: 60px;
    border-radius: 6px;
    padding: 0px 20px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #E5E7F2;
    display: flex;
    align-items: center;
}

.search-page-inner .search-border:hover {
    border: 1px solid #017FFF;
}

.search-page-inner .search-select {
    width: 140px;
    border-right: 1px solid #E5E7F2;
    height: 32px;
}

.search-page-inner .search-select .el-select .el-input__inner {
    border: none;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.search-page-inner .search-select .el-select .el-input__icon {
    line-height: 32px;
}

.search-page-inner .search-select .el-select .el-input {
    width: 89%;
}

.el-select-dropdown__item {
    float: none;
    text-align: center;
}

.search-page-inner .search-input {
    margin-left: 9px;
}

.search-page-inner .search-input .el-input {
    font-size: 16px;
}

.search-page-inner .search-input .el-input__inner {
    border: none;
}

.search-page-inner img {
    cursor: pointer;
}

.search-page-inner .search-select .el-input__inner {
    font-size: 15px;
}

.search-page-inner .hot-keywords {
    font-size: 14px;
    margin-bottom: 48px;
}

.search-page-inner .hot-keywords .name {
    color: #878A99;
}

.search-page-inner .hot-keywords .words {
    margin-left: 16px;
}

.search-page-inner .hot-keywords .words a {
    color: #565E7A;
    margin-right: 32px;
    cursor: pointer;
}

.search-page-inner .hot-keywords .words a:hover {
    color: #017FFF;
}

/* 分页 */
.el-pagination.is-background .el-pager li,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next{
    background: #fff!important;
    min-width: 32px!important;
    color: #A4A9BC!important;
    border-radius: 4px!important;
    border:1px solid transparent;
}

.el-pager li,
.el-pagination span:not([class*=suffix]),
.el-pagination button{
    height: 32px!important;
    line-height: 32px!important;
}

.el-pagination span:not([class*=suffix]){
    min-width: 72px!important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    color: #fff!important;
    background: #017FFF!important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover{
    border-color:#017FFF!important;
    /* color: #017FFF!important; */
}

.mart150{
    margin-top: 150px;
}

.mart60{
    margin-top: 60px;
}

#channelPlan,#toolsPlan,#distributionPlan{
    padding-bottom: 20px;
}




