﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catesell-item {
	display: flow-root;
}
.syimgid-box {
	float: left;
	width: 49%;
	background: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(16, 19, 122, 0.3);
	margin-bottom: 2%;
	justify-content: space-between;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
.syimgid-box:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213, 213, 213, 0.4);
}
.syimgid-box:nth-child(even) {
	float: right;
}
.syimgid-item-l {
	width: 39%;
	position: relative;
	overflow: hidden;
}
.syimgid-item-l a {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0);
}
.syimgid-item-l img {
	width: 100%;
	align-self: center;
}
.syimgid-item-r {
	width: 58%;
}
.syimgid-item-r h3 {
	font-weight: inherit;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.syimgid-item-price,
p.syimgid-item-price span {
	font-size: 15px;
	color: #fe4632;
	margin: 8px 0;
	cursor: default;
}
p.syimgid-item-price.wujia {
	height: 22px;
}
p.syimgid-item-price span {
	font-size: 20px;
	font-weight: 600;
	margin-right: 5px;
}
.syimgid-item-other {
	background: #eff1f3;
	color: #888;
	padding: 5px;
	font-size: 13px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.65;
}
.syimgid-item-b {
	margin-top: 15px;
	background: rgba(201, 209, 216, 0.3);
	border-radius: 50px;
	position: relative;
	justify-content: space-between;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
}
.syimgid-item-b:before {
	content: "";
	width: 2px;
	height: 16px;
	border-left: 1px solid #c9d1d8;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -8px;
}
.syimgid-item-b a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 110px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: #5d74f0;
	border-radius: 50px;
}
.syimgid-item-b a.syimgid-item-demo {
	width: 145px;
}
.syimgid-item-b a.syimgid-item-btn {
	display: block;
	width: 50%;
	background: 0 0;
	border-radius: 0;
	color: #5d74f0;
	border: none;
	line-height: 36px;
	margin: 0;
	outline: 0;
}
.syimgid-item-b:hover a.syimgid-item-demo {
	width: 50%;
	background: 0 0;
	border-radius: 0;
	color: #5d74f0;
}
.syimgid-item-b a.syimgid-item-btn:hover,
.syimgid-item-b a.syimgid-item-demo:hover {
	-webkit-transition: 0.5s;
	background: #5d74f0;
	border-radius: 50px;
	color: #fff;
	width: 145px;
}
@media screen and (max-width: 999px) {
	.menu-item-has-children > a:after,
	.nav-pills li:before,
	.secnav,
	.side-list small,
	.top-bar-right,
	.top_fr_login {
		display: none;
	}
	.catalist-main,
	.category-main.sidebaron,
	.content-wrap,
	.search-main,
	.syimgid-box {
		width: 100%;
	}
	.syimgid-item-b,
	span.sl-meta-author,
	span.sl-meta-comm {
		display: none;
	}
	.syimgid-box {
		padding: 15px;
		border-radius: 6px;
	}
	.syimgid-item-other {
		-webkit-line-clamp: 3;
		height: auto;
		max-height: 73px;
	}
	.relates-list .push-box-inner {
		width: 48%;
		height: 27.5862vw;
		margin-bottom: 2%;
	}
	.xshare {
		width: 100%;
	}
	.xactions.fr {
		float: left;
		margin-top: 10px;
		margin-bottom: -10px;
	}
	.xactions a {
		margin: 0 10px 0 0;
	}
	h1.article-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: normal;
		padding-bottom: 0 !important;
	}
	.article-meta {
		margin-top: 10px;
	}
	.pay-box a.btn,
	.pay-box a.btn-demo,
	.pay-box a.btn.btn-qq {
		min-width: auto;
	}
	.sale-works-top {
		padding-top: 0;
		display: block;
	}
	.sale-works-top h1 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: normal;
		margin: 0 auto;
	}
	.contents-wrapper .outer {
		width: 48%;
		margin-right: 4%;
	}
	.contents-wrapper .outer:nth-child(2n) {
		margin-right: 0;
	}
	.img-large img {
		width: 90%;
	}
}
@media screen and (max-width: 375px) {
	.push-box-inner {
		height: 29.33333vw;
	}
	.syimgid-item-r h3 {
		font-size: 1.05em;
	}
	p.syimgid-item-price span {
		font-size: 1.05em;
	}
	h2.postmode-title {
		font-size: 1.5em;
	}
	h2.postmode-title:after,
	h2.postmode-title:before {
		width: 25%;
	}
	.postmode-description {
		font-size: 13px;
		font-size: 0.9em;
	}
	.section-info {
		margin: 25px auto 10px;
	}
	.home-text-item {
		padding: 15px 20px 10px;
	}
	h2.text-item-title {
		padding-right: 30px;
		font-size: 16px;
		margin-bottom: 8px;
	}
	p.text-item-info {
		-webkit-line-clamp: 2;
		height: 40px;
	}
	article.article-main.theme-box {
		padding: 20px 10px;
	}
	.article-header .navcates:before {
		left: -13px;
	}
	.article-header {
		margin-bottom: 20px;
	}
	.single-r-usable {
		width: 100px;
		height: 60px;
		background-size: cover;
		opacity: 0.88;
	}
	.article-download {
		padding: 15px;
	}
	.download-up {
		padding-left: 0;
	}
	.article-download i.icon {
		display: none;
	}
}
@media screen and (max-width: 360px) {
	#links-home li {
		width: 49%;
	}
	.single-info #font-change {
		display: none;
	}
	aside.mobile_aside {
		min-width: 100%;
	}
	.syimgid-item-other {
		-webkit-line-clamp: 1;
	}
	.download-links ul li span {
		width: 50px;
		font-size: 12px;
	}
}
@media screen and (max-width: 330px) {
	.sl-meta {
		display: none;
	}
}
