*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	position: relative;
	visibility: visible;
	color: #2c2c2c;
	overflow: auto;
	min-width: 1024px;
	background: #eaf2f2;
	cursor: default;
}

header {
	background-color: #55bac6;
}

img {
	object-fit: cover;
	background: #fff;
}

.card-body li a {
	display: block;
}

.fl,
.cf {
	float: left;
}

.fr {
	float: right;
}

/* 清除浮动 */

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.text-over-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.dzsm-upload-btn img {
	width: 100%;
	height: 80px;
}

a:visited,
a:hover,
a:active {
	color: #55bac6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Microsoft YaHei, sans-serif;
	color: #2c2c2c;
	font-weight: bold;
	font-size: 16px;
}

a,
button {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

textarea {
	width: 100%;
	padding: 8px 10px;
	outline: 0;
}

input.input-text,
select,
textarea {
	font-size: 14px;
}

.nav a {
	color: #2c2c2c;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 5px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 5px !important;
}

.tools a {
	display: none;
}

.from-submit-div {
	padding: 0 40px;
}

.form-group {
	margin-top: 10px;
}

/* .form-group label {
    margin-bottom: 10px;
} */

.content {
	min-height: 300px;
}

.dropdown-menu {
	min-width: 160px !important;
}

.form-control {
	display: block;
	width: 100%;
	min-height: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	color: #999;
	border-radius: 5px;
	background-color: #fff;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

p:last-child {
	margin-bottom: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	list-style: none;
}

button:focus,
input:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	width: 100%;
	background: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 20px;
	padding-right: 10px;
	outline: 0;
}

.content {
	margin-top: 10px;
}

.list-info {
	padding: 0 10px;
}

/* 导航栏 */

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.main-menu ul li {
	padding: 10px 0px;
  margin: 0 20px;
}
.main-menu ul li:last-child{
	padding: 10px 0px;
  /* margin: 0 20px; */
	margin-right: 0;
	text-align: right;
}

.main-menu ul li a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #2c2c2c;
	display: block;
	position: relative;
	line-height: 60px;
}

.main-menu ul li.active > a,
.main-menu ul li:hover > a {
	color: #55bac6 !important;
}

.main-menu ul li.dropdown {
	position: relative;
}

.main-menu ul li.dropdown ul.sub-menu {
	position: absolute;
	z-index: 9;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	min-width: 250px;
	left: auto !important;
	background: #fff;
	-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	display: block;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	padding: 20px 0;
}

.main-menu ul li.dropdown ul li {
	padding: 0;
	margin: 0;
	display: block;
}

.main-menu ul li.dropdown ul li a {
	display: block;
	line-height: 20px;
	padding: 12px 0 12px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #2d2d2d;
	text-transform: capitalize;
}

.main-menu ul li.dropdown ul li a:hover {
	padding-left: 25px;
}

.main-menu ul li.dropdown:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.main-menu ul li.dropdown:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.main-menu ul li .mega-menu {
	position: absolute;
	-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 30px 0 30px 30px;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	left: 0;
	width: 100%;
	z-index: 2;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	z-index: 15;
}

.main-menu ul li .mega-menu li ul {
	width: 25%;
	margin-right: 30px;
	border-right: 1px solid #ebebeb;
}

.main-menu ul li .mega-menu li ul li.title a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	height: auto;
}

.main-menu ul li .mega-menu li ul li.title a:hover {
	color: #eaaa85;
	padding-left: 0;
}

.main-menu ul li .mega-menu li ul li a {
	color: #2d2d2d;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	display: block;
	padding: 0;
	border: 0;
	height: auto;
	margin-bottom: 15px;
}

.main-menu ul li .mega-menu li ul li a:hover {
	color: #eaaa85;
	padding-left: 10px;
}

.main-menu ul li .mega-menu li ul li:last-child a {
	margin: 0;
}

.header-main {
	/* position: fixed;
	width: 100%;
	/* top: ; */
	z-index: 10; */
	background: #fff;
}

/*Back to top Button
  ------------------------------------*/

#topcontrol {
	color: #fff;
	z-index: 99;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background: #222;
	position: relative;
	right: 14px !important;
	bottom: 11px !important;
	border-radius: 3px !important;
}

#topcontrol:after {
	/*top: -2px;*/
	left: 8.5px;
	content: '\f106';
	position: absolute;
	text-align: center;
	font-family: FontAwesome;
}

#topcontrol:hover {
	color: #fff;
	background: #55bac6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.offcanvas-menu ul li a {
	cursor: pointer;
}

.deal-area {
	background: #f7f8fa;
}

.login-register-wrapper .login-form-container .login-register-form .Btn-primary {
	text-align: center;
	width: 100%;
	background-color: #55bac6;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: 0;
	border-radius: 0;
	font-family: Rubik, sans-serif;
}

.sub-btn-gray {
	width: 320px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: rgba(44, 44, 44, 0.3);
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.login-form-container {
	position: relative;
}

/*当鼠标放到文本框时，提示文本的样式*/

.import_prompt {
	border: solid 1px #ffcd00;
	background-color: #ffffda;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}

/*当文本框内容不符合要求时，提示文本的样式*/

.error_prompt {
	line-height: 20px;
	color: #ff3300;
}

/*当文本框内容输入正确时，提示文本的样式*/

.ok_prompt {
	color: #01be00;
	line-height: 20px;
}

.xmgl-link {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

.lyear-layout-content {
	padding: 0;
}

.lyear-layout-content .container-fluid {
	padding-top: 0;
}

.lyear-layout-sidebar-scroll {
	padding-left: 30px;
}

.nav-item-has-subnav a {
	display: block;
	color: #212529;
	padding-left: 15px;
}

.row-form {
	margin-bottom: 18px;
}

.usable {
	background-color: #55bac6 !important;
	color: #fff !important;
	cursor: pointer;
}

.errstyle {
	border: 1px solid red;
}

.checkbox {
	width: 17px;
	height: 15px;
	margin: 0;
	position: relative;
	top: -2px;
}

.flote-none {
	color: #3087f3;
}

.spantext {
	color: #ababab;
}

.div-left {
	width: 4%;
	float: left;
}

.div-right {
	width: 96%;
	float: left;
}

.login-register-form form input {
	margin: 15px 0;
}

.standard-view ul li a {
	color: #474747;
}

.detail_list .row {
	margin: 25px;
}

.progress-btn {
	margin: 15px;
}

.progress-btn button {
	margin: 5px;
}

.progress-btn button:hover {
	color: #55bac6;
}

.title {
	color: #000;
	font-size: 20px;
}

.tab-content {
	margin-bottom: 30px;
}

.mt-auto li {
	display: inline-block;
}

.mt-auto li a {
	color: #fff;
}

.wishlist i,
.quickview i,
.compare i {
	color: #111;
	font-size: 18px;
}

.section-about .intro-content {
	padding-top: 116px;
	position: relative;
}

.section-about .intro-content h4.sub-title {
	text-transform: uppercase;
	color: #ffa800;
	margin: 0 0 5px;
}

.section-about .intro-content h3.title {
	position: relative;
	z-index: 99;
	display: inline-block;
	text-transform: uppercase;
	color: #11161e;
}

.section-about .intro-content h3.title::before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 0;
	right: -9px;
	width: 25px;
	height: 25px;
	background: #ffa800;
	border-radius: 50%;
}

.section-about .intro-content h3.title span {
	position: relative;
	z-index: 99;
}

.section-about .intro-content h5.description {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.05px;
	line-height: 1.667em;
	padding-top: 36px;
	color: #11161e;
}

.section-about .intro-content p.text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #777;
	padding-right: 75px;
	padding-top: 16px;
	padding-bottom: 24px;
	color: #777;
}

.section-about .image-about {
	text-align: end;
}

.section-about .image-about.style-2 {
	text-align: start;
}

.section-about .image-about.style-3 img {
	width: 100%;
}

.section-about.style-2 {
	background: #f3f3f4;
	padding-bottom: 0;
}

.section-about.style-2 .intro-content {
	padding-left: 9px;
}

.section-about.style-2 hr {
	margin-top: 120px;
	padding: 0;
	margin-bottom: 0;
}

.section-about.s2 {
	padding-bottom: 105px;
}

.section-about.s2 .image-about img {
	width: auto;
}

.section-about.style-3 {
	padding-bottom: 116px;
}

.btn-main a {
	position: relative;
	z-index: 99;
	padding: 10px 20px;
	border-radius: 3px;
	background: #ffa800;
	color: #11161e;
	font-size: 18px;
	line-height: 2.667;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Oswald', sans-serif;
}

.screenAttr {
	margin: 10px 0;
}

.screenAttrName {
	width: 100px;
	text-align: center;
	color: #919191;
	float: left;
	line-height: 30px;
}

.screenInput input {
	padding-left: 10px;
	border: none;
	font-size: 16px;
	outline: 0;
	resize: none;
	padding-right: 38px;
}

.screenInput,
.screenInput input {
	width: 283px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 2px;
	float: left;
	position: relative;
}

.update-date {
	text-align: right;
}

.table-wrap .table tr th {
	vertical-align: bottom;
	background-color: #f5f5f5;
	border: 0;
}

.row-category div {
	padding: 0px 10px;
	line-height: 23px;
	background: #fceded;
	border-radius: 4px;
	width: auto !important;
	color: #ad2222;
	margin-top: 10px;
	font-size: 12px;
	margin-right: 15px;
}

.news-date {
	text-align: right;
	line-height: 50px;
	position: relative;
}

.date-border {
	height: 100%;
	border: 1px solid #d7d7d7;
	white-space: normal;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	display: block;
	padding: 8px;
	color: #666666 !important;
	font-size: 14px;
	position: absolute;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.row-title2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.search-ico {
	position: absolute;
	right: 0;
	top: 13px;
}

.CrumbsNav {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: 16px;
	color: #919191;
}

.row-thead-title {
	line-height: 2.8125rem;
	background-color: #f5f5f5;
	margin: 0;
}

.list ul li a {
	display: block;
}

.col-date {
	position: relative;
}

.list-page {
	color: #333;
}

.list-page:hover {
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
	color: #55bac6;
}

.info_div {
	margin-top: 25px;
	border-top: 1px #e9e9e9 solid;
	border-bottom: 1px #e9e9e9 solid;
	margin-bottom: 45px;
	color: #999;
	padding-left: 20px;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
}

.info_div p {
	float: left;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	margin-right: 40px;
}

.classify-width {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.publicity-box {
	background: #f5f5f5;
	overflow: hidden;
	padding: 14px;
	margin: 0;
}

.publicity-box p a {
	color: #cd3333;
}

.details-border {
	/* border: 1px #E9E9E9 solid; */
	padding: 20px;
	margin-top: 20px;
}

.track-tab {
	width: 100%;
	border: 1px #919191 solid;
}

.track-tab tr {
	border-bottom: 1px #919191 solid;
}

.track-tab th,
.track-tab td {
	width: 150px;
	border-left: 1px #919191 solid;
	text-align: center;
	font-weight: 400;
}

table.tableBox tr,
.Summary tr {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	border: 1px #e9e9e9 solid;
	float: left;
	border-radius: 4px;
}

table.tableBox tr td:nth-child(1),
.Summary tr td:nth-child(1) {
	width: 132px;
	background: #2f4858;
	border-radius: 2px 0px 0px 2px;
	color: #fff;
	text-align: center;
}

table.tableBox tr td:nth-child(2),
.Summary tr td:nth-child(2) {
	padding-left: 10px;
}

.row-category {
	margin: 0;
}

.hot-line {
	font-family: Rubik;
}

.mar-15 {
	margin: 15px 0;
}

.section-body {
	margin: 10px 0;
}

.card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.card {
	margin-bottom: 15px;
}

.card-body a {
	color: #000;
	text-decoration: none;
}

.col-wid {
	width: 100%;
}

/* .col-wid-lef {
	text-align: right;
} */

.update-time,
.detail-base {
	margin: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #777;
	padding-top: 16px;
	padding-bottom: 24px;
	color: #777;
}

.detail-base .app-btn {
	position: relative;
}

.detail-base .btn-down {
	position: absolute;
	right: 7rem;
	border: 1px solid #999;
	color: #666;
}

.detail-base .btn-down:hover {
	background-color: #55bac6;
	color: #fff;
	border: 1px solid #fff;
}

.down-code-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.down-app-btn {
	position: absolute;
	right: 0;
	border: 1px solid #ccc !important;
	padding: 5px 47px !important;
	color: #666 !important;
}

.tableBox2 tr td:nth-child(1) {
	width: 132px;
	background: #fff !important;
	border-radius: 2px 0px 0px 2px;
	color: #333 !important;
	text-align: center;
}

.contact-area {
	margin-bottom: 100px;
}

.text-right {
	text-align: right;
}

.right {
	text-align: right;
}

.right-side div {
	float: left;
}

.main-con {
	background-color: #fff;
}

.bui-badges {
	display: inline-block;
	min-width: 2px;
	min-height: 2px;
	padding: 2px;
	text-align: center;
	background: #55bac6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 0.25rem;
	font-style: normal;
	margin-right: 10px;
	white-space: nowrap;
	position: relative;
	top: -4px;
}

.bui-badges-red {
	display: inline-block;
	min-width: 2px;
	min-height: 2px;
	padding: 2px;
	text-align: center;
	background: #ee2121;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 0.25rem;
	font-style: normal;
	margin-right: 10px;
	white-space: nowrap;
	position: relative;
	top: -4px;
	left: 4px;
}

.text {
	font-size: 16px;
	color: #181819;
	line-height: 37px;
}

.text-date {
	color: #181819;
	opacity: 0.6;
}

.row-meta-title {
	padding: 10px 0;
}

.mega-title {
	font-size: 18px;
	color: #2c2c2c;
	font-weight: bold;
	width: 80px;
	text-align: center;
}

.more {
	font-size: 16px;
	color: #55bac6;
}

.mega-menu-info ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0;
}

.mega-menu-info ul li a {
	color: #2c2c2c;
}

.renmen-con {
	width: 100%;
	background-color: #fff;
}

.row-meta-title,
.mega-menu-info {
	padding: 10px;
}

.col-mega-category {
	margin: 0;
	padding: 0;
	padding-right: 10px !important;
}

.category-search-form {
	text-align: right;
}

.offer-block a {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	margin: 0 20px;
}

.offer-block a.active {
	border-bottom: 4px solid #55bac6;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.text-date ul li {
	color: #181819;
	opacity: 0.6;
}

.mar-10 {
	margin: 10px;
}

.active {
	color: #55bac6;
}

.bor-top-1 {
	border-top: 1px solid #efefef;
}

.navcenter-container {
	padding-bottom: 20px;
}

.navcenter-container,
.chartgroy-area {
	height: 100%;
}

.icon-position {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon/icon-postion.png) 0 0 no-repeat;
	background-size: contain;
	position: relative;
	top: -1px;
}

.mega-menu-category nav .nav-link {
	border-right: 1px solid #efefef;
	height: 35px;
}

.section {
	text-indent: 2em;
}

.home-slider5 .container {
	background-color: #fff;
}

.fa-user-o,
.fa-bars {
	color: #fff;
}

.header-top {
	background-color: #f0f0f0;
	color: #2c2c2c;
}

.header-top .top-bar {
	padding: 20px 0;
	background-color: #f0f0f0;
	color: #2c2c2c;
	font-size: 12px;
}

.search-bar {
	padding-top: 10px;
}

.breadcrumb {
	margin: 0 !important;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2c2c2c;
	opacity: 0.6;
}

.nav_active {

	border-bottom: 3px solid #55bac6 !important;
}
.nav_active a{
	color: #55bac6 !important;
}
.center {
	text-align: center !important;
}
.norm-title {
	color: #55bac6;
	font-size: 20px;
	font-weight: bolder;
	margin: 20px 0;
}
.mega-menu-category ul li {
	width: 100%;
}
.wrap-popup {
	width: 500px;
	min-height: 460px;
}
.list,
.content-bg {
	background-color: #fff;
}
.min-content {
	min-height: 500px;
}
.row-rmxx {
	margin-bottom: 10px;
}
.row-pad {
	padding-bottom: 20px;
}
footer {
	background-color: #2c2c2c;

	min-height: 202px;
	color: #fff;
	padding: 30px 0 10px;
}
footer .contentbox {
	width: 600px;
	margin: 0 auto;
}
.m-l-5 {
	margin-left: 5px;
}
.m-t-64 {
	margin-top: 44px;
}
.m-t-92 {
	margin-top: 62px;
	font-size: 14px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-r-25 {
	padding-right: 25px;
}

/* footer .contentbox div :not(.last) ::after{
	content: '|';
	display: inline-block;
	width: 2px;
} */
footer .contentboxs {
	width: 400px;
	margin: 0 auto;
}
.m-t-5{
	margin-top: 5px !important;
}
footer .contentbox a {
	color: #fff;
}
footer .contentbox a:hover {
	color: #55bac6;
}
footer .copyright {
	border-top: 1px solid #f0f0f0;
	margin-top: 30px;
	opacity: 0.4;
	padding: 10px 0;
}
.ba-info {
	width: 100%;
	height: 380px;

	background: url(../img/guanyuwomen.png) center center no-repeat;
	background-size: 100% 100%;

	color: #fff;
	overflow: hidden;
	font-size: 24px;

}
.left {
	text-align: left !important;
}
.opacity-6 {
	opacity: 0.6;
}
.category-link {
	padding-left: 18px;
	border-bottom: 1px solid #eaeaea;
}

/* .con-mar-10 {
    padding-top: 10px;
} */
.left-cate-3 .nav li:first-child {
	background-color: #e9e9e9;
}
.list-group-item.active {
	background-color: #e9e9e9 !important;
	border-color: #e9e9e9 !important;
	color: #2c2c2c !important;
}
.list-group-item {
	text-align: center;
}
.list-group-item {
	border-bottom: 1px solid #eaeaea !important;
}
.text_active {
	color: #55bac6 !important;
}
.btn-down {
	border: 1px solid #55bac6 !important;
	background-color: #fff !important;
	color: #55bac6 !important;
	padding: 2px 10px !important;
}
.btn-down:hover {
	background-color: #55bac6 !important;
	color: #fff !important;
}
.owl-wrapper {
	margin: 15px 0;
}
.owl-item {
	width: 33.3%;
	height: 380px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.item a,
.show-more a {
	display: block;
}
.show-more a {
	background-color: #f0f0f0;
	color: #2c2c2c;
	font-size: 16px;
	padding: 8px 0;
	margin: 20px 0;
}
.mar-con-10 {
	margin-top: 10px;
	padding: 0 20px 20px;
}
.content_slideshow {
	padding-bottom: 15px;
}
.login-register-area {
	width: 100%;
	height: 100%;
	background-color: #eaf2f2;
	position: relative;
}
.login-register-bg {
	width: 1300px;
	height: 800px;
	background: url(../img/beijing.png) center center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -650px;
}
.login-register-wrapper {
	position: absolute;
	left: 54%;
	top: 21%;
	width: 320px;
}
.from-register .row-form input {
	width: 320px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(44, 44, 44, 0.2);
	font-size: 18px;
	color: #2c2c2c;
}
.from-register .row-form input:focus {
	border: 2px solid #55bac6;
}
input[name='identifyCode'] {
	width: 214px !important;
}
.btn-norm {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #55bac6;
	color: #fff;
	font-size: 13px;
	margin-left: 10px;
}
.login-text {
	color: #2c2c2c;
	font-size: 15px;
	margin-top: 10px;
}
.tel-phone {
	position: relative;
}
.tel-86 {
	position: absolute;
	color: #2c2c2c;
	font-size: 13px;
	top: 8px;
	padding-left: 10px;
}
.pass-item {
	color: rgba(44, 44, 44, 0.6) !important;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.login-register-tab-list {
	margin-bottom: 20px;
	text-align: left;
}
.login-register-tab-list h4 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
}
.login-area {
	top: 30% !important;
}
.pc {
	position: relative;
}
.right-bar {
	position: absolute;
	/* right: 20px; */
}
.item-title a {
	font-size: 14px;
	color: #2c2c2c;
}
.brand a {
	color: #55bac6;
}
.info-inner .item-content {
	margin-top: 10px;
}
.getcode-btn {
	width: 90% !important;
	padding: 0;
	border: 0 !important;
	font-size: 10px !important;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
}
input:disabled {
	border: 1px solid #ddd;
	background-color: rgba(44, 44, 44, 0.3);
	color: #aca899;
	opacity: 1;
}
.search-more {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #55bac6;
}
.font-white a {
	color: #2c2c2c;
}
.btn-group ul li a {
	color: #2c2c2c !important;
	font-size: 14px;
}
.accountNo-btn {
	width: 150px;
	border: 0;
	background-color: transparent;
	font-size: 14px;
}
.isLogin,
.isnotLogin {
	position: absolute;
	right: 0;
	font-size: 12px;
}
.btn-secondary:hover,
.btn-secondary:active {
	width: 150px;
	color: #fff !important;
	border: 0;
	background-color: transparent !important;
}
.mar-rig-10 {
	margin-right: 10px;
}
.accountNo-btn::after {
	content: '\f107';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 5px;
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
}
.arraw-down-btn::after {
	content: '\f107';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #2c2c2c;
}
#txtDiv {
	height: 500px !important;
}
.wangEditor .toolTip .content {
	background-color: #fff !important;
	color: #2c2c2c !important;
}
.from-submit .form-group {
	margin-top: 10px;
}
.from-submit .form-group label {
	margin-bottom: 4px;
}
.add-pic-btn {
	width: 180px;
}
.chose_pic_btn {
	position: relative;
}
.lyear-uploads-pic .pic-add:before {
	background-color: #55bac6;
	color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
}
.lyear-uploads-pic .pic-add {
	width: 140px;
	height: 140px;
}
.ico-add-img,
.add-tz-img {
	display: block;
	width: 100%;
	height: 100%;
}
.ico-add-img::before,
.add-tz-img::before {
	content: '+';
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #55bac6;
	text-align: center;
	border-radius: 50%;
	font-size: 40px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 40%;
	margin-top: -30px;
}
.ico-add-title {
	width: 100%;
	color: rgba(44, 44, 44, 0.6);
	text-align: center;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	top: 60%;
}
.add-tz-img::after {
	content: '支持文件格式';
	display: block;
	width: 100%;
	color: rgba(44, 44, 44, 0.6);
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 60%;
}
.pic-import {
	width: 300px;
	height: 140px !important;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-family: 'Material Design Icons';
	font-size: 2.875rem;
	color: #8b95a5;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	position: absolute;
	left: 40px;
	top: 30px;
}
.text-tip-center {
	font-size: 14px;
	font-weight: 400;
	color: #2c2c2c;
	opacity: 0.6;
	position: absolute;
	top: 50px;
	padding: 0 10px;
}
.btn-import-div {
	display: flex;
	justify-content: center;
}
.btn-import {
	width: 120px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	padding: 0;
	font-size: 14px;
}
.category-select {
	width: 25%;
}
.right-popup {
	width: 500px;
	height: 460px;
}
.news-list-info {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
}
.news-list-info .text,
.mega-menu-info ul li .row .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ico-add-cate:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #55bac6;
	text-align: center;
	border-radius: 50%;
}
.btn-fb {
	width: 160px;
	height: 40px;
	font-size: 15px;
}
.form-select:focus {
	border-color: #ebebeb;
	box-shadow: none;
}
.type-select {
	position: relative;
}
.add-to-btn {
	position: absolute;
	top: 8px;
	left: 200px;
}
p {
	font-size: 15px;
}
#wrap-nav {
	height: 100px;
}
#wrap-nav ul.menu li {
	position: relative;
	float: left;
	background-position: 0 -40px;
}
#wrap-nav ul.menu li h3 {
	font-size: 1.2em;
}
#wrap-nav ul.menu li h3 a.depth_1 {
	padding: 0 0 0 15px;
	display: inline-block;
	color: #2c2c2c;
	font-size: 14px;
}
#wrap-nav ul.menu li h3.hover,
#wrap-nav ul.menu li h3.selected {
	background-position: right -80px;
}
#wrap-nav ul.menu li h3.hover a.depth_1,
#wrap-nav ul.menu li h3.selected a.depth_1 {
	background-position: left -80px;
	color: #cc0000;
}
#wrap-nav ul.menu li.hover h3 {
	background-position: right -120px;
}
#wrap-nav ul.menu li.hover h3 a.depth_1 {
	background-position: left -120px;
	color: #cc0000;
}
#wrap-nav ul.menu li ul.children {
	position: absolute;
	left: 2px;
	top: 40px;
	z-index: 19;
	display: none;
	border: 1px solid #ebebeb;
	border-top: 0px;
	background: #ffffff;
}
#wrap-nav ul.menu li ul.children li {
	width: 393px;
	padding: 0 0 1px 0;
	background: none;
}
#wrap-nav ul.menu li ul.children li.nosub {
	width: 130px;
	overflow: hidden;
}
#wrap-nav ul.menu li ul.children li h3 {
}
#wrap-nav ul.menu li ul.children li h3 a.depth_2 {
	width: 120px;
	line-height: 25px;
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #2c2c2c;
	background-color: #fff;
}
#wrap-nav ul.menu li ul.children li h3 a.depth_2 span.icon10 {
	margin: 10px 3px 0 5px;
	background-position: -60px -380px;
}
#wrap-nav ul.menu li ul.children li h3.selected {
	background: #ffefef;
}
#wrap-nav ul.menu li ul.children li.hover {
	z-index: 20;
}
#wrap-nav ul.menu li ul.children li.hover h3 a.depth_2 {
	background: #55bac6;
	font-weight: bold;
	color: #fff;
}
#wrap-nav ul.menu li ul.children li.hover ul {
	background: #55bac6;
	height: auto;
	z-index: 20;
}
#wrap-nav ul.menu li ul.children li.hover ul li a.depth_3 {
	color: #333;
}
#wrap-nav ul.menu li ul.children li.hover ul li a.depth_3:hover {
	color: #900;
}
#wrap-nav ul.menu li ul.children ul {
	position: absolute;
	top: 0;
	left: 120px;
	padding: 0 0 0 10px;
	overflow: hidden;
	background: #f4f8f9;
	font-size: 13px;
	width: 300px;
}
#wrap-nav ul.menu li ul.children ul li {
	width: auto;
	padding: 0;
	float: left;
}
#wrap-nav ul.menu li ul.children ul li a.depth_3 {
	margin: 0 15px 0 0;
	line-height: 25px;
	display: block;
	color: #666;
	white-space: nowrap;
	padding: 5px 0;
	font-size: 14px;
}
#wrap-nav ul.menu li ul.children ul li a.selected {
	background: none;
	color: #900;
}
#menu_01 {
	width: 180px;
}
#menu_01 input {
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ededed;
}
.btn-cancel {
	color: #4d5259 !important;
	background-color: #e4e7ea;
	border-color: #e4e7ea;
}
.form-group .label {
	line-height: 40px;
	text-align: right;
}
.form-group .input {
	line-height: 40px;
}
.form-group .label label {
	font-size: 14px;
}
.password-input input {
	margin-bottom: 15px;
}
.form-group-btn {
	padding-left: 17.6%;
	margin-top: 10px;
}
.bui-dropdown-tab {
	width: 180px;
}
.bui-tab {
	border: 1px solid #ededed;
}
.list-group-item {
	padding: 10px !important;
}
.popup a,
.btn-primary,
.btn-default,
.btn {
	font-size: 15px;
}
.form-select {
	font-size: 14px;
	padding: 0;
	padding: 12px 20px;
	min-height: 45px;
	padding: 6px 80px 6px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	color: #474747;
	border-radius: 5px;
	background-color: #fff;
}
input.input-text,
select,
textarea {
	width: 100%;
}

/* 文件上传 */
.up_pic {
	position: relative;
}
.release_up_pic .tit {
	padding: 12px;
	font-size: 1.4rem;
	color: #999;
}
.release_up_pic .tit h4 {
	font-weight: normal;
}
.release_up_pic .tit h4 em {
	font-size: 1.1rem;
}
.release_up_pic .up_pic {
	background-color: #fff;
	font-size: 0;
	/* 	margin-left: -3.33333%; */

	padding-bottom: 3px;
}
.release_up_pic .up_pic .pic_look {
	width: 30%;
	height: 200px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 12px;
	position: relative;
	float: left;
}
.release_up_pic .up_pic .pic_look em {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	right: 5px;
	background: url(/home/img/del-red.png);
	background-size: 100% 100%;
}
#chose_pic_btn {
	width: 30%;
	height: 200px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #dbdbdb;
	margin-bottom: 12px;
}
#chose_pic_btn input {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.release_btn {
	padding: 0 24px;
	margin-top: 70px;
}
.release_btn button {
	width: 100%;
	background-color: #2c87af;
	font-size: 1.4rem;
	color: #fff;
	border: none;
	border-radius: 3px;
	height: 45px;
	outline: none;
}
.release_btn button.none_btn {
	background-color: #f2f2f2;
	color: #2c87af;
	border: 1px solid #2c87af;
	margin-top: 15px;
}
.card {
	border: 0;
}

/* 文件上传 */
.icon,
span.ban7,
span.ban7w,
span.ban10,
span.ban23,
span.check7,
span.check23,
span.exclamation7,
span.exclamation23,
span.trash7,
span.trash10 {
	background-image: url('images/sprite.png');
}
.icon,
span.ban7,
span.ban7w,
span.ban10,
span.ban23,
span.check7,
span.check23,
span.exclamation7,
span.exclamation23,
span.trash7,
span.trash10 {
	background-image: url('images/sprite.png');
}
.ssi-infoTooltip,
.ssi-tooltipText {
	border: 1px #b7b7b7 solid;
	border-radius: 6px;
	padding: 7px;
	color: #fff;
	display: none;
	background-color: #151515;
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	opacity: 1;
	z-index: 30000;
}
.ssi-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	color: whitesmoke;
	width: 120px;
	height: 30px;
	border-radius: 15px;
	background-color: #55bac6;
}
.ssi-button.error {
	display: none;
	background: #cf5144;
}
.ssi-button.error:hover {
	background: #ab4b3f;
}
.ssi-button.error:active {
	background: #8f493e;
}
.ssi-button.info {
	background: #cf5144;
}
.ssi-button.info:hover {
	background: #cf5144;
}
.ssi-button.info:active {
	background: #cf5144;
}
.ssi-button.success {
	background: #55bac6;
}
.ssi-button.success:hover {
	background: #55bac6;
}
.ssi-button.success:active {
	background: #55bac6;
}
.ssi-button[disabled] {
	opacity: 0.8;
	pointer-events: none;
}
.ssi-statusLabel {
	padding: 2px 6px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
}
.ssi-statusLabel.error {
	background: #cf5144;
}
.ssi-statusLabel.success {
	background: #40b056;
}
.selected {
	opacity: 0.4;
}
.ssi-previewBox {
	float: left;
	width: 100%;
	color: #ccc;
	padding: 10px;
}
.ssi-dropZonePreview {
	/* min-height: 180px; */

	content: 'Drag n Drop Files';
}
#ssi-DropZoneBack {
	z-index: -1;
	overflow: hidden;
}
.ssi-removeBtn {
	/* margin: 5px 0 5px 0; */

	padding: 0;
}
.ssi-uploader {
	position: relative;
}
.ssi-uploader::after {
	content: ' ';
	display: block;
	clear: both;
}
.ssi-uploadFiles {
	position: relative;
	float: left;
	border: 1px solid #aaaaaa;
	overflow: hidden;
	border-radius: 3px;
	width: 180px;
	min-height: 32px;
	margin: 2px 2px 2px 0;
	font-size: 15px;
	vertical-align: middle;
	line-height: 30px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	background: #ffffff;
	padding-right: 1px;
}
span.ban7 {
	background-position: 0px -18px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
}
span.ban7w {
	background-position: 0px -36px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #cf5144;
	margin-top: 2px;
	height: 17px;
}
span.ban10 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
}
span.ban23 {
	background-position: 0px -126px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 31px;
	height: 31px;
}
span.check7 {
	background-position: 0px -54px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #40b056;
	margin-top: 2px;
	height: 17px;
}
span.check23 {
	background-position: 0px -157px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 31px;
	height: 31px;
}
span.exclamation7 {
	background-position: 0px -72px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background-color: #cf5144;
	height: 17px;
	border-radius: 3px;
}
span.exclamation23 {
	background-position: 0px -188px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 31px;
	height: 31px;
}
span.trash7 {
	background-position: 0px -108px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
}
span.trash10 {
	background-position: 0px -90px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
}
.ssi-previewBox.ssi-dragOver,
.ssi-dragOver .ssi-dropZone {
	color: #ba2919;
	border-color: #ba2919;
}
.ssi-buttonWrapper {
	margin-top: 10px;
	margin-left: 10px;
}
.ssi-noPreviewMessage {
	position: relative;
	z-index: 1;
	border-radius: 4px;
	margin: 1px;
	float: right;
	width: 35px;
	height: 31px;
	padding: 0;
}
.ssi-noPreviewMessage span {
	margin: 0 auto;
}
.ssi-noPreviewSubMessage {
	width: 15px;
	height: 15px;
	padding: 0;
}
.ssi-totalvalue {
	float: right;
	margin: 2px;
}
.ssi-upImgTd {
	position: relative;
}
.ssi-upImgTd .fa-spin {
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 45%;
}
.ssi-uploadProgressNoPreview {
	position: absolute;
	display: block;
	text-align: center;
	width: 0;
	height: 35px;
	background: #5cb85c;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	opacity: 0.6;
}
.ssi-uploadNoDropZone {
	border: 1px solid #ccc;
}
.ssi-uploadProgress {
	margin-top: 4px;
	display: block;
	text-align: center;
	width: 0;
	height: 10px;
	background: #5cb85c;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}
.ssi-uploadProgressNoPre {
	position: absolute;
	height: 19px;
	margin-top: 0;
	opacity: 0.6;
}
.ssi-uploaderNP {
	position: relative;
}
.ssi-uploaderNP::after {
	content: ' ';
	display: block;
	clear: both;
}
.ssi-uploadDetails {
	width: 180px;
	max-height: 0;
	top: 37px;
	background: #ffffff;
	position: absolute;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
	border-radius: 3px;
	overflow: hidden;
	padding-right: 2px;
}
.ssi-uploadBoxWrapper {
	float: left;
}
.ssi-uploadBoxOpened {
	max-height: 200px;
	z-index: 2000;
	overflow: auto;
	border: 0.1mm solid #dcdcdc;
	-webkit-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;
}
table.ssi-fileList {
	font-size: 10px;
	margin: 5px;
}
table.ssi-fileList tr td:first-child {
	border: 0.1mm solid #dcdcdc;
	/*border: 0.1mm solid black;*/

	width: 89%;
	position: relative;
}
table.ssi-fileList tr td:nth-child(2) {
	padding-left: 7px;
}
table.ssi-fileList tr {
	line-height: 18px;
}
table.ssi-fileList tr.ssi-space > td {
	border: none;
	padding-bottom: 2px;
}
.ssi-uploadProgress.hide {
	margin-top: 0;
	opacity: 0;
	-webkit-transition: opacity 1.3s;
	transition: opacity 1.3s;
}
.ssi-canceledProgressBar {
	width: 100% !important;
	background: #d9534f;
}
.ssi-imgToUploadTable h2 {
	margin: 0;
}
.ssi-hidden {
	display: none;
}
.ssi-imgToUploadTable tr:first-child td:first-child {
	height: 110px;
}
.ssi-imgToUploadTable tr td {
	width: 110px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ssi-imgToUploadTable {
	width: 120px;
	border: 1px solid #e1e1e1;
	color: #000000;
	font-size: 15px;
	box-shadow: 0 10px 6px -6px #777;
	padding: 5px;
	display: inline-block;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 80px;
	margin-bottom: 10px;
	margin-right: 4px;
}
.ssi-imgToUpload {
	width: 140px;
	height: 128px;
}

/* .ssi-btnIn {
	float: left;
} */
.ssi-ieCompatibilityForm {
	display: none;
}
span.ssi-InputLabel input[type='file'] {
	display: none;
}
.ssi-abortUpload {
	padding: 0;
}
.ssi-abortUpload .ban7w {
	margin: 0;
}
.ssi-removeBtnNP {
	border: none;
	color: #ff696d;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.ssi-InputLabel.disabled,
.ssi-InputLabel.disabled:hover,
.ssi-InputLabel.disabled:active {
	cursor: not-allowed;
	background: #5cb85c;
	opacity: 0.65;
}
.ssi-check {
	color: #005900;
}
.ssi-boxHover {
	cursor: pointer;
}
.ssi-upI.imgTd {
	position: relative;
}

/*@author http://codepen.io/tevko/pen/DdsnK*/
.document-item {
	display: inline-block;
	width: 69px;
	height: 74px;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: inherit;
}
.document-item::before {
	position: absolute;
	width: 69px;
	height: 74px;
	left: 0;
	top: -7px;
	content: '';
	/* border: solid 2px #920035; */

	background: url(/home/img/file.png) 0 0 no-repeat;
	background-size: contain;
}
.document-item::after {
	content: attr(filetype);
	left: -4px;
	padding: 0px 2px;
	text-align: right;
	line-height: 1.3;
	position: absolute;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: 20px;
}
.document-item .fileCorner {
	display: none;
	/* width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 0 13px;
	border-color: white transparent transparent #920035;
	position: absolute;
	top: -7px;
	left: 61px; */
}
.upload-file-div {
	/* width: 31%; */

	position: relative;
	border: 2px dashed #ccc;
	padding-left: 10px;
}
.select-form-control {
	width: 31%;
}
.bui-dropdown > [class*='bui-btn'] .span1,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: rgba(44, 44, 44, 0.4) !important;
	font-family: Microsoft YaHei;
}
.bui-dropdown-tab .bui-dropdown-content .bui-btn {
	font-size: 15px;
}
.release_up_pic {
	position: relative;
}
.ico-add-title {
	width: 320px;
	position: absolute;
	bottom: 70px;
	z-index: 1;
	text-align: center;
}
.add-smail-btn::after {
	top: 41% !important;
}
#form1 {
	padding-bottom: 20px;
}
.product-image img {
	width: 100%;
	height: 217px;
}
.editText {
	position: relative;
	z-index: 0;
}
.info-indust .item-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.info-indust .item-title a {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
}
.img-div {
	width: 48px;
	height: 48px;
}
.breadcrumb {
	border-bottom: 1px solid #eaeaea;
}
.soft-title {
	line-height: 35px;
	margin-left: 10px;
}
.btn-div button,
.btn-big-green {
	border: 0;
	display: inline-block;
	width: 180px;
	height: 60px;
	background-color: #55bac6;
	color: #fff !important;
	font-size: 24px !important;
	line-height: 60px;
	text-align: center;
}
.help-intro p img {
	max-width: 628px;
}
.file-show .file-div {
	width: 123px;
	height: 123px;
	text-align: center;
	margin: 0 5px;
}
.dzsm-upload-btn {
	text-decoration: underline;
}
.videohelp-intro p {
	padding: 10px 20px;
}
.ifocus-img-preview {
	padding-left: 10px;
}
#ifocus {
	width: 100%;
	height: 831px;
}
#ifocus_btn {
	width: 200px;
	border: 1px solid #eaeaea;
	height: 831px;
	overflow: hidden;
}
#ifocus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ifocus li {
	list-style: none;
}
#ifocus_btn li {
	width: 200px;
	height: 180px;
	cursor: pointer;
	margin-bottom: 10px;
}
#ifocus_btn img {
	width: 200px;
	height: 180px;
	padding: 0 10px;
}
#ifocus_pic {
	position: relative;
	float: left;
	width: 380px;
	height: 513px;
	overflow: hidden;
}
#ifocus_piclist {
	position: absolute;
	float: right;
	display: inline;
}
.article-content {
	padding: 0 30px;
}
.item-inner .item-info {
	margin: 20px 0;
}
.scrollbox .prev,
.scrollbox .next {
	width: 100%;
	height: 30px;
	background-color: #e9e9e9;
}
.scrollbox .prev {
	margin-bottom: 10px;
}
.scrollbox .next {
	transform: rotate(-180deg);
	margin-top: 10px;
}
.scrollbox .bui-dropdown .icon-dropdown {
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.scrollbox {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #cfcfcf;
}
#scrollDiv {
	width: 100%;
	overflow: hidden;
}

/*这里的高度和超出隐藏是必须的*/
#scrollDiv li {
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: bottom;
	zoom: 1;
}
#scrollDiv li img {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}
.scroltit {
	height: 26px;
	line-height: 26px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.scroltit .updown {
	float: right;
	width: 32px;
	height: 22px;
	margin-left: 4px;
}

/* 地区选择 */
#list1 .dd {
	width: 324px;
	float: left;
}
#store-selector {
	position: relative;
	float: left;
	z-index: 2;
	height: 45px;
	margin-right: 6px;
	width: 100%;
}
#store-selector dl,
#store-selector dt,
#store-selector dd {
	float: none;
	color: #999;
}
#store-selector dl {
	position: absolute;
	top: 23px;
	z-index: 1;
	width: 358px;
	width: 358px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	display: none;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
#store-selector dt {
	padding: 6px 0 10px;
	color: #999;
}
#store-selector dd {
	padding-bottom: 5px;
	line-height: 18px;
}
#store-selector a:link,
#store-selector a:visited {
	color: #005aa0;
}
#store-selector a:hover,
#store-selector a:active {
	background: #005aa0;
	color: #fff;
}
#store-selector .text {
	float: left;
	+float: none;
	_float: left;
	position: relative;
	z-index: 2;
	height: 23px;
	background: #fff;
	padding: 0 20px 0 4px;
	line-height: 23px;
	overflow: hidden;
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #efefef;
	color: #55bac6;
}
#store-selector .text b {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 17px;
	height: 24px;
	background: url(/home/img/btn20121210.png) 0 0 no-repeat;
}
#store-selector .close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 19px;
	left: 366px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: url(/home/img/20120418.png) no-repeat -40px 0;
}
#store-selector a:hover {
	background: #55bac6;
	color: #fff;
	cursor: pointer;
}
#store-selector.hover .text {
	border-bottom: 0;
}
#store-selector.hover .i-storeinfo {
	position: relative;
	z-index: 2;
	background: url(/home/img/bg_store.gif) no-repeat right -50px;
}
#store-selector.hover .i-storeinfo div {
	background: url(/home/img/bg_store.gif) no-repeat -81px -75px;
}
#store-selector.hover dl {
	display: block;
}
#store-selector.hover .close {
	display: block;
}
#store-selector .text::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 5px;
	overflow: hidden;
	background: url(/home/img/20130606B.png) no-repeat -76px -34px;
	position: absolute;
	top: 21px;
	right: 32%;
}
#store-prompt {
	clear: left;
	line-height: 25px;
}
#store-prompt strong {
	font-size: 14px;
}
#store-prompt a {
	color: #005eaa;
}
*html #store-selector .i-storeinfo,
*html #store-selector .i-storeinfo div {
	float: left;
}
*html #store-selector dl {
	left: 0;
}
#store-selector .content {
	display: none;
	position: absolute;
	top: 36px;
	left: -45px;
	border: 1px solid #cecbce;
	width: 390px;
	padding: 15px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
#store-selector .content select {
	float: left;
	width: 120px;
	border: 1px solid #cecbce;
	margin-right: 15px;
}
#store-selector .content .select3 {
	margin-right: 0;
}
#store-selector.hover .content,
#store-selector.hover .close {
	display: block;
}
#JD-stock {
	position: relative;
	margin-bottom: 0;
}
#JD-stock .tab {
	width: 100%;
	height: 25px;
	float: left;
	border-bottom: 2px solid #eaeaea;
	overflow: visible;
	*overflow: hidden;
}
#JD-stock .tab li {
	float: left;
	clear: none;
	height: 23px;
	padding: 1px 1px 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-right: 3px;
	background-color: #fff;
	line-height: 22px;
	text-decoration: none;
}
#JD-stock .tab .curr {
	*position: relative;
	height: 25px;
	padding: 0;
	border: 2px solid #eaeaea;
	border-bottom: 0;
}
#JD-stock .tab a {
	position: relative;
	float: left;
	height: 23px;
	padding: 0 20px 1px 10px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #005aa0;
	outline: 0;
	*blr: expression(this.onFocus=this.blur());
}
#JD-stock .tab a:hover {
	background: 0;
	color: #005aa0;
}
#JD-stock .tab a i {
	position: absolute;
	right: 5px;
	top: 10px;
	*top: 9px;
	display: block;
	width: 7px;
	height: 5px;
	overflow: hidden;
	background: url(/home/img/20130606B.png) no-repeat -76px -34px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#JD-stock .tab .curr i,
#JD-stock .tab a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
}
#JD-stock .area-list {
	padding-top: 5px;
}
#JD-stock .area-list li {
	float: left;
	width: 80px;
	padding: 2px 0 2px 15px;
	clear: none;
}
#JD-stock .area-list li a {
	float: left;
	padding: 2px 4px;
	*padding: 0 4px;
	color: #005aa0;
}
#JD-stock .area-list li a:hover {
	color: #fff;
}
#JD-stock .area-list .longer-area {
	width: 370px;
}
#JD-stock .area-list .long-area {
	width: 170px;
}
#myTabs li,
#statusTabs li {
	padding: 0 20px;
}
.nav-tabs > li > a {
	font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-bottom: 3px solid #55bac6;
}
.tab-content div p {
	font-size: 16px;
	color: #2c2c2c;
}
.sczl {
	position: relative;
}
.sczl .ico-add-content {
	position: absolute;
	width: 278px;
	padding: 0 30px;
	bottom: 25%;
	z-index: 2;
	color: #2c2c2c;
	line-height: 20px;
	opacity: 0.6;
}
.border-1 {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.successius {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/success.png) 0 0 no-repeat;
	background-size: contain;
}
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
	min-width: 500px;
}
.catalogue {
	width: 100%;
	height: 40px;
	background-color: #f0f0f0;
	color: #2c2c2c;
	font-size: 18px;
}
.video-list ul li {
	padding: 5px 0 !important;
}
.video-name {
	color: #2c2c2c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.playActive .video-name {
	color: #55bac6;
}
.playActive .btn-down {
	background-color: #55bac6 !important;
	color: #fff !important;
}
#edui1_iframeholder {
	height: 400px;
}
.waiting {
	color: #55bac6;
	font-size: 14px;
}
.red-warm {
	color: #ee2121;
	font-size: 13px;
}
.bord {
	font-weight: bolder;
}
.warm-prompt {
	font-size: 13px;
	padding: 30px 10px;
}
.pro-title {
	color: #000 !important;
	font-size: 14px;
}
.item-img-info {
	position: relative;
}
.auditStatus {
	position: absolute;
	z-index: 20;
	width: 100%;
	text-align: left;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 0;
	color: #fff;
	width: 100%;
	padding-left: 20px;
}
.contact div i {
	margin-right: 5px;
}
.material-biref {
	padding-left: 20px;
}
.zjzx {
	padding: 60px 0;
}
.zjzx h3,
.zjzx-bottom h3 {
	font-size: 30px;
	font-weight: bold;
	color: #2c2c2c;
}
.zjzx-bottom h3 {
	padding-left: 20px;
}
.my-exam img,
.my-exam div {
	width: 100%;
	padding: 0 20px;
}
.my-exam img {
	height: 260px;
}
.my-exam div .btn-gray {
	display: block;
	width: 100%;
	background-color: rgba(194, 191, 191, 0.3);
	color: #2c2c2c;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 18px;
}
.not-found-page {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.not-found-page img {
	display: block;
}

/*
.close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/home/img/icon/close.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 2px;
	top: 2px;
} */
.from div {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	opacity: 0.6;
	border-bottom: 1px solid rgba(44, 44, 44, 0.1);
	padding: 10px 0;
}
.date-label label {
	line-height: 40px;
}
.art-from {
	font-size: 13px;
	color: #2c2c2c;
	opacity: 0.4;
}
.category a:hover,
.category a:active,
.bui-menu-bottom li:hover,
.bui-menu-bottom li:active {
	color: #55bac6;
}
.category-link a,
.bui-menu-bottom li {
	color: #2c2c2c;
}
.mega-menu-info .thead {
	background-color: #f0f0f0;
	padding: 10px;
	color: #181819;
	font-weight: bold;
}
.nav-tabs > li > a {
	color: #2c2c2c !important;
}

/* 算量咨询 */
#alfx img {
	width: 100%;
	height: 200px;
}
#alfx h4 {
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#alfx .date {
	color: #2c2c2c;
	font-size: 16px;
	opacity: 0.6;
}
.table tr td img {
	width: 180px;
	height: 100px;
}
.zjzx-body {
	border: 1px solid #dcdcdc;
	padding: 0 !important;
}
#zjzxTabs .active a {
	border: 0;
	background-color: #fff;
	display: block;
	padding: 0 20px;
}
#zjzxTabs {
	height: 60px;
	line-height: 60px;
	background-color: #f0f0f0;
	font-size: 18px;
	color: #2c2c2c;
}
#zjzxTabContent {
	padding: 0 20px;
}
#zjzxTabs li a {
	display: block;
	padding: 0 20px;
}
#zjzxTabs li a:focus,
#zjzxTabs li a:hover,
#zjzxTabs li a:active {
	border: 0 !important;
}
.postion-rt {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 999;
}
.btn-green {
	background-color: #55bac6 !important;
	color: #fff;
	border: 0;
	padding: 2px 10px;
}
.btn-edit {
	width: 60px;
	height: 34px;
	line-height: 34px;
	background-color: #55bac6;
	color: #fff;
	font-size: 16px;
}
.btn-stop {
	width: 60px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ee2121;
	font-size: 16px;
	color: #ee2121;
}
.btn-del {
	width: 60px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #2c2c2c;
	color: #2c2c2c;
	font-size: 16px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border-style: none;
}
.table .thead-bg {
	background-color: #f0f0f0;
	color: #2c2c2c;
}
.thead-bg tr th {
	color: #2c2c2c;
	font-size: 18px;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}
.table tr td {
	color: #2c2c2c;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.detail-link {
	font-size: 16px;
	color: #ee2121 !important;
}
.nav-tabs > li > a {
	border: 0;
}
.import-file-btn {
	border: 1px dashed #55bac6;
}
#fileList li {
	width: 25%;
	float: left;
}
.removeBtn {
	position: absolute !important;
}
.table tr td a:hover {
	color: #55bac6;
}
.step-dots .nav-step-item.complete a,
.step-dots .nav-step-item.complete a::before,
.step-dots .nav-step-item.active a,
.step-dots .nav-step-item.active a::before {
	background-color: #55bac6;
}
.step-dots a,
.step-dots a::before {
	background-color: #d1d1d1;
}
.step-dots .nav-step-item.complete a::after,
.step-dots .nav-step-item.active a::after {
	background-color: #fff;
}
.title-size-30 {
	font-size: 30px;
}
.step-bar {
	border: 1px solid #dcdcdc;
}
.step-title {
	color: #2c2c2c;
	font-size: 18px;
	font-weight: bold;
}
.detail-date {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2c2c2c;
	opacity: 0.6;
}
.detailContent {
	/* position: absolute;
	z-index: 20;
	width: 230px; */
}
.detailContent::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #ee2121;
	position: relative;
	left: 40%;
}
.card-info {
	padding: 10px;
	min-width: 400px;
	min-height: 120px;
	border: 1px solid #ee2121;
	position: absolute;
	color: #2c2c2c;
}
.work-step {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.supple {
	font-size: 14px;
	color: #2c2c2c;
	opacity: 0.6;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.layui-upload-list {
	margin-top: 80px;
	margin-bottom: 10px;
}
.download-app-bg {
	width: 100%;
	height: 500px;
	background: url(/home/img/downloadapp-bg.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.qrcode-area {
	width: 440px;
	height: 500px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 50%;
}
.qrcode-area .botdo {
	width: 180px;
	height: 40px;
	line-height: 40px;
}
.qrcode-area .botdo div {
	background-color: #fff;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #55bac6;
	display: flex;
	align-items: center;
}
.ico-wd {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.ios-icon {
	background: url(/home/img/pingguo.png) 0 0 no-repeat;
	background-size: contain;
}
.android-icon {
	background: url(/home/img/anzhuo.png) 0 0 no-repeat;
	background-size: contain;
}
#ssi-uploadBtn {
	display: none;
}
.modal-dialog {
	max-width: 53%;
	margin: 0 auto;
}
.tools {
	display: none !important;
}

/* 首页 */
.serve-item {
	/* height: 1630px; */
	background: #ffffff;
	overflow: hidden;
	padding-bottom: 59px;
}
.gray-title {
	font-size: 24px;
	font-weight: 500;

	color: #9f9fa2;
}
.public-title {
	position: relative;
	width: 200px !important;
	font-family: PingFang SC;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	color: #2c2c2c;
}
.public-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	width: 12px;
	height: 2px;

	background: #9f9fa2;
}
.public-title::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 29px;
	width: 12px;
	height: 2px;
	background: #9f9fa2;
}



.serve-img-row1 {
	width: 100% !important;
	/* height: 300px; */
	background-size: 100%;
}
.serve-img-row2 {
	width: 100% !important;
	/* height: 300px; */
	background-size: 100%;
}
.serve-img-row3 {
	width: 80% !important;
	/* height: 300px; */
	background-size: 100%;
}
.serve-left {
	float: left;
}
.serve-right {
	float: right;
}
.serve-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-l-49 {
	padding-left: 49px;
	padding-right: 54px;
}
.p-r-49 {
	padding-right: 54px;
}
.p-l-90 {
	padding-left: 170px;
	padding-right: 54px;
}
.all-title {
	font-size: 20px;
	font-weight: 500;
	color: #2c2c2c;
}
.all-info {
	/* width: 418px; */
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #808080;
}

/* 后方添加竖杠 */
.endlong {
	position: relative;
}
.endlong::after {
	content: '';
	top: 0;
	position: absolute;
	right: 0px;
	width: 4px;
	height: 120px;
	background: #55bac6;
}

/* 后方添加竖杠 */
.endlong-left {
	position: relative;
}
.endlong-left::before {
	content: '';
	top: 0;
	position: absolute;
	left: 0px;
	width: 100px;
	height: 4px;
	background: #55bac6;
}
.left-endlong {
	position: relative;
}
.left-endlong::before {
	content: '';
	top: 0;
	position: absolute;
	left: 0px;
	width: 4px;
	height: 100px;
	background: #55bac6;
}
.case-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.case-item {
	width: 29%;
	height: 250px;
	margin-bottom: 50px;
	box-shadow: 0px 8px 18px 2px rgba(86, 87, 92, 0.1);
	
}
.case-item-img {
	height: 206px;
	background-size: 100% 206px;
}
.case-item-img img {
	height: 206px;
	background-size: 100% 206px;
	image-rendering: -webkit-optimize-contrast;
}
.case-item-title {
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #0e0f17;
}
