/***************头部导航样式***************/
.header{
    width:100%;
}
.topWrap{
    height:80px;
    padding:10px 0;
    vertical-align: middle;
    /* display:flex; */
}
.top_left{
    float:left;
}
.top_right{
    float:right;
    display: flex;
    justify-content: space-between;
}
.h_logo{
    max-width: 150px;
    max-height:50px;
    float:left;
}
.credentialList{
    float:left;
    margin-left:10px;
    /* border: 2px solid #19bcf9; */
}

.personAbData{
    float:right;
}
.navWap .layui-nav-bar{
    background:none;
}
.navWap .goBack{
    line-height: 36px;
    padding: 0px 35px;
    font-size: 14px !important;
    background-color: #1d2089;
    color: #fff !important;
    float: right;
    border-radius: 25px;
    margin-right: 44px;
    margin-top: 12px;
}

.myCenter_index .layui-nav-more{
 display: none;
}
/*导航的分类证书*/
.bgLine{
    width:180px;
    height:2px;
    background:#fff;
    position: absolute;
    top:76px;
    z-index: 99;;
}
.showSel{
cursor:pointer;
width: 780px;
border: 2px solid #19bcf9;
position: absolute;
display: none;
background: white;
/* margin-top: -8px; */
margin-left:-2px;
padding: 10px 0;
}
.zsfl{
	width:100%;
	overflow:hidden;
	line-height:21px;
}
.zsfl dt{
	float:left;
	font-weight:700;
	color:#333;
	font-size:17px;
	width:70px;
	padding:9px 15px;
}
.zsfl dd{
	width:600px;
	float:left
}
.zsfl dd span{
	display:inline-block;
	font-size:15px;
	padding:6px 15px;
	text-align:left;
}
.zsfl dd span:hover{
	background:#d0f4ff;
	color:#19bcf9;
}
.zsNameShow{
    display: inline-block;
    width:140px;
    padding:20px;
    font-size:18px;
    vertical-align: middle;
    color:#999;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/***********底部导航**********/
.footer{
    width:100%;
    overflow: hidden;
}
.footerUl{
    display: flex;
    justify-content: space-between;
}
.footerUl li{
    border-right:1px solid #91908c;
    padding:0 20px;
    line-height: 30px;
}
.footerUl .footer_Logo{
    padding-left:0;
}
.footer_Logo img{
    max-height:55px;
    max-width:155px;
}
.footer_Logo p{
    margin-top: 10px;
    color: #666666;
    font-size: 18px;
    letter-spacing: 2px;
}
.footer_about{
    text-align: center;
}
.footer_about dt{
    font-size: 18px;
    color: #666666;
    padding-bottom:10px;
}
.footer_about dd{
    color:#999;
}
.footerUl .footer_appQR{
    border-right:none;
    display: flex;
}
.footerUl .footer_appQR img{
    width:100px;
    height:100px;
}
.footer_appQR .tel{
    text-align: right;
    padding-right:20px;
}
.footer_appQR .tel span{
  font-size:28px;
  color:#686e73;  
}
.footer_appQR .tel p{
    margin-top:10px;
    font-size:18px;
}
.footer .QR{
    text-align:center;
    margin:0 10px;
}
.beian{
    width:100%;
    background:#ddd;
}
.beian_con{
    text-align: center;
    padding: 20px 0;
    color: #333333;
    line-height: 28px;
}
/* ******左浮窗********* */
.left_float{
    width:161px;
    position:fixed;
    top:15%;
    left:1%;
}
.float_top_bg{
    position: relative;
}
.close-small{
    position: absolute;
    right:0;
    top:10px;
}
.left_float_con{
    background:#0099ff;
    text-align: center;
    padding:0 15px;
}
.left_float h3{
    font-size:14px;
    color:#fff;
    padding-bottom:15px;
}
.left_float h3 b{
    font-size:16px;
}
.float_qr{
    width:100px;
    height:100px;
    border:6px solid #fff;
    margin-bottom:15px;
}



/* 头部 */
.adminBox li{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 25px;
    margin: 0px  5px;
}
.adminBox li .isloginBtn{
    width: 109px;
}
.adminBox .admin div{
    height: 42px;
    width: 109px;
    line-height: 42px;
    text-align: center;
    border-radius: 25px;
    margin: 0px  5px;
}
.adminBox .admin .studentCenter,.gohome{
    background-color: #1D2089;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.adminBox .admin .logout{
    background-color: #EEEEEE;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}
.gohome{
    display: none;
}
.center{
    width: 500px;
    border-radius: 13px;
    padding: 10px 0;
    margin: auto;
    text-align: center;
}
.center h3{
    font-size: 16px;
    margin-top: 33px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #02C22F;
}
.btnOne,.btnTwo{
    margin-top: 23px;
    outline: none;
    border: none;
    border-radius: 18px;
    padding: 8px 30px;
    background-color: #1e2389;
    color: #fff;
    font-size:12px;
}
.btnOne{
    background-color: #fff;
    color: #1e2389;
    border: 1px solid #1e2389;
}