@charset "utf-8";
/*@import "fonts.css";*/

/* 初始化 */

html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	background: #1b1b1b;
}

body {
	font-family: '微软雅黑', sans-serif;
	text-align: center;
	background: none;
	overflow: visible;
	color: #666666;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #666666;
	font-family: '微软雅黑', sans-serif;
}

a:hover {
	color: #1785C8;
}

input {
	vertical-align: middle;
	outline: none;
	font-family: '微软雅黑', sans-serif;
}

input[type="radio"] {
	vertical-align: -1px;
	vertical-align: middle\9;
}

.input_txt {
	height: 18px;
	height: 22px\9;
	padding-left: 1px;
	padding-top: 4px;
	padding-top: 0\9;
	border: 1px solid #B3D0DF;
	*line-height: 22px;
}

textarea {
	outline: none;
	font-family: '微软雅黑', sans-serif;
	resize: none
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

form {
	padding: 0;
	margin: 0;
}

/* 常用类 */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.inlineBlock {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.opacity {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.breakAll {
	word-wrap: break-word;
	word-break: break-all;
}

/* 页码 */

.pageNum {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px;
}

.pageNum a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Montserrat', '微软雅黑', sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 50px;
	line-height: 50px;
	background-color: #2a2a2a;
	transition: all .4s;
	border-radius: 10px;
	margin: 0 5px;
}

.pageNum a:hover {
	background-color: #ff9900;
}

.pageNum a.active {
	background-color: #ff9900;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/*@font-face {*/

/*	font-family: "Hansans-Heavy";*/

/*	src: url('../fonts/SOURCEHANSANSCN-HEAVY.OTF');*/

/*}*/

/*@font-face {*/

/*	font-family: "Hansans-Regular";*/

/*	src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');*/

/*}*/

/*@font-face {*/

/*	font-family: "Hansans-Normal";*/

/*	src: url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');*/

/*}*/

/*@font-face {*/

/*	font-family: "Hansans-Medium";*/

/*	src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');*/

/*}*/

/* 主框架 */

#all {
	width: 100%;
	position: relative;
	padding-top: 56px;
	min-height: 100vh;
	box-sizing: border-box;
	padding-bottom: 64px;
}

.w-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.w-1120 {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}

.w-1426 {
	width: 1426px;
	margin: 0 auto;
	position: relative;
}

.w-1110 {
	width: 1110px;
	margin: 0 auto;
	position: relative;
}

.flex {
	display: flex;
}

#top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	background: #2a2a2a;
	color: #FFFFFF;
	height: 56px;
}

#top .logo {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	cursor: pointer;
}

#top .expand-btn {
	width: 56px;
	height: 56px;
	background: url("../images/expand-btn.png") center no-repeat;
	cursor: pointer;
}

#top .menu {
	transition: all .4s;
	height: 56px;
	line-height: 56px;
	margin-left: 25px;
	width: 0;
	overflow: hidden;
	text-align: left;
	display: flex;
}

#top .menu.expand {
	width: 1200px;
}

#top .menu .child {
	width: 1200px;
}

#top .menu a {
	/*font-family: "Hansans-Heavy" !important;*/
	font-weight: bold;
	/* font-style: italic; */
	color: #FFFFFF;
	font-size: 14px;
	/* margin-right: 30px; */
	transition: all .4s;
	text-align: center;
	width: 100px;
	display: inline-block;
	overflow: hidden;
	height: 56px;
	position: relative;
}

#top .menu a:hover {
	color: #ff9900;
}

#top .menu a.active {
	color: #ff9900;
}

#top .menu a:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	top: 20px;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

#top .menu span {
	transition: all .4s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top .menu .cn {
	opacity: 0;
}

#top .menu .en {
	opacity: 1;
}

#top .menu a:hover .cn {
	opacity: 1;
}

#top .menu a.active .cn {
	opacity: 1;
}

#top .menu a:hover .en {
	opacity: 0;
}

#top .menu a.active .en {
	opacity: 0;
}

/* #top .menu a.active:after {
	opacity: 1;
}

#top .menu a:hover:after {
	opacity: 1;
} */

#foot {
	height: 66px;
	background: #1b1b1b;
	width: 100%;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #333333;
	padding: 0 20px;
	box-sizing: border-box;
}

#foot .foot-logo {
	background: url("../images/foot-logo.png");
	width: 93px;
	height: 36px;
}

#foot .copy-right {
	/* margin-right: 12px; */
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	/*font-family: "Hansans-Regular" !important;*/
	text-align: left;
	display: flex;
	align-items: center;
}

#foot .copy-right .email-icon {
	background: url("../images/email-icon.png");
	width: 30px;
	height: 31px;
	cursor: pointer;
	margin-right: 10px;
}

.foot-flex {
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.nav-bar {
	width: 100%;
	position: fixed;
	top: 56px;
	left: 0;
	height: 48px;
	z-index: 995;
	background: #1b1b1b;
	display: flex;
}

.nav-bar a {
	display: block;
	height: 48px;
	line-height: 48px;
	position: relative;
	text-align: center;
	color: #999999;
	font-size: 14px;
	letter-spacing: .25em;
	text-indent: .25em;
	margin: 0 25px;
}

.nav-bar a:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ff9900;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.nav-bar a.active:after {
	opacity: 1;
}

.nav-bar a:hover:after {
	opacity: 1;
}

.news-list {
	width: 1440px;
	position: relative;
	margin-left: -7px;
}

.news-list.cover {
	width: 400px;
	margin: 0;
}

.news-list .item {
	padding-left: 30px;
	width: 450px;
	padding-bottom: 35px;
	cursor: pointer;
}

.news-list.cover .item {
	width: 400px;
	padding-left: 0;
}

.news-list.cover .item:nth-last-child(1) {
	padding-bottom: 0;
}

.news-list .item .image {
	overflow: hidden;
	position: relative;
}

.news-list.cover .item .image {
	width: 400px;
	height: 400px;
}

.news-list .item .image img {
	width: 100%;
	height: 100%;
	display: block;

	object-fit: cover;
	vertical-align: middle;
}

.news-list .item .image .pv {
	position: absolute;
	padding: 0 30px;
	background: #000000;
	bottom: 12px;
	right: 12px;
	color: #FFFFFF;
}

.news-list .item .image .pv .no {
	padding-top: 5px;
	line-height: 30px;
	font-size: 22px;
	/*font-family: "Hansans-Regular" !important;*/
}

.news-list .item .image .pv .view {
	padding-bottom: 8px;
	line-height: 16px;
	font-size: 10px;
	/*font-family: "Hansans-Normal" !important;*/
}

.news-list .item .info {
	background: #2a2a2a;
	padding: 0 15px;
	box-sizing: content-box;
	text-align: left;
	/* height: 80px; */
	padding-bottom: 18px;
	transition: all .4s;
}

.news-list .item:hover .info {
	background: #393939;
}

.news-list .item .info .date-time {
	/*font-family: "Hansans-Regular" !important;*/
	font-size: 20px;
	color: #ffffff;
	padding-top: 18px;
	/* font-style: italic; */
}

.news-list .item .info .title {
	/*font-family: "Hansans-Heavy" !important;*/
	line-height: 1.2em;
	color: #999999;
	font-size: 14px;
	padding-top: 8px;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.ajax-list {
	width: 380px;
	margin-top: 30px;
}

.ajax-list .label {
	display: flex;
	width: 380px;
	height: 34px;
}

.ajax-list .label .label-item {
	cursor: pointer;
	flex: 1;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #333333;
	color: #FFFFFF;
	font-size: 14px;
	/*font-family: "Hansans-Regular" !important;*/
	transition: all .4s;
}

.ajax-list .label .label-item.active {
	background: #000000;
}

.ajax-list .label .label-item:hover {
	background: #000000;
}

.load-list {
	width: 400px;
	/* margin-bottom: 23px; */
}

.load-list .item {
	background: #2A2A2A;
	box-sizing: border-box;
	width: 400px;
	height: 110px;
	margin-bottom: 20px;
	display: flex;
	padding: 10px;
	cursor: pointer;

	transition: all .4s;
}

.load-list .item:hover {
	background: #393939;
}

.load-list .item .image {
	height: 90px;
	width: 135px;
}

.load-list .item .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}

.load-list .item .info {
	padding-left: 10px;
	flex: 1;
	height: 90px;
	text-align: left;
	overflow: hidden;
}

.load-list .item .info .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/*font-family: "Hansans-Regular" !important;*/
}

.load-list .item .info .date-time {
	padding-top: 5px;
	color: #656565;
	font-size: 14px;
	/*font-family: "Hansans-Regular" !important;*/
}

.load-list .item .info .view {
	margin-top: 8px;
	line-height: 26px;
	background: #454545;
	color: #ffffff;
	font-size: 12px;
	/*font-family: "Hansans-Medium" !important;*/
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
}

.share-bg {
	width: 1920px;
	height: 780px;
	background-size: 1920px 780px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.web-view {
	position: absolute;
	width: 369px;
	height: 684px;
	top: 49px;
	/* left: 1044px; */
	background: #FFFFFF;
	left: 50%;
	margin-left: 200px;
}

.web-view iframe {
	border: 0;
}

.news-info {
	width: 700px;
	background: #FFFFFF;
	margin-bottom: 100px;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 25px;
	float: left;
}

.news-top {
	padding: 15px 0;
	border-bottom: 2px solid #DFDFDF;
	margin-bottom: 35px;
	position: relative;
}

.news-tt {
	width: 560px;
}

.news-top .date-time {
	/*font-family: "Hansans-Regular" !important;*/
	color: #999999;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
}

.news-top .title {
	color: #000000;
	font-size: 30px;
	/*line-height: 1.2rem;*/
	/*font-family: "Hansans-Medium" !important;*/
	width: 560px;
}

.news-top .view {
	background: #000000;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 25px;
	color: #FFFFFF;
	font-size: 10px;
	/*font-family: "Hansans-Normal" !important;*/
	text-align: center;
}

.news-top .view .pv {
	line-height: 30px;
	font-size: 24px;
	/*font-family: "Hansans-Medium" !important;*/
}

.news-text {
	width: 100%;
}

.news-text img {
	max-width: 100%;
	vertical-align: top;
}

.bottom-ctrl {
	width: 100%;
	height: 95px;
	background: #FFFFFF;
}

.bottom-ctrl.graffiti {
	background: none;
	position: relative;
	border-top: 1px solid rgb(47, 47, 47);
}

.bottom-ctrl .inner {
	margin: 0 15px;
	border-top: 2px solid #DFDFDF;
	height: 95px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
}

.bottom-ctrl.graffiti .inner {
	border: 0;
	margin: 0;
}

.bottom-ctrl .btn {
	width: 75px;
	height: 40px;
	line-height: 40px;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 16px;
	/*font-family: "Hansans-Medium" !important;*/
	cursor: pointer;
}

.bottom-ctrl.graffiti .btn {
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 15px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 20px;
}

.bottom-ctrl .news-next {
	flex: 1;
}

.bottom-ctrl .news-next .date-time {
	margin-bottom: 0;
	/*font-family: "Hansans-Regular" !important;*/
	color: #999999;
	font-size: 14px;
	font-style: italic;
}

.bottom-ctrl .news-next .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 16px;
	line-height: 1.2rem;
	/*font-family: "Hansans-Medium" !important;*/
}

.bottom-ctrl .graffiti-ifo {
	width: 340px;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.bottom-ctrl .graffiti-ifo .title {
	color: #ffffff;
	font-size: 24px;
	width: 340px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bottom-ctrl .graffiti-ifo .view {
	color: #656565;
	font-size: 18px;
}

.bottom-ctrl .fav-btn {
	width: 50px;
	height: 50px;
	background: url(../images/fav-btn.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 345px;
	background: url("../images/banner.png") center no-repeat;
	background-size: cover;
}

.about-text {
	/*padding: 40px 0;*/
	text-align: left;
}

.about-text img {
	max-width: 100%;
	vertical-align: top;
}

.post-container {
	width: 960px;
	/* height: 410px; */
	background: #FFFFFF;
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-form {
	padding: 40px 45px;
}

.post-form .input {
	color: #666666;
	font-size: 16px;
	border: 0;
	/*font-family: "Hansans-Light" !important;*/
	height: 52px;
	background: #E5E5E5;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 15px;
	width: 100%;
	margin-bottom: 15px;
}

.post-form .input:focus {
	outline: none;
}

.post-form .text-area {
	width: 100%;
	color: #666666;
	font-size: 16px;
	/*font-family: "Hansans-Light" !important;*/
	height: 96px;
	border: 0;
	line-height: 1.6em;
	background: #E5E5E5;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.post-form .btn {
	border: 0;
	background: url("../images/post-btn.png");
	width: 408px;
	height: 60px;
	cursor: pointer;
	margin-top: 10px;
}

.rocket-bar {
	position: fixed;
	bottom: -200px;
	/* left: 50%; */
	width: 60px;
	/* margin-left: 580px; */
	right: 15px;
	transition: all .4s;
	z-index: 99;
}

.rocket-bar.active {
	bottom: 100px;
}

.rocket-bar .btn {
	width: 60px;
	height: 60px;
	margin-top: 20px;
	cursor: pointer;
	transition: all .4s;
	opacity: .8;
	position: relative;
}

.rocket-bar .btn:hover {
	opacity: 1;
}

.rocket-bar .btn.top {
	background: url("../images/top-btn.png") center no-repeat;
}

.rocket-bar .btn.code {
	background: url("../images/code-btn.png") center no-repeat;
}

.wechat-code {
	width: 0;
	height: 0;
	position: absolute;
	bottom: -80px;
	right: 70px;
	transition: all .2s;
}

.rocket-bar .btn.code:hover .wechat-code {
	width: 214px;
	height: 520px;
}

.swiper-slide {
	position: relative;
}

.homeSwiper {
	overflow: visible;
	overflow-y: visible !important;
	overflow-x: hidden !important;
	height: 520px;
}

.homeSwiper .swiper-pagination {
	position: absolute;
	text-align: center;
	top: 500px;
	/* height: 12px !important; */
	display: flex;
	z-index: 99;
	width: 1120px;
	height: 10px;
	align-items: center;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet {
	flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-color: #333333;
	margin: 0 !important;
	border-radius: 0;
	/* border: .02rem solid #FFFFFF; */
	height: 2px !important;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff9900;
	height: 10px !important;
}

.carousel-item {
	width: 1120px;
	background-color: #000000;
	position: relative;
	height: 465px;
}

.carousel-item .image {
	width: 1120px;
	height: 465px;
}

.carousel-item .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}

.container {
	position: relative;
}

.bannerSwiper {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
}

.bannerSwiper .image {
	width: 100%;
}

.bannerSwiper .swiper-pagination {
	position: absolute;
	text-align: center;
	top: 290px !important;
	/* height: 12px !important; */
	display: inline-block;
	z-index: 99;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 2px !important;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 140px;
	border-radius: 0;
	background: #FFFFFF;
	/* border: .02rem solid #FFFFFF; */
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
	margin-top: 0;
	margin-bottom: 0;
	height: 6px;
}

.note-list {
	position: absolute;
	top: 350px;
	width: 1110px;
	padding-bottom: 70px;
}

.note-list .note-item {
	background: #2a2a2a;
	width: 100%;
	margin-bottom: 35px;
	cursor: pointer;
}

.note-list .note-item .image {
	width: 100%;
	height: 530px;
}

.note-list .note-item .image img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.note-list .note-item .info {
	background: #2a2a2a;
	padding: 0 15px 15px;
	box-sizing: content-box;
	text-align: left;
	display: flex;
}

.note-list .note-item .info .date-time {
	height: 40px;
	line-height: 40px;
	/*font-family: "Hansans-Regular" !important;*/
	color: #ccc;
	font-size: 14px;
	font-style: italic;
}

.note-list .note-item .info .title {
	/*font-family: "Hansans-Heavy" !important;*/
	line-height: 1.2em;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.note-list .note-item .pv {
	padding: 0 30px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	margin-left: 20px;
	margin-top: 15px;
}

.note-list .note-item .pv .no {
	padding-top: 5px;
	line-height: 30px;
	font-size: 22px;
	/*font-family: "Hansans-Regular" !important;*/
}

.note-list .note-item .pv .view {
	padding-bottom: 8px;
	line-height: 16px;
	font-size: 10px;
	/*font-family: "Hansans-Normal" !important;*/
}

.store-list {
	position: relative;
	margin: 0 auto;
	width: 1455px;
	margin-left: -20px;
}

.store-list.cover {
	width: 400px;
	margin: 0;
}

.store-list .item {
	width: 460px;
	margin-left: 25px;
	text-align: left;
	background-color: #2A2A2A;
	/* display: flex;
	height: 300rpx; */
	margin-bottom: 28px;
	cursor: pointer;
}

.store-list.cover .item {
	width: 400px;
	margin-left: 0;
}

.store-list.cover .item:nth-last-child(1) {
	margin-bottom: 0;
}

.store-list .item .image {
	width: 100%;
	/* height: 300rpx; */
}

.store-list .item .image img {
	width: 100%;
	display: block;
}

.store-list .item .info {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	height: 80px;
	padding: 0 15px;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.store-list .item .info .title {
	font-size: 22px;
	font-weight: bold;
	color: #ff9900;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 300px;
}

/* 	.store-list .item .info .topic {
	font-size: 18rpx;
	margin-top: 5rpx;
} */

.store-list .item .info .preview {
	overflow: hidden;
	/* text-overflow: ellipsis; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 22px;
	width: 160px;
	text-align: right;
	color: #999999;
}

.store-bg {
	position: fixed;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
}

.store-container {
	width: 1120px;
	text-align: left;
	/* float: left; */
	position: relative;
	z-index: 2;
}

.store-container .store-info {
	/* display: flex; */
	/* width: 100%; */
	padding: 30px 25px;
	/* box-sizing: border-box; */
	background: #2a2a2a;
}

.store-container .store-info .image {
	width: 220px;
	height: 160px;
}

.store-container .store-info .image img {
	width: 220px;
	height: 160px;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}

.store-container .store-info .info {
	padding-left: 30px;
	color: #999999;
	position: relative;
	width: 700px;
}

.store-container .store-info .pv {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	padding: 20px;
}

.store-container .store-info .pv .no {
	line-height: 1.2em;
	font-size: 28px;
	/*font-family: "Hansans-Regular" !important;*/
}

.store-container .store-info .pv .view {
	line-height: 1.2em;
	font-size: 12px;
	/*font-family: "Hansans-Normal" !important;*/
}

.store-container .store-info .info .title {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.store-container .store-info .info .topic {
	font-size: 22px;
	margin-top: 5px;
	color: #999999;
}

.store-container .store-info .info .preview {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	font-size: 18px;
	line-height: 30px;
	color: #999999;
}

.store-container .store-info .ctrl-bar {
	display: flex;
	margin-top: 25px;
}

.store-container .store-info .ctrl-bar .bar-item {
	/* margin-right: 20rpx; */
	display: block;
	transition: all .4s;
	width: 200px;
	height: 50px;
	background-color: #000000;
	color: #999999;
	font-weight: bold;
	font-size: 18px;
	text-indent: 30px;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	margin-right: 25px;
}

.store-container .store-info .ctrl-bar .bar-item:nth-last-child(1) {
	margin-right: 0;
}

.store-container .store-info .ctrl-bar .bar-item:hover {
	color: #FFFFFF;
	background-color: #000000;
}

.store-container .store-info .ctrl-bar .bar-item:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff9900;
	transition: all .4s;
	left: 15px;
}

.store-container .store-info .ctrl-bar .bar-item:hover:before {
	background-color: #FFFFFF;
}

.store-gallery {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.store-gallery figure {
	margin: 0 auto;
	width: 340px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 30px;
}

.store-gallery figure:nth-child(3n+1) {
	margin-left: 50px;
	margin-right: 50px;
}

.store-gallery figure img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;

	transition: all .4s;
}

.store-gallery figure:hover img {
	transform: scale(1.2);
}

.mapper {
	height: calc(100vh - 56px);
	width: 100%;
	position: relative;
	overflow: hidden;
}

.mapper .bg {
	position: relative;
	z-index: 1;
	height: 100%;
}

.mapper img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}

.mapper .gamer {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
}

.about-slider {
	height: calc(100vh - 56px - 64px);
	width: 100%;
	position: relative;
	overflow: hidden;
}

.index {
	height: 100%;
}

.index .swiper-slide {
	height: 100%;
}

.index a {
	width: 100%;
	height: 100%;
	display: block;
}

.index .bg {
	width: 100%;
	height: 100%;
	display: block;
}

.index .bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;
}

.push-container {
	height: calc(100vh - 56px - 64px);
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000000;
}

.push-container .child {
	flex: 1;
}

.editor {
	padding-right: 45px;
}

.search-post-form {
	display: flex;
	width: 400px;
	height: 44px;
	background: #2a2a2a;
	align-items: center;
}

.search-post-form .input {
	background: none;
	flex: 1;
	padding: 0 15px;
	box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
}

.search-post-form .btn {
	background: none;
	border: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../images/search-btn.png) center no-repeat;
}


.graffiti-list {
	width: 1440px;
	position: relative;
	margin-left: -7px;
	padding-bottom: 10px;
}

.graffiti-list.store {
	width: 1170px;
	margin-top: 25px;
	margin-left: -50px;
}

.graffiti-list.cover {
	width: 400px;
	margin-left: 0;
}

.graffiti-list .item {
	padding-left: 14px;
	width: 346px;
	padding-bottom: 15px;
	cursor: pointer;
}

.graffiti-list.store .item {
	width: 340px;
	padding-left: 50px;
}

.graffiti-list.cover .item {
	width: 400px;
	padding-left: 0;
}

.graffiti-list .item .image {
	overflow: hidden;
	position: relative;
	width: 346px;
	height: 346px;
}

.graffiti-list.cover .item .image {
	width: 400px;
	height: 400px;
}

.graffiti-list.store .item .image {
	width: 340px;
	height: 340px;
}

.graffiti-list .item .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	vertical-align: middle;

	transition: all .4s;
}

.graffiti-list .item .image:hover img {
	transform: scale(1.2);
}

.graffiti-list .item .info {
	box-sizing: content-box;
	padding: 0px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	color: #6f6f6f;
	font-size: 14px;
	align-items: center;
	color: #6f6f6f;
}

.graffiti-list .item .info .ctrl {
	width: 33px;
	height: 9px;
	background: url(../images/ctrl.png);
	background-size: 100% 100%;
}

.graffiti-list .item .image .fav {
	position: absolute;
	z-index: 1;
	width: 39px;
	height: 39px;
	background: url(../images/fav.png);
	background-size: 100% 100%;
	bottom: 15px;
	right: 15px;
}

.idx-title-element {
	height: 64px;
	line-height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.idx-title-element .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
}

.idx-title-element .title::before {
	content: "";
	width: 12px;
	height: 20px;
	background: #ff9900;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	left: 0px;
}

.idx-title-element .more-btn {
	cursor: pointer;
	width: 11px;
	height: 11px;
	background-image: url(../images/title-more-btn.png);
}

.side-400 {
	width: 400px;
}

.graffiti-w {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 56px - 64px);
	justify-items: center;
	justify-content: center;
	margin: 0 auto;
}

.graffiti-top {
	border-bottom: 1px solid rgb(47, 47, 47);
}

.graffiti-top .title {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.6em;
}

.graffiti-top .args {
	color: #6f6f6f;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding-top: 10px; */
	height: 60px;
	box-sizing: border-box;
	width: 1120px;
	margin: 0 auto;
}

.graffiti-info {
	width: 1300px;
	margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
	.graffiti-info {
		width: 100%;
	}
}

.graffiti-top .writer {
	color: #ff9900;
	font-size: 19px;
	font-weight: bold;
}

.graffiti-info .image {
	position: relative;
	width: 100%;
	overflow: hidden;

	height: calc(100vh - 56px - 64px - 61px - 96px);
	padding: 30px 0;
	box-sizing: border-box;
}

.graffiti-info .image img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
}

.banner-element {
	position: relative;
}

.banner-element .banner-image {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-element .qrcode-image {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 36px;
	display: block;
}

.books-list {
	margin: 0 auto;
	width: 1410px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 100px;
}

.books-list .books-item {
	width: 20%;
	position: relative;
	padding-top: 100px;
	box-sizing: border-box;
	margin: 0 2.5%;
}

.books-list .books-item:nth-child(4n + 1) {
	padding-left: 60px;
}

.books-list .books-item:nth-child(4n) {
	padding-right: 60px;
}

.books-list .books-item .book {
	position: relative;
	z-index: 1;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.books-list .books-item .book .image {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.books-list .books-item .book-shelf {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 0;
	width: 1410px;
}

.books-list .books-item:nth-child(4n+1) .book-shelf {
	left: 0;
	display: block;
}

.books-list .books-item:nth-child(4n) .book-shelf {
	left: auto;
	right: 0;
	display: block;
}

.books-list .books-item .book-shelf .shelf {
	width: 1410px;
	height: 63px;
}

.books-title {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.icon-list {
	position: relative;
	display: flex;
}

.icon-list .icon img {
	width: 36px;
	height: 36px;
	display: block;
}

.store-news-list {
	position: relative;
	width: 1120px;
	margin-top: 15px;
}

.store-news-list .news-item {
	box-sizing: border-box;
	width: 1120px;
	height: 100px;
	display: flex;
	align-items: center;
	padding: 10px 25px;
	background-color: #2a2a2a;
	margin-bottom: 10px;
}

.store-news-list .news-item:nth-last-child(1) {
	margin-bottom: 0;
}

.store-news-list .news-item .image {
	width: 80px;
	height: 80px;
}

.store-news-list .news-item .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.store-news-list .news-item .info {
	padding-left: 15px;
	padding-right: 15px;
	flex: 1;
}

.store-news-list .news-item .info .title {
	font-size: 20px;
	color: #ffffff;
}

.store-news-list .news-item .info .preview {
	line-height: 1.2em;
	color: #999999;
	font-size: 14px;
	padding-top: 8px;
}

.store-news-list .news-item .more-btn {
	width: 120px;
	height: 50px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}

.play-list {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}

.play-list .play-item {
	width: 400px;
	float: left;
	margin-right: 40px;
	margin-bottom: 65px;
}

.play-list .play-item:nth-child(3n+3) {
	margin-right: 0;
}

.play-list .play-item .image {
	width: 400px;
	height: 400px;
	position: relative;
}

.play-list .play-item .image .bg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.play-list .play-item .image .qrcode {
	transition: all .4s;
	opacity: 0;
	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.play-list .play-item:hover .image .qrcode {
	opacity: 1;
}

.play-list .play-item .info {
	box-sizing: border-box;
	width: 400px;
	height: 80px;
	display: flex;
	padding: 10px 15px;
	background-color: #333333;
}

.play-list .play-item .info .btn {
	display: block;
	cursor: pointer;
	flex: 1;
	height: 60px;
	margin-right: 15px;
	background: url(../images/btn.png) repeat-x;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-list .play-item .info .btn:nth-last-child(1) {
	margin-right: 0;
}