html, body {
	width: 100%;
	height: 100%;
}
/* banner部分 */
.banner-wrap {
	position: relative;
	width: 100%;
	height: 7em;
	background: url('../images/join/join-bg.png') no-repeat center;
	background-size: cover;
}
.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	opacity: 0.5;
	z-index: 5;
}
.banner-container {
	padding-left: 0.58rem;	
}
.banner-title {
	padding-top: 3.75rem;
	font-size: 0.5rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255,255,255,1);
}
/* info部分 */
.info-box {
	position: relative;
	padding-top: 0.8rem;
	top: -1.9rem;
    background: rgba(255, 255, 255,1);
    border: 1px solid rgba(230, 232, 245, 1);
	opacity: 0.94;
	margin-bottom: -1.9rem;
	padding-bottom: 0.4rem;
	border-radius: 2px;
}
.info-title {
	margin-bottom: 0.2rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	line-height: 0.32rem;
	text-align: center;
}
.info-desc {
	margin-bottom: 1.2rem;
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 0.18rem;
	opacity: 0.8;
	text-align: center;
}
.info-line {
	height: 1px;
	background: linear-gradient(to right, rgba(125,128,133, 0), rgba(125,128,133, .3), rgba(125,128,133, 0));
}
.info-category-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.4rem;
}
.info-category-item {	
	font-size: 0.18rem;
 	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(51,51,51,1);
	cursor: pointer;
	user-select: none;
	height: 0.4rem;
	margin-right: 0.9rem;
	border-bottom: 1px solid transparent;
	transition: all 0.5s linear;
}
.info-category-item.last {
	margin-right: 0;
}
.info-category-item.active {
	color: rgba(22,120,255,1);
	border-bottom: 1px solid #1678FF;
}
.info-title-wrap {
	display: flex;
	align-items: center;
	height: 0.8rem;
	padding: 0 0.8rem;
}
.info-title-item {
	text-align: center;
	font-size: 0.18rem;
 	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51,51,51,1);
	user-select: none;
}
.info-content-wrap {
	width: 100%;
	display: none;
}
.info-content {
	display: flex;
	align-items: center;
	height: 0.8rem;
	padding: 0 0.8rem;
	cursor: pointer;
	user-select: none;
}
.info-content:hover .info-content-item {
	color: rgba(22,120,255,1);
}
.info-content-item {
	text-align: center;
	font-size: 0.18rem;
 	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(51,51,51,1);
	user-select: none;	
}
.info-title-item, .info-content-item {
	width: 25%;
}
.info-title-item:first-child, .info-content-item:first-child {
	width: 30%;
}
.info-title-item:nth-child(2), .info-content-item:nth-child(2) {
	width: 20%;
}
.join-mask {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.join-mask {
	display: none;
}
.info-detail-box {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -3.15rem;
    margin-left: -3.5rem;
    width: 8rem;
    max-height: 7rem;
    border-radius: 0.1rem;
    overflow: hidden;
    background: #fff;
    padding: 0.4rem; 
}
.info-detail-title {
	margin-bottom: 0.12rem;
	text-align: center;
	font-size: 0.18rem;
 	font-family: PingFang SC;
	font-weight: bold;
	color: #333;
	user-select: none;
}
.info-detail-other {
    font-size: 0.14rem;
    height: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-detail-scroll {
	max-height: 4.2rem;
	overflow-y: auto;
}
.info-detail-scroll::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.info-detail-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.info-detail-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #ededed;
}
.info-detail-category {
    font-size: 0.14rem;
 	font-family: PingFang SC;
	font-weight: bold;
	line-height: 0.42rem;
}
.info-detail-desc {
	font-size: 0.14rem;
 	font-family: PingFang SC;
 	line-height: 0.28rem;
}
.info-detail-desc span {
	display: block;
}
.info-detail-mail {
	margin-top: 0.24rem;
	padding-top: 0.24rem;
	border-top: 1px solid #EBEAEA;
}
.info-detail-mail a {
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
    height: 0.48rem;
    background: #28b8ec;
    color: #fff;
    border-radius: 0.48rem;
    font-size: 0.24rem;
    outline: none;
}
.info-detail-close {
	width: 0.16rem;
    height: 0.16rem;
    cursor: pointer;
    background: url(../images/join/close.png) no-repeat;
    position: absolute;
    right: 0.16rem;
    top: 0.16rem;
}