*, body, html {
	margin: 0;
	padding: 0
}
a, body, html {
	color: #00b7c3
}
h1, h2 {
	text-shadow: 0 0 25px rgba(254,254,255,.85);
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
#canvas, #container {
	width: 100%;
	height: 100%
}
#canvas, #stats {
	position: absolute;
	z-index: 10
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	font: 16px/1.4 Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
body {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
h1 {
	font: 2.75em Cinzel, serif;
	font-weight: 400;
	letter-spacing: .35em
}
h2 {
	font: 1.45em Cinzel, serif;
	font-weight: 400;
	letter-spacing: .5em;
	text-transform: lowercase
}
[class^=letter] {
-webkit-transition:opacity 3s ease;
-moz-transition:opacity 3s ease;
transition:opacity 3s ease
}
.letter-0 {
	transition-delay: .2s
}
.letter-1 {
	transition-delay: .4s
}
.letter-2 {
	transition-delay: .6s
}
.letter-3 {
	transition-delay: .8s
}
.letter-4 {
	transition-delay: 1s
}
.letter-5 {
	transition-delay: 1.2s
}
.letter-6 {
	transition-delay: 1.4s
}
.letter-7 {
	transition-delay: 1.6s
}
.letter-8 {
	transition-delay: 1.8s
}
.letter-9 {
	transition-delay: 2s
}
.letter-10 {
	transition-delay: 2.2s
}
.letter-11 {
	transition-delay: 2.4s
}
.letter-12 {
	transition-delay: 2.6s
}
.letter-13 {
	transition-delay: 2.8s
}
.letter-14 {
	transition-delay: 3s
}
h1.transition-in, h2.transition-in {
	visibility: visible
}
h1 [class^=letter], h2 [class^=letter] {
	opacity: 0
}
h1.transition-in [class^=letter], h2.transition-in [class^=letter] {
	opacity: 1
}
#container {
	display: table;
	position: absolute;
	z-index: 20;
	text-align: center;
	cursor: context-menu;
}
#container>div {
	display: table-cell;
	vertical-align: middle
}
#container p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	font-size: .8em;
	letter-spacing: .1em;
	font-weight: 300;
	color: #76747a;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased
}
#container p strong {
	color: #b3abc5;
	font-size: 5em
}
#container p span {
	font-size: .75em;
	padding: 0 2px
}
#canvas {
	top: 0;
	left: 0;
	cursor: none
}
#stats {
	left: 10px;
	top: 10px
}
.dg.ac {
	z-index: 100!important
}
#container div p strong a {
	color: #999;
	font-size: 15px
}
body, td, th {
	font-family: Lato, sans-serif
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none
}
  .main {

            top: 46%;

        }

        .block-website {
            position: absolute;
            left: 50%;
            bottom: -180px;
            width: 730px;
            background: rgba(179, 10, 10, .9);
            border: 1px #f60 solid;
            padding-top: 30px;
            padding-left: 27px;
            padding-bottom: 18px;
            padding-right: 27px;
            transform: translateX(-50%);
            display: none
        }

        .block-website__item {
            height: 45px;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .block-website__ms {
            width: 80px;
            height: 45px;
            text-align: center;
            line-height: 45px;
            font-size: 20px;
            color: #b91f1b;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        .block-website__link {
            padding-left: 25px;
            flex: 1;
            margin: 0 10px;
            line-height: 45px;
            font-size: 20px;
            color: #b91f1b;
            background: #fff;
        }

        .block-website__btn {
            padding: 0 15px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            color: #b91f1b;
            font-size: 20px;
            background-color: #ff6;
        }

        .block-website__arrow {
            width: auto;
        }

        .block-btn-img:hover .block-website {
            display: block;
        }

        .block-btn-img {
            width: 25%;
        }

        .block-btn-img .hand {
            width: 25px;
            vertical-align: middle;
        }

        .hand-left {
            animation: handLeft 0.3s infinite alternate;
        }

        .hand-right {
            animation: handRight 0.3s infinite alternate;
        }

        @keyframes handLeft {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(-5px)
            }
        }

        @keyframes handRight {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(5px)
            }
        }

        #tiaozhuans {
            display: flex;
            justify-content: center;
        }

        .block-btn-img img {
            width: auto;
        }

        .block-btn-close {
            display: none;
        }

        .img2s {
            margin-top: 0
        }

        @media screen and (max-width: 480px) {
            .block-btn-img:hover>.block-website {
                display: none;
            }

            .main {
                top: 25%;
                transform: translateY(-50%);
                padding-right: 0%;
            }

            .block-btn-img {
                width: 70%;

            }

            .block-website {
                bottom: -100%;
                padding-left: 8px;
                padding-right: 8px;
                width: 97%;
                padding-top: 5px;
                padding-bottom: 3px;
                display: none;
            }

            .block-website__item {
                height: 35px;
            }

            .block-website__ms {
                background: #fff;
                width: 45px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                font-size: 13px;
                color: #b91f1b;
            }

            .block-website__link {
                background: #fff;
                height: 28px;
                line-height: 25px;
                text-align: center;
                font-size: 13px;
                color: #b91f1b;
                flex: 1;
                padding-left: 0;

            }

            .block-website__btn {
                margin-left: 4px;
                padding: 0 5px;
                height: 30px;
                text-align: center;
                color: #b91f1b;
                font-size: 15px;
                background-color: #ff6;
                width: 120px;
                font-weight: 700;
            }

            .block-website__btn a {
                height: 100%;
                line-height: 28px;
                display: inline-block;
                width: 100%;
                vertical-align: top;
            }

            .block-website .block-website__arrow {
                width: 15px;
            }

            .block-website__item {
                margin-bottom: 0;
            }

            .block-btn-img .block-website.active {
                display: block
            }

            .block-btn-img .hand {
                width: 20px;
            }

            .block-btn-close {
                display: block;
                position: absolute;
                width: 30px;
                top: -15px;
                right: -5px;
            }

            .block-website__link a {
                width: 100%;
                height: 100%;
                display: block;
            }
        }

        .block-website:hover {
            display: block
        }
       
