.index .financial::-webkit-scrollbar{
    width: 0.2rem;
    background-color: transparent;
}
/*定义滚动条的轨道，内阴影及圆角*/
.index .financial::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0.2rem;
    background-color: transparent;
}
/*定义滑块，内阴影及圆角*/
.index .financial::-webkit-scrollbar-thumb{
    border-radius: 0.2rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}




.navbar{
    width: 100%;
    height: 0.880rem;
    display: block;
    position: fixed;
    align-items: center;
    justify-items: left;
    top:0;
    background: white;
    padding-top: 0.20rem;
    padding-bottom: 0.20rem;
}

.navbar image{
    width:0.45rem;
    height:0.45rem;
    display: inline;
}

.navbar p{
    height:100%;
    font-size: 0.32rem;
    color: #333333;
    margin-left: 0.36rem;
    display: inline;
}

.tab-box{
    display: flex;
    width: 100%;
    position: fixed;
    top:0;
    background-color: white;
    border-bottom: solid 1px #dedede;
}

.tab-box>.tab-item{

    width: 50%;
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: solid 4px white;
    text-align: center;
    font-size: 0.32rem;
    color: #333333;
}

.tab-box>.tab-item-active{

    width: 50%;
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: solid 4px  #2ab1f3;
    text-align: center;
    font-size: 0.32rem;
    color: #2baeff;
}

.tab-flex{
    display: flex;
}

.content-box{
    margin:0 10px; margin-bottom:0.83rem;margin-top: 1.25rem;
    background-color: white;
}

.content-block{
    display: block;
}

.content-none{
    display: none;
}

.bottom-box{
    width: 100%;
   
    background: white;
    display: block;
    position: fixed;
    bottom:0px;
    float:left;

}

/* 题号 */
.bottom-title-box{
    width:100%;
    height: 1.20rem;
    display: block;
    white-space: nowrap;/*规定段落中的文本不进行换行*/
    overflow:scroll;
    overflow-x:scroll;/*水平方向，超出部分添加滚动机制*/
    float:left;/*一定要设置左侧浮动*/
    overflow-y:hidden/*竖直方向，超出部分隐藏*/
}

.bottom-title-box::-webkit-scrollbar {

    background: white;

}
/*正常情况下滑块的样式*/

.bottom-title-box::-webkit-scrollbar-thumb {

    background-color: white;

    border-radius: 10px;

    -webkit-box-shadow: inset 1px 1px 0 white;

}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/

.bottom-title-box:hover::-webkit-scrollbar-thumb {

    background-color: white;

    border-radius: 10px;

    -webkit-box-shadow: inset 1px 1px 0 white;

}

/*鼠标悬浮在滑块上时滑块的样式*/

.bottom-title-box::-webkit-scrollbar-thumb:hover {

    background-color: white;

    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);

}

/*正常时候的主干部分*/

.bottom-title-box::-webkit-scrollbar-track {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);

    background-color: white;

}

/*鼠标悬浮在滚动条上的主干部分*/

.bottom-title-box::-webkit-scrollbar-track:hover {

    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.4);

    background-color: white;

}


.bottom-title-number{
    display: inline-block;
    width: 0.80rem;
    height: 0.60rem;
    margin-top:0.30rem;
    margin-bottom:0.30rem;
    line-height: 0.60rem;
    border-radius: 0.10rem;
    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 0.24rem;
    margin-right: 0.06rem;
    border: solid 1px #999999;
    background-color: #f9f9f9;
    color: #333333;
}

.titlecheck{
    border: solid 1px #2ab1f3;
    background-color: #2ab1f3;
    color: #ffffff;
}


.bottom-answer-box{
    width: 100%;
    height: 1.20rem;
	display: flex;
	flex-direction: row;
}


/* 客观题答案 */
.bottom-answer-objective{
    display: flex;
    flex-direction: row;
    width: 5.60rem;
    height: 1.20rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.objective-choice{
    width: 0.80rem;
    height: 0.80rem;
    line-height: 0.80rem;
    font-family: PingFangSC-Regular;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.10rem;
    border: solid 1px #999999;
}

.choicecheck{
    color: #ffffff;
    background-color: #2ab1f3;
    border-radius: 0.10rem;
    border: solid 1px #2ab1f3;
}


/* 主观题答案 */
.bottom-answer-subjective{
    width: 100%;
    height: 1.20rem;
    align-items: center;
    	display: block;
}

.subjectivealert{
    width: 6.86rem;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.40rem;
    letter-spacing: 0px;
    color: #f76260;
}










/* 提交答案部分 */
.bottom-answer-submit{
    width: 92%;
    height: 1.20rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imageupload-box{
    width: 4.26rem;
    height: 0.90rem;
    position: relative;
}
.imageupload{
    width: 4.26rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.44rem;
    border: solid 1px #999999;
    font-size: 0.36rem;
    position: relative;
    margin-top: 0.02rem;
    text-align: center;

}

.imagecount{
    width: 0.36rem;
    height: 0.36rem;
    background-color: #f76260;
    border-radius: 0.18rem;
    font-family: PingFangSC-Regular;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.subjectivesubmit{
    width: 2.40rem;

}

.btn {
    width: 88%;
    height: 0.88rem;
   margin: 0 auto;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
    background-color: #2ab1f3;
    border-radius: 0.44rem;
    border-color: #2ab1f3;
      
}


.marginleft{
	margin-left: 0.30rem;
}

.btn:hover{
  color: #fff;
}


.display-none{
    display: none;
}


.hor_line {
    width: 100%;
    height: 1px;
    background-color: #dedede;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); /*缩放*/
}
