html{font:12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;color:#222;}
*{margin:0;padding:0}
a{color:#333;text-decoration:none;background:transparent;outline:none;blr:expression(this.onFocus=this.blur())}
a:focus{outline:0}
a:active,a:hover{color:#5ca9ed;outline:0}
img{border:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
ul,ol{list-style:none;float:left; width:100%;}
li{list-style:none; float:left;}

body{background:#202838 url("../images/bg.jpg") no-repeat center top;}
.login01{background: #fff; width: 540px; margin: 0 auto; overflow: hidden; padding-bottom: 70px; border-radius: 10px; margin-top:15%;}
.login01-logo{text-align: center; padding: 10px 0 40px 0;}
.login01-info{padding: 0 110px;}
.login01-info li{float: left; width: 100%; border-bottom: 1px solid #efefef; padding: 25px 0 10px 0;}
.login01-info li span{float: left; width: 40px; height: 30px; padding-top:5px; display: inline-block;}
.login01-input01{border: 0 none; outline: none; font-size: 18px; height: 40px; line-height: 40px; color: #666;}
.login01-btn01{background: #508ad0; text-align: center; width: 100%; height: 50px; border: 0 none; outline: none; font-size: 18px; color: #fff; border-radius: 5px; cursor:pointer;}
.login-tip {
    position: absolute;
    top: 170px;
    right: 645px;
    display: block
}

.poptip {
    line-height: 16px;
    position: relative;
    z-index: 9999;
    background-color: #fefcee;
    border: 1px solid #ff9000;
    padding: 5px 10px
}

.poptip .poptip-content {
    color: #ff9000;
    font-size: 12px;
    font-weight: 400
}
.poptip .poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1;
    top: 8px;
    right: 0
}

.poptip .poptip-arrow em,
.poptip .poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: hsla(0, 0%, 100%, 0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
    border-left-color: #ff9000
}

.poptip .poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #ff9000;
    border-width: 6px 0 6px 6px
}

.poptip .poptip-arrow span {
    border-left-color: #fefcee;
    border-width: 6px 0 6px 6px
}