body{
    background: url(../images/ztbj.png)no-repeat;
    background-size: 100% 100%;
}
.cont{
    padding: .4rem .32rem .76rem;
}
.logo{
    width: 2.42rem;
    height: .68rem;
}
.title1{
    width: 5.4rem;
    height: .58rem;
    line-height: .5rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    color: #ffffff;
    font-size: .32rem;
    margin: 0 auto .36rem;
    overflow: hidden;
}
.title1 .left{
    width: 3rem;
    background: #FF3B17;
}
.title1 .right{
    width: 2.4rem;
    text-align: center;
    color: #FF3B17;
}
.title2{
    width: 5.41rem;
    height: .7rem;
    margin:0 auto .4rem;
}
.title3{
    padding: 0 .84rem;
    background: url(../images/bj1.png) no-repeat;
    background-size: 100% 150%;
    width: 100%;
    height: .87rem;
    line-height: .87rem;
    justify-content: space-between;
    margin-bottom: .58rem;
}
.nav{
    width: 100%;
    height: 1.2rem;
    line-height: .9rem;
    /* border-radius: 5px; */
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    
}
.nav::-webkit-scrollbar {display:none}
.nav div{
    width: 1.68rem;
    height: .9rem;
    text-align: center;
    padding: 0 .26rem;
    box-sizing:content-box ;
    background: #FFFFFF;
}
.active{
    background: #EE2500 !important;
    font-size: .32rem;
    color: #ffffff;
    line-height: .88rem;
}
.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: .2rem solid #EE2500;
    border-left: .16rem solid transparent;
    border-right: .16rem solid transparent;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.navcontent{
    overflow: hidden;
}
.navcontent .content{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: .48rem .32rem .64rem;
}
.navcontent .content:not(:first-child){
    display: none;
}
.navcontent .content div{
    width: 100%;
    height: .64rem;
    line-height: .64rem;
    font-size: .32rem;
    color: #FF3B17;
}
.navcontent .content div:not(:last-child){
    margin-bottom: .32rem;
}
.navcontent .content span{
    width: .24rem;
    height: .3rem;
    margin-right: .2rem;
    vertical-align: middle;
}
.navcontent .content a{
    width: 2.34rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    background: #FF8C40;
    border-radius: 16px;
    font-size: .28rem;
    float: right;
}
.kssm{
    width: 100%;
    /* height: 6.48rem; */
    border-radius: 5px;
    background-color: #fff;
    margin-top: .32rem;
    padding: .48rem .5rem .48rem .4rem;
}
.kssm .title{
    width: 3.66rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    background: url(../images/bj2.png)no-repeat;
    background-size: 100% 100%;
    margin: auto;
}
.kssm .content{
    font-size: .26rem;
    color: #FF3B17;
    margin: .4rem 0;
}
.kssm .content span{
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    /* background-color: RGBA(16, 46, 221, 1);
    border-radius: 100%; */
    color: #fff;
    font-size: .2rem;
    margin-right: .2rem;
    transform: translateY(-.02rem);
}
.kssm .content p{
    line-height: .4rem;
    margin-bottom: .38rem;
}
.kssm .tips{
    font-size: .28rem;
}
.kssm .tips span::after{
    content: '';
    display: block;
    width: 79%;
    height: .1rem;
    background: #EE2500;
    opacity: 0.3;
    border-radius: 2px;
    transform: translateY(-.1rem);
}