
* { margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei"; font-size: 12px; color:#404040; }
h1,h2,h3,h4,p,ul,ol,dd,dl,form{margin:0;padding:0;font-weight:normal;cursor:default;}
ul{padding-left:0;list-style-type:none;}
a{text-decoration:none;outline:none;color:#666;}
a:hover{color:#333;}

#mask_shadow {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  background-color: #000;
}
#popup {
  display: none;
  filter: alpha(opacity=0);
  opacity: 0; 
  position: absolute;
  z-index: 2;
  top: 150px;
  width: 500px;
  height: 310px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #000;
}
#popup .title {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #029de5;
  cursor: move;
}
#popup .title p {
	text-align:center;
  line-height: 40px;
  color: #fff;
  font-size:14px;
}
#popup .title span {
  position: absolute;
  top:0px;
  right: 11px;
  width: 35px;
  height: 35px;
  color: #fff;
/*  opacity: .6;*/
  font-size: 25px;
  cursor: pointer;
  text-align: center;
/*  border: 1px solid #333;*/
}
#popup .title span:hover {
	filter: alpha(opacity=80);
  opacity: .8;
}
#btn1 {
  margin: 30px;
}

#popup .cont { width: 100%; height: 270px; background-color: #EDEDED;}

.cont h2{ font-size:12px; font-weight:normal; height:120px;text-indent:2em; padding:5px 10px; line-height:20px; min-height:150px; max-height:500px;overflow: auto;}
.cont h3{ width:97%; height:30px; border-bottom:1px solid #dcdcdc; border-top:1px solid #dcdcdc; margin:10px auto; line-height:30px; background:url(../loginimg/icofujian.png) no-repeat; background-position:8px 6px; text-indent:30px;}
.cont h3 a{ color:#a5a5a5; font-size: 12px;}
.cont h4{ font-size:12px; line-height:30px; width:90%; text-align:right; margin:0 auto;}
.cont h4 input {
    margin-right:3px;
    position: relative;
    top: 2px;}
	
.qdbutton{ border-radius:3px; padding:3px 8px; background:#e0e0e0; border:1px solid #cbcccf; outline:none; cursor:pointer; margin-left:5px; position:relative;top:-2px;}

/*ÐÂÔöÑùÊ½*/
.baobiao {
    width: 93px;
    height: 93px;
    position: relative;
    top: -350px;
    left: 50%;
    margin-left:490px;
	outline:none;
}

.baobiao2{
    width: 93px;
    height: 93px;
    position: relative;
    top: -330px;
    left: 50%;
    margin-left: 490px;
}
.gatewaydla i{ width:93px; height:93px;display:block; background:url(../loginimg/bgpicaa.png);}
.baobiao:hover i{background-position:-0px -106px;}
.baobiao2 i{background-position:-112px -0px;}
.baobiao2:hover i{background-position:-112px -106px;}
.gatewaydla a{ cursor:pointer;}