@charset "utf-8";
/* CSS Document */
input:focus {outline: none} 
/*login and reg*/

/* 设置外部div容器居中 */
.center-form {
width:100%;
height:100%;
}

.tForm {
	  justify-content: center;
	  align-items: center;
	  height: 100vh; /* 使得div占满整个视口高度 */
	 width:90%;
	 margin:0px auto;
     font-family: verdana,arial,sans-serif;
     font-size:20px;
     color:#333333;
     border-width: 1px;
     border-color: #666666;
     border-collapse: collapse;
}


.txt04{width:70%; line-height: 16px;padding:9px 10px;border: 1px solid #cccccc;float: none;font-size: 18px;font-family: arial,"宋体";color: #363636;overflow: hidden;}
.txt04:focus{border-color:#1a97d7;}
.disNone{display:none;}

.absolutepos{position: absolute;}
.relativepos{position: relative;}


.tTr{height:30px}


.pbtn{display:block;width:400px;height:52px; line-height:52px; text-align:center; font-family:arial,verdana,sans-serif, '新宋体'; font-size:22px; background:#1165ae;color:#fff; text-decoration:none; border: none; cursor:pointer}
.pbtn:hover{background:#4169E1;}
.pbtn:active{background:#4682B4;}


 html,body{margin:0;padding:0;border:0}
 
.title{
    width:90%;
    margin-bottom:40px;
	font-weight:bold;
	line-height:200px;
	font-size: 40px;
	text-align: center;
	font-family: arial,"宋体";
	text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;}
	




