/*电脑适配*/
@media screen and (min-width: 800px){
    .bannerDescBoxDiv{
        max-width: 500px;
        padding: 100px;
        text-align: left;
    }
    .indexCenterBox ul{
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    }
}

/*手机适配*/
@media screen and (max-width: 800px){
   #topDesc{
        display: none;
    }
    #recentRightBox{
        display: none;
    }
    #slider{
        max-height: 300px;
    }

    .bannerDescBoxDiv{
        width: 95%;
        padding: 5px;
        text-align: center;
    }

    #slider h4{
        display: none;
    }
    .indexCenterBox ul{
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }
}


#topDesc{
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 1px 1px 1px #f7f7f7;
    color: #7a7a7a;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

#slider{
    width: 100%;
    text-align: center;
}

#recentRightBox{
    float: right;
    width: 300px;
    background-color: #fff;
    height: 300px;
}

#recentHeadBox{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

#recentBg{
    background: url(/images/icon_recent.png) no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
}

#recentItemBox{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 20px;
    border-bottom: 1px solid #f4f3f3;
}
#recentItemBox a{
    color: #000;
}

#indexDesc{
    background: #ffffff;
    border-bottom: 3px solid #dddddd;
    height: 100px;
    text-align: center;
    background: #1b98ed;
}


#indexDesc div{
    color: #eaeaea;
    height: 32px;
    line-height: 32px;
    float: left;
    width: 25%;
}

#indexDesc div a{
    color: #fff;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerDescBoxDiv{
    position: absolute;
    color: #fff;
}

.bannerDescBoxDiv h2{
    color: #79fffa;
}

.bannerDescBoxDiv h4{
    font-weight: normal;
}

.bannerDescBoxDiv h2, .bannerDescBoxDiv h3, .bannerDescBoxDiv h4{
    padding: 5px 0px;
}

.indexABox{
    margin-top: 20px;
}

.indexCenterBox{
    margin: 20px 0;
}

.indexCenterBox ul{
    display: grid;
    justify-content: space-evenly;
}

.indexCenterBox ul li{
    color: #4E5155;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.indexCenterBoxP{
    margin-bottom: 15px;
}

.indexTableBox{
    padding: 30px;
    overflow: auto;
}

.indexTableBox th{
    font-weight: bold;
}

.indexStartABox{
    text-align: center;
    margin-bottom: 30px;
}

.startZhuancunA{
    display: inline-block;
    background: #26B4FF;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}

.questionRightSpan{
    display: inline-block;
    background: #eeeeee;
    padding: 10px;
    border-radius: 15px;
}

.answer{

}
.answer > .sr-only{
    display: none;
}
.answerBox{
    padding: 10px;
    margin-top: 20px;
    max-height: 600px;
    overflow-y: auto;
}

.text-token-text-secondary{
}

.questionRightSpanDiv{
    text-align: right;
}