*, *:before, *:after {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
	}
	
	body, html {
	    height: 100%;
	}
	body{ 
		line-height:25px;
		font-family:"Microsoft YaHei";
		font-size:14px;
	}
	a{
		text-decoration:none;
		color:#333;}
	p{
		text-indent:2em;
		word-break:break-all; }
	img{ 
		border:none}
	ul{
		list-style:none; }
	.clear{
		clear:both}
	
	/************************************************************/
	.yhsx-content{
		margin: 0 auto;
	}
	.icc-broken{
		width: 149px;
		height: 60px;
		background:url(../images/icc-broken.png) no-repeat;
		margin: 100px auto 0 auto;
	}
	.yhsx-word{
		padding-top: 40px;
		padding-bottom: 60px;
		text-align: center;
		font-size: 24px;
		color: #666666;
	}
	.yhsx-login{
		width: 150px;
		height: 40px;
		background:#fff;
		text-align: center;	
		border: 2px solid #666;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 36px;
		margin: 0 auto; 
		cursor: pointer;
		display: block;
		transition: .1s;
		white-space: nowrap;
	    color: #606266;
	    -webkit-appearance: none;
	    outline: none;
	    font-weight: 500;
	    -moz-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
	}