* {
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

html,
body {
	font-size: 100px;
}

#body_container {
	min-width: 1220px;

}
/* 悬浮客服 */
.customer {
  position: fixed;
  right: 0.94rem;
  top: 320px;
}
.customer .codeCon {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
.customer .codeCon .code {
  position: absolute;
  background: url(../image/codeBg.png) no-repeat;
  background-size: 100% 100%;
  right: calc(50% - 85px);
  bottom: -134px;
  width: 170px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.customer .codeCon .code img {
  width: 110px;
  height: 110px;
  margin-top: 6px;
}
.customer .codeCon .contentImg {
  width: 117px;
}
.customer .codeCon:hover .code {
  display: flex;
}
/* end */
/* popup客服 */
.popup {
  position: fixed;
  z-index: 99;
}
.popup .mask {
  opacity: 0;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 300ms, -webkit-transform 300ms, transform 300ms;
  transform-origin: 50% 50%;
}
.popup .content {
  transform: scale(0.8);
  opacity: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  inset: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: opacity 300ms, -webkit-transform 300ms, transform 300ms;
  transform-origin: 50% 50%;
  font-size: 0.12rem;
}
.popup .poupwxCode {
  margin: 10% auto 0;
  width: 80%;
  max-width: 500px;
  padding: 20px 0 28px 0;
  box-sizing: border-box;
  background-color: white;
  background-image: url(../image/popBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 27px;
}
.popup .poupwxCode .textVal {
  padding: 0 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28rpx;
  color: #666666;
  max-height: 70vh;
  overflow-y: auto;
}
.popup .poupwxCode .topTxt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
}
.popup .poupwxCode .wxselfImg {
  margin: 15px 0;
}
.popup .poupwxCode .wxselfImg img {
  width: 160px;
  height: 160px;
}
.popup .poupwxCode .saveImg {
  border-radius: 12px;
  border: 1px solid #CFCFCF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  padding: 3px 8px;
}
.popup .poupwxCode .saveAImg {
  font-size: 13px;
  color: #999;
}
.popup .poupwxCode .phoneClk {
  margin: 25px 0 15px 0;
  width: 181px;
  height: 51px;
  background: linear-gradient(90deg, #08C2FD 0%, #7B6AFC 51%, #DF87D1 100%);
  border-radius: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .poupwxCode .phone {
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.popup .pcContent .poupwxCode {
  border-radius: 45px;
}
.popup .closeimg {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.popup .closeimg img {
  width: 32px;
  height: 32px;
}

.open .mask {
  opacity: 1;
}
.open .content {
  transform: scale(1);
  opacity: 1;
}
/* end */
.paginationHome{
	display: flex;
}
.paginationHome .el-pagination{
	display: flex;
    flex-wrap: wrap;
}

.footer {
	background: #191e22;
	padding: 25px 0 30px;
	box-sizing: border-box;
}
.paginationHome{
	font-size: 0.12rem;
}
.Bomtext {
	margin: auto;
	width: 54.54%;
	display: flex;
	justify-content: space-between;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.12rem;
	color: #cfd1d1;
	line-height: 14px;
	text-align: left;
	font-style: normal;
}
.lefToptxt {
	color: #fff;
	margin-bottom: 3px;
}
.Ipimg {
	width: 15px;
	height: 15px;
	margin-right: 3px;
}
.middleBox {
	margin: 6px 0 4px;
	cursor: pointer;
}
.rightBox {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.rightImg {
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.rightImg img,.Ipimg img{
	width: 100%;
}
.imgBox img{
	width: 100%;
}
.imgBox {
	width: 29px;
	height: 29px;
	margin-right: 17px;
}
.appBox {
	display: flex;
	margin-top: 27px;
}
.leftIp {
	display: flex;
	cursor: pointer;
}
.swiper-pagination-custom {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	text-align: center;
	font-size: 12px;
}

.swiper-pagination-custom .active {
	background: #2D7AFF;
	opacity: 1;
}

.swiper-pagination-custom span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 4px;
	cursor: pointer;
}

.header {
	position: fixed;
	z-index: 99;
	width: 100%;
	padding: 0 20px 0 30px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	background-size: 100%;
	height: 0.68rem;
	line-height: 0.68rem;
}

.header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1220px;
}

.header .header-container .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header .header-container .left img {
	width: 1.35rem;
	height: 0.42rem;
	cursor: pointer;
}

.header .header-container .right {
	font-size: 0.16rem;
	font-family: PingFangSC, PingFang SC;
	color: #000;
}

.header .header-container .right .lists {
	display: flex;
	align-items: center;
}

.header .header-container .right .list {
	font-family: PingFangSC, PingFang SC;
	font-size: 0.16rem;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0 0.35rem;
	box-sizing: border-box;
	height: 100%;
	opacity: 0.65;
	cursor: pointer;
}

.header .header-container .right .list.active {
	font-weight: 600;
	box-sizing: border-box;
	opacity: 1;
}

.header .draw ul {
	display: none;
}

.header .draw li {
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
}

.header .burger-con {
	position: relative;
}

.header .burger {
	display: none;
	z-index: 2002;
	width: 0.27rem;
	height: 0.21rem;
	margin: auto;
	transform: rotate(0deg);
	cursor: pointer;
}

.header .burger span {
	display: block;
	position: absolute;
	height: 0.03rem;
	width: 100%;
	background-color: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
}

.header .burger span:nth-child(1) {
	top: 0;
}

.header .burger span:nth-child(2),
.header .burger span:nth-child(3) {
	top: 0.08499rem;
}

.header .burger span:nth-child(4) {
	top: 0.17001rem;
}

.header .burger-con .navOpen {
	position: relative;
}

.header .burger-con .navOpen span {
	background-color: #000;
	transition: background-color 0.1s ease-in, transform 0.2s ease-in;
	transition-delay: 0.1s;
}

.header .burger-con .navOpen span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%;
}

.header .burger-con .navOpen span:nth-child(2) {
	transform: rotate(45deg);
}

.header .burger-con .navOpen span:nth-child(3) {
	transform: rotate(-45deg);
}

.header .burger-con .navOpen span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}

.header .navOpen:hover {
	transition-delay: unset;
}

.header .navOpen:hover span {
	background-color: #000;
}

@media screen and (max-width: 767px) {
	.header .burger {
		display: block !important;
	}
}

.header :deep(.el-drawer__body) {
	padding: 0.57rem 15px;
}

.header.active {
	background-color: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1019607843);
}

.header.active .list {
	color: inherit !important;
}

@media screen and (max-width: 1024px) {
	.paginationHome{
		justify-content: center;
	}
	.footer {
		background: #191e22;
		padding: 0.22rem 0 0.3rem;
		box-sizing: border-box;
	}
	.Bomtext{
		width: 91%;
	}
	.rightImg {
		width:0.4rem;
		height: 0.4rem;
		margin-right: 0.04rem;
	}
	.imgBox {
		width: 0.3rem;
		height: 0.3rem;
		margin-right: 0.08rem;
	}
	.appBox {
		display: flex;
		margin-top: 0.28rem;
	}
	#body_container {
		min-width: inherit;
	}

	#body_container .header {
		padding: 0 0.24rem;
		height: 50px;
		line-height: 50px;
	}

	#body_container .header .header-container .left img {
		width: 94px;
		height: 29px;
	}

	#body_container .header .burger {
		width: 27px;
		height: 18px;
		display: block;
	}

	#body_container .header .burger span {
		height: 2px;
	}

	#body_container .header .burger span:nth-child(1) {
		top: 0;
	}

	#body_container .header .burger span:nth-child(2),
	#body_container .header .burger span:nth-child(3) {
		top: 7.499px;
	}

	#body_container .header .burger span:nth-child(4) {
		top: 15.001px;
	}

	#body_container .header .right {
		display: flex;
		align-items: center;
		flex: none !important;
	}

	#body_container .header .lists {
		display: none !important;
	}

	#body_container .header.active .right .burger-con span {
		background-color: #000;
		transition: inherit;
	}
	#body_container .customer {
		right: 0;
		bottom: 100px;
		top: inherit;
	}
	#body_container .customer .codeCon .contentImg {
		width: 100px;
	}
	#body_container .customer:hover .code {
		display: none;
	}

}
@media screen and (max-width: 430px){
	.Bomtext{
		width: 95%;
	}
}