.header {
    width: 100%;
    margin-bottom: 20px;
    /*background: url("/Public/images/neiye.jpg") no-repeat center center;*/
    background: linear-gradient(to bottom, #b2eeff, white);;
    background-size: 100% 100%;
}

.header a {
    text-decoration: none;
}

.header a:hover {
    color: rgb(255, 126, 0);
}

.header ul {
    margin: 0;
    padding: 0;
}

.header ul li {
    list-style: none;
}

.header-t {
    /*  max-width: 1200px;*/
    /*width: 62.5%;*/
    height: 30px;
    text-align: right;
    margin-top: 8px;
    line-height: 30px;
}

.header-t select {
    background: #2c8adf;
    margin-right: 20px;
    height: 100%;
    width: 120px;
    font-size: 16px;
    background: url("../img/xiala.png") no-repeat right;
    padding-right: 10px;
    border: none;
    color: black;
    cursor: pointer;
}

.header-t select option {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border: 10px solid #ccc;
}

.sign {
    display: inline-block;
    position: relative;
}

.sign ul {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    /*border-radius: 4px;*/
    border: 5px solid #ccc;
    z-index: 99;
}

.sign ul li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.sign li {
    /*line-height: 49px;*/
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
    width: 100px;
}

.sign li a {
    color: rgb(255, 126, 0) !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.sign li a:hover {
    color: rgb(181, 110, 163) !important;
}

.class {
    display: inline-block;
    position: relative;
}

.class ul {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    border: 5px solid #ccc;
    z-index: 99;
}

.class ul li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.class li {
    font-size: 16px;
    text-align: left;
    /*width: 130px;*/
}

.class li a {
    color: rgb(255, 126, 0) !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.class li a:hover {
    color: rgb(181, 110, 163) !important;
}

.dropDown {
    margin-right: 0;
    background: url('/public/Home/assets/img/xiala.png') no-repeat right;
    text-align: left;
    width: 120px;
}

.header-t a {
    color: black;
    font-size: 16px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
}

.header-t a i {
    /*width: 30px;*/
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    /*margin-right: 10px;*/
    overflow: hidden;
    vertical-align: middle;
}

.header-t a i img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.header-t a i {
    margin-right: 5px;
}

.header-c {
    max-width: 1200px;
    /*width: 62.5%;*/
    margin: 0 auto;
    overflow: hidden;
}

.header-c span.logo {
    display: inline-block;
    height: 100%;
    line-height: 50px;
    font-size: 1.5rem;
    color: black;
    text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

.header-c span.logo img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

ul.tabbar {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    /*width: 50%;*/
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

ul.tabbar li {
    /*width: 15%;*/
    margin-right: 5%;
    text-align: right;
}

ul.engine li {
    float: right;
    width: 20%;
}

ul.tabbar li:first-child {
    margin-left: 0;
}

ul.tabbar li.check a {
    border-bottom: 3px solid rgb(255, 126, 0);
    color: rgb(255, 126, 0);
}

ul.tabbar li a {
    color: black;
    font-size: 16px;
    /*width: 100%;*/
    display: inline-block;
}

.header-b {
    margin-top: 10px;
    /* background-color: #fff;*/
    width: 100%;
    height: 80px;
}

.header-b ul {
    max-width: 1100px;
    /*width: 62.5%;*/
    margin: 0 auto;
    height: 70px;
}

.mobile-newadd {
    width: 100%;
    height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    display: none;
    white-space: nowrap;
}

.mobile-newadd > li {
    display: inline-block;
    height: 100%;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}

.header-b ul > li {
    float: left;
    height: 100%;
    width: 12.5%;
    margin-right: 1%;
}

.header-b ul > li:hover {
    /*background-color: rgba(255,255,255,0.8);*/
    /*border-radius: 5px;*/
}

.header-b ul li a i {
    background-color: #0096db;
}

.header-b ul li a i:hover {
    background-color: rgb(255, 126, 0);
}

.manage-check a i {
    background-color: rgb(255, 126, 0) !important;
}

.manage-check a span {
    color: rgb(255, 126, 0) !important;
}

.mobile-newadd > li.manage-check {
    /*background: #f17f7f;*/
}

.header-b ul li.manage-check a i {
    /*background: black;*/
}

.header-b ul li a i:hover {
    /*background: black;*/
}

.header-b ul li a {
    text-align: center;
    display: block;
    height: 100%;
}

.header-b ul li a i {
    display: inline-block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100%;
    padding: 7px;
    text-align: center;
}

.header-b ul li a i img {
    width: 20px;
    height: 20px;
    display: block;

}

.header-b ul li a span {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    color: black;
    border-radius: 20px;
}

.header-b ul li a span:hover {
    color: rgb(255, 126, 0);
}

.header-c ul.tabbar li.img-Top {
    display: none;
}

/*班主任头部*/
.header-t a.header-head {
    margin-top: 5px;
}

.mobile-more {
    background-image: url("../img/icon-more.png");
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    width: 40px;
    height: 40px;
    vertical-align: top;
    display: none;
}

.mobile-newadd > li .tab-ul {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    display: none;
}

.mobile-newadd > li .tab-ul li {
    color: #000;
    padding: 0 10px;

}

/***********************移动端***********************************************************8**/
/*.-mobile_header-t{
 
    height: 30px;
    text-align: right;
    margin-top: 8px;
    line-height: 30px;
   width: 100%;
    
 }
 .-mobile_header-t select option{
    color: #FFFFFF;
    font-size: 16px;
}
.-mobile_tabbar{
	width: 100%;
	height: 100%;
    float: right;
    height: 30px;
    clear: all;
    position: absolute;
    top: 40px;
}
.-mobile_tabbar li{
    width: 70px;
    height: 40px;
    text-align: left;
  border: solid 5px #000000;
      
    position: absolute;
   
    top: 400px;
  
}
.-mobile_tabbar li a{
	width: 100px;
	height: 40px;
    
    font-size: 16px;
  
    display:none;
    background-color: #000000;

}*/

