.jl-row1{
  background-color: #fff;
}
.jl-about1 {
  display: flex;
  padding-top: .3rem;
}
.jl-about1 .lbox {
  flex: 1;
  padding: 0.3rem 0.26rem 0;
  background-color: #f5f5f7;
  overflow: hidden;
}
.jl-about1 .rbox {
  flex-shrink: 0;
  width: 4.16rem;
  border: 1px solid #e4e4e4;
}
.jl-list1 {
  display: flex;
  flex-wrap: wrap;
}
.jl-list1 li {
  width: 19.36%;
  margin-right: 0.8%;
  margin-bottom: 0.3rem;
}
.jl-list1 li:nth-child(5n) {
  margin-right: 0;
}
.jl-list1 .con {
  display: block;
  font-size: 0;
}
.jl-list1 .pic {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--theme-color);
  overflow: hidden;
  padding-top: 100%;
}
.jl-list1 .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.jl-list1 .btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.06rem 0.08rem;
  z-index: 2;
}
.jl-list1 .btn {
  display: block;
  font-size: var(--fz12);
  color: #fff;
  line-height: 1.5;
  padding: 0 0.1rem;
  background-color: #cccccc;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: 0.5s;
}
.jl-list1 .btn:hover,
.jl-list1 li:first-child .btn {
  /* background-color: var(--theme-color); */
}
.jl-list1 .close {
  font-size: 0;
  cursor: pointer;
}
.jl-list1 .inp input{
	width: 100%;
	font-size: var(--fz16);
	color: var(--font-color1);
	height: 2em;
	line-height: 2;
	background-color: transparent;
}
.jl-list1 .txt {
  padding: 0.05rem 0;
  font-size: var(--fz16);
  color: var(--font-color1);
}
.jl-list1 .add {
  opacity: 0.2;
  font-size: 0;
  padding-top: 100%;
  background-color: #fff;
  border: 2px solid #999999;
  position: relative;
}
.jl-list1 .add.sty1 {
  opacity: 1;
  cursor: pointer;
}
.jl-list1 .add .upbox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.jl-list1 .add .i {
  width: 0.18rem;
  margin: 0 auto 0.08rem;
}
.jl-list1 .add .p {
  font-size: var(--fz16);
  color: #999;
}
.jl-list1 .add input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.jl-about1 .topbox {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.jl-about1 .topbox .btn {
  display: block;
  width: 1.6rem;
  line-height: 0.4rem;
  border: none;
  font-size: var(--fz24);
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: var(--theme-color);
  cursor: pointer;
  transition: 0.5s;
}
.jl-about1 .topbox .btn:hover {
  opacity: 0.8;
}
.jl-about1 .info {
  padding: 0.3rem;
  color: var(--font-color);
}
.jl-about1 .tips{
  font-size: var(--fz14);
}
.jl-about1 .info .tit {
  font-size: var(--fz18);
  color: var(--font-color);
  margin-bottom: 0.1rem;
}
.jl-about1 .info .tit span{
	color: #f00;
	font-weight: bold;
}
.jl-about1 .info .inp {
  margin-bottom: 0.3rem;
}
.jl-about1 .info .inp input {
  display: block;
  width: 100%;
  height: 0.44rem;
  line-height: 0.42rem;
  font-size: var(--fz16);
  padding: 0 0.12rem;
  border: 1px solid #cccccc;
  color: var(--font-color);
}
.jl-about1 .info .avatar-uploader input {
  display: none;
}
.jl-about1 .el-cascader{
	margin-bottom: 0.3rem;
}
.jl-about1 .el-cascader:last-child{
	margin-bottom: 0;
}
.jl-about1 .el-tag {
  background-color: var(--theme-color);
  color: #fff;
}
.jl-about1 .el-tag .el-tag__close {
  color: #fff;
}
.jl-about1 .avatar-uploader .el-upload:hover {
  border-color: var(--theme-color);
}
.jl-about1 .el-cascader .el-input.is-focus .el-input__inner {
  border-color: var(--theme-color);
}
.el-cascader-node.in-active-path {
  color: var(--theme-color);
}
.jl-about1 .fairy-tag-container {
  margin-bottom: 0.3rem;
  min-height: auto;
  padding: 0.05rem 0.12rem;
  border: 1px solid #cccccc;
}
.jl-about1 .rbox .fairy-tag-container .fairy-tag-input {
  width: 100%;
  font-size: var(--fz16);
}
.jl-about1 .area {
  display: block;
  width: 100%;
  resize: none;
  height: 1.2rem;
  padding: 0.12rem;
  font-size: var(--fz16);
  border: 1px solid #cccccc;
  margin-bottom: 0.3rem;
}
.jl-about1 .lab {
  font-size: var(--fz16);
  color: var(--font-color1);
  margin-bottom: 0.1rem;
}
.jl-about1 .el-select{
	margin-bottom: 0.3rem;
}
.jl-about1 .el-select:nth-child(2){
	margin-bottom: 0;
}
.jl-about1 .el-input__inner{
	border-radius: 0;
	border-color: #cccccc;
}
.jl-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.jl-list2 li {
  display: block;
  padding: 0 0.12rem;
  background-color: #f5f5f7;
  font-size: var(--fz14);
  color: var(--font-color);
  line-height: 1.7;
  margin-right: 0.06rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
  transition: 0.5s;
}
.jl-list2 li.on,
.jl-list2 li:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.jl-pop1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.jl-pop1 .pop-bg {
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
}
.jl-pop1 .pop-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.33rem;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jl-pop1 .info {
  background-color: #fff;
  padding: 0.6rem 0.53rem 0.37rem 0.41rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.23);
  margin-bottom: 0.38rem;
}
.jl-pop1 .tit {
  font-size: var(--fz24);
  color: var(--theme-color);
  margin-bottom: 0.2rem;
}
.jl-pop1 .sel {
  position: relative;
  background-color: #f5f5f7;
  margin-bottom: 0.3rem;
}
.jl-pop1 .sel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.22rem;
  font-size: 0;
  width: 0.13rem;
  height: 0.23rem;
  background-image: url(../images/jl/i04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 1;
}
.jl-pop1 .sel select {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 0.6rem 0 0.12rem;
  background-color: transparent;
  font-size: var(--fz16);
  line-height: 0.6rem;
  cursor: pointer;
}
.jl-list3 {
  display: flex;
}
.jl-list3 li {
  flex: 1;
  margin-right: 0.1rem;
  overflow: hidden;
}
.jl-list3 li:last-child {
  margin-right: 0;
}
.jl-list3 .con {
  display: block;
  padding-top: 100%;
  background-color: #f5f5f7;
  position: relative;
  cursor: pointer;
}
.jl-list3 .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.jl-list3 .icn {
  font-size: 0;
  height: 0.43rem;
  line-height: 0.43rem;
  margin: 0 auto 0.23rem;
}
.jl-list3 .icn img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.jl-list3 .desc {
  font-size: var(--fz16);
  color: var(--font-color1);
}
.jl-pop1 .close {
  display: block;
  width: 0.5rem;
  font-size: 0;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .jl-about1 {
    display: block;
  }
  .jl-about1 .lbox {
    flex: none;
    width: 100%;
    padding: 0.3rem;
  }
  .jl-about1 .rbox {
    width: auto;
  }
  .jl-list1 li {
    width: 24.25%;
    margin-right: 1% !important;
  }
  .jl-list1 li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .jl-list1 .btns {
    padding: 0.1rem;
  }
  .jl-list1 .btn {
    font-size: var(--fz14);
  }
  .jl-about1 .topbox {
    padding: 0.3rem 0;
  }
  .jl-about1 .topbox .btn {
    width: 2.4rem;
    line-height: 0.8rem;
  }
  .jl-about1 .info .inp input {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.15rem;
  }
  .jl-about1 .area {
    height: 1.8rem;
    padding: 0.15rem;
  }
  .jl-list2 li {
    padding: 0 0.15rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .jl-pop1 .pop-con {
    width: 10rem;
    max-width: 90vw;
  }
  .jl-pop1 .info {
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .jl-pop1 .sel select {
    line-height: 0.8rem;
  }
  .jl-pop1 .sel::after {
    width: 0.2rem;
    height: 0.34rem;
  }
  .jl-list3 li {
    margin-right: 0.15rem;
  }
  .jl-list3 .icn {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.15rem;
  }
  .jl-pop1 .close {
    width: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .jl-list1 li {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 0.2rem;
  }
  .jl-list1 li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .jl-list1 .txt {
    padding: 0.1rem 0;
  }
}

/*!* 赛事新增 */
.jl-assess{
	margin-bottom: 0.5rem;
	font-size: var(--fz18);
	color: #333;
	font-weight: bold;
}
.jl-assess .info{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.jl-assess .info .lab{
	flex-shrink: 0;
}
.jl-assess .info .lab span{
	font-size: var(--fz24);
	margin-right: 0.15rem;
}
.jl-assess .info .break{
	flex-shrink: 0;
	display: block;
	font-size: var(--fz18);
	margin-left: 0.2rem;
	cursor: pointer;
	transition: .5s;
}
.jl-assess .info .break:hover{
	font-weight: bold;
	color: var(--theme-color);
}
.jl-assess .info .tit{
	flex: 1;
	text-align: center;
	overflow: hidden;
}
.jl-assess .info .num{
	flex-shrink: 0;
	margin-right: 0.5rem;
}
.jl-assess .info .num:last-child{
	margin-right: 0;
}
.jl-assess .selbox{
	display: flex;
	align-items: center;
}
.jl-assess .selbox .lab{
	margin-right: 0.15rem;
}
.jl-assess .sel{
	width: 2rem;
}
.jl-assess .el-select{
	width: 100%;
}
.jl-assess .el-select .el-input.is-focus .el-input__inner{
	border-color: var(--theme-color);
}
.el-select-dropdown__item.selected{
	color: var(--theme-color)!important;
}
.ul-listl1 .rate{
	padding: 0.1rem 0.2rem;
}
.rate-list{
	padding: 0 0.2rem;
	overflow: hidden;
}
.rate-list li{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 0 0.15rem;
	line-height: 0.5rem;
	margin-bottom: 0;
	font-size: var(--fz16);
	cursor: pointer;
	transition: .5s;
}
.rate-list .on{
	font-size: var(--fz20);
	color: var(--theme-color);
	font-weight: bold;
}
.jl-assess2{
	margin-bottom: 0.3rem;
}
.jl-assess2 .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0.2rem;
}
.jl-assess2 .info .lab{
	font-size: var(--fz32);
	font-weight: bold;
}
.jl-assess2 .formbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jl-assess2 .form1 form{
	display: flex;
	align-items: center;
	font-size: var(--fz16);
	color: #333;
}
.jl-assess2 .form1 .btn{
	background-color: var(--theme-color);
	border: none;
	padding: 0 0.15rem;
	margin-left: 0.2rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	color: #fff;
	font-size: var(--fz16);
	cursor: pointer;
	transition: .5s;
}
.jl-assess2 .form1 .btn:hover{
	opacity: .7;
}
.jl-assess2 .form1 .inp{
	width: 0.6rem;
	height: 0.4rem;
	line-height: 0.38rem;
	border: 1px solid #ccc;
	border-radius: 0.05rem;
	margin: 0 0.05rem;
	text-align: center;
}
.jl-assess2 input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.jl-assess2 .share{
	display: flex;
	align-items: center;
	color: #333;
	transition: .5s;
}
.jl-assess2 .share:hover{
	color: var(--theme-color);
}
.jl-assess2 .share .icn{
	width: 0.25rem;
	height: auto;
	font-size: 0;
	margin-right: 0.1rem;
	cursor: pointer;
}
.jl-assess2 .share .p{
	font-size: var(--fz16);
}
.jl-assess2 .title{
	font-size: var(--fz18);
	margin-bottom: 0.2rem;
	font-weight: bold;
}
.jl-assess2 .form2 form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.jl-assess2 .form2 .con{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.jl-assess2 .form2 .lab{
	font-size: var(--fz18);
	font-weight: bold;
	margin-right: 0.15rem;
}
.jl-assess2 .form2 .sel{
	margin-right: 0.2rem;
}
.jl-assess2 .el-select .el-input.is-focus .el-input__inner{
	border-color: var(--theme-color);
}
.jl-assess2 .form2 .inp{
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-right: 0.2rem;
	padding: 0 0.2rem;
	border-radius: 0.05rem;
	border: 1px solid #ccc;
}
.jl-assess2 .form2 .btn{
	padding: 0 0.2rem;
	height: 0.4rem;
	border: none;
	background-color: var(--theme-color);
	border-radius: 0.05rem;
	color: #fff;
	font-size: var(--fz16);
	cursor: pointer;
	transition: .5s;
}
.jl-assess2 .form2 .btn:hover{
	opacity: .7;
}
@media screen and (max-width:1200px) {
	.jl-assess{
		margin-bottom: 0.3rem;
	}
	.jl-assess .info .num{
		margin-right: 0.3rem;
	}
	.jl-assess .sel{
		width: 3rem;
	}
	.rate-list li{
		padding: 0.2rem;
	}
	.jl-assess2 .formbox{
		display: block;
	}
	.jl-assess2 .form1 .btn{
		height: 0.7rem;
	}
	.jl-assess2 .form1 .inp{
		width: 1rem;
		height: 0.7rem;
		line-height: 0.68rem;
	}
	.jl-assess2 .share .icn{
		width: 0.3rem;
	}
	.jl-assess2 .form2 .con{
		margin-right: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.jl-assess2 .form2 .sel{
		flex: 1;
		margin-right: 0;
	}
	.jl-assess2 .form2 .inp{
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.jl-assess2 .form2 .btn{
		height: 0.8rem;
	}
}
@media screen and (max-width:480px) {
	.jl-assess .info{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.jl-assess .info .lab{
		margin-bottom: 0.2rem;
	}
	.jl-assess .info .break{
		margin-left: 0;
		margin-bottom: 0.2rem;
	}
	.jl-assess .info .num{
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.jl-assess .info .tit{
		flex: none;
		flex-shrink: 0;
		text-align: left;
		margin-bottom: 0.2rem;
	}
	.jl-assess .sel{
		flex: 1;
		width: auto;
	}
	.jl-assess2 .info .lab{
		margin-bottom: 0.2rem;
	}
	.jl-assess2 .form1{
		width: 100%;
	}
	.jl-assess2 .form1 .inp{
		flex: 1;
		overflow: hidden;
	}
	.jl-assess2 .form2 .con{
		width: 100%;
		margin-right: 0;
	}
	.jl-assess2 .el-select{
		width: 100%;
	}
	.jl-assess2 .form2 .inp{
		flex: 1;
		overflow: hidden;
	}
}