/*对header的修改*/
.place-in{
    line-height: 16px;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #cfebff;
    display: inline-block;
}
#header {
    /*width: 100%;*/
    height: 70px;
    background-image: linear-gradient(5deg, #2c9cfe 0%, #4da5ff 100%), linear-gradient(#e7ebee, #e7ebee);
    background-blend-mode: normal, normal;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#logo-right{
    position: relative;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top-nav {

    position: relative;
    z-index: 2000;
    height: 70px;
    margin-right: 0;
    font-size: 14px;
    color: #5c6266;
    float: left;
    width: calc(100% - 176px);
}
#navitems-2016 {
    float:left;
    position:absolute;
    left: 7px;
}
#navitems-2016>ul{
    list-style: none;
    float: left;
    margin: 0;
    white-space:nowrap;
}

#navitems-2016>ul>li{
    float: left;
    height:70px;
    line-height: 70px;
    text-align: center;


    cursor: pointer;
    width: 140px;

    font-family: PingFang-SC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    color: #cfebff;
}

#navitems-2016>ul>li>a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #cfebff;
}
#navitems-2016>ul>li>a:hover{


    background-color: rgba(255,255,255,0.2);

}
#navitems-2016>ul>li:hover>a{
    text-decoration:none;
    color: #ffffff;

}
#navitems-2016>ul>li.active>a{

    color: #5c6266;
}
.second-item{
    padding: 0;
}

.second-item>li:hover {

    background-color: #caedff;
}
.second-item>li:hover>a {
    color: #383838;
}

.second-item>li.selected>a {
    color: #5c6266!important;
}


.second-item>li {
    width: 140px;
    line-height: 54px;

}
.second-item {
    top: 0px;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e3e5e6;
    box-shadow: rgba(46, 49, 51, 0.15) 0px 2px 5px;



}
.second-item.collapse{
    display: none;
}
.second-item.collapse.in{
    display: block;
}
.second-item>li>a {
    display: block;
    color: #9b9b9b;
    font-weight: normal;
    font-size: 16px;
}

#navitems-2016 li.active .f {
    border-top: solid 2px #1ab394;
    width: 120px;
    height: 2px;
    position: absolute;
    top: 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    width: 1500px;
}
.nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    height: 37px;
    position: absolute;
}

.logout{
    position: absolute;
    width: 16px;
    height: 17px;
    cursor: pointer;
    top: 27px;
    right: 30px;
}
.logout>image{
    width: 100%;
    height: 100%;
}