/*TODO:冗余的JS/CSS比较多,稍后去掉没用的*/
body, html {
    color: #333
}

body.login
{
    min-width: 1003px; overflow: auto; background-color: #F2F2F2;
    font-size: 13px;
}
input:focus {
    outline: 0
}

body {
    background: #fff
}

li, ol, ul {
    list-style: none
}

a:link, a:visited {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #3db7aa
}

img {
    border: none
}

em {
    font-style: normal
}

h1, h2, h3, h4, h5 {
    font-weight: 400
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #fff
}


.topbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 900
}

.toppic {
    margin: 0 auto
}

.toppic a:link, .toppic a:visited {
    color: #fff
}

.topicfixed {
    background: #F2F2F2;
    border-bottom: 1px solid #e5e5e5
}

.topicfixed a:link, .topicfixed a:visited {
    color: #333
}

.topside {
    float: left
}

.topNav01 {
    float: left;
    width: 510px;
    padding-left: 20px;
    line-height: 40px;
    margin: 20px;
    font-size: 20px;
    color: #999;
    border-left: 1px solid #ccc
}

.topicfixed {
    overflow: hidden
}

.topicfixed .topNav li a:hover, .topicfixed li.current a {
    background: 0 0;
    color: #3db7aa
}

.topTool {
    float: right;
    margin-top: 18px;
    font-size: 16px;
    line-height: 39px
}

.topTool a.barzc, .topTool a.reg {
    float: right;
    width: 92px;
    height: 35px;
    border: 2px solid #28c4b2;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 31px;
    color: #28c4b2;
    margin-left: 15px
}

.topTool span {
    font-size: 14px;
    color: #A9A9A9
}

.topTool a.barzc:hover, .topicfixed a.barzc:hover {
    background: #28c4b2;
    color: #fff
}

.topTool a:hover {
    color: #12b7f5
}

.topTool a.reg {
    background: #28c4b2;
    color: #fff
}

.topTool a.reg:hover {
    background: #3db7aa;
    color: #fff;
    border: 2px solid #3db7aa
}

.topicfixed a.barzc {
    display: inline
}

.content {
    width: 100%;
    min-width: 980px
}

.content-center {
    width: 1280px;
    margin: 0 auto
}

button.login-btn {
    display: block;
    width: 280px;
    height: 45px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 10px
}

.login-btn:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.content-foot {
    /*width: 980px;*/
    margin: 0 auto;
    height: 40px;
    text-align: center
}

.content-foot h4 {
    color: #ccc;
    font-size: 14px
}

.content-foot h4 a {
    margin: 0 12px
}

.content-foot h4 span {
    color: #333;
    margin-left: 12px
}

.content-foot h4 em {
    color: #e84e46
}

.content-foot p {
    margin-top: 16px;
    color: #999;
    font-size: 12px
}

.footer-border {
    border-top: 1px solid #ebebeb
}

.errMsg {
    color: red;
    font-size: 12px
}

.login-body {
    background: #f3f3f3;
    width: 100%;
    min-width: 980px;
    height: 500px
}

.login-left {
    float: left;
    width: 58%;
}

.login-right {
    float: right;
    margin: auto 11px auto auto;
    width: 380px;
    /*width: 45%;*/
}
.login-main{
    background: url(patterns/login/login-back.jpg) no-repeat;
    width: 100%;
    height:500px;}
.login-bg {
}
.login-icon
{
    position: absolute;
    z-index: 2;
    opacity: 0
}
.slogan
{
    background: url(patterns/login/slogan.png) no-repeat;
    width: 98px;
    height: 90px;
    left: 226px;
    top: 173px;/*
transition: all 1s ease .5s*/
}

.animate .login-txt {
    left: -15px;
    transition: all .5s linear .1s;
    -webkit-transition: all 1s linear .1s;
    opacity: 1
}

.animate .login-icon-01 {
    -webkit-animation: zoomIn 1s cubic-bezier(0, .25, .08, 1) 1s;
    -moz-animation: zoomIn 1s cubic-bezier(0, .25, .08, 1) 1s;
    -o-animation: zoomIn 1s cubic-bezier(0, .25, .08, 1) 1s;
    animation: zoomIn 1s cubic-bezier(0, .25, .08, 1) 1s
}

.animate .login-icon-02 {
    left: 194px;
    top: 44px
}

.animate .login-icon-01, .animate .login-icon-02 {
    opacity: 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

@keyframes fadeToggle {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .3;
        transform: scale(1.2)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes fadeToggle {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .3;
        transform: scale(1.2)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0)
    }
    60% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes zoomIn {
    0% {
        transform: scale(0)
    }
    60% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-o-keyframes zoomIn {
    0% {
        -o-transform: scale(0)
    }
    90% {
        -o-transform: scale(1.1)
    }
    100% {
        -o-transform: scale(1)
    }
}

@-ms-keyframes zoomIn {
    0% {
        -ms-transform: scale(0)
    }
    60% {
        -ms-transform: scale(1.1)
    }
    100% {
        -ms-transform: scale(1)
    }
}

.login-right-box {
    width: 350px;
    height: 375px;
    border: 1px solid #eee;
    background: #fff;
    margin: 64px auto 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    padding: 35px 39px 0;/*50*/
    border-radius: 3px;
    max-height: 450px;
}

.login-right-box input[type=password], .login-right-box input[type=text] {
    border: none;
    line-height: 36px;
    height: 36px;
    margin-top: 10px;
    display: inline-block;
    width: 162px;
    background: transparent;
}

.login-right-box p {
    margin-top: 12px;
    border-bottom: 1px solid #e0e0e0
}

.login-box-img {
    text-align: center
}

.login-box-img p {
    border-bottom: none
}

.login-box-txt {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    cursor: pointer
}

.login-box-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.login-right-box .password, .login-right-box .user, .login-right-box .verify {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 26px
}

.login-right-box .user {
    background: url(patterns/icon-person.png) no-repeat;
    height: 25px
}

.login-right-box .password {
    background: url(patterns/icon-password.png) no-repeat;
    height: 14px
}

.login-right-box .verify {
    background: url(../normal/images/login/icon-aval.png) no-repeat;
    height: 25px
}

.login-right-box .right-verify {
    float: right
}

.login-right-box .right-verify img {
    display: inline-block;
    vertical-align: middle;
    width: 92px
}

.forget-password {
    font-size: 14px;
    margin: 15px 0 0;
    padding-bottom: 25px
}

.fpmore {
    padding-bottom: 10px
}

.forget-password a {
    float: right;
    color: #3db7aa;
    display: block;
    margin-bottom: 10px
}

.forget-password label {
    cursor: pointer
}

.icheckbox_square-green {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0;
    width: 14px;
    height: 14px;/*
    background: url(../normal/images/login/green.png) no-repeat;*/
    border: none;
    cursor: pointer
}

.icheckbox_square-green input {
    width: 14px
}

.icheckbox_square-green {
    background-position: 0 0
}

.icheckbox_square-green.hover {
    background-position: -24px 0
}

.icheckbox_square-green.checked {
    background-position: -48px 0
}

.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-green.checked.disabled {
    background-position: -96px 0
}

#cVerify {
    width: 72px
}

.hidden {
    display: none
}

.shortlogin {
    height: 425px
}



.logoLink {
    float: left;
    margin: 10px;
    /*
    float: left;
    display: block;
    width: 167px;
    height: 38px;
    overflow: hidden;
    font-size: 0;
    background: url(patterns/login/logo.png) right 20px no-repeat*/
}
.logoLink img{}
.login-slogan-main
{width:100%; height: 500px}
.login-slogan{
    z-index: 99999;
    position: relative;
    top: 210px;
}
.login-slogan img{ margin: auto;}

.content-foot{ width: 100%;
    height: 42px; background-color: #F2F2F2;}
.content-foot div{ float: left; background-color: #F2F2F2;
    font-family: '微软雅黑 Bold', 微软雅黑;
    font-size: 13px;
    font-style: normal;}
.content-foot div.registerVersion{width: auto; background-color: #F2F2F2; margin-left: 6px;}
.content-foot div.registerText{float: left;width: 80%; margin: auto; text-align: center;}
.content-foot div.registerLicense{float: right; width:auto; margin-right: 6px;}
.content-foot div.registerLicense a{float: left;}
.content-foot p.copyText{ color:#9999A4; margin-top:12px;
    display: inline;
    font-family: '微软雅黑 Bold', 微软雅黑;
    font-size: 13px;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    text-align: left;
    white-space: nowrap;
    width: auto;}
.content-foot div.registerLicense a.sosen{
    margin: 6px auto;
    background:url(patterns/login/sosen_license.png);
    width: 30px;
    height: 30px;
    display: block;
}
.clearBoth:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearBoth {
    zoom: 1
}
button.login-btn {
    display: block;
    width: 280px;
    height: 38px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 20px;
}

.udalert{
    padding: 10px;/* margin-bottom: 20px;*/
    border: 1px solid transparent;
    border-radius: 4px;}