/* 
 * author:         可乐加糖
 * email:          33370733@qq.com
 * description:    通用站点样式表
 */
@import "reset.css";

body {
    font-family: 'FontAwesome', serif;
}

/* 通用样式表 */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='tel'], input[type='number'] {
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin: 5px 0;
}

.bg_blue {
    background-color: #e2f2fc;
}

.align_center {
    text-align: center;
}

.f_red {
    color: #f00 !important;
}

.button {
    background-color: #1dadea;
    border: 1px solid #199ad0;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0;
}

.disableButton {
    background-color: #C6C6C6;
    border: 1px solid #ACACAC;
    border-radius: 3px;
    color: #FFF;
    margin: 10px 0px;
}

.btn_big {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    display: block;
    text-align: center;
}

.btn_gary {
    background-color: #f0eded;
    color: #615f56;
    border: 1px solid #615f56;
}

input.icon_input {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 2.5em !important;
}

.icon_input_1 {
    background: url('../imgs/queryscore/input_icon_1.png') .5em center no-repeat;
}

.icon_input_2 {
    background: url('../imgs/queryscore/input_icon_2.png') .5em center no-repeat;
}

.icon_input_3 {
    background: url('../imgs/queryscore/input_icon_3.png') .5em center no-repeat;
}

.icon_input_4 {
    background: url('../imgs/queryscore/input_icon_4.png') .5em center no-repeat;
}

.main_apnel {
    padding-top: 0px;

}
.welcome{
    background: url(../imgs/queryscore/bg.png) center no-repeat;
    background-size:contain;
    width:100%;
    height:100%;
    position: fixed;
}
.btn-control{
    position: absolute;
    width:200px;
    height:100px;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}
.btn-control   button {
    border: none;
    color: #F5FAFF;
    padding: 10px 30px;
    border-radius:10px;
}

.btn-control .query_score_btn {
    background-color: #2AA1FF;
}

.btn-control  .zk_answer_btn {
    background-color: #0DC280;
    margin-top: 30px;
}
p.info {
    background: #cacaca url('../imgs/queryscore/info.png') 10px 10px no-repeat;
    padding: 10px 10px 10px 40px;
    margin: 10px auto;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}

.report_table {
    font-size: 16px;
    background-color: #fcfcfc;
    border-left: 1px solid #e3e7ea;
    border-top: 1px solid #e3e7ea;
}

.report_table th {
    border-right: 1px solid #e3e7ea;
    border-bottom: 1px solid #e3e7ea;
    padding: 5px;
}

.report_table td {
    border-right: 1px solid #e3e7ea;
    border-bottom: 1px solid #e3e7ea;
    text-align: center;
    padding: 5px;
}

/* 界面顶部样式表 */
.fixed_top {
    display: block;
    background-color: #30adff;
    text-align: center;
}

.page_title {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.sub_title {
    background-color: #ebebeb;
    color: #1791c5;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

/* 预约成功消息提示 */
.appoint_success h3 {
    font-size: 24px;
    color: #30adff;
    text-align: center;
    display: block;
    margin: 20px 0;
}

.appoint_success b {
    font-size: 20px;
    padding: 0 5px;
}

.appoint_success p {
    text-indent: 32px;
    font-size: 16px;
    line-height: 2em;
}

/* 我的奖状，这个地方要使用响应式布局 */
.awards_panel {
    background: url('../imgs/queryscore/jz.png') left top no-repeat;
    background-size: 100%;
    position: relative;
    height: 430px;
}

.aw_info {
    position: absolute;
    top: 25%;
    padding: 0 13%;
    font-size: 18px;
    text-indent: 36px;
}

.aw_info b {
    font-size: 20px;
    color: #f00;
    padding: 0 5px;
}

.aw_grade {
    position: absolute;
    top: 55%;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    height: 70px;
}

.aw_time {
    position: absolute;
    bottom: 4em;
    right: 2.5em;
    font-size: 14px;
}

/* 查看分数线 */
.link_report {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}

.link_report a {
    font-weight: bold;
    color: #f00;
    margin: 0 0 0 10px;
}

/* 倒计时 */
#countdown_dashboard {
    width: 280px;
    position: relative;
    left: 50%;
    margin-left: -140px;
    height: 100px;
    text-align: center;
}

.end_date {
    font-size: 60px;
    text-align: center;
}

.end_date span {
    font-size: 20px;
}

/* 我的成绩列表页 */
.srore_list {

    border-radius: 5px;
}
.srore_list li a{
    display: block;

}
.srore_list li {
    height: 70px;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.srore_list li span {
    float: left;
    margin-right: 10px;
}

.srore_list span.icon_h {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #2499e6;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.srore_list span.icon_m {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #eab950;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.srore_list span.icon_h i, .srore_list span.icon_m i {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

.srore_list span.icon_h_more {
    float: right;
    height: 50px;
    padding-left: 10px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
    margin: 0 0 0 10px;
}

.icon_h_more i {
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 18px;
    text-indent: -9999px;
    background: url('../imgs/queryscore/list_item.png') center top no-repeat;
}

.h_more i {
    background: url('../imgs/queryscore/list_item.png') center center no-repeat;
}

.h_error i {
    background: url('../imgs/queryscore/list_item.png') center bottom no-repeat;
}

.srore_item_info {
    min-width: 175px;
}

.srore_item_info b {
    display: inline-block;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.srore_item_info i {
    font-size: 12px;
    color: #c9c9c9;
    font-style: normal;
}

.icon_publish, .no_publish {
    width: 52px;
    height: 50px;
    position: absolute;
    right: 45px;
}

/* 已发布的ICON */
.icon_publish {
    background: url('../imgs/queryscore/gb.png') center center no-repeat;
    text-indent: -9999px;
}

/* 未发布的ICON */
.no_publish {
    background: url('../imgs/queryscore/wgb.png') center center no-repeat;
    text-indent: -9999px;
}

.no_publish {
    line-height: 45px;
    color: gray;
}

.clearfix {
    clear: both;
}

/*  share */
#share_weixin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}

#share_weixin img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 260px !important;
    height: 180px !important;
    z-index: 20001;
}

.shadow, .sys-message, .sys-shadow {
    position: fixed;
}

.sys-shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 10000
}

.sys-message {
    width: 240px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #fff;
    left: 50%;
    margin-left: -120px;
    top: 30%;
    margin-top: -53px;
    z-index: 10001
}

.sys-message h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5
}

.sys-message p {
    margin: 20px 0;
    padding: 0 10px;
    color: #666;
    font-size: 14px
}

.sys-message .sys-message-btn {
    text-align: center;
    padding: 0;
    margin: 0 0 10px
}

.sys-message .sys-message-btn button {
    padding: 10px 30px;
    font-size: 12px;
    background-color: #ff5151;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff
}

/****新添加css****/
.er-box{ 
	background:#FFF;
	margin: 0 auto;
	text-align:center;
}
.er-box img{
	width:164px;
	height:164px;
	padding:10px;
	}

.er-box-text{
	width: 140px;
	font-size:14px;
	display:inline-block;
	vertical-align: middle;
	color:#F00;
}

.gongbu{
	background: #19b5ff;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
font-weight: 700;
font-size: 1.8rem;
    left: 0;
    top: 0;
    z-index: 97;
    margin-bottom: 1px;
	margin-top: -1px;
}
.gongbu ._left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.fenxiang
{
	background: #FFF;
    width: 100%;
    height: 12rem;
    line-height: 2.5rem;
    text-align: center;
font-weight: 700;
font-size: 1.8rem;
    left: 0;
    top: 0;
    z-index: 97;
    margin-bottom: 10px;
	margin-top: 10px;
}

.fenxiang ._left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/*banner*/
.banner2{ width:100%; height:auto; margin:0 auto; text-align:left;position:relative; z-index:1;}
.banner2 img{width:100%;z-index:1; display:block;}
.banner2 a img{width:100%;z-index:1; display:block;}
/*欢迎页*/

#bg{ width:100%; height:55px; margin:0 auto; background:#0b63b2; padding-bottom:2%;}
.bg{ width:100%; margin:0 auto; text-align:center;}
.bg h2{ padding:3% 0;color:#fff; text-align:center; font-size:1.6em; font-weight:bold;}
.bg h2 span{color:#ffea00;}

.bg table td a {background: #e33316;color: #fff;text-decoration:none;border-radius:3px;padding:1% 6%;}
.bg img{ width:100%; height:auto; padding:3% 0;}
button-content{
	position:relative;
    width:100%; text-align:center;
    margin: 0 auto;}
.button-wrapper{
	width:200px; text-align:center; margin: 0 auto;
}
.button-wrapper-large{
	width:500px;
	margin: 0 auto;
    padding: 20px 0;
	height: 80px;
}
.a-btn{
    background:#80a9da;
	text-decoration:none;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#c3e3fe,0),color-stop(#1b81dc,1));
    background:-webkit-linear-gradient(top, #c3e3fe 0%, #1b81dc 100%);
    background:-moz-linear-gradient(top, #c3e3fe 0%, #1b81dc 100%);
    background:-o-linear-gradient(top, #c3e3fe 0%, #1b81dc 100%);
    background:linear-gradient(top, #c3e3fe 0%, #1b81dc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e3fe', endColorstr='#1b81dc',GradientType=0 );
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-text{
    padding-top:5px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#ffffff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	
}
.a-btn-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:38px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../imgs/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
	text-align:center;
}
.a-btn:hover .a-btn-slide-text{
    width:100px;
	text-align:center;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
/****新添加css******/
#wapper{
			margin: 0 auto;
		}
		.clearfix{
			clear: both;
		}
		.area-list{
			float: left;
			width: 100%;
		}
		.area-item{
			float: left;
			width: 33%;
			list-style: none;
			margin: 1px 0 0 1px;
			border:1px solid #fff;
		}
		.area-item a{
			display: block;
			font-size: 1.2em;
			height: 60px;
			line-height: 60px;
			text-align: center;
			padding-left: 1px;
			text-decoration: none;
			background-color: blue;
			color: #fff;
		}
		.area-item .public{
			background: #0080BD ;
			
		}
		.icon-pointer{
			background: url(../imgs/wz.svg) left center no-repeat;
			background-size: 100% 100%;
			display: inline-block;
			width: 18px;
			height: 18px;
			margin : 0px 5px 5px  0px ;
			vertical-align: middle;
		}
		.area-item .wfb-public{
			background: #59B2DC;
		
			}