/* CSS Document */
.jishuPage {
    overflow:hidden;
    padding:20px;
    border-radius: 20px;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.jishuPage .jishuTypeBox {
    width:100%;
    overflow:hidden;
    background:url("../img/vip_bg.png") #f5f5f5 no-repeat top/100% 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px rgb(201 201 201 / 30%);
}
.jishuPage .mainTitle {
    width:100%;
    height:40px;
    font-size:40px;
    color:#ffffff;
    padding: 80px 0;
    line-height:40px;
    text-align:center;
    border-bottom: 1px solid #eee;
}
.page-content{
    margin-top: 15px;
    overflow: hidden;
}

.jsh {
overflow: hidden;
}
.jslst {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.jslst li{
    cursor: pointer;
    user-select: none;
    list-style-type:none;
    display: block;
    height:50px;
    line-height:50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 25%;
}
.jslst .liShowj{
    color: #ff0;
    position: relative;
}
.jslst .liShowj a{
    color: #00c8aa;
}
.jslst .i{
    display: none;
    position: absolute;
    overflow: hidden;
    height: 3px;
    width: 20%;
    left: 50%;
    margin-left: -10%;
    background: #00c8aa;
    border-radius: 3px;
}
.jslst .liShowj .i{
    display: block;
    background: #ff0;
}
.jsk>div {
    box-sizing: border-box;
    display: none;
    width: 100%;
}
.jsk>div.imgjs{
    display: block;
    position: relative;
    color: #fff;
}
.jsk>div.imgjs{
    padding:0 0 20px 0;
    overflow: hidden;
}
.jsk>div.imgjs img{
    display: block;
    width: 100%;
    height: auto;
}
.jsk>div.imgjs a{
    height: 30px;
    line-height: 30px;
    margin-right: 18px;
}
.flash3 img{
    height: 120px!important;
}