
.wexam_bg_jiXi{
	background-color: #a96eab;
}
#answerSheet_box{
	transition:  0.5s;
	transform-origin:50% 50%;
	backface-visibility:hidden;
}

.rotateY_90{
	transform: rotateY(90deg);
}
.wexam_color_jiXi ,.small-title{
	margin: 8px 2px;
	color:#FFF;
	padding: 2px 5px;
	background-color: #3db677;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
}
.overflow { overflow:hidden;}
.lineH2{
	line-height:1.5;
}
.icon1{
	width: 2.6em;
	height: 2.6em;
}
.iconSmall{
	width: 1.2em;
	height:1.2em;
}
.iconDel{
	background:url(../images/del.png);
	Background-size:contain;
}
.top-b1{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
}
.optionNum{
	border-radius: 5em;
	border-width: 1px;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0.4em 0.2em;
	text-align: center;
	border-style: solid;
}
li{
	list-style-type: none;
}
hr{
	height:5px;
	border:none;
	border-top:1px dotted #D1D1D5;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.breakLine{
	width: 100%;
	height: 3px;
	background-color: #EEEEEE;
}
u{
	text-decoration: underline;
	color:#00b7ee;	
	cursor: pointer;
}

p{
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*表单－*/
.inputTxt{
	height:2em;
	width:50%;
	font-size:1em;
	text-align:center;
	margin-top:10px;
}
.option{
	text-align: center;
	display:block;
	width:28px;
	height:28px;
	line-height: 28px;
	border-radius: 50%;
	border-style:solid;
	border-width: 1px;
	border-color: #A0A0A0;
	box-sizing:border-box;
}
.optionSelect{
	border-style: solid;
	background: #00b7ee;
	color:#FFFFFF;
	border-color:rgba(0,0,0,0);
}
.optionYes{
	background: #3db677;
	border-color:rgba(0,0,0,0);
	color: #FFFFFF;
}
.optionTxt{
	margin-left:35px;
	display:block;
	font-size: 16px;
}
.optionTxt p {
	margin: 0;
}
.wL{
	width: 19em;   
	padding-top: 0.4em;
	text-align: left;
}
@media only screen and (max-width:319px){
	.wL{
		width:auto;
		text-align: left;
	}
}
.optionNum{
	border-radius: 5em;
	border-width: 1px;
	width: 3em;
	height: 3em;
	line-height: 3em;
	margin: 0.4em 0.2em;
	text-align: center;
	border-style: solid;
}
.item{
	margin-top: 0.5em;
	cursor: pointer;
	overflow:hidden;
}
.items{
	overflow:hidden;
}


.popup{
	position:fixed;
	top: 0 ;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.popup-panel{
	position:absolute;
	width: 80%;
	margin-left: 10%;
	display: block;
	background-color: #FFFFFF;
	border-radius: 1em;
}

.we_fixed{
	box-sizing: border-box;
    position: fixed;
    top: 0;
}
.topTitle{
	text-align: center;
}
.icons {
	/*text-align:center;
    padding: 0%;
    left: 50%;
    position: fixed;
    height: 2em;
    width: 56%;
    line-height: 2em;
    margin: 1em 0 0 -28%;*/
}

.icons span { display:inline-block;}
.icons .span1 {  height:2em; box-sizing:border-box; display:inline-block;}
.icons .span1 img {
	padding: 5px 0 0;
    width: 100%;
    max-width: 1.3em;
}
.icons .span2 {
	/*width: 5em;*/
	font-size: 14px;
	color:#ff0000;
	padding-left: 1.4em;

}

.icons .div1 { /*border-right:1px solid #959595;*/ float:left; width:50%;}
.icons .div2 {float:left; width:49%; }
@media only screen and (max-width:374px)and (min-width:320px) {
	.icons .span1 img {
    padding: 5px 0 0;
    width: 100%;
    max-width: 1.2em;
}
}
.sliderBar{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #D1D1D5;
	box-sizing:border-box;
	position: fixed;
	top: 4em;
	z-index: 2;
}
.sliderBar span{
	height: 30px;
	line-height: 30px;
	margin: 0 .5em;
}
.sliderBar span.on{
	border-bottom:2px solid #333333;
}
.sliderBar span:nth-child(1){
	margin-left: 1em;
}
.wexam_cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wexam_cells_title p{
	margin-bottom: 0.4em;
}
.wexam_cell_primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wexam_cell_histime {
    color: #a3a3a3;
    line-height: 1.2em;
    font-size: 14px;
}


.wexam-zhiShiDian{
	margin-top: 0.2em;
	margin-right: 0.2em;
	padding: 0.2em;
	color: #3db677;
	text-decoration: underline;
}

.wexam-optionNum-unselected{
	background:#FFFFFF;
	color: #aeaeae;
	border-color: #aeaeae;
}
.wexam-optionNum-selected{
	background:#4888c7;
	color: #FFFFFF;
	border-color: rgba(255,255,255,0);
}
.wexam-optionNum-yes{
	background:#3db677;
	color: #FFFFFF;
	border-color: rgba(255,255,255,0);
}
.wexam-optionNum-no{
	background:#e24e4e;
	color: #FFFFFF;
	border-color: rgba(255,255,255,0);
}
.wexam-jieXi{
	/*display: none;*/
}
.katex {
	white-space: normal;
}
.wexam-jieXi p{
	font-size:16px;
	word-break: break-word;
}
.wexam-weiDenglu{
	/*display: none;*/
	border:1px solid #04BE02;
	/*display: block;*/
	border-radius: 8px;
}
.wexam-weiDenglu p.colorGray{ margin: 10px 0;}
.colorYes{
	color: #3db677;
}
.colorNo{
	color: #e24e4e;
}
.colorUnselected{
	color: #4888c7;
}
.bgYellow{
	background: #fffdf7;
}
.start_answer{
	padding-right: 15px;
	font-size: 15px;
}
.squares{
	margin: 10px;
	padding:0 10px 10px 10px;
	display: block;
    background-color: #fff7de;
    border: 1px solid #b9b29b;
    border-radius:0.5em;
    box-shadow: 3px 3px 0px #cdcdcd;
}
.squares.sq-active{
	background-color: #fff;
    border: 1px dotted #393939;
	box-shadow: none;
}
.squares .wexam_cells_title p{
	height: 60px;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
/*进度条样式*/
.progresspre {
    background:#ffc774;
    display: inline-block;
	border: 1px solid #ffc774;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height:100%;
    width: 0;
    box-sizing: border-box;

	}
.progressbg{
    background: #FFFFFF;
    border: 1px solid #ffc774;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px;
	box-sizing: border-box;
    display: inline-block;
    height: 2em;
    width: 100%;
	position:relative;
	text-align:left;
	display:none;
}
.progressbg2{
    background: #FFFFFF;
    border: 1px solid #ffc774;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px;
	box-sizing: border-box;
    display: inline-block;
    height: 2em;
    width: 100%;
	position:relative;
	text-align:left;
	display:none;
}
/*进度条样式end*/
.underline{
	text-decoration: underline;
}
.relat{
	position: relative;
}
.h16em{
	height: 1.6em;
}
.icon-bor{
	position: relative;
	left: 0.2em;
	top: -0.5em;
	height: 1.2em;
	line-height: 1.2em;
	padding: 1px 3px;
	font-style: normal;
	border-radius:0.6em;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
}
/*2016.4.11 日志 yvonne*/
.wexam_item_lists dl{
	width: 100%;
    overflow: hidden;
}
.wexam_item_lists dt {
    float: left;
    width: 34px;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.wexam_item_lists dd {
    padding: 0 8px 0 0;
    margin: 1px 0 0 34px;
    height: auto;
    position: relative;
}
.bor-line{
	position: absolute;
	left: -21px;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #ccc;
}
.ellipsis{
	text-overflow: ellipsis;
}
.icon_circle{
	display: inline-block;
	width: 1.9em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #4888c7;
	border-radius: 14%;
}
.sub-tit{
	overflow: hidden;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.year-time{
	color: #4888c7;
	margin: 10px 0 0 0;
}
.finished{
	color: #676c6f;
}
.wexam_area_empty{
	margin: 15% 15% 0 15%;
}
/*快速指南*始*/
.wexam_list_guide{
	margin: 10px 0;
}
.guide-img{
	width: 60px;
}
.guide-txt{
	padding-top: 5px;
	margin-left: 70px;
}
.lj_enter_wsj{
	width:100px; 
	padding:5px; 
	border-radius:5px; 
	border:1px solid #fff; 
}
/*快速指南*完*/
/*分析报告图*/
.gradient{
    width:100%;
    height:100%;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#0060dc), to(rgba(57, 180, 209, 0.5)));
}
.dx-personal-header a.weui_media_box:active{
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#3fa7e3), to(rgba(77, 214, 219, 0.5)));
}
.dx-personal-header:before{
    height: 0px;
    border-top:0;
}
.weui_panel:first-child {
    margin-top: 0;
}
.charts_grid_items{
	position: relative;
	margin:0px 0 0 1em;
	color: #777;
}
.charts_grid_items .size14{
	font-size: 15px;
}
.arrow_bt{
	position: absolute;
	right: .8em;
	bottom: .1em;
	font-size: 2em;
}
.paper-item .weui_grid:after{
	border: 0;
}
.weui_cells.nobor_after:after{
	border: 0;
}
.weui_cells.nobor_before:before{
	border: 0;
}
/*分析报告图*/
.submitBtn{
	background: #00b7ee;
	line-height: 2.6em;
}
.score_ui{
	font-size: 16px;
}
.score_ui li{
	line-height: 1.6em;
}
.score_ui .sq{
	width:10px;
	height:10px;
	margin-right: 5px;
}
.score_ui .sq.sq-red{
	background: #fd7037;
}
.score_ui .sq.sq-blue{
	background: #3ab2d0;
}
.score_ui .sq.sq-green{
	background: #45bf7b;
}
.progressbg-rp{
	display: block;
	height: 6px;
    width: 100%;
    background: #e5e5e5;
    border: 0;
    border-radius: 2em;
}
.progressbg-rp .progresspre{
	width: 50%;
    background: #fd7037;
    border: 0;
	display: block;
    border-radius: 2em;
}
.progressbg-rp.progresspre-blue .progresspre{
    background: #3ab2d0;
	
}
.progressbg-rp.progresspre-green .progresspre{
	
    background: #45bf7b;
}
.progressbg-rp.progresspre-purple .progresspre{
    background: #8d45bf;
	
}
.time-dot span{
	background: #000;
	padding: 3px;
	color: #fff;
	margin: 0 4px 0 0;
}
.uploadimg{
	position: relative;
	border: 1px solid #99d3f5;
	border-radius: 4px;
	padding: 4px 12px;
	width: 200px;
	overflow: hidden;
	color: #1e88c7;
	line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	padding-left:2em;
	background: url(../images/camera.png) no-repeat 58px center #d0eeff;;
	background-size:1.6em ;
}
.uploadimg input{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 200px;
	padding: 4px 12px;
	line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.toggle-btn{
	width: 200px;
	border-radius: 4px;
	padding: 4px 12px;
	line-height: 20px;
	box-sizing: border-box;
}
.toggle-btn .span-r{
	padding-left:2em;
	background: url(../images/swap.png) no-repeat 0px center;
	background-size:1.6em ;
}
/*页面内容控制字号为正常大小*/
.gap_filling,
.gap_filling p,
.gap_filling u,
.gap_filling a,
.gap_filling span{
	font-size: 16px;
}

.no_pop{
	font-weight: bold;
}
/*页面内容控制字号为正常大小*/

/* 填空标签样式定义 */
.gap_filling mark {
    display: inline-block;
    padding: 0 15px;
    min-width: 40px;
    border-bottom: 1px solid #00b7ee;
    background-color: transparent;
    cursor: pointer;
    color: #00b7ee;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    text-indent: 0;
}
.gap_filling mark.colorNo {
    color: #e24e4e;
    border-color: #e24e4e;
}
/*底部导航*/
.foot-sliderbar span {
	display: block;
	color: #737373;
}
.foot-sliderbar .on span {
	color: #fd4537;
}
.foot-sliderbar .ispr {
	width: 22px;
	height: 22px;
	text-indent: -999em;
	margin: .4em auto 0em;
}
.foot-sliderbar .ispr.ho{ 
	background:url(../images/icon-home.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .on .ispr.ho{ 
	background:url(../images/icon-homeHover.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .ispr.ri{ 
	background:url(../images/icon-clock.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .on .ispr.ri{ 
	background:url(../images/icon-clockHover.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .ispr.bb{ 
	background:url(../images/icon-word.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .on .ispr.bb{ 
	background:url(../images/icon-wordHover.png) no-repeat; 
	background-size: 22px;
}

.foot-sliderbar .ispr.shake{ 
	background:url(../images/icon-shake.png) no-repeat; 
	background-size: 22px;
}
.foot-sliderbar .on .ispr.shake{ 
	background:url(../images/icon-shakeHover.png) no-repeat; 
	background-size: 22px;
}
/*底部导航*/
/*动画*/
.dou
{
position:relative;
animation:dou 0.2s linear 0s 3 alternate;
-moz-animation:dou 0.2s linear 0s 3 alternate;
-webkit-animation:dou 0.2s linear 0s 3 alternate;
-o-animation:dou 0.2s linear 0s 3 alternate;
}

@keyframes dou
{
0%,100% {left:0px;}
50%  {left:-10px;}
}
@-moz-keyframes dou
{
0%,100% {left:0px;}
50%  {left:-10px;}
}
@-webkit-keyframes dou
{
0%,100% {left:0px;}
50%  {left:-10px;}
}
@-o-keyframes dou
{
0%,100% {left:0px;}
50%  {left:-10px;}
}


.shan
{
position:relative;
animation:shan 0.9s linear 0s infinite alternate;
-moz-animation:shan 0.9s linear 0s infinite alternate;
-webkit-animation:shan 0.9s linear 0s infinite alternate;
-o-animation:shan 0.9s linear 0s infinite alternate;
}

@keyframes shan
{
0%,100% {color:red;}
50%  {color:gold;}
}
@-moz-keyframes shan
{
0%,100% {color:red;}
50%  {color:gold;}
}
@-webkit-keyframes shan
{
0%,100% {color:red;}
50%  {color:gold;}
}
@-o-keyframes shan
{
0%,100%{color:red;}
50%  {color:gold;}
}

/*ipad适配尺寸*/
@media screen and (min-width: 768px ) {
	body{
		max-width: 768px;
	}
	.wrap {
	    max-width: 768px;
	}
	.we_fixed{
		max-width: 768px;
	}
}
@media screen and (min-width: 1024px ) {
	body{
		max-width: 1024px;
	}
	.wrap {
	    max-width: 1024px;
	}
	
	.we_fixed{
		max-width: 1024px;
	}
}