
* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

html body {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

ul > li {
    list-style: none;
}

em {
    font-style: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

img {
    width: 100%;
}

body {
    background: #ffffff;
}

.new_container {
    margin: 0 auto;
    margin: 32px 15px 0px 15px;
    background: #ffffff;
    box-shadow: 0 0 10px 0.5px rgba(0, 0, 0, 0.20);
    border-radius: 6px;
}

.new_header {
    width: 100%;
    height: 45px;
    border-radius: 5px 5px 0px 0px;
}
.new_header .logo{
    width: 100%;
    display: inline-block;
}
.logo_bg{
    width: 100%;
    height: 45px;
}
.xiaohui{
    position: absolute;
    width: 111px;
    height: 30px;
    margin: 7.5px 0px 7.5px 8px;
}
.records_li{
    display: none;
}
.records_user{
    height: 40px;
    margin-top: 17px;
}
.records_pass{
    height: 40px;
    margin-top: 17px;
}
.records_liusername{
    text-align: -webkit-match-parent;
    width:100%;
    height: 100%;
    padding: 0px 20px 0px 20px;
}
.records_li_password{
    text-align: -webkit-match-parent;
    width:100%;
    height: 100%;
    padding: 0px 20px 0px 20px;
}

.user_img{
    position: absolute;
    z-index: 999;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url('../img/mobile_user.png') no-repeat;
    background-size: 15px 15px;
    margin-left: 33px;
    margin-top:12px;
}
.password_img{
    position: absolute;
    z-index: 999;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url('../img/mobile_pass.png') no-repeat;
    background-size: 15px 15px;
    margin-left: 33px;
    margin-top:12px;
}
.user_closed{
    position: absolute;
    z-index: 999;
    display: inline-block;
    width:14px;
    height:14px;
    background: url('../img/mobile_clear.png') no-repeat;
    background-size: 14px 14px;
    right: 50px;
    margin-top:12.5px;
}
.user_text{
    width: 100%;
    height:100%;
    line-height:20px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    font-size: 13px;
    outline: none;
    padding-left:40px;
    padding-right: 30px;
    color:#cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
}
.user_text:hover{
    border:2px solid #E2BF75;
    color:#464646;
}
.password{
    position: absolute;
    z-index: 999;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/mobile_pass.png') no-repeat;
    background-size: 16px 16px;
    left: 14%;
    margin-top:20px;
}
.password_mima{
    width: 100%;
    height:100%;
    line-height:20px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    font-size: 13px;
    outline: none;
    padding-left:40px;
    padding-right: 30px;
    color:#cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
}
.password_mima:hover{
    border:2px solid #E2BF75;
    color:#464646;
}
.logintip{
    margin:8px 20px 0px 20px;
    font-family:MicrosoftYaHei;
    font-size:11px;
    color:#6a99ba;
    line-height:15px;
    text-align:left;
}
.logintip .title{
    font-weight: bold;
}
.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #0073BD;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transorm: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loading {
    text-align: center;
    font-size: 1.0em;
    color: #0073BD;
    margin: 30% auto;
}
.btn{
    background:#dedede;
    border-radius:5px;
    height:45px;
    margin: 33px 20px 27px 20px;
}
.btn_1{
    -webkit-appearance: none;
    -o-appearance:none;
    -moz-appearance: none;
    display:inline;
    float:left;
    background-color:#dedede;
    border:none;
    color:#ffffff;
    font-size:18px;
    border-radius:5px;
    outline:none;
    width:100%;
    height:45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
}
.header_01 {
    width: 100%;
    height: 101px;
    position: relative;
    z-index: 100;
    background-color: #0070c0;
    box-shadow: 0 0 5px #888;
    background: url(../img/header-mobile-bg.png) center 0 no-repeat;
}
.header_01_space {
    margin: 0 auto;
    position: relative;
    height: 100%;
    height: 64px;
    line-height: 64px;
    padding-top: 20px;
    text-align: center;
}
.header_01_space img{
    width: auto !important;
}
.login_box_title {
    margin: 15px 0 0;
    height: 33px;
    width: 100%;
}    
.login_box_down {
    margin: 4px 20px 9px 20px;
    line-height: 22px;
     padding: 6px 0;
    color: #666;
    font-size: 13px;
    height: 100px;
}
.login_box_down .row{
    display: block;
    width: 100%;
    float:left;
}
#footer {
    min-height: 41px;
    margin-top: 40px;
    background-color: #dfdfdf;
    width: 100%;
    height: 78px;
    padding: 0 0 0 0;
    bottom: 0;
    left: 0;
    font-size: 13px;
    border-top: 1px solid #c7c7c7;
}
.footer-inside-bar {
    margin: 0 auto;
    height: 41px;
    background: url(../img/mobile_footer_bg.png) no-repeat 0 7px;
}
.footer-mobile {
    width: 100%;
    text-align: center;
    line-height: 41px;
    color: #666;
    display: block;
}
