.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    width: 0;
}

.clearfix {
    zoom: 1;
}

.loginLogo {
    /*padding-top: 20px;*/
}

.loginLogo img {
    height: 90px;
    margin-left: 6%;
    padding-top: 17px;
}

.login-header {
    height: 115px;
}

.login_hdr {
    margin-top: 30px;
    color: #fff;
    border-radius: 30px;
    /*border: 3px solid #fbb833;*/
    padding-top: 70px;
}

.login-by {
    margin-top: 80px;
    margin-left: 80px;
}

.login-by img {
    display: block;
    width: 420px;
}

.gsInfo {
    /*margin-top: 65px;*/
    color: #fff;
}

.gsInfo_ewm {
    width: 160px;
    text-align: center;
    margin-right: 260px;
}

.ewmPic {
    text-align: center;
}

.ewmPic img {
    display: inline-block;
    /*width: 124px;*/
    height: 150px;
    border-radius: 5px;
}

.gsInfo_ewm p {
    margin-top: 10px;
}

.gsInfo_txt {
    font-size: 12px;
}

.gsInfo_r {
    text-align: center;
}

.gsInfo_service {
    border: 2px solid #fff;
    margin-top: 20px;
    height: 44px;
    padding: 0 15px;
    border-radius: 5px;
}

.gsInfo_service i {
    display: inline-block;
    height: 40px;
    background: url(../img/chatIcn.png) center no-repeat;
    width: 20px;
    margin-right: 10px;
}

.gsInfo_service span {
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.gsInfo_tel {
    font-weight: bold;
    font-size: 18px;
}

.login-footer {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #1f1f1f;
    position: fixed;
    bottom: 0
}

.login-pf-page {
    width: 85%;
    margin: 0 auto;
}

.login-pf body {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.card-pf {
    margin: 20px 0 auto auto;
    max-width: 400px;
}

.login-pf-page .card-pf {
    margin-bottom: 50px;
}