﻿@charset "UTF-8";
.f-content {
    width: 5.6rem;
    height: 2.7rem;
    padding: 0.45rem 0.6rem;
    background: url(f-content-bg.png) no-repeat center;
    background-size: 100%;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
.f-content h3 {
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.25rem;
}
.f-content h2 {
    font-size: 0.40rem;
    color: #fff;
	font-weight: bold;
}.f-content .btns {
    margin: 0.5rem auto;
    text-align: center;
}.f-content a:first-child {
    margin-right: 0.8rem;
    background: #fff;
    color: #da2d3a;
}
.f-content a {
    display: inline-block;
    width: 2.33rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}.f-content p {
    font-size: 0.14rem;
    color: #fff;
}