.gnjb-modal {
  position: absolute;
  width: 506px;
	background-color: #f6e9d3;
	border-radius: 8px;
  z-index: 2;
  display: none;
}
.gnjb-modal .modal-tit {
  text-align: center;
  height: 40px;
  line-height: 40px;
	background-color: #ffc152;
	border-radius: 8px 8px 0px 0px;
  font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.gnjb-modal .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.gnjb-modal .list li {
  margin: 11px 0 0 53px;
  width: 111px;
	height: 196px;
  text-align: center;
}
.gnjb-modal .list .li-box {
  width: 100px;
	height: 188px;
  position: relative;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px 
		#c5a877;
  margin: 0 auto;
}
.gnjb-modal .list .lx .select-bg, .gnjb-modal .list .dx .select-bg {
  position: absolute;
  background: url(../img/lx-bg.png) no-repeat;
  width: 64px;
  height: 49px;
  left: -24px;
  top: -5px;
  line-height: 49px;
  font-size: 16px;
	font-weight: bold;
	color: #ffffff;
  padding-left: 3px;
  box-sizing: border-box;
  z-index: 2;
}
.gnjb-modal .list li.dx .li-box {
  width: 111px;
	height: 196px;
  border: 6px solid #de40f0;
  display: block;
}
.gnjb-modal .list .dx .select-bg {
  background: url(../img/dx-bg.png) no-repeat;
  color: #fff600;
}
.gnjb-modal .list .num-bg {
  position: absolute;
  background: url(../img/xq-num-bg.png) no-repeat;
  width: 40px;
	height: 23px;
	line-height: 23px;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
	color: #ffffff;
  z-index: 2;
}
.gnjb-modal .list li .avatar-box {
  width: 86px;
	height: 120px;
  margin: 0 auto 5px;
  position: relative;
  overflow: hidden;
}
.gnjb-modal .list li .avatar-box img {
  width: 86px;
	height: 102px;
  object-fit: cover;
  margin-top: 6px;
}
.gnjb-modal .list li .avatar-box .name {
  height: 24px;
  line-height: 24px;
	background-color: #0e48bc;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
	color: #ffffff;
}
.tag, .p-num {
  text-align: center;
  font-size: 14px;
	color: #000000;
  padding: 0 2px;
}
.p-num {
  color: #4e2d8e;
}
.gnjb-modal .list li:nth-child(3n+1) {
  margin-left: 31px;
}
.gnjb-wrap {
  width: 100%;
	background-color: #ffffff;
	border: solid 1px #cbcbcb;
  border-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 27px 0;
}
.gnjb-wrap a {
  display: block;
  width: 174px;
	height: 58px;
	background-image: linear-gradient(0deg, 
		#faf2ff 0%, 
		#ffffff 65%);
	border-radius: 2px;
	border: solid 1px #aa99be;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 27px 0 0 25px;
}
.gnjb-wrap a:nth-child(2n+1) {
  margin-left: 17px;
}
.gnjb-wrap a img {
  margin-left: 6px;
  width: 35px;
	height: 35px;
}
.gnjb-wrap a span {
  font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
  margin-left: 6px;
}
.gnjb-wrap a span.f-12 {
  font-size: 12px;
  margin-left: 6px;
}
.gnjb-wrap a span.f-16 {
  font-size: 16px;
  margin-left: 8px;
}
.gnjb-wrap a span.f-18 {
  font-size: 18px;
  margin-left: 9px;
}
.gnjb-wrap a:hover {
  background-image: linear-gradient(
		#7f59c7, 
		#7f59c7), 
	linear-gradient(0deg, 
		#faf2ff 0%, 
		#ffffff 65%);
}
.gnjb-wrap a:hover span {
  color: #fff;
}
@media screen and (max-width: 768px){
  .gnjb-wrap {
    padding: 0 0 .3rem 0;
  }
  .gnjb-wrap a {
    display: flex;
    width: 48%;
    height: 1rem;
    margin: .3rem 1% 0;
  }
  .gnjb-wrap a:nth-child(2n+1) {
    margin-left: 1%;
  }
  .gnjb-wrap a img {
    margin-left: .1rem;
    width: .4rem; 
    height: .4rem;
  }
  .gnjb-wrap a span {
    font-size: .32rem;
    margin-left: .15rem;
  }
  .gnjb-wrap a span.f-12 {
    font-size: .24rem;
    margin-left: .1rem;
  }
  .gnjb-wrap a span.f-16 {
    font-size: .28rem;
    margin-left: .12rem;
  }
  .gnjb-wrap a span.f-18 {
    font-size: .3rem;
  }
  .gnjb-modal {
    width: 80%;
  }
  .gnjb-modal .modal-tit {
    height: .7rem;
    line-height: .7rem;
    font-size: .3rem;
    padding-left: .1rem;
  }
  .gnjb-modal .list {
    padding: .2rem .4rem;
    justify-content: space-between;
  }
  .gnjb-modal .list li {
    margin: .1rem 0 0;
  }
  .gnjb-modal .list li:nth-child(3n+1) {
    margin-left: 0;
  }
  #black .gnjb-wrap {
    background: #000;
  }
}