/* CSS Document */
body {
    background-image: none;
    background-color: #fafafa;
    min-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    min-width: 1200px;
}
body,
td,
input { font-family: "Microsoft YaHei" }
.saas_header {
    position: relative;
    background-color: #f2f2f2;
    box-shadow: 0px 3px 5px #ddd;
}
.saas_logo {
    height: 120px;
    padding-left: 30px;
    opacity: 0;
}
.saas_logo.animation {
    -webkit-animation: fadeInLeft 0.6s 0.8s ease both;
    -moz-animation: fadeInLeft 0.6s 0.8s ease both;
    animation: fadeInLeft 0.6s 0.8s ease both;
    opacity: 1;
}
.saas_logo img {
    height: 52px;
    width: 148px;
    margin: 32px 0 0 0;
}
 
.title-main,
.title-sub,
.telinfo {
    left: 200px;
    top: 35px;
    position: absolute;
    color: #1197da;
    opacity: 0;
}
.title-main {
    font-size: 2em;
    font-weight: bold
}
.title-sub {
    margin-top: 2em;
    font-size: 1.125em;
}
.title-main.animation,
.title-sub.animation {
    -webkit-animation: fadeInRight 0.6s 0.8s ease both;
    -moz-animation: fadeInRight 0.6s 0.8s ease both;
    animation: fadeInRight 0.6s 0.8s ease both;
    opacity: 1;
}
.telinfo {
    left: auto;
    right: 30px;
    text-align: right;
    font-size: 1.125em;
    color: #999
}
.telinfo.animation {
    -webkit-animation: fadeInTop 0.6s 0.8s ease both;
    -moz-animation: fadeInTop 0.6s 0.8s ease both;
    animation: fadeInTop 0.6s 0.8s ease both;
    opacity: 1;
}
.saas_login_m {
    margin: auto;
    min-width: 1200px;
    max-width: 80%;
    padding: 120px 0 200px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.saas_login_ad {
    position: absolute;
    left: 30px;
    top: 10%;
    height: 80%;
    width: 40%;
    opacity: 0;
}
.saas_login_ad.animation {
    -webkit-backface-visibility: visible;
    -webkit-transform-origin: center center;
    -moz-backface-visibility: visible;
    -moz-transform-origin: center center;
    -webkit-animation: rotate360 1.5s 0s 1 ease normal none;
    animation: rotate360 1.5s 0s 1 ease normal none;
    opacity: 1;
}
.saas_login_ad img { height: 100%; }
.saas_login_c {
    padding: 10px;
    line-height: 3em;
    border-radius: 10px;
    width: 360px;
    left: 62%;
    top: 0;
    position: relative;
    opacity: 0;
}
.saas_login_c.animation {
    -webkit-animation: fadeInBottom 0.6s 0.8s ease both;
    -moz-animation: fadeInBottom 0.6s 0.8s ease both;
    animation: fadeInBottom 0.6s 0.8s ease both;
    opacity: 1;
}
.saas_login_c h2 {
    font-size: 1.5em;
    color: #1197da;
    padding-bottom: 1em;
}
.saas_login_c h2 span {
    display: inline-block;
    padding: 10px;
    border-bottom: 2px solid #1197da
}
.saas_login_c li { padding: .5em 0; position: relative; }
.submitReg { text-align: right; }
.submitReg a:link,
.submitReg a:visited {
    font-size: 1.25em;
    color: #666;
}
.input_login,
.input_login[type='text'],
.saas-button {
    line-height: 1;
    font-size: 1.125em;
    height: 4em;
    border: #CCC solid 1px;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    position: relative;
    z-index:  1;
}
.input_login:focus { box-shadow: 1px 0 0 0 rgba(39,41,43,.3) inset }
.input_login.input_err { background-position: 96% 1.75em; }
#codeinfo { position: absolute; top: 50%; right: 10px; margin-top:  -20px; z-index: 2;}
#codeinfo img { width: 98px; height: 30px; }

.saas-button {
    height: 2.25em;
    font-size: 2em;
    border: #1197da solid 1px;
    background-color: #1197da;
    color: #FFF;
    margin-top: .5em;
    border-radius: .25em;
    font-weight: bold;
}
.saas_footer {
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.38);
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 1.25em;
    position: fixed;
    z-index: 10;
    opacity: 0;
}
.saas_footer.fixBottom {
    bottom: auto;
    position: relative;
}
.saas_footer.animation {
    -webkit-animation: fadeInUp 0.6s 0.8s ease both;
    -moz-animation: fadeInUp 0.6s 0.8s ease both;
    animation: fadeInUp 0.6s 0.8s ease both;
    opacity: 1;
}

