a:link{
    text-decoration: none;
}
.clear:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
header.header-relative{
    background: #000000;
    position:relative;
}
header.header-fix{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #000000;
}
header.header .page-container {
    width: auto;
    padding-right: 20px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
header.header .logo {
    float: left;
    margin: 0 20px;
}
header.header .logo a {
    display: block;
    font-size: 24px;
    color: #fff;
    height: 36px;
    line-height: 40px;
    margin: 10px 0;
    min-width: 170px;
    max-width: 200px;
    background-size: contain;
    overflow: hidden;
    background-repeat: no-repeat;
}
header.header .select-place-wrap{
    float: left;
}
header.header a.select-place {
    position: relative;
    float: left;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding: 0px 25px 0px 18px;
    text-decoration: none;
    color: #ccc;
}
header.header a.select-place.active{
    background: #363c41;
}

header.header a.select-place:hover{
    background: #363c41;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    border-radius: 0;
}
header.header a.select-place .iconfont{
    display: inline-block;
}
header.header a.select-place .iconfont.active{
    -webkit-transform: rotate(-180deg);/*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(-180deg);/*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-2);/*ie*/
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transtion: all .4s;
    -o-transition: all .4s;
}
header.header a.select-place .iconfont.active1{
    -webkit-transform: rotate(0deg);/*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(0deg);/*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);/*ie*/
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transtion: all .4s;
    -o-transition: all .4s;
}
.nav-item{
    float: left;
}
.nav-item>li {
    float: left;
    position: relative;
}
.nav-item>li.active{
    background: #363c41;
}
.nav-item>li:hover{
    background: #363c41;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}
.nav-item>li>a {
    position: relative;
    padding: 0 25px;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.login-area {
    float: right;
    position: relative;
}
.header-unlogin li {
    float: left;
    height: 60px;
    position: relative;
}
.header-signin a, .header-signup a, .header-app a ,.my_message a{
    display: block;
    width: 60px;
    font-size: 14px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
    position: relative;
}
.logined li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    color: #787d82;
    text-align: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.header-app a .iconfont,.my_message a .iconfont{
    font-size: 24px;
}

.header .header-app a:hover ,.header .my_message a:hover{
    color: #fff;
    background-color: #363c41;
}
.my_message em {
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 15px;
    position: absolute;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    top: 12px;
    left: 32px;
}
.header-signin a:hover {
    color: #fff;
    background-color: #009ddb;
}
.header-signup a:hover {
    color: #fff;
    background-color: #363c41;
}
.places {
    display: none;
    position: absolute;
    top: 60px;
    left: 180px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    box-shadow: 0 1px 3px 0  #ccc;
}

.places.p1 {
    width: 180px;
    left: 275px;
}

.places.p1 li {
    float: left;
    width: 60px;
}

.places.p2 {
    width: 260px;
    left: 235px;
}

.places.p2 li {
    float: left;
    width: 56px;
}

.places ul {
    clear: both;
    overflow: hidden;
}
.places li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.places li:last-child{
    border-bottom: 0;
}
.places li a {
    display: block;
    padding: 0 15px;
    color: #616161;
    font-size: 14px;
    text-decoration: none;
}
.places li:hover{
    background: #f0f0f0;
    transition: all 0.4s;
}

.secmenu {
    display: none;
    position: absolute;
    width: 150px;
    top: 60px;
    left: 0;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.secmenu>li{
    position: relative;
}
.second-two ul{
    display: block;
    position: absolute;
    left: 149px;
    top:0;
    width: 100%;
    background: #fff;
}
.secmenu li {
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    font-size: 14px;
}
.secmenu li:hover{
    background-color: #f0f0f0;
    transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

.secmenu li a {
    display: block;
    color: #616161;
    padding: 0 15px;
}
.headcontent .search {
    margin-right: 30px;
}
.dropdown .user {
    position: relative;
    border: none;
    float:right;
    text-align:center;
    height:100%;
}
/*分校少于*/
.less-school{
    min-width: 100px;
}
/*多个分校*/
.school-more{
    width: 260px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.school-more ul li{
    float: left;
    border-bottom: 0;
}
.school-more ul li:hover{
    background: #fff;
}
.school-more ul li:hover a{
    color: #00b7ee;
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.header-signin a:link, .header-signup a:link, .header-app a:link, .my_message a:link{
	color:#fff;
}
.header-signin a:visited, .header-signup a:visited, .header-app a:visited, .my_message a:visited{
	color:#fff;
}
#headContents  .mbColor{
	color:#ccc;
}


/*修改页头下拉分校样式*/
.places ul {
    box-sizing: content-box;
    padding: 5px 8px 0px 10px;
    min-width: 90px;
    max-width: 280px;
    background-color: #fff;
    height: 160px;
    position: absolute;
    /*top: 60px;*/
    box-shadow: 0 0 8px rgba(230, 230, 230, 0.76);
    border-radius: 3px;
    overflow-y: auto;
}

.places ul li {
    width: 100%;
    height: 27px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.places ul li a {
    color: #666666;
    font-size: 12px;
}

.places ul li:hover a {
    color: #00a9ee;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background-color: #edebeb;
}

::-webkit-scrollbar-thumb {
    background-color: #afb1b3;
}