/* html,
body {} */

body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    zoom: 1;
}

.cl::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.container {
    width: 800px;
    margin: 0 auto;
    padding: 10px;
}

.text-center {
    text-align: center;
}

.zhaiyao {
    color: #0488f1;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

ul li {
    list-style-type: lower-alpha;
    margin: 0;
    padding: 0;
}

.btn-wrap {
    padding: 20px 100px 40px;
}

.btn-wrap button {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #eee;
    background: none;
    font-size: 18px;
    border-radius: 10px;
    outline: 0;
}


/* @media screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
} */

.btn-wrap button.active,
.btn-wrap button:hover {
    background: #fa4B52;
    color: #fff;
}