/*#65337a hover #8f51a9*/
@charset "utf-8";
body {
	min-width: 1140px;
}
body.gary-body {
	background-color: #f9f9f9;
}
body,
textarea {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #333;
	background: #fff;
}
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}
ol,
ul,
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.container a:hover{
	opacity: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}
.after-clear::after,
.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear,.after-clear{ clear:both;}
.clear:after,.after-clear:after{ display:block; content:''; clear:both; visibility:hidden;}
.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1140 {
	width: 1140px;
	margin: 0 auto;
}
ul.flexbox,
dl.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li,
dl.flexbox dd {
	display: block;
	align-items: center;
	justify-content: flex-start;
}
.table {
	display: table;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.bg-white{
	background-color: #fff !important;
}
.gray-content{
	background-color: #f6f6f6;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
/*公用*/
.meiqk-qk-commonbox{
	padding: 55px 0 55px 0;
}
.meiqk-qk-secshow .meiqk-qk-commonbox, .meiqk-sci-secshow .meiqk-qk-commonbox{
	padding-top: 12px;
}
.meiqk-qk-commonbox h2, .meiqk-qk-commonbox h4{
	font-size: 26px;
	color: #222;
	margin-bottom: 45px;
}
/*期刊内页顶栏导航*/
.meiqk-navbar{
	background-color: #fff;
	height: 90px;
	line-height: 90px;
	text-align: right;
}
.meiqk-navbar-index .left-logo>a{
	display: block;
	width: 124px;
	height: 90px;
	background: url(../images/meiqk/icon-logo-meiqk.png) no-repeat left center;
	background-size: 124px 29px;
}
.meiqk-navbar .middle-search{
	margin-left: 259px;
	margin-top: 24px;
}
.meiqk-navbar-index .middle-search{
	margin-left: 135px;
}
.meiqk-navbar .middle-search .seachbox{
	float: left;
	margin-right: 30px;
}
.meiqk-navbar .middle-search .search-input {
	width: 310px;
	height: 42px;
	background-color: #f1f1f1;
	overflow: hidden;
}
.meiqk-navbar .middle-search .search-input .l {
	width: 220px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	border-radius: 6px 0px 0px 6px;
	background: #f1f1f1;
	position: relative;
	padding-left: 0;
}
.meiqk-navbar .middle-search .search-input .r {
	width: 80px;
	position: relative;
	margin-right: 3px;
}
.meiqk-navbar .middle-search .search-input .q {
	float: left;
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 98%;
	height: 42px;
	line-height: 42px;
	background: #f1f1f1 url(../images/meiqk/icon-head-search-newzz.png) no-repeat left 12px center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
	padding-left: 38px;
}
.meiqk-navbar .middle-search .search-input .q:-webkit-autofill,
.meiqk-navbar .middle-search .search-input .q:-webkit-autofill:hover,
.meiqk-navbar .middle-search .search-input .q:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #f1f1f1 inset;
	-webkit-text-fill-color: #999;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	border: 0 none;
	outline: 0 none;
}
.meiqk-navbar .middle-search .search-input .q::-webkit-input-placeholder {
	color: #999;
}
.meiqk-navbar .middle-search .search-input .q::-moz-placeholder {
	color: #999;
}
.meiqk-navbar .middle-search .search-input .q:-moz-placeholder {
	color: #999;
}
.meiqk-navbar .middle-search .search-input .q:-ms-input-placeholder {
	color: #999;
}
.meiqk-navbar .middle-search .search-input .s {
	display: block;
	outline: none;
	border: none;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #65337a;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 3px 0 3px 0;
}
.meiqk-navbar .middle-search .search-input .r:hover .s {
	background-color: #8f51a9;
}
.meiqk-navbar .middle-search .search-input:hover .s {
	cursor: pointer;
}
.meiqk-navbar .right-info a, .meiqk-navbar .right-info span{
	display: inline-block;
	font-size: 14px;
	color: #222;
	margin-left: 40px;
}
.meiqk-navbar .right-info a:hover{
	color: #65337a;
}
.meiqk-navbar .right-info span.nav-tel:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/meiqk/icon-head-tel-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
.meiqk-navbar .right-info a.login:before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../images/meiqk/icon-head-login-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
.meiqk-navbar .right-info a.login:hover:before{
	background: url(../images/meiqk/icon-head-login-meiqk-hover.png) no-repeat;
}
.meiqk-navbar .right-info a.meiqk-index:before{
	content: "";
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../images/meiqk/icon-head-index-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
.meiqk-navbar .right-info a.meiqk-index:hover:before{
	background: url(../images/meiqk/icon-head-index-meiqk-hover.png) no-repeat;
}
.meiqk-navbar .right-info a.dlicar:before{
	content: "";
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../images/meiqk/icon-head-cart-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
.meiqk-navbar .right-info a.dlicar:hover:before{
	background: url(../images/meiqk/icon-head-cart-meiqk-hover.png) no-repeat;
}
/*期刊内页封面图*/
.meiqk-qkcover{
	color: #fff;
	min-height: 200px;
	background-color: #65337a;
}
.meiqk-qkcover>div{
	position: relative;
}
.meiqk-qkcover>div img{
	position: absolute;
	width: 160px;
	height: 216px;
	left: 0;
	top: -46px;
	box-shadow:0 0 35px rgba(85, 85, 85, 0.18);
}
.meiqk-qkcover .meiqk-qktitle{
	padding-left: 194px;
	min-height: 200px;
	max-width: 80%;
}
.meiqk-qkcover .meiqk-qktitle h1{
	font-size: 36px;
	margin-top: -16px;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.meiqk-qkcover .meiqk-qktitle p, .meiqk-qkcover .meiqk-qktitle h2{
	font-size: 15px;
}
.meiqk-qkcover .meiqk-qktitle h2{
	font-weight: normal;
}
.meiqk-qkyxyz{
	min-height: 200px;
}
.meiqk-qkyxyz ul li{
	float: left;
}
.meiqk-qkyxyz ul li b, .meiqk-qkyxyz ul li span{
	display: block;
	font-weight: normal;
}
.meiqk-qkyxyz ul li b{
	font-size: 18px;
}
.meiqk-qkyxyz ul li span{
	font-size: 14px;
}
.meiqk-qkyxyz ul li:nth-of-type(2){
	margin-left: 28px;
	padding-left: 28px;
	border-left: 1px solid #fff;
}
/*导航菜单*/
.meiqk-qksubnav{
	height: 62px;
	line-height: 62px;
	border-bottom: solid 1px #65337a;
	background-color: #fff;
}
.meiqk-qksubnav a{
	font-size: 16px;
	color: #222;
	margin-right: 54px;
}
.meiqk-qksubnav a.nav-active{
	color:#65337a;
	font-weight: bold;
}
.meiqk-qksubnav a:nth-last-of-type(3){
	margin-right: 0;
}
.meiqk-qksubnav a:hover{
	color:#65337a;
}
.meiqk-qksubnav a.zx{
	width: 150px;
	text-align: center;
	float: right;
	margin-right: 0;
	border-right: solid 1px #eee;
	line-height: 61px;
}
.meiqk-qksubnav a.zx:last-of-type{
	border-left: solid 1px #eee;
}
.meiqk-qksubnav a.zx:after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/meiqk/icon-zx-arrow-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 0 4px 15px;
    -webkit-transition: all .4s;
	transition: all .4s;
}
.meiqk-qksubnav a.zx:hover:after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	background: url(../images/meiqk/icon-zx-arrow-meiqk-hover.png) no-repeat;
}
/*期刊简介*/
.meiqk-synopsis{
	margin-top: 18px;
}
.meiqk-synopsis-sci{
	border-bottom: 2px solid #65337a;
}
.meiqk-synopsis .meiqk-qkjj{
	width: 790px;
	padding: 40px;
	background-color: #f5f5f5;
}
.meiqk-synopsis .meiqk-qkjj h2, .meiqk-synopsis .meiqk-qkjj h3{
	font-size: 26px;
	font-weight: normal;
	color: #222;
	margin-bottom: 20px;
}
.meiqk-synopsis .meiqk-qkjj p{
	font-size: 15px;
	line-height: 32px;
	color: #222;
	word-break: break-all;
	text-align: justify;
	text-indent: -5px;
}
.meiqk-synopsis .meiqk-qkjj a{
	display: block;
	font-size: 14px;
	color: #0272b1;
	text-decoration: underline;
	margin-top: 20px;
}
.meiqk-synopsis .meiqk-qkjj a:hover{
	opacity: .8;
}
.meiqk-synopsis .meiqk-tgts{
	padding-right: 0;
	padding-bottom: 0;
	width: 350px;
	background-color: #fff;	
}
.meiqk-synopsis ul.meiqk-qkzs{
	margin-bottom: 0;
	margin-top: 50px;
}
.meiqk-sci-body .meiqk-synopsis ul.meiqk-qkzs{
	margin-bottom: 50px;
}
.meiqk-synopsis ul.meiqk-qkzs li{
	float: left;
	min-width: 20%;
	padding-left: 18px;
	padding-right: 18px;
	border-left: 2px solid #65337a;
	margin-bottom: 20px;
}
.meiqk-synopsis ul.meiqk-qkzs li b,.meiqk-synopsis ul.meiqk-qkzs li span{
	display: block;
}
.meiqk-synopsis ul.meiqk-qkzs li b{
	font-size: 22px;
	font-weight: normal;
	color: #222;
	margin: -4px 0 6px 0;
}
.meiqk-synopsis ul.meiqk-qkzs li span{
	font-size: 14px;
	color: #000;
	margin-bottom: 2px;
}
/*主要发文机构*/
.meiqk-qk-zyfwjg{
	margin-top: 50px;
	padding: 54px 0 50px 0;
	background-color: #65337a;
}
.meiqk-qk-zyfwjg h2{
	font-size: 26px;
	color: #fff;
	margin-bottom: 52px;
}
.meiqk-qk-zyfwjg ul li{
	float: left;
	padding: 0 38px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	border: solid 1px rgb(255,255,255,0.3);
	font-size: 14px;
	color: #fff;
	margin: 0 20px 20px 0;
}
/*期刊发文*/
.meiqk-qk-qkfw {
	padding-bottom: 0;
	margin-bottom: -30px;
}
.meiqk-qk-qkfw a.btn-checkmore{
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 39px;
}
.meiqk-qk-qkfw a.btn-checkmore:hover{
	color: #0272b1;
}
.meiqk-qk-qkfw a.btn-checkmore:before{
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #0272b1 url(../images/meiqk/icon-more-arrow-meiqk.png) no-repeat center;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
.meiqk-qk-qkfw ul li{
	float: left;
	width: 360px;
	min-height: 172px;
	margin: 0 30px 30px 0;
	padding: 35px 30px;
	background-color: #f9f9f9;
}
.meiqk-qk-qkfw ul li:nth-of-type(3n){
	margin-right: 0;
}
.meiqk-qk-qkfw ul li b{
	font-size: 17px;
	font-weight: normal;
	color: #222;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-qkfw ul li p{
	font-size: 12px;
	line-height: 28px;
	color: #777;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*发文领域*/
.meiqk-qk-fwly{
	margin-bottom: 0;
	padding-bottom: 0;
}
.meiqk-qk-fwly .fwtitle{
	width: 100%;
	border-bottom: 1px solid #222;
}
.meiqk-qk-fwly .fwtitle:not(:first-of-type){
	margin-top: 50px;
}
.meiqk-qk-fwly .fwtitle b{
	display: inline-block;
	font-size: 17px;
	color: #222;
	padding-bottom: 16px;
	border-bottom: 4px solid #222;
}
.meiqk-qk-fwly ul{
	margin-top: -10px;
}
.meiqk-qk-fwly ul li{
	float: left;
	width: 25%;
	padding-right: 2%;
	margin-top: 50px;
	min-height: 62px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-fwly ul.threerow li{
	min-height: 90px;
}
.meiqk-qk-fwly ul li:nth-of-type(4n){
	padding-right: 0;
}
.meiqk-qk-fwly ul li b{
	font-size: 17px;
	font-weight: normal;
	color: #222;
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-fwly ul li p{
	font-size: 12px;
	line-height: 28px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*期刊订阅*/
.meiqk-qk-dybuy{
	margin-top: 65px;
	padding: 33px 36px;
	border: solid 1px #e8e8e8;
}
.meiqk-qk-dybuy .l-img{
	width: 90px;
	height: auto;
}
.meiqk-qk-dybuy .l-info{
	margin-left: 28px;
}
.meiqk-qk-dybuy .l-info h3{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 6px;
}
.meiqk-qk-dybuy .l-info p{
	font-size: 14px;
	line-height: 32px;
	color: #222;
}
.meiqk-qk-dybuy .l-info p b.price{
	font-size: 18px;
	font-weight: bold;
	color: #e60000;
}
.meiqk-qk-dybuy .l-info a.zx{
	display: block;
	font-size: 13px;
	color: #65337a;
	margin-top: 4px;
}
.meiqk-qk-dybuy .l-info a.zx:before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../images/meiqk/icon-zx-gkzx-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.meiqk-qk-dybuy .r-info a.btn-common{
	display: inline-block;
	width: 150px;
	height: 48px;
	line-height: 46px;
	background-color: #65337a;
	border-radius: 4px;
	border: solid 1px #65337a;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 37px;
}
.meiqk-qk-dybuy .r-info a.btn-common:nth-of-type(2){
	margin-left: 28px;
}
.meiqk-qk-dybuy .r-info a.btn-jrgwc{
	color: #65337a;
	background-color: #fff;
}
.meiqk-qk-dybuy .r-info a.btn-ljdy:hover{
	background-color: #8f51a9;
	border-color: #8f51a9;
}
.meiqk-qk-dybuy .r-info a.btn-jrgwc:hover{
	color: #fff;
	background-color: #65337a;
}
/*相关期刊*/
.meiqk-qk-xgqk{
	margin-top: 65px;
	background-color: #f5f6f5;
}
.meiqk-qk-xgqk h4{
	margin-bottom: 70px;
}
.meiqk-qk-xgqk ul.big-list{
	margin-bottom: 30px;
}
.meiqk-qk-xgqk ul.big-list li{
	float: left;
	width: 357px;
	height: 170px;
	background-color: #fff;
	position: relative;
	margin-left: 34px;
}
.meiqk-qk-xgqk ul.big-list li:first-of-type{
	margin-left: 0;
}
.meiqk-qk-xgqk ul.big-list li img.l-img{
	width: 120px;
	height: 170px;
	position: absolute;
	top: -26px;
	left: 0;
}
.meiqk-qk-xgqk ul.big-list li .r-info{
	padding-left: 145px;
	padding-right: 20px;
}
.meiqk-qk-xgqk ul.big-list li .r-info b{
	font-size: 16px;
	color: #222;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-xgqk ul.big-list li .r-info p{
	font-size: 12px;
	line-height: 28px;
	color: #222;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-xgqk ul.big-list li:hover b{
	color: #65337a;
}
.meiqk-qk-xgqk ul.small-list li{
	float: left;
	width: 357px;
	margin-left: 34px;
	font-size: 14px;
	line-height: 36px;
	color: #222;
}
.meiqk-qk-xgqk ul.small-list li>a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-xgqk ul.small-list li:nth-of-type(3n-2){
	margin-left: 0;
}
.meiqk-qk-xgqk ul.small-list li:hover a{
	color: #65337a;
}
/*更多疑问*/
.meiqk-qk-moreques{
	padding: 48px 0 48px 0;
}
.meiqk-qk-moreques .quesbox{
	float: left;
	width: 348px;
	margin-right: 48px;
}
.meiqk-qk-moreques .quesbox:last-of-type{
	margin-right: 0;
}
.meiqk-qk-moreques .quesbox h5{
	font-size: 16px;
	color: #222;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: solid 1px #222222;
}
.meiqk-qk-moreques .quesbox ul li{
	font-size: 14px;
	padding: 8px 0;
	color: #222;
}
.meiqk-qk-moreques .quesbox ul li:hover a{
	color: #65337a;
}
/*免责声明*/
.meiqk-mzsm{
	margin-bottom: 40px;
}
.meiqk-mzsm h6{
	font-size: 16px;
	line-height: 24px;
	color: #222;
	margin-bottom: 16px;
}
.meiqk-mzsm p{
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.meiqk-qkshow-fqlist .meiqk-mzsm{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
/*面包屑*/
.meiqk-breadpage{
	margin-bottom: 24px;
}
.meiqk-breadpage a, .meiqk-breadpage span{
	font-size: 12px;
	color: #222;
}
.meiqk-list-bread a, .meiqk-list-bread span, .meiqk-list-bread h1{
	font-size: 12px;
	color: #777;
}
.meiqk-list-bread h1{
	display: inline-block;
	font-weight: normal;
}
.meiqk-qk-breadpage{
	margin-bottom: 20px;
}
.meiqk-qk-breadpage-top{
	margin-top: 22px;
	margin-bottom: 0;
}
.meiqk-qk-breadpage-top .meiqk-qk-bread>a,.meiqk-qk-breadpage-top .meiqk-qk-bread>span{
	display: inline-block;
	line-height: 18px;
}
.meiqk-qk-bread>a{
	display: inline-block;
	line-height: 18px;
}
.meiqk-qk-bread>a:after, .meiqk-list-bread a:after{
	content: "/";
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 6px 6px;
}
.meiqk-qk-bread>a:hover{
	color: #65337a;
}
.meiqk-breadpage a:hover, .meiqk-list-bread a:hover{
	color: #65337a;
}
.meiqk-qk-page>a{
	display: inline-block;
	line-height: 24px;
}
.meiqk-qk-page>a.nextpage{
	margin-left: 60px;
}
.meiqk-qk-page>a:hover{
	color: #65337a;
}
.meiqk-list-bread{
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #f1f1f1;
}
.meiqk-member-com .meiqk-list-bread{
	border-bottom: none;
}
.meiqk-fw-list .meiqk-list-bread{
	border-bottom: none;
}
.meiqk-list-bread:before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/meiqk/icon-bread-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
/*期刊内页底部咨询*/
.meiqk-qk-zxblock{
	height: 56px;
	line-height: 56px;
	background-color: #65337a;
}
.meiqk-qk-zxblock>a{
	display: block;
	width: 100%;
	height: 100%;
}
.meiqk-qk-zxblock p{
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.meiqk-qk-zxblock p:before{
	content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url(../images/meiqk/icon-bottom-zx-left-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 20px 4px 0;
    -webkit-transition: all .4s;
	transition: all .4s;
}
.meiqk-qk-zxblock p:after{
	content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url(../images/meiqk/icon-bottom-zx-right-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 0 4px 20px;
    -webkit-transition: all .4s;
	transition: all .4s;
}
.meiqk-qk-zxblock p:hover:before{
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}
.meiqk-qk-zxblock p:hover:after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.meiqk-foot{
	text-align: center;
	padding: 30px 0;
	background-color: #f9f9f9;
}
.meiqk-foot ul{
	margin-bottom: 12px;
}
.meiqk-foot ul li{
	display: inline-block;
	font-size: 12px;
	color: #222;
}
.meiqk-foot ul li:after{
	content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 5px 10px;
}
.meiqk-foot ul li:last-of-type:after{
	display: none;
}
.meiqk-foot ul li a:hover{
	color: #65337a;
}
.meiqk-foot .copyrights p{
	font-size: 12px;
	line-height: 22px;
	color: #999;
}
.meiqk-foot .copyrights p a{
	color: #999;
}
.meiqk-foot .copyrights p a:hover{
	color: #65337a;
}
/*期刊荣誉*/
.meiqk-qk-qkry{
	padding: 65px 0 40px 0;
}
.meiqk-qk-qkry:not(:first-of-type){
	padding: 0 0 40px 0;
}
.meiqk-qk-qkry:last-of-type{
	padding-bottom: 0;
}
.meiqk-qk-qkry ul li{
	float: left;
	width: 25%;
	font-size: 15px;
	line-height: 32px;
	color: #222;
	margin-bottom: 25px;
	position: relative;
}
.meiqk-qk-qkry ul li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.meiqk-qk-qkry ul li:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #cfcfcf;
	vertical-align: middle;
	margin: 0 8px 4px 0;
	position: absolute;
	left: 0;
	top: 14px;
}
.meiqk-qk-qkry ul li a, .meiqk-qk-lssl ul li{
	display: inline-block;
	padding-left: 14px;
}
.meiqk-qk-qkry ul li a:hover{
	color: #65337a;
}
/*历史收录*/
.meiqk-qk-lssl b.lssl-fltitle{
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	color: #222;
	padding-left: 14px;
	margin: 20px 0;
}
/*期刊评价*/
.meiqk-qk-qkpj{
	padding-bottom: 0;
}
.meiqk-qk-qkpj h2{
	padding-bottom: 0;
	margin-bottom: -25px;
}
.meiqk-qkpj-sci h2{
	margin-bottom: 45px;
}
.meiqk-qkpj-common{
	float: left;
	width: 550px;
	margin-top: 70px;
	margin-right: 40px;
}
.meiqk-qkpj-common:nth-of-type(2n){
	margin-right: 0;
}
.meiqk-qkpj-common:nth-last-of-type(2){
	margin-right: 0;
}
.meiqk-qkpj-common h3{
	font-size: 16px;
	line-height: 32px;
	color: #222;
	text-align: center;
	margin-bottom: 30px;
}
.meiqk-qkpj-common>div{
	width: 550px;
	height: 300px;
	box-shadow:0 0 16px 5px rgba(185, 185, 185, 0.15);
}
.meiqk-qkpj-common>div>div{
	border: 1px solid #f3f3f3;
}
.meiqk-qkpj-common>div text{
	font-weight:normal !important;
}
/*联系方式*/
.meiqk-qk-lxfs{
	padding-bottom: 0;
}
.meiqk-qk-lxfs .l p{
	font-size: 16px;
	line-height: 32px;
	color: #222;
	margin-bottom: 30px;
}
.meiqk-qk-lxfs .l p:last-of-type{
	margin-bottom: 0;
}
.meiqk-qk-lxfs .r a{
	display: block;
	width: 170px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #65337a;
	background-color: #65337a;
	border-radius: 4px;
	border: solid 1px #65337a;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}
.meiqk-qk-lxfs .r a.btn-fwjq{
	background-color: #fff;
	color: #65337a;
	margin-bottom: 0;
}
.meiqk-qk-lxfs .r a:hover{
	background-color: #8f51a9;
	border-color: #8f51a9;
}
.meiqk-qk-lxfs .r a.btn-fwjq:hover{
	background-color: #65337a;
	border-color: #65337a;
	color: #fff;
}
/*期刊发文*/
.meiqk-qk-qkfwall ul li{
	float: left;
	width: 46%;
	padding-right: 2%;
	margin-bottom: 40px;
}
.meiqk-qk-qkfwall ul li:nth-of-type(2n){
	padding-right: 0;
}
.meiqk-qk-qkfwall ul li:nth-of-type(2n-1){
	width: 52%;
}
.meiqk-qk-qkfwall ul li b{
	display: block;
	font-size: 17px;
	font-weight: normal;
	color: #222;
	margin-bottom: 18px;
}
.meiqk-qk-qkfwall ul li p{
	font-size: 12px;
	line-height: 24px;
	color: #777;
}
/*首页*/
.meiqk-index-minilist{
	height: 75px;
	min-width: 1140px;
	/* overflow: hidden; */
	background-color: #65337a;
}
.meiqk-index-minilist b, .meiqk-index-minilist ul{
	float: left;
}
.meiqk-index-minilist b{
	display: block;
	height: 74px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	background: #59296f;
}
.meiqk-index-minilist b a, .meiqk-index-minilist b.fwzx{
	display: block;
	color: #fff;
	padding: 13px;
}
.meiqk-index-minilist b a:hover{
	color: #fff;
	opacity: .8;
}
.meiqk-index-minilist b.bsci{
	line-height: 48px;
}
.meiqk-index-minilist b br{
	content: '';
	display: block;
	height: 0;
}
.meiqk-index-minilist ul li{
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #e2e2e2;
}
.meiqk-index-minilist ul.firstul{
	padding:9px 27px 0 0;
}
.meiqk-index-minilist ul.firstul li{
	margin-left: 27px;
}
.meiqk-index-minilist ul.firstul li:nth-child(8){
	clear: both;
}
.meiqk-index-minilist ul li a{
	font-size: 14px;
	color: #e2e2e2;
}
.meiqk-index-minilist ul li a:hover{
	color: #e2e2e2;
	opacity: .8;
}
.meiqk-index-minilist ul.secondul{
	padding:9px 27px 0 0;
}
.meiqk-index-minilist ul.secondul li{
	margin-left: 27px;
}
.meiqk-index-minilist ul.secondul li:nth-child(6){
	clear: both;
}
.meiqk-index-minilist ul.thirdul{
	padding:9px 0 0 0;
}
.meiqk-index-minilist ul.thirdul li{
	margin-left: 16px;
}
.meiqk-index-minilist ul.thirdul li:nth-child(3){
	clear: both;
}
/*首页-banner*/
.meiqk-index-banner{
	height: 415px;
	background: url(../images/meiqk/bg-index-newzz.png) no-repeat center;
	background-size: cover;
}
.meiqk-index-banner h1{
	text-align: center;
	font-size: 32px;
	color: #222;
	padding: 68px 0 40px 0;
}
.meiqk-index-banner ul li{
	float: left;
	margin-right: 14px;
	width: 274px;
	height: 190px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 25px;
}
.meiqk-index-banner ul li:last-of-type{
	margin-right: 0;
}
.meiqk-index-banner ul li b{
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
}
.meiqk-index-banner ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.meiqk-index-banner ul li a{
	display: block;
	width: 90px;
	height: 26px;
	font-size: 13px;
	color: #65337a;
	text-align: center;
	line-height: 24px;
	border-radius: 13px;
	border: solid 1px #65337a;
	margin: 15px auto 0;
}
.meiqk-index-banner ul li a:hover{
	color: #fff;
	background-color: #65337a;
}
/*首页期刊列表*/
.meiqk-index-qklist, .meiqk-index-rmzzzx{
	padding-bottom: 49px;
	background-color: #f9f9fb;
}
.meiqk-index-qklist-white{
	background-color: #fff;
}
.meiqk-index-qklist h2, .meiqk-index-rmzzzx h3{
	font-size: 32px;
	color: #222;
	padding: 55px 0 30px 0;
}
.meiqk-index-qklist h2 a.btn-checkmore, .meiqk-index-rmzzzx h3 a.btn-checkmore{
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 48px;
}
.meiqk-index-qklist h2 a.btn-checkmore:after, .meiqk-index-rmzzzx h3 a.btn-checkmore:after{
	content: '';
	width: 6px;
	height: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
	background: url(../images/meiqk/icon-index-arrow-newzz.png) no-repeat center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.meiqk-index-qklist h2 a:hover, .meiqk-index-rmzzzx h3 a:hover{
	color: #65337a;
}
.meiqk-index-qklist h2 a.btn-checkmore:hover:after, .meiqk-index-rmzzzx h3 a.btn-checkmore:hover:after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	background: url(../images/meiqk/icon-index-arrow-newzz-hover.png) no-repeat center;
}
.meiqk-index-qklist .qklist-left{
	float: left;
	width: 260px;
	height: 505px;
	background-color: #fff;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
	padding: 26px 24px;
}
.meiqk-index-qklist .qklist-left h3{
	font-size: 20px;
	color: #222;
	margin-bottom: 16px;
}
.meiqk-index-qklist .qklist-left>b{
	display: block;
	font-size: 14px;
	color: #222;
	margin-bottom: 4px;
}
.meiqk-index-qklist .qklist-left>b:hover a{
	color: #65337a;
}
.meiqk-index-qklist .qklist-left>ul{
	margin-bottom: 19px;
	height: 48px;
	overflow: hidden;
}
.meiqk-index-scilist .qklist-left>ul{
	height: auto;
	overflow: unset;
}
.meiqk-index-qklist .qklist-left>ul li{
	float: left;
	line-height: 24px;
	color: #666;
	margin-right: 14px;
}
.meiqk-index-qklist .qklist-left>ul li a{
	color: #666;
}
.meiqk-index-qklist .qklist-left>ul li a:hover{
	color: #65337a;
}
.meiqk-index-qklist .qklist-left>a.btn-zx{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #65337a;
	box-shadow: 0px 2px 6px 0px 
		rgba(85, 85, 85, 0.05);
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	color: #fff;
}
.meiqk-index-qklist .qklist-left>a.btn-zx:hover{
	background-color: #8f51a9;
}
.meiqk-index-qklist .qklist-right ul li{
	float: left;
	width: 115px;
	margin-left: 50px;
	margin-bottom: 28px;
}
.meiqk-index-qklist .qklist-right ul li img{
	width: 100%;
	height: auto;
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
}
.meiqk-index-qklist .qklist-right ul li:hover img{
	-webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.meiqk-index-qklist .qklist-right ul li b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-index-qklist .qklist-right ul li:hover b{
	color: #65337a;
}
.meiqk-index-qklist .qklist-right ul li p{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-index-qklist .qklist-right ul li p.price{
	font-size: 12px;
}
.meiqk-index-qklist .qklist-right ul li p.price span{
	display: inline-block;
	color: #d10000;
}
.meiqk-index-qklist .qklist-right ul li p.price i{
	display: inline-block;
	font-style: normal;
	color: #d10000;
}
/*首页 热门杂志咨询*/
.meiqk-index-rmzzzx{
	background-color: #fff;
}
.meiqk-index-rmzzzx .qklist-top ul li{
	width: 164px;
	height: 265px;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
	padding: 26px 22px;
}
.meiqk-index-rmzzzx .qklist-top ul li>a{
	display: block;
}
.meiqk-index-rmzzzx .qklist-top ul li img{
	width: 100%;
	height: auto;
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.meiqk-index-rmzzzx .qklist-top ul li:hover img{
	-webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.meiqk-index-rmzzzx .qklist-top ul li b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin-top: 12px;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-index-rmzzzx .qklist-top ul li:hover b{
	color: #65337a;
}
.meiqk-index-rmzzzx .qklist-top ul li p.rq{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	text-align: center;
	margin-top: 4px;
}
.meiqk-index-rmzzzx .qklist-top ul li p.rq span{
	color: #ff0013;
}
.meiqk-index-rmzzzx .qklist-bottom ul{
	margin-top: 15px;
	padding-left: 22px;
}
.meiqk-index-rmzzzx .qklist-bottom ul li{
	float: left;
	width: 26%;
	margin-top: 30px;
	padding-right: 2%;
}
.meiqk-index-rmzzzx .qklist-bottom ul li:nth-of-type(4n){
	width: 22%;
	padding-right: 0;
}
.meiqk-index-rmzzzx .qklist-bottom ul li b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin-bottom: 4px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-index-rmzzzx .qklist-bottom ul li p{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-index-rmzzzx .qklist-bottom ul li:hover b{
	color: #65337a;
}
/*首页--优选咨询方案*/
.meiqk-index-yxzxfa{
	height: 683px;
	background: url(../images/meiqk/bg-index-yxzxfa-meiqk.png) no-repeat center;
	background-size: cover;
	padding: 60px 0 68px 0;
}
.meiqk-index-yxzxfa h4{
	font-size: 32px;
	color: #222;
	margin-bottom: 8px;
	text-align: center;
}
.meiqk-index-yxzxfa h5{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: center;
	margin-bottom: 58px;
}
.meiqk-index-yxzxfa ul li{
	float: left;
	width: 274px;
	height: 420px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
	padding: 0 0 28px 0;
}
.meiqk-index-yxzxfa ul li div{
	height: 150px;
	background: url(../images/meiqk/bg-index-yxzxfa-small-meiqk.png) no-repeat center;
	background-size: cover;
	padding: 40px 25px 0 25px;
	border-radius: 20px 20px 0 0;
}
.meiqk-index-yxzxfa ul li div b{
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 12px;
}
.meiqk-index-yxzxfa ul li div p{
	font-size: 14px;
	color: #fff;
}
.meiqk-index-yxzxfa ul li dl{
	padding: 15px 25px 0 25px;
}
.meiqk-index-yxzxfa ul li dl dd{
	font-size: 14px;
	line-height: 32px;
	color: #222;
}
.meiqk-index-yxzxfa ul li dl dd:before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(../images/meiqk/icon-index-yxzxfa-meiqk.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
.meiqk-index-yxzxfa ul li span{
	display: block;
	width: 160px;
	height: 26px;
	line-height: 26px;
	background-color: #65337a;
	border-radius: 13px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 10px auto 0;
}
.meiqk-index-yxzxfa ul li:hover span{
	background-color: #8f51a9;
}
/*常见问题答疑*/
.meiqk-index-cjwtdy{
	padding: 40px 0 40px 0;
}
.meiqk-index-cjwtdy h4{
	font-size: 32px;
	color: #222;
	text-align: center;
	margin-bottom: 40px;
}
.meiqk-index-cjwtdy ul li{
	float: left;
	width: 556px;
	height: 166px;
	background-color: #f8f8fc;
	border-radius: 10px;
	padding: 18px 44px 30px 44px;
	margin: 0 20px 20px 0;
	position: relative;
}
.meiqk-index-cjwtdy ul li:nth-of-type(2n){
	margin-right: 0;
}
.meiqk-index-cjwtdy ul li b{
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #222;
	display: block;
	margin-bottom: 4px;
	padding-left: 46px;
}
.meiqk-index-cjwtdy ul li:hover b{
	color: #65337a;
}
.meiqk-index-cjwtdy ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
	padding-left: 46px;
}
.meiqk-index-cjwtdy ul li b:before{
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/meiqk/icon-index-cjwtdy-meiqk.png) no-repeat;
	position: absolute;
	top: 18px;
	left: 44px;
	background-position: 2px 2px;
}
.meiqk-index-cjwtdy ul li:nth-of-type(2) b:before{
	background-position: -578px 2px;
}
.meiqk-index-cjwtdy ul li:nth-of-type(3) b:before{
	background-position: 2px -180px;
}
.meiqk-index-cjwtdy ul li:nth-of-type(4) b:before{
	background-position: -580px -180px;
}
.meiqk-index-cjwtdy ul li:nth-of-type(5) b:before{
	background-position: 0 -371px;
}
.meiqk-index-cjwtdy ul li:nth-of-type(6) b:before{
	background-position: -580px -370px;
}
/*期刊咨询 值得信赖*/
.meiqk-index-qkzxzdxn{
	padding: 40px 0 40px 0;
	height: 460px;
	background:#2d184f url(../images/meiqk/bg-index-qkzxzdxn-meiqk.png) no-repeat;
}
.meiqk-index-qkzxzdxn h4{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.meiqk-index-qkzxzdxn ul li{
	float: left;
	width: 276px;
	height: 190px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-right: 12px;
	padding: 36px 30px 30px 30px;
}
.meiqk-index-qkzxzdxn ul li:last-of-type{
	margin-right: 0;
}
.meiqk-index-qkzxzdxn ul li b{
	display: block;
	font-size: 20px;
	color: #222;
	text-align: center;
	margin-bottom: 14px;
}
.meiqk-index-qkzxzdxn ul li:hover b{
	color: #65337a;
}
.meiqk-index-qkzxzdxn ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #222;
}
.meiqk-index-qkzxzdxn a.btn-zx{
	display: block;
	width: 160px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #fff;
	font-size: 14px;
	color: #fff;
	margin: 58px auto 0;
}
.meiqk-index-qkzxzdxn a.btn-zx:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/meiqk/icon_zx_arrow_white_newzz.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 2px 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.meiqk-index-qkzxzdxn a.btn-zx:hover:after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
/*友情链接*/
.meiqk-index-yqlj{
	background-color: #fff;
	padding: 40px 0;
}
.meiqk-index-yqlj h6{
	font-size: 14px;
	color: #222;
	margin-bottom: 10px;
}
.meiqk-index-yqlj ul li{
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 11.5%;
	line-height: 32px;
	font-size: 12px;
	color: #666;
	padding-right: 1.5%;
}
.meiqk-index-yqlj ul li:nth-of-type(9n){
	padding-right: 0;
	width: 8%;
}
.meiqk-index-yqlj ul li a{
	font-size: 12px;
	color: #666;
}
.meiqk-index-yqlj ul li:hover a{
	color: #65337a;
}
/*筛选*/
.meiqk-filter-box{
	margin-top: 12px;
}
.meiqk-filter-box .fltitle{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	margin-bottom: 12px;
}
.meiqk-filter-box .box-item{
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: solid 1px #f1f1f1;
}
.meiqk-filter-box .box-item .h {
    width: 40px;
    line-height: 22px;
    border-radius: 4px;
    font-size: 13px;
	color: #333;
    text-align: center;
    float: left;
}
.meiqk-filter-box .box-item .h a{
	display: block;
	width: 40px;
	line-height: 22px;
	border-radius: 4px;
	font-size: 13px;
    color: #333;
	text-align: center;
}
.meiqk-filter-box .box-item .h a:hover{
	cursor: pointer;
	color: #fff;
	background-color: #65337a;
}
.meiqk-filter-box .box-item .h a.action{
	color: #fff;
	background-color: #65337a;
}
.meiqk-filter-box .box-item .r {
    width: 1060px;
    line-height: 22px;
    font-size: 13px;
    color: #333;
    float: left;
}
.meiqk-filter-box .box-item .r a{
	display: block;
	font-size: 13px;
    color: #333;
    padding: 0 7px;
}
.meiqk-filter-box .box-item .r a:hover, .meiqk-filter-box .box-item .r a.action, .meiqk-filter-box .box-item .r .app-menu-active a{
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
    background-color: #65337a;
}
.meiqk-filter-box .box-item .r ul{
	overflow: hidden;
}
.meiqk-filter-box .box-item .r ul li {
    height: 22px;
    line-height: 22px;
   	margin-left: 14px;
    float: left;
    margin-bottom: 8px;
}
.meiqk-filter-box .box-item .m {
    line-height: 22px;
    font-size: 13px;
    color: #222;
    text-align: center;
    float: right;
}
.meiqk-filter-box .box-item .m i{
	display: inline-block;
	width: 8px;
	height: 5px;
	background: url(../images/meiqk/icon-list-open-meiqk.png) no-repeat;
	transform: scaleY(-1);
	vertical-align: middle;
	margin: 0 0 4px 6px;
}
.meiqk-filter-box .scroll .m a i {
	transform: scaleY(1);
}

.meiqk-filter-box .box-item .m a{
	font-size: 13px;
    color: #222;
}
.meiqk-filter-box .box-item .m:hover a{
	color: #65337a;
}
/*SCI筛选*/
.meiqk-filter-box-sci .box-item:not(:first-of-type){
	float: left;
	width: 35%;
}
.meiqk-filter-box-sci .box-item:nth-of-type(2) {
    width: 30%;
}
.meiqk-filter-box-sci .box-item .r{
	width: 85%;
}
/*列表*/
.meiqk-list-common{
	margin-top: 46px;
}
.meiqk-list-common ul li{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: solid 1px #f1f1f1;
}
.meiqk-fullseach-body .meiqk-list-common ul li{
	border-bottom: none;
}
.meiqk-list-common ul li a{
	display: block;
}
.meiqk-list-common ul li a .l-img{
	width: 131px;
	height: auto;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
}
.meiqk-list-common ul li a .l-img img{
	width: 100%;
	height: 100%;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.meiqk-list-common ul li:hover a .l-img img{
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.meiqk-list-common ul li a .r-info{
	width: 959px;
	margin-left: 50px;
}
.meiqk-fullseach-body .meiqk-list-common ul li a .r-info{
	width: 878px;
}
.meiqk-list-common ul li a .r-info b{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.meiqk-list-common ul li:hover a .r-info b{
	color: #65337a;
}
.meiqk-list-common ul li a .r-info b em{
	font-style: normal;
	color: #F00;
}
.meiqk-list-common ul li a .r-info b span{
	display: inline-block;
	padding: 0 10px;
	height: 22px;
	line-height: 20px;
	border-radius: 11px;
	border: solid 1px #65337a;
	color: #65337a;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
.meiqk-list-common ul li a .r-info b span:first-of-type{
	margin-left: 14px;
}
.meiqk-list-common ul li a dl dd{
	float: left;
	width: 50% !important;
	margin-right: 0 !important;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	padding-right: 2%;
}
.meiqk-list-common ul li a dl dd.full{
	width: 100% !important;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-list-common ul li a dl dd span{
	color: #888;
	font-weight: normal;
}
/* 查看更多 */
.meiqk-loadmore-btn{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	background-color: #fff;
	margin: 20px auto;
	text-align: center;
	border: solid 1px #eee;
	margin-top: 74px;
}
.meiqk-loadmore-btn p{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
}
.meiqk-loadmore-btn p a{
	display: block;
	color: #222;
}
.meiqk-loadmore-btn:hover{
	border: solid 1px #65337a;
}
.meiqk-loadmore-btn:hover p a{
	color: #65337a;
}
/*SCI表格*/
.meiqk-tabledata-sci{
	padding-top: 60px;
}
.meiqk-sci-commonbox{
	margin-bottom: 50px;
}
.meiqk-sci-commonbox h2, .meiqk-sci-commonbox h3{
	font-size: 26px;
	color: #222;
	margin-bottom: 30px;
}
.meiqk-sci-innerbox p.tabletit{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}
.meiqk-sci-innerbox p.tabletit span{
	color: #ff6c14;
}
.meiqk-sci-commonbox table{
	margin-bottom: 35px;
	border-collapse: collapse;
	border: solid 1px #ebebeb;
}
.meiqk-sci-commonbox table thead tr th{
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #f4f7f6;
	border: solid 1px #eee;
}
.meiqk-sci-commonbox table tbody tr td{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	border: solid 1px #ebebeb;
}
.meiqk-sci-commonbox table tbody tr td span{
	display: block;
	line-height: 30px;
}
.meiqk-sci-commonbox table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.meiqk-sci-commonbox table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.meiqk-sci-commonbox table tbody tr td span.keypoint{
	width: 38px;
	color: #65337a;
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	background-color: #f7f1ff;
	border-radius: 2px;
	border: solid 1px #65337a;
	margin: 0 auto 30px;
}
.meiqk-sci-commonbox table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
/*中科院分区*/
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq thead tr th:first-of-type, .meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td:first-of-type{
	width: 130px;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq thead tr th:nth-of-type(2), .meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td:nth-of-type(2){
	width: 130px;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq thead tr th:nth-of-type(3), .meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td:nth-of-type(3){
	width: 264px;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td.dlfq .l{
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 25px;
	line-height: 20px;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td.dlfq .r{
	float: right;
	margin-right: 25px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td.xlfq .l{
	float: left;
	width: 82%;
	text-align: left;
	margin-left: 25px;
	line-height: 20px;
}
.meiqk-sci-zkyfq table.meiqk-scitable-zkyfq tbody tr td.xlfq .r{
	float: right;
	margin-right: 25px;
	display: grid;
	align-items: center;
	justify-content: center;
}
/*JCR分区*/
.meiqk-sci-jcrfq table.meiqk-scitable-jcrfq thead tr th:nth-of-type(2), .meiqk-sci-jcrfq table.meiqk-scitable-jcrfq tbody tr td:nth-of-type(2){
	width: 130px;
}
.meiqk-sci-jcrfq table.meiqk-scitable-jcrfq thead tr th:nth-of-type(3), .meiqk-sci-jcrfq table.meiqk-scitable-jcrfq tbody tr td:nth-of-type(3){
	width: 130px;
}
.meiqk-sci-jcrfq table.meiqk-scitable-jcrfq thead tr th:nth-of-type(4), .meiqk-sci-jcrfq table.meiqk-scitable-jcrfq tbody tr td:nth-of-type(4){
	width: 130px;
}
.meiqk-sci-jcrfq table.meiqk-scitable-jcrfq thead tr th:nth-of-type(5), .meiqk-sci-jcrfq table.meiqk-scitable-jcrfq tbody tr td:nth-of-type(5){
	width: 130px;
}
.meiqk-sci-jcrfq .num-elememt, .meiqk-sci-csdata .num-elememt{
	position: relative;
	width: 47%;
	height: 6px;
	left: 26.5%;
}
.meiqk-sci-jcrfq .num-elememt:nth-child(even), .meiqk-sci-csdata .num-elememt:nth-child(even){
	margin-top: 62px;
}
.meiqk-sci-jcrfq .num-elememt p, .meiqk-sci-csdata .num-elememt p{
	font-size: 13px;
	position: absolute;
	top: -12px;
	width: 100%;
	text-align: center;
}
.meiqk-sci-jcrfq .num-elememt .num-gray, .meiqk-sci-csdata .num-elememt .num-gray{
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #f7f1ff;
	border-radius: 3px;
	left: 0;
	top: 12px;
}
.meiqk-sci-jcrfq .num-elememt .num-blue, .meiqk-sci-csdata .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #65337a;
	border-radius: 3px;
	left: 0;
	top: 12px;
}
/*CiteScore*/
.meiqk-sci-csdata table.meiqk-scitable-csdata thead tr th:first-of-type, .meiqk-sci-csdata table.meiqk-scitable-csdata tbody tr td:first-of-type{
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata thead tr th:nth-of-type(2), .meiqk-sci-csdata table.meiqk-scitable-csdata tbody tr td:nth-of-type(2){
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata thead tr th:nth-of-type(3), .meiqk-sci-csdata table.meiqk-scitable-csdata tbody tr td:nth-of-type(3){
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata tbody tr td.sectabletd{
	padding: 0;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec{
	border: none;
	margin-bottom: 0;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th {
	font-size: 15px;
    padding: 10px 0 5px 0;
    border: none;
    border-right: solid 1px #ebebeb;
    background-color: transparent;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th:first-of-type{
	text-align: left;
	padding-left: 25px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td{
	border: none;
	border-right: solid 1px #ebebeb;
	padding-bottom: 0;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr:first-of-type td{
	border-top: none;
	padding-top: 0;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr:last-of-type td{
	border-bottom: none;
	padding-bottom: 20px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:first-of-type{
	padding-left: 25px;
	padding-right: 15px;
	border-left: none;
	text-align: left;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:first-of-type span{
	line-height: 20px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:last-of-type{
	border-right: none;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th:first-of-type, .meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:first-of-type{
	width: auto;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th:nth-of-type(2), .meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:nth-of-type(2){
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th:nth-of-type(3), .meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:nth-of-type(3){
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec thead tr th:nth-of-type(4), .meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:nth-of-type(4){
	width: 130px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:first-of-type span b.dxl{
	display: inline-block;
	font-weight: normal;
	float: left;
	width: 42px;
}
.meiqk-sci-csdata table.meiqk-scitable-csdata-sec tbody tr td:first-of-type span b.dxl_v{
	display: inline-block;
	font-weight: normal;
	float: left;
	width: calc(100% - 42px);
}
/*SCI--期刊发文*/
.meiqk-sci-qkfw h3{
	font-size: 26px;
	color: #222;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222;
	position: relative;
}
.meiqk-sci-qkfw h3:after{
	content: '';
	display: inline-block;
	width: 104px;
    height: 4px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
}
.meiqk-sci-qkfw ul li{
	margin-bottom: 25px;
}
.meiqk-sci-qkfw ul li>b{
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.meiqk-sci-qkfw ul li p{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.meiqk-sci-qkfw ul li p b{
	font-weight: normal;
}
/*SCI---期刊评价 列表*/
.meiqk-qkpj-scilist{
	padding: 40px 60px 20px 60px;
	background-color: #fff;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
}
.meiqk-qkpj-scilist li{
	float: left;
	width: 60%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #777;
}
.meiqk-qkpj-scilist li b{
	display: inline-block;
	width: 122px;
	text-align: right;
	font-weight: normal;
}
.meiqk-qkpj-scilist li:nth-of-type(2n){
	width: 40%;
}
.meiqk-qkpj-scilist li:nth-of-type(4n-3){
	background-color: #f8f9fd;
}
.meiqk-qkpj-scilist li:nth-of-type(4n-2){
	background-color: #f8f9fd;
}
.meiqk-qkpj-scilist li span{
	display: inline-block;
	color: #222;
	margin-left: 30px;
}
/*发文分析*/
.meiqk-fwfx-sci{
	padding-bottom: 0;
}
.meiqk-fwfx-sci .fwfxbox{
	float: left;
	width: 50%;
	margin-bottom: 45px;
}
.meiqk-fwfx-sci .fwfxbox:nth-of-type(2n)>div{
  box-shadow: 
    0 -5px 15px -5px rgba(211,211,211,0.15),
    5px 0 15px -5px rgba(211,211,211,0.15),
    0 5px 15px -5px rgba(211,211,211,0.15),
    -5px 0 0 -15px transparent;
    padding: 30px;
}
.meiqk-fwfx-sci .fwfxbox:nth-of-type(2n-1)>div{
	box-shadow: 
    0 -5px 15px -5px rgba(211,211,211,0.15),
    5px 0 0 -15px transparent,
    -5px 0 15px -5px rgba(211,211,211,0.15),
    0 5px 15px -5px rgba(211,211,211,0.15);
    border-right: solid 1px #f1f1f1;
    padding: 30px;
}
.meiqk-fwfx-sci .fwfxbox h3{
	text-align: center;
	font-size: 16px;
	color: #222;
	margin-bottom: 24px;
}
.meiqk-fwfx-sci .fwfxbox table thead tr th{
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #222;
	padding: 0 20px;
}
.meiqk-fwfx-sci .fwfxbox table thead tr th:nth-of-type(2), .meiqk-fwfx-sci .fwfxbox table tbody tr td:nth-of-type(2){
	width: 100px;
	padding: 0;
	text-align: center;
}
.meiqk-fwfx-sci .fwfxbox table tbody tr td{
	line-height: 36px;
	padding: 0 20px;
	background-color: #f9f9f9;
}
.meiqk-fwfx-sci .fwfxbox table tbody tr:nth-of-type(2n) td{
	background-color: #fff;
}
/*高引用文章*/
.meiqk-sci-gyywz{
	padding-bottom: 0;
}
.meiqk-sci-gyywz .yywzbox{
	background-color: #fff;
	padding: 32px;
	box-shadow:0 0 16px rgba(211, 211, 211, 0.15);
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj{
	border: none;
	margin-bottom: 0;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj thead tr th{
	background: transparent;
	border: none;
	text-align: left;
	padding-bottom: 15px;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj tbody tr td{
	border: none;
	text-align: left;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj thead tr th:nth-of-type(2), .meiqk-sci-gyywz table.meiqk-scitable-wzyysj tbody tr td:nth-of-type(2){
	width: 110px;
	text-align: center;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj tbody tr:nth-of-type(2n-1) td{
	background-color: #f9f9f9;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj tbody tr:nth-of-type(2n) td{
	background-color: #fff;
}
.meiqk-sci-gyywz table.meiqk-scitable-wzyysj thead tr th:first-of-type, .meiqk-sci-gyywz table.meiqk-scitable-wzyysj tbody tr td:first-of-type{
	padding-left: 18px;
	line-height: 24px;
}
/*范文列表*/
.meiqk-fw-list .const-left{
	height: 90px;
	line-height: 90px;
	background-color: #f9f9f9;
	padding: 0 36px;
	margin-bottom: 20px;
}
.meiqk-fw-list .const-left a{
	display:inline-block; 
	width:20px; 
	height:20px; 
	line-height: 20px;
	margin:0 auto; 
	text-transform:uppercase; 
	cursor:pointer; 
	text-align:center; 
	font-size:14px;
	margin-left: 19px;
	border-radius: 2px;
}
.meiqk-fw-list .const-left a:first-of-type{
	margin-left: 12px;
}
.meiqk-fw-list .const-left .active{
	color:#fff; 
	background-color:#ff7a1b;
}
.meiqk-fw-list .const-list>div{
	padding:45px 15px 11px 35px; 
	margin-bottom:20px; 
	border-radius: 2px;
	background-color:#f9f9f9;
}
.meiqk-fw-list .const-list b{
	display:block;
	float: left;
	width:85px; 
	line-height:1; 
	font-size:30px; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-top: -4px;
}
.meiqk-fw-list .const-list p{
	display: block;
	float: left;
	width: 92%;
}
.meiqk-fw-list .const-list a{
	display:inline-block; 
	margin:0 40px 34px 0; 
	font-size:13px;
	line-height: 1;
}
.meiqk-fw-list .const-list a:hover{
	color: #65337a;
}
.meiqk-fw-list .const-left a:hover{
	color: #65337a;
}
/*范文详情*/
.meiqk-fwshow-content{
	margin-top: 30px;
}
.meiqk-fwshow-left{
	width: 802px;
}
.meiqk-mainfw h1{
	font-size: 34px;
	font-weight: normal;
	color: #222;
	text-align: left;
	margin-bottom: 15px;
}
.meiqk-mainfw time{
	display: block;
	font-size: 13px;
	color: #999;
	text-align: left;
	margin-bottom: 25px;
}
.meiqk-fw-intro{
	width: 100%;
	height: 80px;
	background: url(../images/meiqk/bg-fw-intro-meiqk.png) no-repeat;
	margin-bottom: 35px;
}
.meiqk-fw-intro>a{
	display: block;
}
.meiqk-fw-intro>a p{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	padding-left: 85px;
	line-height: 80px;
}
.meiqk-fw-intro>a span{
	float: right;
	display: block;
	width: 102px;
	height: 32px;
	line-height: 30px;
	border-radius: 16px;
	border: solid 1px #65337a;
	font-size: 14px;
	color: #65337a;
	text-align: center;
	margin: 24px 30px 0 0;
}
.meiqk-fw-intro>a:hover span{
	background-color: #65337a;
	color: #fff;
}
.meiqk-mainfw .artmain p{
	font-size: 16px;
	line-height: 36px;
	color: #222;
	margin-bottom: 35px;
	text-align: justify;
}
.meiqk-mainfw .artmain p a{
	font-size: 16px;
	color: #222;
}
.meiqk-mainfw .artmain .fw-preface{
	width: 100%;
	background-color: #f8f8f8;
	border-radius: 6px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 15px 20px;
	margin-bottom: 35px;
}
.meiqk-fwshow-content .meiqk-mzsm-fw{
	background-color: #f8f8f8;
	border-radius: 6px;
	line-height: 24px;
	padding: 16px 20px;
}
.meiqk-fwshow-content .meiqk-breadpage-fw{
	margin-bottom: 40px;
}
.meiqk-fwshow-content .meiqk-breadpage-fw>a{
	display: block;
	font-size: 14px;
	color: #222;
}
.meiqk-fwshow-content .meiqk-breadpage-fw>a.prepage{
	float: left;
	width: 50%;
	padding-right: 3%;
}
.meiqk-fwshow-content .meiqk-breadpage-fw>a.nextpage{
	float: right;
	width: 50%;
	text-align: right;
}
.meiqk-fwshow-content .meiqk-breadpage-fw>a:hover{
	color: #65337a;
}
.meiqk-fwmini-combox h2{
	font-size: 20px;
	color: #222;
	margin-bottom: 30px;
}
.meiqk-fwmini-combox h2:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 16px;
	background-color: #65337a;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
/*热门推荐*/
.meiqk-fwmini-rmtj{
	margin-bottom: 26px;
	border-top: solid 2px #eee;
	padding-top: 45px;
}
.meiqk-fwmini-rmtj div a{
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 4px;
	padding: 0 16px;
	margin: 0 14px 14px 0;
	font-size: 14px;
	color: #666;
}
.meiqk-fwmini-rmtj div a:hover{
	color: #65337a;
}
/*范文---友情链接*/
.meiqk-fw-yqlj{
	padding-top: 0;
}
.meiqk-fw-yqlj ul li{
	width: 14.28%;
}
.meiqk-fw-yqlj ul li:nth-of-type(7n){
	padding-right: 0;
}
.meiqk-fw-yqlj ul li:nth-of-type(9n){
	width: 14.28%;
	padding-right: 1.5%;
}
.meiqk-fwshow-right{
	margin-left: 50px;
	width: 288px;
}
/*相关文章推荐*/
.meiqk-fwmini-xgwztj{
	margin-bottom: 30px;
}
.meiqk-fwmini-xgwztj h2{
	margin-bottom: 15px;
}
.meiqk-fwmini-xgwztj p{
	position: relative;
	font-size: 13px;
	color: #222;
	line-height: 44px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-fwmini-xgwztj p a{
	font-size: 13px;
	color: #222;
	padding-left: 22px;
}
.meiqk-fwmini-xgwztj p a em{
	font-style: normal;
	color: #f73131;
}
.meiqk-fwmini-xgwztj b.num{
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	line-height: 44px;
	color: #555;
	font-weight: normal;
	font-size: 13px;
}
.meiqk-fwmini-xgwztj p:first-of-type b.num, .meiqk-fwmini-xgwztj p:nth-of-type(2) b.num, .meiqk-fwmini-xgwztj p:nth-of-type(3) b.num{
	color: #f09b41;
}
.meiqk-fwmini-xgwztj p:hover a{
	color: #65337a;
}
/*相关期刊推荐*/
.meiqk-fwmini-xgqktj ul li a{
	display: block;
	font-size: 13px;
	line-height: 36px;
	color: #555;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-fwmini-xgqktj ul li a:hover{
	color: #65337a;
}
.meiqk-fwmini-xgqktj ul li:first-of-type, .meiqk-fwmini-xgqktj ul li:nth-of-type(2){
	margin-bottom: 24px;
}
.meiqk-fwmini-xgqktj ul li:first-of-type a, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) a{
	line-height: inherit;
}
.meiqk-fwmini-xgqktj ul li:first-of-type .left-img, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .left-img{
	width: 80px;
	height: auto;
}
.meiqk-fwmini-xgqktj ul li:first-of-type .left-img img, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .left-img img{
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.meiqk-fwmini-xgqktj ul li:first-of-type:hover .left-img img, .meiqk-fwmini-xgqktj ul li:nth-of-type(2):hover .left-img img{
	-webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.meiqk-fwmini-xgqktj ul li:first-of-type .right-info, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .right-info{
	margin-left: 12px;
	width: 196px;
}
.meiqk-fwmini-xgqktj ul li:first-of-type .right-info b, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .right-info b{
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin-bottom: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-fwmini-xgqktj ul li:first-of-type:hover .right-info b, .meiqk-fwmini-xgqktj ul li:nth-of-type(2):hover .right-info b{
	color: #65337a;
}
.meiqk-fwmini-xgqktj ul li:first-of-type .right-info p, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .right-info p{
	font-size: 12px;
	line-height: 24px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-fwmini-xgqktj ul li:first-of-type .right-info p span, .meiqk-fwmini-xgqktj ul li:nth-of-type(2) .right-info p span{
	color: #222;
}
.meiqk-fwmini-xgqktj ul li:nth-of-type(3){
	margin-top: -10px;
}
.meiqk-qk-secshow main, .meiqk-sci-secshow main{
	margin-bottom: 70px;
}
.meiqk-qk-secshow .meiqk-qk-breadpage-top, .meiqk-sci-secshow .meiqk-qk-breadpage-top{
	margin-bottom: 0;
	margin-top: 20px;
}
/* 侧边栏 */
.dl-side{width:78px; height:320px; border-radius:10px; text-align:center; position:fixed; top:174px; right:12px; z-index:12; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.14);}
.dl-side h5{height:37px; margin-top:0; line-height:37px; color:#fff; border-top-left-radius:10px; border-top-right-radius:10px; background-color:#65337a;}
.dl-side h5 a,.dl-side h5 a:hover{color:#fff; font-size:14px; font-weight:400;}
.dl-side a:hover{text-decoration:none;}
.dl-side h5 a{margin-left:-7px;}
.dl-side p{width:65px; margin:0 auto;}
.dl-side p a{display:block; height:62px; font-size:13px;}
.dl-side p a:last-of-type{border-bottom: none;}
.dl-side p a:hover{color: #65337a;}
.dl-side .dl-side-icon5{height:auto; margin-top:18px; border-bottom:none; color:#999; position:relative;}
.dl-side .dl-side-icon5:hover{color:#65337a;}
.dl-side h5 i{display:inline-block; margin-top:-3px;}
.dl-side p i{display:block; margin:16px auto 2px auto;}
.dl-side i{width:26px; height:26px; vertical-align:middle; background:url(../image/dl-side.png) no-repeat;}
.dl-side-icon1 i{background-position:0px 2px;}
.dl-side-icon2 i{background-position:0 -75px;}
.dl-side-icon3 i{background-position:0 -156px;}
.dl-side-icon4 i{background-position:0 -235px;}
.dl-side a:hover i{-webkit-animation:turn 1.8s ease; -moz-animation:turn 1.8s ease; -ms-animation:turn 1.8s ease; animation:turn 1.8s ease;}
.dl-side span{display:none; font-size:14px; color:#777; text-align:left; padding:9px 20px 11px 20px; border-radius:6px; box-shadow:0 0 10px rgba(0,0,0,0.14); position:absolute; top:-22px; left:-230px; background-color:#fafafa;}
.dl-side span:after{content:""; display:inline-block; width:16px; height:33px; z-index:20; background:url(../image/dl-sangle1.png) no-repeat; position:absolute; top:15px; right:-14px;}
.dl-side a:hover span{display:block;}
.dl-side span b{display:block; margin-top:-6px; font-size:22px; color:#65337a;}
@-webkit-keyframes turn{
	0{-webkit-transform:rotateY(0deg);}
	100%{-webkit-transform:rotateY(360deg);}
}
@-moz-keyframes turn{
	0{-moz-transform:rotateY(0deg);}
	100%{-moz-transform:rotateY(360deg);}
}
@-ms-keyframes turn{
	0{-ms-transform:rotateY(0deg);}
	100%{-ms-transform:rotateY(360deg);}
}
@keyframes turn{
	0{transform:rotateY0deg);}
	100%{transform:rotateY(-360deg);}
}
/* 弹出框 */
.meiqk-dlipop {
	width: 400px;
	height: 240px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -200px;
	z-index: 9999;
	background-color: #fff;
}
.meiqk-dlipop h3 {
	display: inline-block;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 400;
	color: #65337a;
	margin-bottom: 0;
}
.meiqk-dlipop p {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #777;
}
.meiqk-dlipop a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
}
.meiqk-dlipop .dlidely {
	margin-right: 30px;
	color: #666;
	background-color: #eaeaea;
}
.meiqk-dlipop .dlidely:hover {
	text-decoration: none;
	background-color: #dcdbdb;
}
.meiqk-dlipop .dlinow {
	color: #fff;
	background-color: #65337a;
}
.meiqk-dlipop .dlinow:hover {
	text-decoration: none;
	background-color: #8f51a9;
}
.cart_tip_bd {
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}
.cart_tip_bd .head {
	height: 28px;
}
.cart_tip_bd .head .close-btn {
	float: right;
}
.cart_tip_bd .mac-success-txt {
	height: 30px;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}
.cart_tip_bd .mac-success-txt em {
	background: url(../image/ibar_sprites.png) no-repeat -80px -144px;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}
.cart_tip_bd .module-cart-box p {
	text-align: center;
}
.cart_tip_bd .mac-go-cart {
	background-color: #65337a;
	margin-top: 13px;
	background-position: -84px -146px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.cart_tip_bd .mac-go-cart:hover{
	background-color: #8f51a9;
}
.cart_tip_bd .close-btn {
	background: url(../image/ibar_sprites.png) no-repeat -55px -138px;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	width: 23px;
	height: 23px;
	font: 0/0 a;
	margin-top: 5px;
}
.cart_tip_bd .close-txt {
	margin-left: 20px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}
.cart_tip_bd .mac-go-cart:hover {
	text-decoration: none;
}
/* showDialog */
#SD_HideSelect {position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:#FFFFFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
* html #SD_HideSelect {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#SD_overlay {position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;}
* html #SD_overlay {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.SD_overlayBG {background:#000000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.SD_overlayBG2 {background:#FFFFFF;filter:alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.SD_bg {background:#333333;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;width:9px;height:9px;overflow:hidden;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;display:none;}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_container h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_body {padding:15px;white-space:normal;}
#SD_body, #SD_body div, #SD_body p, #SD_body td {color:#000000;}
#SD_button {padding:10px 0px;background:#F6F6F6;border-top:1px solid #CDCDCD;text-align:right;display:none;}
#SD_button a {margin-right:10px;padding:6px 10px 4px;background:#005EAC;border-width:1px;border-style:solid;border-color:#D8DFEA #0E1F5B #0E1F5B #D8DFEA;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#SD_close {position:absolute;top:6px;right:10px;z-index:1005;width:17px;height:17px;border:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVDhPrVPRCYMwEM02DiG4hQM4gW7gbLUfhoBOUfpX6AbtkT7hPB8hjR4PTN69x+XOxD2898Nw77oczH3/XBYnH5NIYxlHZ6gcnPZ8YmiGksQjkWAE9myQRBFWh8qkHwi3MFkBnwHkzCC4og6E+f1AokTY723EoxlK8hmkUeQpudcl7+c1Tb5pblWVg7mu3yE4+ZhEGmvbOkPl4LTn9/s0Q0nikUgwAns2SKIIq0Nl0g+EW5isgM8AcmYQXFEHwvx+IFEi7Pc24tEMJfkM0ijylNzrv99PCF+W8o74YJij0AAAAABJRU5ErkJggg==) no-repeat 0px 0px;display:none;}
#SD_close:hover {background-position:0px -17px;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;background-color: #fff; border: 10px solid rgba(0,0,0,0.3);}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_window h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_close_n {position:absolute;top:25px;right:25px;z-index:1005;width:17px;height:17px;border:none; background: url(../images/meiqk/login-close.png) no-repeat center center; background-position: -1px -16px;display: none;}
#SD_close_n:hover{
	background-position: -1px 1px;
}
#SD_window  #SD_close_n {
	top: 7px;
    right: 11px;
}
.meiqk-searchlist{
	margin-top: 0;
}
.fullsearch_tit {
	font-size: 24px;
	margin-bottom: 25px;
}
.fullsearch_tit .red {
	color: #F00;
}
.meiqk-btn-more-box{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	background-color: #fff;
	margin: 20px auto;
	text-align: center;
	border: solid 1px #eee;
	margin-top: 74px;
	color: #222;
}
.meiqk-btn-more-box>a{
	display: block;
}
.meiqk-btn-more-box:hover{
	color: #65337a;
	border: solid 1px #65337a;
}
.meiqk-fullseach-body .meiqk-btn-more-box{
	margin-top: 20px;
}
/* 文章正文 */
.artshow-combox {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 16px;
}
.meiqk-artshow-left {
	width: 830px;
}
.meiqk-artshow-left .artbox {
	padding: 45px 58px;
}
.meiqk-artshow-left .artbox>h1 {
	font-size: 32px;
	color: #222;
	text-align: center;
}
.meiqk-artshow-left .artbox>p.time {
	font-size: 13px;
	color: #999;
	margin-top: 12px;
	text-align: center;
	margin-bottom: 30px;
}
.meiqk-artshow-left .artco p {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
	color: #222;
	text-align: justify;
	word-break: break-all;
}
.meiqk-artshow-left .artco p b,
.meiqk-artshow-left .artco p strong,
.meiqk-artshow-left .artco h2 {
	font-size: 20px;
	text-align: center;
	display: block;
	color: #222;
}
.meiqk-artshow-left .artco p b a,
.meiqk-artshow-left .artco p strong a,
.meiqk-artshow-left .artco h2 a{
	color: #222;
}
.meiqk-artshow-left .artco h2 {
	line-height: 36px;
	margin-bottom: 30px;
}
.meiqk-artshow-left .artco p.art-img-title {
	margin-bottom: 0;
	text-align: center;
}
.meiqk-artshow-left .artco p.art-img-title img {
	margin: 0 auto 30px;
	width: 358px;
	height: 234px;
	border-radius: 10px;
}
.meiqk-artshow-left .artco p:last-of-type {
	margin-bottom: 0;
}
.list-box .box-tab {
	padding: 20px;
	line-height: 30px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 2px solid #65337a;
}
.list-box .box-tag {
	background-color: #fff;
	margin: 0;
	padding: 30px 0 30px 40px;
	border: solid 1px #f1f1f1;
	border-radius: 10px;
}
.list-box .box-tab .l {
	min-width: 60px;
	margin-left: 5px;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.list-box .box-tab .c {
	width: 800px;
	float: left;
}
.list-box .box-tab .c li {
	min-width: 88px;
	height: 27px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 5px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	text-align: center;
	float: left;
}
.list-box .box-tab .c li.action {
	border-color: #65337a;
	background-color: #65337a;
}
.list-box .box-tab .c li.asc,
.list-box .box-tab .c li.desc {
	background: url(../image/jt.png) no-repeat;
}
.list-box .box-tab .c li.asc {
	background-position: right -31px;
}
.list-box .box-tab .c li.action.asc {
	background-position: right -111px;
}
.list-box .box-tab .c li.desc {
	background-position: right 9px;
}
.list-box .box-tab .c li.action.desc {
	background-position: right -71px;
}
.list-box .box-tab .c li a {
	padding: 0 25px 0 15px;
	color: #333;
}
.list-box .box-tab .c li.action a {
	color: #fff;
}
.list-box .box-con {
	margin: 0 0 10px 10px;
}
.meiqk-keyword-list{
	margin-bottom: 20px;
}
.meiqk-keyword-list .list-box .box-con {
	margin: 0;
}
.list-box .box-item {
	position: relative;
	padding: 32px 10px 30px 10px;
	border: 1px solid #fff;
	border-bottom-color: #eee;
}
.meiqk-keyword-list .list-box .box-item {
	background-color: #fff;
	border: none;
	margin-bottom: 10px;
}
.list-box .box-item:hover {
	border-bottom-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.list-box .box-item .item-l {
	width: 160px;
	text-align: center;
	float: left;
}
.list-box .box-item .item-c {
	width: 690px;
	float: left;
}
.list-box .box-item .item-r {
	width: 95px;
	margin-right: 10px;
	text-align: right;
	float: right;
}
.list-box .box-item .item-image a {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-image a img {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #65337a;
}
.list-box .box-item .item-title h4 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
}
.list-box .box-item .item-title h4 a {
	color: #333;
}
.list-box .box-item .item-param::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list-box .box-item .item-param li {
	width: 220px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list-box .box-item .item-param li.nofloat {
	width: 680px;
	clear: both;
}
.list-box .box-item .item-param li.nofloat a {
	margin-right: 10px;
}
.list-box .box-item .item-param li.info {
	height: 50px;
	white-space: normal;
	color: #666;
}
.list-box .box-item .item-param li span {
	margin-right: 3px;
	color: #333;
}
.list-box .box-item .item-param li a {
	color: #333;
}
.list-box .box-item .item-param .nofloat a {
	color: #0045c0;
}
.list-box .box-item .item-param li.ar10 a {
	margin-right: 10px;
}
.list-box .box-item .item-info {
	height: 25px;
	line-height: 25px;
	color: #999;
}
.list-box .box-item .item-info b {
	margin: 0 5px;
	color: #65337a;
	font-family: verdana;
	font-weight: 700;
}
.list-box .box-item .item-but div {
	text-align: center;
}
.list-box .box-item .item-but div a {
	width: 80px;
	height: 29px;
	line-height: 29px;
	margin: 8px auto;
	display: block;
	border: 1px solid #ececec;
	background-color: #f7f7f7;
	text-decoration: none;
}
.list-box .box-item .item-but div a:hover {
	color: #fff;
	border: 1px solid #65337a;
	background-color: #65337a;
}
.list-box .box-item .item-but .but-talk a {
	color: #fff;
	border: 1px solid #65337a;
	background-color: #65337a;
}
.list-box .box-item .item-but .but-talk a:hover {
	background-color: #65337a;
	border: 1px solid #65337a;
}
.list-box .box-item .item-but .but-talk a:hover span {
	color: #fff;
}
.list-box .box-item .item-but .but-favorite span {
	position: relative;
	top: -1px;
}
.box-tag {
	margin: 10px;
}
.box-tag li {
	width: 20%;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.box-tag li a {
	display: block;
	font-size: 14px;
}
.box-tag li a span {
	color: #999;
}
.box-tag li:hover {
	color: #65337a;
}
.box-tag li:hover a{
	color: #65337a;
	text-decoration: none;
}
.box-tag li:hover span {
	color: #65337a;
}
.meiqk-wz-rcombox{
	padding: 0 22px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 16px;
	border: solid 1px #f1f1f1;
}
.meiqk-wz-rcombox>h5{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 62px;
}
.meiqk-wz-rcombox_fwl>h5{
	border-bottom: 1px solid #eee;
}
.meiqk-wz-rcombox_fwl>ul{
	padding: 12px 0 15px 0;
}
.meiqk-wz-rcombox_fwl>ul>li{
	font-size: 13px;
	line-height: 44px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-wz-rcombox_qkl>ul{
	padding: 0 0 30px 0;
}
.meiqk-wz-rcombox_qkl>ul>li{
	margin-bottom: 36px;
}
.meiqk-wz-rcombox_qkl>ul>li:last-of-type{
	margin-bottom: 0;
}
.meiqk-wz-rcombox_qkl>ul>li .l_img{
	float: left;
	width: 80px;
	height: auto;
	margin-right: 20px;
}
.meiqk-wz-rcombox_qkl>ul>li .l_img img{
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.meiqk-wz-rcombox_qkl>ul>li:hover .l_img img{
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
	transform:scale(1.01);
}
.meiqk-wz-rcombox_qkl>ul>li .r_info{
	float: left;
	width: 154px;
}
.meiqk-wz-rcombox_qkl>ul>li .r_info b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #222;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-sci_show .meiqk-wz-rcombox_qkl>ul>li .r_info b{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal;
	line-height: 18px;
	padding-bottom: 2px;
}
.meiqk-wz-rcombox_qkl>ul>li .r_info p{
	color: #888;
	font-size: 12px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.meiqk-sci_show .meiqk-wz-rcombox_qkl>ul>li .r_info p.i_info{
	line-height: 18px;
}
.meiqk-sci_show .meiqk-wz-rcombox_qkl>ul>li .r_info p.i_info:nth-of-type(2){
	margin-top: 6px;
}
.meiqk-wz-rcombox_qkl>ul>li .r_info p.i_yjfx{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.meiqk-wz-rcombox_qkl>ul>li .r_info p .red{
	color: #e60023;
}
.meiqk-wz-rcombox_qkl>ul>li .r_info p .scsj{
	color: #777;
	text-decoration: line-through;
	margin-left: 10px;
}
.meiqk-wz-rcombox_qkl>ul>li:hover .r_info b{
	color: #65337a;
}
.meiqk-wz-rcombox_qkl>ul>li:hover .l_img img{
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.sort-box .box-item ul {
	text-align: center;
	padding-bottom: 15px;
}
.sort-box .box-item ul li {
	float: left;
	width: 48%;
	margin: 0 4% 10px 0;
}
.sort-box .box-item ul li:nth-of-type(2n){
	margin-right: 0;
}
.sort-box .box-item ul li a {
	margin: 0 auto;
	display: block;
	height: 34px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
}
.sort-box .box-item ul li a:hover {
	color: #fff;
	background-color: #65337a;
	border: 1px solid #65337a;
}
.meiqk-artshow-right {
	width: 300px;
}
.meiqk-page-box ul {
	text-align: center;
}
.meiqk-page-box ul li {
	line-height: 40px;
	margin-right: 5px;
	display: inline-block;
}
.meiqk-page-box ul li a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	color: #65337a;
	border: 1px solid #d6d6d6;
}
.meiqk-page-box ul li a:hover,
.meiqk-page-box ul li a.action {
	color: #fff;
	text-decoration: none;
	background-color: #65337a;
	border: 1px solid #65337a;
}
.meiqk-page-box ul li span {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-top: 5px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	border: 1px solid #d6d6d6;
}
.meiqk-page-box ul li a.prev {
	padding-left: 16px;
	background-image: url(../image/page.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.meiqk-page-box ul li a.next {
	padding-right: 16px;
	background-image: url(../image/page.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.meiqk-page-box ul li a.prev:hover {
	background-position: 0 -29px;
}
.meiqk-page-box ul li a.next:hover {
	background-position: 100% -29px;
}
.meiqk-keyword-list .meiqk-page-box {
	margin: 16px 0;
	padding: 20px 0;
	background-color: #fff;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box{
	background-color: #fff;
	padding: 0 32px 32px 32px;
	margin-bottom: 10px;
	border: solid 1px #f1f1f1;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd:first-of-type{
	padding-top: 25px;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd:not(.column){
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f1f1;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd:not(.column):last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd.column{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222;
	line-height: 32px;
	margin: 40px auto 25px;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .name b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 14px;
	line-height: 20px;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .name b:hover a{
	color: #65337a;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .name span.page{
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .keyword{
	font-size: 13px;
	color: #999;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .keyword:nth-of-type(2){
	margin-top: 10px;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .keyword a{
	font-size: 13px;
	color: #999;
}
.meiqk-keyword-show .meiqk-artshow-left .fqlist-box dl dd .keyword a:hover{
	color: #65337a;
}
.meiqk-qkshow-fqshow .fqshow_box {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.meiqk-qkshow-fqshow .fqshow_box>h2, .meiqk-qkshow-fqshow .fqshow_box>h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.meiqk-qkshow-fqshow .fqshow_box .box-info {
	line-height: 25px;
	color: #65337a;
	text-align: center;
}
.meiqk-qkshow-fqshow .fqshow_box .box-item {
	font-size: 16px;
	line-height: 32px;
}
.meiqk-qkshow-fqshow .fqshow_box .box-item p {
	margin-top: 10px;
}
.meiqk-qkshow-fqshow .fqshow_box .meiqk-qk_btngroup {
	text-align: center;
}
.meiqk-qkshow-fqshow .qikan_box {
	background-color: #fff;
	padding: 20px 20px 30px 20px;
	margin-bottom: 12px;
	text-align: center;
	border-radius: 10px;
}
.meiqk-qkshow-fqshow .qikan_box img {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}
.meiqk-qkshow-fqshow .qikan_box .box-info {
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
}
.meiqk-qkshow-fqshow .qikan_box .box-info p{
	text-align: justify;
}
.meiqk-qkshow-fqshow .qikan_box .box-info .btn_groups>a{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 44px;
	border: 1px solid #65337a;
	background-color: #65337a;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.meiqk-qkshow-fqshow .qikan_box .box-info .btn_groups>a:hover{
	border-color: #8f51a9;
	background-color: #8f51a9;
}
.meiqk-qkshow-fqshow .qikan_box .box-info .btn_groups>a.btn_qkzx{
	color: #65337a;
	background-color: #fff;
	border: 1px solid #65337a;
}
.meiqk-qkshow-fqshow .qikan_box .box-info .btn_groups>a.btn_qkzx:hover{
	color: #fff;
	border-color: #8f51a9;
	background-color: #8f51a9;
}
.meiqk-qkshow-fqshow .tips{
	font-size: 12px;
	color: #999;
}
.meiqk-qkshow-fqshow .meiqk-qkshow-desc .btn_groups{
	text-align: center;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk{
	padding: 40px;
	background-color: #fff;
	margin: 20px 0;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk h4{
	font-size: 24px;
	color: #222;
	text-align: center;
	margin-bottom: 40px;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk ul li{
	float: left;
	width: 100px;
	margin-right: 62px;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk ul li:last-of-type{
	margin-right: 0;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk ul li .top_img img{
	width: 100px;
	height: 136px;
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk ul li:hover .top_img img{
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.meiqk-qkshow-fqshow .meiqk-fqshow_xgqk ul li .btm_info h6{
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.meiqk-qkshow-content .meiqk-left-con {
	float: left;
	width: 828px;
}
.meiqk-qkshow-content .meiqk-right-con {
	float: left;
	width: 300px;
	margin-left: 12px;
}
.meiqk-qkshow-content .meiqk-comcon {
	padding: 45px 54px;
	margin-bottom: 16px;
	border-radius: 10px;
	background-color: #fff;
}
.meiqk-qkshow-content .meiqk-comcon h3 b {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 32px;
	color: #999;
}
/* 分期列表 */
.meiqk-qkshow-fqlist{
	margin-top: 20px;
}
.meiqk-qkshow-fqlist .bar-title {
	font-size: 26px;
	margin-bottom: 12px;
	text-align: center;
}
.meiqk-qkshow-fqlist .content-box {
	margin-top: 0;
	margin-bottom: 16px;
}
.meiqk-qkshow-fqlist .box-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
}
.meiqk-qkshow-fqlist .box-item dd.column {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}
.meiqk-qkshow-fqlist .box-item dd {
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
	padding-bottom: 20px;
}
.meiqk-qkshow-fqlist .box-item dd:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.meiqk-qkshow-fqlist .box-item dd .name p {
	font-size: 16px;
}
.meiqk-qkshow-fqlist .box-item dd .name span {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin: 16px 0;
	display: block;
}
.meiqk-qkshow-fqlist .box-item dd .art_list_cont {
	font-size: 12px;
	color: #999;
}
.meiqk-comcon-right {
	background-color: #fff;
	padding: 28px 20px;
	margin-bottom: 12px;
	border-radius: 10px;
}
.meiqk-comcon-right h4 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.meiqk-comcon-right h4 span.red {
	color: #e60023;
}
/*相关期刊*/
.meiqk-right-xgqk ul {
	padding: 0;
}
.meiqk-right-xgqk ul li {
	padding: 0;
	margin-bottom: 35px;
}
.meiqk-right-xgqk ul li:last-of-type {
	margin-bottom: 0;
}
.meiqk-right-xgqk ul li .left-img {
	width: 80px;
	height: 108px;
	float: left;
}
.meiqk-right-xgqk ul li .left-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.meiqk-right-xgqk ul li:hover .left-img img{
    -webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.meiqk-right-xgqk ul li .right-info {
	float: left;
	width: 160px;
	margin-left: 20px;
}
.meiqk-right-xgqk ul li .right-info h6 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	color: #222;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-right-xgqk ul li:hover .right-info h6 {
	color: #65337a;
}
.meiqk-right-xgqk ul li .right-info p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.meiqk-right-xgqk ul li p.qkjb {
	font-size: 12px;
	color: #ae5f06;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-right-xgqk ul li p.zbdw {
	font-size: 12px;
	color: #888;
}
.meiqk-right-xgqk ul li p.zkyjcr {
	font-size: 12px;
	color: #888;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-right-xgqk ul li p.zkyjcr b {
	color: #ae5f06;
	font-weight: normal;
}
.meiqk-right-xgqk ul li:last-of-type {
	border-bottom: none;
}
.meiqk-right-xgqk ul li .right-info p.qskq {
	color: #777;
}
.meiqk-right-xgqk ul li .right-info p.price span.sell_p {
	color: #ff0025;
}
.meiqk-right-xgqk ul li .right-info p.price span.comment_p {
	color: #777;
}
.meiqk-right-xgqk ul li .right-info p.price span.comment_p i {
	color: #ae5f06;
	font-style: normal;
}
.meiqk-right-xgqk ul li .right-info p span.sell_p {
	font-size: 12px;
	color: #e73a38;
	margin-right: 10px;
}
.meiqk-right-xgqk ul li .right-info p span.market_p {
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}
/* 热门期刊推荐 */
.meiqk-qk-right-xgrmqk{
	border: none;
}
.meiqk-qk-right-xgrmqk ul li{
	margin-bottom: 25px;
}
.meiqk-qk-right-xgrmqk ul li:last-of-type{
	margin-bottom: 0;
}
.meiqk-qk-right-xgrmqk ul li b{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 4px;
}
.meiqk-qk-right-xgrmqk ul li b .red{
	font-size: 12px;
	color: #e90013;
	margin-left: 10px;
}
.meiqk-qk-right-xgrmqk ul li p{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #777;
}
.meiqk-qk-right-xgrmqk ul li:hover b{
	color: #65337a;
}
.meiqk-qk-right-xgrmqk ul li:hover p{
	color: #65337a;
}
/* 范文列表 */
.block-fanwen-content {
	background-color: #fff;
}
.meiqk-fanwen-list ul{
	padding: 15px 58px 0 58px;
	background-color: #fff;
	border-radius: 10px;
}
.meiqk-fanwen-list ul li {
	padding: 22px 0;
	border-bottom: 1px solid #eee;
}
.meiqk-fanwen-list ul li:last-of-type{
	border-bottom: none;
}
.meiqk-fanwen-list ul li .item-title {
	display: block;
	font-size: 16px;
	color: #222;
	margin-bottom: 16px;
}
.meiqk-fanwen-list ul li .item-content p {
	font-size: 13px;
	color: #888;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.meiqk-fanwen-list ul li:hover .item-title {
	color: #65337a;
}
.meiqk-fanwen-list .meiqk-btn-more-box{
	margin-top: 20px;
	border-radius: 10px;
}
/*关键词列表*/
.meiqk-keylist-box ul li {
	width: 100%;
	float: none;
	padding: 40px;
	margin-bottom: 12px;
	background-color: #fff;
	position: relative;
}
.meiqk-keylist-box ul li>a {
	display: block;
}
.meiqk-keylist-box ul li .left_img {
	width: 131px;
	height: auto;
	margin-right: 50px;
}
.meiqk-keylist-box ul li .left_img img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.06);
}
.meiqk-keylist-box ul li .right_info {
	width: 878px;
	text-align: left;
}
.meiqk-keylist-box ul li .right_info h2 {
	font-size: 22px;
	color: #222;
	font-weight: bold;
}
.meiqk-keylist-box ul li .right_info h2 em {
	font-style: normal;
	color: #F00;
}
.meiqk-keylist-box ul li .right_info h2 span.yxyz {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background-color: #f6f6f6;
	border-radius: 13px;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 0 15px;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0 4px 14px;
}
.meiqk-keylist-box ul li .btn_key_tgzx {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 84px;
	height: 28px;
	line-height: 28px;
	background-color: #7ba3bd;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.meiqk-keylist-box ul li .btn_key_tgzx:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../image/icon_key_tgzx.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 0px 0;
}
.meiqk-keylist-box ul li dl {
	margin-top: 20px;
}
.meiqk-keylist-box ul li dl dd {
	float: left;
	font-size: 13px;
	margin-right: 3%;
	line-height: 30px;
}
.meiqk-keylist-box ul li dl dd p {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-keylist-box ul li dl dd p .red{
	color: #F00;
}
.meiqk-keylist-box ul li dl dd:first-of-type,
.meiqk-keylist-box ul li dl dd:nth-of-type(2) {
	width: 25%;
}
.meiqk-keylist-box ul li dl dd:nth-of-type(3),
.meiqk-keylist-box ul li dl dd:nth-of-type(4) {
	width: 20%;
}
.meiqk-keylist-box ul li dl dd:nth-of-type(4) {
	margin-right: 0;
}
.meiqk-keylist-box ul li dl dd.qkry {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-keylist-box ul li dl dd.fwcon {
	width: 100% !important;
}
.meiqk-keylist-box ul li dl dd.fwcon p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}
.meiqk-keylist-box .item_otherinfo p {
	font-size: 13px;
	line-height: 30px;
	color: #777;
	margin-top: 24px;
}
.meiqk-keylist-box .item_otherinfo p .red{
	color: #F00;
}
.meiqk-keylist-box ul li:hover a {
	color: #333;
}
.meiqk-keylist-box ul li:hover h2 {
	color: #65337a;
}
.meiqk-keylist-box ul li:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}
.meiqk-keylist-box ul li:hover .btn_key_tgzx {
	color: #fff;
}
.meiqk-keylist_titbox {
	padding: 30px 40px 14px 40px;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 12px;
}
.meiqk-keylist_titbox h1 {
	font-size: 32px;
	color: #222;
	line-height: 1;
	padding-bottom: 24px;
	border-bottom: solid 1px #f6f6f6;
}
.meiqk-keylist_titbox h1:after {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../image/icon_key_zzhz.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 4px 14px;
}
.meiqk-keylist_titbox p {
	padding-top: 24px;
	font-size: 15px;
	font-weight: bold;
	color: #65337a;
}
.meiqk-keylist_titbox p a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #f1f7fb;
	border-radius: 2px;
	text-align: center;
	font-size: 13px;
	color: #65337a;
	margin: 0 14px 16px 0;
	padding: 0 10px;
	font-weight: normal;
}
/* PC移动切换 */
.meiqk-themeqh {
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.meiqk-themeqh a {
	padding: 5px 10px;
	color: #fff;
	background-color: #65337a;
	border: 1px solid #65337a;
	margin: 0 10px;
}
.meiqk-themeqh a:hover {
	text-decoration: none;
}
.meiqk-themeqh a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}
/* 期刊分页---订阅 */
.meiqk-qk-zzdy{
	margin-top: 20px;
	padding: 50px 40px 56px 40px !important;
	background-color: #f9f9f9;
}
.meiqk-qk-zzdy .l-img{
	width: 160px;
	height: auto;
}
.meiqk-qk-zzdy .r-info{
	width: 100%;
	/* width: 860px;
	margin-left: 40px; */
}
.meiqk-qk-zzdy .r-info h2{
	font-size: 20px;
	color: #222;
	margin-bottom: 0;
}
.meiqk-qk-zzdy .r-info p.price{
	font-size: 14px;
	color: #222;
	margin: 22px 0;
}
.meiqk-qk-zzdy .r-info p.price b{
	font-size: 20px;
	color: #ff000c;
}
.meiqk-qk-zzdy .r-info p.price b i{
	font-style: normal;
	font-size:13px;
}
.meiqk-qk-zzdy .r-info dl.zzxxlists dd{
	float: left;
	line-height: 28px;
	width: 27%;
	font-size: 14px;
	color: #222;
	padding-right: 2%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meiqk-qk-zzdy .r-info dl.zzxxlists dd:nth-of-type(4n){
	width: 19%;
}
.meiqk-qk-zzdy .bottom-panel-btns{
	margin-top: 35px;
}
.meiqk-qk-zzdy .r-info .box-nums{
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 18px;
}
.meiqk-qk-zzdy .r-info .box-nums dt{
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(255,255,255,0.28);
	padding-top: 0;
	display: block;
	float: left;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border-right: none;
}
.meiqk-qk-zzdy .r-info .box-nums dt span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.meiqk-qk-zzdy .r-info .box-nums dt input {
    width: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    border-left: none;
    border-right: none;
    background: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    overflow: hidden;
    outline: medium;
	color: #333;
	font-weight: normal;
}
.meiqk-qk-zzdy .r-info .box-nums dd{
	float: left;
}
.meiqk-qk-zzdy .r-info .box-nums dd a{
	display: block;
	width: 32px;
	height: 24px;
	line-height: 20px;
	background-color: rgba(255,255,255,0.28);
	border-radius: 2px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	border-radius: 0;
	border: 1px solid #d4d4d4;
}
.meiqk-qk-zzdy .r-info .box-nums dd a:first-of-type{
	border-bottom: none;
}
.meiqk-qk-zzdy .r-info .box-nums dd a:hover{
	opacity: .8;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.btns{
	display: inline-block;
	float: left;
	width: 170px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-right: 18px;
	transition: 0.3s;
	border-radius: 4px;
	border: solid 1px #65337a;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.cart-buy{
	background-color: #65337a;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.cart-add{
	color: #65337a;
	background-color: #fff;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.cart-buy:hover{
	background-color: #8f51a9;
	border-color: #8f51a9;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.cart-add:hover{
	color: #fff;
	background-color: #65337a;
	border-color: #65337a;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.zx{
	display: block;
	float: right;
	font-size: 13px;
	color: #65337a;
	line-height: 48px;
}
.meiqk-qk-zzdy .r-info .bottom-panel-btns a.zx:before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../images/meiqk/icon-zx-gkzx-meiqk.png) no-repeat;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.meiqk-qk-zzdy .r-info .tips{
	font-size:12px;
	color: #666;
	margin-top: 25px;
}
.meiqk-qk-fhsm{
	margin-top: 50px;
}
.meiqk-qk-fhsm .fhsm-title{
	width: 100%;
	margin-bottom: 32px;
	border-bottom: 1px solid #222;
}
.meiqk-qk-fhsm .fhsm-title b{
	display: inline-block;
	font-size: 17px;
	color: #222;
	padding-bottom: 16px;
	border-bottom: 4px solid #222;
}
.meiqk-qk-fhsm p{
	font-size: 14px;
	line-height: 28px;
	color: #222;
}