@charset "utf-8";

.hasPageBgColor { background:#7fb7f0; margin:0; padding:0;}
.hbd-header {
	width: 100%;
	height: 70px;
	margin:0px auto;
	background:#FFF;

}

.pc-only{ height:50px;}

.hbd-header-logo {
	width: 30%;
	max-width:300px;
	height: 40px;
	line-height: 40px;
	 float:left;
	 display:block;
	 margin-left:20%;
}
.hbd-web-nav {
	float:right;
	width: 40%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	text-align: right;
	 margin-right:20%
}
.nav ul{ list-style: none; width:50%; float:right; margin-right:20px;}
.nav li{ float:left; list-style: none; margin:0 20px;}
.nav li a{ float:left; list-style: none; margin:0 20px; color:#333; text-decoration:none}
.nav li a:hover{ font-weight:bold; color:#039;}

.pro ul{ list-style: none; width:100%; }
.pro li{ float:left; list-style: none; padding:0 5px; margin:10px; width:22%; border:1px solid #CCC; display:block}
.pro li a{ float:left; list-style: none; margin:0 20px; color:#333; text-decoration:none}
.pro li a:hover{ font-weight:bold; color:#039;}
.banner{ margin:10px auto; width:100%; text-align:center; /*background:#006aff*/}
.protitle{ margin:5px; color:#333; font-size:14px; line-height:18px; padding-top:10px;}



<!-- endinject --><style>
  @media(min-width: 768px) {
    #j-dxy-bottom {
      padding: 60px 0;
      margin-top: 100px;
      background: #e7fcff;
    }
  }
  @media(max-width: 768px) {
    #j-dxy-bottom {
      padding: 1rem 0;
      background: #e7fcff;
    }
  }


header>* {
	transition: transform .3s cubic-bezier(.78, .14, .15, .86)
}
.nav-fixed-placeholder {
	height: 70px;
	position: relative;

}
@media (max-width:769px) {
.nav-fixed-placeholder {
	height: 1rem
}
}
.hbd-header-wrapper.hbd-nav-1 {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	font-size: 14px;
	-moz-animation: componentEntry .3s ease-in;
	-webkit-animation: componentEntry .3s ease-in;
	animation: componentEntry .3s ease-in;
	color: #474747;
	transition: box-shadow 1.5s
}
.hbd-header-wrapper.hbd-nav-1.has-shadow {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
.hbd-header-wrapper.hbd-nav-1.hide-menu {
	display: block
}
.hbd-header-wrapper.hbd-nav-1.fixed {
	position: fixed!important;
	box-shadow: 0 7px 16px 0 hsla(0,0%,45%,.11)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header {
	position: relative;
	z-index: 2;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-header-logo {
	width: auto;
	max-width: 110px;
	height: 40px;
	line-height: 40px
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-header-logo img {
	width: auto;
	height: 100%
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-web-nav {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav {
	display: none
}
.hbd-nav-1 {
	background: #fff
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item {
	position: relative;
	width: 100px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-weight: 500
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.hbd-header-search-wrapper, .hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.hbd-second.active:after {
	display: none
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item a {
	display: block;
	padding: 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active, .hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item a:hover {
	color: #5e8bff
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav {
	color: #474747;
	position: relative
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav .hbd-child-nav {
	position: absolute;
	width: 100%
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav .hbd-child-nav .hbd-second {
	height: 44px;
	line-height: 44px
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav .hbd-child-nav .hbd-second.active {
	background: #5e8bff
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav .hbd-child-nav .hbd-second.active a {
	color: #fff!important
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-nav-item.active.hbd-second-nav .hbd-child-nav .hbd-second a {
	color: #474747
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav {
	position: relative
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover>a {
	color: #5e8bff
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .icon-dropdown {
	position: relative
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .icon-dropdown:after, .hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .icon-dropdown:before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 9px;
	background: #5e8bff;
	border-radius: .3em;
	top: 4.5px;
	right: 0;
	transition: all .3s ease-in-out
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .icon-dropdown:before {
	transform: translate(75%) rotate(45deg)
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .icon-dropdown:after {
	transform: translate(-75%) rotate(-45deg)
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .hbd-child-nav {
	display: flex;
	flex-direction: column;
	width: 100%;
box-shadow:0 .04rem .08rem 0 rgba(0,0,0,.12);
	visibility: visible;
	background: #fff;
	border-radius: 2px
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .hbd-child-nav .hbd-second {
	height: 44px;
	line-height: 44px
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .hbd-child-nav .hbd-second:hover {
	background: #f8f8f8
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav:hover .hbd-child-nav .hbd-second:hover a {
	color: rgba(0,0,0,.65)
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-web-nav-content .hbd-second-nav .hbd-child-nav {
	visibility: hidden
}
.hbd-nav-1 .hbd-header .hbd-web-nav  {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-left: 15px
}
.hbd-nav-1 .hbd-header .hbd-web-nav .header-avatar {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: none
}
.hbd-nav-1 .hbd-header .hbd-web-nav  .header-avatar.has-login-avatar {
	display: block
}
.hbd-nav-1 .hbd-header .hbd-web-nav  .header-avatar-img {
	width: 24px;
	height: 24px;
	border-radius: 50%
}
.hbd-nav-1 .hbd-header .hbd-web-nav  a {
	position: relative
}
.hbd-nav-1 .hbd-header .hbd-web-nav  a.quit-icon {
	width: 16px;
	height: 16px;
	background: url(//img1.dxycdn.com/2021/0303/185/2808187702475767643-2.png) no-repeat;
	background-size: 100% 100%
}
.hbd-nav-1 .hbd-header .hbd-web-nav .loginAndName {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90px
}
.hbd-nav-1 .hbd-header .hbd-web-nav .hbd-header-extra a:first-of-type {
	padding-right: 4px
}
@media (max-width:769px) {
.hbd-header-wrapper.hbd-nav-1 {
	position: fixed;
	width: 100%;
	height: 1rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header {
	width: 100%;
	position: relative;
	justify-content: space-between;
	border-bottom: unset
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-header-logo {
	position: absolute;
top:.05rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	height: 1rem;
	line-height: 1rem;
	max-width: 3.2rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-header-logo img {
height:.64rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header.nav-open .open-nav-button {
	cursor: pointer
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header.nav-open .open-nav-button .phone-icon {
	background: transparent
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header.nav-open .open-nav-button .phone-icon:before {
	transform: translateY(-5px) rotate(45deg)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header.nav-open .open-nav-button .phone-icon:after {
	transform: translateY(5px) rotate(-45deg)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button {
	position: absolute;
left:.4rem;
top:.3rem;
width:.48rem;
height:.48rem;
	background: url(https://img1.dxycdn.com/2021/0303/507/5014253988659767643-2.png) no-repeat;
	background-size: 100% 100%
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button.has-open {
	background: url(https://img1.dxycdn.com/2021/0304/443/3454625850646487643-2.png) no-repeat;
	background-size: 100% 100%
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .icon-menu {
	position: relative;
width:.48rem;
height:.48rem;
	background: url(https://img1.dxycdn.com/2021/0303/507/5014253988659767643-2.png) no-repeat;
	background-size: 100% 100%;
margin-left:.3rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .phone-icon {
	position: relative;
width:.3rem;
	height: 2px;
	background: #333;
	transition: background .3s cubic-bezier(.78, .14, .15, .86)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .phone-icon:before {
	top: 5px
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .phone-icon:after {
	top: -5px
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .phone-icon:after, .hbd-header-wrapper.hbd-nav-1 .hbd-header .open-nav-button .phone-icon:before {
	content: "";
	display: block;
	position: absolute;
	background: #333;
width:.3rem;
	height: 2px;
	transition: transform .3s cubic-bezier(.78, .14, .15, .86)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-web-nav {
	display: none
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav {
	transition: transform .3s cubic-bezier(.78, .14, .15, .86);
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 2
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-side-nav {
	position: relative;
	width: 5.6rem;
	height: 100%;
	background: #fff;
padding:.8rem .5rem .56rem;
	box-sizing: border-box
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-side-nav .nav-user-info-phone {
	display: flex;
	flex-direction: column;
	align-items: center
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-side-nav .nav-user-info-phone .user-avatar-phone {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-side-nav .nav-user-info-phone .user-nick-phone {
	max-width: 4rem;
font-size:.4rem;
	color: #333;
margin-top:.32rem;
	text-align: center;
	font-weight: 700
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-side-nav-mask {
	flex: 1;
	height: 100%;
	background: rgba(0,0,0,.3)
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-list {
	width: 100%;
	max-height: 8rem;
	overflow-y: scroll;
margin-top:.72rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item {
	width: 100%;
	min-height: 1.2rem;
font-size:.32rem;
	color: #333;
	line-height: 1rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top {
	width: 100%;
padding:0 .3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top .nav-title {
font-size:.32rem;
	color: #333;
	min-width: 2rem;
	font-weight: 700
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top .item-top-r .show-item-child {
font-size:.24rem;
	color: #999;
margin-right:.32rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top .item-top-r .r-point {
font-size:.18rem;
	color: #999
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top .item-top-r .r-point:after {
	content: "";
	display: inline-block;
width:.2rem;
height:.2rem;
	background: url(//img1.dxycdn.com/2021/0225/147/3238434542628556643-2.png) no-repeat;
	background-size: 100% 100%;
	opacity: .7
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .hbd-nav-item .nav-item-top.active {
	background: #f8f8f8;
border-radius:.16rem
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items {
	display: none;
	width: 100%;
padding:0 .3rem;
	box-sizing: border-box
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items.activity {
	display: block
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items .nav-child-item {
height:.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items .nav-child-item .nav-child-item-title {
font-size:.28rem;
	color: #666;
	display: flex;
	align-items: center
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items .nav-child-item .nav-child-item-title:before {
	content: "";
margin-right:.2rem;
width:.08rem;
height:.08rem;
	border-radius: 50%;
	background: #d8d8d8
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items .nav-child-item .r-point {
font-size:.18rem;
	color: #999
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .nav-child-items .nav-child-item .r-point:after {
	content: "";
	display: inline-block;
width:.2rem;
height:.2rem;
	background: url(//img1.dxycdn.com/2021/0225/147/3238434542628556643-2.png) no-repeat;
	background-size: 100% 100%;
	opacity: .7
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-login-out {
	position: absolute;
left:.84rem;
bottom:.56rem;
font-size:.24rem;
	color: #bbb;
	display: none;
	align-items: center
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-login-out.has-login {
	display: flex
}
.hbd-header-wrapper.hbd-nav-1 .hbd-header .hbd-phone-nav .phone-login-out:before {
	display: inline-block;
	content: "";
width:.32rem;
height:.32rem;
	background: url(//img1.dxycdn.com/2021/0224/888/3375538469368636643-2.png) no-repeat;
	background-size: 100% 100%;
margin-right:.16rem
}
.hbd-header-wrapper.hbd-nav-1.leftIn .hbd-phone-nav {
	left: -100%
}
.hbd-header-wrapper.hbd-nav-1.leftIn .nav-open .hbd-phone-nav {
	transform: translateX(100%)
}
}
.btnActive {
	background: rgba(0,0,0,.15)
}
.btnActive, .btnHover {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.btnHover {
	background: hsla(0,0%,100%,.2)
}
@media (min-width:769px) {
.hbd-pureImage-common-container, .hasPageBgColor .hbd-pureImage-common-container.not-swiper, .hasPageBgColor .hbd-pureImage-common .swiper-outbox, .hasPageBgColor .hbd-pureImage-common .swiper-outbox.not-swiper {
	width: 1280px
}
}
.section-cms-wrapper.hbd-pureImage-common {
	width: 1340px;
	-moz-animation: componentEntry .3s ease-in;
	-webkit-animation: componentEntry .3s ease-in;
	animation: componentEntry .3s ease-in;
	margin: 0 auto 32px
}
.hbd-pureImage-common .swiper-outbox {
	position: relative;
	margin: 0 auto;
	width: 1200px
}
.hbd-pureImage-common .swiper-outbox.not-swiper {
	width: 1200px
}
.hbd-pureImage-common .swiper-button-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.hbd-pureImage-common .swiper-button-area .iconjiantou, .hbd-pureImage-common .swiper-button-area .iconjiantou1 {
	font-size: 16px;
	color: #333
}
.hbd-pureImage-common .swiper-button-area .swiper-button-next, .hbd-pureImage-common .swiper-button-area .swiper-button-prev {
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	right: -56px;
	width: 40px;
	height: 40px;
	background: #f8f8f8;
	border-radius: 12px
}
.hbd-pureImage-common .swiper-button-area .swiper-button-next:before, .hbd-pureImage-common .swiper-button-area .swiper-button-prev:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(//img1.dxycdn.com/2021/0409/796/9624381282327254743-2.png) no-repeat;
	background-size: 100% 100%
}
.hbd-pureImage-common .swiper-button-area .swiper-button-prev {
	left: -56px
}
.hbd-pureImage-common .swiper-button-area .swiper-button-prev:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(//img1.dxycdn.com/2021/0409/167/3694467562848254743-2.png) no-repeat;
	background-size: 100% 100%
}
.hbd-pureImage-common-container {
	margin: 0 auto;
	width: 1200px
}
.hbd-pureImage-common-container.not-swiper {
	padding-left: 0!important;
	width: 1200px;
	overflow: visible
}
.hbd-pureImage-common-container.not-swiper .hbd-pureImage-common__items {
	flex-wrap: wrap
}
.hbd-pureImage-common-container.not-swiper .hbd-pureImage-common__items .hbd-pureImage-common__item {
	margin-bottom: 40px!important;
	margin-right: 28px
}
.hbd-pureImage-common .swiper-container .swiper-slide {
	height: auto;
	margin-bottom: -48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.hbd-pureImage-common .hbd-pureImage-common__items {
	position: relative;
	justify-content: flex-start;
	width: 100%
}
.hbd-pureImage-common .hbd-pureImage-common__items .hbd-pureImage-common__item {
	display: inline-block;
	margin-bottom: 48px
}
.hbd-pureImage-common .hbd-pureImage-common__items .hbd-pureImage-common__item.swiper-slide {
	margin-bottom: 0
}
.hbd-pureImage-common .hbd-pureImage-common__items .hbd-pureImage-common__item .item-preview {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor
}
.hbd-pureImage-common .hbd-pureImage-common__items {
	display: flex
}
.hbd-pureImage-common .hbd-pureImage-common__items .hbd-pureImage-common__item {
	width: 100%
}
.hbd-pureImage-common .swiper-wrapper {
	height: auto
}
.hbd-pureImage-common .swiper-pagination {
	position: unset!important
}
@media (max-width:769px) {
.hbd-pureImage-common .swiper-pagination li {
margin:0 .1rem 0 0;
width:.39rem;
height:.46rem;
line-height:.46rem;
font-size:.21rem;
	font-family: ArialMT;
	font-weight: 700;
	color: #8490a6
}
.hbd-pureImage-common .swiper-pagination li:last-of-type {
	margin: 0
}
.hbd-pureImage-common .swiper-pagination .common_pageBean_content--nextPage, .hbd-pureImage-common .swiper-pagination .common_pageBean_content--prevPage {
	background-size: 35%
}
}
.hbd-pureImage-common .swiper-pagination .common_pageBean_content--item {
	background: none
}
.hbd-pureImage-common .swiper-pagination .common_pageBean_content--item[data-actived=true] {
	background-color: #5e8bff
}
@media (max-width:769px) {
.section-cms-wrapper.hbd-pureImage-common {
	width: 7.5rem;
	margin-bottom: 0
}
.section-cms-wrapper.hbd-pureImage-common .swiper-button-area {
	display: none
}
.hbd-pureImage-common .swiper-outbox {
	width: 100%;
	height: auto
}
.hbd-pureImage-common-container {
	padding-bottom: 0!important
}
.hbd-pureImage-common .swiper-container {
	width: 100%;
	height: auto
}
.hbd-pureImage-common .swiper-container.not-swiper .hbd-pureImage-common__items {
padding:0 .3rem;
	box-sizing: border-box
}
.hbd-pureImage-common .swiper-container.not-swiper .hbd-pureImage-common__items .hbd-pureImage-common__item {
margin-bottom:.2rem!important;
margin-right:.24rem
}
.hbd-pureImage-common .hbd-pureImage-common__items {
	width: 100%
}
.hbd-pureImage-common .hbd-pureImage-common__items .hbd-pureImage-common__item {
margin-bottom:.25rem
}
.hbd-pureImage-common .hbd-pureImage-common__items[data-simple=true] {
	margin-bottom: 0;
padding:0 .24rem;
	flex-wrap: nowrap
}
.hbd-pureImage-common .hbd-pureImage-common__items[data-simple=true] .swiper-slide {
	padding: 0;
margin-bottom:.2rem;
margin-right:.24rem
}
}
.btnActive {
	background: rgba(0,0,0,.15)
}
.btnActive, .btnHover {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.btnHover {
	background: hsla(0,0%,100%,.2)
}
.none {
	display: none
}
.chd-goodslist-1 {
	width: 1280px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 12px;
	padding: 0 40px;
	margin-bottom: 32px
}
.chd-goodslist-1 .chd-goodslist-header {
	width: 1200px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.chd-goodslist-1 .chd-goodslist-header .header-l {
	display: flex;
	align-items: center
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-title {
	font-size: 24px;
	color: #333;
	font-weight: 700
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-title:before {
	content: "";
	width: 6px;
	height: 18px;
	display: inline-block;
	background-color: #9382e6;
	margin-right: 10px;
	border-radius: 3px
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-subtitle {
	font-size: 16px;
	color: #666;
	margin-left: 12px
}
.chd-goodslist-1 .chd-goodslist-header .header-see-more {
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center
}
.chd-goodslist-1 .chd-goodslist-header .header-see-more:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(//img1.dxycdn.com/2021/0225/147/3238434542628556643-2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: .7;
	margin-left: 4px
}
.chd-goodslist-1 .chd-goodslist-1-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item:nth-child(5n+5) {
	padding-right: 0
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item {
	align-items: center;
	padding-right: 28px;
	padding-bottom: 40px
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img {
	width: 217px;
	height: 217px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img-cover {
	width: 100%;
	border-radius: 6px
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img-shadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.02);
	position: absolute;
	top: 0;
	left: 0
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-title {
	width: 217px;
	line-height: 28px;
	height: 56px;
	color: #333;
	font-size: 18px;
	margin-top: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-source {
	width: 217px;
	margin-top: 16px;
	color: #f74c31;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-oldprice {
	margin-left: 8px;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-decoration: line-through
}
@media (max-width:768px) {
.chd-goodslist-1 {
	width: 6.9rem;
padding:.16rem .2rem .4rem;
	box-sizing: border-box;
	background-color: #fff;
border-radius:.12rem;
margin:0 auto .2rem
}
.chd-goodslist-1 .chd-goodslist-header {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-title {
font-size:.4rem;
	height: 1rem;
	line-height: 1rem
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-title:before {
	content: "";
width:.12rem;
height:.3rem;
	display: inline-block;
	background-color: #9382e6;
margin-right:.16rem;
border-radius:.06rem
}
.chd-goodslist-1 .chd-goodslist-header .header-l .header-subtitle {
	display: none
}
.chd-goodslist-1 .chd-goodslist-header .header-see-more {
font-size:.28rem;
	display: flex;
	align-items: center
}
.chd-goodslist-1 .chd-goodslist-header .header-see-more:after {
	content: "";
	display: inline-block;
width:.2rem;
height:.2rem;
	background-image: url(https://img1.dxycdn.com/2021/0225/147/3238434542628556643-2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: .7;
margin-left:.04rem
}
.chd-goodslist-1 .chd-goodslist-1-list {
	width: 100%;
margin-top:.2rem
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item:nth-child(3n+3) {
	padding-right: 0
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item:nth-child(5n+5) {
padding-right:.16rem
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item:nth-child(15n+15) {
	padding-right: 0
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item {
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
padding-right:.16rem;
	padding-bottom: 0;
	display: inline-block
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img {
	width: 2.06rem;
	height: 2.06rem;
	position: relative;
	padding-top: 1px;
border-radius:.12rem;
	overflow: hidden
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img-cover {
	width: 2.06rem;
border-radius:.12rem
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-img-shadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.02);
	position: absolute;
	top: 0;
	left: 0
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-title {
height:.76rem;
	color: #333;
	font-weight: 400;
margin-top:.2rem;
	-webkit-line-clamp: 2
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-source, .chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-title {
	width: 2.06rem;
line-height:.38rem;
font-size:.27rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-source {
margin-top:.16rem;
margin-bottom:.4rem;
	font-weight: 600;
	color: #fb602b;
	-webkit-line-clamp: 1
}
.chd-goodslist-1 .chd-goodslist-1-list .chd-goodslist-1-item-oldprice {
margin-left:.05rem;
	color: #adadad;
	text-decoration: line-through;
	font-weight: 400
}
}
