body, div, ul, ol, li, p, i, em, h1, h2, h3, h4, a, strong, span, img, form, input, textarea, button {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", "Simsun", Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", "sans-self";
    font-size: 14px;
    line-height: 24px;
}

@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chromeã€firefox */ url('font/iconfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

input, textarea {
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

li, div, ul {
    *zoom: 1;
}

li:after, div:after, ul:after {
    content: '';
    display: table;
    clear: both;
}

.tran {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

/*--------------æ ·å¼é‡ç½®------------*/
/***********/

.login-banner {
    width: 100%;
    background: url(../../images/banner.jpg) center bottom no-repeat \9;
    background: url(../../images/banner.jpg) center bottom/cover no-repeat;
}

@media screen and (min-width: 320px) {
    .login-banner {
        height: 100px;
    }
}

@media screen and (min-width: 480px) {
    .login-banner {
        height: 120px;
    }
}

@media screen and (min-width: 640px) {
    .login-banner {
        height: 160px;
    }
}

@media screen and (min-width: 768px) {
    .login-banner {
        height: 180px;
    }
}

@media screen and (min-width: 1024px) {
    .login-banner {
        height: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .login-banner {
        height: 220px;
    }
}

@media screen and (min-width: 1366px) {
    .login-banner {
        height: 240px;
    }
}

@media screen and (min-width: 1680px) {
    .login-banner {
        height: 260px;
    }
}

.login-banner {
    height: 260px \9;
}

.login-box {
    width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}

.box-con {
    width: 1600px;
}

.login-con {
    width: 300px;
    margin: 0 10px;
}

.login-box .form-group {
    margin-top: 20px;
}

.login-box input, .signup-form {
    width: 300px;
    height: 50px;
    line-height: 48px \9;
    padding-left: 10px;
    border: 1px #d9d9d9 solid;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.login-box input:focus {
    border-color: #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
    -webkit-box-shadow: 0 0 15px #03a9f4;
    -moz-box-shadow: 0 0 15px #03a9f4;
}

.login-box button {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 0;
    background-color: #03a9f4;
    color: #fff;
    border-radius: 5px;
}

.login-box button a {
    display: block;
}

.login-box button a:hover {
    padding-top: 3px;
}

.login-box button:hover {
    background-color: #0096da;
}

.from-line {
    height: 0;
    overflow: hidden;
    border-top: 1px #c2c2c2 solid;
    margin-top: 20px;
}

.a-tag {
    position: relative;
    display: block;
    height: 48px;
    border: 1px #c2c2c2 solid;
    text-align: center;
    line-height: 48px;
    color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
}

.blue-border {
    border: 1px #03a9f4 solid;
    color: #03a9f4;
}

.a-tag:hover {
    background-color: #aaa;
    color: #fff;
}

.blue-border:hover {
    background-color: #03a9f4;
    color: #fff;
}

.a-tag i {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 24px;
    color: #fff;
}

.a-tag:hover i {
    right: 10px;
}

.signup, .other-way, .mimachongzhi, .mobile-success {
    width: 300px;
    margin: 0 10px;
}


.signup-form {
    margin-top: 20px;
}

.signup-form input {
    border: 0;
    height: 48px;
    width: 220px;
}

.signup-form input:focus {
    box-shadow: 0 0 0 #fff;
}

.signup-form.border {
    border-color: #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
    -webkit-box-shadow: 0 0 15px #03a9f4;
    -moz-box-shadow: 0 0 15px #03a9f4;
}

.signup-form a {
    color: #03a9f4;
}

.view-clause {
    padding-top: 20px;
    line-height: 14px;
    text-align: center;
    color: #808080;
}

.view-clause a {
    color: #03a9f4;
}

.view-clause a:hover {
    text-decoration: underline;
}

a.reacquire {
    color: #c1c1c1;
}

.error-notic {
    color: #ff4e00;
    display: none;
}

.login-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    border-top: 1px #c1c1c1 solid;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    line-height: 20px;
}

.login-footer h1 {
    font-size: 18px;
    font-weight: normal;
}

.login-nav {
    width: 100%;
    height: 20px;
    background-color: rgb(237 231 206);
    color: #fff;
    border-bottom: 1px #c1c1c1 solid;
}

.login-nav ul {
    padding-right: 50px;
}

.login-nav li {
    float: left;
    line-height: 30px;
    padding: 0 10px;
}

.login-nav a:hover {
    text-decoration: underline;
    color: #03a9f4;
}

.mobile-success {
    padding-top: 20px;
}

.mobile-success p {
    text-align: center;
    color: #666;
}

.mobile-success p span {
    font-weight: bold;
    padding: 0 10px;
}

.mobile-success p a {
    color: #03a9f4;
    padding-left: 5px;
}

.mobile-success p a:hover {
    text-decoration: underline;
}

.loading {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;

}
