*,
*:after,
*:before {
    box-sizing: border-box
}

* {margin: 0;padding: 0;}
ul {list-style: none;}
a {text-decoration: none}
a:hover {text-decoration: underline}
a>img {outline: none;border: 0}
::-ms-clear,::-ms-reveal{display:none;}

body {
    background-color: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

h1#logo {
    width: 1200px;
    margin: 0 auto;
}

h1#logo a {
    display: block;
    width: 363px;
    height: 49px;
    margin: 12px 0;
}

h1#logo a>img {
    vertical-align: top
}

.container-login {
    background: url(../images/login-bg.png) no-repeat center top;
    height: 580px;
    min-width: 1200px;
}

.container-login-3e {
    background: url(../images/login-bg-3e.png) no-repeat center top;
    height: 580px;
    min-width: 1200px;
}

#login-bg {
    width: 1200px;
    height: 580px;
    position: relative;
    margin: 0 auto;
}

#login-range {
    position: absolute;
    width: 334px;
    height: 457px;
    left: 752px;
    top: 61px;
    border-radius: 10px;
    padding: 37px 32px 31px;
    overflow: hidden;
}

#login-range .hd ul {
    *zoom: 1;
    border-bottom: 1px solid #DBDBEA;
}

#login-range .hd ul:after {
    content:'';
    display: block;
    clear: both;
}

#login-range .hd li {
    float: left;
    font-size: 20px;
    color: #646472;
    width: 50%;
    text-align: center;
    line-height: 200%;
    cursor: pointer;
}

#login-range .hd li.on {
    color: #41BDC9;
    position: relative;
}

#login-range .hd li.on:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #41BDC9;
    bottom: -2px;
    left: 0;
}

.form-row {
    margin-top: 35px;
}

.form-row label {
    font-size: 16px;
    color: #525261
}
.form-row div {
    margin-top: 5px;
    position: relative
}
.form-row input {
    border-width: 0;
    border-bottom: 1px solid #DBDBEA;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #525261;
    outline: none;
    font-family: \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    padding: 8px 0;
    background-color: #fdfdfd;
}
#yzm-input {
    padding-right:110px;
}

#yzm {
    position: absolute;
    width: 102px;
    height: 36px;
    right: 0;
    bottom: 5px;
}

.form-row input::-moz-input-placeholder{
    color: #B8B8C7
}
.form-row input::-webkit-input-placeholder{
    color: #B8B8C7
}
.form-row input::-ms-placeholder {
    color: #B8B8C7
}
.form-row input::placeholder {
    color: #B8B8C7
}

.login-tips {
    font-size: 14px;
    color: #525260;
    margin-top: 12px;
}

.login-tips a{
    color: #00A3D8
}

.error {
    color: #D80000;
    font-size: 12px;
    margin-top: 15px;
    line-height: 140%;
}

.btn {
    display: block;
    width: 160px;
    height: 40px;
    background-color: #41BDC9;
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin-left: -80px;
    border: 0;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s
}
.btn:hover {
    background-color: #30adb9;
}

.footer {
    height: 75px;
    text-align: center;
    background-color: #eee;
    line-height: 75px;
    font-size: 16px;
    color: #52525F;
    min-width: 1200px;
}

.footer span {
    margin: 0 10px;
}