*{padding: 0;margin: 0;}

/* 禁止选中文本 */
body{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently not supported by any browser */
	}

/* 404 405 */
.body404{background: #fcf2f5;font-family: SourceHanSansCN-Normal;text-align: center;}
.body404 div.img404{
	text-align: center;
	padding: 3% 0;
	}
.body404 div.img404 img{
	width: 100%;max-width: 320px;
	max-height: 300px;
}
.body404 dd{
	font-size: 30px;
	color: #A3908F;
	text-align: center;
	padding:0 0 40px 0;
	}
.btn-go-index{
	background: #FD84AD;
	box-shadow: 0 0 12px 0 rgba(253,132,173,0.30);
	border-radius: 60px;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	width: 100%; max-width: 320px;
	height: 60px;line-height: 60px;
	display: inline-block;
	text-decoration: none; 
  margin-bottom: 30px;
	}

  .link{
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 100%; 
    height:40px;line-height: 30px;
    display: inline-block;
    text-decoration: none; 
    }
  
