/***global css***/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
html {
	overflow-y: scroll;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
	margin: 0;
	padding: 0;
	border: 0;
}
ul,
ol,
li {
	list-style: none;
}
input,
button {
	font-family: 微软雅黑, microsoft yahei, arial, PingFang SC, helvetica,
		sans-serif;
	margin: 0;
	font-size: 12px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 微软雅黑, microsoft yahei, arial, PingFang SC, helvetica,
		sans-serif;
	margin: 0;
	color: #888;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #888;
}
img {
	border: none;
	-webkit-transition: all 400ms ease-out;
	-mozilla-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
a:hover {
	text-decoration: none;
}
.none {
	display: none;
}
.none-strong {
	display: none !important;
}
*:focus {
	outline: none;
}
i,
em,
ins,
u {
	font-style: normal;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.oh {
	overflow: hidden;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.margin-center {
	margin: 0 auto;
}
.iblock {
	display: inline-block;
}
.block {
	display: block;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #888;
}
.input-style-white::-webkit-input-placeholder {
	color: #fff;
}
.input-style-white:-moz-placeholder {
	color: #fff;
}
.input-style-white::-moz-placeholder {
	color: #fff;
}
.input-style-white:-ms-input-placeholder {
	color: #fff;
}
.fn11 {
	font-size: 11px;
}
.fn12 {
	font-size: 12px;
}
.fn13 {
	font-size: 13px;
}
.fn14 {
	font-size: 14px;
}
.fn16 {
	font-size: 16px;
}
.fn18 {
	font-size: 18px;
}
.fn20 {
	font-size: 20px;
}
.fn24 {
	font-size: 24px;
}
.fn40 {
	font-size: 40px;
}
.color-000 {
	color: #000;
}
.color-fff {
	color: #fff;
}
.color-444 {
	color: #444;
}
.color-888 {
	color: #888;
}
.color-eee {
	color: #eee;
}
.color-bbb {
	color: #bbb;
}
.bg-fff {
	background: #fff;
}
.overflow-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tip,
.top {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 1180px;
	background: #fff;
	position: relative;
	z-index: 100;
}
#main,
#bottom,
.main,
.bottom {
	width: 100%;
	overflow: hidden;
	min-width: 1280px;
}
.top-content,
.main-content,
.bottom-content {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}

/******pageNum*******/
#pageNum {
	margin-top: 40px;
	text-align: center;
}
#pageNum .recent-page-list{
	position: relative;
}
#pageNum .page-a {
	display: inline-block;
}
#pageNum .page-a .last-page {
	width: 120px;
	border: 1px solid #eeeeee;
	background-color: white;
	display: inline-block;
	padding: 0px 24px;
	height: 48px;
	line-height: 46px;
	border-radius: 8px;
	text-align: center;
	color: #333333;
	transition: all 0.2s;
	font-size: 14px;
}
#pageNum .page-a .last-page:hover {
	background-color: #7371ef;
	color: #fff;
}
#pageNum .page-a .next-page {
	width: 120px;
	display: inline-block;
	padding: 0px 24px;
	height: 48px;
	line-height: 50px;
	border-radius: 8px;
	background-color: #6a70e9;
	color: #fff;
	text-align: center;
	transition: all 0.2s;
	font-size: 14px;
}
#pageNum .page-a .next-page:hover {
	box-shadow: 0 4px 20px rgba(115, 113, 239, 0.5);
}
#pageNum .page-b {
	display: inline-flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 9px;
}
#pageNum .page-b a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #7371ef;
	color: #fff;
}

#pageNum .page-b .left-sign {
	border: 8px;
	margin-right: 10px;
}
#pageNum .page-b .left-sign:hover {
	background-color: #f3f3f4;
}
#pageNum .page-b .right-sign {
	border: 8px;
	margin-left: 10px;
}
#pageNum .page-b .right-sign:hover {
	background-color: #f3f3f4;
}
#pageNum .page-b span {
	display: inline-block;
	min-width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e9e9e9;
	border-width: 1px 0;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: content-box;
}
#pageNum .page-b .input-page-show {
	text-align: center;
	width: 40px;
	display: inline-block;
	height: 40px;
	border: 2px solid #f4f7f8;
	background-color: #fff;
	font-size: 16px;
	color: #666666;
	border-radius: 8px;
}

#pageNum .page-b .input-page-show.primary {
	border: 2px solid #6a70e9;
}

.similar-title-box {
	width: 1180px;
	margin: 30px auto 35px;
}
.similar-title-box a:hover {
	color: #7371ef;
	border: 1px solid #7371ef;
}
.similar-title {
	display: block;
	float: left;
	margin: 0 20px 15px 0;
	padding: 0 15px;
	height: 28px;
	line-height: 26px;
	*line-height: 28px;
	text-align: center;
	color: #888;
	border: 1px solid #ececec;
	border-radius: 14px;
}

/*****seo******/
.seo-h3 {
	font-weight: normal;
	text-decoration: none;
}

/*****opacity******/
.opacity-3 {
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	filter: "alpha(opacity=30)";
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.opacity-5 {
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.opacity-8 {
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.search-submit-adv {
	width: 100px;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #eee;
	background-color: #fff;
}
.search-advice {
	z-index: 81;
	display: block;
	line-height: 38px;
	border: 1px solid #ececec;
	background-color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	position: absolute;
}
.search-advice li {
	text-align: left;
	line-height: 36px;
	padding-left: 25px;
}
.search-advice .search-advice-word:hover {
	background-color: #f8f8f8;
}
.search-advice li a {
	font-size: 14px;
}
.search-advice-word:nth-child(-n + 4) a {
	color: #7371ef;
}
.search-advice-menu {
	height: 76px;
}
.search-advice-menu a:hover {
	color: rgb(106, 112, 233);
	border-color: rgb(106, 112, 233);
}

.font-weight-bold {
	font-weight: bold;
}

.vip-pro-head {
	margin-right: 20px;
	width: 40px;
	height: 40px;
	background-image: url("../images/head/Vector.png");
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.vip-box-layer {
	width: 420px;
	height: 380px;
	background: #ffffff;
	border-radius: 16px;
	right: 0;
	box-shadow: 0px 4px 32px 0px #0000000d;
}

.vip-box-layer .vip-single-box {
	width: 388px;
	height: 80px;
	background: #f5f5f9;
	border-radius: 12px;
	left: 50%;
	margin-left: -194px;
	top: 15px;
}

.vip-box-layer .vip-single-box .Vector1 {
	width: 48px;
	height: 48px;
	background-image: url("../../images/head/Vector1@1x.png");
	top: 15px;
	left: 20px;
}
.vip-box-layer .vip-single-box .Vector2 {
	width: 48px;
	height: 48px;
	background-image: url("../../images/head/Vector2@1x.png");
	top: 15px;
	left: 20px;
}
.vip-box-layer .vip-single-box .Vector3 {
	width: 48px;
	height: 48px;
	background-image: url("../../images/head/Vector3@1x.png");
	top: 15px;
	left: 20px;
}
.vip-box-layer .vip-single-box .Vector4 {
	width: 48px;
	height: 48px;
	background-image: url("../../images/head/Vector4@1x.png");
	top: 15px;
	left: 20px;
}

.vip-box-layer .vip-single-box .vip-single-title {
	top: 20px;
	left: 80px;
}
.vip-box-layer .vip-single-box .vip-single-title1 {
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.vip-box-layer .vip-single-box .vip-single-title2 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-top: 5px;
}

.vip-box-layer .vip-single-box .vip-single-button {
	top: 20px;
	right: 20px;
}
.vip-box-layer .vip-single-box .vip-single-button1 {
	font-size: 12px;
	color: #ff8c5a;
	text-align: right;
}
.vip-box-layer .vip-single-box .vip-single-button2 {
	width: 70px;
	height: 22px;
	border-radius: 11px;
	background: #ff8c5a;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	margin-top: 5px;
	cursor: pointer;
}

/* 气泡弹出框 start */
.mo-popover {
	position: absolute;
	z-index: 1999;
	background: #fff;
	box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 12px 15px;
	font-size: 12px;
	line-height: 20px;
	color: #4a4a4a;
	text-align: justify;
}

/* 气泡弹出框 end */

@keyframes rotary {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.SoundDiskBox {
	cursor: pointer;
	width: 64px;
	height: 64px;
	position: relative;
}
.SoundDiskBox .SoundPlayerBg {
	position: relative;
	animation: rotary 3s linear infinite;
	-webkit-animation: rotary 3s linear infinite;
	animation-play-state: paused;
	width: 100%;
	height: 100%;
	background: url("../../images/sound/viny-disc.png") no-repeat center;
	background-size: 64px;
	border-radius: 50%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.SoundDiskBox .SoundPlayerBtn {
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	background: #fff url("../../images/sound/button-play.png") no-repeat center;
	background-size: 12px 16px;
}
.SoundDiskBox.StartPlay .SoundPlayerBtn {
	background: #fff url("../../images/sound/button-play.png") no-repeat center;
	background-size: 12px 16px;
}
.SoundDiskBox.PausePlay .SoundPlayerBtn {
	background: #fff url("../../images/sound/button-pause.png") no-repeat center;
	background-size: 14px 14px;
}
.SoundDiskBox.PausePlay .SoundPlayerBg {
	animation-play-state: running;
}
/*@media*/
@media screen and (min-width: 1px) {
	.vip-box-layer .vip-single-box .Vector1,
	.vip-box-style-1 {
		background-image: url("../../images/head/Vector1@2x.png");
		background-repeat: no-repeat;
		background-size: 48px 48px;
		color: #ff8c5a;
	}
	.vip-box-layer .vip-single-box .Vector2,
	.vip-box-style-2 {
		background-image: url("../../images/head/Vector2@2x.png");
		background-repeat: no-repeat;
		background-size: 48px 48px;
		color: #5755dd;
	}
	.vip-box-layer .vip-single-box .Vector3,
	.vip-box-style-3 {
		background-image: url("../../images/head/Vector3@2x.png");
		background-repeat: no-repeat;
		background-size: 48px 48px;
		color: #8955df;
	}
	.vip-box-layer .vip-single-box .Vector4,
	.vip-box-style-4 {
		background-image: url("../../images/head/Vector4@2x.png");
		background-repeat: no-repeat;
		background-size: 48px 48px;
		color: #f7b52b;
	}
}

/* 搜索页/分类页筛选项 */
.selection-criteria {
	position: relative;
	z-index: 50;
	margin-top: 30px;
}
.selection-criteria::after {
	content: "";
	display: block;
	clear: both;
}
.selection-criteria .filter-category {
	float: right;
}

.iconfont.icon-icon_chevron_down {
	color: #999999 !important;
}

.iconfont.icon-a-icon_checkbox_default {
	color: #e4e4e4;
	width: 16px;
}

.flex-images img,.flex-images div{
	transition: none !important;
}
/* layer msg 弹窗样式修改 */
.layui-layer.layui-layer-dialog.layui-layer-msg.message,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-success,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-error {
  border-radius: 8px;
  border: unset;
  color: #000;
  min-width: 100px;
  box-shadow: 0px 20px 50px 0px #00000014;
}
.layui-layer.layui-layer-dialog.layui-layer-msg .layui-layer-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.layui-layer.layui-layer-dialog.layui-layer-msg.message-success .layui-layer-content::before {
  content: "";
  background-image: url('../images/icons/message-success.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-right: 10px;
}
.layui-layer.layui-layer-dialog.layui-layer-msg.message-error .layui-layer-content::before {
  content: "";
  background-image: url('../images/icons/message-error.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-right: 10px;
}
/* layer msg 弹窗样式修改 */
.layui-layer.layui-layer-dialog.layui-layer-msg.message,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-success,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-error {
	border-radius: 8px;
	border: unset;
	color: #000;
	min-width: 100px;
	box-shadow: 0px 20px 50px 0px #00000014;
	top: 40px !important;
}
.layui-layer.layui-layer-dialog.layui-layer-msg.message .layui-layer-content,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-success .layui-layer-content,
.layui-layer.layui-layer-dialog.layui-layer-msg.message-error .layui-layer-content {
	padding: 17px 20px;
	line-height: 1;
	font-size: 14px;
}
.layui-layer.layui-layer-dialog.layui-layer-msg.message-success .layui-layer-content::before {
	content: "";
	background-image: url('../images/icons/message-success.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding-right: 10px;
}
.layui-layer.layui-layer-dialog.layui-layer-msg.message-error .layui-layer-content::before {
	content: "";
	background-image: url('../images/icons/message-error.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding-right: 10px;
}

/* 量身定制ie11专属字体*/
@media all and (-ms-high-contrast:none) {
	/* 这里是要单独为IE11设置的样式 */
	a,span,div,li,p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,button,textarea,article,aside,dialog,footer,header,section,nav,figure,figcaption,menu,command,details,summary{font-family: 微软雅黑, microsoft yahei, arial, PingFang SC, helvetica, sans-serif !important;}
}
  

@font-face {
	font-family: "Montserrat";
	src: url('./fonts/MiSans-regular.ttf');
}
@font-face {
	font-family: "MiSans VF";
	src: url('./fonts/MiSans-bold.ttf');
}