/* line 1, ../../app/styles/framework/login.scss */
html,body{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.login-view {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #f6f7f8;
    min-height: 100%;
    overflow: auto;
    height: auto!important;
    height: 100%;

}
/* line 7, ../../app/styles/framework/login.scss */
.login-view .login-container {
    width: 400px;
    margin: 60px auto;
}
/* line 12, ../../app/styles/framework/login.scss */
.login-view .login-container .logo {
    color: #155abb;
    font-size: 2em;
    margin: 30px 0;
}
.login-view .notice-container .notice {
    width: 400px;
    margin: 60px auto;
    text-align: center;
    padding: 30px;
    border: 1px solid #d2d2d2;
}

.login-view .notice-container .notice .notice-text {
    width: 100%;
    font-size: 28px;
}

/* line 17, ../../app/styles/framework/login.scss */
.login-view .login-container .title {
    color: #777;
    margin-bottom: 15px;
}
/* line 21, ../../app/styles/framework/login.scss */
.login-view .login-container input#username, .login-view .login-container input#password, .login-view .login-container input#code {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* line 40, ../../app/styles/framework/login.scss */
.login-view .login-container input#code {
    width: 30%;
    display: inline-block;
}
/* line 44, ../../app/styles/framework/login.scss */
.login-view img.code {
    width: 40%;
}
/* line 47, ../../app/styles/framework/login.scss */
.login-view .login-container .remember {
    color: #777;
    margin-bottom: 15px;
    margin-left: -2px;
    margin-top: 12px;
}
/* line 52, ../../app/styles/framework/login.scss */
.login-view .login-container .remember .checker {
    top: -2px;
}
/* line 55, ../../app/styles/framework/login.scss */
.login-view .login-container button#login {
    display: block;
    width: 70px;
    padding: 6px 12px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    background-color: #1263e9 !important;
    border-color: #115ddb !important;
}
/* line 77, ../../app/styles/framework/login.scss */
.login-view .login-container #forget {
    font-size: .8em;
    color: #1263e9;
    text-decoration: none;
    cursor: pointer;
}
/* line 83, ../../app/styles/framework/login.scss */
.login-view .login-container #forget:hover {
    color: #2c75ee;
    text-decoration: none;
}
/* line 87, ../../app/styles/framework/login.scss */
.login-view .login-container #spanUsername, .login-view .login-container #spanPassword {
    color: #b94a48;
    display: none;
    margin-bottom: 10px;
    padding-left: 10px;
}



/***********************澶撮儴*************************/
.page-header {
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

/* line 33, ../../app/styles/main.scss */
li {
    list-style: none;
}

/* line 34, ../../app/styles/main.scss */
a {
    cursor: pointer;
}


/** line 2, ../../app/styles/framework/header.scss *!/*/
.page-navbar {
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    background-color: #155aba;
    position: fixed;
    top: 0;
    z-index: 100;
}

/* line 12, ../../app/styles/framework/header.scss */
.page-navbar .logo-nav {
    position: absolute;
    left: 0;
    background-color: #0e4ea9;
    width: 50px;
    text-align: center;
}

/* line 19, ../../app/styles/framework/header.scss */
.page-navbar .logo-nav img {
    width: 20px;
}

/* line 22, ../../app/styles/framework/header.scss */
.page-navbar .title-nav {
    position: absolute;
    left: 50px;
    padding-left: 20px;
    width: 100px;
}

/* line 28, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation {
    position: absolute;
    left: 150px;
    margin-left: 20px;
}

/* line 33, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation ul {
    /*display: box;*/
    /*display: -ms-box;*/
    display: flex;
    /*display: -moz-flex;*/
    /*display: -ms-flex;*/
}

/* line 43, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation ul li {
    width: 100px;
    text-align: center;
}

/* line 47, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation ul li.active a {
    border-bottom: 4px solid #57c52c;
    height: 50px;
}

/* line 51, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation ul li a {
    display: block;
    color: #fff;
}

/* line 56, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e4ea9;
}

/* line 61, ../../app/styles/framework/header.scss */
.page-navbar .user-nav, .page-navbar .menu-nav {
    position: absolute;
    right: 0;
    height: 50px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 70, ../../app/styles/framework/header.scss */
.page-navbar .user-nav > div, .page-navbar .menu-nav > div {
    display: table;
    width: 100%;
}

/* line 74, ../../app/styles/framework/header.scss */
.page-navbar .user-nav a, .page-navbar .menu-nav a {
    display: table-cell;
    line-height: 17px;
    vertical-align: middle;
    height: 50px;
    padding: 0 10px;
    color: #fff;
}

/* line 82, ../../app/styles/framework/header.scss */
.page-navbar .user-nav a:hover, .page-navbar .menu-nav a:hover {
    background-color: #0e4ea9;
    text-decoration: none;
}

/* line 86, ../../app/styles/framework/header.scss */
.page-navbar .user-nav a::after {
    font-family: "ALiconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e620";
    position: relative;
    top: -3px;
}

/* line 96, ../../app/styles/framework/header.scss */
.page-navbar .user-nav.active a {
    color: #155aba;
    background-color: #fff;
}

/* line 100, ../../app/styles/framework/header.scss */
.page-navbar .user-nav.active a::after {
    content: "\e621";
    top: 0px;
}

/* line 103, ../../app/styles/framework/header.scss */
.page-navbar .user-nav ul {
    display: none;
    color: #155aba;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.075);
    list-style: none;
    padding-left: 0;
}

/* line 111, ../../app/styles/framework/header.scss */
.page-navbar .user-nav ul li {
    border-top: 1px solid #ccc;
}

/* line 114, ../../app/styles/framework/header.scss */
.page-navbar .user-nav ul li:hover {
    background-color: whitesmoke;
}

/* line 117, ../../app/styles/framework/header.scss */
.page-navbar .user-nav.active ul {
    display: block;
}

/* line 120, ../../app/styles/framework/header.scss */
.page-navbar-toggle {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 50px;
    background-color: rgba(21, 90, 186, 0.9);
    border-top: 1px solid #0e4ea9;
}

/* line 129, ../../app/styles/framework/header.scss */
.toggle-show .page-navbar-toggle {
    display: block;
}

/* line 132, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation a.more {
    height: 50px;
}

/* line 135, ../../app/styles/framework/header.scss */
.page-navbar .top-navigation a.more::after {
    font-family: "ALiconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e620";
    position: relative;
    top: -3px;
}

/* line 146, ../../app/styles/framework/header.scss */
.page-navbar.toggle-show .top-navigation a.more {
    background-color: #0e4ea9;
}

/* line 149, ../../app/styles/framework/header.scss */
.page-navbar.toggle-show .top-navigation a.more::after {
    content: "\e621";
    top: 0px;
}

/* line 153, ../../app/styles/framework/header.scss */
.page-navbar-setting, .page-navbar-close {
    display: block;
    position: absolute;
    cursor: pointer;
}

/* line 158, ../../app/styles/framework/header.scss */
.page-navbar-setting {
    right: 40px;
}

/* line 161, ../../app/styles/framework/header.scss */
.page-navbar-close {
    right: 10px;
    font-size: 13px !important;
}

/* line 165, ../../app/styles/framework/header.scss */
.top-navigation li.toggle, .page-navbar-toggle .top-navigation li {
    display: none;
}

/* line 168, ../../app/styles/framework/header.scss */
.page-navbar-toggle .top-navigation li.toggle {
    display: block;
}

/* line 171, ../../app/styles/framework/header.scss */
aa .page-navbar .page-navbar-toggle .top-navigation ul {
    display: block;
}
/* line 173, ../../app/styles/framework/header.scss */
aa .page-navbar .page-navbar-toggle .top-navigation ul li {
    float: left;
}





.page-main {
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #dfe0e0;
    /*琛ㄦ牸甯冨眬瀹瑰櫒,tabs甯冨眬 鏍峰紡*/
    /* 椤电爜鍣� 鏍峰紡 */
}



.login-nav{
    height: 450px;
    padding: 20px 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-image: url("../Common_images/bg.png");*/
    /*/!*background-position: 50% 50%;*!/*/
    /*background-repeat: no-repeat;*/
    /*background-origin: content-box;*/
    /*background-size: contain;*/
    background: -webkit-linear-gradient(#0051d6, #1068f9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0051d6, #1068f9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0051d6, #1068f9); /* Firefox 3.6 - 15 */
    background: linear-gradient(#0051d6, #1068f9); /* 鏍囧噯鐨勮娉� */
}
.login-nav .logo{
    position: absolute;
    background: url("../Common_images/logo.png") no-repeat center;
    width: 361px;
    height: 33px;
}
.login-nav .bg{
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -425px;
    background: url("../Common_images/bg.png") no-repeat center;
    width: 853px;
    height: 353px;
}
.login-nav .logo-title{
    text-align: center;
    width: 100%;
    margin-top: 280px;
}
.login-nav .logo-title p{
    color: #ffffff;
    margin: 0;
}



.login-nav .logo-title p.system-name{
    font-size: 36px;
}
.login-nav .logo-title p.system-code{
    font-size: 16px;
}
.login-view .login-container .login-input .login-username, .login-view .login-container .login-input .login-password{
    position: relative;
}
.login-view .login-container .login-input input#username{
    /*padding: 10px;*/
    height: 50px;
    border-radius: 2px;
    margin-bottom: 12px;
    width: 400px;
    color: #333333;
}

.login-view .login-container .login-input input#username:hover, .login-view .login-container .login-input input#username:focus{
    /*border-color: #1263e9;*/
    box-shadow:  0 0 5px  #1263e9;
    outline:none;
}
.login-view .login-container .login-input input#password{
    /*padding: 10px;*/
    height: 50px;
    border-radius: 2px;
    width: 400px;
    color: #333333;
}

.login-view .login-container .login-input input#password:hover, .login-view .login-container .login-input input#password:focus{
    /*border-color: #1263e9;*/
    box-shadow:  0 0 5px  #1263e9;
    outline:none;
}

.login-view .login-container .login-input #spanUsername{
    background: url("../Common_images/account.png") no-repeat center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    margin: 0;
    padding: 0;
}
.login-view .login-container .login-input #spanPassword{
    background: url("../Common_images/password.png") no-repeat center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    margin: 0;
    padding: 0;
}
.login-view .login-container .login-input .forget{
    position: absolute;
    right: -80px;
    top: 13px;
    font-size: 14px;
    color: #1263e9;
}

.checkboxCss{
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
}

.rememberMe{ margin-left: 10px; font-size: 14px;  color: #999999}

.checkboxCss label{
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.checkboxCss label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid #1263e9;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkboxCss label:hover::after {
    opacity: 0.5;
}
.checkboxCss input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.loginBtn button{
    width: 100%;
    background: #1263e9;
    border: none;
    height: 54px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}
.loginBtn button:hover{
    background: #0051d6;
}
.loginBtn button:active{
    background: #1263e9;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #dddddd;
    color: #777;
    clear: both;
}
.footer p{
    text-align: center;
}

/*20170814新增*/

/*微校*/
.page-navbar-second{
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 50px;
    z-index: 99;
    border-bottom: 1px solid #dfdfdf;
}
.page-navbar-second .top-navigation {
    position: absolute;
    left: 10px;
    margin-left: 10px;
}
.page-navbar-second .top-navigation ul {
    /*display: box;*/
    /*display: -ms-box;*/
    display: flex;
    /*display: -moz-flex;*/
    /*display: -ms-flex;*/
}
.page-navbar-second .top-navigation ul li {
    width: 100px;
    text-align: center;
}
.page-navbar-second .top-navigation ul li a.active {
    border-bottom: 4px solid #155aba;
    height: 40px;
}
.page-navbar-second .top-navigation ul li a {
    display: block;
    color: #333;
}
.page-navbar .title-nav-weixiao{
	position: absolute;
    left: 50px;
    padding-left: 20px;
}























