@charset "utf-8";
body{
    /* background:#f3f5f8; */
     background:#fff;
}
/* 题库 */
.tiKu .scoreBox{
    width:100%;
    text-align:center;
    overflow: hidden;
    position: relative;
    background:#f3f5f8;
    padding-bottom:15px;
}
.tiKu .score{
    width:150px;
    height:152px;
    margin:30px auto 10px;
    background-image:url(../images/score_bg.png);
    background-size:cover;
    background-repeat: no-repeat;
    font-size:29px;
    color:#3377ff;
    line-height: 152px;
}
.tiKu .scoreBox span{
    color:#999;
    font-size:12px;
}
.tiKu .scoreBox .van-button{
    position: absolute;
    right:10px;;
    top:15px;
    border-radius: 15px;
    padding:0 15px;
   
    border:1px solid #3377ff;
    background:none;
}
.tiKu .scoreBox .van-button span{
    color:#3377ff;
}
.tiKuList h3{
    padding: 15px;;
    border-bottom:1px solid #e5e5e5
}
.tiKuList h3 span{
     border-left:3px solid #3377ff;
     padding-left:10px;
}
.tiKuList .van-cell__right-icon{
    font-size:18px;
}
.tiKuList .van-cell__title{
    max-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 题卡 */
.tiKa .tiKaList{
    padding:15px;
}
.tiKa .tiKaList dt{
    line-height: 30px;
}
.tiKa .tiKaList dt button{
    padding:0px 3px;
    border:#3377ff 1px solid;
    border-radius:3px;
    background:none;
    color:#3377ff;
    font-size:10px;
    margin-right:5px;
    line-height: 18px;
}
.tiKa .tiKaList dd{
    margin:15px 0;
}
.tiKa .tiKaList dd>span{
    border:1px solid #999;
    border-radius: 100%;
    width:24px;
    height:24px;
    line-height: 23px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-right:10px;
    font-size:12px;
}
 .ok{
    background:#3377ff;
    color:#fff;
    border-color:#3377ff;
}
 .error{
    background:#44474e;
    color:#fff;
    border-color:#44474e;
}
.jieXi{
    margin-top:30px;
    display:none;
}
.jieXi .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:#e5e5e5 1px solid;
}
.jieXi .top button{
    border-radius:4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding:5px;
    background:#3377ff;
    border-width: 0;
    color:#fff;
    font-size:10px;
}
.jieXi .top button .van-icon{
    vertical-align: middle;
    margin-right:5px;
    font-size:14px;
}
.jieXi .top button.jiuCuo{
    background:#e5e5e5;
    color:#666;
}
.jieXi .con{
    padding-top:15px;
    font-size:12px;
    line-height: 24px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
}
.jieXi .con .daAn{
    display: flex;
    /* justify-content: space-between; */
    padding-bottom:20px;
    
}
.daAn .myAn{
	margin-left: 30px;
}
.jieXi .con .btns{
    margin:40px 0 0;
    padding-bottom:20px;
 
    text-align: center;
}
.jieXi .con .btns button{
    width:120px;
    height:33px;
    border-radius: 15px;
    margin:0 3%;
    border:1px solid #3377ff;
    background:#3377ff;
    color:#fff;
} 
.jieXi .con .btns button:last-child{
    background:none;
    color:#3377ff;
} 
.hide{
    display:none;
}
.show{
    display: block;
}
.textBox{
    border:1px solid #e5e5e5;
}
.tiKa .right{
    position: fixed;
    right:0;
    top:50%;
    margin-top:-30px;
}
.tiKa .right span{
    display: block;
    background:#3377ff;
    width:60px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align: center;
    opacity: .8
}
.tiKa .right span:last-child{
    background:#fd4d3f;
}
/* 绛旈鍗�*/
.daTiKa{
    padding:10px;
}
.daTiKa h3{
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}
.daTiKa ul{
   
}

.daTiKa ul h4{
    padding:10px 0 10px;
}
.daTiKa ul li .xt{
    display: flex;
    flex-wrap: wrap;
    padding:0 10px;
}
.daTiKa ul span{
    display: inline-block;
    width:24px;
    height:24px;
    line-height: 22px;
    font-size:12px;
    text-align:center;
    vertical-align: middle;
    border-radius:100%;
    border:1px solid #999;
    margin:0 10px 10px 0;
  
}
.daTiKa ul .ok2{
    border:1px solid #3377ff;
    color:#3377ff;
}
.daTiKa ul .error2{
    border:1px solid #fd4d3f;
    color:#fd4d3f;
}
.daTiKa .tips{
    padding-top:20%;
}
.daTiKa .tips span{
    margin-right:10px;
    font-size:10px;
}
.daTiKa .tips span::before{
    content:'';
    width:13px;
    height:13px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right:3px;
}
.daTiKa .tips span:nth-of-type(1)::before{
    background:#4488ff;
}
.daTiKa .tips span:nth-of-type(2)::before{
    background:#fd4d3f;
}
.daTiKa .tips span:nth-of-type(3)::before{
    background:#999;
}
.tiKa .tiKaList dl dt span p{
	display: inline;
}    
.tiKa .tiKaList dd i p{
	display: inline;
}
.tiKa .analyzeWord img{
	width: 100%;
}
.tiKa .analyzeWord{
	margin-top:-20px;
}
.selected{
	background: #666;
	color: #fff;
}
.submitBtn{
	display: block;
    margin: 0 auto;
	width: 60%;
	letter-spacing: 5px;
}
.tiKa .content{
	width:100%;
	height: 100%;
	background: #f3f5f8;
}