﻿* {
    margin: 0px;

    padding: 0px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: none;
}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: none
}
body {
	font-size: 14px;
	font-family: Arial, "Microsoft YaHei";
	overflow: hidden;
}
 #indexzz
{
    position: absolute;
    top: 0px;
    left: 8%;
    width: 1px;
    height: 1%;
     background: initial initial initial initial;
 }
#indexmask
{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
}
.barbackground
{
    margin: -160px 0px 0px -160px;
    background: #FFF;
    width: 320px;
    height: 130px;
    border: 1px solid #c5c5c5;
    z-index: 999999999;
    display: none;
    left: 50%;
    top: 60%;
    position: absolute;
}
.barline
{
    width: 200px;
    background: #FFF;
    border: 0px solid #4DBF7D;
    height: 12px;
    border-radius: 8px;
    margin: 50px auto 0;
    z-index: 999999999;
}
#percent
{
    position: absolute;
    left: 0px;
    top: 30px;
    display: inline-block;
    color: #006EC3;
    font-size: 12px;
    z-index: 999999999;
}
#line
{
    float: left;
    height: 12px;
    overflow: hidden;
    background: url(../images/jiazai-bg.gif) repeat-x;
    border-radius: 8px;
    z-index: 999999999;
}
#msg
{
    position: absolute;
    left: 90px;
    top: 70px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    z-index: 999999999;
}
a:focus,a:hover{
    text-decoration:none;
}