body {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif,"PingFang SC","微软雅黑";
    background: #ffffff;
    padding: 15px 12px 40px;
}

p {
    text-indent: 0em;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

span {
    font-size: 12px;
    line-height: 18px;
}

.title-all {
    text-align: center;
    color: #333;
    font-size: 14px;
    padding-bottom: 7px;
}

.title-middle {
    text-align: left;
    color: #333333;
    font-size: 13px;
    padding-bottom: 6px;
    padding-top: 15px;
}
.title-center {
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    padding: 10px auto 6px;
}
.title {
    text-align: left;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}
.sub-title {
    text-align: left;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.font-blod {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.under-line {
    text-decoration: underline;
}

.important-text {
    color: #333333;
}

.title-right {
    text-align: right;
    font-weight: bold;
    color: #333333;
}
.hisbutton {
    display: block;
    font-size: 16px;
    color: #267AFF;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    padding: 50px 0 68px 0;
    cursor: pointer;
}