* {
	margin:0;
	padding:0;
	font-family: "PingFang", "PingFang SC", "Microsoft YaHei", Avenir, Helvetica, Arial, sans-serif;
}
li {
	list-style:none
}
a {
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
	color:#333;
}
body {
	width:100%;
	height:100%;
	font-family: "PingFang", "PingFang SC", "Microsoft YaHei", Avenir, Helvetica, Arial, sans-serif;
}
[ng-cloak] {
	display:none
}
.indexHeader{
	background:#fff;
	position: sticky;
	left:0;
	top:0;
	z-index:999;
}
.indexTop{
	width: 100%;
	height: 48px;
	background:rgba(51,51,51,.4);
}
.indexTopCont{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.indexTopCont>img{
	margin-top:10px;
}
.loginNav{
	color: #fff;
	cursor: pointer;
	float: right;
	position: relative;
	z-index:9999999;
}
.loginNav>div>span{
	display: block;
	background:url(/site/hd/resources/img/home/headNav.png)no-repeat 30px center;
	background-size:32px;
	line-height: 48px;
	font-size: 14px;
	padding:0 26px 0 75px;
}
#login:hover .noLogin{
	display: block;
} 
#username{
	display: none;
}
#username:hover .yesLogin{
	display: block;
}
/* 距离考试时间 */
.noLogin{
	width: 287px;
	box-sizing: border-box;
	position: absolute;
	right:0;
	top:43px;
	z-index:999999;
	display: none;
}
.noLogin>img,.yesLogin img{
	width:100%;
}
.noLoginCont{
	border-radius: 16px;
	background: #FFFFFF;
	padding:14px 12px 24px 12px;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
	margin-top:-6px;
}
.noLoginCont>p{
	font-size: 14px;
	color: #333333;
	margin:28px 0;
	text-align: center;
}
.noLoginCont>a{
	display: block;
	width: 84px;
	height: 30px;
	margin:0 auto;
	background: #217FF3;
	border-radius: 8px;
	color:#fff;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.examTime{
	width: 263px;
	height: 108px;
	background: #F8F8F8;
	border-radius: 8px;
	text-align: center;
	display:flex;
	align-items: center;
}
.examTime .line{
	width: 1px;
	height: 40px;
	background: #EEEEEE;
}
.examTime>div{
	width:50%;
}
.examTime>div p{
	font-size: 14px;
	font-weight: normal;
	color: #707D8C;
}
.examTime span{
	display: block;
	font-size: 14px;
	color: #333333;
	margin-top:5px;
}
.examTime strong{
	font-size: 26px;
	font-weight: bold;
	color:#464E59;
	margin-right: 6px;
}
#username>span{
	padding-right:5px;
}
.yesLogin{
	width: 287px;
	height: 331px;
	box-sizing: border-box;
	position: absolute;
	right:0;
	top:43px;
	z-index:999999;
	display: none;
}
.yesLogin>div{
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
	border-radius: 16px;
	padding:33px 12px;
	margin-top:-6px;
}
.homePerson{
	text-align: center;
}
.homePerson img{
	width:50px;
	height:50px;
	border-radius: 25px;
}
.homePerson p{
	font-size: 14px;
	color: #333333;
	margin:8px 0 30px;
}
.homeExit{
	margin-top:30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.homeExit span:first-child{
	display: inline-block;
	width: 84px;
	height: 30px;
	background: #EEF5FE;
	border-radius: 8px;
	color: #217FF3;
}
.homeExit span:last-child{
	display: inline-block;
	width: 169px;
	height: 30px;
	background: #217FF3;
	border-radius: 8px;
	color:#fff;
	margin-left:5px;
}
/*header*/
.header{
	width:100%;
	height:70px;
	background: #FFFFFF;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.03);
	position: relative;
    z-index: 99;
}
.headCont{
	width:1201px;
	height:70px;
	margin:0 auto;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-top:28px;
	box-sizing:border-box;
	display: flex;
}
.logo{
	margin-top:25px;
}
.homeNav{
	float:left;
	font-size: 16px;
	margin-right:36px;
	position: relative;
	height:42px;
	flex-shrink: 0;
}
.homeNav a{
	color: #464E59;
}
.homeNav:last-child{
	margin-right:0;
}
.homeNav>a{
	display: block;
	width:100%;
	height:100%;
}
.homeNav i{
	position: absolute;
    top: -18px;
    right: -16px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 19px;
    text-align: center;
    width: 34px;
	height: 18px;
	background: linear-gradient(180deg, #FF7373 0%, #FE3B3B 100%);
	border-radius: 100px 100px 100px 2px;
}
.homeNav .active span{
	border-bottom: solid 3px #217FF3;
	padding-bottom:8px;
	border-radius: 2px;
	color: #217FF3;
	font-weight: 900;
}
.homeNavCont div{
	display: none;
	width:92px;
	text-align: center;
	padding:8px 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
	border-radius: 10px;
	position: absolute;
	left:-12px;
	top:42px;
	z-index:999;
}
.homeNavCont div a{
	display: block;
	width:100%;
	line-height:28px;
	color: #464E59;
	font-weight:normal;
	font-size: 14px;
}
.homeNavCont div a:hover{
	color: #217FF3;
}
.homeNavCont:hover div{
	display: block;
}
/*登录弹框*/
.loginWrap,.forgetWrap{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	z-index:99999;
	display: none;
}
.loginCont{
	width: 429px;
	height: 398px;
	background: #FFFFFF;
	border-radius: 30px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	padding:40px 60px 50px 60px;
	box-sizing: border-box;
}
.homeLoginClose{
	position: absolute;
	right:22px;
	top:24px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.loginType{
	font-size: 16px;
	color:#F5F5F5;
	text-align: center;
	display:flex;
	align-items: center;

}
.loginType .active{
	flex:1;
	color:#333;
	font-weight: 600;
}
.loginType span{
	display: inline-block;
	width:50%;
	cursor: pointer;
	color:#707D8C;
}
.loginCen>div{
	margin:40px 0 65px;
}
.loginCen>div:last-child{
	display: none;
}
.loginCen p{
	width:100%;
	height: 38px;
	line-height: 38px;
	background: #F5F5F5;
	border-radius: 20px;
	padding:0 20px;
	box-sizing: border-box;
	margin-bottom: 28px;
}
.loginCen input{
	display: block;
	width:100%;
	height:100%;
	border:none;
	outline: none;
	background: #F5F5F5;
}
.loginTwo{
	display: flex;
	align-items: center;
}
.loginTwo i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #DCDCDC;
	margin:0 10px;
}
.loginCen .loginTwo input{
	width:75%;
}
.loginTwo .code{
	flex:1;
}
.getCode{
	border:none;
	background:transparent;
	color: #378BF4;
	font-size: 14px;
	cursor: pointer;
	text-align: right;
	width:80px;
}
.loginBtn p{
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginBtn input{
	width: 14px;
	height: 14px;
	border: 1px solid #EBEBEB;
	margin-right:8px;
}
.loginBtn>a{
	display: block;
	width: 309px;
	height: 48px;
	margin:20px auto 0;
	line-height: 48px;
	text-align:center;
	background:#217FF3;
	border-radius: 24px;
	color:#fff;
	font-size: 18px;
	font-weight: 600;
}
#btn_login1{
	display: none;
}
/* 24.5.30新增忘记密码 */
.forget{
	width: 429px;
	height: 440px;
	background: #FFFFFF;
	border-radius: 30px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	padding:20px 60px 50px 60px;
	box-sizing: border-box;
}
.forget .homeLoginClose{
	right:17px;
	top:20px;
}
.forget .loginCen{
	padding-top:40px;
}
.loginCen .accountLogin{
	margin-bottom:36px;
}
.accountLogin>div{
	text-align: right;
	color:#217FF3;
	font-size:14px;
	padding-right:10px;
	margin: -18px 10px 0 0;
	cursor: pointer;
}
/* 左侧悬浮 */
.helidrop{
	position:fixed;
	right:8px;
	top: 0;
	z-index:999;
	width:68px;
	height:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.helidropTop{
	width: 68px;
	height: 233px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	border-radius: 34px;
	text-align: center;
	color: #818F9F;
	padding:18px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.helidropTop>div{
	position: relative;
}
.helidrop .line{
	width: 36px;
	height: 1px;
	background: #EAF0F7;
	margin:20px auto;
}
.homeServe span{
	background:url(/site/hd/resources/img/home/serveNo.png);
	background-size:cover;
	display: inline-block;
	width:30px;
	height:29px;
}
.homeServe:hover{
	color: #378BF4;
}
.homeServe:hover span{
	background:url(/site/hd/resources/img/home/serve.png);
	background-size:cover;
}
.Rreturn{
	width: 68px;
	height: 68px;
	background: #FFFFFF;
	border-radius:35px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	margin-top:20px;
	text-align: center;
	cursor: pointer;
}
.Rreturn{
	background:#fff url(/site/hd/resources/img/home/returnTopNo.png)no-repeat center center;
	background-size:30px;
}
.Rreturn:hover{
	background:#fff url(/site/hd/resources/img/home/returnTop.png)no-repeat center center;
	background-size:30px;
}
.homePhone span{
	background:url(/site/hd/resources/img/home/phoneNo.png);
	background-size:cover;
	display: inline-block;
	width:30px;
	height:30px;
}
.homePhone:hover .homePhoneCont{
	display: block;
}
.homePhone:hover{
	color: #378BF4;
}
.homePhone:hover span{
	background:url(/site/hd/resources/img/home/phone.png);
	background-size:cover;
}
.homePhoneCont{
	width: 248px;
	height: 86px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	position: absolute;
	right:84px;
	top:16px;
	border-radius: 15px;
	text-align: left;
	padding: 16px 20px 20px 20px;
	box-sizing:border-box;
	display: none;
}
.homePhoneCont p{
	font-size: 14px;
	font-weight: 500;
	color: #818F9F;
	margin-bottom: 10px;
}
.homePhoneCont strong{
	font-style: oblique;
	color: #49596E;
	font-size: 18px;
}
.homePhoneCont i{
	position: absolute;
	right:-16px;
	top:20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent; 
	border-left: 20px solid #fff;  
	border-bottom: 20px solid transparent;
}
.leyu_close {
	position:fixed;
	width:74px;
	height:30px;
	right:53px;
	top:106px;
	z-index:99999
}
/*footer*/
.footer{
	width:100%;
	background:#353A47;
}
.footCont{
	padding: 30px 0 40px 130px;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	
}
.footMin{
	float: left;
	width:25%;
}
.footMin:last-child{
	margin-right:0;
}
.footCont .footAbout a{
	width: 84px;
    height: 29px;
	background: #378BF4;
	border-radius: 19px;
	font-size: 12px;
	color: #FFFFFF;
	line-height:29px;
	text-align: center;
	margin-top:20px;
}
.footCont .footAbout a{
	margin-bottom:0;
}
.footCont .footAbout a:hover{
	color: #FFFFFF;
}
/*.blogroll{
	width:210px;
}
.footCont .blogroll p{
	display: inline-block;
	float:left;
	width:50%;
	margin-bottom: 16px;
	font-size: 16px;
} */
.footMin h6{
	font-size: 20px;
	font-weight: 600;
	color: #EEEEEE;
	margin-bottom: 16px;
	font-size:20px;
}
.footMin a{
	display:block;
	width:100%;
	font-size: 16px;
	color: #ADADAD;
	margin-bottom: 16px;
}
.footMin a:hover{
	color:#217FF3;
}
.follow div,.footApp div{
	position: relative;
}
.footApp div>div{
	display: none;
	position: absolute;
	top:-45px;
	left:-41%;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	padding:2px;
	background:#fff;
	border-radius:8px;
}
.footApp img{
	width:110px;
	height:110px;
}
.follow div:nth-child(2)>div{
	display: none;
	position: absolute;
	top:-30px;
	left:-73%;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}
.follow div>div span,.footApp div>div span{
	position: absolute;
	top:0px;
	right:-12px;
	width:18px;
	height:94%;
	background:url(/site/hd/resources/img/home/guide.png)no-repeat center center;
	background-size:7px 18px;
}
.footMin iframe{
	border-radius: 12px 12px 16px 16px;
}
.follow div:nth-child(3)>div{
	display: none;
	position: absolute;
	top:-49px;
	left:-45%;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	padding:5px;
	background:#fff;
	border-radius:12px;
}
.follow>div:hover div,.footApp>div:hover div{
	display: block;
}
.footBtm{
	border-top:solid 1px #414756;
	text-align: center;
	padding:20px 0;
}
.footBtm p{
	font-size: 16px;
	color: #9A9A9A;
	margin-bottom:10px;
}
.footBtm p a{
	color: #9A9A9A;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height:6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}