
html,
body {
    color: #151515;
    min-width: 1366px;
}

.inner {
    width: 1282px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.op_0 {
    opacity: 0 !important;
}
.header {
    width: 100%;
    display: flex;
    height: 72px;
    background-color: #fff;
    transition: all 0.2s;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.02);
}
.header .inner{
    display: flex;
    justify-content: space-between;
}

.header-left .logo {
    margin: 12px 0 0 0px;
    display: block;
    height: 51px;
}


.header-left .logo img {
    max-height: 100%;
    max-width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.header-right .user-info {
    display: flex;
    align-items: center;
    margin-right: 28px;
    justify-content: flex-end;
}

.header-right .user-info a {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.header-right .user-info img {
    vertical-align: middle;
    content: url("../images/user_default.png");
}

.header-right .nav-bar {
    display: flex;
    align-items: center;
}

.header-right .nav-bar .nav-item {
    display: flex;
    align-items: center;
    /* width: 106px; */
    padding-right: 8px;
    height: 40px;
    justify-content: flex-start;
    cursor: pointer;
    margin-right: 15px;
}

.header-right .nav-bar .nav-item.active {
    background: linear-gradient(132deg, #AC06F9 0%, #176DDE 100%);
    border-radius: 27px;
    color: #fff;
}

.header-right .nav-bar .nav-item .nav-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-left: 4px;
}

.header-right .nav-bar .nav-item .nav-icon img {
    vertical-align: middle;
}

.header-right .nav-bar .nav-item .nav-icon img {
    vertical-align: middle;
}

.header-right .nav-bar .nav-item .nav-text {
    word-break: keep-all;
    font-size: 14px;
    color: #4A4A4A;
}

.header-right .nav-bar .nav-item.on .nav-text {
    color: #CC2028;
}

.header-right .nav-bar .nav-item.active .nav-icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}

.header-right .nav-bar .nav-item.active .nav-text {
    color: #fff;
}

.header-right .nav-bar .nav-item.active.ai-helper img {
    content: url(../images/ai_active.svg);
}


/* 透明header样式 */
.transparent-header{
    box-shadow:none;
}
.transparent-header .header-left .logo img {
    content: url("../images/logo_transparent.png");
}

.transparent-header {
    background-color: transparent;
    color: #fff;
}

.transparent-header .user-info img {
    content: url("../images/user_transparent.png");
}

.transparent-header a {
    color: #fff;
}

.transparent-header .source-map img {
    content: url("../images/zytp_transparent.png");
}

.transparent-header .source-library img {
    content: url("../images/zyk_transparent.png");
}

.header .source-map.on img {
    content: url("../images/zytp_choosed.svg");
}

.transparent-header .source-tree-map img {
  content: url("../images/tree_transparent.svg");
}

.transparent-header .source-pic-wall img {
  content: url("../images/pic_wall_transparent.svg");
}

.header .source-tree-map.on img {
  content: url("../images/tree_choosed.svg");
}

.header .source-pic-wall.on img {
  content: url("../images/pic_wall_choosed.svg");
}

.header .source-library.on img {
    content: url("../images/zyk_choosed.svg");
}

.transparent-header .nav-bar .nav-item .nav-text {
    color: #fff;
}

.br-header-right {
    margin-left: auto;
}

.br-logo {
    background-color: transparent;
    transition: 0s;
    border: none;
}

/* 搜索部分 */
.header .media-search-wrap {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 560px;
    margin: 15px auto 0 30px;
}
.header .materual-search-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
    border-radius: 20px;
}

.header .media-search-wrap .s-type-box {
    position: relative;
    z-index: 1;
    min-width: 100px;
    height: inherit;
    cursor: pointer;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.header .media-search-wrap .s-type-box a {
    display: flex;
    /* min-width: 96px; */
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 16px;
    margin: 0 15px;
}

.header .media-search-wrap .s-type-box a::after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    background-color: #a3b1b6;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.header .media-search-wrap .s-type-box a span {
    margin-right: 17px;
    font-size: 16px;
}

.header .media-search-wrap .s-input-box {
    position: relative;
    height: inherit;
    flex: 1 1;
   
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

.header .media-search-wrap .v-v-box {
    position: relative;
    cursor: pointer;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

.header .media-search-wrap .v-v-box a {
    display: block;
    margin-right: 27px;
}

.header .media-search-wrap .s-submit-btn {
    position: relative;
    display: block;
    width: 100px;
    height: 42px;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #CC2028;
    /* transition: all 0.2s ease; */
}

.header .media-search-wrap .s-submit-btn img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: -8px;
}

.header .media-search-wrap .search-input {
    height: inherit;
    padding: 0 18px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: none;
    width: calc(100% - 40px);
    background-color: transparent;
}

.header .media-search-wrap .search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.58);
    font-size: 16px;
}

.page-container{
    min-height: calc(100vh - 290px);
    width: 100%;
    margin-bottom: 30px;
    margin-top: 72px;
    padding-top: 20px;
}

/* 面包屑 */
.breadcrumb{
    color: rgba(0, 0, 0, .45);
    font-size: 12px;
    line-height: 22px;
}
.breadcrumb span{
    margin:  0 8px;
}

/* 底部 */
.footer {
    width: 100%;
    height: 125px;
    background: #2C2C2C;
    padding-top: 1px;
    overflow: hidden;
}

.footer .foot-first {
    margin-top: 30px;
}

.footer .foot-cont {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
}

/* 分页按钮 */
.pages-wrap{
    margin: 30px auto 30px;
    display: flex;
    justify-content: center;
}
.pages {
    text-align: center;
}
.pages .page-item{
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    height:38px;
    padding:0 5px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin:0 5px;
    font-size: 14px;
    background: #fff;
    min-width: 30px;
}
.pages a.current{
    background: #023890;
    color:#fff;
}
.pages span.current{
    background: #D52D26;
    color:#fff;
}
.pages-wrap .page-info{
    margin-left: 20px;
    font-size: 14px;
}
.pages-wrap .page-info .total{
    margin-right: 20px;
}
.pages-wrap .jump-page input{
    width: 30px;
    height: 40px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
}
.pages .page-item.disabled{
    background-color: #E6E6E6 ;
}

/* 悬浮按钮 */
.operation-buttons{
    position: fixed;
    left: 40px;
    top: 120px;
    width: 58px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.07);
    border-radius: 29px;
}
.operation-buttons .btn-wrap{
    padding: 15px 0 ;
}
.operation-buttons .btn-wrap,
.operation-buttons .btn-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.operation-buttons .btn-item{
    width: 58px;
    cursor: pointer;
}
.operation-buttons img{
    max-width: 18px;
    margin-bottom: 8px;
}
.operation-buttons .btn-item span{
    margin-bottom: 10px;
}
.operation-buttons .cols{
    width: 28px;
    height: 1px;
    background-color: rgba(151,151,151,0.1);
    margin-bottom: 10px;
}
@media screen and (max-width:1500px){
    .operation-buttons{
        display: none;
    }
}


/* 类型切换 */
.case-type-nav {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: 35px;
}

.case-type-nav .type-item {
    display: flex;
    align-items: center;
    margin-right: 25px;
    line-height: 26px;
    border-bottom: 4px solid transparent;
}

.case-type-nav .type-item.ac {
    border-bottom: 4px solid #cb151f;
}

#_metakmaker_service_wrapper{
    z-index: 99999;
}

.select_box {
	position: absolute;
	top: 62px;
	left: 0;
	min-width: 62px;
	height: auto;
	padding:12px;
	background: rgba(255,255,255,0.86);
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	z-index: 99;
    width: 100px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 7%);
    max-height: 200px;
    overflow-y: auto;
}
.select_box::-webkit-scrollbar {
  width: 5px; /* 设置水平滚动条的宽度 */
  scrollbar-color: #cccccc rgba(0,0,0,.03)
}
.select_box::-webkit-scrollbar-thumb,
.select_box::-webkit-scrollbar-thumb:hover{background: #ccc; border-radius:6px;}
.header .select_box {
    top: 48px;
}
.select_box li {
	height: 24px;
	text-align: left;
	line-height: 24px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 12px;
    word-break: keep-all;
}
.select_box li:hover {
	background-color: rgba(204,32,40, 0.2);
    color:#CC2028;
    border-radius: 4px;
}

.select_box li.cur {
	color:#CC2028;
}
.select_box li.cur {
	color:#CC2028;
}

.s-type-box .clicked {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.select_box .triangle{
    border-style: dashed dashed solid;
    font-size: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    width: 0;
}
.select_box .in{
    border-color: transparent transparent rgba(255,255,255,0.86);
    border-width: 0 6px 7px;
    left: 29px;
    top: -7px;
}
.select_box .out{
    border-color: #e6e6e6 transparent transparent;
    border-width: 8px 7px 0;
    bottom: -8px;
    left: 28px;
    top: auto;
    display: none;
}
.header .select_box {
	background: rgba(255,255,255,1);
}
.header .select_box .in{
    border-color: transparent transparent rgba(255,255,255,1);
}


/*公共提示样式*/
#commonpop {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 214px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpop p {
	margin: 0 !important;
}

/* loading */
.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #D52D26;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  /* 收藏 */
  .item-operate .collected img,
  .source-operate .collected img{
    content: url(../images/collected.png);
  }

  /* 分享浮层 */
#sharePopup{
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 217px;
    height: 83px;
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.07);
    border-radius: 14px;
    display: none;
}
.sharePopup-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 13px 20px;
}
.sharePopup-box .share-item{
    text-align: center;
    position: relative;
    font-size:14px ;
    font-weight: 400;
    color: #475669;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.sharePopup-box img{
    width: 35px;
    height: 35px;
}
.shareimg-box{
    position: absolute;
    line-height: 40px;
    text-align: center;
    z-index: 3;
    overflow: visible;
    width: 135px;
    padding: 20px;
    top: 80px;
    background-color: rgb(255, 255, 255);
    color: #475669;
    display: none;
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.07);
    border-radius: 8px;
}

/* 无数据样式 */
.list-no-data{
    background-color: #fff;
    text-align: center;
    position: relative;
    max-height: 500px;
    min-height: 300px;
}
.no-data-text{
    position: absolute;
    width: 100px;
    text-align: center;
    color: #101010;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
