

:root {
	--pm-c: #7c4400;
	--bg-c: #f5f5f5;
	--br-c:#f5f5f5;
}
body,html {
	background: #f5f5f5;
}
/*
a,a:hover {
	font-size: 14px;
	transition: all .3s
    } 
*/
i, em {
    font-style: normal;
}
.b-a {
	border: 1px solid var(--br-c);
}
.b-b {
	border-bottom: 1px solid var(--br-c);
}
.b-t {
	border-top: 1px solid var(--br-c);
}
.b-l {
	border-left: 1px solid var(--br-c);
}
.b-r {
	border-right: 1px solid var(--br-c);
}


/*
* 导航条效果
*/
#symao_com header {
	transition: all .3s
}
#symao_com .top-active {
	transform: translateY(-60px);
}
#symao_com .index {
	padding-top: 20px;
}

.siteBg {
	background-color: #f2f2f2;
	background-size: 100%;
	background-attachment: fixed;
    backface-visibility: hidden;
}
main {
    padding-bottom: 40px;
}
/*
* 导航条
*/
.navBar {
	position: relative;
	z-index: 10;
	box-shadow: 0px 5px 40px 0px rgba(17,58,93,.1);
}
.navBar .topNav {
	height: 58px;
}
.navBar .topNav ul {
	margin: 0;
	padding: 0;	
}
.navBar .topNav ul li {
	display: inline-block;
	margin-left: 30px;
}
.navBar .topNav ul li a {
	font-size: 15px;
}
.navBar .topNav ul li a:hover {
	color: #9D6F3E;
}
.navBar .topNav .logo {
	height: 38px;
}
.navBar .topNav .logo img {
	height: 100%;
}
.navBar .nav {
	height: 45px;
}
.navBar .nav>ul {
	padding: 0;
	position: relative;
}
.navBar .nav>ul>li {
	display: inline-block;
	margin-right: 40px;
}
.navBar .nav>ul>li>a {
	color: #909399;
	padding: 12px 0;
	display: block;
}
.navBar .nav>ul>li>a:hover {
	color: #9D6F3E;
}
.navBar .nav>ul .sub-menu {
	display: none;
	opacity: 0;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	list-style: none;
	padding: 15px;
	border-radius: 4px;
	border-top: 1px solid var(--br-c);
}
.navBar .nav>ul>li:hover .sub-menu {
	display: flex;
	opacity: 1;
}
.navBar .nav>ul .sub-menu li {
	position: relative;
	width: 10%;
}
.navBar .nav>ul .sub-menu li a {
	color: #909399;
	padding: 8px 15px;
	display: flex;
	border-right: 1px solid var(--br-c)
}
.navBar .nav>ul .sub-menu li a:hover {
	color: #9D6F3E;
}
.navBar .nav>ul .sub-menu li:nth-child(10n) a {
	border: 0;
}
/*
* 搜索
*/
.search {
	min-width: 220px;

}
.search form {
	background: var(--bg-c);
	height: 35px;
	border-radius: 4px;
}
.search input {
	height: 100%;
	border: 0;
	background: transparent;
	text-indent: 15px;
}
.search input:focus {
	outline: none;
	border: 0;
	background: transparent;
}
.search button {
	outline: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}

/*
* 首页推荐
*/
.recom {
	padding: 0 0 20px 0;
	border-top: 4px solid #9D6F3E;
}
.recom .recomGame {}
.recom .recomGame ul {
	padding: 0;
	margin: 0 8px;
	list-style: none;
	overflow: hidden;
}
.recom .recomGame ul li {
	width: 8.3%;
	float: left;
}
.recom .recomGame ul li .item {}
.recom .recomGame ul li .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	overflow: hidden;
	padding: 0;
	border: solid 2px #FFF;
box-shadow: 0 2px 1px #E5E5E5;

}
.recom .recomGame ul li a {
	font-size: 14px;
	padding: 0 10px;
}
.recom .recomGame ul li:hover a {
	color: #9D6F3E;
}
.recom .recomCat {
	background: #F7F8FC;
	margin-bottom: 0!important;
}
.recom .recomCat ul {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eaecef
}
.recom .recomCat ul:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0!important;
}
.recom .recomCat ul:nth-child(2) strong {
	color: #7c4400;
}
.recom .recomCat ul:nth-child(3) strong {
	color: #7c4400;
}
.recom .recomCat ul .current-cat a {
    color: #9D6F3E;
    font-weight: bold;
}
.recom .recomCat ul li {
	display: inline-block;
	font-size: 15px;
}
.recom .recomCat ul li a {
	margin-left: 20px;
	font-size: 13px;
}
.recom .recomCat ul li a:hover {
	color:#9D6F3E;
}
.recom .recomCat ul li strong {
	color:#7c4400;
}


.slide {}
.slide .uk-slideshow-items {
	height: 235px!important;
}
.slide .uk-slideshow-nav {
	margin: 0;
	padding: 10px 0;
}
.slide .uk-slideshow-nav li {
	display: inline-block;
	padding-left: 0;
}
.slide .uk-slideshow-nav li a {
	display: block;
	margin: 0 2px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #fff;
	border: 0;
}
.slide .uk-slideshow-nav {
	height: auto;
}
.slide .uk-slideshow-nav .uk-active {}
.slide .uk-slideshow-nav .uk-active a {
	border-radius: 20px;
	width: 20px;
	background: #9D6F3E;
	transition: all .3s;
}
.slide .thumb {
	margin-left: -10px;
}
.slide .thumb>div {
	padding-left: 10px;
}
.slide .thumb a {
	height: 126px;
}
.slide .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.slide .thumb .cover p {
	margin: 10px;
	color: #fff;
}

/*
* 首页标题
*/
.home-bh {padding:15px 15px 0;}
.home-title {}
.home-title span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 15px;
	color: #9D6F3E;
	border-bottom: 2px solid #9D6F3E;
}
.home-title .moer {}

/*
* 首页热门资讯
*/
.hotNews {}
.hotNews h3 {
	padding: 10px;
	margin: 15px 0;
}
.hotNews h3>a {
	font-size: 15px;
	color: #303133;
	font-weight: bold;
	margin-bottom: 8px;
}
.hotNews h3>a:hover {
	color: #9D6F3E;
}
.hotNews h3>p {
	margin: 0;
	font-size: 13px;
	letter-spacing: .5px;
	overflow:hidden; 
}
.hotNews ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotNews ul li {
	margin-bottom: 12px;
}
.hotNews ul li:last-child {
	margin-bottom: 0;
}
.hotNews ul li:hover a {
	color: #9D6F3E;
}
.hotNews ul li  span {
	margin-right: 1px;
}

/*
* 首页热门人物
*/
.hotrenwu {margin-top: 10px;margin-bottom: 6px;}
.hotGame ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotGame ul li {
    margin-bottom: 12px;
}
.hotGame ul li:last-child {
    margin-bottom: 0;
}
.hotGame .icon {
	border-radius: 6px;
	overflow: hidden;
}
.hotGame .icon img{
	width: 68px;
	height: 68px;

overflow: hidden;
}
.hotGame .down {
	font-size: 14px;
	width: 68px;
}

/*
* 首页人物switcher列表
*/
.game {}
.game .switcher {}
.switcher .uk-subnav {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.switcher .uk-subnav li {
	padding: 0;
	margin-right: 16px;
}
.switcher .uk-subnav span {
	cursor: pointer;
	font-size: 12px;
	border: 2px solid var(--br-c);
	padding: 3px 8px;
	border-radius: 20px;
}
.switcher .uk-subnav .uk-active span {
	color: #9D6F3E;
	border: 2px solid #9D6F3E;
}
.game .switcher .uk-switcher {
	margin: 0;
}
.game .switcher .uk-switcher ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
}
.game .switcher .uk-switcher ul li {
	width: 10%;
	float: left;
	margin-top: 20px;
}
.game .switcher .uk-switcher ul li:hover a {
	color: #9D6F3E;
}
.game .switcher .uk-switcher ul li .item {}
.game .switcher .uk-switcher ul li .item .icon {
width: 76px;
height: 76px;
border: solid 2px #FFF;
border-radius: 100%;
box-shadow: 0 2px 1px #E5E5E5;
	overflow: hidden;
}
.game .switcher .uk-switcher ul li .item .title {
	padding: 0 15px;
}
.uk-container .gameImages .item .title {
	padding: 0 15px;
	font-size: 16px;
}
/*
* 首页人物热门人物
*/
.game .hotGame {}
.game .hotGame .cover {}
.game .hotGame .cover .bg {
	height: 58px;
	overflow: hidden;
}
.game .hotGame .cover .bg  img {
	filter: blur(5px);  
}
.game .hotGame .cover .item {
	padding: 30px 0 20px 0;
}
.game .hotGame .cover .item .info {
	font-size: 13px;
	margin-bottom: 8px;
}
.game .hotGame .cover .item .info  a {
	font-size: 15px;
	color: #303133;
}
.game .hotGame .cover .item .info a:hover {
	color: #9D6F3E;
}
.game .hotGame .cover .item .info span {
	padding: 2px 4px;
	border-radius: 4px;
	background: #9D6F3E;
	color: #fff!important;
	font-size: 12px;
}
.game .hotGame .cover .item .icon {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 15px;
	border-radius: 12px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.5)
}
.game .hotGame .cover .item .desc {
	margin: 20px 20px 0;
	line-height: 22px;
}
.game .hotGame ul {
	margin: 15px 0;
	margin-bottom: 0;
}
.game .hotGame ul li {
	margin-bottom: 12px;
}
.game .hotGame ul li:last-child {
	margin-bottom: 0;
}
.game .hotGame ul li a {}
.game .hotGame ul li a:hover {
	color: #9D6F3E;
}
.game .hotGame ul li span {
	margin-right: 5px;
}
.game .hotGame ul li b {
	margin-right: 2px;
}


/*
* 首页人物
*/
.gameGl {}
.gameGl .gameGl-list {
	margin-top: 15px;
}
.gameGl .gameGl-list .thumb {
	width: 120px;
	height: 77px;
}
.gameGl .gameGl-list a {
	font-size: 16px;
}
.gameGl .gameGl-list a:hover {
	color: #9D6F3E;
}
.gameGl .gameGl-list .desc {
	margin: 5px 0;
}
.gameGl .gameGl-list span {
	color: #C0C4CC;
}
/*
* 首页人物
*/
.gameCp {}
.gameCp .uk-slideshow-items {
	min-height: 185px!important;
}
.gameCp .uk-slideshow i {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.gameCp .thumb {
	height: 185px;
}
.gameCp .thumb .cover {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.gameCp .thumb .cover p {
	color: #fff;
	margin: 10px;
}
.gameCp .gameCp-list {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}
.gameCp .gameCp-list li {
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.gameCp .gameCp-list li:last-child {
	margin-bottom: 0;
}
.gameCp .gameCp-list li:hover a {
	color: #9D6F3E;
}
.gameCp .gameCp-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--bg-c);
	transition: all .3s;
}
.gameCp .gameCp-list li:hover:before {
	background: #9D6F3E;
	border: 1px solid #9D6F3E;
}

/*
* 首页游戏视频
*/
.gameVideo {}
.gameVideo .item {}
.gameVideo .item .thumb {
	height: 150px;
	transition: all .3s;
	background: #000;
}
.gameVideo .item .thumb img {
	opacity: .8;
}
.gameVideo .item i {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	transition: all .3s;
}
.gameVideo .item:hover i {
	transform: scale(1.5);
	opacity: 0;
}
.gameVideo .item:hover a {
	color: #9D6F3E;
}


/*
* 首页游戏图集
*/
.gameImages {}
.gameImages .item {}
.gameImages .item .thumb {
	height: 165px;
	transition: all .3s;
	background: #000;
}
.gameImages .item .thumb img {
    transition: all .3s;
}
.gameImages .item:hover img {
    opacity: .6;
}
/*
* 首页排行榜
*/

.rank {}
.rank ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	
}

.rank .phb li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #f2f5f9 solid;
}

.rank .active .list {
	display: none!important;
}
.rank .active .card {
	display: flex;
} 
.rank .card {
	display: none;
}
.rank .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
}
.rank .card .info a {
	font-size: 15px;
	color: #303133;
	margin-bottom: 5px;
}
.rank .card .down {}
.rank .card .down a {
	padding: 5px 6px;
	border-radius: 4px;
	border:1px solid #9D6F3E;
	color: #9D6F3E;
}
.rank .card .down a:hover {
	background: #9D6F3E;
	color: #fff;
}
.rank .list {}
.rank .list b {
	font-weight: normal;
}
.rank .num {
	font-size: 12px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eee;
	color: #909399;
	border-radius: 4px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.rank ul li:nth-child(1) .num {
	background: #7c4400;
	color: #fff;
}
.rank ul li:nth-child(2) .num {
	background: #7c4400;
	color: #fff;
}
.rank ul li:nth-child(3) .num {
	background: #9d896c;
	color: #fff;
}

/*
* 面包屑
*/
.crumb {
	color: #909399;
}
.crumb a {
	color: #303133;
}
/*
* 列表页
*/
.category {}
.category .catHead {
	padding: 30px 0;
}

/*
* 资讯列表页
*/
.category .articleNews {}
.category .articleNews article {}
.category .articleNews .menu {
	height: 55px;
}
.category .articleNews .menu .bg img {
	opacity: .5;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);  
}
.category .articleNews .menu ul {
	padding: 0 15px;
}
.category .articleNews .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.category .articleNews .menu ul li a {
	font-size: 15px;
	display: block;
	padding: 15px 0;
	color: rgb(0, 0, 0);
	border-bottom: 3px solid transparent;
}

.category .articleNews .menu ul .current-cat a {
    color: #9D6F3E;
    font-weight: bold;
}
.category .articleNews .menu ul li a:hover {
	color: #fa6501;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}
.category .articleNews .menu .active a {
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #fff
}
.category .articleNews article .thumb {
	height: 148px;
	width: 200px;
}
.category .articleNews article .title {
	font-size: 16px;
	color: #303133;
}

/*
* 专题内容页
*/



/*
* 手戏列表页
*/
.category .articleGame {}
.category .articleGame ul {
	padding: 0;
	list-style: none;
}
.category .articleGame ul li {
	width: 12.5%;
	float: left;
}
.category .articleGame .item {}
.category .articleGame .item .icon {
	width: 106px;
	height: 106px;
	margin: 0px auto;
	border-radius: 5px;
	overflow: hidden;
}
.category .articleGame .item .icon img{
	max-width: 100%;
    height: 100%;

}
.category .articleGame .item .title {
	font-size: 16px;
}
.category .articleGame .item .info {
	margin: 5px 0;
}
.category .articleGame .item .info span {
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-right: 8px;
}
.category .articleGame .item .info span:last-child {
	padding: 0;
	margin: 0;
}
.category .articleGame .item .info span:last-child:after {
	display: none;
}
.category .articleGame .item .info span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #ccc;
}
.category .articleGame .item .down {
	border-radius: 4px;
	margin: 10px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #909399;
}
.category .articleGame .item:hover .down{
	background: #9D6F3E;
	border: 1px solid #9D6F3E;
	color: #fff;
}

/*
* 分页 
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
	border: 1px solid var(--br-c)
}

.fenye .current {
	background-color: #9D6F3E;
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
}
.fenye .page-numbers:hover {
	background-color: #9D6F3E;
	color: #fff;
}
/*
* 侧边栏
*/
.sidebar {
	width: 360px;
}
/*
* 文章页
*/
.single
.single .singleGame {}
.single .singleGame .singleHead {}
.single .singleGame .singleHead .icon {
	background: #333;
	width: 180px;
	height: 220px;
	border-radius: 3px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleNews .singleHead .icon {
	width: 180px;
	border-radius: 3px;
	background-size: 100%;
	margin: 0 auto;
}
.single .singleGame .singleHead .lsimg {
    height: 180px; width: 265px;
	box-shadow: 0 0 8px 1px #5e5e5e;
}
.single .singleGame .singleHead .lsimg img{
    height: 100%; width: 100%;
}
.single .singleGame .singleHead .icon .bg {
	opacity: .3;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	width: 200%!important;
	height: 200%!important;
}
.single .singleGame .singleHead .icon i {
	
}
.single .singleGame .singleHead .icon:hover i {
	
}

.single .singleGame .singleHead .icon i img{
max-width: 160px;
overflow: hidden;
max-height: 200px;
border: 4px solid rgba(251, 245, 245, 0.4);
}
.single .singleGame .singleHead .icon:hover i img{
	border: 4px solid rgba(255, 255, 255, 0.8);
}
.single .singleGame .singleHead h1 {
	font-size: 24px;
}
.single .singleGame h1 {
	font-size: 24px;
}
.single .singleGame h1 span {
    font-size: 14px;
    padding-left: 7px;
    float: unset;
    color: #666;
}
.single .singleGame .singleHead .data {
	padding: 20px;
	list-style: none;
	background: #fff;
border-radius: 10px;
box-shadow: 0 0 8px -2px #868686;
}
.rankMain .lishi_juan .data {
	padding: 20px;
	list-style: none;
	background: #fff;
border-radius: 10px;
box-shadow: 0 0 8px -2px #868686;
}
.single .singleGame .singleHead .data li {
	font-size: 13px;
/*	margin-bottom: 10px; */
	padding-bottom: 10px;
	padding-left: 5px;
}
.single .singleGame .singleHead .down {}
.single .singleGame .singleHead .down a {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background: #9D6F3E;
	background-image: linear-gradient(-40deg, #9D6F3E, #ffa365);
}
.single .singleGame .singleHead .down .starGame a {
	background: #409EFF;
	background-image: linear-gradient(-40deg, #409EFF, #99cbff);
}
.single .singleGame .singleHead .down-gray {
    filter: grayscale(100%);
    filter: gray;
}
.single .singleGame .singleHead .down a i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(1px);
}
.single .singleGame .singleHead .down a:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

.single .singleContent {
    padding: 25px;
}
.single .singleContent .home-title span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.single .singleContent p {
    text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
.single .singleContent table p {
    text-indent: 0em;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
.single .singleContent p img {

}
.single .singleContent p>a {
	color: #0F72A5;
}
.single .singleContent p>a:hover{
	text-decoration:underline;
}
.single .singleContent a {
	color: #0F72A5;
}
.single .singleContent a:hover{
	text-decoration:underline;
}
.single .singleContent h2 {
	font-size: 1.5rem;
	font-weight: bolder;
}

.single .singleContent h2::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 25px;
    background: #9D6F3E;
    margin: -5px 10px 0 0;
}
.single .singleContent h3 {
	font-size: 1.2rem;
	font-weight: bolder;
}
/*
.single .singleContent h2::before {
	content: '#';
	margin-right: 10px;
	color: #9D6F3E;
} 
*/
.single .single-cop {
    font-size: 0.75em;
}
.single .single-cop>div {
    margin-bottom: 8px;
}
.single .single-cop>div:last-child {
    margin-bottom: 0;
}
.single .single-tags {
    padding-top: 25px;
}
.single .single-tags a {
    background: var(--bg-c);
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    transition: all .3s;
}
.single .single-tags a:hover {
    background: #9D6F3E;
    color: #fff;
}
.singleNews {}
.singleNews h1 {
	font-size: 22px;
}
.singleNews .singleContent {
	padding: 25px;
}
.singleNews .singleContent p img {
	display: block;
	margin: 0 auto;
	max-width: 600px
}
.pageSearch {}
.pageSearch h3 {
	font-size: 16px;
}
.pageRank {}
.pageRank .rankBg {
	width: 100%;
	height: 260px;
	background: #ffbd13;
}
.pageRank .rankMain {
padding-top: 20px
}
.pageRank .rankMain>div {
	border-radius: 4px;
}
.pageRank .rankMenu {}
.pageRank .rankMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageRank .rankMenu ul li {
	float: left;
	width: 25%;
	height: 70px;
	position: relative;
}
.pageRank .rankMenu ul li a {
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #909399;
}
.pageRank .rankMenu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	border-right: 1px solid #e8e8e8;
	height: 20px;
	margin-top: -10px;
	right: 0;
}
.pageRank .rankMenu ul .current-menu-item {}
.pageRank .rankMenu ul .current-menu-item a {
	background: #fff;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #9D6F3E;
}
.pageRank .rankMenu ul .current-menu-item a:after {
	display: none;
}
.pageRank .rankMain {}

.pageRank .rankMain h1{text-align: center;
font-size: 32px;
color: #803b11;
font-weight: bolder;}

.pageRank .rankMain .item {
	padding: 30px;
	border-bottom: 1px dashed #f6f6f6;
	transition: all .3s;
}
.pageRank .rankMain .item:hover {
	background: var(--bg-c);
}
.pageRank .rankMain .item .icon {
	display: inline-block;
	width: 120px;
	height: 100%;
	margin-right: 20px;
	overflow: hidden;
}
.pageRank .rankMain .item .icon img {
	width: 100%;
	height: 100;
}
.pageRank .rankMain .item .thumb {
	width: 120px;
	height: 90px;
}
.pageRank .rankMain .item .num {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding-top: 8px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.pageRank .rankMain .item:nth-child(1) .num {
	background-image: url('../images/icon-rank-1.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(1) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(2) .num {
	background-image: url('../images/icon-rank-2.png');
	background-color: transparent;
}
.pageRank .rankMain .item:nth-child(2) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item:nth-child(3) .num {
	background-image: url('../images/icon-rank-3.png');
}
.pageRank .rankMain .item:nth-child(3) .num span {
	background-color: transparent;
	color: #fff;
}
.pageRank .rankMain .item .num span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #eee;
	border-radius: 50%;
	color: #999;
}
.pageRank .rankMain .item .title {
	font-size: 17px;
}
.pageRank .rankMain .item .data {
	min-width: 155px;
}
.pageRank .rankMain .item .data a {
	color: #909399;
}
.pageRank .rankMain .item .data .hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 5px;
}
.pageRank .rankMain .item .down {
	background: #9D6F3E;
	color: #fff;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	font-size: 15px;
	background-image: linear-gradient(-40deg, #9D6F3E, #ffa365);
}
.pageRank .rankMain .item .down i {
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
}
.pageRank .rankMain .item .down:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 5px -2px #d3d3d3;
}

/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/
.page-about {}
.page-menu {}
.page-menu ul {}
.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--br-c);
	text-indent: 20px
}
.page-menu ul li:last-child {
	border: none
}
.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}
.page-menu .current-menu-item {
	background: #fafafa;
}
.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #9D6F3E!important
}
.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #9D6F3E;
	left: 0;
	box-shadow: 3px 0px 10px -1px #9D6F3E;
	border-radius: 2px;
}

.page-main {}
.page-main p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 26px;
}
/*
* ------------------------------------------------------------------------------
* 标签大全
* ------------------------------------------------------------------------------
*/
.page-tags {}
.page-tags .tags-main {}
.page-tags .tags-main ul {
	padding: 0;
	margin: 15px;
	list-style: none;
	border-left: 1px solid var(--br-c);
}
.page-tags .tags-main ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.site-main {
	margin-top: 0!important;
}
.site-content {
	padding-bottom: 0!important;
}
.page-404 {
	padding: 5% 0;
}
.page-404 .page-content {
	flex: 1;
	margin-top: 70px
}
.page-404 .page-content h2 {
	font-size: 45px;
	font-weight: bold;
}
.page-404 .page-content p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
}
.page-404 .page-content .go-home {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: .5px;
	background-color: #9D6F3E;
	background-image: linear-gradient(-40deg, #9D6F3E, #ffa365);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
	color: #fff!important;
	border-radius: 4px;
}
.page-404 .page-content .go-home i {
	margin-left: 10px;
}
.page-404 .page-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}
.page-404 .page-content ul {
	margin: 20px 0;
	padding-left: 0;
	list-style: none
}
.page-404 .page-content ul li {
	color: #909399;
	margin-bottom: 10px;
}
.page-404 .page-content ul li a {
	color: #606266;
	font-size: 14px;
}
/*
* 专题页面
*/
.special
.special-bg {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.special-main {
    transform: translateY(-60px);
}
#no-down .go-home {
    text-align: center;
}
#no-down .go-home a {
    background: #9D6F3E;
    background-image: linear-gradient(-40deg, #9D6F3E, #ffa365);
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
}
/*
* 网站底部
*/
.footer {}
.footer .footWidget {}
.footer .footWidget h3 {
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-family: arial;
}
.footer .footWidget h3 span {
	color: #303133;
}
.footer .footWidget ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.footer .footWidget ul li {
	margin-bottom: 10px;
}
.footer .foot-logo {
	height: 50px;
}
.footer .foot-logo img {
	height: 100%;
}
.link {
	border: 1px dashed var(--br-c)
}
.link ul {
	list-style: none;
}
.link ul li {
	display: inline-block;
}
.link a {
	color: #909399;
	margin-right: 15px;
}
.link a:hover {
	color: #303133;
}
.footer .footCop {
	font-size: 13px;
	background: #F7F8FC;
	font-family: arial;
}
@media (max-width: 767px){
	.navBar .topNav .logo {
		flex: 1;
	}
	.navBar .nav>ul {
		padding: 0 15px;
		white-space: nowrap;
		overflow-x: scroll;
	}
	.search {
		min-width: 160px;
	}
	.recom .recomGame ul {
		overflow: hidden;
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
		margin: 0px 15px;
	}
	.recom .recomGame ul li {
		width: 55px;
		float: none;
		display: inline-block;
	}
	.recom .recomGame ul li .item .icon {
		width: 50px;
		height: 50px;
	}
	.game .switcher ul {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
	}
	.switcher .uk-subnav li {
		display: inline-block;
	}
	.game .switcher .uk-switcher ul {}
	.game .switcher .uk-switcher ul li {
		width: 25%;
	}
	.pageRank .rankBg {
		height: 160px;
		position: relative;
	}
	.pageRank .rankBg img {
		max-width: none;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.pageRank .rankMenu ul li {
		height: 50px;
	}
	.pageRank .rankMenu ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.pageRank .rankMenu ul .current-menu-item a {
		height: 60px;
		line-height: 60px;
	}
	.pageRank .rankMain .item {
		padding: 15px;
	}
	.pageRank .rankMain .item .content {
		display: block;
	}
	.pageRank .rankMain .item .content a {
		font-size: 14px;
	}
	.pageRank .rankMain .item .num {
		margin-right: 12px!important;
	}
	.pageRank .rankMain .item .icon {
		width: 68px;
		margin-right: 10px;
	}
	.pageRank .rankMain .item .data {
		min-width: auto;
		margin: 5px 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .count {
		margin: 0!important;
		font-size: 13px;
	}
	.pageRank .rankMain .item .down {
		padding: 6px 8px;
		border-radius: 4px;
		font-size: 12px;
		margin: 0!important;
	}
	.category .catHead {
	    padding: 0;
	}
	.category .articleGame .item .info span {
	    padding-right: 6px;
	    padding-right: 8px;
        margin-right: 4px;
	}
	.category .articleGame .item .info span:after {
        height: 10px;
    }
    .category .articleNews article .thumb {
        width: 100%;
    }
	.pageRank .rankMain .item .down i {
		display: none;
	}
	.category .articleGame ul li {
	    width: 50%;
	}
	.category .articleGame .item .info {
	    font-size: 12px;
	}
	.single .singleGame .singleHead .icon {
	    width: 100%;
	}
	.single .singleGame .singleHead .down {
	    display: flex;
	}
	.single .singleGame .singleHead .down>div {
	    margin: 0!important;
	    width: 50%;
	    text-align: center;
	}
	.singleNews .singleContent p img {
	    max-width: 100%
	}
	.error-404 {
		display: block;
		position: relative;
	}
	.page-404 .page-content h2 {
		font-size: 24px;
	}
	.page-404 .page-content p {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.page-404 .page-content h3 {
		margin-top: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	.page-404 .page-content .go-home {
		padding: 8px 20px 8px 15px
	}
	.footer {
		padding: 30px 0;
	}
.m-mianleft {}
.m-mianleft h1{ line-height: 40px; font-size: 24px; margin: 20px 0 10px 0  }

.m-txtinfo { color: #aaa;  font-size: 14px;height: 22px; line-height: 22px; margin-bottom: 8px  }
.m-txtinfo p { margin-right: 30px; }
.m-txtinfo p i {font-style:normal;}
	
}

/**/

.m-tags a { color: #f60; border:1px #f60 solid; display: inline-block; padding: 2px 8px; margin-right: 10px; border-radius: 3px }
.m-tags a:hover {background-color: #f60; color: #fff}


table {background-color: transparent; border-spacing: 0; border-collapse: collapse; font-size:1em; width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd; box-sizing: border-box;}


table th{text-align:center; box-sizing: border-box;}

table td,table th{border:1px solid #ddd; box-sizing: border-box;}

table a{color: #0065cf;}

table a:hover{
	text-decoration:underline;
	color: #0F72A5;
}
/*点击*/
.articlepraise{margin-top: 15px;}

.articlepraise .dianzhan{ margin-right:20px; background-color:#f6a50b; color:#1A1A1A}
.articlepraise .xiajiang{ background-color:#EEEEEE; color:#999999}
.articlepraise .dianzhan,.articlepraise .xiajiang{padding:0px 10px; display:inline-block; border:1px solid #ddd; margin-bottom:10px; text-align:center; line-height:2.2em;min-width: 26%;border-radius: 1.1em;}
.articlepraise .dianzhan a{color:#1A1A1A; display:block;}
.articlepraise .xiajiang a{color:#999999; display:block;}
.articlepraise .tubiao{ text-align:center; margin-bottom:10px;}
.articlepraise .tubiao .hui{ color:#999;}
.articlepraise .tubiao .icon-dianzan-xiangxia {color:#999;}
.articlepraise .addnum.c999{ text-align:left;}
.articlepraise i.iconfont{display: inline-block;border-radius: 50%;background: #FFF;padding: 4px;  box-sizing:content-box;margin-right: 10px;}
.iconfont {
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
    margin-right: 2px;
    font-weight: normal;
}

/*内容页头部*/

.site-info-list{
    padding: 15px 0px 25px;
    font-size: 14px;
    color: #555;
    display: block;
    overflow: hidden;
}
.site-info-list li{
    min-width: 50%;
    line-height: 32px;
    overflow: hidden;
    height: 32px;
    float: left;
    border-bottom: 1px #efefef solid;
}

.site-info-list li.ss-link a{
    margin-right: 15px;
}

/*首页*/

.site-list-body{
    padding: 0;
    overflow: hidden;
}
.index-site-list{
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 0;
}
.index-site-list li{
    float: left;
    line-height: 3.3;
    height: 41.9px;
    width: 19.86%;
    text-align: center;
    border:1px #efefef solid;
    border-width: 1px 1px 0px 0px;
}
.index-site-list li a{
    display: block;
    color: #666;
    font-size: 13px;
}

.index-site-list li.site-recommend:nth-child(1n) a{
    color: #1E9FFF;
}
.index-site-list li.site-recommend:nth-child(2n) a{
    color: #FF5722;
}
.index-site-list li.site-recommend:nth-child(3n) a{
    color: #5FB878;
}
.index-site-list li a img{
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.index-site-list li a:hover{
    background-color: #fafafa;
    color: #f60;
}
.index-site-list li:nth-child(5n){
    border-right: none;
}
.index-site-list-min li{
    width: 33.1%;
}
.index-site-list-min li:nth-child(5n){
    border-right: 1px #efefef solid;
}
.index-site-list-min li:nth-child(3n){
    border-right: none;
}
.index-site-list-img{
    display: block;
    max-height: 123px;
    overflow: hidden;
}

.index-site-list-img img{
    width: 80px;
height: 80px;
border: solid 2px #FFF;
border-radius: 100%;
box-shadow: 0 2px 1px #E5E5E5;
overflow: hidden;
margin: 5px auto;
}

.min-nav{
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 0 0 2px 2px;
}
.min-nav ul{
    display: block;
    text-align: center;
    border: 1px #efefef solid;
    padding: 0px;
    margin: 0px;
}

.recom .min-nav ul .current-cat a {
    color: #9D6F3E;
    font-weight: bold;
}

.min-nav li{
    float: left;
    margin-left: 20px;
    padding: 12px 0;
    list-style: none;
}
.min-nav li.hover a{
    background-color: #393D49;
    padding: 4px 7px;
    color: #fff;
    border-radius: 3px;
}

@media screen and (max-width: 768px){
.min-nav{
        padding: 10px 0;
    }
.min-nav li{
        width: 25%;
        line-height: 1.8;
        padding: 3px 0;
    }

}

.yjh{max-width:126px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}

.phb-jianjie p{margin-top: 0;margin-bottom: 5px;color: #666;font-size: 14px;}
.phb-jianjie h2{margin-bottom: 10px;color: #333;font-size: 16px;font-weight: bold;}

.phb-top a{color: #0065cf;}
.phb-top a:hover {color: #9D6F3E;}
.phb-top p{margin-top: 0;margin-bottom: 5px;color: #666;font-size: 14px;}
.phb-top h2{margin-bottom: 10px;color: #333;font-size: 20px;font-weight: bold;}


.lishi_juan{
    background-image:url('https://www.lishimingren.com/d/file/lishi/lishi_juan.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-attachment:scroll;
}
.single .lishiContent{background-image: url("https://www.lishimingren.com/d/file/lishi/lishi_bg2.jpg"); 
background-size: 100%;
   padding: 25px 35px; 
}
.single .lishiContent p{
font-size: 16px;
text-indent: 0em;
line-height: 28px;
}

.single .lishiContent h2{
    background-image: url('https://www.lishimingren.com/d/file/lishi/h2_bg.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: scroll;
font-size: 1.5rem;
font-weight: bolder;
text-align: center;
padding: 10px 10px;
color: #fff;
height: 30px;
margin: 10px auto;
max-width: 320px;
box-shadow: 0 0 10px 2px #595752;
}
.lishi-txt{max-height: 81px;overflow: hidden;color: #662c01 !important;font-size: 15px;line-height: 24px;}
.lishi-txt a{color: #662c01 !important;}
.lishi-txt a:hover {color: #ef581c !important;}
.lishi-txt a i:hover {color: #ef581c !important;}
/*调整*/
.lishi_min_title>div{color:#571000;}
.lishi_min_title .lishi_icon:before{background:#571000;}
/*通用样式*/
.lishi_min_title.lishi_first{padding-top:0!important;}
.lishi_min_title{text-align:center;padding:20px 0;}
.lishi_min_title *{box-sizing: border-box;}
.lishi_min_title>div{position:relative;display:inline-block;font-weight:700;font-size:20px;padding:0 20px;}
.lishi_min_title .lishi_icon{position:absolute;width:20px;height:20px;border:2px solid; transform:rotate(45deg);top:50%;margin-top:-10px;}
.lishi_min_title .lishi_icon.lishi_left{left:-20px;border-top-style:none;border-right-style:none;}
.lishi_min_title .lishi_icon.lishi_right{right:-20px;border-bottom-style:none;border-left-style:none;}
.lishi_min_title .lishi_icon i{display:block;border:2px solid;width:12px;height:12px;margin-top:3px;margin-left:3px;}
.lishi_min_title .lishi_icon:before{content:"";display:block;width:4px;height:4px;border-radius:100%;position:absolute;top:50%;left:50%;margin-top:-2px;margin-left:-2px;}
.lishi_min_title .lishi_icon:after{content:"";display:block;width:8px;height:8px;border:2px solid;position:absolute;}
.lishi_min_title .lishi_icon.lishi_left:after{left:-12px;top:18px;}
.lishi_min_title .lishi_icon.lishi_right:after{right:-12px;bottom:18px;}
.lishi_min_text{text-align: center; background: #571000;padding: 5px 0;}
.lishi_min_text a{color:#fff; font-weight: 600;}

.single .lishiContent h3 {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-top: 20px;
    color: #541d00;
}

.single .lishiContent table p {
    text-indent: 0em;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.lishi_top_box {
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 38px; 
}
.lishi_top_box .img{
background-image:url('https://www.lishimingren.com/d/file/lishi/lishi_top.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-attachment:scroll;
    height: 39px;
}
.lishi_bottom_box {
    padding: 0 52px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 17px; 
}
.lishi_bottom_box .img{
    background-image:url('https://www.lishimingren.com/d/file/lishi/lishi_bottom.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-attachment:scroll;
    height: 17px;
}
.lishi_box {
    padding: 0 52px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 16px;
    color: #541d00;
}

.lishi_box > div{background: url(https://www.lishimingren.com/d/file/lishi/lishi_box.jpg) repeat;
padding: 10px 35px;
box-shadow: inset 0 20px 10px -20px #9a7337;
background-size: 100%;
}

.single .lishiContent table td, table th{
border: 1px solid #8b6757;
}

.uk-padding-big {
    padding: 35px 50px;
}

.song {
    font-family: 'SimSun';
    color: #571000;
    font-style: normal;
}
.site-img-btn {
    position: relative;
    margin: 30px 0px 0px 20px;
    text-align: center;
    overflow: hidden;
    background-color: #009688;
    border-radius: 3px 3px 0 0;
}
.md_lishi{  padding-top: 10px;padding-bottom: 10px;box-sizing: border-box;position: relative;}
.ctn_body,
.ctn_cont{border-radius:0;}
.ctn_body{background:none;}
.ctn_cont{background:#ede6d3;background-size:100px;border:0;padding: 20px 40px;}
.ctn_icon{display:block;}
.ctn_icon:before,
.ctn_icon:after{content:"";display:block;position:absolute;background-size:100%!important;border-radius:0;transform:rotate(0deg);opacity:1;box-sizing:border-box;}
.ctn_icon.ctn_icon01,
.ctn_icon.ctn_icon02{position:absolute;top:0!important;width:20px;height:100%;border-radius:0;background:url(https://www.lishimingren.com/d/file/lishi/09484988592_20x43.png) repeat;z-index:2;}
.mobile .ctn_icon.ctn_icon01,
.mobile .ctn_icon.ctn_icon02{width:10px;}
.ctn_icon.ctn_icon01{left:-1px;}
.ctn_icon.ctn_icon02{right:-1px;}
.ctn_icon.ctn_icon01:before,
.ctn_icon.ctn_icon02:before{background:url(https://www.lishimingren.com/d/file/lishi/09520613201_20x39.png) no-repeat;width:21px;height:39px;left:0;top:-10px;border-top:1px solid;border-color:#aa9265;border-radius:5px 5px 0 0!important;overflow:hidden;}
.mobile .ctn_icon.ctn_icon01:before,
.mobile .ctn_icon.ctn_icon02:before{width:10px;height:20px;top:-5px;border-radius:2px 2px 0 0!important;}
.ctn_icon.ctn_icon01:after,
.ctn_icon.ctn_icon02:after{background:url(https://www.lishimingren.com/d/file/lishi/09524534488_20x118.png) no-repeat;width:21px;height:118px;top:auto!important;left:0;bottom:-10px;border-bottom:1px solid;border-color:#aa9265;border-radius:0 0 5px 5px!important;overflow:hidden;}
.mobile .ctn_icon.ctn_icon01:after,
.mobile .ctn_icon.ctn_icon02:after{width:10px;height:60px;bottom:-5px;border-radius:0 0 2px 2px!important;}
.ctn_icon.ctn_icon03,
.ctn_icon.ctn_icon04{top:0;left:0;width:100%;height:20px;background:url(https://www.lishimingren.com/d/file/lishi/11110110624_357x27.png) repeat;background-size:260px;border-radius:0;z-index:1;}
.mobile .ctn_icon.ctn_icon03,
.mobile .ctn_icon.ctn_icon04{height:10px;background-size:130px;}
.ctn_icon.ctn_icon03:before,
.ctn_icon.ctn_icon03:after,
.ctn_icon.ctn_icon04:before,
.ctn_icon.ctn_icon04:after{display:none;}
.ctn_icon.ctn_icon04{top:auto;bottom:0;transform:rotate(180deg);}

@media screen and (max-width: 768px){
    
.single .lishiContent{background-image: url(); 
background-size: 100%;
   padding:10px; 
}
.uk-padding-big {
    padding: 10px 10px;
}
.lishi_top_box {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 0px; 
}
.lishi_top_box .img{background: url() repeat;
    height: 0px;
    width: 100%;
}
.lishi_bottom_box {
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 0px; 
}
.lishi_bottom_box .img{background: url() repeat;
    height: 0px;
    width: 100%;
  
}
.lishi_box {
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 14px;
    color: #333;
}
.lishi_box > div{background: url() repeat;
padding: 0;
box-shadow: 0px 0px 0px #888888;
background-size: 100%;
}
.lishi_juan {
    background-image: url();

}
.lishi_min_title{padding:20px 0;}
.lishi_min_title>div{font-size:18px;padding:0 15px;}
.lishi_min_title .lishi_icon{width:18px;height:18px;}
.lishi_min_title .lishi_icon i{width:10px;height:10px;}
.lishi_min_title .lishi_icon:before{width:3px;height:3px;margin-top:-10%;margin-left:-10%;}
.lishi_min_title .lishi_icon:after{width:5px;height:5px;}
.lishi_min_title .lishi_icon.lishi_left:after{left:-10px;top:17px;}
.lishi_min_title .lishi_icon.lishi_right:after{right:-10px;bottom:17px;}
}