
.main{
	width: 100%;
/* 	height: 75rem; */
}
.BackTop img{
	width: 1.25rem;
	height: 1.25rem;
	background: #004096;
	border-radius: 0.125rem;
}
.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%;
	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: 2.5rem;
	color: #FFFFFF;
	letter-spacing: 0.0.3125rem;
	max-width: 25rem;
	margin: 3.75rem 0;
}
.swiper-slide a p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 1.25rem;
	color: #FFFFFF;
	letter-spacing: 0.1.5625rem;
	max-width: 13.75rem;
	margin: 1.25rem 0;
}
.swiper-btn{
	margin-top: 3.75rem;
	border: 0.0625rem solid #FFFFFF;
	border-radius: 0.5rem;
	border-radius: 0.5rem;
	width: 6.6875rem;
	height: 2.0625rem;
	line-height: 2.0625rem;
	font-size: 0.75rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-btn div{		
	margin-left: 0.625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #ffffff;
	border-right: 0.125rem 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: 1.875rem;
}
.swiper-btn:hover{
	opacity: 0.8;
	transform:scale(1.01);
/* 	border: 0.0625rem solid #004096; */
}
.swiper-button-prev{
	padding-left: 7.5rem;
}
.swiper-button-next{
	padding-right: 7.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   width: 3.75rem;
   height: 0.25rem;
   border-radius: 0.125rem;
   background-color: #FFFFFF;
}
/* .swiper-pagination-bullet-active {
  opacity: 0.5;
} */
.module-heart img,
.module-home img,
.module-sport img,
.module-immuno img{
	max-height: 4.625rem;
}
.module-heart p3,
.module-heart p1,
.module-heart p2,
.module-heart p0{
font-family: PingFangSC-Medium;
    font-size: 1.625rem;
    letter-spacing: 0.1.375rem;
    text-align: center;
    margin: 0;
    margin-top: 1.75rem;
}

.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;
}


.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: 1.875rem;
	color: #EEEEEE;
	letter-spacing: 0.3rem;
	text-align: center;
	position: relative;
	height: 2.625rem;
	line-height: 2.625rem;
	margin-top: 5.4375rem;
}
.compulsory-title,
.elective-title,
.module-title{
	font-family: FZLTZHK--GBK1-0;
	font-size: 2rem;
	text-align: center;
	color: #4A4A4A;
	letter-spacing: 0.2.0625rem;
	line-height: 2rem;
	height: 2rem;
	position: absolute;
	left:0; 
	right:0; 
	top:0; 
	bottom:0;
	margin:auto;
}
.elective-list,
.compulsory-list,
.module-list{
	margin-top: 2.5rem;
	width: 75rem;
	display: flex;
}
.elective-list-item,
.compulsory-list-item,
.module-list-item{
	display: flex;
	flex:1;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.module-list-item a{
	height: 13.75rem;
	width: 13.75rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	transition:all 0.2s ease-out;
	box-shadow: 0 0.1875rem 0.625rem 0 #CCCACC;
		border-radius: 1.25rem;
}
.module-list-item a:hover{
	background: #FFFFFF;

	transform:scale(1.1);
}
.module-heart span,
.module-home span,
.module-sport span,
.module-immuno span{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 6.25rem;
	height: 4.625rem;
}
.module-heart span{
	background-image: url(../../index/img/module01.png);
}
.module-home span{
	background-image: url(../../index/img/module02.png);	
}
.module-sport span{
	background-image: url(../../index/img/module03.png);
}
.module-immuno span{
	background-image: url(../../index/img/module04.png);
}
.module-sport p,
.module-immuno p,
.module-home p,
.module-heart p{
	font-family: PingFangSC-Medium;
	font-size: 1.625rem;
	color: #F4485F;
	letter-spacing: 0.1.375rem;
	text-align: center;
	margin: 0;
	margin-top: 1.75rem;
}
.module-home p{
	color: #64BFA1;
}
.module-immuno p{
	color: #3B639E;
}
.module-sport p{
	color: #38BEEF;
}
.module-btn-more{
	margin-top: 1.875rem;
	border: 0.0625rem solid #004096;
	border-radius: 0.5rem;
	height: 3.125rem;
	width: 10rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #004096;
	letter-spacing: 0.1.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition:all 0.2s ease-out;
}
.module-btn-more:hover{
	opacity: 0.8;
	transform:scale(1.05);
}
.module-btn-more div{
	margin-left: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 0.0625rem solid #004096;
	border-right: 0.0625rem solid #004096;
	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 */
}
.elective-detail,
.compulsory-detail{
	display: block;
	width: 16.875rem;
	height: 18.125rem;
	border-radius: 0.625rem;
	box-shadow: 0 0.1875rem 0.625rem 0 #CCCACC;
 	transition:all 0.2s ease-out;
}
.elective-detail:hover,
.compulsory-detail:hover{
	border-radius: 0.625rem;
	box-shadow: 0 0.1875rem 0.625rem 0 #CCCACC;
 	transform:scale(1.1);
}
.elective-detail img,
.compulsory-detail img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 16.875rem;
	height: 9.375rem;
	border-top-left-radius:0.625rem;
	border-top-right-radius: 0.625rem;
	-webkit-border-top-left-radius: 0.625rem;
	-webkit-border-top-right-radius: 0.625rem; 
}
.elective-detail h5,
.compulsory-detail h5{
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 1.25rem;
	margin-top: 0.9375rem;
	padding: 0 0.625rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.elective-detail p,
.compulsory-detail p{
	font-family: PingFangSC-Regular;
	font-size: 0.875rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	line-height: 1.25rem;
	height: 2.5rem;
	margin-top: 0.625rem;
	padding: 0 0.625rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}
/* .compulsory-detail p::after{
	content: "..."; position: absolute; bottom: 0; right: 0;padding:0 0.0625rem;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
} */
.elective-detail-more,
.compulsory-detail-more{
	display: flex;
	padding: 0 0.625rem;
	margin-top: 0.9375rem;
	justify-content: space-between;
	align-items: center;
}
.elective-author img,
.compulsory-author img{
/* 	background: url(../../index/img/author-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center; */
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.375rem;
}
.elective-author,
.compulsory-author{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0.0.8125rem;
	line-height: 1.25rem;
	display: flex;
	max-width: 60%;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.elective-price,
.compulsory-price{
	background: #12C9FE;
	border-radius: 0.6875rem;
	max-width: 30%;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 1rem;
	padding: 2px 0.9375rem;
}
.compulsory-btn-more{
	width: 75rem;
	height: 12.625rem;
	position: relative;
	background-color: #004096;
	margin-top: 3.375rem;
	display: flex;
}
.compulsory-btn-left{
	margin-top: 2.5rem;
	margin-left: 2.5rem;
}
.compulsory-btn-left p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 1.875rem;
	color: #FFFFFF;
	letter-spacing: 0.1.5625rem;
}
.compulsory-btn{
	margin-top: 1.875rem;
	border: 1px solid #FFFFFF;
	border-radius: 0.5rem;
	height: 3.125rem;
	width: 10rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #FFFFFF;
	letter-spacing: 0.1.8125rem;
	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: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 1px solid #FFFFFF;
	border-right: 1px 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: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 27.625rem;
	height: 12.625rem;
	position: absolute;
	right: 0;
	border: 0;
}
.elective{
	position: relative;
}
.elective-bg{
	left:0;
	right:0;
	height: 27.5rem;
	background-color:#004096;
	position: absolute;
	top:19.9375rem;
}
.elective-detail{
	background-color: #FFFFFF;
}
.elective-list{
	z-index: 10;
}
.custom{
	width: 75rem;
	z-index: 10;
	margin-top: 5.625rem;
	margin: 5.625rem auto;
	position: relative;
}
.custom-top p{
	width: 100%;
	font-family: PingFangSC-Medium;
	font-size: 2.5rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 2.5rem;
}
.custom-top p span{
	font-family: PingFangSC-Regular;
	font-size: 1.5rem;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-left: 1.875rem;
}
.custom-bottom{
	display: flex;
	justify-content: space-between;
}
.custom-bottom-left{
	display: flex;
	margin-top: 1.875rem;
}
#course_classify{
	margin: 0 2.5rem;
}
.custom-bottom-right{
	margin-top: 1.875rem;
	border: 1px solid #FFFFFF;
	border-radius: 0.5rem;
	height: 3.125rem;
	width: 10rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #FFFFFF;
	letter-spacing: 0.1.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.custom-bottom-right:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.custom-bottom-right div{
	margin-left: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 1px solid #FFFFFF;
	border-right: 1px 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 */
}
/* .custom-bottom-left select{
	width: 16.875rem;
	height:3.125rem;
	border-radius: 0.5rem;
    border: none;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.custom-bottom-left select::-ms-expand {display: none;}
.course_type{
	width: 16.875rem;
	height:3.125rem;
	border-radius: 0.5rem;
	border: none;
} */
.custom-select-space{
	width: 2.5rem;
	height: 100%;
}
.select{
	position:relative;
	border-radius: 0.5rem;
	width: 16.875rem;
	height:3.125rem;
	min-width:16.875rem;
	border: none;
	background-color: #FFFFFF;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;cursor:pointer;
	display: flex;
	align-items: center;
}
.select:after{
	content:"";
	position:absolute;
	right:0.625rem;
	top: 50%;
	margin-top:-0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(135deg);
	transition: all 0.3s ease 0s;
}
.select-arrow-turn:after{
  content:"";
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.select .select_text{
	padding:0 1.25rem 0 0.625rem;
	height:2.25rem;
	line-height:2.25rem;
	color: #c5c8ce;
}
.select-selected{
	color: #000000!important;
}
.select_ul{
	display:none;
	position:absolute;
	top:3.375rem;
	left:-1px;
	width:16.875rem;
	max-height: 12.5rem;
	overflow-y: auto;
	-ms-overflow-y: auto;
	min-width:16.875rem;
	background: #ffffff;
	box-shadow: 0 2px 0.25rem 0 rgba(0,0,0,0.50);
	border-radius: 0.25rem;
}
.select_ul::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
}
.select_ul::-webkit-scrollbar-track-piece {
  background-color: transparent; //滚动槽
  -webkit-border-radius: 0.375rem;
}
.select_ul::-webkit-scrollbar-thumb:vertical {
  height: 0.75rem;
  background-color: #BDBDBD;
  -webkit-border-radius: 0.375rem;
}
.select_ul::-webkit-scrollbar-thumb:horizontal {
  width: 0.75rem;
  background-color: #BDBDBD;
  -webkit-border-radius: 0.375rem;
}
//滚动条鼠标移上去的样式
.select_ul::-webkit-scrollbar-thumb:vertical:hover,
.select_ul::-webkit-scrollbar-thumb:horizontal:hover
{
  background-color: #808080;
}
.select_ul li{
	line-height:30px;
	text-indent:0.625rem;
}
.select_ul li:hover{
	color:#fff;
	background:#2d8cf0;
	border-radius: 0rem;
}
/* .select_ul li.cur{
	color:#fff;
	background:#6AA7EA;
	border-radius: 0.5rem;
} */
.reference{
	height: 21rem;
	width: 75rem;
	z-index: 10;
	padding-top: 5.625rem;
	margin: 0rem auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
.reference-left{
	position: relative;
}
.reference-left h2{
	font-family: FZLTZHK--GBK1-0;
	font-size: 2rem;
	line-height: 3.5rem;
	color: #4A4A4A;
	letter-spacing: 0;
}
.reference-left p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0;
	padding-top:1.25rem;
}
.reference-left a{
	position: absolute;
	bottom: 0;
	border-radius: 0.5rem;
	height: 3.125rem;
	width: 10rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	background-color: #004096;
	color: #FFFFFF;
	letter-spacing: 0.1.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.reference-left a:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.reference-left a div{
	margin-left: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 1px solid #FFFFFF;
	border-right: 1px 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-right{
	display: flex;
}
.reference-table{
	width: 15rem;
	height: 21rem;
	background: #F6F6F6;
	border-radius: 0.5rem;
}
.reference-table div{
	background: url(../../index/img/reference-table.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 15rem;
	height: 15rem;
}
.reference-tools div{
	background: url(../../index/img/reference-tools.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 15rem;
	height: 15rem;
}
.reference-tools h2,
.reference-table h2{
	margin-top: 0.9375rem;
	margin-left: 2rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 1.5rem;
	color: #4A4A4A;
	letter-spacing: 0.2.4375rem;
}
.reference-tools p,
.reference-table p{
	margin-left: 2rem;
	font-family: FZLTXHK--GBK1-0;
	font-size: 1rem;
	color: #000000;
	line-height: 2rem;
}
.reference-courseware h2{
	margin-top: 0.9375rem;
	margin-left: 2rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 1.5rem;
	color: #4A4A4A;
	letter-spacing: 0.2.4375rem;
}
.reference-courseware p{
	margin-left: 2rem;
	margin-bottom: 1.0625rem;
	font-family: FZLTXHK--GBK1-0;
	font-size: 1rem;
	color: #000000;
	line-height: 2rem;
}
.reference-courseware{
	position: relative;
	width: 15rem;
}
.reference-courseware div{
	background: url(../../index/img/reference-courseware.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 15rem;
	height: 15rem;
	margin-top: 0.875rem;
	border: 0;
	position: absolute;
	bottom: 0;
}
.reference-courseware{
	margin: 0 1.25rem;
	background-color:#F6F6F6;
	border-radius: 0.5rem;
}
.reference-tools{
	background-color:#F6F6F6;
	border-radius: 0.5rem;
}
.document{
	width: 75rem;
	padding: 6.25rem 0 7.5rem;
	margin: 0rem auto;
	display: flex;
	justify-content: space-between;
}
.doc-left-bottom,
.doc-left-top{
	display: flex;
}
.doc-left-bottom{
	margin-top: 1.25rem;
}
.doc-item01{
	position: relative;
	background: url(../../index/img/doc01.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-radius: 0.5rem;
	width: 25rem;
	height: 12.5625rem;
}
.doc-item03 p,
.doc-item04 p,
.doc-item02 p,
.doc-item01 p{
	position: absolute;
	font-family: PingFangSC-Regular;
	font-size: 1.5rem;
	color: #FFFFFF;
	letter-spacing: 0.2.4375rem;
	left:1.25rem;
	bottom: 1.25rem;
}
.doc-item02{
	position: relative;
	margin-left: 1.25rem;
	background: url(../../index/img/doc02.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-radius: 0.5rem;
	width: 25rem;
	height: 12.5625rem;
}
.doc-item03{
	position: relative;
	background: url(../../index/img/doc03.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-radius: 0.5rem;
	width: 25rem;
	height: 12.5625rem;
}
.doc-item04{
	position: relative;
	margin-left: 1.25rem;
	background: url(../../index/img/doc04.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	border-radius: 0.5rem;
	width: 25rem;
	height: 12.5625rem;
}
.doc-right{
	position: relative;
}
.doc-right-content{
	padding-top: 1.25rem;
}
.doc-right h2{
	text-align: right;
	font-family: FZLTZHK--GBK1-0;
	font-size: 2.5rem;
	color: #4A4A4A;
	letter-spacing: 0.2.0625rem;
}
.doc-right p{
	font-family: FZLTXHK--GBK1-0;
	font-size: 1.5rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: right;
}
.doc-right a{
	right: 0;
	position: absolute;
	bottom: 0;
	border-radius: 0.5rem;
	height: 3.125rem;
	width: 10rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	background-color: #004096;
	color: #FFFFFF;
	letter-spacing: 0.1.8125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.doc-right a:hover{
	opacity: 0.8;
	transform:scale(1.01);
}
.doc-right a div{
	margin-left: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 1px solid #FFFFFF;
	border-right: 1px 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 */
}
.BackTop{
	position: fixed;
    bottom: 2.25rem;
    left: 50%;
    margin-left: 37.8125rem;
	z-index: 100;
	cursor: pointer;
	opacity: 0.6;
	display: none;
}
.BackTop:hover{
	opacity: 1!important;
}

.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: 18.75rem;
	padding: 1.5rem;
	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 0.5rem rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0.5rem 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 1.5rem;
	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 1.5rem;
	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;
}