/* CSS Document */

/*全局样式*/
html,body{margin:0; padding:0; width:100%; height:100%;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,a,button,input,select{margin:0; padding:0; font-size:14px; font-weight:normal; font-family:"微软雅黑"; list-style:none; color:#666;}
form{margin:0; padding:0;}
a:link,a:hover,a:visited{text-decoration:none; color:#666;}
.none{display:none;}
.clear{clear:both;}

.warp{width:100%;}
.centre{width:1024px; margin:0 auto;}
.login_bg{height:550px; background:url(bg.jpg) no-repeat center top;}

.login{float:right; width:300px; height:205px; padding:40px 50px; border-radius:15px; background:url(login_bg.jpg) repeat-x; margin-top:190px;}

.tips{content:url(question.png);width:20px;padding:5px}

.form-group{margin-bottom:20px; display:table; clear:both;}
.control-label{float:left; vertical-align: middle; padding:6px 0; width:70px; color:#6a5748}
.form-control {
  float:left;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin-right:5px;
  width:160px;
  }
.txt-control{
	float: left;
	display: block;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	}
	
.btn {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 3px;
  border:0;
  color:#FFF;
  background:#6a5748;
}

.about{margin-top:50px;}
.about li{float:left; width:274px; margin-right:101px;}
.about li:last-child{margin-right:0;}
.about h1{font-size:22px; color:#6b1d74; height:38px; line-height:38px;}
.about p{border-top:1px solid #ccc; padding:15px 0; color:#666;}
.about a{display:block; width:120px; height:35px; line-height:35px;text-align:center; color:#6b1d74; border:1px solid #6b1d74; cursor:pointer; border-radius:5px}
.about a:hover{ background:#6b1d74; color:#FFF; }
.about a.on{ background:#6b1d74; color:#FFF; }



.tooltip{width:370px; height:350px; background:#FFF; box-shadow:3PX 3PX 12PX #ccc; padding:15PX; position:relative;}
.tooltip u{position:absolute; right:15px; top:15px; width:25px; height:25px; background:url(close_icon.png) no-repeat center center; }
.tooltip p{padding:50px 0; text-align:center; color:#333; font-size:16px; border-bottom:1px dashed #ccc;}
.tooltip img{margin-bottom:10px;}
.tooltip .icon{position:absolute; left:15px; bottom:15px; height:32px; line-height:32px; background:url(icon.png) no-repeat left center; padding-left:40px;}
.tooltip a{position:absolute; right:15px; bottom:15px; height:32px; line-height:32px; background:url(1_02.png) no-repeat left center; padding-left:20px; text-decoration:underline; cursor:pointer}
.tooltip a:hover{color:#6b1d74;}


.tooltip2{width:370px; height:350px; background:#FFF; box-shadow:3PX 3PX 12PX #ccc; padding:15PX; position:relative;}
.tooltip2 u{position:absolute; right:15px; top:15px; width:25px; height:25px; background:url(close_icon.png) no-repeat center center; }
.tooltip2 p{padding:50px 0; text-align:center; color:#333; font-size:16px; border-bottom:1px dashed #ccc;}
.tooltip2 img{margin-bottom:10px;}
.tooltip2 .icon{position:absolute; left:15px; bottom:15px; height:32px; line-height:32px; background:url(icon.png) no-repeat left center; padding-left:40px;}
.tooltip2 a{position:absolute; right:15px; bottom:15px; height:32px; line-height:32px; background:url(1_02.png) no-repeat left center; padding-left:20px; text-decoration:underline; cursor:pointer}
.tooltip2 a:hover{color:#6b1d74;}