@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"Times New Roman", Times, serif; font-size: 14px; text-align: left;height: 100%;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none; border: 0px;} 
.a_img:hover{
	transform: scale(1.02);
}
/*==========================Reset_End===========================*/
.pc{
	display: block;
	background-color:#f2f2f2;
	position: relative;
	z-index: 1;
    min-height: 100%;
}
.hide{
	display: none;
}
/*====== dialog消息框样式=======*/
dialog{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border: none;
    padding: 0px;
	z-index: 2000;
}
.message_dialog{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border: none;
    padding: 0px;
	z-index: 2000;
}
.message{
	width: 400px;
    height: auto;
    border:3px solid #ebeaea;
    background-color: #fff;
}
.message .top{
	width: 400px;
	height:37px;
	background-color: #f2f2f2;
}
.message .bottom{
	padding: 25px;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.message .bottom img{
	display: block;
	width: 61px;
	height: 60px;
	float: left;	
}
.message .bottom p{
	display: block;
	float: left;
	margin-left: 18px;
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 253px;
	font-weight: bold;
	margin-top: 10px;
}
.message .close{
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

.message .operaButtonArea{
	text-align: -webkit-center;
}

.message .operaButtonArea .okMessageButton{
    width: 98px;
    height: 29px;
    background-color: #F2F2F2;
    font-family: arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

/* 遮罩 */
.shade{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    display: block !important;
    z-index: 999;
}

/* 内容不存在画面样式 */
.no_information{
	width: 1010px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    height: 1000px;
    margin-top: 85px;
    font-size: 17px;
    text-align: center;
}
.no_info_text{
	display: block;
    margin-bottom: 15px;
}
.click_back{
	color: #006ab5;
}

/* updating */
.system_upgrading{
	width: 1010px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    height: 1000px;
    margin-top: 185px;
    font-size: 17px;
    text-align: center;
}
.system_upgrading_text{
	
}
