.lxbox {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.lxt {
    font-size: 1.25rem;
    line-height: 150%;
    margin-top: 30px;
}
.lxc {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.lxcc {
    overflow: hidden;
}
.lxcc span {
    display: block;
    font-size: 0.875rem;
    line-height: 200%;
}
.lxcc span:nth-child(1) {
    color: #999;
    float: left;
}
.lxcc span:nth-child(2) {
    float: right;
}
.lxb {
    height: 50px;
    overflow: hidden;
    margin-top: 30px;
}
.lxb span {
    display: block;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    margin-right: 5px;
    background: #ddd;
    cursor: pointer;
    float: left;
    font-size: 0.75rem;
}
.lxb span.on {
    color: #fff;
    background: #005636;
}
.ybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.yyok {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}
.okp {
    width: 110px;
    height: 110px;
    background: #005636;
    border-radius: 50%;
    margin: 110px auto 0 auto;
    overflow: hidden;
}
.okp img {
    width: 50%;
    height: 50%;
    margin: 25%;
    display: block;
}
.okt {
    line-height: 80px;
    text-align: center;
    font-size: 1.6rem;
}
.oki {
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
}