  body {
    background: #f5f8fc;
  }

  .header>.main-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header>.main-wrapper>* {
    cursor: pointer;
    color: #fff;
  }

  .warp {
    margin-top: 20px;
  }

  .warp-content {
    background-color: #fff;
    padding: 30px;
    padding-top: 6px;
    border-radius: 10px;
    margin-bottom: 20px;
	position: relative;
  }
	.zl-l{
		position: absolute;
		left: -52px;
		top: 30px;
		cursor: pointer;
	}
	.zl-r{
		position: absolute;
		right: -52px;
		top: 30px;
		cursor: pointer;
	}
  .opera-title {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    user-select: none;
  }

  .opera-title>.pre:hover,
  .opera-title>.next:hover {
    color: var(--theme-color)
  }

  .opera-title .title {
    font-size: 24px;
    color: black;
	display: inline-block;
	margin-left: 10px;
	width: 800px;
  }
.view{
	position: relative;
}
.zl-send{
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 999;
	cursor: pointer;
}
.zl-save{
	position: absolute;
	right: 20px;
	top: 55px;
	z-index: 999;
	cursor: pointer;
}
  .view .swiper {
    width: 100%;
    height: 500px;
  }
	.swiper .btn{
		width: 32px;
		height: 48px;
		position: absolute;
		top: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(157, 172, 192, 0.3);
		z-index: 99;
		cursor: pointer;
	}
	.swiper .btn-l{
		left: 30px;
	}
	.swiper .btn-r{
		right: 0;
	}
  .view-box {
    background-color: #F5F8FC;
    text-align: center;
    width: 1200px;
    height: 500px;
  }

  .view-box img {
    width: auto;
	max-width: 1140px;
    height: 400px;
	margin-top: 50px;
  }

  .preview .swiper {
    padding: 0 26px;
    width: 100%;
    height: 82px;
	background-color: #F5F8FC;
  }

  .preview .swiper-slide {
    width: 85px;
    height: 82px;
    cursor: pointer;
	margin-right: 12px;
	position: relative;
	overflow: hidden;
  }
	.preview .swiper-slide:hover{
	border: 1px solid red;
	}
  .preview .data-img-active {
    border: 1px solid red;
  }

  .preview .swiper-slide img {
    /* width: 100%;
    height: 100%; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
  }
.nav-wrap{
	display: flex;
	width: 100%;
	height: 56px;
	background: linear-gradient(180deg, rgba(45,156,255,0.2) 0%, rgba(45,156,255,0) 100%);
}

.nav-item{
	width: 25%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #666666;
	font-size: 18px;
	cursor: pointer;
}
.nav-item img{
	position: relative;
	top: 4px;
}
.nav-item span{
	margin: 0 10px;
}
.nav-active{
	color: #2D9CFF;
	font-weight: bold;
	border-width: 0px 40px 72px 0px;
	border-style: none solid solid;
	border-color: transparent transparent #fff;
	height: 72px;
	line-height: 72px;
	position: relative;
	top: -16px;
	border-radius: 10px 0 0 0;
}
.nav-item:nth-child(2).nav-active {
    border-width: 72px 40px 72px 40px;
}
.nav-item:nth-child(3).nav-active {
    border-width: 72px 40px 72px 40px;
    border-radius: 0 10px 0 0;
}
.nav-item:nth-child(4).nav-active {
    border-width: 0px 0px 72px 40px;
    border-radius: 0 10px 0 0;
}
  .nav {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
  }

  .nav-list {
    width: 100%;
    display: flex;
    gap: 1px;
  }




  .img-view {
    margin: 10px 0;
    width: 100%;
    height: 800px;
    text-align: center;
    overflow-y: auto;
  }

  .img-view img {
    max-width: 98%;
    width: auto;
    height: auto;
  }

  .some {
    width: 100%;
    margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
  }
	.some li{
		width: 33.3%;
		display: flex;
		font-size: 16px;
		color: #333333;
		/* margin-bottom: 15px; */
	}
	.some li p{
		position: relative;
		top: 5px;
	}
	.some li div{
		color: #666666;
		line-height: 28px;
	}
	.some li div span{
		  display: inline-block;
		  /* white-space: nowrap; */
		  overflow: hidden;
		  text-overflow: ellipsis;
		  width: 290px;
		  position: relative;
		  top: 5px;
	}
  .common-title {
    color: #2a8bd7;
    border-left: 5px solid #2a8bd7;
    padding-left: 5px;
    font-size: 18px;
  }

  .common-value {
    font-weight: 600;
    width: 100%;
    padding-left: 50px;
    font-size: 22px;
    color: #333;
    margin: 10px 0;
    cursor: pointer;
  }

  .common-link {
    width: 100%;
    font-size: 18px;
    color: #000;
    margin: 10px 0;
    cursor: pointer;
  }
	.common-link2{
		width: 24%;
		display: flex;
		align-items: center;
		margin-right: 10px;
		padding: 10px 15px;
		font-size: 14px;
		color: #666666;
		background: #F5F8FC;
	}
	.common-link2 p{
		margin-left: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
  .rewx_title {
    height: 32px;
    line-height: 32px;
    color: var(--theme-color);
    font-size: 20px;
    padding-left: 30px;
    background: url(../../assets/images/icon_wx.png) left center no-repeat;
  }

  .rewx_title.img {
    background: url(../../assets/images/icon_tp.png) left center no-repeat;
  }
.rewx_title_message{
	background: url(../../assets/images/message.png) left center no-repeat;
	margin-bottom: 10px;
}
  .some-item {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    margin: 16px 0;
    cursor: pointer;
  }

  .some-item:hover {
    color: #2d9cff;
  }

.footer {
    line-height: 22px;
}

.footer p {
    color: #666;
    text-align: center;
    line-height: 2;
}

.footer p span {
    margin: 10px;
}
.rectangle{
	width: 840px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
	background: url(../../assets/images/rectangle2.png) left center no-repeat;
}
.rectangle-bottom{
	width: 500px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../../assets/images/rectangle.png) left center no-repeat;
}
.rectangle3{
	width: 446px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	line-height: 80px;
	color: #2D9CFF;
	font-weight: bold;
	font-size: 18px;
	transform: translateX(-50%);
	background: url(../../assets/images/rectangle3.png) left center no-repeat;
}
.rectangle-circle{
	position: absolute;
	width: 158px;
	height: 158px;
	text-align: center;
	font-size: 14px;
	color: #2D9CFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: url(../../assets/images/circle.png) left center no-repeat;
}
.rectangle-circle div{
	margin-right: 5px;
}
.rectangle .rectangle-circle:nth-child(2){
	left: -30px;
	bottom: 0;
}
.rectangle .rectangle-circle:nth-child(2) img{
	position: absolute;
	bottom: 0;
	right: -35px;
	transform: rotate(-50deg);
}
.rectangle .rectangle-circle:last-child{
	right: -30px;
	bottom: 0;
}
.rectangle .rectangle-circle:last-child img{
	position: absolute;
	bottom: 0;
	left: -35px;
	transform: rotate(50deg);
}
.rectangle-5 .rectangle-circle:nth-child(3){
	left: 120px;
	top: -35px;
}
.rectangle-5 .rectangle-circle:nth-child(3) img{
	position: absolute;
	bottom: -40px;
	left: 117px;
	transform: rotate(-28deg);
}
.rectangle-5 .rectangle-circle:nth-child(4){
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
}
.rectangle-5 .rectangle-circle:nth-child(4) img{
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.rectangle-5 .rectangle-circle:nth-child(5){
	right: 120px;
	top: -35px;
}
.rectangle-5 .rectangle-circle:nth-child(5) img{
	position: absolute;
	left: 24px;
	bottom: -50px;
	transform: rotate(30deg);
}
.rectangle-4 .rectangle-circle:nth-child(3){
	left: 180px;
	top: -60px;
}
.rectangle-4 .rectangle-circle:nth-child(3) img{
	position: absolute;
	left: 100px;
	bottom: -46px;
	transform: rotate(-21deg);
}
.rectangle-4 .rectangle-circle:nth-child(4){
	right: 180px;
	top: -60px;
}
.rectangle-4 .rectangle-circle:nth-child(4) img{
	position: absolute;
	left: 30px;
	bottom: -50px;
	transform: rotate(24deg);
}
.rectangle-3  .rectangle-circle:nth-child(3){
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
}
.rectangle-3  .rectangle-circle:nth-child(3) img{
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.rectangle-1 .rectangle-circle:last-child{
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
}
.rectangle-1 .rectangle-circle:last-child img{
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.rectangles .rectangle-circle:nth-child(3){
	left: 120px;
	top: -35px;
}
.rectangles .rectangle-circle:nth-child(3) img{
	position: absolute;
	bottom: -40px;
	left: 117px;
	transform: rotate(-28deg);
}
.rectangles .rectangle-circle:nth-child(4){
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
}
.rectangles .rectangle-circle:nth-child(4) img{
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.rectangles .rectangle-circle:nth-child(5){
	right: 120px;
	top: -35px;
}
.rectangles .rectangle-circle:nth-child(5) img{
	position: absolute;
	left: 24px;
	bottom: -50px;
	transform: rotate(30deg);
}
.el-image img{
	cursor: pointer;
}
.load-txt{
	width: 100%;
	height: 100%;
	position: relative;
}
.load-txt img{
	animation: spin 2s linear infinite;  
	margin-left: -8px;
	margin-top: -8px;
}
@keyframes spin {  
  0% { transform: rotate(0deg); }  
  100% { transform: rotate(360deg); }  
}