/* @charset "utf-8";
/**
 * v1.0.0-common-header 
 * Copyright 2010 The eefocus Author
 * Date: 20190828
 */

/** Common Style **/
/* html, body, img {
    filter: grayscale(1) !important;
} */

html {
	padding: 0 !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	font-family: "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	/* padding-top:140px; */
	position:relative;
	z-index:1
}
/* .ad-top-scroll-padding {
	padding-top:140px;
} */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

@media print {
	*, *::before, *::after, *::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
}

.common-h-wper *, .common-h-wper *:before, .common-h-wper *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.common-h-wper * a, .common-h-wper a {
	color: #F7F7F9;
}

@-ms-viewport {
	width: device-width;
}

a, button, input {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

/** Common Wrapper **/

.common-h-placeholder {
	width: 100%;
	height: 48px;
}

.common-h-wper {
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #d3d0d1;
	background-color: #1B2021;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

body[id] .common-h-wper {
	position: absolute;
	left: 0;
	top: 0;
}
#login-page .common-h-wper {
	position: relative !important;
}

body[id] .common-h-wper.fixed {
	position: fixed;
	top: 0!important;
}

.common-h-wper * {
	font-family: 'PingFangSC - Medium', 'MicrosoftYaHei'!important;
}

.common-h-outer {
	position: relative;
	width: 1190px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.clearfix::before, .common-h-outer::before {
	display: table;
	content: " ";
} */

.clearfix::after, .common-h-outer::after {
	display: block;
	clear: both;
	content: " ";
}

.common-h-search, .common-h-login {
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 28px;
	vertical-align: middle;
}

/* Common Logo */

.common-h-logo {
	flex-shrink: 0;
	margin-right: 26px;
}

.common-h-logo img {
	max-width: 100%;
	max-height: 36px;
	border-radius: inherit;
}

/* Common Search */

.common-h-search {
	flex: 1;
	box-sizing: border-box;
}

.common-h-search>form {
	width: 376px;
	margin: 0 auto;
	position: relative;
}
.common-h-search>form>.search-close-button {
	position: absolute;
	right: -36px;
	top: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.common-h-search>form>.search-close-button svg {
	width: 16px;
	height: 16px;
}

.common-input-group {
	display: table;
	position: relative;
	width: 100%;
	border-collapse: separate;
}
.sug-scroll {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.sug-scroll .swiper-slide span {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #747778;
	cursor: text;
}
.search-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 101;
	display: none;
}
.search-suggest .search-suggest-box {
	padding: 6px 0 4px;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #D7D6D6;
	border-radius: 2px;
	background: #fff;
}
.search-suggest .suggest-hot-title,
.search-suggest .suggest-history-title {
	margin: 0 18px;
	padding: 0 0 6px;
	font-size: 12px;
	color: #747778;
	border-bottom: 1px dashed #D7D6D6;
	display: none;
}
.search-suggest .suggest-history-title span,
.search-suggest .suggest-hot-title span {
	float: right;
	cursor: pointer;
}
@media screen and (min-width: 1024px) {
	.search-suggest .suggest-hot-title span {
		display: none;
	}
}
.search-suggest .suggest-history-title span svg,
.search-suggest .suggest-hot-title span svg {
	width: 12px;
	vertical-align: -1px;
	margin-right: 4px;
}
.search-suggest .suggest-hot,
.search-suggest .suggest-history {
	padding: 6px 0;
	display: none;
}
.search-suggest .suggest-hot a,
.search-suggest .suggest-history a {
	display: block;
	padding: 0 16px;
	line-height: 24px;
	white-space: nowrap;
	font-size: 12px;
	color: #221E20;
	text-decoration: none;
}
.search-suggest .suggest-hot a span,
.search-suggest .suggest-history a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-suggest .suggest-hot a span {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 14px);
}
.search-suggest .suggest-hot a:hover,
.search-suggest .suggest-history a:hover {
	background: #EBEBEB;
	text-decoration: none;
}
.search-suggest .suggest-hot a svg {
	width: 10px;
	vertical-align: -2px;
	margin-left: 3px;
}
.search-suggest .search-rec-box {
	padding: 6px 0 4px;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #D7D6D6;
	border-radius: 2px;
	background: #fff;
}
.search-suggest .search-rec-box a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #221E20;
	text-decoration: none;
}
.search-suggest .search-rec-box a.selected {
	background: #ebebeb;
	color: #dd3d3d;
}
.search-suggest .search-rec-box a.selected b {
	color: #dd3d3d;
}
.search-suggest .search-rec-box a:hover {
	background: #EBEBEB;
}
.search-suggest .search-rec-box a b {
	font-weight: normal;
	color: #747778;
}

.common-input-group .common-form-control {
	display: block;
	position: relative;
	float: left;
	z-index: 2;
	width: 100%;
	width: 100%;
	height: 36px;
	margin-bottom: 0;
	padding: 5px 50px 5px 18px;
	font-size: 12px;
	line-height: 1.25;
	color: #747779;
	border: none;
	background-color: #E4E5E7;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 transparent;
	box-shadow: 0 0 transparent;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.common-input-group .common-form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.common-input-group .common-form-control:focus {
	color: #55595c;
	outline: 0;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.common-form-control::-webkit-input-placeholder, .common-form-control::-moz-placeholder, .common-form-control:-ms-input-placeholder, .common-form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #9b9b9b;
	filter: alpha(opacity=100);
}

.common-form-control::-webkit-input-placeholder, .common-form-control::-moz-placeholder, .common-form-control:-ms-input-placeholder, .common-form-control::placeholder {
	opacity: 1;
	color: #9b9b9b;
	filter: alpha(opacity=100);
}

.common-form-control:disabled, .form-control[readonly] {
	opacity: 1;
	background-color: #eceeef;
}

.common-form-control:disabled {
	cursor: not-allowed;
}

.common-input-group-btn, .common-form-control {
	display: table-cell;
}

.common-form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.common-input-group-btn:not(:first-child):not(:last-child), .common-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.common-form-control:focus, .common-form-control:active, .common-form-control:hover {
	z-index: 3;
}

.common-input-group-btn {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.common-btn {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	background: none;
	border: 0;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../image/new-search-ico.svg) no-repeat center center;
	background-size: 20px;
}

.common-btn>svg {
	width: 20px;
	vertical-align: middle;
}

/* Common Login */

.common-h-login {
	flex-shrink: 0;
	position: relative;
	height: auto;
	padding-left: 32px;
}

.common-h-login .navbar-nav {
	float: right;
	list-style: none;
	padding: 0;
  margin-top: 2px;
  margin-right: 0;
}

.common-h-login .navbar-nav>li {
	display: block;
	position: relative;
	float: left;
}

.common-h-login .navbar-nav>li>a, .common-h-login .navbar-nav>li>a:link, .common-h-login .navbar-nav>li>a:visited, .common-h-login .navbar-nav>li>a:active, .common-h-login .navbar-nav>li>a:focus {
	display: block;
	position: relative;
	padding: 5px 12px !important;
	font-size: 14px;
	text-decoration: none;
	color: #F7F7F9;
	background-color: transparent;
}

.common-h-login .navbar-nav>li:first-child a {
	/* color: #505050; */
	color: #fff;
	border-radius: 2px;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#CCCCCC)); */
	/* background: linear-gradient(to bottom, #FEFEFE, #CCCCCC); */
	background: #dd3d3d;
}

.common-h-login .navbar-nav>li>a:hover {
	color: #eee;
}

.common-h-login .navbar-nav>li:first-child a:hover {
	background: #c91521;
}

/*Msg*/

.login-wper {
	display: block;
	position: relative;
	float: right;
}

.msg-wper, .member-wper {
	display: inline-block;
	min-height: 1px;
	vertical-align: middle;
}

.msg-wper {
	position: relative;
	float: right;
	z-index: 2;
}

.msg-wper>a {
	display: inline-block;
	height: 36px;
	line-height: 32px;
}

.msg-wper>a>.msg-bell {
	display: inline-block;
	width: 25px;
	height: 24px;
	vertical-align: middle;
	opacity: .8;
	border-radius: 3px;
	background: url("//www.eefocus.com/asset/theme-eefocus/image/common/bell-icon.svg") center no-repeat;
}

.msg-wper>a:hover>.msg-bell {
	background-color: #3e3d3d;
	opacity: 1;
}

.msg-wper .msg-point {
	display: none;
	position: absolute;
	top: 6px;
	right: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f01414;
}

.member-wper {
	float: right;
	margin: 6px 25px 0;
	margin-right: 0;
}

.member-wper>a {
	display: inline-block;
	width: 25px;
	height: 24px;
	overflow: hidden;
	background: url('../image/2019/person.png') center no-repeat;
	background-size: 100%;
	border-radius: 3px;
	opacity: .9;
}

.member-wper>a:hover {
	opacity: 1;
}

.member-wper img {
	width: 100%;
	height: 100%;
}

.member-card-wper {
	display: none;
	position: absolute;
	z-index: 101;
	top: 138%;
	right: -8px;
	min-width: 110px;
	padding: 10px 0;
	margin: 2px 0 0;
	border: 1px solid rgba(227, 227, 227, 1);
	border-radius: 3px;
	background: #fff;
}

.member-card-wper>.drop-icon {
	display: block;
	position: absolute;
	z-index: 101;
	top: -6px;
	right: 14px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-left: 1px solid rgba(0, 0, 0, .15);
	background: none;
	background-color: #fff;
}

.member-card-wper>.card-item>a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 5px 12px;
	font-size: 14px;
	color: #231F20;
}

.member-card-wper>.card-item:first-child>a {
	background: #F5F6FA;
}

.member-card-wper>.card-item>a:hover, .member-card-wper>.card-item>a:focus {
	text-decoration: none;
	color: #333;
	background: #F5F6FA;
}

.common-logo-name {
	display: none;
}

.search-toggle-button {
	width: 20px;
	height: 20px;
	cursor: pointer;
	flex-shrink: 0;
}
.search-toggle-button img {
	display: block;
	width: 100%;
	height: 100%;
}

/* All Sort */

.common-h-sort {
	flex: 1;
	height: 72px;
}

.common-h-sort ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-menu-item::before {
	display: table;
	content: " ";
}

.header-menu-item::after {
	display: block;
	clear: both;
	content: " ";
}

.header-menu-item>li {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #F7F7F9;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	height: 100%;
}
.header-menu-item>li>span,
.header-menu-item>li>a {
	display: block;
	padding: 0 32px 0 16px;
	line-height: 72px;
	position: relative;
	height: 72px;
	font-size: 14px;
	font-weight: normal;
}
.header-menu-item>li:nth-child(2)>span:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 4px;
	width: 30px;
	height: 18px;
	background: url(../image/icon-hot.svg) no-repeat;
	background-size: 100%;
}
.header-menu-item>li>a {
	padding-right: 16px;
}

.header-menu-item>li>span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 30px;
	right: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: transparent;
	border-left: 1px solid #898989;
	border-top: 1px solid #898989;
}

.header-menu-item>li:hover {
	background: #363636;
}
.header-menu-item>li:hover>span,
.header-menu-item>li:hover>a {
	font-weight: bold;
	text-decoration: none;
}

.header-menu-item>li:hover>span::after {
	top: 34px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-menu-item>li>ul {
	display: none;
	position: absolute;
	z-index: 101;
	top: 72px;
	left: 0;
	border-radius: 3px;
	background: #fff;
	text-align: left;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	margin-top: 4px;
	padding: 16px 0;
}
.header-menu-item>li>ul:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: transparent;
	left: 0;
	top: -4px;
}

/*.header-menu-item>li:nth-child(1)>ul>li {*/
/*	width: 50%;*/
/*}*/

/*.header-menu-item>li:nth-child(2)>ul>li {*/
/*	width: 33.333%;*/
/*}*/


.header-menu-item>li:hover>ul {
	display: block;
	white-space: nowrap;
	font-size: 0;
}

.header-menu-item>li>ul>li {
	cursor: text;
	min-width: 104px;
	display: inline-block;
	vertical-align: top;
}

.header-menu-item>li>ul>li:not(:first-child):before {
	content: "";
	width: 0;
	position: absolute;
	top: 16px;
	bottom: 16px;
	border-left: 1px solid #E3E3E3;
}

.header-menu-item>li>ul>li span {
	display: inline-block;
	padding: 2px 12px 8px;
	color: #292929;
	font-size: 14px;
	font-weight: bold;
	word-break: keep-all;
	white-space: nowrap;
	cursor: text;
}

.header-menu-item>li>ul a {
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0 24px 0 12px;
	font-size: 14px;
	color: #1c1c1c;
	word-break: keep-all;
	white-space: nowrap;

}
.header-menu-item>li>ul>li>ul>li:not(:last-child) {
	margin-bottom: 8px;
}

.header-menu-item>li>ul a:hover, .header-menu-item>li>ul a:focus {
	text-decoration: none;
	color: #dd3d3d;
}

/** FOOTER **/

.common-footer-wrap {
	background-color: #333333;
	padding: 50px 0 0;
}

.common-footer-wrap * {
	font-family: PingFang SC,Microsoft YaHei,sans-serif;
	font-size: 14px;
	color: #c6c6c8;
}

.common-footer-wrap .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.common-footer-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.common-footer-outer {
	margin-top: 50px;
	padding: 20px 0;
	background: #2C2C2C;
}

.common-footer-outer ul {
	text-align: center;
}

.common-footer-outer li {
	display: inline-block;
	padding: 0 30px;
}

.footer-logo-wrap {
	height: 36px;
}

.footer-logo-wrap img {
	height: 100%;
	border-radius: inherit;
}

.footer-area-left {
	padding-top: 85px;
	padding-bottom: 50px;
	margin-top: 50px;
}

.footer-area-left ul {
	margin-bottom: 25px;
}

.footer-wxcode-item li {
	float: left;
}

.footer-wxcode-item li:nth-child(1) {
	margin-right: 10px;
}
	


.footer-wxcode-item a {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	line-height: 22px;
	cursor: auto;
}

.footer-wxcode-item a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
}

.footer-wxcode-item li:nth-child(1) a::before {
	background-image: url('//www.eefocus.com/asset/theme-eefocus/image/2019/icon-wechat-bottom-highlight.svg');
}

.footer-wxcode-item li:nth-child(2) a::before {
	background-image: url('//www.eefocus.com/asset/theme-eefocus/image/2019/icon-qq-bottom-highlight.svg');
}


.footer-wxcode-item a:hover::before {
	border-color: #fff;
}

.footer-wxcode-item a:hover>span {
	visibility: visible;
}

.footer-wxcode-item a>span {
	width: 110px;
	position: absolute;
	bottom: 120%;
	bottom: calc(100% + 8px);
	left: 50%;
	margin-left: -65px;
	z-index: 2;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
}


/* .footer-wxcode-item a>span::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	bottom: -5px;
	right: 44%;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-left: 1px solid rgba(0, 0, 0, .15);
	background: none;
	background-color: #fff;
} */

.footer-wxcode-item a>span>img {
	width: 100%;
	height: auto;
	cursor:auto;
}

.footer-area-left p {
	margin-top: 15px;
	line-height: 20px;
}

.footer-area-right {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-area-right li {
	float: left;
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-area-right li:last-child {
	max-width: 60px;
}

.footer-area-right h6, .footer-area-right a, .footer-area-left a {
	display: inline-block;
	width: 100%;
	color: #E4E5E7;
}

.footer-area-right h6 {
	color: #fff;
	opacity: 1;
	margin-bottom: 15px;
	font-weight: bold;
}

.footer-area-right a {
	line-height: 28px;
}

.common-footer-wrap a:hover, .common-footer-wrap a:focus {
	text-decoration: none;
	opacity: 1;
	color: #E4E5E7;
}

.win-price-tip {
    position: absolute;
    top: 50px;
    width: 249px;
    height: 32px;
    background: #FD5444;
    color: #fff;
    font-size: 14px;
    display:flex;
    align-items:center;
    box-shadow: 0 2px 6px 0 rgba(221,61,61,0.30);
    border-radius: 2px;
    right:0px;
}
.win-price-tip img {
    width: 16px;
    height: 16px;
    margin:0 8px;
    right: 0px;
   
}
.win-price-tip  .triangle{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #FD5444;
    position: absolute;
    bottom: 32px;
    right: 38px;
    
}
.win-price-tip .close-button {
    cursor:pointer
}
.win-price-tip a {
    text-decoration:none;
	color:#fff;
}

/** Mobile Style **/
@media (max-width: 676px) {
	.common-h-outer {
		width: 100%;
	}
	.common-h-login .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.common-h-sort,
	.search-toggle-button {
		display: none;
	}
	.common-h-logo {
		position: absolute;
		left: 20px;
		top: 18px;
	}
	.common-h-login {
		position: absolute;
		right: 20px;
		top: 19px;
	}
	.common-h-search {
		display: none;
	}
}
@media (min-width: 677px) and (max-width: 1200px) { 
	.common-h-outer {
		width: 100%;
		padding: 0 20px;
	}
	.common-h-search {
    width: 40%;
		margin: 0 auto;
		flex: none;
	}
	.common-h-search>form {
		width: auto;
	}
}

@media (max-width: 860px) {
	.footer-logo-wrap {
		text-align: center;
	}
	.common-footer-wrap .row {
		display: block;
		text-align: center;
	}
	.footer-area-left ul,
	.common-footer-wrap .row .col-md-7 {
		display: none;
	}
	.footer-area-left {
		margin: 0 auto;
		padding: 0;
	}
	.common-footer-outer {
		margin-top: 10px;
		padding: 15px;
	}

}

@media (max-width: 640px) {
	.footer-area-left p {
		text-align: center;
	}
}

/* 顶部悬浮广告的样式 ---- 滚动一定距离会隐藏 */
/* .ad-top-container{position:fixed;left:0;top:0;width:100%;min-width:970px;height:140px;background-color: #000000;z-index: -1;}
.ad-top{width:100%}
.ad-top-image{width:970px;height:90px;margin:25px auto} */
/* 让广告高度可以自适应 */
.ad-top-container{position:fixed;left:0;top:0;width:100%;min-width:970px;height:auto;background-color: #000000;z-index: -1;}
.ad-top{width:100%}
.ad-top-image{width:auto;height:auto;margin:25px auto;display:flex;justify-content: center;align-items: center;}

.pi-locale-zh-cn > .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: calc(50% - 595px);
    padding-right: calc(50% - 595px);
    background-color: #fff;
}

/* 新版底部悬浮广告的样式 */
.bg-black-new{position:fixed;left:0;bottom:0;right:0;width:100%;height:90px;z-index:100}
.ad-bottm-new{width:100%;position:relative}
.ad-bottom-image-new{position:relative;width:1190px;height:90px;margin:0px auto}
.ad-bottom-close-new{position:absolute;background: url('//www.eefocus.com/asset/theme-eefocus/image/2019/icon-close-2x.png') center center no-repeat;
    background-size:cover;right:8px;top:7px;width:16px;height:16px;cursor:pointer}
.ad-bottom-close-new-middle{
    position:absolute;background: url('//www.eefocus.com/asset/theme-eefocus/image/2019/icon-close-2x.png') center center no-repeat;
    background-size:cover;right:406px;top:7px;width:16px;height:16px;cursor:pointer
}