@CHARSET "UTF-8";
body{
	font-size: 14px;
	font-family:黑体;
}
select {
	font-size: 14px;
}

.query_title_14 {
	border-color: #C7D7EF;
	background: #C7D7EF;
	color: #0E2D5F;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	font-family: Sans-serif;
	width:100%;
}
a{
	color:#666
}
.table_14 {
	overflow:auto;margin:auto;
	line-height: 17px;	
}

.query_title_14 tr {
	height: 40px;
	text-align: center;
}

.index_1 {
	background: #C7D7EF;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#besInfo {
	font-size: 14px;
	text-align: center;
}

ul,li {
	list-style: none
}

.animated{
	-webkit-animation-duration:0.8s;
	animation-duration:0.8s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

@-webkit-keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}

}
@keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	-ms-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}

}
.bounceIn{
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


.cancelBtn{text-align: left;padding-left: 10px;}
.attentionBtn{text-align: right;padding-right: 10px;}
.updateBtn{text-align: left;padding-left: 10px;}
.updateBtn2{text-align: right;padding-right: 10px;}
.dialogBg{width:100%;height:100%;background-color:#000000;opacity:.6;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#cdialog{width:300px;height:150px;margin:0 auto;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:10000;border:1px solid #ccc;border-radius:10px;-webkit-border-radius:10px;box-shadow:3px 2px 4px #ccc;-webkit-box-shadow:3px 2px 4px #ccc;}
#dialog{width:300px;height:275px;margin:0 auto;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:10000;border:1px solid #ccc;border-radius:10px;-webkit-border-radius:10px;box-shadow:3px 2px 4px #ccc;-webkit-box-shadow:3px 2px 4px #ccc;}
#attdialog{width:310px;height:478px;margin:0 auto;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-220px 0 0 -150px;z-index:10000;border:1px solid #ccc;border-radius:10px;-webkit-border-radius:10px;box-shadow:3px 2px 4px #ccc;-webkit-box-shadow:3px 2px 4px #ccc;}
#chedialog{width:300px;height:200px;margin:0 auto;display:none;background-color:#ffffff;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:10000;border:1px solid #ccc;border-radius:10px;-webkit-border-radius:10px;box-shadow:3px 2px 4px #ccc;-webkit-box-shadow:3px 2px 4px #ccc;}
.dialogTop{width:90%;margin:0 auto;border-bottom:1px dotted #ccc;letter-spacing:1px;padding:10px 0;text-align:right;}
.dialogIco{width:50px;height:50px;position:absolute;top:-25px;left:50%;margin-left:-25px;}
.editInfos{padding-left:15px;}
.editInfos th{width:40%;margin:8px auto auto;text-align: left;}
.editInfos td{width:60%;margin:8px auto auto;}
.showInfors{text-align: left;font-family: 黑体;line-height:18px;font-size: 14px;padding:10px;}
.ipt{border:1px solid #ccc;padding:5px;border-radius:3px;-webkit-border-radius:3px;box-shadow:0 0 3px #ccc inset;-webkit-box-shadow:0 0 3px #ccc inset;margin-left:5px;}
.ipt:focus{outline:none;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);}
.submitBtn{width:90px;height:30px;line-height:30px;font-family:黑体,"microsoft yahei";cursor:pointer;margin-top:10px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;text-align:center;background-color:#428bca;color:#fff;box-shadow: 0 -3px 0 #2a6496 inset;-webkit-box-shadow: 0 -3px 0 #2a6496 inset;}
.submitBtnDis{background-color:#cccccc;color:#fff;}
.table_wid1_1{
	width:50px;
}
.table_wid1{
	width:60px;
}
.table_wid2{
	width:70px;
}
.table_wid3{
	width:100px;
}
.table_wid4{
	width:60px;
}
.selRight {
	background: #fff url(../images/mobileAp/right.png) no-repeat 8px;
	background-size: 1.3em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.selWrong {
	background: #fff url(../images/mobileAp/wrong.png) no-repeat 8px;
	background-size: 1.3em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}