@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none !important;
    font-family: Microsoft YaHei, serif ! important;
    font-size: 14px;
    color: #000000;
}
a, span, b, p, h1, h2, h3, h4, h5{
    font-family: Microsoft YaHei, serif ! important;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}

.width1810{
    width: 1810px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}

body{
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/new-login/bg.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 1px;
}

.login_case{
    width: 1400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.logo{
    text-align: center;
    margin-bottom:50px;
    float: left;

}
.logo img{
    display: inline-block;
}
.top .bnt_case {
    float: right;
}
.top .bnt_case a{
    display: block;
    float: left;
    width: 167px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-left:25px;
    text-decoration: none !important;
}
.top .bnt_case a.on{
    background: #1E9FFF;
    border: 1px solid #1E9FFF;
}

img {
    border: none !important;
}

input {
    border: none;
    margin-left: 17px;
    font-size: 12px;
    height: 36px;
    box-sizing: border-box;
    width: 257px;
    border-left: 1px solid #eee;
    margin-top: 6px;
    text-indent: 14px;
}

input:focus {
    border: none;
    color: #b2b2b2;
    outline: -webkit-focus-ring-color auto 0;
}

input[type="checkbox"i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin: 5px 0px 3px 4px;
    padding: initial;
    border: initial;
}
/*Webkit browsers*/
input::-webkit-input-placeholder{
    color: #b2b2b2;
    font-size:15px;
}
/*Mozilla Firefox 4 to 8*/
input:-moz-placeholder{
    color: #b2b2b2;
    font-size:15px;
}
/*Internet Explorer 10+*/
input:-ms-input-placeholder{
    color: #b2b2b2;
    font-size:15px;
}
.login_case{
    padding-top: 1px;
}
.login_case .box{
    width: 340px;
    margin:30px auto;
    padding-top: 1px;
}
.form-item-img {
    width: 20px;
    margin-left: 15px;
    margin-top: 10px;
    float: left;
}
.heder {
    height: 60px;
    box-sizing: border-box;
}

.form-item {
    width: 319px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 28px;
    margin: 0 auto 20px;
}
.form-item input{
    margin-left: 15px;
}
.yanz {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #eee;
}
.yanz input{
    width: 120px;
}

.captcha-img {
    float: right;
    width: 120px;
    height: 50px;
}

.captcha-img img {
    width: 100%;
}

.login_case button {
    display: block;
    width: 319px;
    height: 44px;
    background: #1E9FFF;
    border-radius: 22px;
    margin:0 auto;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
}
.container {
    background-color: none !important;
}
.content{
    width: 1400px;
    margin:46px auto;
}

.login_case .left{
    float: left;
}

.login_case .right{
    float: right;
    width: 449px;
    height: 468px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px #ededed;
}

.login_case .right .heder{
    margin:0 65px;
}

.login_case .right h3{
    font-size: 23px;
    font-family: Microsoft YaHei, serif;
    font-weight: bold;
    color: #000000;
    margin:43px 65px 0 65px;
}

.login_case .right .heder{
    width: 201px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(12, 4, 8, 0.15);
    border-radius: 19px;
    overflow: hidden;
    margin: 45px auto 30px;
}

.login_case .right .heder span{
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #000000;
    width: 100px;
    text-align: center;
    line-height: 37px;
    display: block;
    float: left;
}

.login_case .right .heder span.on{
    background: #1E9FFF;
    color: #ffffff;
}

.mszc{
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-left: 65px;
    margin-top: 30px;
}
.mszc:hover{
    color: #1E9FFF;
}
.login_case .left{
    margin-top: 80px;
}
.footer{
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    margin:0 auto;
}
.footer p{
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0 1px 5px rgba(0, 0, 0,0.59);
    text-align: center;
    display: block;
    line-height: 30px;
}
.footer a{
    font-size: 16px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 30px;
    text-shadow: 0 1px 5px rgba(0, 0, 0,0.59);
}
.container {
    max-width: 100% !important;
}
p {
    margin-bottom: 0 !important;
}