@charset "utf-8";

html,
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei';
	background: #fff;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mb10 {
	margin-bottom: 10px;
}

.header {
	width: 100%;
	min-width: 1260px;
	height: 70px;
	padding: 10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 10 !important;
	border-bottom: 1px solid #f2f2f2;
	background: #ffffff;
	top: 0;
	left: 0;
}

.logomenu {
	float: left;
	position: relative;
	height: 60px;
}
.logomenu a {
	float: left;
}
.logo {
	background: url(../img/logo.png) center no-repeat;
	width: 177px;
	height: 48px;
	float: left;
	background-size: 100% 100%;
}

.logomenu span {
	color: #333;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	background: #f3f3f3;
	border-radius: 3px;
	margin: 10px 0 0 10px;
	padding: 0 10px;
	float: left;
}

.free_time {
	margin: 12px 5px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.free_time p {
	color: #333;
	font-size: 15px;
}
.free_time .btn {
	color: #fff;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	background: #0772fc;
	border-radius: 4px;
	padding: 0 10px;
	margin-top: -5px;
	display: inline-block;
}
.free_time .btn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.free_time span {
	color: #f90000;
	font-size: 11px;
}
.free_time em {
	font-style: normal;
}
.free_time_open {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: none1;
}
.free_time_open .open_box {
	width: 350px;
	height: 450px;
	padding: 123px 30px 0 30px;
	box-sizing: border-box;
	background: url(../img/free_time_bg.png) no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	z-index: 10;
}
.free_time_open .open_box .close {
	width: 25px;
	height: 25px;
	background: url(../img/free_time_close.png) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.free_time_open .open_box p {
	color: #db3f3f;
	font-style: 14px;
	width: 100%;
	line-height: 28px;
	text-align: center;
	display: inline-block;
}
.free_time_open .open_box p strong {
	font-size: 18px;
	font-weight: bold;
}
.free_time_open .open_box span {
	color: #ffe5c1;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: 140px;
	display: inline-block;
}
.free_time_open .open_box .btn {
	width: 287px;
	height: 46px;
	text-indent: -999px;
	border: none;
	margin-top: 45px;
	background: url(../img/free_time_btn.png) no-repeat;
	overflow: hidden;
}
.free_time_open .open_box .btn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.free_time_open .succeed {
	width: 260px;
	height: 316px;
	padding: 240px 35px 0 35px;
	box-sizing: border-box;
	background: url(../img/free_time_bg2.png) no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	z-index: 10;
	display: none;
}
.free_time_open .succeed .close {
	width: 12px;
	height: 12px;
	background: url(../img/free_time_close2.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.free_time_open .succeed .btn {
	color: #fff;
	font-style: 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e83d3b;
	border-radius: 5px;
	display: inline-block;
}

.new_content {
	width: calc(100% - 245px);
	padding: 30px;
	margin-top: 70px;
	box-sizing: border-box;
	position: relative;
}
.center_block {
	max-width: 1720px;
	min-height: 750px;
	margin: 0 auto;
}
.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}

.header .nav {
	float: left;
	margin-left: 10px;
}

.header .nav ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .nav li {
	position: relative;
}
.header .nav li a {
	height: 50px;
	line-height: 40px;
	font-size: 15px;
	color: #333333;
	padding: 5px 17px;
	box-sizing: border-box;
	display: block;
}

.header .nav li a:hover {
	color: #3b81fa;
}

.header .nav li .menu_active {
	color: #3b81fa !important;
}

.header .nav li .menu_active_line {
	background: #2353f5;
	width: 30px;
	height: 3px;
	position: relative;
	margin: -5px auto 0 auto;
}

.header .nav li .template_openBox {
	width: 780px;
	background: #fff;
	padding: 15px 20px 20px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
}
.header .nav li .template_openBox dl {
	width: 100%;
	display: inline-block;
}
.header .nav li .template_openBox dd {
	width: 100%;
	display: inline-block;
}
.header .nav li .template_openBox dd strong {
	color: #243054;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin: 10px 0;
	padding-left: 30px;
	display: inline-block;
}
.header .nav li .template_openBox dd a {
	color: #6f7c97;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin-right: 20px;
	float: left;
}
.header .nav li .template_openBox .i1 {
	background: url(../img/image_new/ico_01.png) left no-repeat;
}
.header .nav li .template_openBox .i2 {
	background: url(../img/image_new/ico_02.png) left no-repeat;
}
.header .nav li .template_openBox .i3 {
	background: url(../img/image_new/ico_03.png) left no-repeat;
}

.header .nav li .help_nav {
	width: 100px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
}
.header .nav li .help_nav a {
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0;
}
.header .nav li.help_list:hover .help_nav {
	display: block;
}
.header .nav li .tool_box {
	width: 275px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%, 0);
	box-sizing: border-box;
	display: none;
}
.header .nav li .tool_box dl {
	width: 110px;
}
.header .nav li .tool_box dt {
	font-weight: bold;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.header .nav li .tool_box dd {
	padding: 0 10px;
}
.header .nav li .tool_box a {
	height: 36px;
	line-height: 36px;
	padding: 0;
}
.header .nav li.tool_list:hover .tool_box {
	display: flex;
}

.flex {
	display: flex;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f28 {
	font-size: 28px;
}

.c333 {
	color: #333333 !important;
}
.bgc {
	height: auto;
	background: #f2f4f8;
}

.header .search {
	display: flex;
	width: 350px;
	height: 38px;
	margin-right: 15px;
	background: #f3f4f9;
	border-radius: 5px;
	/*position: relative !important;
	top: 7px !important;
	float: right;*/
}

.header .search .slt {
	width: 155px;
	height: 38px;
	line-height: 38px;
	outline: none;
	background: none;
	box-sizing: border-box;
}
.header .search .slt .layui-input {
	color: #666;
	width: 100%;
	height: 38px;
	line-height: 36px;
	outline: none;
	background: none;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
}
.header .search .layui-form-select dl dd.layui-this {
	color: #444;
	background: #f3f4f9;
}
.header .search .layui-form-select dl {
	padding: 0px;
	border: none;
	box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}
.header .search .layui-form-select dd {
	color: #444;
	text-align: center;
}

.header .search_inp {
	width: 270px;
	height: 38px;
	line-height: 38px;
	outline: none;
	background: none;
	border-radius: 5px 0 0 5px;
	padding: 8px 0 8px 15px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
}

.header .search_inp::-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
}

.header .search_inp::-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

.header .search_inp::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

.header .search_btn {
	cursor: pointer;
	background: none;
	width: 56px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #737886;
	border-radius: 0 5px 5px 0;
	outline: none;
	border: none;
}
.header .search_btn i {
	font-size: 22px;
}

.header .login {
	float: right;
	display: flex;
	width: 170px;
	margin-top: 7px;
}

.header .login .btn_login {
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #0772fc;
	color: #0772fc;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	width: 90px;
}

.header .login .btn_register {
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #c1c1c1;
	color: #999999;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	width: 80px;
}

.classify {
	background: #f4f4f4;
	position: relative;
	top: 70px;
	height: calc(100% - 70px);
	overflow: auto;
	z-index: 4 !important;
}

.classify .layui-tab-brief > .layui-tab-title .layui-this {
	color: #3b81fa;
}

.classify .layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #ffffff;
}

.classify .layui-tab {
	margin: 0px;
	text-align: left !important;
	background: #f4f4f4;
}

.classify .layui-tab .layui-tab-title {
	border-bottom: none;
	position: relative;
	left: 0;
	height: 60px;
	padding: 10px 0;
	box-sizing: border-box;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.classify .layui-tab-brief .layui-tab-title {
	display: flex;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
	background: #ffffff;
}

.classify .layui-tab-title li .iconfont {
	font-size: 1.25rem;
	margin-right: 0.4rem;
}

.classify .layui-tab-title li .icon-pengyouquan {
	font-size: 1.5rem !important;
}

.classify .layui-tab-content {
	height: auto;
	width: 1200px;
	max-width: 1200px;
	/* border: 1px solid red; */
	margin: 30px auto;
	background: #f4f4f4;
	padding: 0 !important;
}

/*svg部分*/
.top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: 0;
	width: 100%;
	height: 60px;
	margin-top: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.top-nav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	height: 100%;
	font-size: 14px;
}

.top-nav .nav .nav-item {
	position: relative;
	height: 100%;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #333;
	margin-right: 60px;
	white-space: nowrap;
}

.top-nav .nav .nav-item .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 4px;
	line-height: 20px;
}

.top-nav .nav-item .svg-icon {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	height: 100%;
	fill: #444;
}

.top-nav .nav .nav-item.active {
	color: #f73;
}

.banner {
	width: 1200px;
	max-width: 1200px;
	height: 340px;
	position: relative;
	margin-bottom: 50px;
}

/* bannner轮播的样式 start*/
.banner .slideBox {
	width: 1200px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.banner .slideBox .hd {
	width: 100%;
	position: absolute;
	bottom: -30px;
	z-index: 1;
}

.banner .slideBox .hd ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.banner .slideBox .hd ul li {
	width: 20px;
	height: 36px;
	margin: 0 3px;
	display: inline-block;
	position: relative;
}

.banner .slideBox .hd ul li .dot {
	width: 20px;
	height: 4px;
	background-color: hsla(0, 0%, 60%, 0.4);
}

.banner .slideBox .hd ul li span {
	display: none;
	color: #fff;
	position: absolute;
	width: 100%;
	font-size: 14px;
	left: 0;
	top: 0;
	line-height: 36px;
	cursor: pointer;
}

.banner .slideBox .hd ul li.on .liner {
	width: 20px;
	height: 4px;
	animation: liner 2.5s;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #ffffff, #ffffff);
}

.banner .slideBox .hd ul li:hover .dot {
	display: block;
}

@keyframes liner {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.banner .slideBox .bd {
	width: 1200px;
	position: relative;
	height: 340px;
	overflow: hidden;
}

.banner .slideBox .bd ul li {
	text-align: center;
}

.banner .slideBox .bd ul li a img {
	width: 100%;
	height: 340px;
}

.banner .slideBox .prev {
	display: none;
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -25px;
	width: 29px;
	height: 52px;
	background: url(../img/left_array.png) no-repeat;
	background-size: cover;
}

.banner .slideBox .next {
	display: none;
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -25px;
	width: 29px;
	height: 52px;
	background: url(../img/right_array.png) no-repeat;
	background-size: cover;
}

.banner .slideBox .prev:hover {
	display: block;
}

.banner .slideBox .next:hover {
	display: block;
}

.banner .slideBox .bd:hover ~ .prev {
	display: block;
}

.banner .slideBox .bd:hover ~ .next {
	display: block;
}

.banner .slideBox .bd li.active {
	animation-name: ai-big-out;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes ai-big-out {
	0% {
		z-index: 3;
		transform: scale(1.1);
		opacity: 1;
	}

	50% {
		transform: scale(1.2);
		opacity: 0.5;
	}

	to {
		transform: scale(1.3);
		opacity: 1;
	}
}

/* bannner轮播的样式 end！ */
/* 推荐主题部分 */
.title {
	font-size: 24px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	line-height: 25px;
}

.more {
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #f3f4f9;
	border-radius: 30px;
	position: relative;
	top: 5px;
}

.template_across {
	display: flex;
	justify-content: space-between;
}

.across_item {
	position: relative;
	width: 285px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 0;
}

.across_item img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.across_item:hover .across_item img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.across_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

.across_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.bottom_cover {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

.cover_font {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.flex_sb {
	display: flex;
	justify-content: space-between;
}

.mar_b50 {
	margin-bottom: 1.875rem;
}

/* 公众号首图部分 */
.mar_b50 .layui-tab .flex_sb .layui-tab-title {
	box-shadow: none !important;
}

.mar_b50 .layui-tab .flex_sb .layui-tab-title li {
	padding: 0 5px !important;
	height: 30px;
	line-height: 30px !important;
	box-sizing: border-box;
	color: #999;
}

.mar_b50 .layui-tab .flex_sb .layui-tab-title li span {
	color: #999;
	margin-left: 8px;
}

.mar_b50 .layui-tab-title .layui-this:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-width: 1px;
	border-style: none;
	border-bottom-color: #fff;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none;
}

.mar_b50 .layui-tab .flex_sb .layui-tab-title .layui-this {
	color: #2b59f5 !important;
}

.mar_b50 .layui-tab .flex_sb .layui-tab-title .layui-tab-title li span {
	margin-left: 8px;
	color: #999;
}

.mar_b50 .layui-tab-content {
	margin: 0 auto !important;
}

.mar_b50 .layui-tab .flex_sb .flex_sb .more {
	line-height: 60px;
	margin-left: 30px;
}

.gzhst_f {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}

.gzhst_right {
	display: flex;
}

.layui-breadcrumb {
	visibility: visible !important;
}

.gzhst_content {
	height: auto;
	width: 1200px;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	border: none;
}

.template_cross_preview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.cross_preview_item {
	margin-right: 22px;
	height: auto;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.cross_preview_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

.cross_preview_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.itemimg {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.itemimg_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.cross_preview_item:hover .itemimg_cover {
	display: block;
}

.cross_preview_item:nth-child(4n) {
	margin-right: 0px !important;
}

.item_img {
	height: auto;
	/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);*/
	/*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);*/
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.cross_preview_item .item_width {
	width: 283.5px;
}

.item_width a,
.item_til {
	font-size: 14px;
	color: #333333;
	text-align: center;
	display: block;
	width: 95%;
	margin: 15px auto 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cross_preview_item:hover .item_til {
	color: #3b81fa;
}

.cover_preview {
	width: 3.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 4px;
	font-size: 0.875rem;
	background: #fff;
	margin-right: 10px;
}

.cover_collect {
	width: 1.75rem;
	height: 1.75rem;
	background: #fff;
	line-height: 1.75rem;
	border-radius: 4px;
	/*2019-11-18 10:09:50 zyn*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.cover_upright {
	display: flex;
	justify-content: flex-end;
	padding: 0.625rem;
}

.cover_lowleft {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
}

.cover_lowleft img {
	margin-right: 0.3125rem;
}

.cover_lowleft:hover {
	color: #fff;
}

.gzhst_more {
	line-height: 31px;
}

/*手机海报*/
.phoneposters {
	display: flex;
	flex-wrap: wrap;
}

.phoneposters_item {
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.phoneposters_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

.phoneposters_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.phoneposters_item:nth-child(5n) {
	margin-right: 0 !important;
}

.phoneposters_itemimg {
	width: 224px;
	height: 398px;
	overflow: hidden;
	position: relative;
}

.phone_postersimg {
	width: 224px;
	height: 398px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.isphoneposters {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	visibility: hidden;
	z-index: 999;
	/*2019-11-18 zyn*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.phoneposters_item:hover .isphoneposters {
	visibility: visible;
}

.phoneposters_item:hover .item_til {
	color: #333;
}

/* 公众号次图 */
.gzhct_list {
	display: flex;
	flex-wrap: wrap;
}

.gzhct_list_item {
	width: 183.33px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.gzhct_list_item:nth-child(6n) {
	margin-right: 0 !important;
}

.gzhct_list_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

.gzhct_list_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.gzhct_img {
	width: 183.33px;
	height: 184px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.gzhct_list_item_img {
	width: 183.33px;
	height: 184px;
	overflow: hidden;
	border-radius: 4px;
	background: palegoldenrod;
}

.gzhct_list_item_img_sel {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	/*2019-11-18 zyn*/
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gzhct_list_item_til {
	width: 183.33px;
}

.gzhct_list_item:hover .gzhct_list_item_img_sel {
	visibility: visible;
}

/* 长图 */
.template_vertical {
	display: flex;
	flex-wrap: wrap;
}

.vertical_item {
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.vertical_item:nth-child(5n) {
	margin-right: 0 !important;
}

.vertical_item::after {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -16px;
	background: #fff;
	z-index: -1;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, -webkit-transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s;
	transition: opacity 150ms linear 0s, transform 150ms linear 0s, -webkit-transform 150ms linear 0s;
}

.vertical_item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.vertical_item_img {
	position: relative;
	width: 224px;
	height: auto;
}

.vertical_item_cover {
	position: relative;
}

.vertical_preview {
	width: 3.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 4px;
	font-size: 0.875rem;
	background: #fff;
	margin-right: 10px;
	position: absolute;
	right: 40px;
	top: 10px;
	display: none;
}

.vertical_img {
	width: 224px;
	height: auto;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.vertical_collect {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	/*2019-11-18 zyn*/
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vertical_item:hover .vertical_collect {
	visibility: visible;
}

.vertical_item:hover .vertical_preview {
	display: block;
}

.vertical_item .item_til:hover {
	color: #333;
}

.vertical_item .item_width {
	width: 224px;
}

.preview .layui-layer {
	border-radius: 6px !important;
}

/* 页面顶部用户信息的样式 */
.user {
	float: right;
}

.userinfo {
	display: none;
	height: 54px;
	width: 54px;
}

.mart12 {
	margin-top: 12px;
}

.headImg {
	vertical-align: baseline;
	width: 100%;
}

.user_headimg {
	height: 45px;
	width: 45px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.user_headimg img {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	display: inline-block;
}

.user_box {
	position: absolute;
	top: 55px;
	left: -238px;
	width: 298px;
	height: auto;
	padding: 25px 25px 10px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: #fff;
	display: none;
}

.user:hover .user_box {
	display: block;
}

.nick,
.rank,
.to_member,
.toperson {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

.nick_name,
.rank_point {
	display: flex;
}

.rank_point {
	width: 83%;
}

.rank_point div {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.sign {
	font-size: 12px;
	color: #2477e8;
	line-height: 16px;
	cursor: pointer;
	width: 17%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.coin_num {
	width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#rank {
	text-transform: uppercase;
}

.rank_rank {
	width: 110px;
	display: flex;
	margin-right: 16px;
}

.coins {
	width: 120px;
	display: flex;
}

.name {
	width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.mem_level {
	display: none;
	width: 36px;
	height: 17px;
	margin-left: 10px;
	line-height: 17px;
	text-align: center;
	background: rgb(183, 207, 227);
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	border-radius: 2px;
}

.exit {
	cursor: pointer;
	color: #666;
	font-size: 12px;
}

.exit:hover {
	color: red;
}

.to_member {
	display: none;
}

.to_member div:nth-child(1) {
	font-size: 12px;
	color: #666;
}

.dredge {
	width: 64px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: linear-gradient(-135deg, #e2aa62 0%, #ffe0b8 100%);
	border-radius: 20px;
	font-size: 12px;
	cursor: pointer;
	color: #673416;
	display: block;
}

.to_myproduct {
	width: 112px;
	height: 24px;
	border: 1px solid #1593ff;
	color: #1593ff;
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	border-radius: 4px;
}

.to_myproduct:hover {
	background: #1593ff;
	color: #fff;
}

.to_amount {
	width: 112px;
	height: 24px;
	border: 1px solid #ccd5db;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	border-radius: 4px;
}

.to_amount:hover {
	border: 1px solid #1593ff;
	color: #1593ff;
}

.user_info {
	width: 210px;
	height: auto;
	margin-left: -155px;
	margin-top: 10px;
	border-radius: 4px;
	box-shadow: 0 0px 0 1px rgba(245, 245, 245, 0.9);
	background: #fff;
	display: none;
}

.user_head {
	height: 80px;
	background: #2353f5;
	border-radius: 4px 4px 0 0;
	padding: 18px 0 15px 15px;
	box-sizing: border-box;
	display: flex;
}

.user_name {
	height: 45px;
	padding: 3px 0 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
}

.user_name div {
	height: 22px;
	line-height: 22px;
}

.user_dm_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.user_dm_list li {
	padding: 10px 0;
	text-align: center;
	background: #ffffff;
}

.user_dm_list li:hover {
	background: #f3f3f3;
}

.user_dm_list li a span {
	font-size: 14px;
	color: #333333;
}

.user_dm_list li a img {
	margin-right: 20px;
}

.user_dm_list li a i {
	font-size: 22px;
	margin-right: 20px;
	color: #888;
	position: relative;
	top: 3px;
}

.marr20 {
	margin-right: 20px;
}

.pr_l5 {
	position: relative;
	left: -5px;
}

.pr_l7 {
	position: relative;
	left: -7px;
}

.user_exit {
	margin-top: 5px;
	border-top: 1px solid #f3f3f3;
	padding: 12px 0;
	text-align: center;
	display: block;
}

.user_exit:hover {
	background: #f3f3f3;
}

.user_exit i {
	font-size: 22px;
	margin-right: 20px;
	color: #888;
}

/* 页面顶部用户信息的样式end！ */
/* listpage--列表的css--start */
.list_content {
	margin-bottom: 100px;
}

.lh30 {
	line-height: 30px;
}

.marb10 {
	margin-bottom: 10px;
}

.list_classify {
	display: flex;
	margin-bottom: 10px;
}

.list_active {
	background: #ecf3ff;
	color: #2254f4;
	font-size: 14px;
	border-radius: 4px;
}

.list_active:hover {
	color: #2254f4;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.list_classify:nth-child(1) {
	padding-left: 0 !important;
}

.label {
	width: 50px !important;
	line-height: 30px;
}

.r_classify {
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.list_nav {
	line-height: 30px;
	margin-bottom: 10px;
}

.filtrate {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.list_classify .r_classify a {
	display: block;
	margin-right: 10px;
	padding: 0px 10px;
	line-height: 30px;
}

.list_classify .r_classify a:hover {
	color: #2254f4;
}

.filtrate_tab {
	display: flex;
	line-height: 30px;
}

.filtrate_tab div {
	margin-right: 20px;
	cursor: pointer;
}

.filtrate_tab_active {
	color: #2254f4;
}

.banshi_out {
	width: 100px;
	line-height: 30px;
	text-align: right;
	cursor: pointer;
	position: relative;
}

.xiala {
	margin-left: 10px;
}

.banshi {
	width: 90px;
	height: 120px;
	margin-left: 10px;
	border-radius: 4px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	display: none;
	z-index: 999;
	background: #ffffff;
}

.banshi li {
	text-align: center;
	color: #666;
}

.banshi li:hover {
	color: #2254f4;
}

#format:hover .banshi {
	display: block;
}

.page {
	text-align: center;
}

/* listpage--列表的css--end! */
/* 加入会员join_member.html 部分的css */
.j_banner {
	margin-top: 70px;
}

.j_banner img {
	width: 100%;
}

.join_til {
	margin: 45px auto;
	font-size: 28px;
	color: #333333;
	display: flex;
	justify-content: center;
}

.join_til_l_line {
	width: 60px;
	height: 3px;
	background: #333333;
	position: relative;
	top: 19.5px;
	margin-right: 15px;
}

.join_til_r_line {
	width: 60px;
	height: 3px;
	background: #333333;
	position: relative;
	top: 19.5px;
	margin-left: 15px;
}

.join_mem {
	padding: 0 85px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.join_mem_item {
	width: 320px;
	height: 384px;
	border: 1px solid #e7e6e6;
}

.price {
	font-size: 50px;
	color: #ff5c5c;
}

.j_cont {
	width: 1200px;
	max-width: 1200px;
	/* border: 1px solid red; */
	margin: 0 auto;
}

.join_mem_item_til {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	background: #e7e6e6;
}

.bg_longvip {
	background: #f5d091;
	position: relative;
}

.bg_longvip img {
	position: absolute;
	top: 0;
	left: 0;
}

.price_out {
	margin: 35px 0 42px 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.marb0 {
	margin-bottom: 0 !important;
}

.price_out1 {
	margin: 35px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.longvip_oriprice {
	text-align: center;
	text-decoration: line-through;
	font-size: 14px;
	color: #999;
	margin-bottom: 22px;
}

.hy_ljsy {
	width: 175px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #653908;
	border-radius: 4px;
	color: #653908;
	font-size: 16px;
	margin: 0 auto;
	display: block;
}

.hy_ljsy:hover {
	color: #653908;
}

.hy_norf {
	margin: 15px auto 0 auto;
	font-size: 16px;
	color: #666666;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 54%;
}

.hy_norf img {
	margin-right: 5px;
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
}

.wid56 {
	width: 56% !important;
	overflow: hidden;
}

.vip_btn {
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #653908;
	font-size: 16px;
	color: #653908;
	display: block;
}

.vip_btn:hover {
	color: #653908;
}

.wid26 {
	width: 26px;
}

.hy_norf_f {
	position: relative;
	width: 100%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hy_buy_lifelong {
	width: 175px;
	height: 38px;
	line-height: 38px;
	background: #653908;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin: 0 auto;
}

.hy_buy_lifelong:hover {
	color: #ffffff;
}

.hy_orprice {
	text-align: center;
	text-decoration: line-through;
	font-size: 14px;
	color: #999;
	margin-bottom: 22px;
}

.hy_buy_out {
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.f_red {
	color: #ff5c5c !important;
}

/* 预览弹窗的css */
.preview_cont {
	width: 1030px;
	height: 700px;
	display: flex;
}

.preview_left {
	width: 700px;
	height: 700px;
	padding: 30px 20px !important;
	box-sizing: border-box;
}

.case {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
}

.case > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.preview_right {
	width: 330px;
	height: 700px;
	padding: 30px 20px;
	box-sizing: border-box;
}

.right_title {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
}

.preview_price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.selling_price {
	font-size: 16px;
	color: #222;
	line-height: 35px;
}

.price_number {
	font-size: 28px;
	color: #ff5c5c !important;
}

.price_font {
	font-size: 14px;
	color: #222;
}

.ztb_notice {
	position: relative;
	top: 5px;
	cursor: pointer;
	display: block;
	line-height: 35px;
}

.ztb_notice img {
	position: relative;
	top: 2px;
}

.marb15 {
	margin-bottom: 15px;
}

.c222 {
	color: #222222;
}

.lih35 {
	line-height: 35px;
}

.ztb_notice {
	position: relative;
	top: 5px;
	cursor: pointer;
	display: block;
}

.ztb_notice img {
	position: relative;
	top: 2px;
}

.ztb_notice_font {
	font-size: 12px;
	color: #ff5c5c !important;
}

.online_edit {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0772fc;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
}

.preview_enshrine {
	color: #333;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 6px;
	background: #e6e8eb;
	cursor: pointer;
}

.preview_cutoff {
	width: 100%;
	position: relative;
	height: 1px;
	background: #e7e7e7;
	margin: 15px 0;
}

.preview_product_info div:nth-child(1) {
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.preview_product_info {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.preview_product_info span {
	width: 100px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	display: inline-block;
}

.lih32 {
	line-height: 32px;
}

.preview_notice {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	overflow-y: hidden;
}
.preview_notice em {
	color: #0772fc;
	font-style: normal;
}
.preview_notice i {
	font-size: 17px;
	margin: 2px 0 0 5px;
}

/* login.html的css */
.outermost {
	padding: 0px 50px 26px 50px;
	box-sizing: border-box;
	background: #fff;
	height: 417px;
}

.login_tab {
	line-height: 44px;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 25px;
	font-size: 18px;
	color: #a1a6c1;
	cursor: pointer;
}

.login_tabqr {
	line-height: 44px;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.isact {
	border-bottom: 2px solid #3b81fa !important;
	font-size: 18px;
	color: #333333;
}

.login_inp {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dedddb;
	border-radius: 6px;
	padding: 0px 0 0 40px;
	box-sizing: border-box;
	outline: none;
}

.login_inp::-moz-placeholder {
	font-size: 14px;
	color: #7d7d7d;
}

.login_inp::-ms-input-placeholder {
	font-size: 14px;
	color: #7d7d7d;
}

.login_inp::-webkit-input-placeholder {
	font-size: 14px;
	color: #7d7d7d;
}

.error_msg {
	font-size: 12px;
	color: #ff0000;
	line-height: 15px;
	margin-top: 5px;
}

.marb25 {
	margin-bottom: 25px;
}

.login_inp_out {
	position: relative;
	width: 100%;
	height: 50px;
}

.login_phone {
	position: absolute;
	top: 15px;
	left: 15px;
	background: url(../img/login_pho.png) center no-repeat;
	width: 13px;
	height: 20px;
}

.login_pwd {
	position: absolute;
	top: 15px;
	left: 15px;
	background: url(../img/login_pwd.png) center no-repeat;
	width: 13px;
	height: 16px;
}

.login_isrem {
	font-size: 14px;
	color: #666666;
}

.login_isrem a {
	color: #00b0f0;
}

.qrcode {
	margin: 0px auto 20px auto;
	display: flex;
	justify-content: center;
	width: 200px;
	height: 200px;
}

.login_check {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}

#forgetpwd {
	position: relative;
	top: 4px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
}

.login_fpwd_out {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 18px 0 15px 0;
}

.login_btn_log {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3b81fa;
	color: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}

.login_qq {
	position: relative;
	left: 5px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: url(../img/qq.png) center no-repeat;
}

.login_reg {
	color: #3b81fa;
	cursor: pointer;
}

.marb20 {
	margin-bottom: 20px;
}

.flex_h26 {
	display: flex;
	line-height: 26px;
}

.lh26 {
	line-height: 26px;
}

.login_verification {
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #3b81fa;
	color: #ffffff;
	border-radius: 4px;
	font-size: 12px;
	position: absolute;
	top: 9px;
	right: 10px;
	cursor: pointer;
}

.login_code {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 42px;
	height: 42px;
	background: url(../img/log_code.png) center no-repeat;
}

.c666 {
	color: #666666;
}

.scan_out {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.scan {
	width: 30px;
	height: 28px;
	background: url(../img/sao.png) center no-repeat;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.ulog .layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}

.ulog {
	background: #ffffff;
}

/* register.html */
.pad_lr50 {
	padding: 0 50px 20px 50px;
	box-sizing: border-box;
}

.reg_title {
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}

.success_out {
	padding: 30px auto;
	box-sizing: border-box;
}

.success {
	width: 65px;
	height: 65px;
	background: url(../img/success.png) center no-repeat;
	margin: 0 auto 20px auto;
}

.success_font {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.success_login {
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #3b81fa;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	cursor: pointer;
}

.mar_t20_b50 {
	margin: 20px 0 25px 0;
}

.flex_end {
	display: flex;
	justify-content: flex-end;
}

/* 忘记密码 forget_password.html*/
.pwd_step {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}

.step {
	font-size: 14px;
	color: #333333;
	width: 20%;
	text-align: center;
}

.step p {
	margin-bottom: 0 !important;
}

.issetp {
	color: #3b81fa;
}

.step_line {
	width: 20%;
	height: 1px;
	background: #e3e3e3;
	position: relative;
	top: 10px;
}

.step_num {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background: #d1d1d1;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
}

.isnum {
	background: #3b81fa;
}

.step2,
.step3 {
	display: none;
}

.resetpwd_notice {
	font-size: 18px;
	color: #333333;
	text-align: center;
}

/* 设计管理 design_management.html */
.gray_bg {
	background: #f8f8fa;
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
	margin-top: 70px;
}

.design_content {
	width: 1200px;
	min-width: 1200px;
	border: 1px solid #e7e8ec;
	background: #ffffff;
	display: flex;
	margin: 0 auto;
}

.design_content .design_left {
	width: 210px;
	box-sizing: border-box;
}

.design_left_menu {
	padding: 0;
	margin: 0;
}

.design_left_menu li {
	list-style: none;
	line-height: 66px;
	text-align: center;
}

.design_left_menu li a {
	display: flex;
	padding: 0 40px;
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}

.design_left_menu li a .iconfont {
	margin-right: 22px;
	font-size: 20px;
}

.design_left_menu li > ul li a {
	text-align: center;
	display: block;
}

.design_this {
	color: #2353f5 !important;
}

.isshow_dropdown {
	width: 11px;
	height: 6px;
	position: relative;
	top: 31px;
	left: 20px;
}

.design_right {
	width: 990px;
	overflow-y: auto;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
}

.user-define .layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: none;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}

.user-define.layui-layer-btn a {
	height: 36px;
	line-height: 36px;
	margin: 5px 5px 0;
	padding: 0 30px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
::-webkit-scrollbar-track {
	width: 6px;
	background-color: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/*滚动条的设置*/
::-webkit-scrollbar-thumb {
	background-color: #606d71;
	background-clip: padding-box;
	min-height: 28px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/*滚动条移上去的背景*/
::-webkit-scrollbar-thumb:hover {
	background-color: #fff;
}

.right_title {
	font-size: 18px;
	color: #222222;
	max-height: 60px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}
.right_title em {
	color: #6c4400;
	font-size: 14px;
	width: 54px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	font-style: normal;
	vertical-align: middle;
	text-align: center;
	background-image: linear-gradient(to right, #fbdda5, #f1c578);
	display: inline-block;
	margin-right: 5px;
}

.right_title .iconfont {
	font-size: 27px;
}

.hot_item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
	width: 170px;
	border-bottom: 1px solid #f4f4f5;
	padding: 30px 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.hot_item_bottom {
	text-align: center;
	height: 45px;
	padding-top: 14px;
	box-sizing: border-box;
}

.hot_item_name {
	color: #333333;
	font-size: 12px;
}

.hot_item_tip {
	height: 15px;
	margin-top: 0px;
	font-family: '微软雅黑';
	font-weight: lighter;
	background-color: #fff;
	text-align: center;
}

.design_right .hot_item_tip {
	color: #fff;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.hot_item_container {
	width: 170px;
	height: 225px;
	margin: 0 20px 20px 0;
}

.hot_item_default {
	width: 170px;
	height: 225px;
	margin: 0 20px 20px 0;
}

.hot_item_include {
	width: 170px;
	height: 228px;
	border: 1px solid #eeeeef;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.hot_item_include:nth-child(5n) {
	margin-right: 0px;
}

.hot_item_container .hot_item_include:hover {
	-webkit-box-shadow: rgba(45, 45, 45, 0.1) 0 2px 2px -8px, rgba(49, 49, 49, 0.1) 0 4px 4px -8px,
		rgba(32, 32, 32, 0.1) 0 16px 16px -8px, rgba(49, 49, 49, 0.1) 0 32px 32px -8px;
	box-shadow: rgba(45, 45, 45, 0.1) 0 2px 2px -8px, rgba(49, 49, 49, 0.1) 0 4px 4px -8px,
		rgba(32, 32, 32, 0.1) 0 16px 16px -8px, rgba(49, 49, 49, 0.1) 0 32px 32px -8px;
}

.hot_item_container .hot_item_include:hover .hot_item {
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

.hot_item_container .hot_item_include:hover .hot_item_bottom {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}

.hot_item_container .hot_item_include:hover .hot_item_bottom .hot_item_name {
	margin-top: 0px;
}

.hot_item_container .hot_item_include:hover .hot_item_tip {
	color: #bbb;
	margin-top: -0px;
	height: 18px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.margin_lr2 {
	margin: 0 2px;
}

.hot_item_default .hot_item_include:hover {
	-webkit-box-shadow: rgba(45, 45, 45, 0.1) 0 2px 2px -8px, rgba(49, 49, 49, 0.1) 0 4px 4px -8px,
		rgba(32, 32, 32, 0.1) 0 16px 16px -8px, rgba(49, 49, 49, 0.1) 0 32px 32px -8px;
	box-shadow: rgba(45, 45, 45, 0.1) 0 2px 2px -8px, rgba(49, 49, 49, 0.1) 0 4px 4px -8px,
		rgba(32, 32, 32, 0.1) 0 16px 16px -8px, rgba(49, 49, 49, 0.1) 0 32px 32px -8px;
}

.hot_item_default .hot_item_include:hover .hot_item {
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

.bigpop .layui-layer {
	max-width: 1600px;
	min-width: 1180px;
}

.bigpop .layui-layer-title {
	padding: 0 80px 0 40px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}

.pop_classify {
	padding: 24px 40px;
	background: #fff;
}

.classify_lab {
	font-size: 14px;
	color: #999;
	margin-right: 38px;
	line-height: 38px;
	width: 50px;
}

.classify_item {
	display: flex;
	flex-wrap: wrap;
}

.classify_item div {
	margin-right: 38px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	cursor: pointer;
}

.pop_isshow {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 38px;
	height: 38px;
	background: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
}

.pop_isshow:hover {
	background: #eee;
}

.pop_isactive {
	color: #3b81fa !important;
}

.hide_item {
	padding-left: 100px;
	padding-left: 88px;
	display: flex;
	flex-wrap: wrap;
}

.hide_item div {
	margin-right: 38px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	cursor: pointer;
}

.template_box {
	margin: 8px 16px 0px 40px;
	border: 1px solid red;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
}

.normal_template {
	position: relative;
	border-radius: 4px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.empty_border {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
	height: 92px;
}

.img_box img {
	width: 20px;
	height: 20px;
}

.template_item_des_title {
	width: 100%;
	flex-shrink: 1;
	font-size: 14px;
	line-height: 1em;
}

.template_item_detail {
	font-size: 14px;
	color: #495060;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.template_item_img {
	position: relative;
	width: 100%;
}

.template_item_img .normal_item img {
	position: relative;
	height: 92px;
	cursor: pointer;
}

/* my_production.html */
.top_file {
	position: relative;
	width: 100%;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ec;
	display: flex;
}

.top_file_cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.top_file_cover .cover_icon {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.top_file_cover .cover_icon img:nth-child(1) {
	width: 45px;
	height: 37px;
	margin-right: 15px;
}

.top_file_cover .cover_icon img:nth-child(2) {
	width: 35px;
	height: 4px;
	margin-right: 15px;
	position: relative;
	top: 20px;
}

.top_file_cover .cover_icon img:nth-child(3) {
	width: 42px;
	height: 42px;
}

.file {
	text-align: center;
	position: relative;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	box-sizing: border-box;
}

.file img {
	cursor: pointer;
}

.file_name {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
}

.rename_input {
	border: none;
	background: none;
	width: 80px;
	text-align: center;
}

.isfile {
	color: #2353f5;
}

.badge {
	position: absolute;
	right: 19px;
	bottom: 34px;
	width: 28px;
	height: 17px;
	background: #ffe696;
	color: #f96723;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	border-radius: 4px 0 4px 0;
}

.newfile {
	cursor: pointer;
}

.newfile_edit {
	position: absolute;
	top: -6px;
	right: 0px;
	color: #2353f5;
	font-size: 16px;
	letter-spacing: 1px;
	width: 30px;
	height: 25px;
	display: none;
}

.productions_out {
	padding: 20px 30px;
	box-sizing: border-box;
}

.newfile:hover {
	background: #f8f8f8;
	border-radius: 4px;
}

.newfile:hover .newfile_edit {
	display: block;
}

.newfile_edit_content {
	display: none;
	width: 130px;
	height: 160px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	top: 17px;
	right: -95px;
	background: #fff;
	z-index: 9999;
}

.newfile_edit_content ul {
	padding: 0;
	margin: 0;
}

.newfile_edit_content ul li {
	list-style: none;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	text-align: left;
}

.newfile_edit_content ul li:nth-child(2) {
	border-bottom: 1px solid #f1f1f1;
}

.newfile_edit_content ul li img {
	margin-right: 15px;
	position: relative;
	top: -2px;
}

.newfile_edit_content ul li span {
	font-size: 14px;
	color: #333333;
}

.left_sorts,
.right_management {
	display: flex;
}

.sort {
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.sort_list img {
	margin-left: 8px;
}

.sort .sort_list_content {
	position: absolute;
	top: 25px;
	height: auto;
	min-height: 80px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: none;
	z-index: 9999 !important;
	background: #ffffff;
}

.sort_list_content ul {
	margin: 0;
	padding: 0;
}

.sort_list_content ul li {
	list-style: none;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
}

.sequence {
	position: relative;
	cursor: pointer;
}

.sequence .sort_list_content {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 90px;
	height: auto;
	min-height: 80px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: none;
	z-index: 9999 !important;
	background: #ffffff;
}

.right_management {
	display: flex;
}

.batch_f {
	font-size: 14px;
	color: #333;
}

.batch,
.recycle {
	cursor: pointer;
}

.batch1 {
	display: none;
	cursor: pointer;
}

.right_management div img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.fenge {
	margin: 0 20px;
	color: #dcdcdc;
}

.prductions_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.prductions_list_item {
	width: 250px;
	height: auto;
	margin: 15px 15px 15px 0;
	position: relative;
	cursor: pointer;
}

.prductions_list_item:nth-child(5n) {
	margin-right: 0 !important;
}

.prductions_list_item .item_img {
	width: 100%;
	height: 250px;
	line-height: 210px;
	text-align: center;
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
	background: #f9f9fc;
}

.prductions_list_item .item_img img {
	width: auto;
	height: auto;
	max-width: 100% !important;
	max-height: 100%;
	overflow: hidden;
}

.product_edit {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}

.prductions_list_item:hover .product_edit {
	display: block;
}

.item_title {
	text-align: left;
	font-size: 14px;
	color: #333333;
	width: 100%;
	border: none;
	margin: 15px 0 10px 0;
}

.item_bottom {
	display: flex;
	justify-content: space-between;
}

.item_date {
	font-size: 12px;
	color: #999999;
}

.item_edit {
	display: flex;
}

.item_edit img {
	margin-right: 8px;
}

.product_edit_list {
	position: absolute;
	top: 45px;
	right: 5px;
	width: 90%;
	height: auto;
	background: #ffffff;
	border-radius: 4px;
	padding: 10px 0;
	box-sizing: border-box;
	display: none;
}

.product_edit_list ul {
	margin: 0;
	padding: 0;
}

.product_edit_list ul li {
	list-style: none;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
}

.product_edit_list ul li:hover {
	background: #f3f3f3;
}

.product_edit_list ul li .img_out {
	width: 15px;
	margin-right: 15px;
	line-height: 30px;
}

.product_edit_list ul li .img_out img {
	position: relative;
	top: -2px;
}

.product_edit_list ul li .edit_name {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.bottom_checkall_bg {
	visibility: hidden;
	height: 65px;
	line-height: 65px;
	position: absolute;
	bottom: 0;
	width: 990px;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: space-between;
	margin-left: -30px;
}

.bottom_left {
	display: flex;
	line-height: 65px;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #fff;
}

.sel_allout {
	display: flex;
	line-height: 45px;
	margin-right: 30px;
	cursor: pointer;
}

.no_sel {
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	margin-right: 5px;
	line-height: 65px;
	position: relative;
	top: 12px;
}

.no_sel_font {
	color: #fff;
	font-size: 14px;
}

.all_sel {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #fff;
	position: relative;
	top: 12px;
	color: #fff;
	font-weight: 600;
	display: none;
}

.all_sel_font {
	color: #fff;
	font-size: 14px;
	display: none;
}

.sel_num {
	line-height: 45px;
	display: none;
}

.botttom_right {
	display: flex;
	justify-content: space-between;
}

.botttom_right ._right_left {
	display: flex;
}

._right_move,
._right_del {
	color: #fff;
	cursor: pointer;
}

.bottom_rimg {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

._right_move {
	margin-right: 30px;
}

.botttom_right ._right_right {
	display: flex;
}

.check_finish {
	width: 104px;
	height: 32px;
	line-height: 32px;
	background: #2353f5;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-right: 30px;
	position: relative;
	top: 12px;
	cursor: pointer;
}

.check_cancle {
	width: 104px;
	height: 32px;
	line-height: 32px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 30px;
	position: relative;
	top: 12px;
	cursor: pointer;
}

.pagelimit {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

/*foot*/
.foot {
	color: #7f8792;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
	display: inline-block;
}
.foot a {
	color: #7f8792;
}

.foot_recommend {
	display: flex;
	justify-content: space-between;
}

.foot_news {
	width: 496px;
	font-family: MicrosoftYaHei;
}

.news_title {
	color: #c7c7c7;
	font-size: 15px;
	font-weight: 400;
}

.news_list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #777;
	font-size: 14px;
	margin-top: 24px;
}

.news_list .item {
	width: 226px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}

.news_list .item:nth-child(2n + 1) {
	margin-right: 44px;
}

.news_list .item a,
.hot_list .item a {
	color: #777777 !important;
}

.news_list .item a:hover,
.hot_list .item a:hover {
	color: #fff !important;
}

.foot_recommend .foot_hot {
	width: 270px;
	margin-left: 95px;
}

.foot_recommend .title {
	color: #c7c7c7;
	font-size: 15px !important;
	font-weight: 400;
	margin-bottom: 0;
}

.foot_hot .hot_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #777;
	font-size: 14px;
	margin-top: 20px;
}

.foot_hot .hot_list .item {
	width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 20px;
	margin-bottom: 12px;
}

.foot-wx {
	width: 100px;
	margin-left: 78px;
}

.foot-wx .wx-qrcode {
	width: 100px;
	height: 100px;
	margin-top: 24px;
}

.split-line {
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.05;
	margin: 10px 0 15px 0;
}

.foot-cpy .fk-trustLink {
	position: relative;
	top: 5px;
	display: inline-block;
	zoom: 1;
	margin-left: 10px;
	vertical-align: bottom;
}

.foot_credible {
	display: flex;
	position: relative;
	top: -5px;
}

/*收藏*/
.collect_normal {
	width: 17px;
	height: 16px;
	background: url(//tu.96weixin.com/public/static/img/shoucang.png) center no-repeat;
}

.collect_blue {
	width: 17px;
	height: 16px;
	background: url(//tu.96weixin.com/public/static/img/shoucang_blue.png) center no-repeat;
}

/*list_page.html的分类*/
.list_nav {
	line-height: 30px;
	margin-bottom: 10px;
	display: flex;
}

.list_nav .layui-icon-right:before {
	content: '\e602';
	margin: 0 15px !important;
}

.fieldset {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
}

.top-name {
	padding-bottom: 25px;
	border-bottom: 1px solid #eae7e7;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: #333;
}

/*通用模板的css 具体参照list_page.html中的demo 一行4个 给父级一个类名col_4即可 一定要参照list_page.html中demo的样式*/
.subject_list2 {
	width: 100%;
	display: inline-block;
	padding-bottom: 50px;
	position: relative;
}
.subject_list .template_item {
	float: left;
}
.subject_list2 .template_item {
	float: left;
}
.col_4 .template_item {
	width: 24.5%;
	margin-right: calc(2% / 3);
	margin-bottom: 20px;
	height: auto;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.col_5 .template_item {
	width: calc((100% - 96px) / 5);
	height: auto;
	margin-right: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.col_6 .template_item {
	width: calc((100% - 120px) / 6);
	height: auto;
	margin-right: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.col_7 .template_item {
	width: 13.58%;
	height: auto;
	margin-right: calc(5.1% / 6);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.col_8 .template_item {
	width: 11.7%;
	height: auto;
	margin-right: calc(6.4% / 7);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.col_4 .template_item:nth-child(4n),
.col_5 .template_item:nth-child(5n),
.col_6 .template_item:nth-child(6n),
.col_7 .template_item:nth-child(7n) .col_8 .template_item:nth-child(8n) {
	margin-right: 0 !important;
}

.template_item .templateimg,
.background_item .templateimg {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	background: #ececec;
}

.template_img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	position: absolute;
	left: 0;
	top: 0;
}

.template_item:hover .template_img,
.background_item_item:hover .template_img {
	box-shadow: none;
}

.template_cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.template_item .templateimg .todetails {
	display: block !important;
}

.template_item:hover .template_cover,
.background_item:hover .template_cover {
	display: block;
}

.template_item .templateimg .template_cover .cover_upright {
	display: flex;
	justify-content: flex-end;
	padding: 10px 10px 0 0;
}

.template_item .templateimg .template_cover .cover_upright .cover_preview {
	width: 3.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
}

.template_item .templateimg .template_cover .cover_upright .cover_collect {
	width: 1.75rem;
	height: 1.75rem;
	background: #fff;
	line-height: 1.75rem;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.template_title {
	position: relative;
	width: 100% !important;
	margin-top: 15px;
	display: inline-block;
}

.template_title a {
	font-size: 14px;
	color: #333;
	text-align: left;
	display: block;
	width: calc(100% - 18px);
	line-height: 18px;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.template_title em {
	color: #6c4400;
	font-size: 12px;
	font-style: normal;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
	background-image: linear-gradient(to right, #fbdda5, #f1c578);
	float: left;
}

.template_item .search_title,
.background_item .search_title {
	width: 100% !important;
	height: 40px;
	padding: 0 10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8));
	border-radius: 0 0 6px 6px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.template_item .search_title a,
.background_item .search_title a {
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: block;
	width: calc(100% - 28px);
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.template_item .search_title em {
	color: #6c4400;
	font-size: 12px;
	font-style: normal;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
	background-image: linear-gradient(to right, #fbdda5, #f1c578);
}

.upleft_badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	overflow: hidden;
	background: none;
}

.member_vip {
	z-index: 1;
	position: relative;
	left: -12px;
	top: 31px;
	padding: 0px;
	font-size: 12px;
	border-radius: 3px;
	background: #c09659;
	width: 60px;
	text-align: center;
	color: #fff;
	-webkit-transform: rotate(-45deg) translateX(16px) translateY(-21px);
	transform: rotate(-45deg) translateX(16px) translateY(-21px);
}

.blogroll {
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f3f4;
	border-bottom: 1px solid #f0f3f4;
	padding: 15px 0;
	display: inline-block;
}
.blogroll p {
	color: #333;
	font-size: 15px;
	width: 100%;
	line-height: 30px;
	display: inline-block;
}

.blogroll .links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.blogroll .links a {
	display: block;
	line-height: 25px;
	margin-right: 20px;
	font-size: 14px;
	color: #7f8792;
	cursor: pointer;
}

.newbadge_out {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px 0 0 0;
	width: 40px;
	height: 40px;
}

.new_upleft_badge {
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	height: 35px;
	line-height: 50px;
	top: -9px;
	left: -33px;
	color: #fff;
	font-size: 14px;
	transform: rotate(-45deg);
	background-color: #ff482c;
	width: 80px;
	text-align: center;
}

.nav li {
	position: relative;
}

.joinMemberWrap {
	display: none;
	position: absolute;
	width: 395px;
	height: 290px;
	top: 50px;
	left: 50%;
	transform: translate(-50%);
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.joinMemberTitleWrap {
	width: 100%;
	height: 85px;
	/*background: url(../img/vip.png) #f6f9ff no-repeat;*/
	background-position: top right;
	text-align: center;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.joinMemberTitleWrap p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 7px;
}

.joinMemberTitleWrap div {
	color: #ff4800;
	font-size: 14px;
}

.header .nav ul.joinMemberC {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 20px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .nav ul.joinMemberC div {
	display: flex;
	align-items: center;
	width: 170px;
	height: 38px;
	background: #f6f9ff;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #222;
}

.joinMemberC div i {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.joinMemberC div:first-child i {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABl0lEQVQ4T7WUPWtUQRSGnzMz+aoUP4gkgmijlU0KLewUm6BoZxuCpLKJG/AP2OVuoz/A1jIilgq2Nkoa0wQRJKAkAatMMnde2Rs3EL1uJrCeds48PGcO7xhDLhsyj/8LnFjcvV6b65qYPtLcMIMN0NJONfK+33/IcOxx/Ql09UjYoQZbjZU/uPMHMP0AzhwPyLdYhfP/MEwbwDmDbWFPTdrE4bOYN7gErGCIjMO4C0wivsZuuDAQiPEmLofZftNoJz1wYtEsP0oiB+Fl/rnQTBlQrMRuuNcHjnXSHcQrIAICHDDanBcZwttYhZt94HgnPcxizryf6w2sjIf6hcG1UmANvDPYkuERt4ATwJffhr1lTjWWhYY/gY+NYW8JYgdIB2PujzwDnCwE2qqzvJBq9Uz/quDNS+5Z+VL2H36zsWsrNZE91SynZGSDD5b9fRdoNZTh6rp+CdwYDOyk74izwC5oHVwrEMsO2UVgHAYmZe8z2OXjRU9rsRq50p6Upb3bZLcMOl0GtW2kJ7EbXrcCyyCDu4b+wf4CfXu6FcIo76kAAAAASUVORK5CYII=')
		no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.joinMemberC div:nth-child(2) i {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACDklEQVQ4T72UP2gTcRTHP+/ucpfUIuiiVRAXdSsIOgoOLi0KXcTBQXBQDKK2dyAuEicVk1SIgjg4WBykm1gdRBxEKugsiKDWxT+lFRrBy+XuniRpSv7cVZDgb7v3vu/D+3vCgJ8MmMd/BuZ12MnFp0EngO0K30GeOrZxu3pVlpKqS81w6IKOxFb0SJV9/YH6HsM6UrshH3p9ycCCGk41egyMpfVY4I0fmAeoSK1TkwjMevWDqvLirwMTDteK1tz6wIIOOSvRdYSzq8LfIJ6iPw0lh1BU2NTwCTzwAzNPRVba0K4Ms250SomnQHa39KCwFFTNEe5KvfHtuOEnYGdHVp9BbtW+GDeZlWgN6Lj1MshkQpOX/djcxbQs4+kGJ47eIezo1SnMBCXzRBPoTIXjCF296AgIbNvc1lyTvA5nc9GCwubElRFOtoBu+CRlondEmffr5sPmNAtq2dXoqIGOKnKx3ZY2XOF1G/gV2NpfhlwKSua1XrvthscFZnqBwI828BuwJaGMuqiO+eXM87bP9mqjouZLYGOfXlhsAb1wDmU8Ze8WMoG5/1dFFpnUnGPEr0D3JmkV5pvArFc/pCrPUq9CmPWL5jHHDadBzqfpVGi0ovVsN7os6JV1oG+T73otolIrWee6Ftt2wwlRziDsATId8IYuB/hA3GGPED5KzD2/bN1fvZ60nP7NPvAf7B9jprT1Gt6LmQAAAABJRU5ErkJggg==')
		no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.joinMemberC div:nth-child(3) i {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACXklEQVQ4T73UTWwMcRjH8e/zn9mdXUlTHLmUNqkTGom34IJoiLOeeuAgQaV2tiQSaSXSQ7uzQYWLl4iDxAkRDaKSEiLxEkQdXBrxdhEipTs7L4/s1B6qjdI0nev/mc88v+eZGWGGL5lhj9kB07lwhxFOV7pXIYrjeHNQTL/4lzSTdph2w3MCO6uAIkfKnnVsemCbOk46fAVSj1JCmKPwqOzZa6cFZt1gXYzcF+GJKo+BvcCIZVmNP3vk41TohMiOG/SAdIjoUWBQVe5WEIHWkmdf+j8wiRu9Bupj4pXBaOpNJhu9U5iHcNMv2Nv+C8zmgzWxykNg2C9bS+gT33HD68B24LttrMYfvfI5Qdt1bsaitlTDJ7qkXH3QuMiOGxRAXKDP9+z9laJMLmxV4WISW9lVKtrnKy+Tk4/uoaxG5bBftIqTgCqOGz8HXQZs9T27Pyk6qDWZKBpWmF+NnXLLK4yaQYQA5aVftDdMADN5XaSazC8L9IvyFUFQFKE5AeGbH1sLHBP1AgtBBkBPSGQtLh2X4d/LG7OdfLQP1b6phq5KiwhFlN1+0b7huOGIIt1lz+oeD7rhHWATcFVEx31mGlOLSBtgKVwwyFIlHgDzAbQD5IvvmeWVKSdLybRrnVrREGCMZTWM9sj7Pzt13OgZaBPokGIuC7QgsUElDdTFxKsCL/00AR03agM9CTzwPXv9ZLHTuahTRLuSM6Nb/N7U7eTeA9qAid4inPEL9p6xDvPhFZSNKtLpF6xTk4GpXLnJGHNLtBJbz/pe6lC1znHDaxXb9+zm2fkfTrXpv53/AhM17xUavp5NAAAAAElFTkSuQmCC')
		no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.joinMemberC div:nth-child(4) i {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB/ElEQVQ4T7WUTWsTURRAz31vkolaioio4KIoihsVN35gBfeiiIL/wELBVRJdSClEEaziVFzUj4Ibf4AWXLgquCgWF10IKrgTFVdClUHamczMlUlSnGQSk0V8y/vuPXPPe/eNMOQlQ+bx/4Glcv20GvMAdBeg/zAQ0FVFpkLPeb6R195hTY3rJyugRwY+CuVLMGoPUJP1tKYTuNn144/AWBfgGlAAnI69n0Xsft+TH3lgWbe5Jv4EbM8WqfDMxPZG7NRHJTGPBY5n9kOsPRzclbSuvcNSWfeqiT8ApWaBvEOSxWDEmdpQ2nStPp4kspT9oFEdX5stvMkBC+XwmDHmbSt5MUjsOe5Lqvp31dSU/OiUYuZAD6YbKlwM7zkvckC3Ep1FeNlIgguh5yz0upzmNMjrlsmVwLMP88pXowlV5ptAuR56dqYXMKsu6K11rzCdAxYr8bSI3mxBfBUmrbVLokRZcD2u77aYOYWjjbjyNJh1LueVq9EjYLKjq99AnImlozbScaGvAs850+0MFxDO99LsFVdYDj3nZF65Gi0LnAA+g/zKDX47UUG3APtA3geePdRN+VsaDHy7h3mpD9KpW4lXVHQs9JzGY2h7em41+grsFJhQ9Hs/oKpsNcKTBJKuwGIluiTCHWAHkPQDAgZYBbnddQ4HAPRNGfoP9g8CYrIV6eWeVAAAAABJRU5ErkJggg==')
		no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.vipHint {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 20px;
	padding: 0 20px;
	font-size: 12px;
	color: #fff;
	background: #ff4800;
	border-radius: 20px;
	margin: 0 auto 6px;
}

.vipHint:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid #ff4800;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -12px;
}
.header .nav li a.joinMemberCBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	height: 50px;
	background: #0773fc;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
}
.header .nav li a.joinMemberCBtn:hover {
	color: #fff;
}
.joinMemberBtn:hover .joinMemberWrap {
	display: block;
}
.search_hotWrap {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	padding: 1px 11px;
	background: #fff;
	box-shadow: 0 0 8px rgba(102, 102, 102, 0.08);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search_hotTitle {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #666;
	line-height: 35px;
}
.search_hotTitle i {
	display: block;
	width: 13px;
	height: 15px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAABwUlEQVQ4T3WSP2gTYRjGf88ZsS2WghKkOlhwElSQoBKai3dnoSji4KKIFgcJgji5iGSwSHERRXBQMvln6+AktB3uzl5A0UGKmwiCg0ulLlpFmrxylyYmmn7T973f83u+9/l4xQbLguIuLFdB2kLTqSqO19pS9WPMK19BNg1sB7umqH63W/cfZF7pFlK1IxIVhUltQ8h8dxKY++f1OUXJ8b6Q3cThpRsB5T4tn1SUvEjrNj4+LJuYGGHt90Vw5lHjHTCwDi0D+WxvFimuB+aXT0HzjCxwL2PcQVzHuA84mVB2DtN54ATwE2MK8QRUk/lZSx7wDRgGcsAyW1fH+D50CAhTC+AzsBtpOoW+AKM9OcRVhckDKxYHGci9B/b8vbdHKfSxt0hNUVLJohQKmxkZWsLY22X6OM1Uw7jUCsxb2FRWHP/Kjp43htO4h7ETONzKqhmZXyqAXmdZZKcV1p+3XS0oXQD7ijmrQLwOHc0mwnx3BriBOKIwedOBJovbNP9qxY65B2iyBDxVlEy1oPR3/PJDrLlCfrSq2dlG98eYV7qNo33kBs9qYeFHz+xlY9TQBy0ufuqYBe5BmtpPfsezttkfdO6XsgLJweUAAAAASUVORK5CYII=')
		no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-right: 5px;
}
.search_hotWrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.search_hotWrap ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 25px;
	background: #f7f8fb;
	color: #444;
	margin: 0 10px 10px 0;
}
.search_hotWrap ul a:nth-child(3n) {
	margin-right: 0;
}
.search_hotWrap ul a:hover {
	background: #f0f6ff;
	color: #3b81fa;
}

/* 左侧导航栏 */

.block {
	min-height: 100%;
	min-width: 1220px;
	display: flex;
}
.left_menu_block {
	width: 200px;
	background: #f3f5f8;
	margin-top: 70px;
	flex-shrink: 0;
}

.left_menu_block .menu_list {
	width: 200px;
	margin-top: 30px;
	display: inline-block;
	border-bottom: none !important;
	position: sticky;
	left: 0;
	top: 70px;
}
.left_menu_block .menu_list li {
	width: 100%;
	margin-bottom: 4px;
	box-sizing: border-box;
	display: inline-block;
}
.left_menu_block .menu_list li h3 {
	color: #666;
	font-size: 12px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	margin-top: 5px;
	box-sizing: border-box;
	display: inline-block;
}
.left_menu_block .menu_list li a {
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 65px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.left_menu_block .menu_list li a:hover {
	color: #0772fc;
	background: #fff;
}
.left_menu_block .menu_list li a i {
	color: #333;
	font-size: 20px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 30px;
	top: 0px;
}
.left_menu_block .menu_list li a:hover i {
	color: #0772fc;
}
.left_menu_block .menu_list li a em {
	width: 5px;
	height: 20px;
	border-radius: 0 3px 3px 0;
	background: #0772fc;
	position: absolute;
	left: 0px;
	top: 10px;
	display: none;
}
.left_menu_block .menu_list li a > div {
	display: inline;
	position: relative;
}
.left_menu_block .menu_list li a > div > span {
	color: #fff;
	font-size: 12px;
	width: 45px;
	height: 16px;
	background: linear-gradient(to right, #ff8e6e, #fc4947);
	border-radius: 5px 0 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	right: -42px;
}
.left_menu_block .menu_list .menu_child {
	width: 100%;
	display: inline-block;
}
.left_menu_block .menu_list .menu_child dd {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.left_menu_block .menu_list .menu_child dd a {
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 65px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.left_menu_block .menu_list .menu_child dd i {
	color: #333;
	font-size: 20px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 30px;
	top: 0px;
}
.left_menu_block .menu_list .menu_child dd i.icon-AI {
	font-size: 16px;
}

.left_menu_block .menu_list .active a {
	color: #0772fc;
	background: #fff;
}
.left_menu_block .menu_list .active i {
	color: #0772fc !important;
}
.left_menu_block .menu_list .active em {
	display: block;
}

.top_menu {
	width: 100%;
	border-bottom: 1px solid #e4e7ed;
	display: inline-block;
}
.top_menu li {
	font-size: 15px;
	margin-right: 20px;
	float: left;
}
.top_menu li a {
	color: #333;
	height: 40px;
	line-height: 40px;
	float: left;
}
.top_menu .active a {
	color: #0772fc;
	border-bottom: 2px solid #0772fc;
}
.top_menu a:hover {
	color: #0772fc;
	border-bottom: 2px solid #0772fc;
}

.type_switch {
	line-height: 32px;
}
.type_switch .layui-tab-title {
	border: none;
}
.type_switch .layui-tab-title li {
	color: #505a71;
	font-size: 14px;
	min-width: auto;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}
.type_switch .layui-this {
	color: #0772fc !important;
	background: #f0f7ff;
}
.type_switch .layui-this::after {
	border: none !important;
}
.type_switch .layui-tab-content {
	width: auto;
	max-width: 100%;
	line-height: 30px;
	background: #f0f6ff;
	margin: 0 0 0 70px !important;
	padding: 7px 15px;
}
.type_switch .layui-tab-content .layui-tab-item a {
	color: #505a71;
	font-size: 14px;
	margin-right: 15px;
	word-break: keep-all;
}
.type_switch .layui-tab-content .layui-tab-item .active {
	color: #0772fc;
}

.flow_list {
	width: 100%;
	padding-bottom: 50px;
	position: relative;
}
.flow_list .template_item {
	width: 18.8%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flow_list .template_item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	box-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
}
.flow_list_6 {
	margin-left: -12px;
}
.flow_list_6 .template_item {
	width: calc((100% - 72px) / 6);
}
.flow_list_8 .template_item {
	width: 11.5%;
}

.search_list .template_item {
	width: 18.3%;
	position: absolute;
	top: -24px;
	left: -24px;
}

.flow_list .background_item {
	width: 18.8%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flow_list .background_item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	box-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
}
.search_list .background_item {
	width: 15%;
	position: absolute;
	top: -10px;
	left: -10px;
}

.layui-flow-more {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.title_1 {
	width: 100%;
	display: inline-block;
}
.title_1 strong {
	font-size: 24px;
	line-height: 35px;
	float: left;
}
.title_1 .mores {
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #f3f4f9;
	border-radius: 30px;
	float: right;
}
.title_1 .mores:hover {
	opacity: 0.8;
}
.title_1 .layui-tab-title {
	color: #333;
	width: 73%;
	height: 35px;
	border: none;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}
.title_1 .layui-tab-title li {
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.title_1 .layui-tab-title .layui-this:after {
	border: none;
}
.title_1 .layui-tab-title .layui-this {
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: #0772fc;
	border-radius: 35px;
}

.slider_block {
	width: 100%;
	display: inline-block;
	position: relative;
}
.slider_block .arrow_left {
	width: 50px;
	height: 50px;
	background: url(../img/arrow_left.png) no-repeat;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0, -100%);
	z-index: 9;
	display: none;
}
.slider_block .arrow_right {
	width: 50px;
	height: 50px;
	background: url(../img/arrow_right.png) no-repeat;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0, -100%);
	z-index: 9;
}

.slider_list {
	font-size: 0px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.slider_list li {
	font-size: 14px;
	display: inline-block;
}
.slider_list.col_4 li {
	width: 24.5%;
	flex-basis: 24.5%;
	height: auto;
	margin-right: calc(2% / 3);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.slider_list.col_5 li {
	width: 19.5%;
	flex-basis: 19.5%;
	height: auto;
	margin-right: calc(2.5% / 4);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.slider_list.col_6 li {
	width: 16%;
	flex-basis: 16%;
	height: auto;
	margin-right: calc(4% / 5);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.slider_list li:hover .template_cover {
	display: block;
}
.slider_list li .templateimg {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	background: #ececec;
}

.index_item_preview li:hover {
	opacity: 0.8;
}
.index_item_preview li {
	width: 15.6%;
	height: 0px;
	text-align: center;
	margin-bottom: 35px;
	margin-right: calc(6.4% / 6);
	background: #e8ebea;
	border-radius: 5px;
	padding-bottom: 15.6%;
	position: relative;
	float: left;
}
.index_item_preview li:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	opacity: 0.3;
}
.index_item_preview li img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-shadow: none !important;
	z-index: 8;
}
.index_item_preview .design_title {
	width: 100%;
	height: 31px;
	line-height: 31px;
	position: absolute;
	left: 0px;
	bottom: -32px;
}
.index_item_preview .design_title a {
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
}
.index_item_preview li:nth-child(6n) {
	margin-right: 0px;
}

.block_404 {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.block_404 .box_404 {
	color: #333;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding-top: 370px;
	background: url(../img/404.png) top no-repeat;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -50.1%);
}
.block_404 .box_404 p {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}
.block_404 .box_404 .btn_box {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
}
.block_404 .box_404 .btn_box a {
	color: #0772fc;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	width: 135px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px;
	border: 1px solid #0772fc;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
}
.block_404 .box_404 .btn_box .b1 {
	color: #fff;
	background: #0772fc;
}

@media screen and (max-width: 600px) {
	.block_404 .box_404 {
		color: #333;
		font-size: 16px;
		text-align: center;
		width: 100%;
		padding-top: 170px;
		background: url(../img/404.png) top no-repeat;
		background-size: 300px auto;
		position: fixed;
		left: 0;
		top: 50%;
		transform: translate(0, -50.1%);
	}
}

/* 搜索结果关键词 */
.search-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.search-tab > * {
	line-height: 30px;
	margin: 0 30px;
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.search-tab > *.active {
	color: #0772fc;
	border-bottom: 3px solid #0772fc;
}
.search-tag {
	position: relative;
	margin-bottom: 30px;
	padding: 0 36px;
	margin-top: -10px;
}
.search-tag .layui-icon {
	width: 36px;
	line-height: 36px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	text-align: center;
	cursor: pointer;
	color: #888;
	flex-shrink: 0;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	display: none;
}
.search-tag .layui-icon.layui-icon-left {
	left: 0;
}
.search-tag .layui-icon.layui-icon-right {
	right: 0;
}
.search-tag .layui-icon.disabled {
	cursor: no-drop;
	background-color: #f3f3f3;
	color: #aaa !important;
}
.search-tag .layui-icon:hover {
	color: #0772fc;
}
.search-tag-con {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	margin: 0 10px;
}
.search-tag-info {
	display: flex;
	align-items: center;
}
.search-tag-info a {
	padding: 0 30px;
	line-height: 60px;
	border-radius: 100px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	white-space: nowrap;
	transition: 0.3s;
	margin: 0 10px;
}
.search-tag-info a:hover {
	background-color: #0772fc;
	color: #fff;
}

/* 文章栏目 */
.head_placehold {
	width: 100%;
	height: 70px;
	display: block;
}
.location {
	color: #7f7f7f;
	font-size: 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.location a {
	color: #7f7f7f;
	margin-left: 3px;
	margin-right: 3px;
}
.article_block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.article_block .article_list {
	width: 850px;
	height: min-content;
}
.article_list .article_box,
.article_list_box2 .article_box {
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.article_list .article_box img,
.article_list_box2 .article_box img {
	width: 220px;
	height: 140px;
}
.article_list .article_box .article_info,
.article_list_box2 .article_box .article_info {
	width: 570px;
}
.article_list .article_box .article_info .a_title,
.article_list_box2 .article_box .article_info .a_title {
	font-size: 18px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
}
.article_list .article_box .article_info p,
.article_list_box2 .article_box .article_info p {
	color: #666;
	font-size: 14px;
	width: 100%;
	height: 72px;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
}
.article_list .article_box .article_info span,
.article_list_box2 .article_box .article_info span {
	color: #999;
	font-size: 13px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
}
.article_block .article_left {
	width: 850px;
	height: min-content;
}
.article_block .article_right {
	width: 340px;
	height: min-content;
}
.page_list {
	width: 100%;
	display: flex;
	justify-content: center;
}
.page_list a {
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	background: #fff;
	margin: 0 8px;
	display: inline-block;
}
.page_list .active {
	color: #fff;
	background: #0772fc;
}
.page_list a:hover {
	color: #fff;
	background: #0772fc;
}
.article_list_box {
	width: 100%;
	height: min-content;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}
.article_list_box:first-child {
	margin-top: 0px !important;
}
.article_list_title1 {
	color: #0772fc;
	font-size: 18px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.article_list_title1 a {
	color: #0772fc;
	font-size: 15px;
}
.article_list_title1::after {
	content: '';
	width: 4px;
	height: 20px;
	background: #0772fc;
	border-radius: 3px;
	position: absolute;
	left: -20px;
	top: 0px;
}
.article_list_title2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	position: relative;
}
.article_list_title2:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 11px;
	z-index: 1;
}
.article_list_title2 span {
	height: 20px;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.article_list_title3 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfd5d5;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}

.article_type_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.article_type_list a {
	color: #666;
	font-size: 14px;
	text-align: center;
	width: calc((100% - 40px) / 3);
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	margin: 5px 20px 5px 0;
	background: #f3f4f9;
}
.article_type_list a:nth-child(3n) {
	margin-right: 0px;
}
.article_type_list a:hover {
	opacity: 0.8;
}
.article_list01 li {
	width: 100%;
	margin-top: 5px;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
.article_list01 li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #0772fc;
	position: absolute;
	left: 0px;
	top: 13px;
}
.article_list01 li a {
	font-size: 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #d9d9d9;
	display: block;
	overflow: hidden;
}
.article_list01 li p {
	color: #aaa;
	font-size: 12px;
	width: 100%;
	line-height: 24px;
}
.article_list02 li {
	width: 100%;
	margin-bottom: 12px;
	display: flex;
	/*justify-content: space-between;*/
}
.article_list02 li img {
	width: 110px;
	height: 70px;
	margin-right: 15px;
	flex-shrink: 0;
}
.article_list02 li .r {
	width: calc(100% - 125px);
	position: relative;
}
.article_list02 li a {
	width: 100%;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	display: block;
}
.article_list02 li p {
	color: #999;
	font-size: 13px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.article_content {
	width: 100%;
	height: min-content;
	background: #fff;
	padding: 30px;
	margin-top: 10px;
	box-sizing: border-box;
}
.article_content h1 {
	color: #222;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.article_content .info {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
}
.article_content .text {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	width: 100%;
}
.article_content .text img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.article_content .text li {
	font-weight: bold;
	list-style-type: simp-chinese-informal;
}

.article_content .text li {
	padding-left: 20px;
	position: relative;
}
.article_content .text li::after {
	content: '';
	width: 4px;
	height: 20px;
	background: #0772fc;
	border-radius: 3px;
	position: absolute;
	left: 0px;
	top: 19px;
	transform: translate(0, -50%);
}
.article_content .text p {
	margin: 10px 0;
	text-indent: 2em;
}

.article_page {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.article_page a {
	width: 48%;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	overflow: hidden;
	display: block;
}
.article_page a span {
	text-align: center;
	width: 80px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	margin-right: 15px;
	background: #f2f4f8;
	display: inline-block;
	flex-shrink: 0;
}
.article_type_list3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article_type_list3 li {
	width: 47%;
	padding-left: 13px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article_type_list3 li:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	background: #999;
	left: 0px;
	top: 15px;
}
.article_type_list3 a {
	width: 250px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.article_type_list3 span {
	color: #999;
	font-size: 12px;
}

/* 图片频道 */
.picture * {
	box-sizing: border-box;
}
.picture .banner_top {
	width: 100%;
	min-width: 1260px;
	height: 250px;
	background: url(../images/picture/banner_01.png) center no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.picture .banner_top .search_box {
	width: 720px;
	height: 60px;
	background: #fff;
	border-radius: 60px;
	display: flex;
}
.picture .banner_top .search_box input {
	font-size: 16px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	padding: 0 25px;
	border: none;
}
.picture .banner_top .search_box button {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	height: 60px;
	border-radius: 60px;
	background: #ffcd00;
	flex-shrink: 0;
}
.picture .banner_top .keyword {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}
.picture .banner_top .keyword a {
	color: #fff;
	margin-right: 10px;
}

.title_02 {
	color: #111;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title_02 a {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.title_03 {
	color: #111;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-content: center;
}
.content_2 {
	width: 100%;
	min-width: 1260px;
	padding: 0 50px;
	margin: 0 auto;
}
.content_3 {
	width: 100%;
	padding: 0 50px;
	max-width: 1700px;
	min-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.search_content {
	padding-top: 70px;
	flex-wrap: wrap;
}
.picture .type_list .list_1 {
	width: 100%;
	display: flex;
}
.picture .type_list .list_1 li {
	width: 515px;
	height: 170px;
	background: #f8f8fb;
	border-radius: 10px;
	padding: 30px;
	margin-right: 27px;
	display: flex;
}
.picture .type_list .list_1 li:nth-child(3n) {
	margin-right: 0px;
}
.picture .type_list .list_1 img {
	width: 110px;
	height: 110px;
	border-radius: 6px;
	margin-right: 25px;
	object-fit: cover;
	flex-shrink: 0;
}
.picture .type_list .list_1 .info {
	width: 100%;
	overflow: hidden;
}
.picture .type_list .list_1 .info h3 {
	color: #222;
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	position: relative;
}
.picture .type_list .list_1 .info h3::after {
	content: '#';
	color: #0772fc;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 1px;
}
.picture .type_list .list_1 .info p {
	margin-top: 25px;
}
.picture .type_list .list_1 .info span {
	color: #666;
	font-size: 14px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 12px;
	background: #fff;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.picture .type_list .list_2 {
	width: 100%;
	display: flex;
}
.picture .type_list .list_2 li {
	width: 300px;
	height: 140px;
	background: #f8f8fb;
	border-radius: 10px;
	padding: 25px 30px;
	margin-right: 25px;
	display: flex;
}
.picture .type_list .list_2 li:nth-child(5n) {
	margin-right: 0px;
}
.picture .type_list .list_2 img {
	width: 90px;
	height: 90px;
	border-radius: 6px;
	margin-right: 25px;
	object-fit: cover;
	flex-shrink: 0;
}
.picture .type_list .list_2 .info {
	width: 100%;
	overflow: hidden;
}
.picture .type_list .list_2 .info h3 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	position: relative;
}
.picture .type_list .list_2 .info h3::after {
	content: '#';
	color: #0772fc;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 1px;
}
.picture .type_list .list_2 .info p {
	margin-top: 20px;
}
.picture .type_list .list_2 .info span {
	color: #666;
	font-size: 14px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 12px;
	background: #fff;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.picture .featured {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.picture .featured li {
	width: 385px;
	height: 195px;
	margin: 10px 0;
	margin-right: 20px;
	position: relative;
}
.picture .featured li:nth-child(4n) {
	margin-right: 0;
}
.picture .featured li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picture .featured li .cover {
	color: #fff;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 0;
}
.picture .featured li p {
	font-size: 26px;
}
.picture .featured li span {
	font-size: 14px;
}

.picture .type_box {
	width: 100%;
	display: inline-block;
	position: relative;
}
.picture .type_box .arrow_left {
	width: 50px;
	height: 50px;
	background: url(../images/picture/arrow_left.png) no-repeat;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
	display: none;
}
.picture .type_box .arrow_right {
	width: 50px;
	height: 50px;
	background: url(../images/picture/arrow_right.png) no-repeat;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
}
.picture .type_box .img_list {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: flex;
}
.picture .type_box .img_list li {
	width: calc(1555px / 4);
	height: 250px;
	margin-right: 15px;
	position: relative;
	flex-shrink: 0;
}
.picture .type_box .img_list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picture .filter_block {
	width: 100%;
	margin-top: 30px;
}
.picture .filter_block .filter_box {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.picture .filter_block .filter_box span {
	font-size: 14px;
	font-weight: bold;
	width: 70px;
	flex-shrink: 0;
}
.picture .filter_block .filter_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.picture .filter_block .filter_box li {
	margin-bottom: 5px;
}
.picture .filter_block .filter_box li a {
	color: #505a71;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 5px;
	display: block;
}
.picture .filter_block .filter_box li.active a {
	background: #f0f7ff;
}
.picture .filter_list {
	width: 100%;
	height: 32px;
	line-height: 32px;
	display: flex;
	align-items: center;
}
.picture .filter_list li {
	margin-right: 25px;
	position: relative;
}
.picture .filter_list li span {
	height: 32px;
	line-height: 32px;
	padding-right: 25px;
	cursor: pointer;
	position: relative;
	display: block;
	display: flex;
	align-items: center;
}

.picture .filter_list li .color em {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: url(../images/picture/color_ico.png) no-repeat;
	display: inline-block;
}
.picture .filter_list li span::after {
	content: '';
	height: 0;
	width: 0;
	border-top: 4px solid #000;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -2px);
}
.picture .filter_list li .drop_down {
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	position: absolute;
	left: -10px;
	top: 32px;
	display: none;
}
.picture .filter_list li .drop_down dl {
	width: 110px;
	border-right: 1px solid #ececec;
}
.picture .filter_list li .drop_down dd {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.picture .filter_list li .drop_down dl .slt {
	color: #0772fc;
}
.picture .filter_list li .drop_down dd:hover {
	color: #0772fc;
}
.picture .filter_list li .color_list em {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	margin-right: 10px;
	display: inline-block;
}
.picture .filter_list li .color_list .all {
	background: url(../images/picture/color_ico.png) no-repeat;
	background-size: 100% 100%;
}
.picture .picture_list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.picture .picture_list::after {
	content: '';
	flex-grow: 99999;
}
.picture .picture_list li {
	flex-grow: 1;
	margin: 12px;
	overflow: hidden;
}
.picture .picture_list li img {
	width: auto;
	min-width: 100%;
	height: 220px;
	border-radius: 4px;
	object-fit: cover;
}
.picture .picture_list li img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.picture .loading_more {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture .loading_more span {
	color: #333;
	width: 210px;
	height: 44px;
	border-radius: 44px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.picture .topic_top {
	width: 100%;
	/*height: 280px;*/
	padding: 5px 0;
	background: url(../images/picture/top_bg.png) top center repeat;
	height: auto;
}
.picture .location {
	height: 60px;
	padding-left: 0;
}
.picture .topic_top .location {
	color: #fff;
	height: 40px;
	padding-left: 0;
	background: none;
}
.picture .topic_top .location a {
	color: #fff;
}
.picture .topic_top .info {
	color: #fff;
	text-align: center;
	width: 100%;
}
.picture .topic_top .info h2 {
	font-size: 42px;
}
.picture .topic_top .info p {
	line-height: 26px;
	padding: 0 20%;
	margin-top: 20px;
}
.picture .topic_top .info .hot {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.picture .topic_top .info .hot span {
	margin-right: 10px;
}
.picture .topic_top .info .hot a {
	color: #fff;
	height: 35px;
	line-height: 32px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0 12px;
	margin-right: 10px;
}

.picture .collection_list {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.picture .collection_list li {
	width: 23%;
	height: 0px;
	padding-bottom: 15%;
	margin-right: 1%;
	margin-bottom: 20px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.picture .collection_list li:nth-child(4n) {
	margin-right: 0;
}
.picture .collection_list li:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.picture .collection_list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.picture .collection_list li .cover {
	color: #fff;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.picture .collection_list li .cover p {
	text-align: center;
	font-size: 26px;
	width: 100%;
	line-height: 40px;
}
.picture .cl5 {
	margin-top: 30px;
}
.picture .cl5 li {
	width: calc((100% - 120px) / 5);
	padding-bottom: 12%;
	margin-right: 30px;
}
.picture .collection_list li:nth-child(4n) {
	margin-right: 30px;
}
.picture .collection_list.cl5 li:nth-child(5n) {
	margin-right: 0px;
}

.picture_block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.picture_block .image_box {
	width: 720px;
	background: #f7fafc;
	margin-right: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture_block .image_box .img_float {
	position: relative;
}
.picture_block .image_box .img_float .enlarge {
	width: 28px;
	height: 28px;
	background: #fff url(../images/picture/ico_02.png) center no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 5;
}
.picture_block .image_box .img_float em {
	color: #6c4400;
	font-size: 17px;
	font-style: normal;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	background-image: linear-gradient(to right, #fbdda5, #f1c578);
	position: absolute;
	top: 10px;
	left: 10px;
}
.picture_block .image_box .img_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}
.picture_block .image_box .img_cover > div {
	max-width: 85%;
	max-height: 85%;
	position: relative;
}
.picture_block .image_box .img_cover > div img {
	width: 100%;
}
.picture_block .image_box .img_cover .close {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -60px;
}
.picture_block .image_box .img_cover .close i {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.picture_block .image_box img {
	max-width: 100%;
	max-height: 100%;
}
.picture_block .picture_info {
	width: 425px;
	margin-right: 60px;
	flex-shrink: 0;
}
.picture_block .picture_info h2 {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
}
.picture_block .picture_info strong {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	display: block;
}
.picture_block .picture_info .size_slt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.picture_block .picture_info .size_slt li {
	color: #333;
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.picture_block .picture_info .size_slt .layui-form-radio {
	padding: 0;
	margin-top: 0;
}
.picture_block .picture_info .size_slt .layui-form-radio > i {
	margin: 0;
}
.picture_block .layui-form-radio > i:hover,
.picture_block .layui-form-radioed > i {
	color: #0772fc;
}
.picture_block .picture_info .size_slt li > i {
	color: #fff;
	text-align: center;
	width: 40px;
	height: 20px;
	line-height: 18px;
	border-radius: 20px;
	font-style: normal;
	background: #ffcd00;
	margin-right: 10px;
	display: inline-block;
}
.picture_block .picture_info .size_slt li .t1 {
	width: 40px;
}
.picture_block .picture_info .size_slt li .t2 {
	width: 90px;
}
.picture_block .picture_info .btn_box {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.picture_block .picture_info .btn_box .picture_download {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 360px;
	height: 46px;
	line-height: 46px;
	background: #0772fc;
	border-radius: 5px;
}
.picture_block .picture_info .btn_box .collect {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	background: #f1f2f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture_block .picture_info .btn_box .collect i {
	color: #666;
	font-size: 21px;
	margin: 0;
}
.picture_block .picture_info .btn_box .collected {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	background: #f1f2f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture_block .picture_info .btn_box .collected i {
	color: #f09f12;
	font-size: 21px;
	margin: 0;
}
.picture_block .picture_info .buy_box {
	width: 100%;
	height: 45px;
	background: #f8f8f9;
	padding: 0 15px;
	margin-top: 15px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.picture_block .picture_info .buy_box > p {
	background: url(../images/picture/ico_01.png) left no-repeat;
	padding-left: 30px;
}
.picture_block .picture_info .buy_box > span {
	color: #9da3ac;
	font-size: 12px;
	margin-left: 10px;
}
.picture_block .picture_info .buy_box .single_buy_btn {
	color: #33383e;
	font-size: 12px;
	background: none;
	padding: 0;
}

.picture_block .info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.picture_block .info_list li {
	color: #333;
	font-size: 14px;
	width: 50%;
	line-height: 30px;
}
.picture_block .info_list li span {
	color: #999;
	width: 70px;
	display: inline-block;
}
.picture_block .info_list .per {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	margin-right: 10px;
	background: #0772fc;
	display: inline-block;
}
.picture_block .info_list .com {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	background: #ffcd00;
	display: inline-block;
}
.picture_block .picture_info .authorize {
	color: #9da3ac;
	font-size: 13px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/picture/copy.png) left no-repeat;
}
.picture_block .picture_info .authorize span {
	color: #0772fc;
	font-weight: bold;
}
.picture_block2 {
	width: 100%;
	margin-top: 20px;
}
.picture_block2 .layui-tab-title {
	font-size: 15px;
	border-bottom: none;
}
.picture_block2 .layui-tab-title li {
	font-size: 15px;
	border-bottom: 4px solid #fff;
	padding: 0;
	margin-right: 30px;
}
.picture_block2 .layui-tab-title .layui-this {
	color: #0772fc !important;
	border-bottom: 4px solid #0772fc;
}
.picture_block2 .layui-tab-content {
	padding: 10px 0;
}
.picture_block2 .recommended_list {
	color: #333;
	width: 100%;
	line-height: 28px;
	display: inline-block;
}
.picture_block2 .recommended_list h2 {
	color: #222;
	font-size: 15px;
	width: 100%;
	line-height: 30px;
}
.picture_block2 .recommended_list a {
	color: #333;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	padding: 0 18px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.picture_block2 .recommended_list a:hover {
	color: #fff;
	background: #0772fc;
	border: 1px solid #0772fc;
}
.picture_block2 .detail_introduce {
	color: #333;
	font-size: 13px;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
}
.picture_block2 .detail_introduce a {
	color: #3b81fa;
}
.picture_title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.picture .classify_block {
	width: 100%;
	position: relative;
}
.picture .classify_block .arrow_left {
	width: 50px;
	height: 50px;
	background: url(../images/picture/arrow_left.png) no-repeat;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
	display: none;
}
.picture .classify_block .arrow_right {
	width: 50px;
	height: 50px;
	background: url(../images/picture/arrow_right.png) no-repeat;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
}
.picture .classify_list {
	width: 100%;
	height: 100px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
}
.picture .classify_list li {
	width: 12.5%;
	height: 80px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin-right: 20px;
	position: relative;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}
.picture .classify_list li img {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	flex-shrink: 0;
}
.picture .classify_list li strong {
	color: #666;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.picture .classify_list li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	background: #0772fc;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.picture .classify_list li:hover a {
	display: flex;
}
.picture .classify_list .slt a {
	display: flex;
}
.picture .classify_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.picture .classify_title h2 {
	font-size: 32px;
	font-weight: bold;
}
.picture .classify_title p {
	color: #666;
	font-size: 16px;
}
.picture .classify_type {
	margin-top: -30px;
	display: flex;
	justify-content: right;
}
.picture .classify_type .type_slt {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding: 0 20px;
	border-radius: 40px;
	margin-left: 25px;
	position: relative;
}
.picture .classify_type .type_slt span {
	color: #666;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.picture .classify_type .type_slt span i {
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}
.picture .classify_type .type_slt span em {
	font-style: normal;
}
.picture .classify_type .type_slt dl {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9;
	display: none;
}
.picture .classify_type .type_slt dd {
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.picture .classify_type .type_slt .slt {
	color: #0772fc;
}
.picture .classify_type .type_slt:hover {
	background: #fff;
	border: 1px solid #0772fc;
}
.picture .picture_list2 {
	width: calc(100% + 15px);
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.picture .picture_list2::after {
	content: '';
	flex-grow: 99999;
}
.picture .picture_list2 li {
	flex-grow: 1;
	margin: 0 15px 15px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.picture .picture_list2 li img {
	width: auto;
	min-width: 100%;
	height: 220px;
	border-radius: 4px;
	object-fit: cover;
}
.picture .picture_list2 li:hover img {
	transform: scale(1.05);
	transition: all 0.4s ease-out;
}
.picture .picture_list2 li .info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}
.picture_list2 li .link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.picture .picture_list2 li .info .btn {
	position: relative;
	z-index: 3;
}
.picture .picture_list2 li .info .btn {
	width: 100%;
	padding: 20px 10px;
	display: flex;
	justify-content: right;
}
.picture .picture_list2 li .info .btn .download {
	color: #333;
	text-align: center;
	width: 70px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.picture .picture_list2 li .info .btn a {
	padding: 0;
}
.picture .picture_list2 li .info .btn .collect {
	color: #333;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture .picture_list2 li .info .btn .collected {
	color: #0772fc;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture .picture_list2 li .info .btn i {
	margin: 0;
}
.picture .picture_list2 li .info .title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.picture .picture_list2 li:hover .info {
	display: block;
}
.picture .pagelist2 {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.picture .pagelist2 > a {
	color: #0772fc;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 2px solid #0772fc;
	background: #fff;
}
.picture .pagelist2 .next {
	color: #fff;
	background: #0772fc;
}
.picture .pagelist2 .page_btn {
	width: 96px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0px;
	top: 0px;
}
.picture .pagelist2 .page_btn i {
	margin: 0;
}
.picture .pagelist2 .page_btn a {
	color: #fff;
	width: 32px;
	height: 32px;
	background: #0772fc;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.picture .pagelist2 .page_btn input {
	text-align: center;
	width: 32px;
	height: 32px;
	padding: 0;
}

.picture_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}
.picture_cover.single_buy {
	display: none;
}
.single_buy_pop * {
	box-sizing: border-box;
}
.single_buy_pop {
	width: 630px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.single_buy_pop .close {
	width: 13px;
	height: 13px;
	background: url(../images/picture/close.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.single_buy_pop .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 60px;
	background: #8591b3;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single_buy_pop .single_box {
	width: 100%;
	padding: 20px 70px;
}
.single_buy_pop .single_box li {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}
.single_buy_pop .single_box li:last-child {
	margin: 0;
}
.single_buy_pop .single_box li > span {
	width: 85px;
	margin-top: 10px;
	flex-shrink: 0;
}
.single_buy_pop .single_box .auth_tip {
	width: 15px;
	height: 15px;
	background: url(../images/picture/ico_03.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.single_buy_pop .single_box .auth_slt {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.single_buy_pop .single_box .auth_slt dd {
	text-align: center;
	width: 115px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e0e3e9;
	border-radius: 4px;
	cursor: pointer;
}
.single_buy_pop .single_box .auth_slt .slt {
	color: #fff;
	background: #0772fc;
	border: 1px solid #0772fc;
}
.single_buy_pop .single_box .count_slt {
	width: 100%;
	border: 1px solid #e0e3e9;
	border-radius: 4px;
}
.single_buy_pop .single_box .count_slt dd {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.single_buy_pop .layui-form-radio {
	margin: 0;
	padding: 0;
}
.single_buy_pop .layui-form-radio > i {
	margin: 0;
	margin-right: 20px;
}
.single_buy_pop .layui-form-radio > i:hover,
.single_buy_pop .layui-form-radioed > i {
	color: #0772fc;
}
.single_buy_pop .single_box .count_slt .count {
	width: 120px;
}
.single_buy_pop .single_box .count_slt .price {
	color: #111;
	font-size: 16px;
	width: 120px;
	font-weight: bold;
}
.single_buy_pop .single_box .price_box .price_num {
	color: #ff4800;
}
.single_buy_pop .single_box .price_box .price_num strong {
	font-size: 30px;
}
.single_buy_pop .single_box .price_box .qr {
	width: 100%;
	padding: 10px 0;
	display: flex;
}
.single_buy_pop .single_box .price_box .qr_wx {
	width: 135px;
	text-align: center;
	margin-right: 30px;
}
.single_buy_pop .single_box .price_box .qr_wx img {
	width: 135px;
	height: 135px;
	border: 1px solid #00aa74;
	padding: 5px;
	border-radius: 5px;
}
.single_buy_pop .single_box .price_box .qr_wx span {
	color: #00aa74;
	background: url(../images/picture/ico_wx.png) left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
}
.single_buy_pop .single_box .price_box .qr_ali {
	width: 135px;
	text-align: center;
}
.single_buy_pop .single_box .price_box .qr_ali img {
	width: 135px;
	height: 135px;
	border: 1px solid #00a7e3;
	padding: 5px;
	border-radius: 5px;
}
.single_buy_pop .single_box .price_box .qr_ali span {
	color: #00a7e3;
	background: url(../images/picture/ico_ali.png) left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
}
.single_buy_pop .single_box .price_box .agreement {
	width: 100%;
}
.single_buy_pop .single_box .price_box .agreement a {
	color: #0772fc;
}

.upgrade_pop_picture * {
	box-sizing: border-box;
}
.upgrade_pop_picture {
	width: 850px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.upgrade_pop_picture .close {
	color: #666;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 9;
	cursor: pointer;
}
.upgrade_pop_picture .left {
	font-size: 12px;
	width: 200px;
	position: relative;
}
.upgrade_pop_picture .left .per {
	color: #374361;
	width: 100%;
	padding: 20px;
	border-radius: 4px 0 0 4px;
	background: #dae4fe;
}
.upgrade_pop_picture .left .com {
	color: #ffdbb8;
	width: 100%;
	padding: 20px;
	border-radius: 4px 0 0 4px;
	background: #4f79ff;
}
.upgrade_pop_picture .left .type_info {
	height: 100%;
	display: none;
}
.upgrade_pop_picture .left .type_info.per {
	display: block;
}
.upgrade_pop_picture .left .type_info > div {
	display: none;
}
.upgrade_pop_picture .left .type_info .year {
	display: block;
}
.upgrade_pop_picture .left h2 {
	font-size: 20px;
	font-weight: bold;
}
.upgrade_pop_picture .left h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.upgrade_pop_picture .left strong {
	font-weight: bold;
	display: inline-block;
}
.upgrade_pop_picture .left ul {
	margin-top: 5px;
	border-bottom: 1px solid #b9c3df;
	padding-bottom: 5px;
}
.upgrade_pop_picture .left li {
	width: 100%;
	line-height: 32px;
	display: flex;
	justify-content: space-between;
}
.upgrade_pop_picture .left li em {
	font-style: normal;
}
.upgrade_pop_picture .left dl {
	width: 100%;
	margin-top: 10px;
}
.upgrade_pop_picture .left dd {
	width: 100%;
	line-height: 28px;
	padding-left: 15px;
	position: relative;
}
.upgrade_pop_picture .left dd::after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #374361;
	position: absolute;
	left: 0;
	top: 13px;
}
.upgrade_pop_picture .left .type_info.com dd::after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #ffdbb8;
	position: absolute;
	left: 0;
	top: 13px;
}
.upgrade_pop_picture .left .link {
	color: #374361;
	margin-top: 40px;
	display: block;
}
.upgrade_pop_picture .left .type_info.com .link {
	color: #ffdbb8;
}
.upgrade_pop_picture .right {
	width: 650px;
	border-radius: 0px 4px 0 0;
}
.upgrade_pop_picture .right .user {
	width: 100%;
	padding: 20px 30px;
	background: #f6f7f9;
	border-radius: 0px 4px 0 0;
	display: flex;
}
.upgrade_pop_picture .right .user img {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	margin-right: 15px;
}
.upgrade_pop_picture .right .user strong {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
.upgrade_pop_picture .right .user p {
	color: #636c78;
	font-size: 14px;
	line-height: 22px;
}
.upgrade_pop_picture .right .title_type {
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.upgrade_pop_picture .right .title_type li {
	color: #666;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin: 0 60px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.upgrade_pop_picture .right .title_type li strong {
	font-size: 20px;
}
.upgrade_pop_picture .right .title_type .slt::after {
	content: '';
	width: 100px;
	height: 4px;
	background: #2254f4;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0);
}
.upgrade_pop_picture .right .level_slt {
	width: 100%;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
}
.upgrade_pop_picture .right .level_slt li {
	text-align: center;
	width: 260px;
	height: 185px;
	border: 1px solid #e0e5ea;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	cursor: pointer;
}
.upgrade_pop_picture .right .level_slt ul {
	width: 100%;
	display: none;
	justify-content: space-between;
}
.upgrade_pop_picture .right .level_slt .level_per {
	display: flex;
}
.upgrade_pop_picture .right .level_slt li.slt {
	border: 1px solid #2254f4;
}
.upgrade_pop_picture .right .level_slt li.slt::after {
	content: '';
	width: 27px;
	height: 26px;
	background: url(../images/picture/ico_slt.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.upgrade_pop_picture .right .level_slt li > h2 {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.upgrade_pop_picture .right .level_slt li .price_num {
	color: #222;
	font-size: 14px;
	width: 100%;
	line-height: 50px;
}
.upgrade_pop_picture .right .level_slt li .price_num strong {
	color: #ff4800;
	font-size: 32px;
}
.upgrade_pop_picture .right .level_slt li .notice {
	font-size: 12px;
	width: 100%;
	line-height: 25px;
	border-top: 1px solid #ececec;
	padding-top: 10px;
}

.upgrade_pop_picture .right .price_box {
	width: calc(100% - 60px);
	border: 1px solid #e0e5ea;
	border-radius: 4px;
	margin: 0 30px 20px 30px;
	padding: 20px;
	display: flex;
}
.upgrade_pop_picture .right .price_box .qr_box {
	width: 122px;
	text-align: center;
	margin-right: 30px;
}
.upgrade_pop_picture .right .price_box .qr_box img {
	width: 122px;
	height: 122px;
	border: 1px solid #e6e6e6;
	padding: 5px;
	border-radius: 5px;
}
.upgrade_pop_picture .right .price_box .qr_box .wx {
	background: url(../images/picture/ico_wx.png) left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
}
.upgrade_pop_picture .right .price_box .qr_box .ali {
	background: url(../images/picture/ico_ali.png) left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
}
.upgrade_pop_picture .right .price_info {
	font-size: 17px;
	padding-top: 20px;
}
.upgrade_pop_picture .right .price_info span {
	color: #ff4800;
}
.upgrade_pop_picture .right .price_info strong {
	font-size: 32px;
}
.upgrade_pop_picture .right .price_info p {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.upgrade_pop_picture .right .price_info .wx {
	width: 24px;
	height: 24px;
	background: url(../images/picture/ico_wx02.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}
.upgrade_pop_picture .right .price_info .ali {
	width: 24px;
	height: 24px;
	background: url(../images/picture/ico_ali02.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

/*首页imgchennel*/
.layui-tab-content .layui-tab-item .imgchannel_cross_preview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 470px;
	overflow: hidden;
}

.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item {
	/*	flex-grow: 1;*/
	margin: 0 15px 15px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item:hover .info {
	display: block;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item img {
	width: auto;
	min-width: 100%;
	height: 220px;
	border-radius: 4px;
	object-fit: cover;
}

.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .btn {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 20px 10px;
	display: flex;
	justify-content: right;
	box-sizing: border-box;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .btn .download {
	color: #333;
	text-align: center;
	width: 70px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .btn a {
	padding: 0;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .btn .collect {
	color: #333;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layui-tab-content
	.layui-tab-item
	.imgchannel_cross_preview
	.imgchannel_item
	.info
	.btn
	.collected {
	color: #0772fc;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .btn i {
	margin: 0;
}
.layui-tab-content .layui-tab-item .imgchannel_cross_preview .imgchannel_item .info .title {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 10px;
	box-sizing: border-box;
}

/*首页 添加到桌面*/
.header .search-box {
	display: flex;
	width: 360px;
	height: 38px;
	margin-right: 15px;
	border-radius: 5px;
	position: relative !important;
	top: 7px !important;
	float: right;
}
.header .search-box .add-desk {
	display: flex;
	align-items: center;
	width: 30px;
}
.header .search-box .add-desk .add-button {
	align-items: center;
}
.header .search-box .add-desk .down-horver {
	display: none;
}
.header .search-box .add-desk .down-san {
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #000; /*透明 透明  灰*/
	position: absolute;
	top: 33px;
	left: 0px;
}
.header .search-box .add-desk .down-info {
	width: 110px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	background: #000;
	position: absolute;
	color: #fff;
	top: 40px;
	left: -45px;
	text-align: center;
	border-radius: 4px;
}

.excellent_articles_box {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	position: relative;
}

.excellent_articles_box .excellent_star {
	float: right;
	font-size: 14px;
	color: #999;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.excellent_articles_box li.excellent_articles_row {
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 44px;
	/* border-bottom: 1px solid #eaeaea; */
	padding: 0 2%;
	border: 1px solid #eaeaea;
	border-top: 0;
	box-sizing: border-box;
	height: 44px;
}

.excellent_articles_box li.excellent_articles_row a {
	float: left;
	width: 100%;
}
.excellent_articles_row em {
	height: 22px;
	background: url(../images/one_dow_icon.2.png) no-repeat -1px -103px;
	float: left;
	width: 19px;
	margin-top: 10px;
	background-size: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	margin-right: 14px;
}
.excellent_articles_box .excellent_title {
	float: left;
	color: #1c69cc;
	font-weight: 700;
	font-size: 17px;
	width: 50%;
}
.excellent_articles_row i {
	height: 15px;
	background: url(../images/search_icon.png) no-repeat 4px -36px;
	float: left;
	width: 81px;
}
.excellent_articles_box li.excellent_articles_row:first-child {
	margin-top: 40px;
}
.excellent_articles_box .excellent_articles_title {
	float: left;
	background: #f5f5f8;
	padding-bottom: 0;
	height: 43px;
	line-height: 43px;
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: absolute;
	border: 1px solid #f0f0f0;
	color: #666;
	font-weight: 700;
	font-size: 17px;
	top: -4px;
}
.excellent_articles_box li.excellent_articles_row + li.excellent_articles_title {
	display: block;
}
.excellent_articles_box .excellent_articles_title:before {
	float: left;
	content: '';
	width: 32px;
	height: 20px;
	margin: 0px 9px;
	margin-top: 12px;
	border-radius: 60px;
	background: url(../images/one_dow_icon.3.png) no-repeat 6px -301px;
}

.recommend_block {
	width: 100%;
	border: 1px solid #eaeaea;
}
.recommend_block * {
	box-sizing: border-box;
}
.recommend_block .recommend_title {
	background: #f5f5f8;
	height: 43px;
	line-height: 43px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	color: #666;
	font-size: 17px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.recommend_block .recommend_title::before {
	content: '';
	width: 32px;
	height: 20px;
	margin: 0px 9px;
	border-radius: 60px;
	background: url(../images/one_dow_icon.3.png) no-repeat 6px -301px;
}
.recommend_block .recommend_list li {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.recommend_block .recommend_list li:last-child {
	border: none;
}
.recommend_block .recommend_list li .img {
	width: 90px;
	height: 90px;
	background: #f5f5f5;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.recommend_block .recommend_list li .img img {
	max-width: 100%;
	max-height: 100%;
}
.recommend_block .recommend_list li .info_box {
	width: calc(100% - 220px);
}
.recommend_block .recommend_list li .info_box strong {
	font-size: 15px;
}
.recommend_block .recommend_list li .info_box .tag {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	display: flex;
	overflow: hidden;
}
.recommend_block .recommend_list li .info_box .tag a {
	color: #444;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 0 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.recommend_block .recommend_list li .info_more {
	color: #0772fc;
	text-align: center;
	width: 86px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #0772fc;
	border-radius: 4px;
	margin-left: 30px;
	flex-shrink: 0;
}

.relevant_list {
	width: 100%;
}
.relevant_list li {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.relevant_list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.relevant_list li a > strong {
	color: #1c69cc;
	font-size: 17px;
	height: 24px;
	line-height: 24px;
	display: flex;
	overflow: hidden;
}
.relevant_list li a > strong::before {
	content: '';
	width: 19px;
	height: 22px;
	background: url(../images/one_dow_icon.2.png) no-repeat -1px -103px;
	background-size: 100%;
	margin-right: 10px;
	border: 1px solid #ececec;
	display: inline-block;
	flex-shrink: 0;
}
.relevant_list li a > span {
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.relevant_list li a > span::after {
	content: '';
	width: 81px;
	height: 15px;
	background: url(../images/search_icon.png) no-repeat 4px -36px;
	display: inline-block;
}

.header_second {
	width: 100%;
	min-width: 1260px;
	height: 70px;
	padding: 10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 10 !important;
	background: #ffffff;
	top: 0px;
	left: 0;
}
.header_second .left {
	display: flex;
}
.header_second .left .logo {
	background: url(../img/logo.png) center no-repeat;
	width: 177px;
	height: 48px;
	float: left;
	background-size: 100% 100%;
}
.header_second .left .nav {
	height: 50px;
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.header_second .left .nav > i {
	color: #333;
	font-size: 16px;
}
.header_second .left .nav > i::before {
	color: #b8b8b8;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: bottom;
}
.header_second .left .nav > dl {
	width: 120px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	left: -13px;
	z-index: 99;
	display: none;
}
.header_second .left .nav > dl a {
	text-align: center;
	width: 100%;
	line-height: 38px;
	display: block;
}
.header_second .left .nav:hover dl {
	display: block;
}
.header_second .search {
	width: 600px;
	height: 48px;
	background: #f3f4f9;
	border-radius: 6px;
	display: flex;
}
.header_second .search .slt {
	width: 130px;
	height: 38px;
	line-height: 38px;
	outline: none;
	background: none;
	box-sizing: border-box;
}
.header_second .search .slt .layui-input {
	color: #666;
	width: 100%;
	height: 48px;
	line-height: 46px;
	outline: none;
	background: none;
	border: none;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.header_second .search .slt .layui-form-select .layui-edge {
	right: 10px;
	top: 52%;
}
.header_second .search .slt .layui-form-select dl dd.layui-this {
	color: #444;
	background: #f3f4f9;
}
.header_second .search .slt .layui-form-select dl {
	padding: 0px;
	border: none;
	box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}
.header_second .search .slt .layui-form-select dd {
	color: #444;
	text-align: center;
}

.header_second .search .search_box {
	position: relative;
	display: flex;
}
.header_second .search .search_box > i {
	color: #bbbbbb;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 13px;
	cursor: pointer;
	display: none;
}
.header_second .search .search_box .search_inp:valid + .clear {
	display: block;
}
.header_second .search .search_inp {
	width: 410px;
	height: 48px;
	line-height: 48px;
	outline: none;
	background: none;
	border-radius: 5px 0 0 5px;
	padding: 8px 0 8px 15px;
	box-sizing: border-box;
	border: none;
	position: relative;
}
.header_second .search .search_inp::before {
	content: '321';
	width: 2px;
	height: 15px;
	background: #e7e7e9;
	position: absolute;
	left: 0;
	top: 10px;
}
.header_second .search .search_inp::-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
}

.header_second .search .search_inp::-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

.header_second .search .search_inp::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

.header_second .search .search_btn {
	cursor: pointer;
	background: none;
	width: 60px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #bbb;
	border-radius: 0 5px 5px 0;
	outline: none;
	border: none;
}
.header_second .search .search_btn i {
	font-size: 22px;
}

.header_second .user_block {
	height: 50px;
	display: flex;
	align-items: center;
}
.header_second .user_block .login {
	display: flex;
	display: none;
}
.header_second .user_block .btn_login {
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #2477e8;
	color: #2477e8;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	width: 90px;
}

.header_second .user_block .btn_register {
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #c1c1c1;
	color: #999999;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	width: 80px;
}
.header_second .user_block .userinfo {
	height: 54px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header_second .user_block .user_headimg {
	height: 45px;
	width: 45px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
.header_second .user_block .user_headimg img {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	background: #ececec;
	display: inline-block;
}
.header_second .user_block .user_box {
	position: absolute;
	top: 52px;
	left: -213px;
	width: 255px;
	height: auto;
	padding: 25px 17px 0px 17px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: #fff;
	display: none;
}
.header_second .user_block .userinfo:hover .user_box {
	display: block;
}

.word_slt {
	position: relative;
}
.word_slt ul {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.word_slt li {
	margin-right: 10px;
	flex-shrink: 0;
}
.word_slt li:last-child {
	margin-right: 0;
}
.word_slt a {
	color: #666;
	font-size: 14px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #f3f3f4;
	border-radius: 6px;
	padding: 0 25px;
	display: block;
}
.word_slt a.slt {
	background: #f3f3f4;
}
.word_slt a:hover {
	background: #f3f3f4;
}
.word_slt .arrow {
	color: #aaa;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	cursor: pointer;
}
.word_slt .arrow.left {
	left: -20px;
	transform: rotate(90deg);
}
.word_slt .arrow.right {
	right: -20px;
	transform: rotate(-90deg);
}

.subject_title2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subject_title2 strong {
	font-size: 24px;
	line-height: 25px;
}
.subject_title2 a {
	font-size: 14px;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 36px;
	background: #f3f4f9;
	border-radius: 36px;
}
.subject_notice {
	width: 100%;
	padding: 10px 50px;
	box-sizing: border-box;
	background: #f0f7ff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.subject_notice::after {
	content: '';
	width: 5px;
	height: 45px;
	background: #0076f6;
	border-radius: 2px;
	position: absolute;
	left: 30px;
	top: 20px;
}
.subject_notice > strong {
	font-size: 18px;
	line-height: 34px;
}
.subject_notice > p {
	font-size: 14px;
	line-height: 26px;
	display: flex;
	flex-wrap: wrap;
}
.subject_notice > p > a {
	color: #fff;
	height: 26px;
	line-height: 26px;
	background: #78b6fa;
	padding: 0 15px;
	border-radius: 3px;
	margin-right: 10px;
}

.search_nav_list {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	justify-content: center;
}
.search_nav_list a {
	color: #4a4a4a;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin: 0 20px;
}
.search_nav_list .active {
	color: #0772fc;
	border-bottom: 4px solid #0772fc;
}
.show_title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 20px 0;
}

/* 设计工具 */
.tools_bolck {
	width: 100%;
	padding-top: 100px;
}
.tools_bolck .tools_title {
	width: 100%;
}
.tools_bolck .tools_title span {
	font-size: 24px;
}
.tools_bolck .tools_list {
	width: 100%;
	margin: 20px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.tools_bolck .tools_list > a {
	width: 180px;
	height: 180px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-right: calc(120px / 5);
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.tools_bolck .tools_list > a:nth-child(6n) {
	margin-right: 0;
}
.tools_bolck .tools_list > a i {
	color: #fff;
	font-size: 30px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tools_bolck .tools_list > a i.c1 {
	background: #ff814a;
}
.tools_bolck .tools_list > a i.c2 {
	background: #6ec3ff;
}
.tools_bolck .tools_list > a i.c3 {
	background: #7c6ff1;
}
.tools_bolck .tools_list > a i.c4 {
	background: #47c46b;
}
.tools_bolck .tools_list > a i.c5 {
	background: #ea6a63;
}
.tools_bolck .tools_list > a i.c6 {
	background: #aacae7;
}
.tools_bolck .tools_list > a i.c7 {
	background: #fed016;
}
.tools_bolck .tools_list > a span {
	font-size: 18px;
	margin-top: 15px;
}
.tools_bolck .tools_list > a p {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.templateimg1 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background: #e8ebea;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.other_item {
	width: 15.5%;
	height: 0px;
	text-align: center;
	margin-bottom: 40px;
	margin-right: calc(7% / 5);
	background: #e8ebea;
	border-radius: 5px;
	padding-bottom: 16%;
	position: relative;
	float: left;
}
.other_item:nth-child(6n) {
	margin-right: 0;
}
.other_item img {
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-shadow: none !important;
}
.other_item > p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: -30px;
}

/* 我的AI生成 */
.ai_history_img_list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ai_history_img_list .image_box {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
}

.ai_history_img_list .image_box .time {
	font-size: 20px;
	width: 100%;
	margin-bottom: 30px;
	font-weight: bold;
}

.ai_history_img_list .image_box .info_box {
	width: 100%;
	display: flex;
}

.ai_history_img_list .image_box .info_box .right {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ai_history_img_list .image_box .info_box .right .info {
	color: #a2a3b8;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ai_history_img_list .image_box .info_box .right .image_list {
	width: 100%;
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
}

.ai_history_img_list .image_box .info_box .right .image_list .failed {
	width: 300px;
	height: 50px;
	background: #fff2f0;
	border: 1px solid #ffccc7;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #e22525;
}

.ai_history_img_list .image_box .info_box .right .image_list .placeholder {
	display: block;
	flex: 1;
	min-width: 0;
	max-width: 100%;
	width: auto;
	height: auto;
	max-width: 300px;
	height: 300px;
	background: linear-gradient(45deg, #6c7294, #4a6b5a, #5a607a, #6a8a7a, #9e8576, #4a7a5a, #5a9a7a);
	background-size: 400% 400%;
	border-radius: 8px;
	overflow: hidden;
	animation: rainbow-flow 3s ease-in-out infinite;
}

.ai_history_img_list .image_box .info_box .right .image_list .placeholder:nth-child(1) {
	animation-delay: 0s;
}

.ai_history_img_list .image_box .info_box .right .image_list .placeholder:nth-child(2) {
	animation-delay: 0.3s;
}

.ai_history_img_list .image_box .info_box .right .image_list .placeholder:nth-child(3) {
	animation-delay: 0.6s;
}

.ai_history_img_list .image_box .info_box .right .image_list .placeholder:nth-child(4) {
	animation-delay: 0.9s;
}

@keyframes rainbow-flow {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

.ai_history_img_list .image_box .info_box .right .image_list a {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

.ai_history_img_list .image_box .info_box .right .image_list img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 200px;
	border-radius: 8px;
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.ai_history_img_list .image_box .info_box .right .image_list a:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}
.ai_history_img_list li {
	width: calc((100% - 80px) / 5);
}
.ai_history_img_list li .img {
	width: 100%;
	height: 240px;
	background: #f9f9fc;
	object-fit: cover;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.ai_history_img_list li .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.ai_history_img_list li .info {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ai_history_img_list li .info .name {
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ai_history_img_list li .info .time {
	color: #999;
	width: 100%;
	height: 24px;
	line-height: 24px;
}

/* AI收藏列表样式 */
.ai_collect_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	width: 100%;
}

.ai_collect_item {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #f9f9fc;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ai_collect_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ai_collect_img_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.ai_collect_img_link.img-count-2,
.ai_collect_img_link.img-count-3,
.ai_collect_img_link.img-count-4 {
	display: grid;
	gap: 2px;
}

.ai_collect_img_link.img-count-2 {
	grid-template-columns: repeat(2, 1fr);
}

.ai_collect_img_link.img-count-3 {
	grid-template-columns: repeat(2, 1fr);
}

.ai_collect_img_link.img-count-3 img:nth-child(3) {
	grid-column: span 2;
}

.ai_collect_img_link.img-count-4 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.ai_collect_img_link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ai_collect_heart {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #ff4d4f;
	cursor: pointer;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.ai_collect_heart:hover {
	background: rgba(255, 255, 255, 1);
}

.ai_share_delete {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.ai_share_delete:hover {
	background: rgba(255, 255, 255, 1);
	color: #333;
}

.ai_share_delete {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.ai_share_delete:hover {
	background: rgba(255, 255, 255, 1);
	color: #333;
}

.no_result {
	text-align: center;
	padding: 100px 0;
	color: #999;
}

.details_content .picture_list {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.details_content .picture_list::after {
	content: '';
	flex-grow: 99999;
}
.details_content .picture_list li {
	flex-grow: 1;
	margin: 12px;
	overflow: hidden;
}
.details_content .picture_list li img {
	width: auto;
	min-width: 100%;
	height: 220px;
	border-radius: 4px;
	object-fit: cover;
}
.details_content .picture_list li img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

@media (max-width: 1600px) {
	.ai_collect_grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1200px) {
	.ai_collect_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.ai_collect_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 480px) {
	.ai_collect_grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
