﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:66.3%;font-weight:normal;}
fieldset,img{border:0;}
ul,ol{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration: none;color:#000;}
small{font-size:12px;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%;}
label,input,select,form img,button,textarea{vertical-align:middle;outline:none}
address,caption,cite,code,dfn,em,strong,th,optgroup{font-style:normal;font-weight:normal;}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear{display:inline-block;}
/* Hides from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* End hide from IE-mac */
*{-webkit-tap-highlight-color:rgba(0,0,0,0) !important;}
html,body{width:1920px;height:1080px;position:relative;background:black;-webkit-user-select: none;user-select: none;overflow: hidden}
body,input,select,textarea{font:12px "Microsoft YaHei","宋体",sans-serif;}
/*body:after{display:none;content:url()}
*/

#board_wrapper{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
#board_wrapper .board1{position: absolute;left: 134px;top: 183px;width: 507px;animation: flashMove 1s linear infinite;}
#board_wrapper .board2{position: absolute;left: 714px;top: 183px;width: 507px;animation: flashMove 1s linear -0.3s infinite;}
#board_wrapper .board3{position: absolute;left: 1289px;top: 183px;width: 507px;animation: flashMove 1s linear -0.6s infinite;}
#board_wrapper .back{position: absolute;left: 0;top: 0;width: 100%;}
#board_wrapper .top{position: absolute;left: 0;top: 0;width: 100%;}
#board_wrapper.index1 .board1 .top{animation: flashMove 1s linear infinite;;}
#board_wrapper.index2 .board2 .top{animation: flashMove 1s linear infinite;;}
#board_wrapper.index3 .board3 .top{animation: flashMove 1s linear infinite;;}



.container{width:1920px;height:1080px;position:fixed;overflow:hidden;left:0;top:0%;background: #cad9e2}

.fullpage{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.homepage .bg{position: absolute;left: 0;top: 0;width: 100%;}


.pointer1{position: absolute;left: 434px;top: 690px;animation: cursorScale 1s linear infinite;width: 80px;}
.pointer2{position: absolute;left: 974px;top: 690px;animation: cursorScale 1s linear infinite;width: 80px;}
.pointer3{position: absolute;left: 1550px;top: 690px;animation: cursorScale 1s linear infinite;width: 80px;}

.spot{position: absolute;width: 515px;height: 850px;background: rgba(0, 0, 0, 0);}
.spot1{left: 134px;top: 183px;}
.spot2{left: 710px;top: 183px;}
.spot3{left: 1289px;top: 183px;}

@keyframes focusCircle
{
0%{transform: rotate(0deg) scale(0.9);}
50%{transform: rotate(180deg) scale(1.1);}
100%{transform: rotate(360deg) scale(0.9);}
}


@keyframes cursorScale
{
0%{transform: scale(0.9);}
50%{transform: scale(1);}
100%{transform: scale(0.9);}
}
@keyframes blueBlink
{
0%{opacity: 1;}
50%{opacity: 0.6;}
100%{opacity: 1;}
}


@keyframes flashMove
{
0%{opacity: 0.5;}
50%{opacity: 1;}
100%{opacity: 0.5;}
}


