body {
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    /* -webkit-font-smoothing: antialiased; */
}

.space-1 {
    height: 10px;
}

.space-2 {
    height: 20px;
}

header {
    background: #FFF;
    height: 59px;
    padding: 14px 16px;
}

header a {
    font-size: 16px;
    position: relative;
}

header img {
    display: inline-block;
    width: 34px;
    margin-right: 5px;
}

.nav {
    width: 100%;
    background-color: #0084fe;
    padding: 2px 15px 0 16px;
    height: 45px;
    line-height: 43px;
    color: #fff;
    font-size: 15px;
}

.wrapper {
    max-width: 455px;
    margin: 0 auto;
    text-align: center;
}

.content .wrapper {
    max-width: 455px;
    padding: 52px 0 50px;
    margin: 0 auto;
}

.content .h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    max-width: 340px;
    padding: 0 10px;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    max-width: 340px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 125px;
    word-break: break-word;
}

.content .span {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 6px;
    color: #808080;
}

button {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
    background: #0084fe;
    border-radius: 22px;
    overflow: hidden;
    display: inline-block;
    padding: 18px 60px 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 32px;
    line-height: 0;
}

.layui-m-layerbtn span[yes] {
    color: #0084fe !important;
}

.layui-m-layercont {
    font-size: 16px !important;
}