@charset "utf-8";
@import url("sb.css");

.sj{
	width: 340px;
	height: 30px;
	padding: 3px;
	color: #000000;
	float:  right;
	cursor: url('../sb/文本.cur',text);
}
.xs{
	width: 1006px;
	height: auto;
	color: #F9070B;
}
.gb{
	color: #2BBBF8;
	font-size: 14px;
}
.tx1{
        
        text-align: center;
        font-weight: bold;
    	color: #E90003;
    	margin-top: 200px;
    }
.tx {
    	  text-shadow: 
    	  	0 -1px 0 cadetblue,
              
               
               0 1px 10px rgba(0,0,0,.6),
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.2),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 7px 10px rgba(0,0,0,.25),
               0 15px 10px rgba(0,0,0,.2),
               0 25px 15px rgba(0,0,0,.15);
    }

.sq{
	width: 1006px;
	text-align: center;
}
.xy1{
	width:600px;
	height:40px; 
	background-color: ;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-top:-125px; 
	margin-left:-300px;
}
.hy{
	width: 1006px;
	
	text-align: center;
}
.ps{
	width: 1006px;
	text-align: center;
}
.logo{
	width: 1006px;
	height: 88px;
	align-content: center;
}
.tips{
	
	color: red;
	position:absolute;
	top: 1%;
	left: 2%;
}
.bz{
	width: 310px;
	height: 66px;
	position: fixed;   /* 随浏览器浮动 */
	bottom: 60px;
	right: 30px;
	float: right;
}
.bq{
	position: absolute; 
	font-size: 2px;
	font-weight: 400;
	width: 100%;
	bottom: 10px; /* 关键 */     
    left: 0%;
    height: auto; 
}

.sr1{
	width: 190px;
	min-height: 25px;
	margin-bottom: 10px;
	padding: 5px;
	cursor: url('sb/文本.cur');
	border-radius: 4px;     /* 圆角 */
	border: 2px solid #4797EB;
	cursor: url('../sb/文本.cur'), text;
}
.button{
    min-height: 2.9em; /* 边框大小 */
    display: inline-block;
	font-family: "微软雅黑";  /*字体*/
	outline:none;  /*去除点击边框*/
    padding: 1px 20px;   /* 文字内间距 */
    margin: 0px 5px 5px 0px; /* 文字外间距 */
    cursor:url('../sb/链接.cur'), pointer;
    opacity: 0.9;  /* 边框透明度 */
    color: #FFF;  /* 字体颜色 */
    font-size: 14px;  /* 文字大小 */
    letter-spacing: 1px;     /* 字间隔*/
    text-shadow: rgba(0,0,0,0.6) 0px 2px 2px;  /* 字阴影 */
    background: #03CD59;
    border: 1px solid #03CD59; /* 边框颜色 */
    border-radius: 4px;     /* 圆角 */
    box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    transition: all 0.1s linear;
	
}
.button.green{
    background: #03CD59;
	
}