/* 查看成绩主题 */
.achievement{
	background: -webkit-linear-gradient(left, #12aaff , #4460ff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #12aaff, #4460ff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #12aaff, #4460ff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #12aaff , #4460ff); /* 标准的语法 */
}
/*文字跟 按钮颜色加阴影*/
.border1{border:1px solid #437cff;}
.color1{color: #437cff ;}
.bg_color1{background: #437cff ;}
.bg_cor1{
	background: #437cff ;
	box-shadow: 0px 2px 6px  #b9c7e8 ;
}
/*实心圆角btn*/
.btn1{
	display: block;
	border-radius: 1000px;
	width: 82%;
	padding: .16rem 0;
	margin: 0% auto 0;
	color: #fff;
	background: #437cff ;
	box-shadow: 0px 2px 6px  #b9c7e8 ;
	border: 1px #437cff  solid;
}
/*空心圆角btn*/
.btn2{
	display: block;
	border-radius: 1000px;
	width: 82%;
	padding: .16rem 0;
	margin: 0% auto 0;
	color: #437cff ;
	border: 1px #437cff  solid;
}

.btn-light{
	width: 2.6rem;
	height: 0.8rem;
	background-color: #EFF7FF;
	color: #1E69FF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}
.btn-dark{
	width: 2.6rem;
	height: 0.8rem;
	background-color: #1E69FF;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.font-color{
	color: #1E69FF;
}


/*
 *首页背景图
 */
/*body.index{*/
	/*background: url(../img/index_bg_demo8.jpg) center 0 no-repeat;*/
  	/*background-size: cover;*/
/*}*/
	/*!*兼容IOS的background-attachment: fixed的方法*!*/
	/*body.index:before {*/
	  /*content: ' ';*/
	  /*position: fixed;*/
	  /*z-index: -1;*/
	  /*top: 0;*/
	  /*right: 0;*/
	  /*bottom: 0;*/
	  /*left: 0;*/
	  /*background: url(../img/index_bg_demo8.jpg) center 0 no-repeat;*/
	  /*background-size: cover;*/
	/*}*/



/*
 * 考试结束页
 */
/*顶部图片*/
.end .end_img1{
	width: 100%;
	height: 3rem;
	background: url(../img/end_bg1_demo8.jpg) center 0 no-repeat;
  	background-size: cover;
}


/*
 * 答题页
 */
/*单选*/
.danxuan1{border: 1px solid #eeeeee;border-radius: 50%;}
.danxuan2{border: 1px solid #437cff ;border-radius: 50%;background: #437cff ;box-shadow: 0px 2px 6px  #437cff  ;}
/*多选*/
.duoxuan1{border: 1px solid #eeeeee;border-radius: 4px;}
.duoxuan2{border: 1px solid #437cff ;border-radius: 4px;background: #437cff ;box-shadow: 0px 2px 6px  #437cff  ;}
/*背景*/
/* body.exam_paper{background: #437cff ;} */
body.exam_paper{background: #fff;}


/*
 * 调查问卷
 */
/*回答卡线*/
.questionnaire .quest_ka2 .xz_div {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

/*
 *调查问卷结束页  
 */
/*顶部图片*/
.dcwj_bg{
	width: 100%;
	height: 3.6rem;
	background: url(../img/dcwj_bg8.jpg) center 0 no-repeat;
  	background-size: cover;
}
