.palette {
	max-width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: block;
}

.c4 {
	padding-bottom: 100%;
	animation-duration: 0s;
}

.c3 {
	padding-bottom: 85%;
	animation-duration: .2s;
}

.c2 {
	padding-bottom: 67%;
	animation-duration: .6s;
}

.c1 {
	padding-bottom: 41%;
	animation-duration: 1s;
}

.place {
	position: absolute;
	width: 100%;
	animation-name: place;
	transform-origin: top;
}

.place span {
	position: absolute;
	text-align: center;
	transition: all .2s;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/* opacity: 0; */
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .1);
	padding: 3px 6px;
	cursor: pointer;
	letter-spacing: 1px;
}

.place:hover span {
	opacity: 1;
}

.place span:hover {
	background-color: rgba(0, 0, 0, .2)
}

.place span:active {
	background-color: rgba(0, 0, 0, .4)
}

@keyframes place {
	0% {
		transform: scaleY(1.2);
		filter: brightness(300%);
		filter: hue-rotate(50deg)
	}
}

.color135-bottom {
	padding: 0 10px 14px;
	overflow: hidden;
	text-align: right;
}

.color135-bottom .like {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 1px;
}

.color135-bottom .like .txt-tips {
	margin-left: 4px;
}

.color135-bottom .like.collected {
	color: #FA5F1B;
}
.fixed-right-kefu {
  width: 120px !important;
  position: fixed;
  right: 5px;
  top: 520px;
  z-index: 9999;
  cursor: pointer;
  width: 80px;
}

.fixed-right-logo img {
  width: 100%;
}

#modal-company-ask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999999;
  display: none;
}

#modal-company-ask .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style-title {
 background: rgba(108, 117, 125, .5);
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: 5px 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.style-title a{
 font-size: 14px;
 color: #fff;
}

.search-box {
 display: none;
 position: absolute;
 z-index: 999999;
 background: #fff;
 width: 100%;
 top: 46px;
 left: 0;
 border-radius: 10px;
 border: 1px solid #eee;
 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
 overflow: hidden;
 min-width: 500px;
}

.search-box .search-history {
 text-align: left;
 padding-left: 10px;
 height: 44px;
 position: relative;
 background: #F5F6F9;
 line-height: 44px;
 border-radius: 10px 10px 0 0;
}

.search-box .search-history .search-history-title {
 font-size: 14px;
 color: #999;
 margin-top: -1px;
 position: absolute;
 left: 10px;
 top: 0;
}

.search-box .search-history .search-history-title i {
 font-size: 15px;
 margin-right: 4px;
}

.search-box .search-history-list {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 97%;
 padding-left: 78px;
 box-sizing: border-box;
}

.search-box .search-history-list a {
 font-size: 14px;
 color: #999;
 margin-right: 12px;
 text-align: left;
}

.search-box .search-history-list a:hover {
 color: #ff793f;
}

.search-box .search-hot-history {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 100%;
 padding: 10px 10px 0;
 text-align: left;
}

.search-box .search-hot-history a {
 font-size: 14px;
 line-height: 14px;
 color: #999;
 margin-right: 8px;
 text-align: left;
 display: inline-block;
 padding: 5px 12px;
 border: 1px solid #eee;
 background: #fbfbfb;
 border-radius: 4px;
}

.search-box .search-hot-history a:hover {
 background: #ff793f;
 color: #fff;
 border: 1px solid #fff;
}

.search-box .search-hotwords {
 padding: 4px 0 8px;
 border-radius: 0 0 10px 10px;
}

.search-box .search-hotwords a {
 display: block;
 box-sizing: border-box;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 text-align: left;
 color: #666;
}

.search-box .search-hotwords a:hover {
 background: #E7F0F8;
 color: #ff793f;
}

.search-box .search-hotwords a .ranking {
 display: inline-block;
 margin-right: 7px;
 width: 16px;
 height: 16px;
 text-align: center;
 font-size: 12px;
 color: #A1A9B0;
 line-height: 16px;
 background: #E5EAEF;
 border-radius: 4px;
}

.search-box .search-hotwords a .ranking.top1 {
 color: #FFFFFF;
 background: #ff415c;
}

.search-box .search-hotwords a .ranking.top2 {
 color: #FFFFFF;
 background: #ff793f;
}

.search-box .search-hotwords a .ranking.top3 {
 color: #FFFFFF;
 background: #ffcb41;
}

.sug-word-box {
 display: none;
 width: 100%;
 position: absolute;
 z-index: 999999;
 width: 94%;
 top: 46px;
 left: 11px;
 padding: 5px 0;
 background: #fff;
 border-radius: 10px;
 border: 1px solid #eee;
 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}

.sug-word-box .sug-word-list {
 width: 100%;
}

.sug-word-box .sug-word-list a {
 display: block;
 box-sizing: border-box;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 text-align: left;
 font-size: 14px;
 color: #999999;
}

.sug-word-box .sug-word-list a:hover {
 background: #E7F0F8;
 color: #ff793f;
}

[data-svg-type="jump"] {
 height: 160px;
}
html{line-height:1.6;font-size:16px;}
body{margin: 0 0;font-size:16px;background-image:none;background-size: cover;background-repeat: no-repeat;line-height:inherit}
::-webkit-scrollbar { width: 6px; height: 6px; background: #f1f1f1;}
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 16px #c1c1c1;}
::-webkit-input-placeholder { color: #aaa;}
#maincontent{/*transform: translateZ(0);*/position: relative;z-index: 9;}
body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif}
a:hover, a:focus {text-decoration: none;}

.filter-cname{display:none;font-weight: bold;color: #777;}
.tags-filter .filter--item {margin: 0px 0px;display: inline-block;color: #666666;text-decoration:none;padding:0px 20px 20px 10px;}
.tags-filter .filter--item:hover{color:#E84E0F;}
.tags-filter .filter--item.active{color: #E84E0F;background-color:transparent;text-decoration:none;}
.tags-filter{
    z-index:99;
    width:100%;
    display:none;
    padding:20px 0px 0px 5px;
    background:white;
}
.tags-filter.active{display:block !important;border-bottom: 1px solid #eee;}
.show_all_tags .tags-filter {display: block ;padding-top:0px;    line-height: 29px;border-top: 1px solid #fcfcfc;}
.show_all_tags .tags-filter section .filter--item{
  padding: 0px 10px;
  cursor: pointer;
}
.show_all_tags .filter-cname{display:block;float:left;line-height:29px;height: 29px;}
.show_all_tags .tags-filter section {margin-left: 40px;}
.style__ .tags-filter  section{display: flex;}
.show_all_tags .tags-filter section div:nth-of-type(1){flex: 1;}
.show_all_tags .tags-filter.p-hover {font-size: 14px;background: #eee;padding: 1px 5px;}
.style-list{box-shadow: 0 0 3px rgba(172,165,150,0.5);background:#f4f4f4;padding:0px;position:relative;border-radius:2px;overflow: hidden;}
.style-list:hover{z-index:20;box-shadow: 0 0 5px rgba(172,165,150,0.65);}
.style-list:hover .tools{display:block;}
.style-list .content{background:#ffffff;padding:25px 10px 35px;overflow:hidden;} /*width: 370px;*/
.style-list .template{max-height:420px;}
.style-list .tools{text-align:left;width:100%;padding:15px;}
.style-list .info{text-align:left;color:#aaa;font-size: 12px;line-height: 2.5em;}
.style-list .info p{margin:0;}.style-list .info small{display: inline-block;}
.style-list .tools a,.style-list .tools a:hover{text-decoration: none;color:#999;font-size:13px;}
.style-list .tools .title{line-height:24px;}
.editor-style-content {overflow: hidden;font-size:16px;word-break: break-word; }/*transform: scale(0.72);
    transform-origin: left top;*/
.editor-style-content * {max-width: 100%!important;box-sizing: border-box!important;-webkit-box-sizing: border-box!important;margin:0;padding:0;}
.editor-style-content td, .editor-style-content th{padding: 5px;border: 1px solid #DDD;}
.editor-style-content p{margin:0 0;clear:both;min-height:1em;}
.editor-style-content h1,.editor-style-content h2,.editor-style-content h3,.editor-style-content h4,.editor-style-content h5,.editor-style-content h6{font-size:18px;}
.style-list .tools .label-info{font-size:12px;background:#f4f4f4 !important;color:#333 !important;font-weight: normal;border:0 none;}
.style-list .tools .label-info{background:#ddd !important;margin: 2px 0;display: inline-block;padding: 2px 5px;}
.style-list .tools .label-info:hover{font-size:12px;background:#E84E0F !important;color:#FFF !important;font-weight: normal;}
/* fix Firefox - max-width images not working within fieldset */
fieldset img{width: 100%;max-width: -moz-fit-content;max-width: -webkit-fit-content;}

.btn-red,.btn-red:hover,.btn-red:focus{font-size:16px;color:#ed603a !important;}

/* .style-list .content {
background: rgba(226, 226, 226, 0.8)
} */

.style-list {
background: white !important;
}
.color_path{
    font-size: 16px;
    margin: 0 50px;
}

.nav-pills > li.active > a:hover,.nav-pills > li.active > a,.nav-pills > li > a:hover{color:#ff793f !important;background:white !important;border-bottom:2px solid #ff793f;border-radius:0px;}
.nav-pills > li > a {
  background: #e6dfd0;
  color: #3a3332;
  padding: 5px 15px;
  margin-right: 48px;
  border-radius: 3px;
  border: 0 none;
}
/*.nav-pills {border-bottom: 1px solid #eeeeee;}*/
.nav-tabs {
    border-bottom:none;
}

.nav-tabs .nav-item .nav-link{
    padding:15px 15px!important;
    margin-bottom: 0px;
    color:#333333;
    font-size:14px;
    display:block;text-align:center;
}
.nav-tabs .nav-link{
    border:none;
    border-radius:0px!important;
}
.changebox > .nav-item:hover > a,.nav-tabs>li>a:hover{
   border-bottom:2px solid orange !important;
}

.changebox{position:relative;}
.changebox .nav-item.active a{border-bottom:2px solid orange !important;}
.changebox.nav-tabs .nav-item.active{background:#F8F8F8;}

body.boxed{width: 1465px;max-width:100% !important;}
.container{width:1465px;max-width:100% !important;}

.col-md-4,.col-md-3{padding-left:10px;padding-right:10px;}
.template-cover{width:340px;height:480px;max-width: 100%;}
.color-swatch{width:30px;height:30px;border-radius:3px;font-size:12px;cursor: pointer;display: inline-block;margin:4px 4px 0px 0px;}
.color-swatch:hover,.color-swatch.active {
    -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);
    -o-transform:scale(1.1);transform:scale(1.1);
    -webkit-box-shadow:inset 1px 1px 1px #5b616d,0 0 5px #45bcda;
    -moz-box-shadow:inset 1px 1px 1px #5b616d,0 0 5px #45bcda;
    box-shadow:inset 1px 1px 1px #5b616d,0 0 5px #45bcda;
}
.tooltip-inner{text-align:left;padding:10px 15px;}
.footer-top {
    background: #1f2a3e;color: #fff!important;
}
.hoverimg:hover{background:#000;}
.transparent{background:transparent !important;}
.ui-portlet-header .title{border-top:0 none;}
#link-urls{
    margin-top: 20px;
}
#link-urls a{ height:40px;width:120px;text-align:left;display:inline-block;}
#maincontent ~ div iframe {display: none;opacity:0;}
#xmt-collection,body #xmt-collection{display:none !important;visibility: hidden !important;}
.modal-body div iframe ,.mh_dialog iframe,#cvd_iframe,#qiframe{display: inline-block !important;opacity: 1 !important;width: 100%;}
.small_xx{
    float:left;
    font-size:12px;
    display:inline;
    /*margin-top:5px;*/
    padding-left:7px;
    color:#3f3f3f;
}
.small_xx a{
    color:#3f3f3f;
}
.small_xx a:hover{
    color:#ff793f;
    cursor:pointer;
}
.sub-item a:hover{
  color:#ff793f;
  cursor:pointer;
  border: none;
}
.sub-item.active .nav-link{
  color:#ff793f;
}
.ui-portlet-header .title{
    border-bottom:2px solid #ff793f;
    padding:7px 8px 11px 8px;
    font-size:18px;
    letter-spacing:2px;
}
#link-urls a {
    height: 50px;
    width: 135px;
    text-align: center;
    display: inline-block;
    background: #f0f0f0;
    margin-bottom: 8px;
    margin-right: 8px;
    line-height:50px;
    color:#333333;
    font-size:14px;
}
ul.ui-portlet-list{
    margin-top:13px;
}

.style-list .tools .label-info {
    background: white !important;
    margin: 2px 0;
    display: inline-block;
    padding: 2px 5px;
    border:1px solid #dddddd;
    font-size:12px;
    color:#333333;
}
img.lazy{width:100%;}
.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;position: fixed;bottom: 10px;
    background: rgba(55,55,55,0.6);
    width: 300px;left: 50%;margin-left: -150px;
}
/* loader-ellips
------------------------- */

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* loader-wheel
------------------------- */

.loader-wheel {
  font-size: 64px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333; /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.title .origin{width:50px;}

.style-bottom-msg {
 overflow: hidden;
 height: 22px;
 line-height: 22px;
}

.style-bottom-msg .style-tips {
 color: #ff793f;
 display: inline-block;
 margin-left: 5px;
}
.style-bottom-msg .style-tips i {
 color:#ff793f;
 font-size:16px;
 margin-right:5px;
}
.style-bottom-msg .style-logo {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
}
.style-bottom-msg .style-logo img {
  display: block;
}
.style-author {
     margin-left: 4px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.g-btn-group{
width: 62px;
text-align: center;
padding: 5px 0;
background-color: #fff;
color: #333;
border: 1px solid #ddd;
cursor: pointer;
}
.g-btn-group-active{
  background-color: #ff7c2c!important;
}
.g-btn-group-active a{
  color: #fff!important;
}
.g-btn-group a {
  color: #333;
}
.g-btn-group a:hover {
  color: #ff7c2c;
}
.biubiubiu {
 display: block;
 z-index: 20000;
 content: "";
 position: absolute;
 /*  left: -500px;
  top: 95px;
  width: 680px;
  height: 50px; */
 left: -262%;
 top: 20%;
 width: 445%;
 height: 4%;
 background-color: rgba(255, 255, 255, .5);
 transform: rotate(-56deg);
 animation: sua 1.5s ease-out 0s infinite;
 box-shadow: 0 0 23px 7px rgba(255, 255, 255, .5);
}
/* vip角标zhong */
.mod-card-tag {
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    background-image: linear-gradient(48deg,#feedc7, #f9dca3);
    color: #986e2e;
    letter-spacing: 2px;
    font-style: normal;
    z-index: 99;
    font-weight: 600;
}
.data_color_scheme_dark .style-list .content{
  background: #232323 !important;
  color: rgba(255,255,255, 0.8);
}

.data_color_scheme_dark .btn-default,.data_color_scheme_dark .form-inline .form-control,.data_color_scheme_dark .style-list .tools a,.data_color_scheme_dark .style-list .tools a:hover{
  background: transparent !important;
  color: #FFF !important;
}
.fillter_line section{
    height: fit-content;
}
@keyframes sua {
 from {
  left: -262%;
 }

 to {
  left: -25%;
 }
}
@media (max-width: 575.98px) {
  .fixed-right-kefu {
    width: 50px;
  }

  #modal-company-ask .main {
    width: 90%;
  }
}
.colors_ a{
    color: #333;
}
.fillter_line{
    height: 29px;
    overflow: hidden;
}
.arrow_right {
    width: 0;
    height: 0;
    top: 13px;
    right: -7px;
    position: relative;
    border: 6px solid;
    border-color: #999 transparent transparent transparent;
}
.arrow_right::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -6px;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
}
.arrow-down {
    width: 0;
    height: 0;
    top: 6px;
    right: -7px;
    position: relative;
    border: 6px solid;
    border-color: transparent transparent #999 transparent;
}
.arrow-down::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -6px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
}
.activeImg_{padding: 15px 0;}
.activeImg_ .choose_item{display: flex;padding: 5px 0 0 5px;}
.activeImg_ .choose_item a{    padding: 0px 10px 1px 10px;}
#tag-filters .choose_item div a{
  color: #666666;
}
#tag-filters .choose_item div a:hover,
#tag-filters .choose_item div a.active{
  color: #ff7c2c;
}
#Collection .modal-body li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
#Collection .modal-body li p{
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#Collection .modal-body li button{
    border: none;
    color: #fff;
    background-color: #ff793f;
    outline: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}
#Collection .modal-body li .existence{
    background: #999;
}
.modal-backdrop{
    /* display: none !important; */
}
.Create_Favorite_Folder{
    display: flex;
    justify-content: right;
    margin: 15px 0;
}
.Create_Favorite_Folder button{
    outline: none;
    border: none;
    padding: 5px 10px;
    margin: 0 15px;
}
@media (max-width: 1460px) {
  .zhanshi form{
    width: 380px !important;
  }
}
@media (max-width: 1400px) {
  .zhanshi form{
    width: 320px !important;
  }
}
@media (max-width: 1330px) {
  .zhanshi form{
    width: 200px !important;
  }
  .zhanshi form .btn-default{
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1220px) {
  .zhanshi form{
    width: 440px !important;
  }
}
.lianxikefu{
  position: fixed;
  right: 7px;
  top: 470px;
  width: 136px;
  height: 180px;
  z-index: 3333;
  background-image: url(https://bcn.135editor.com/files/202410/images/dianjizhixun_13_v2.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.tanchuang-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 33333;
}
.tanchuang-box img{
  width: 406px;
}
.fixed-right-kefu {
    position: fixed;
    z-index: 99;
    top: 60%;
    right: 0;
    cursor: pointer;
}
.tanchuang-box2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 33333;
}
.tanchuang-box2 img.background{
  width: 406px;
}
.tanchuang-box2  .code{
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -55%);
  border: 3px solid #d8a667;
  border-radius: 5px;
}
.qiyeShouquan{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qiyeShouquan .kefuEwm{
  display: none;
  position: absolute;
  top: -340px;
  left: 0;
  right: 0;
  z-index: 33333;
  margin: 0 auto;
  border-radius: 18px;
}
.qiyeShouquan>div{
  /* cursor: pointer; */
  font-weight: bold;
}
.qiyeShouquan>div img{
  cursor: pointer;
}
.qiyeShouquan>div:hover .kefuEwm{
  display: block;
}

#zhongYearJuHui .yuandan_huodong_daojishi {
  position: relative;
}
#zhongYearJuHui .yuandan_huodong_daojishi .count_down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -18%);
  white-space: nowrap;
  color: white;
  background: #ffa97b;
  border-radius: 20px;
  padding: 0 2px;
}
#list_photography135 .appmsg_listboxs{
column-count: 3 !important;
}
#list_photography135 .more_menu_BOX{
  cursor: default;
}
#list_photography135 .appmsg_listboxs img,
#list_photography135 .list-item-photo{
  height: auto !important;
}
#editor-style-list .qiye .money{
  display: none;
}
#editor-style-list .qiye .vipTag{
  margin-left: -8px;
}
.top-banner-svgmuban{
  display: none;
}