.header{
	margin: 0;
	padding:0 0.93rem;
	height: 3.12rem;
	background: #004096;
	display: flex;
	align-items: center;
}
.header-sidebar-ico{
	background-image: url(../../public/img/sidebar-ico-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.93rem;
	height: 1.12rem;
}
.header-center{
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.header-logo{
	background-image: url(../../public/img/logo-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7.68rem;
	height: 0.788rem;
}
.header-search-ico{
	background-image: url(../../public/img/search-ico-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.93rem;
	height: 0.93rem;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}
.swiper-slide{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-slide a{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.swiper-slide img{
	width: 100%;
	max-height:8rem;
	object-fit: cover;
}

.swiper-img-mask{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	overflow: hidden;
}
.swiper-slide a h2{
	font-family: FZLTZHK--GBK1-0;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	max-width: 400px;
	margin: 60px 0;
}
.swiper-slide a p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.25px;
	max-width: 220px;
	margin: 20px 0;
}
.swiper-btn{
	margin-top: 1.87rem;
	border: 1px solid #FFFFFF;
	border-radius: 0.25rem;
	border-radius: 0.25rem;
	width: 3.34rem;
	height: 1.03rem;
	line-height: 1.03rem;
	font-size: 0.37rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-btn div{		
	margin-left: 0.31rem;
	width: 0.31rem;
	height: 0.31rem;
	border-top: 0.06rem solid #ffffff;
	border-right: 0.06rem solid #ffffff;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
/* .swiper-pagination{
	margin-bottom: 0.93rem;
} */
.swiper-btn:hover{
	opacity: 0.8;
	transform:scale(1.01);
/* 	border: 1px solid #004096; */ 
}
.swiper-button-prev{
	padding-left: 3.75rem;
}
.swiper-button-next{
	padding-right: 3.75rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   width: 1.87rem;
   height: 0.12rem;
   border-radius: 0.06rem;
   background-color: #FFFFFF;
}

.compulsory,
.elective,
.module{
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	flex-flow: column;
}
.compulsory-title-bg,
.elective-title-bg,
.module-title-bg{
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.62rem;
	color: #EEEEEE;
	text-align: center;
	position: relative;
	letter-spacing: 0.12rem;
	height: 0.87rem;
	line-height: 1rem;
	margin-top: 1.25rem;
}
.compulsory-title,
.elective-title,
.module-title{
	letter-spacing: 0.03rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.93rem;
	text-align: center;
	color: #4A4A4A;
	line-height: 1.31rem;
	height: 1.31rem;
	position: absolute;
	left:0; 
	right:0; 
	top:0; 
	bottom:0;
	margin:auto;
}
.module-list{
	margin-top: 0.93rem;
	width: 100%;
	display: flex;
}
.module-list-item{
	display: flex;
	flex:1;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.module-list-item a{
	height: 4.37rem;
	width: 4.37rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0 3px 10px 0 #CCCACC;
	border-radius: 0.31rem;
}
.module-heart img,
.module-home img,
.module-sport img,
.module-immuno img{
	max-height: 1.37rem;
}
.module-heart p3,
.module-heart p1,
.module-heart p2,
.module-heart p0{
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	letter-spacing: 0.03rem;
	text-align: center;
	margin: 0;
	margin-top: 0.78rem;
}

.module-heart p0{
	color: #F4485F;
}
.module-heart p3{
	color: #3B639E;
}
.module-heart p1{
	color: #64BFA1;
}
.module-heart p2{
	color: #38BEEF;
}
.module-home p{
	color: #64BFA1;
}
.module-immuno p{
	color: #3B639E;
}
.module-sport p{
	color: #38BEEF;
}
.elective-list,
.compulsory-list{
	margin-top: 0.93rem;
	padding: 0.5rem 0;
	width:100%;
	clear:both;
	display:flex;
	flex-wrap:wrap;
}
.elective-list-item,
.compulsory-list-item{
	display: flex;
	float: left;
	width: 48%;
	padding: 0.46rem 1%;
	line-height: 0;
}
.elective-detail,
.compulsory-detail{
	display: block;
	width: 100%;
	border-radius: 0.31rem;
}
.elective-detail,
.compulsory-detail{
	border-radius: 0.31rem;
	box-shadow: 0 0.09rem 0.31rem 0 #CCCACC;
}
.elective-detail img,
.compulsory-detail img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
	max-height:6.25rem;
	border-top-left-radius:0.31rem;
	border-top-right-radius: 0.31rem;
	-webkit-border-top-left-radius: 0.31rem;
	-webkit-border-top-right-radius: 0.31rem; 
}
.elective-detail h5,
.compulsory-detail h5{
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 0.75rem;
	margin-top: 0.56rem;
	padding: 0 0.37rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.elective-detail p,
.compulsory-detail p{
	font-family: PingFangSC-Regular;
	font-size: 0.5rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	line-height: 0.75rem;
	height: 1.5rem; 
	margin-top: 0.37rem;
	padding: 0 0.37rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}
.elective-detail-more,
.compulsory-detail-more{
	display: flex;
	padding: 0 0.37rem;
	margin: 0.56rem auto;
	justify-content: space-between;
	align-items: center;
}
.elective-author img,
.compulsory-author img{
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.25rem;
}
.elective-author,
.compulsory-author{
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0rem;
	line-height: 0.75rem;
	display: flex;
	max-width: 60%;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.elective-price,
.compulsory-price{
	background: #12C9FE;
	border-radius: 0.43rem;
	max-width: 50%;
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.75rem;
	height: 0.75rem;
	padding: 0.06rem 0.5rem;
}


.compulsory-btn-more{
	width: 100%;
	height: 5.62rem;
	position: relative;
	background-color: #004096;
	margin-top: 0.78rem;
	display: flex;
}
.compulsory-btn-left{
	margin-top: 0.93rem;
	margin-left: 0.93rem;
}
.compulsory-btn-left p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 0.75rem;
	color: #FFFFFF;
/* 	letter-spacing: 0.25px; */
}
.compulsory-btn{
	margin-top: 0.68rem;
	border: 0.03rem solid #FFFFFF;
	border-radius: 0.15rem;
	height: 0.93rem;
	width: 3rem;
	font-family: PingFangSC-Regular;
	font-size: 0.37rem;
	line-height: 0.43rem;
	color: #FFFFFF;
/* 	letter-spacing: 0.29px; */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.compulsory-btn:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.compulsory-btn div{
/* 	margin-left: 0.93rem; */
	width: 0.43rem;
	height: 0.43rem;
	border-top: 0.03rem solid #FFFFFF;
	border-right: 0.03rem solid #FFFFFF;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.compulsory-btn-right{
	background: url(../../index/img/compulsory-bg.png);
	background-size: 8.28rem 5.62rem;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 8.28rem;
	height: 5.62rem;
	position: absolute;
	right: 0;
	border: 0;
}
.elective{
	position: relative;
}
.elective-bg{
	left:0;
	right:0;
	height: 21.5rem;
	background-color:#004096;
	position: absolute;
/* 	bottom:calc(-21.5rem + 0.5rem + 0.46rem + 1.87rem + 0.12rem + 1.87rem + 1.31rem); */
	bottom:-15.37rem;
}
.elective-detail{
	background-color: #FFFFFF;
}
.elective-list{
	z-index: 10;
}
.custom{
	z-index: 10;
	margin-top: 1.4rem;
	position: relative;
}
.custom-top p{
/* 	width: 100%; */
	font-family: PingFangSC-Medium;
	font-size: 0.93rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 1.25rem;
	margin: 0 0.93rem;
}
.custom-top p span{
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-left: 1.12rem;
}
.custom-selects{
	display: flex;
	flex-flow: column;
	padding: 0.93rem 0;
	justify-content: space-between;
}
.custom-bottom{
	width: 100%;
	display: flex;
	justify-content: center;
}
.custom-bottom-btn{	
	border: 1px solid #FFFFFF;
	border-radius: 0.25rem;
	height: 1.56rem;
	width: 5rem;
	font-family: PingFangSC-Regular;
	font-size: 0.56rem;
	line-height: 1.56rem;
	color: #FFFFFF;
	letter-spacing: 0.29px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.custom-bottom-btn:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.custom-bottom-btn div{
	margin-left: 0.93rem;
	width: 0.43rem;
	height: 0.43rem;
	border-top: 0.09rem solid #FFFFFF;
	border-right: 0.09rem solid #FFFFFF; 
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.select-item{
	display: flex;
	position: relative;
	margin: 0.31rem 0;
}
.select-input{
	position:relative;
	border-radius: 0.25rem;
	width: 100%;
	height: 1.87rem;
	margin:0 0.62rem;
	cursor: pointer;
	padding: 0 2rem 0 0.62rem;
	height:1.87rem;
	border: none;
	background-color: #FFFFFF;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;cursor:pointer;
	display: flex;
	align-items: center;
}
input::-moz-placeholder,
input::-webkit-input-placeholder{
    color:#C1C1C2;
    font-size:0.75rem;
}
.select-arrow{
	content:"";
	position:absolute;
	right:1.31rem;
	top: 50%;
	margin-top:-0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.06rem solid #4A4A4A;
	border-right: 0.06rem solid #4A4A4A;
	transform: rotate(135deg);
	transition: all 0.3s ease 0s;
}
.select-arrow-turn{
  content:"";
  display: inline-block;
  margin-top: -0.25rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.weui-actionsheet{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.document,
.reference{
	width: 100%;
	padding-top: 2.81rem;
	margin: 0px auto;
	position: relative;
	display: flex;
	flex-flow: column;
	z-index: 3;
}
.document{
	padding-top: 0.62rem;
}
.document-top,
.reference-top{
	display: flex;
	margin: 0 0.93rem;
	justify-content: space-between;
}
.document-top-left h2,
.reference-top-left h2{
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.93rem;
	line-height: 1.31rem;
	color: #4A4A4A;
	letter-spacing: 0;
}
.document-top-left p,
.reference-top-left p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 0.62rem;
	line-height: 0.87rem;
	color: #4A4A4A;
	letter-spacing: 0;
	padding-top:0.31rem;
}
.doc-right-content{
	margin-top: 0.31rem;
}
.document-top-left p {	
	padding-top: 0;
}
.document-top-right,
.reference-top-right{
	display: flex;
	align-items: flex-end;
}
.document-top-right a,
.reference-top-right a{
	border-radius: 0.25rem;
	height: 50px;
	width: 5rem;
	font-family: PingFangSC-Regular;
	font-size: 0.56rem;
	line-height: 0.56rem;
	background-color: #004096;
	color: #FFFFFF;
	letter-spacing: 0.03rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.document-top-right a:hover,
.reference-top-right a:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.document-top-right a div,
.reference-top-right a div{
	margin-left: 0.93rem;
	width: 0.43rem;
	height: 0.43rem;
	border-top: 0.09rem solid #FFFFFF;
	border-right: 0.09rem solid #FFFFFF;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.reference-bottom{
	display: flex;
	padding: 1.25rem 0.93rem;
}
.reference-table,
.reference-tools,
.reference-courseware{
	flex:1;
}
.reference-table{
	width: 100%;
/* 	height: 9.43rem; */
	background: #F6F6F6;
	border-radius: 0.25rem;
	display: block;
}
.reference-table img{
	display: inline-block;
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
}
.reference-tools img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
}
.reference-tools h2,
.reference-table h2{
	margin-top: 0.43rem;
	margin-left: 0.62rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.68rem;
	color: #4A4A4A;
	letter-spacing: 0.03rem;
}
.reference-tools p,
.reference-table p{
	margin-left: 0.62rem;
	margin-bottom: 0.37rem;
	font-family: FZLTXHK--GBK1-0;
	font-size: 0.43rem;
	color: #000000;
	line-height: 0.87rem;
}
.reference-courseware h2{
	margin-top: 14px;
	margin-left: 0.62rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.68rem;
	color: #4A4A4A;
	letter-spacing: 0.03rem;
}
.reference-courseware p{
	margin-left: 0.62rem;
	margin-bottom: 0.43rem;
	font-family: FZLTXHK--GBK1-0;
	font-size: 0.43rem;
	color: #000000;
	line-height: 0.87rem;
}
.reference-courseware{
	flex: 1;
	position: relative;
	width: 6.75rem;
}
.reference-courseware img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 100%;
	margin-top: 0.43rem;
	border: 0;
	position: absolute;
	bottom: 0;
}
.reference-courseware{
	margin: 0 0.62rem;
	background-color:#F6F6F6;
	border-radius: 0.25rem;
}
.reference-tools{
	flex: 1;
	background-color:#F6F6F6;
	border-radius:0.25rem;
}
.document-bottom{
	padding: 0 0.93rem;
	margin-top: 1.25rem;
}
.doc-left-bottom{
	display: block;
}
.doc-left-top{
	display: flex;
}
.doc-item01,
.doc-item02,
.doc-item03,
.doc-item04{
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0.25rem;
	line-height: 0;
}
.doc-item01 img,
.doc-item02 img,
.doc-item03 img,
.doc-item04 img{
	width: 100%;
}
.doc-item01 p,
.doc-item02 p,
.doc-item03 p,
.doc-item04 p{
	position: absolute;
	left: 0.5rem;
	bottom: 1rem;
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #FFFFFF;
	letter-spacing:0.03rem;
}
.BackTop{
	position: fixed;
    bottom: 1.12rem;
    right:0.93rem;
	width: 1.87rem;
	height: 1.87rem;
	z-index: 100;
	cursor: pointer;
	display: none;
}
.BackTop img{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 50%;
}

.custom-model{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.5);
}
.custom-content{
	position: absolute;
	z-index: 100 !important;
	background-color: #FFFFFF;
	width: 60%;
	padding: 1.5rem 0.93rem;
	border-radius: 0.25rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
input{
	box-sizing:border-box;
	padding: 0 0.93rem;
}
input:focus{
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
input::-webkit-input-placeholder {
	color: #9B9B9B;
}
.custom-btn{
	width: 100%;
	display: flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.custom-cancel{
	background: #FFFFFF;
	border-radius: 0.93rem;
	border: 0.03rem solid #004096;
	padding: 0.31rem 0.93rem;
	font-family: PingFangSC-Medium;
	font-size: 0.93rem;
	color: #004096;
	letter-spacing: 0rem;
	text-align: justify;
	line-height: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.custom-submit{
	background: #03C772;
	border-radius: 0.93rem;
	border: 0.03rem solid #03C772;
	padding: 0.31rem 0.93rem;
	font-family: PingFangSC-Medium;
	font-size: 0.93rem;
	color: #FFFFFF;
	letter-spacing: 0rem;
	text-align: justify;
	line-height: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.custom-hint{
	margin-bottom: 1rem;
}
.custom-hint,
.custom-username,
.custom-phone,
.custom-email{
	width: 100%;
}
.custom-username input,
.custom-phone input,
.custom-email input{
	height: 2.75rem;
	width: 100%;
	background: #F6F6F6;
	border: none;
	margin-bottom: 0.93rem;
	border-radius: 0.37rem;
	outline-style: none ;	
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	letter-spacing: 0;
}