body {
	font-size:16px;
	/*-webkit-user-select:none;
    -webkit-text-size-adjust:none;*/
	font-family:"Microsoft Yahei",helvetica;
	background:#f7f7f7;
	color:#333;
	position: relative;
	word-break: normal;
    word-wrap: break-word;
	padding-bottom:5px;
}
.bg {
  border:0px dashed #f00;
}

.container {
  border:0px dashed #f0f;

}

#toptitle {
    background-color: rgb(253,209,26);
    padding: 5px 10px;
    width: 100%;
    color: rgb(59,17,28);
    margin-bottom: 5px;
}
#toptitle h3{
   margin-top:10px;
}

.back {
    position: relative;
    display: inline-block;
	float:left;
    width: 24px;
    height: 24px;
    margin: 10px auto 10px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../images/left.png');
    background-size: contain;
}
.header_right {
    margin-top: 5px;
}
footer{
	margin:5px 10px;
}
#divDesc{
	margin:10px 10px 5px;
	min-height:160px;
	font-size:18px;
	border-bottom: 1px dotted #ccc;
	text-indent:36px;
	padding-bottom:5px;
}
#divQuestion{
	display:none1;
}
#fieldset11 {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 0px;
    border-style: groove;
    border-color: threedface;
}
.field{
	margin:5px 10px;
}
a.list-group-item{
	font-size:16px;
	cursor:pointer;
}

.jqradiowrapper .jqcheck {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
	margin-right:7px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
	float: left!important;
}
.jqradiowrapper .jqchecked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #52adf9;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.jqcheckwrapper .jqcheck {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
	margin-right:7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
	float: left!important;
}
.jqcheckwrapper .jqchecked
{
    background: url("../images/hook.png") no-repeat scroll center top  transparent;
    background-size:cover;
    display: block;
    vertical-align: middle;
    width: 21px;
}
#mycenter{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}
.row{
	border:2px dashed #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
}
.row h4 span {
	color: #f00;
    padding-left: 5px;
}
.row.mustcheck{
	border:2px dashed #f0f;
	margin-top:5px;
}
table .tbcheck td{
	background-color: #f7f177;
}
table td.tbcheck{
	background-color: #f7f177;
}
table.mytable .biaotou th{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	vertical-align:middle;
}
table.mytable tbody th{
	vertical-align:middle;
}
table.mytable tbody td{
	text-align:center;
	vertical-align:middle;
}
table.mytable tbody tr:nth-child(even) {
    background-color: #f1f9f1;
}
.list-group{
	line-height:1.3;
}
.list-group input[type=radio],.list-group input[type=checkbox],.list-group-item1 input[type=radio],.list-group-item1 input[type=checkbox],.list-group-item2 input[type=radio],.list-group-item2 input[type=checkbox]{
	display:none;
}
a.list-group-item1:hover, a.list-group-item1:focus,a.list-group-item2:hover, a.list-group-item2:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item1,.list-group-item2{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 54px;
    cursor: pointer;
    display: block;
    padding: 5px 10px 5px 15px;
	margin:0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
	line-height:1.3;
}
.list-group-item1 .jqcheck {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
	margin-right:0px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
	float: left!important;
}
.list-group-item1 .jqchecked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #52adf9;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}
.list-group-item2 .jqcheck {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
	margin-right:0px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
	float: left!important;
}
.list-group-item2 .jqchecked
{
    background: url("../images/hook.png") no-repeat scroll center top  transparent;
    background-size:cover;
    display: block;
    height: 21px;
    vertical-align: middle;
    width: 21px;
}

a.mycheck{
    color: #31708f;
    background-color: #d9edf7;
}
a.mycheck:hover, a.mycheck:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
.form-group{margin-bottom:0px;margin-top:10px;}
.form-control{margin-bottom:10px;}
.errortext{padding-left:15px;margin-bottom: 5px;}
.qtag{display: block;margin-bottom: 5px;}
.row .qtag img,.row .weui_article p img{display: block;max-width: 100%;margin:auto; height: auto;}
.weui_cells{margin-top:5px;}
.shousuo .weui_cells{margin-top:0px;}
.shousuo .shousuotext {display:none;background:rgb(250,250,240);}
label.weui_label {font-weight:100;}
.weui-header-left .icon,.weui-header-right .icon{cursor:pointer;	}
.qitatext{margin-left: 25px; margin-top: 5px;margin-bottom: 0px; width: 90%;}
th.firstth{min-width:100px;}
.right-img{
	width: 80px;
    display: block;
    height: 17px;
    margin: 0 auto;
    background: url('../images/right.png');
}
.down-img{
	width: 13px;
    display: block;
    height: 50px;
    margin: 0 auto;
    background: url('../images/down.png');
}
.weui_cell_primary p {margin:auto 5px;}
a.weui_cell{text-decoration:none; }
.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
	z-index:1;
}

#ajaxloading{
	position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#ajaxloading .weui-loadmore{
    position: relative;
	top:35%;
}
#ajaxloading .weui-loading{
    width:80px;
	height:80px;
}
th.font-n{	font-weight:normal;}
th.font-b{	font-weight:bold;}
.font-n{	font-weight:normal;}
.font-b{	font-weight:bold;}
.pager-nav{	display:block;}