﻿@charset "utf-8";
*{ margin:0px; padding:0px;}
a{ text-decoration:none; color:#ffffff;}
.clear{ clear:both;}
img{ border:0px;}
body{ background:#339ef4; font-family:"宋体"; font-size:14px;}
.top {background: url(../images/top_01.jpg) no-repeat center top;height: 527px;}
.denglu{ background:url(../images/dl_bg_03.jpg) no-repeat center top; height:148px;padding-top:5px;}
.login{ width:660px; height:auto; margin:0 auto;}
.input{ width:125px; height:29px; background:none; border:none; line-height:29px;}
.input1{ background:url(../images/btn_03.gif) no-repeat left top; width:84px; height:26px; cursor:pointer; border:none;}
.bottom{ width:430px; height:auto; padding-left:50px; padding-top:20px; text-align:center; margin:0 auto;}
/*hover*/
.bubbleInfo{position:relative;float:left; margin-left:30px;cursor:pointer;}
/* popup */
.popup{position:absolute;display:none;z-index:50;border-collapse:collapse;}
.trigger{ color:#e4f7fe;}

.bubbleInfo:hover .popup{
display:block;
}