body {
  background: #f5f8fc;
  /* width: 100% !important; */
}
p{
	margin-bottom: 0 !important;
}
.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;
  margin-bottom: 20px;
}

.nav-wrap{
	display: flex;
		border-radius: 8px;
		width: 100%;
		height: 56px;
		margin-top: 30px;
		background: linear-gradient(180deg, rgba(45,156,255,0.2) 0%, rgba(45,156,255,0) 100%);
	}

.nav-list {
  margin-top: 30px;
  width: 100%;
  display: flex;
  gap: 1px;
}

.nav-item{
	width: 50%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #666666;
	font-size: 18px;
}
.nav-item img{
	position: relative;
	top: 4px;
}
.nav-item span{
	margin: 0 10px;
	cursor: pointer;
}
.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: 0px 0px 72px 40px;
	border-radius: 0 10px 0 0;
}
.form {
    /* min-height: 90px; */
    font-size: 14px;
    padding: 30px;
    /* background: url(../../assets/images/1140_up.png) top center no-repeat, url(../../assets/images/1140_down.png) bottom center no-repeat, url(../../assets/images/1140_line.png) left center repeat-y, url(../..//assets/images/1140_line.png) right center repeat-y; */
}

.t-d {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.d {
  cursor: pointer;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.d:last-child{
	margin-bottom: 0;
}

.d img {
  margin-right: 6px;
}

.d a {
  text-decoration: none;
}

.search-wrap{
	  width: 100%;
  }
  
  .td-d-l{
	  width: calc(100% - 330px);
  }
	.td-d-r{
		width: 290px;
		margin-left: 40px;
		background: #FFFFFF;
		box-shadow: 0px 0px 8px 0px rgba(25,106,179,0.12);
		border-radius: 4px;
		padding: 15px;
		    max-height: 150px;
	}

.opera-group {
  display: flex;
  margin-bottom: 12px;
}


.a-r {
  user-select: none;
  height: 42px;
  width: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.a-r img {
  cursor: pointer;
}

.jssm {
  font-size: 15px;
  color: #999;
  line-height: 26px;
  padding: 0 15px;
}

.abc-button {
    width: 52px;
    height: 30px;
    color: #606266;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #dcdfe6;
  }

  .abc-button.active {
    color: #fff;
    background-color: var(--theme-color);
    border: 1px solid #dcdfe6;
  }

  .abc-condition {
    margin: 30px 0 10px;
    display: flex;
	padding: 0;
  }

  .abc-list {
    display: flex;
    flex-wrap: wrap;
  }

  .abc-item {
    width: 40px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 8px;
    transition: all .2s;
  }

  .abc-item:hover,
  .abc-active {
    background-color: var(--theme-color);
    color: #fff;
  }


  .other-condition {
    display: flex;
    justify-content: space-between;
    color: #606266;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ot {
    display: flex;
    align-items: center;
    gap: 20px;

  }
.ot span{
	cursor: pointer;
}
  .search-img{
	  position: absolute;
	  left: -25px;
	  cursor: pointer;
	  width: 16px;
  }
  .total {
    color: var(--theme-color);
  }


.el-message-box {
  max-width: 947px !important;
}

.el-message-box__header {
  height: 50px;
}

.el-message-box__content {
  max-height: 60vh;
  overflow-y: auto;
}

.current-jgw {
  padding: 10px;
  font-size: 16px;
  color: #666;
}

.current-jgw span {
  margin: 0 15px;
  color: #107bce;
  line-height: 34px;
  font-size: 14px;
}


.sort {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  margin: 14px 0;
  height: 42px;
}

.sort .button {
  cursor: pointer;
  color: #ff9330;
  padding: 0 10px;
  height: 26px;
  display: flex;
  align-items: center;
}

.sort .icon {
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 16px;
  background: url(../../assets/images/iconfont-sprite.png) no-repeat;
  background-position: 0 -128px;
}


.jgw-list {
  display: flex;
  flex-wrap: wrap;
  min-height:120px
}

.jgw-item {
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 8px;
  margin-right: 15px;
  margin-bottom: 28px;
  width: 24%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  overflow: hidden;
}
.jgw-item:hover{
	border: 1px solid #2D9CFF;
}
.jgw-img{
	padding: 0 10px;
	text-align: center;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.no-wrap{
	padding: 15px;
	background: #F5F8FC;
	font-size: 14px;
	color: #666666;
}
.no-wrap .no:first-child{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.jgw-item span {
  color: #565656;
}

.jgw-item>div {
  width: 100%;
  cursor: pointer;
}

.jgw-item:nth-child(4n) {
  margin-right: 0;
}

.el-pagination {
  justify-content: center;
}

.footer {
    line-height: 22px;
	padding-bottom: 20px;
}

.footer p {
    color: #666;
    text-align: center;
    line-height: 2;
}

.footer p span {
    margin: 10px;
}
.select {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.select span {
  color: #333333;
  padding-top: 5px;
}
.select-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
	width: calc(100% - 200px);
	overflow: hidden;
}
.select-wrap .select-item {
  user-select: none;
  color: var(--theme-color);
  padding: 6px 10px;
  background: rgba(45, 156, 255, 0.1);
  border-radius: 15px;
}

.select .select-item.active {
  color: red;
  cursor: default;
}
.select-img{
	color: #666666;
	font-size: 14px;
	padding-top: 5px;
	cursor: pointer;
	height: 32px;
}
.select-img img{
	transform: rotate(-90deg);
	margin-left: 5px;
}
.sort {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  height: 42px;
  background: #F5F8FC;
}

.sort .button {
  cursor: pointer;
  color: #ff9330;
  padding: 0 10px;
  height: 26px;
  display: flex;
  align-items: center;
}

.sort .icon {
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 16px;
  background: url(/home/assets/images/iconfont-sprite.png) no-repeat;
  background-position: 0 -128px;
}
.radio-arrow_down{
	display: flex;
	align-items: center;
	color: #666666;
}
.radio-arrow_down div{
	margin: 0 10px;
}
.radio-arrow_down img{
	cursor: pointer;
}
.pianhao-wrap{
	display: flex;
	gap: 20px;
}
.nav-active2{
	padding-bottom: 15px;
}
.nav2-wrap{
	width: 750px;
	border-radius: 8px;
	overflow: hidden;
}
.nav2{
	display: flex;
	background: #E8ECF3;
}
.nav2 li{
	width: 33.3%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav2 li input{
	font-size: 16px;
	color: #666666;
}
.nav2 .nav2-active{
	font-weight: bold;
	background: #F5F8FC;
}
.nav2 .nav2-active input{
	font-weight: bold;
}
.nav2-r{
	width: calc(100% - 780px);
	height: 100%;
	background: #F5F8FC;
}
.nav2-r .t-d{
	align-items: center;
	min-height: 55px;
	padding: 0 10px;
	border-bottom: 1px solid #DDDDDD;
}
.nav2-r .t-d .re_radical{
	width: 88px;
	height: 32px;
	background: #E8ECF3;
	border-radius: 4px;
	cursor: pointer;
}
.jgw_font_content2{
	background: #f8fbfd;
	float: left;
	display: block;
	width: 100%;
	height: 460px !important;
	/*min-height: 560px;*/
	margin-left: 0px;
	/* margin-top:30px;*/
	margin-bottom:30px;
	/* border-top: solid 1px #bfbfbf; */
	overflow-y: scroll;
	padding: 5px;
	background: #F5F8FC;
	text-align: center;
	padding-top: 30px;
	position: relative;
}
.jgw_font_content2 input{
	width: 520px;
	height: 40px;
	border-radius: 8px;
	font-family: 'Microsoft YaHei';
}