@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: '思源黑体', 'microsoft yahei';
}

html {
    background: #fff;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    font-size: 50px;
}

body {
    font-size: 0.24rem;
}

li {
    list-style: none;
}

img {
    border: 0;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
    border: 0;
    background: none;
    resize: none;
    -webkit-appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

header img {
    height: 25px;
}

header img.tel {
    margin-right: 10px;
}

header .left .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

header .left .btn {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    border-left: 1px solid #666;
}

.title {
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 20px 10px;
}

.subtitle {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 0 10px 20px;
}

.text {
    font-size: 14px;
    text-align: justify;
    line-height: 2.2em;
    color: #333;
    padding: 10px 15px;
}

.indent2 {
    text-indent: 2em;
}

.ckbtn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /* border: 1px solid #e6211f; */
    /* color: #830803; */
    /* border-radius: 4px; */
    font-size: 14px;
    color: #fff;
    background-color: #d20a10;
    position: fixed;
    bottom: 0;
    left: 0;
}

.zpxq dl {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.zpxq dl::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d20a10;
    left: 0;
    top: 1em;
    margin-top: -3px;
}

.zpxq dl dt {
    font-weight: bold;
}

.zpxq dl dt span {
    font-weight: normal;
}

.zpxq dl dd {
    line-height: 1.8em;
}

.zpxq dl a {
    color: #3a64b1;
    font-weight: normal;
}

.zpxq {
    padding-bottom: 60px;
}