.lanbox {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.tjlistxz{
    overflow: hidden;
}
.tjlistxz a{
    display: inline-block;
    float: left;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    width: 2.1rem;
    height: 0.8rem;
    background: #F2F2F2;
    border-radius: 0.1rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
}
.gqtit {
    width: 7.5rem;
    font-size: 0.36rem;
    color: #333333;
    font-weight: 700;
    padding: 0.2rem 0;
}
.gqtit span {
    display: inline-block;
    width: 0.08rem;
    height: 0.32rem;
    background: rgba(96, 97, 226, 1);
    border-radius: 0.04rem;
    margin-left: 0.3rem;
    margin-right: 0.1rem;
    position: relative;
    top: 0.03rem;
}
.xingbox{
    background: #fff;
    padding-bottom: 0.4rem;
}
.bannertu{
    width: 7.5rem;
    height: 4rem;
    display: block;
}
.xingtit{
    padding-top: 0.3rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 700;
    color: #6061E2;
}
.xingdesc{
    width: 6.9rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: justify;
}
.xzdetails{
    width: 6.9rem;
    margin: 0.3rem auto;

    background: #FFFFFF;
    border-radius: 0.2rem;
}
.xzdetop{
    width: 6.9rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(96, 97, 226, 0.2) 0%, rgba(96, 97, 226, 0) 100%);
    border-radius: 0.2rem;
    font-size: 0.36rem;
    font-weight: 700;
    color: #333333;
}
.xzcontent{
    width: 6.3rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
}
.xzcontent p{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: justify;
}
.xzcontent p+ p{
    padding-top: 0.3rem;
}
.tbbox {
    height: 0.88rem;
    background: #FFFFFF;
    line-height: 0.88rem;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    position: fixed;
    width: 7.5rem;
    z-index: 1110;
}
.tbitem{
    line-height: 0.88rem;
    text-align: center;
    /* margin-left: 0.29rem; */
    font-size: 0.32rem;
    color: #999999;
    position: relative;
    /* width: 25% !important; */
    height: 0.88rem !important;
    /*padding: 0 0.3rem;*/
    width: 1.4rem !important;
}
.tbon{
    color: rgba(96, 97, 226, 1) !important;
    font-weight: 700;
}
.tbon:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0rem;
    height: 0.04rem;
    width: 100%;
    background: #6061E2;
    left: 0;
}