/*single*/
.container {
	max-width: 1440px;
	margin: 0 auto;
}
.huatheme-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 2rem 0 3rem 0;
	background-color: #f4f4ff;
	background-image: -webkit-linear-gradient(left, #ffffff, #e3edff 25%, #f3e9fe 50%, #e3edff 75%, #ffffff);
}
.huatheme_info {
	padding: 30px 0;
}
.huatheme_left {
	width: 35%;
	float: left;
}
.huatheme_right {
	width: 60%;
	float: right;
}
.huatheme_info {
	padding: 30px 0;
}

.theme-item-image {
	position: relative;
}
.theme-item-image img {
	background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
	border-radius: 6px;
}
.theme-item-image .theme-overview {
	max-width: 90%
}
.theme_title {
	margin: 15px 0;
}
.theme_title h1 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.theme_title em {
	color: #fcfbf7;
	background: #151414 none repeat scroll 0 0;
	padding: 0 5px 0 5px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
	border-radius: 30px;
}
.theme_title p {
	font-size: 15px;
	letter-spacing: .1em;
	color: #858585;
margin-top:.5rem;
}
.meta {
	margin: 1.5rem 0;
}
.theme-price {
	width: 100%;
	position: relative;
	font-size: 14px;
}
.theme-price .text-vip {
	color: #fb2d2d !important;
	font-size: 1.8em;
	font-weight: 700;
}
.theme-price .text-vip small {
	font-weight: 400;
}
.theme-price .text-vip .font-theme {
	margin-left: 5px;
	font-family: 'oswaldregular', sans-serif;
}
.theme-price .huodong {
	background: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
	display: inline-block;
	padding: .5em .5em;
	line-height: 1.44;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	margin-left: 1rem;
	position: relative;
	bottom: 9px;
}
.theme-price .text-vip {
	color: #fb2d2d !important;
	font-size: 1.8em;
	font-weight: 700;
}
.theme-price .text-vip small {
	font-weight: 400;
}
.theme-price .text-vip .font-theme {
	margin-left: 5px;
	font-family: 'oswaldregular', sans-serif;
}
.huodong {
	background: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
	display: inline-block;
	padding: .5em .5em;
	line-height: 1.44;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	margin-left: 1rem;
	position: relative;
	bottom: 9px;
}
.theme-server {
	display: inline-block;
	margin: 30px 0;
	position: relative;
	width: 100%;
}
.theme-server li {
	width: 50%;
	text-align: left;
	color: #303138;
	float: left;
	margin-bottom: 10px;
	cursor: default;
}

.btn-theme {
	padding: 0;
}
.btn-theme a {
	margin-right: 15px;
	margin-bottom: 10px;
}

.btn-all {
	padding: 0.15rem 1.9rem;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 40px;
	font-weight: 600;
	border-width: 2px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
}
.btn-all span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	will-change: transform;
}
.btn-all:hover span, .btn-all:focus span {
-webkit-transform:translate3d(-.75rem, 0, 0);
transform:translate3d(-.55rem, 0, 0);
}
.btn-all i {
	position: absolute;
	width: 1.25em;
	right: 0rem;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-all:hover i, .btn-all:focus i {
	opacity: 1;
	right: -1.6rem;
}