﻿#main article { border-bottom: none; }
	body{
		    font: 500 .875em PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;
        background-color: #07040e; overflow-x:hidden;
	}
  #canvas {
                position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: none;
        }
        .content{
      position: absolute;
    z-index: 11;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.splash{
  position: relative;
  }
  img#qq { 
    background-size: cover;
    border-radius: 200px;
    box-shadow: 0px 0px 40px rgba(63, 81, 181, 0.72);
    borders: 3px solid #00a0ff;
    opacity: 1;
    margin: 0 auto;
    margin-top: -20px;
	margin-bottom: 20px;
	transition: all 1.0s;  
	padding:15px;
}
#qq:hover {
    box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 19px #fff;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}.con{ width:690px; margin:0 auto}
.con a{
	display:block; float:left;
	width:300px;
	margin:20px 20px;
	line-height: 53px;
	font-size:22px;
	font-family:微软雅黑;
	letter-spacing: 3px;
}.button { height:56px; }
@media screen and (max-width: 700px) {
.splash .content .con a{
        width: 90%;
    }
.splash .content .con{
        width: 100%;
    }
}