.page-top {
    text-align: center;
}
.page-top h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.page-top .desc {
    color: #999;
}

.remark-box {
    text-align: left;padding-bottom: 0px;margin-top: 20px;
}
.remark-box .pd {
    border: 1px solid #ff2222;border-radius: 6px;
}
.pc .remark-box .pd {
    width: 440px;margin: 0 auto;
}
.remark-box p b{
    color: #ff2222;
}
.remark-box p {
    margin-bottom: 10px;
}
.remark-box p:last-child {
    margin-bottom: 0px;
}
.gua-box .gua-image {
    text-align: center;margin: 30px 0;
}
.gua-box .gua-image img {
    width: 200px;
}
.gua-btn {
    text-align: center;
}
.gua-btn .layui-btn{
    background-color: #ff2222;border-radius: 6px;
}
.List {
    margin-bottom: 0px;
}
.List li {
    float: left;width: 25%;margin-bottom: 10px;text-align: left;
}
.mobile .List li {
    width: 33.33%;
}
.mb {
    margin-bottom: 10px;
}
.context-txt .List .layui-badge-rim {
    color: #666;
}
