.lxbox {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.lxt {
    font-size: 2rem;
    line-height: 4rem;
    margin-top: 40px;
}
.lxc {
    line-height: 40px;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.lxcc {
    width: 50%;
    overflow: hidden;
    float: left;
}
.lxcc span {
    display: block;
    float: left;
}
.lxcc span:nth-child(1) {
    color: #999;
}
.lxb {
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
}
.lxb span {
    display: block;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 45px;
    margin-right: 10px;
    background: #ddd;
    cursor: pointer;
    float: left;
}
.lxb span.on {
    color: #fff;
    background: #0c345c;
}
.ybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 5vw;
}
.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;
}