﻿html{height:100%;}

/* Global*************************** */ 
body{font-family: "Microsoft Yahei","华文细黑",arial; min-width: 320px; color: #656D78; font-size: 12px; min-height:100%; position:relative; overflow: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td{ margin:0px; padding:0px;}
ol,ul,li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;margin: 0;padding:0;}
img{ max-width:100%;border:0;}
/*input,textarea{ -webkit-appearance: none;border: 0;outline: none;}*/
table { border-collapse: collapse;border-spacing: 0;}
a:link,a:visited,a:hover,a:focus,input:link,input:visited,input:focus,textarea{ border:none;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);}
a{color: #609ee9;}    
a,button:active,input[type='submit']:active,input[type='button']:active,input[type='reset']:active{box-shadow: none !important;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #aab2bd!important;}
button{ border: 0;padding: 0;outline: 0;}
input:focus,button:focus{outline:none !important}
.hidden{ overflow: hidden;}


.account-system-main {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-height: calc(100% - 50px);
    -moz-height: calc(100% - 50px);
    height: calc(100% - 50px);
    color: #656d78;
}
.account-system-main:after {
    content: '';
    display: block;
    clear: both;
}
.ac-login-body {
    position: relative;
    width: 100%;
    min-height: 100%;
}
.ac-login-warp {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}
.ac-login-logo-bg {
    background: url(../../assets/img/login-head.png) no-repeat;
    width: 960px;
    margin: 0 auto;
    height: 96px;
    line-height: 96px;
    -moz-box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, .2);
}
.ac-login-logo {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    width: 960px;
    margin: 0 auto;
    height: 96px;
    line-height: 96px;
    max-height: 40px;
    color: #fff;
    font-size: 30px;
}
.ac-login-main {
    border-radius: 0 0 4px 4px;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    -moz-box-shadow: -1px 2px 16px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: -1px 2px 16px 0px rgba(0, 0, 0, .2);
    box-shadow: -1px 2px 16px 0px rgba(0, 0, 0, .2);
}
.ac-login-title {
    height: 55px;
    border-bottom: 1px solid #EEF0F3;
    padding: 0 24px;
    line-height: 55px;
    font-size: 14px;
}
.ac-login-title h4 {
    display: inline-block;
    color: #323133;
    font-size: 14px;
    width: 100%;
}
#lblTitle span:last-child {
    cursor: pointer;
}
.ac-login-main-inner {
    width: 430px;
    margin: 60px auto 70px;
}
.ac-login-formGroup {
    vertical-align: top;
    padding-bottom: 20px;
    position: relative;
}
.ac-login-formGroup .form-control {
    font-size: 14px;
    height: 44px;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #CCD1D9;
    border-radius: 2px;
    color: #323133 !important;
    vertical-align: middle;
    padding: 13px 12px 12px;
    box-sizing: border-box;
    line-height: 1;
}
.ac-login-formGroup:after {
    content: '';
    display: block;
    clear: both;
}
.btn.btn-block.btn-login {
    padding: 12px !important;
}
.btn-login {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}
.btn-info {
    background: #32cbb6 !important;
    border-color: #32cbb6 !important;
    color: #fff;
}
/*form*/
.form-control {
    border-color: #CCD1D9;
    box-shadow: none;
    border-radius: 4px;
    color: #323133;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: 0px 0px 4px 0px rgba(96, 158, 233, 0.50);
    border: 1px solid #609ee9
}

.has-error.help-block {
    font-size: 12px;
    margin-bottom: 0;
    color: #e75845
}

.has-error.help-block.help-y {
    clear: both;
    width: 100%;
    padding-top: 5px;
    margin-top: 0
}

.has-error .form-control {
    border-color: #e75845;
}

.has-error .form-control:focus {
    border-color: #e75845;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(231, 88, 69, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(231, 88, 69, .5);
}

.has-error .control-label {
    color: #656D78;
}

.has-error .icon {
    position: relative;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 6px;
        text-align: left;
        font-size: 14px
    }

    .form-control-static {
        padding-top: 2px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-control,
    .btn-select,
    .dropdown-menu.dropdown-menu-select li {
        font-size: 14px;
    }
}



/*.btn{ padding:7px 12px!important;}*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn.btn-raduis {
    border-radius: 100px
}

.btn-info {
    background: #32cbb6 !important;
    border-color: #32cbb6 !important;
    color: #fff
}

.btn-success {
    background: #39ca74 !important;
    border-color: #39ca74 !important;
    color: #fff
}

.btn-success:hover {
    background: #34b969 !important;
    border-color: #34b969 !important;
    color: #fff !important
}

.btn-danger {
    background: #E75845 !important;
    border-color: #E75845 !important;
    color: #fff
}

.btn-warning {
    background: #F5BA4E !important;
    border-color: #F5BA4E !important;
    color: #fff
}

.btn.btn-default {
    border: 1px solid #e6e9ed;
    color: #AAB2BD;
    background: #F5F7FA;
}

.btn.btn-default.btn-stroke,
.btn.btn-default-hove:hover {
    color: #32cbb6;
    border: 1px solid #12a590 !important;
    background: #fff !important;
}

.btn.btn-default.btn-stroke:hover {
    background: #12a590 !important;
    color: #fff
}

.btn.btn-info:hover {
    background-color: #12a590 !important;
    border-color: #12a590 !important
}

.btn-blue {
    color: #32cbb6;
    background-color: #ebf2fc;
}

.btn.btn-blue:hover {
    background-color: #12a590;
    color: #fff;
}

.btn-green {
    color: #39ca74;
    background-color: #dbf6e4;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    color: #fff;
    background-color: #12a590;
}

.btn-green {
    color: #39ca74;
    background-color: #dbf6e4;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    color: #fff;
    background-color: #12a590;
}

.btn.btn-xs {
    padding: 3px 10px !important;
}

.btn.btn-info.btn-stroke {
    padding: 6px 16px !important;
    background: none !important;
    border: 1px solid #32cbb6;
    color: #32cbb6;
    box-sizing: border-box;
}

.btn.btn-info.btn-stroke:hover {
    background: #12a590 !important;
    color: #fff;
}
