#XoadoIndexHeaderBox {
    display: none;
}

.InformationView {
    display: none;
}

.IndexHeader {
    width: 100%;
    height: 46px;
    min-width: 1190px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e7e7e7;
}

.IndexHeader .IndexHeaderBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1190px;
    color: #888;
    font-size: 12px;
}

.IndexHeader .IndexHeaderBox .header-top-left {
    line-height: 46px;
}

.IndexHeader .IndexHeaderBox .Logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.IndexHeader .IndexHeaderBox .Logo img {
    width: 208px;
    height: 55px;
}

.IndexHeader .IndexHeaderBox .Logo span {
    padding-top: 10px;
    font-size: 28px;
    font-family: HiraginoSansGB-W3;
    font-weight: normal;
    color: #333333;
}

.IndexHeader .IndexHeaderBox .menu {
    margin-left: 180px;
}

.IndexHeader .IndexHeaderBox .menu .el-menu.el-menu--horizontal {
    border: none;
}

.IndexHeader .IndexHeaderBox .menu .el-menu .el-menu--horizontal {
    border: none;
}

.IndexHeader .IndexHeaderBox .menu .el-menu ul {
    border: none;
}

.IndexHeader .IndexHeaderBox .menu .el-menu li {
    /*color: #ffd04b;*/
    line-height: 80px;
    height: 80px;
}

.IndexHeader .IndexHeaderBox .Login {
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.IndexHeader .IndexHeaderBox .Login .el-button {
    width: 89px;
    height: 40px;
    background: #3aadff;
}

.IndexHeader .IndexHeaderBox .header-top-right {
    float: right;
    /*line-height: 36px;*/
}

.IndexHeader .IndexHeaderBox .header-top-right span {
    cursor: pointer;
}

.IndexHeader .Loginn {
    display: inline-block;
    padding: 15px 11px;
}

.IndexHeader .Loginn:hover {
    background: #ffffff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.IndexHeader .LoginName {
    padding: 15px 18px;
    position: relative;
    z-index: 100;
}

.IndexHeader .LoginName:hover {
    background: #ffffff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.IndexHeader .LoginNameBox {
    position: absolute;
    display: none;
    top: 44px;
    left: -1px;
    z-index: 99999;
    background: white;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    /*border-top: 1px dashed rgba(220, 220, 220, 1);*/
}

.IndexHeader .LoginNameBox .LoginNameBoxUl ul li {
    width: 100px;
    text-align: center;
    padding: 10px 0;
}

.IndexHeader .LoginName:hover .LoginNameBox {
    z-index: 99;
    display: block;
    background: #ffffff;
    transition: block .4s ease-in-out;
}

.IndexHeader .LoginNameBox li:hover {
    background: #f3f3f3;
}

.IndexHeader .Allapplications {
    float: right;
    padding: 15px 11px;
    position: relative;
    z-index: 100;
}

.IndexHeader .Allapplications:hover .AllapplicationsBox {
    z-index: 99;
    display: block;
    background: #ffffff;
    transition: block .4s ease-in-out;
}

.IndexHeader .Allapplications:hover {
    background: #ffffff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.IndexHeader .AllapplicationsBox {
    position: absolute;
    display: none;
    top: 45px;
    left: -214px;
    z-index: 88;
    /*width:312px;*/
    /*height:208px;*/
    background: white;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.IndexHeader .AllapplicationsBox .AllapplicationsBoxBorder {
    width: 213px;
    height: 1px;
    background: #dfdfdf;
}

.IndexHeader .applications {
    padding: 6px 27px;
}

.IndexHeader .applicationsBox {
    display: flex;
    padding: 21px 0;
}

.IndexHeader .applicationsBox .applicationsBoxLeft img {
    width: 71px;
    height: 71px;
}

.IndexHeader .applicationsBox .applicationsBoxRight {
    margin-left: 16px;
}

.IndexHeader .applicationsBox .applicationsBoxRight span:nth-child(1) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #303133;
}

.IndexHeader .applicationsBox .applicationsBoxRight span:nth-child(2) {
    width: 168px;
    display: block;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
}

.IndexHeader .applicationsBoxOne {
    border-bottom: 1px dashed gainsboro;
}

.InformationView .InformationViewBox {
    display: flex;
    justify-content: space-between;
}

.InformationView .InformationViewBox .ViewBoxLeft {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.InformationView .InformationViewBox .ViewBoxLeft li {
    margin-bottom: 8px;
}

.InformationView .InformationViewBox .ViewBoxRight {
    margin-right: 65px;
    width: 105px;
    height: 105px;
}

.InformationView .InformationViewBox .ViewBoxRight img {
    width: 100%;
    height: 100%;
}


/*# sourceMappingURL=pass.css.map */