﻿body,
div,
ul,
li,
p,
input {
	margin: 0;
	padding: 0;
}

em,
i {
	font-weight: normal;
	font-style: normal;
}

input {
	outline: none;
	font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

input::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
}

body {
	font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.fr {
	float: right;
}



.balloon-tips {
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	background: rgba(29, 33, 41, 0.6);
	border-radius: 2px 2px 2px 2px;
	/* opacity: 1; */
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	right: 12px;
	top: 0;
	opacity: 0;
	transition: all .1s;
	-webkit-transition: all .1s;
	transform: scale(0.8);
	white-space: nowrap;
	visibility: hidden;
}

.balloon-tips::after {
	content: "";
	border-color: transparent transparent transparent rgba(29, 33, 41, 0.7);
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 6px;
	right: -12px;
}


body {
	background: transparent;
}
/**
 * Swiper 4.5.0
 
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}


.icon {
	width: 1em;
	height: 1em;
	vertical-align: -.15em;
	fill: currentColor;
	overflow: hidden
}

.mask-www-input-search {
	width: 100%;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(29, 33, 41, .9);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px)
}

.botfocus {
	display: none
}

.botfocus {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%
}

.botfocus-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	font: 700 14px/30px 黑体;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.botfocus-close-bg {
	background: url(../image/model_close.png) center no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px
}

::-webkit-scrollbar-thumb {
	border-radius: 8px
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

input::-webkit-input-placeholder {
	color: #C9CDD4
}

input::-moz-placeholder {
	color: #C9CDD4
}

input:-ms-input-placeholder {
	color: #C9CDD4
}

input::-ms-input-placeholder {
	color: #C9CDD4
}

.waterfall {
	position: relative;
	margin: auto;
	width: 100%;
	min-height: 200px
}

.waterfall li {
	overflow: hidden;
	float: left;
	width: 302px;
	position: relative;
	-webkit-transition: all .5;
	transition: all .5
}

.waterfall li:hover>a .cover-images::after {
	background: rgba(29, 33, 41, .5)
}

.waterfall li:hover .model-contrast>div {
	opacity: 1;
	left: 0
}

.waterfall li>a {
	display: block;
	width: 100%
}

.waterfall li>a .cover-images {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	/*background-color: #fafafa*/
}

.waterfall li>a .cover-images::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	z-index: 2
}

.waterfall li>a .cover-images img {
	display: block;
	max-width: 100%;
	height: 100%;
	transition: transform 1s ease, -webkit-transform 1s ease, opacity .2s;
	/*height: auto;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%, -50%) scale(1);*/
	/*transform: translate(-50%, -50%) scale(1)*/
}

.waterfall li .waterfall-information {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 24px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px
}

.not-like-operate .icon {
	margin-left: 6px;
	vertical-align: 2px;
	text-align: center
}

.waterfall li .model-contrast {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 4
}

.waterfall li .model-contrast .js_favorite_popup {
	left: 20px
}

.waterfall li .model-contrast>div {
	display: block;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, .6);
	border-radius: 6px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 24px;
	line-height: 20px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: left .5s, opacity .2s;
	transition: left .5s, opacity .2s;
	position: relative
}

.waterfall li .model-contrast>div:last-child {
	margin-bottom: 0
}

.waterfall li .model-contrast>div .balloon-tips {
	border-radius: 6px 0 0 6px;
	background: rgba(0, 0, 0, .6)
}

.waterfall li .model-contrast>div .balloon-tips::after {
	content: none
}

.waterfall li .model-contrast>div:hover {
	border-radius: 0 6px 6px 0
}

.waterfall li .model-contrast>div:hover .balloon-tips {
	opacity: 1;
	right: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

.not-like-operate {
	left: 30px
}

.not-like-operate .icon {
	font-size: 12px
}





/* 首页搜索框 */

.index-banner-search .newwww-search-content .search-content .search-form-input:hover .www-keyword {
	background: #F2F3F5
}

.news-banner-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 27, 38, .4)), to(rgba(25, 27, 38, .8)));
	background: linear-gradient(0deg, rgba(25, 27, 38, .4) 0, rgba(25, 27, 38, .8) 100%);
	z-index: 2
}

.index-banner-search .newwww-search-content {
	position: absolute;
	top: 200px;
	width: 100%;
	z-index: 9;
	-webkit-transition: top .3s;
	transition: top .3s
}

.index-banner-search .newwww-search-content .search-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.index-banner-search .newwww-search-content .search-content .wid-search {
	width: 840px;
	position: relative;
	margin: auto;
	padding-top: 45px
}

.index-banner-search .newwww-search-content .search-content .wid-search>.sysFocusImgSing {
	position: absolute;
	left: 50%;
	bottom: 70%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.index-banner-search .newwww-search-content .search-content .wid-search>.sysFocusImgSing img {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 0
}

.index-banner-search .newwww-search-content .search-content .wid-search>.sysFocusImgSing a {
	width: 100%;
	height: 100%;
	display: block
}

.index-banner-search .newwww-search-content .search-content img {
	margin-bottom: 24px;
	width: 200px;
	height: 65px
}

.index-banner-search .newwww-search-content .search-content .search-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 22px;
	padding-left: 15px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.index-banner-search .newwww-search-content .search-content .search-title span {
	font-size: 18px;
	font-weight: 700;
	color: #C9CDD4;
	float: left;
	margin-right: 28px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	-webkit-transition: all ease .25s;
	transition: all ease .25s
}

.index-banner-search .newwww-search-content .search-content .search-title span:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index-banner-search .newwww-search-content .search-content .search-title span.active {
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index-banner-search .newwww-search-content .search-content .search-form-input {
	position: relative;
	padding-bottom: 40px;
	width: 100%
}

.index-banner-search .newwww-search-content .search-content .search-form-input:focus .www-keyword {
	background: #fff
}

.index-banner-search .newwww-search-content .search-content .search-form-input .nav_icon_search {
	font-size: 32px;
	position: absolute;
	left: 9px;
	top: 16px;
	z-index: 3;
	color: #E5E6EB
}

.index-banner-search .newwww-search-content .search-content .search-form-input .www-keyword {
	position: relative;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #FFF;
	border-radius: 12px;
	border: 1px solid #E5E6EB;
	padding-left: 49px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 175px;
	color: #1D2129;
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 2
}

.index-banner-search .newwww-search-content .search-content .search-form-input .www-keyword::-webkit-input-placeholder {
	color: #86909C
}

.index-banner-search .newwww-search-content .search-content .search-form-input .www-keyword::-moz-placeholder {
	color: #86909C
}

.index-banner-search .newwww-search-content .search-content .search-form-input .www-keyword:-ms-input-placeholder {
	color: #86909C
}

.index-banner-search .newwww-search-content .search-content .search-form-input .www-keyword::-ms-input-placeholder {
	color: #86909C
}

.index-banner-search .newwww-search-content .search-content .search-form-input .search-operation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.index-banner-search .newwww-search-content .search-content .search-form-input .search-operation .btn-key-search {
	position: relative;
	display: inline-block;
	width: 92px;
	height: 49px;
	background: #2cb051;
	font-size: 18px;
	color: #fff;
	line-height: 49px;
	text-align: center;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	margin-top: 8px;
	margin-right: 8px
}

.index-banner-search .newwww-search-content .search-content .search-form-input .search-operation .btn-key-search:hover {
	background: #29d978
}

.index-banner-search .newwww-search-content .search-content .search-form-input .search-operation .btn-key-search:hover::after {
	background-position: -10px -131px
}

.index-banner-search .swiper-container-wwwbg {
	width: 100%;
	height: 570px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide {
	position: relative
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-img-bg {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information {
	position: absolute;
	padding-top: 8px;
	right: 43px;
	bottom: 35px;
	z-index: 99
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information:hover .user-author {
	background: rgba(0, 0, 0, .2)
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information:hover .author-content {
	height: 118px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .user-author {
	display: block;
	padding: 6px 12px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .user-author img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	float: left;
	border-radius: 50%
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .user-author .user-author-name {
	font-size: 14px;
	color: #C9CDD4;
	line-height: 24px;
	float: left
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content {
	position: absolute;
	background: rgba(0, 0, 0, .4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 12px;
	width: 294px;
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
	bottom: 100%;
	right: 0;
	height: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
	overflow: hidden
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works {
	position: relative;
	padding-left: 52px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F2F3F5;
	border-color: rgba(255, 255, 255, .5);
	margin-bottom: 10px;
	padding-top: 16px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works .visit-home-page {
	display: inline-block;
	position: absolute;
	background: #2cb051;
	top: 16px;
	right: 0;
	width: 72px;
	height: 24px;
	line-height: 24px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works .visit-home-page:hover {
	background-color: #29d978
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 16px;
	border-radius: 50%
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works .name-authors {
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .authors-works .label-authors span {
	color: #C9CDD4;
	font-size: 12px;
	display: inline-block;
	margin-right: 13px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .btn-search-model {
	padding-bottom: 16px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .btn-search-model a {
	color: #C9CDD4;
	font-size: 14px
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .btn-search-model a:hover {
	color: #fff
}

.index-banner-search .swiper-container-wwwbg .swiper-slide .swiper-author-information .author-content .btn-search-model a .icon {
	font-size: 22px;
	vertical-align: -6px
}



/* 为你推荐 */

.new-edition-home {
	width: 1760px
}

.new-edition-home .main-home-scroll {
	min-height: 600px
}

.new-edition-home .interest-occupying {
	margin-bottom: 8px;
	min-height: 49px;
	padding: 20px 0px 20px;

}

.new-edition-home .interest-content {
	position: relative;
	width: 1606px;
	margin: auto;
	padding: 8px 0
}

.new-edition-home .interest-content .tab-class-gallery {
	text-align: center
}

.new-edition-home .interest-content .tab-class-gallery a {
	display: inline-block;
	font-size: 16px;
	color: #5C5C5C;
	line-height: 22px;
	padding: 20px 16px;
	-webkit-transform: all .2s;
	transform: all .2s;
	border-radius: 24px
}

/*.new-edition-home .interest-content .tab-class-gallery a.active {*/
/*	 margin-bottom: 20px;*/
/*}*/

/*.new-edition-home .interest-content .tab-class-gallery a:hover {*/
/*	background: #DFDFDF*/
/*}*/

.new-edition-home .interest-content .tab-class-gallery a.title-active {
	display: none
}

.new-edition-home .interest-content .tab-class-gallery .hover-select-gallery {
	display: none;
	position: relative
}

.new-edition-home .interest-content .tab-class-gallery .hover-select-gallery:hover .more-class {
	color: #333;
	font-weight: 400
}

.new-edition-home .interest-content .tab-class-gallery .hover-select-gallery:hover .item-select-content {
	display: block
}

.new-edition-home .interest-content .tab-class-gallery .hover-select-gallery .item-select-content {
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	width: 120px;
	background: #FFF;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
	border-radius: 6px;
	text-align: center;
	z-index: 3
}

.new-edition-home .interest-content .tab-class-gallery .hover-select-gallery .item-select-content::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	top: -7px;
	left: 28px
}

.new-edition-home .interest-content .interest-search-category {
	width: 120px;
	height: 24px;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 50%;
	margin-top: -12px;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 32px;
	background: #F8F8F8;
	cursor: pointer;
	-webkit-box-shadow: 0 4px 4px 0 rgba(220, 220, 220, .25);
	box-shadow: 0 4px 4px 0 rgba(220, 220, 220, .25);
	border-radius: 6px
}

.new-edition-home .interest-content .interest-search-category:hover .select-class .icon,
.new-edition-home .interest-content .interest-search-category:hover .select-class i {
	color: #4E5969
}

.new-edition-home .interest-content .interest-search-category .select-class {
	display: block
}

.new-edition-home .interest-content .interest-search-category .select-class i {
	display: block;
	color: #A3A3A3;
	font-size: 16px;
	line-height: 24px
}

.new-edition-home .interest-content .interest-search-category .select-class .icon {
	font-size: 18px;
	color: #DFDFDF;
	position: absolute;
	right: 7px;
	top: 4px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.new-edition-home .interest-content .interest-search-category .hover-search-category {
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.new-edition-home .interest-content .interest-search-category .hover-search-category ul {
	padding: 8px 0;
	width: 120px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	background: #FFF;
	border: 1px solid #E5E6EB
}

.new-edition-home .waterfall li>a .cover-images {
	border-radius: 12px
}

.new-edition-home .interest-content .interest-search-category .hover-search-category ul li {
	cursor: pointer;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #4E5969;
	padding-left: 16px
}

.new-edition-home .interest-content .interest-search-category .hover-search-category ul li.active {
	color: #2cb051 !important;
	background: #fff !important
}

.new-edition-home .interest-content .interest-search-category .hover-search-category ul li:hover {
	color: #191B26;
	background: #F2F3F5
}

.new-edition-home .waterfall li {
	
}

/*.new-edition-home .waterfall li>a .cover-images::after {*/
/*	background: rgba(0, 0, 0, .04)*/
/*}*/

.new-edition-home .waterfall li .waterfall-information {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal
}


/* 为你推荐END  */



.model-list,
html {
	min-width: 1400px
}

@media screen and (max-width:1760px) {

	.new-edition-home,
	.new-edition-home .interest-content {
		width: 1520px
	}

	.new-edition-home .waterfall li {
		width: 284px
	}
}

@media screen and (max-width:1520px) {

	.new-edition-home,
	.new-edition-home .interest-content {
		width: 1280px
	}

	.new-edition-home .interest-content .tab-class-gallery {
		text-align: left
	}

	.new-edition-home .interest-content .tab-class-gallery a {
		padding: 5px 14px
	}

	.new-edition-home .waterfall li {
		width: 302px
	}
}

@media screen and (max-width:1280px) {

	.new-edition-home,
	.new-edition-home .interest-content {
		width: 1040px
	}

	.new-edition-home .interest-content .tab-class-gallery {
		text-align: left
	}

	.new-edition-home .interest-content .tab-class-gallery a {
		font-size: 14px;
		padding: 5px 14px
	}

	.new-edition-home .waterfall li {
		width: 242px
	}
}

@media screen and (min-width:2400px) {

	.new-edition-home {
		width: 2400px
	}

	.new-edition-home .interest-content {
		width: 1932px
	}

	.new-edition-home .waterfall li {
		width: 380px
	}
}

.search-title {
	z-index: 2;
	position: relative
}

.index-banner-search .newwww-search-content .search-content .wid-search>.sysFocusImgSing {
	margin-left: -116.5px;
	width: 233px;
	height: 127px;
	-webkit-transform: initial;
	transform: initial
}



.index-banner-search .swiper-container-wwwbg {
	top: 0
}

.new-edition-home {
	margin: 0px auto 67px
}




.waterfall {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.image-boxs {
	break-inside: avoid;
	margin-bottom: 10px;

}


.image-boxs:hover .image-boxs .cover-images::after {
	background-color: rgba(128, 128, 128, 0.5) !important;
	opacity: 0.1;

}
.image-boxs .image-boxs .cover-images img {

}
.image-boxs:hover .cover-images img {
	transform: scale(1.1); /* 放大1.1倍 */
}

.image-boxs.cover-images img {
	transition: transform 0.5s ease; /* 平滑过渡效果 */
}



.new-edition-home .interest-occupying .fixed-interest {
    position: fixed;
    left: 0;
    top: 80px;
    right: 0;
    z-index: 10;
    background: #FFF;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid #EFEFEF
}
.j_center{
	text-align: center;
}
.j_g_ic{
	font-weight: bold;
	color: #2cb051;
}

/*@media screen and (max-width: 1520px) {*/
/*	.sygg_imgd{*/
/*		width: 1280px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1760px) {*/
/*	.sygg_imgd{*/
/*		width: 1520px;*/
/*	}*/
/*}*/

.sygg_imgd{

	height: 200px;
	margin: 0px auto;


}
.sygg_imgd img{
	width: 100%;
	height: 100%;

	object-fit: cover !important;
}
.tv_a{
	text-align: center!important;
}

/*@media screen and (min-width: 2400px) {*/
/*	.sygg_imgd{*/
/*		width: 2400px;*/
/*		height: 200px;*/

/*		margin: 67px auto 67px;*/

/*	}*/
/*}*/

.class_d{
	width: 100%;
	display: block;

	height: auto;
	min-height:150px;
	padding-left: 67px;
	padding-right: 67px;
	margin: 0 auto;
	box-sizing: border-box; /* 关键属性 */



}
.class_yy_d{
	width: 100%;
	height: 10px;
	box-shadow: 5px 2px 5px rgba(128, 128, 128, 0.75)
}
.class_one{
	width: 100%;
	height: auto;
	min-height: 30px;
	margin-top: 20px;

}
.class_left{
	width: 80px;

	float: left;
	height: 100%;
}
.class_right{
	width: auto;
	/*max-width: 800px;*/
	float: left;
	height: 100%;

}
.fl_sp{
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	float: left;
	color: #444647;
	font-size: 14px;
}
.fl_sp_clsel{


	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;


	margin-left: 30px;

	color: #2d3133;
	font-size: 14px;
	border: 1px solid #eeeeee;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.fl_sp_cl{
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #575d61;
	margin-left: 30px;

}
.fl_sp_cl:hover{
	cursor: pointer;
	color: #0a0d13;
}
.class_yy_d_d{
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #ccc;
	padding: 0 67px;
	box-sizing: border-box; /* 关键属性 */
}


