/*==========自定义CSS请添加在以下，请勿修改以上信息！==========*/
.dn{
    display: none;
}

.float-left {
	float: left;
}

.ceo-side-lie-y {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	/* min-height: 4131px; */
}

.single-content iframe {
	width: 100%;
	height: 620px;
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
	.single-content iframe {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
}

.cat-menu-xin {
	float: right;
	color: #70b4f9;
	border-radius: 20px;
	text-align: center;
	font-family: Calibri;
	background: rgba(0, 132, 255, .1);
	font-size: 12px;
	min-width: 32px;
	line-height: 16px;
	margin-top: 9px;
}

#canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.blog-item-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.ceo_follow_service_qrimg_site {
	background-size: 100% !important;
}

@media screen and (max-width: 800px) {
	.logo img {
		height: auto !important;
	}
}

.logo img,
.foot-logo img {
	height: auto !important;
}

.page-header.navbar .page-logo>.logo-image,
.page-header.navbar .page-logo>a {
	line-height: 68px;
}

.login-weixin .ceo-text-small {
	padding-left: 40px !important;
}

.ceo-inline .input-icon {
	width: 55%;
}

.layui-layer-setwin .layui-layer-close1:hover {
	background-position: none !important;
}

.layui-layer-iframe .layui-layer-setwin {
	right: 15px !important;
	top: 43px !important;
}

.img_auto_height {
	height: 160px;
	overflow: hidden;
	position: relative;
}

.img_auto_height:hover {
	overflow: visible;
}

.img_auto_height img {
	max-width: 100%;
	height: auto !important;
}

.img_auto_height:before {
	content: " ";
	display: block;
	padding-top: 56.25%;
}

.img_auto_height a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: auto !important;
}

#contentstart a {
	color: #3498db;
}

.ceo_category_software_film_star {
	width: 100px;
	height: 20px;
	margin-bottom: 0;
}

.ceo_category_software_film_mid .pstar5 {
	background: url(../images/star5.png) no-repeat;
	background-size: 100%;
}

.ceo_category_software_film_mid .pstar4 {
	background: url(../images/star4.png) no-repeat;
	background-size: 100%;
}

.ceo_category_software_film_mid .pstar3 {
	background: url(../images/star3.png) no-repeat;
	background-size: 100%;
}

.ceo-font-mini{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: contents;
}

/* 分页 */
.pagination{
	background: none;
}
.pagination li {
	display: inline-block;
}

.pagination li a {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin: 0 3px;
	color: #666;
	border: 1px solid #f4f4f4;
}

.pagination li a:hover {
	border: 1px solid #f4f4f4;
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	/* transition: all .3s;s */
}

.pagination .active a {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
	color: #fff;
	border: none;
	transition: all .3s;
}
.ceo-container .ceo-album-5 .ceo_app_img .cover img{
	max-height: 200px;
}

.layui-layer .layui-layer-setwin .layui-layer-close1:hover{
	background-position: 1px -40px;
}
@media screen and (max-width: 800px){
	.ceo_app_img {
		height: auto;
	}
}

.ceo-sidebar-question-search .search-form .user-text-small{
	width: 100%;
	margin-bottom: 0;
}

/*设计素材列表样式*/
.ceo-cat-sucai-box{
    height: 360px;
}
.card-item .sucai-img-box img{
    position: absolute;
    height: auto;
}
@media screen and (max-width: 800px){
    .sucai-img-box{
        height: 260px;
    }
    .card-item .sucai-img-box img{
        position: unset;
    }
}


.text-overflow{
    /*width: 30%;*/
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 23px;
}
