﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Tahoma,Verdana,微软雅黑,新宋体;
}

.container {
    width: 652px;
    margin: auto;
}

.header {
    height: 60px;
    top: 10px;
    position: relative;
    background-image: url("../../Resource/pic/newgrand.gif");
    background-repeat: no-repeat;
}

.content {
    height: 402px;
    position: relative;
    /*background-image: url("../../NG3Resource/pic/web/webLogin.png");*/
    background-repeat: no-repeat;
}

.rightsave {
    z-index: 2;
    position: absolute;
    right: 65px;
    top: 480px;
    width: 386px;
    height: 37px;
}

.logo {
    z-index: 2;
    position: absolute;
    left: 65px;
    top: 40px;
    width: 457px;
    height: 317px;
}

.login {
    z-index: 2;
    position: absolute;
    right: 215px;
    top: 125px;
    width: 275px;
}

#dvUserName {
    border-radius: 5px;
    margin-bottom: -6px;
    width: 320px;
    height: 36px;
}

.passwordImg {
    position: absolute;
    left: 10px;
    top: 60px;
    width: 20px;
    height: 20px;
    background-image: url("../../Resource/pic/password-i8.png");
    background-repeat: no-repeat;
    background-clip: content-box;
}

.userImg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../../Resource/pic/user-i8.png");
    background-repeat: no-repeat;
    background-clip: content-box;
}

.passwordInput {
    padding-left: 35px !important;
    background-color: transparent;
    width: 320px;
    height: 36px;
    font-size: 12px;
    border: 1px solid #989898;
    padding: 0 0 0 10px;
    border-radius: 5px 5px 5px 5px;
}

#QRThumbnail {
    position: absolute;
    left: 492px;
    top: 129px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

#QRLoginDiv {
    display: none;
    position: absolute;
    left: 492px;
    top: 129px;
    background-color: white;
    margin-right: 12px;
    margin-top: 3px;
    width: 134px;
    height: 134px;
}

.auxText {
    height: 43px;
    position: absolute;
    left: 362px;
    top: 220px;
}

.icon-right {
    /*width: 72px;*/
    height: 55px;
    margin-left: 0px;
    float: right;
    cursor: default;
    text-align: center;
}

    .icon-right:hover {
        background-color: #C2E0FF;
        border: 1px solid #3399FF;
    }

.image-right {
    width: 27px;
    height: 27px;
    /*margin-left: 22px;*/
    margin-top: 5px;
}

.title-right {
    /*width: 72px;*/
    height: 20px;
    margin-top: -5px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.icon-left {
    /*width: 103px;*/
    height: 36px;
    margin-left: 0px;
    float: left;
    cursor: default;
}

    .icon-left:hover {
        background-color: #C2E0FF;
        border: 1px solid #3399FF;
    }

.image-left {
    width: 26px;
    height: 26px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.title-left {
    /*width: 70px;*/
    height: 20px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: right;
}
/*此部分为关于页面的css*/
.mainAbout {
    width: 400px;
    height: 470px;
}

.header-image {
    height: 75px;
    border-bottom: 1px solid black;
}

.about-title {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 360px;
    margin-left: 20px;
}
/*.about-copyright {
    height:25px;
    line-height:25px;
    font-size:13px;
    width:360px;
    margin-left:20px;
}*/
.legal-company {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 360px;
    margin-left: 20px;
    margin-top: 0px;
}

.i6sCompany {
    width: 200px;
    margin-left: 150px;
    height: 20px;
}

.about-module {
    width: 380px;
    border: 1px solid gray;
    height: 104px;
    margin-left: 20px;
    overflow-y: scroll;
    /*overflow-x:hidden;*/
}

.about-module-list {
    width: 300px;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
}

.about-link {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 360px;
    margin-left: 20px;
    margin-bottom: -5px;
}

    .about-link a {
        width: 180px;
        color: #0000FF;
    }

.about-warning {
    width: 300px;
    height: 70px;
    /*border:1px solid gray;*/
    float: left;
    margin-left: 20px;
}

.about-warning-title {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 360px;
}

.about-button {
    width: 75px;
    height: 70px;
    /*border:1px solid gray;*/
    float: left;
    margin-left: 0px;
}

.about-confirm {
    margin-left: 10px;
    width: 75px;
    text-align: center;
    height: 23px;
}

.about-support {
    margin-left: 10px;
    margin-top: 10px;
    width: 75px;
    text-align: center;
    height: 23px;
}
/*关于页面结束*/

/*新web首页样式*/
/*.new-icon-right {
    height: 33px;
    float: right;
    cursor: default;
    text-align: center;
    padding: 0px 11px 5px 9px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.new-icon-right:hover {
    border: 1px solid #4A90E2;
    border-radius: 2px;
    background: rgba(153,193,226,.2);
}*/

.new-image-right {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 1px;
    float: left;
}



.new-title-right {
    /*width: 72px;*/
    height: 20px;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    color: white;
    cursor: pointer;
    /*opacity:.4;*/
}



.new-icon-left {
    width: 29px;
    height: 29px;
    margin-top: 3px;
    /*border: 1px solid black;*/
    float: left;
}

.new-image-left {
    width: 19px;
    height: 19px;
    margin-left: 4px;
    margin-top: 4px;
    float: left;
}


.splitline {
    width: 1px;
    border-left: 1px solid #F5A623;
    height: 15px;
    margin-left: 5px;
    margin-top: 8px;
    float: left;
}

.suitediv {
    box-sizing: content-box;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 20px;
    margin: 25px auto 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .suitediv .icon-abbr {
        box-sizing: content-box;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 13px !important;
        color: #fff;
    }

    .suitediv:hover {
        transform: scale(1.3);
    }

        .suitediv:hover + .suitediv {
            transform: scale(1.1);
        }

    .suitediv:first-child {
        margin-top: 12px;
    }

    .suitediv:last-child {
        margin-bottom: 12px;
    }

    .suitediv:hover span {
        display: block;
    }

    /*.suitediv span {
        display: none;
        position: absolute;
        left: 27px;
        top: -4px;
        padding: 4px 19px 4px 16px;
        background-color: #eef7ff;
        border-radius: 3px;
        color: #000000;
        text-align: center;
        white-space: nowrap;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    }*/

    /*.suitediv {
    width: 40px;
    height: 36px;
	line-height: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

   .suitediv .icon-abbr {
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px!important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    }


    .suitediv:hover span {
        display: block;
    }

    .suitediv span {
        display: none;
        position: absolute;
        left: 42px;
        top: 0px;
        padding: 8px 19px 8px 16px;
        background-color: #eef7ff;
        border-radius: 3px;
        /* border: 1px solid #F6F6F6; */
    /*color: #000000; text-align: center; white-space: nowrap; box-shadow: 0 1px 10px 0 rgba(0,0,0,.50); line-height: 18px;
}*/

    .suitediv:hover .icon-abbr {
        transform: scale(1.3);
    }

    .suitediv:hover + .suitediv .icon-abbr {
        transform: scale(1.1);
    }


/*.suitediv .icon-abbr {
        font-size: 26px !important;
        color: #fff;
        -webkit-transition: all 0.3s;
        -webkit-transform-origin: 40% 70%;
    }*/
.moresuite {
    /*height: 46px;*/
    width: 40px;
    height: 500px;
    position: relative;
    display: none;
    margin-top: 10px;
    margin-left: 8px;
    /*margin-bottom: 15px;*/
    text-align: center;
}

    .moresuite .icon {
        position: absolute;
        left: -2px;
        top: 3px;
        font-size: 28px !important;
        color: #fff;
    }

/*.moresuiteicon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 8px;
    top: 11px;
    float: left;
    background-size: contain;
    background-image: url("../../NG3Resource/pic/web/suite/moresuite.png");
}

    .moresuiteicon:hover {
        background-color: #C2E0FF;
        transform: scale(1.5);
    }*/

.suiteicon {
    width: 22px;
    height: 22px;
    left: 8px;
    top: 11px;
}

    .suiteicon .tooltiptext {
        display: block;
        width: 120px;
        background-color: #4A90E2;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        position: absolute;
        z-index: 9999;
        left: 105%;
        top: -5px;
    }

    .suiteicon:hover .tooltiptext {
        display: block;
    }

.collapsediv {
    width: 40px;
    height: 80px;
    /*border-bottom: 1px solid red;*/
    position: relative;
}

/*.collapseicon {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 6px;
    top: 22px;
    background-size: contain;
    background-image: url("../../NG3Resource/pic/web/collapse.png");
}*/

.busmenu {
    width: 16.6%;
    height: 44px;
    padding-top: 10px;
    float: left;
    text-align: center;
}

/*.busmenu .icon-abbr {
        box-sizing: content-box;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 18px !important;
        color: #000;
    }

    .busmenu:hover .icon-abbr {
        transform: scale(1.4);
    }

    .busmenu:hover + .busmenu .icon-abbr {
        transform: scale(1.2);
    }*/

.busmenuIcon {
    width: 22px;
    height: 22px;
    /*padding-top: 10px;*/
    float: left;
    text-align: center;
    line-height: 20px;
    margin: 0px 5px 0px 10px;
    cursor:pointer;
    /*box-sizing: content-box;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 20px;
    margin: 25px auto 0;
    text-align: center;
    -webkit-transition: all 0.2s;*/
}

.busmenuIcon .icon-abbr {
    box-sizing: content-box;
    /*border: 1px solid #797878;*/
    border-radius: 50%;
    font-size: 12px !important;
    /*color: #000;*/
    -webkit-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
}

.busmenuIcon:hover .icon-abbr {
    transform: scale(1.2);
}

.busmenuIcon:hover + .busmenuIcon .icon-abbr {
    transform: scale(1.2);
}
.icon-abbr .abbrTxt{
    display: none;
}
.busmenuIcon:hover{
    /*display: none;*/
    width: 34px;
    height: 34px;
    line-height: 30px;
    margin: -3px 0px 0px 5px;
}
.busmenuIconGys:hover{
    padding-right: 2px;
}
.busmenuIcon:hover .abbrMain{
    display: none;
}
.busmenuIcon:hover .icon-abbr .abbrTxt {
    display: block;
    box-sizing: content-box;
    /*border: 1px solid #797878;*/
    border-radius: 50%;
    font-size: 12px !important;
    /*color: #000;*/
    -webkit-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
}
/*.busmenu .icon {
        font-size: 26px !important;
        -webkit-transition: all 0.3s;
        -webkit-transform-origin: 40% 70%;
    }

    .busmenu:hover .icon {
        transform: scale(1.4);
    }

    .busmenu:hover + .busmenu .icon {
        transform: scale(1.2);
    }*/

.busmenuicon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 11px;
    /*margin-right: 12px;
    margin-top: 10px;*/
    /*float: left;*/
    background-size: contain;
}

    .busmenuicon:hover {
        background-color: #C2E0FF;
        /*border:1px solid #3399FF;*/
        transform: scale(1.2);
    }

#tabPageOrg .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageOrg.png");
}

#tabPageWmDocTree .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageWmDocTree.png");
}

#tabPageCollege .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageCollege.png");
}

#tabPageCustomer .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageCustomer.png");
}

#tabPageSupplyer .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageSupplyer.png");
}

#tabPageProject .busmenuicon {
    background-image: url("../../NG3Resource/pic/web/tabPageProject.png");
}

#leftSuite {
    width: 200px;
    height: 70px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.23);
    border-radius: 5px;
    position: absolute;
    left: 40px;
    top: 500px;
    z-index: 99;
    display: none;
}

/*#sysLeftSuite {
    width: 200px;
    height: 70px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.23);
    border-radius: 5px;
    position: absolute;
    left: 40px;
    top: 500px;
    z-index: 99;
    display: none;
    background: #eef7ff;
}

#sysToolTipDiv {
    width: 110px;
    height: 37px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.23);
    border-radius: 3px;
    position: absolute;
    left: 41px;
    top: 500px;
    z-index: 99;
    display: none;
    background: #eef7ff;
    text-align:center;
    line-height:37px;
    font-size:12px;
}

#enterpToolTipDiv {
    width: 110px;
    height: 37px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.23);
    border-radius: 3px;
    position: absolute;
    left: 41px;
    top: 500px;
    z-index: 99;
    display: none;
    background: #eef7ff;
    text-align:center;
    line-height:37px;
    font-size:12px;
}

#enterpLeftSuite {
    width: 200px;
    height: 70px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.23);
    border-radius: 5px;
    position: absolute;
    left: 40px;
    top: 500px;
    z-index: 99;
    display: none;
    background: #eef7ff;
}*/

.leftsuite {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    margin: 7px 8px 4px 8px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s;
}

    .leftsuite .icon-abbr {
        box-sizing: content-box;
        border: 1px solid #797878;
        border-radius: 50%;
        font-size: 12px !important;
        color: #000;
    }

    .leftsuite:hover .icon-abbr {
        transform: scale(1.2);
    }

    .leftsuite:hover + .leftsuite .icon-abbr {
        transform: scale(1.1);
    }
    /*#sysLeftSuite span{
         display: none;
        position: absolute;
        left: 27px;
        top: -4px;
        padding: 4px 19px 4px 16px;
        background-color: #eef7ff;
        border-radius: 3px;
        color: #000000;
        text-align: center;
        white-space: nowrap;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    }
      #sysLeftSuite:hover span {
        display: block;
    }*/
    /*.leftsuite span {
        display: none;
        position: absolute;
        left: 27px;
        top: -4px;
        padding: 4px 19px 4px 16px;
        background-color: #eef7ff;
        border-radius: 3px;
        color: #000000;
        text-align: center;
        white-space: nowrap;
        box-shadow: 0 1px 10px 0 rgba(0,0,0,.5);
    }*/

    .leftsuite:hover span {
        display: block;
    }

.leftsuiteicon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 9px;
    top: 6px;
    background-size: contain;
}

    .leftsuiteicon:hover {
        background-color: #C2E0FF;
        /*border:1px solid #3399FF;*/
        transform: scale(1.2);
    }

.x-panel, .x-plain {
}

/*.firstSuite {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    line-height: 20px;
    background: #F5A623;
    border-radius: 50%;
}

    .firstSuite .icon {
        position: absolute;
        left: -2px;
        top: 3px;
        font-size: 28px !important;
        color: #fff;
    }*/

.firstSuite {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    line-height: 22px;
    /*background: #F5A623;*/
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px !important;
    color: #fff;
    cursor: pointer;
}

.headimginewgrand {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-left: 1px;
    float: left;
    background: url(../../NG3Resource/pic/web/blue/inewgrand.png) no-repeat;
}

.headimgnewgrand {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-left: 1px;
    float: left;
    background: url(../../NG3Resource/pic/web/blue/newgrand.png) no-repeat;
}



/*.firstSuite .icon-selected {
    display: inline-block;
    font-size: 16px!important;
    color: #fff;
}*/


/*.activeSuite {
    width: 40px;
    height: 46px;
    padding-top: 10px;
    display: none;
}*/
