html,
body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
    height: 100%;
    min-height: 500px;
    font-family: "Microsoft YaHei","微软雅黑", verdana, sans-serif;
}

.qf-login {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.blue-page {
    background: url(../images/blue-bg.jpg) no-repeat center;
    background-size: cover;
}

.pic-bg-fj{
    background: url(../images/fujian_pic.png) no-repeat center;
    height: 80px;
}
.orange-page {
    background: url(../images/orange-bg.jpg) no-repeat center;
    background-size: cover;
}

.qf-login .logo {
    display: inline-block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 69px;
    position: absolute;
    top: 22px;
    left: 23px;
}

.container {
    width: 1000px;
    height:440px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top:50%;
    left: 50%;    
    margin-top:-220px;
    margin-left: -500px;
}

.qf-login .qf-login-broadcast {
    width: 590px;
    height: 364px;
    color: #ffffff;
    font-size: 34px;
    position: relative;
    -webkit-transform-style: preserve-3d;
}
.broadcast-txt{
    font-family: "NotoSansHans-Regular";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari and Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}
.qf-login .qf-login-broadcast p {
    text-align: center;
    line-height: 50px;
    margin: 0;
}

.qf-login .qf-login-form {
    background: rgba(255, 255, 255, .9);
    width: 373px;
    height: 440px;
    text-align: center;
}

.qf-login-title {
    color: #333333;
    font-size: 26px;
    margin-top: 53px;
}

.login-form {
    margin-top: 41px;
}

.qf-input-box {
    border: 1px solid #b2b2b2;
    border-radius: 23px;
    width: 298px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 18px;
}

.input-icon {
    width: auto;
    height: 100%;
    text-align: center;
    padding: 0 12px 0 14px;
}

.input-icon div {
    width: 14px;
    height: 18px;
    margin-top: 13px;
}

.input-icon-img1 {
    background: url(../images/input-icon-phone.png) no-repeat center;
}

.input-icon-img2 {
    background: url(../images/input-icon-password.png) no-repeat center;
}

.qf-input {
    width: 250px;
    height: 20px;
    line-height: 20px;
    padding: 11px 0;
}

.qf-input-box input {
    border: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.qf-input-box input:focus {
    outline: none;
}

.btn-login {
    display: block;
    border-radius: 23px;
    width: 298px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    margin-top: 47px;
    cursor: pointer;
}

.btn-login-blue {
    border: 1px solid #275eb1;
    background-color: #275eb1;
}

.btn-login-orange {
    border: 1px solid #f87242;
    background-color: #f87242;
}

.qf-login-footer {
    color: #b2b2b2;
    font-size: 14px;
    margin-top: 69px;
}



.fl {
    float: left;
}

.fr {
    float: right;
}
.a-report{color:#f87242}
