.pfk-box {
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 888;
    overflow: hidden;
    background: url(../images/bottom-bg.png) no-repeat center center;
    background-size: cover;
}
.pfk-box .bg {
    width: 100%;
    height: 94px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff5251;
    display: none;
}
.pfk-box .wrap {
    position: relative;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.pfk-box .img1 {
    background: url(../images/img22.png) no-repeat;
    width: 122px;
    height: 104px;
    float: left;
    display: none;
}
.pfk-box .con-box {
    width: 520px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
.pfk-box .con-box h3 {
    font-size: 24px;
    color: #fff;
    margin:0 10px;
}
.pfk-box .con-box h3 em {
    font-size: 48px;
    color: #ffff00;
    margin: 0 10px;
}
.pfk-box .con-box p {
    font-size: 14px;
    color: #fff;
    padding:0 10px;
    margin-top: 0;
}
.pfk-box .btn {
    position: absolute;
    top: 30px;
    right: 80px;
    height: 61px;
    width: 39px;
    background: url(../images/fix-close.png) center no-repeat;
    cursor: pointer;
    font-size: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
em, i, th{
    font-style: normal;
    font-weight: 400;
}
.pfk-box a{
    font-size: 16px;
    color: #fff;
    background: linear-gradient(#ffc900, #ff7400);
    padding: 5px 40px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
}
.pfk-box-min {
    cursor: pointer;
    width: 287px;
    height: 99px;
    background: url(../images/fk-1.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    left: -287px;
    bottom: 0;
    overflow: hidden;
    margin-bottom: 2px;
}
@media (max-width: 767px){
    #pfkMin{
        display: none;
    }
}