/* content */
.pchide {
	display: none;
}
.sj{
	padding: 1.25rem 1.25rem;
	box-sizing: border-box;
}
.pro_content-box {
	width: 98%;
	margin: 0 auto;
	border-top: 0.0625rem solid #F6F5F3;
}

.content-title {
	width: 100%;
	padding: 1.25rem 1%;
	border-bottom: 0.0625rem solid #F6F5F3;
	align-items: flex-end;
	justify-content: flex-start;
	position: inherit;
	background-color: #fff;
}

.pro_left-arrow {
	width: 1.5625rem;
	height: 1.5625rem;
}

.pro_left-arrow>img {
	width: 100%;
}

.content-title h2 {
	margin-right: 0.625rem;
}
#tab {
    margin-top: 0.625rem;
}
#tab>li {
	width: 100%;
	overflow: hidden;
	border-bottom: 0.0625rem dashed #A5A5A5;
}
#tab>li:last-of-type{
	border: none;
}
.content-banner-box {
	width: 98%;
	/* margin: 0.625rem auto; */
	margin: 0 auto 0.625rem auto;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #fff;
}

.content-banner-box>li {
	width: 33.33%;
	position: relative;
	z-index: 2;
	padding: 0.3125rem;
	border: 2px solid #DAC7B5;
	background-color: #DAC7B5;
}

.content-banner-box>li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: -1;
}

.content-banner-box>li:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: -1;
	animation: li_scale .5s forwards;
}

@keyframes li_scale {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(.99);
	}
}

.pro-banner {
	width: 100%;
}

.pro-banner img {
	width: 100%;
}

.text-box {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.25rem;
	padding-left: 0.3125rem;
}
.yuedu{
	width: 98%;
	margin:0.3125rem auto 1.25rem auto;
	font-size: 0.875rem;
	color: #CCCCCC;
	padding: .2rem 0;
}
.yuedu-num{
	margin-left: .1rem;
}
/*  */
.showBigImg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 999;
}
.showBigImg .closeBigImg {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 45px;
  font-size: 45px;
  color: #fff;
  z-index: 9999;
  user-select: none;
}
.showBigImg .showBigImgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.showBigImg .showBigImgWrap .allImgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte span {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}