html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,textarea, ruby, section, summary,
time, mark, audio, video,input,button{
margin: 0;
padding: 0;
border: 0;
/*vertical-align: baseline;*/
color:#222;
font-family: 'å¾®è½¯é›…é»‘';
/*font-family: Helvetica,"Hiragino Sans GB","Heiti SC","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;*/
}
/*input,textarea{ outline: none; }*/
input:focus,textarea:focus{border-color:#0892e1 !important;box-shadow:-1px 2px 10px #e1e9ef;outline:none;}
button:focus{
    outline:none;
}
a{ 
text-decoration: none; 

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html, body, .container-fuild {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body .container-fuild{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    height: 100%;
}
ol, ul {
list-style: none;
}
ul{
font-size: 0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.margin_top{margin-top:20px;}
.login-title {
    line-height: 130px;
    font-size: 44px;
    color: #000;
    letter-spacing: 10px;
    /* border-bottom: 2px solid #f7f0f0; */
    /* margin-bottom: 40px; */
    text-align: center;
}

    .login-title span {
        /* border-bottom: 2px solid #E5953B; */
        vertical-align: middle;
        /* margin-right: 10px; */
        /* margin-top: -2px; */
        /* padding: 10px 0; */
    }

.user {
    position: fixed;
    width: 700px;
    height: 500px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -250px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    border-radius: 5px;
}

    .user .login {
        border-radius: 10px;
        /* padding: 15px 10px 70px 10px; */
        /* padding-top: 1px; */
        position: relative;
    }

.login p {
    font-size: 0px;
    width: 54%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    /* margin: 0 auto; */
    position: relative;
    overflow: hidden;
}
.login a{
    width: 54%;
    margin:0 auto;
    color: #4787E6;
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 50px;
}

   

    .login p input {
        /* width: 50%; */
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        /* font-family: 'å¾®è½¯é›…é»‘'; */
        /* border-radius: 3px; */
        /* border: 1px solid #f3f3f3; */
        background: #fff;
        /* vertical-align: middle; */
        text-indent: 12px;
        width: 100%;
        text-indent: 50px;
    }



        .login p em {
            font-style: normal;
            color: #4787E6;
            font-size: 22px;
            position: absolute;
            left: 13px;
            top: 15px;
        }

.login button {
    line-height: 50px;
    height: 50px;
    display: block;
    width: 54%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    cursor: pointer;
    background: #4787E6;
    box-shadow: 0px 5px 10px 0px rgba(71,135,230,.4);
}
.login button:hover{
    opacity: .86;
}