*,:after,:before {
                box-sizing: border-box; 
                outline: 0
            }

            body,html {
                font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","AOS Icons","PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",微软雅黑,STHeiti,华文细黑,sans-serif;
                line-height: 1;
                text-align: center
            }

            html {
                font-size: 16px
            }

            body {
                display: flex;
                justify-content: center;
                align-items: center
            }

            #container {
                position: relative;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                background-image: linear-gradient(1deg,#f35d44,#f35c44 51%,#dd0f3a);
                overflow: hidden
            }

            h1 {
                font-size: 1.5rem;
                font-weight: 600;
                letter-spacing: 2.8px;
                margin-bottom: 20px
            }

            h2 {
                font-size: 1.5rem;
                margin-bottom: 20px
            }

            p {
                font-size: 16px;
                line-height: 1.5;
                color: #4a4a4a
            }

            .logo_img {
                max-width: 350px;
                width: 60%;
                margin: 100px 0
            }

            .ground_img {
                width: 100%
            }

            .main {
                max-width: 350px;
                width: 100%;
                position: fixed;
                top: 60%;
                transform: translateY(-50%);
                border-radius: 5px;
                z-index: 1
            }

            .main a,.main>p {
                color: #e85151
            }

            .main .btn_content {
                border-radius: 5px;
                background-color: #fff;
                padding: 35px 20px 15px;
                box-shadow: 0 2px 5px 0 rgba(0,0,0,.5)
            }

            .main .btn_content .link {
                width: 100%;
                display: block;
                padding: 15px 30px;
                border: 2px outset #f79474;
                border-radius: 6px;
                margin-bottom: 10px;
                background: #e85151;
                color: #fff;
                text-decoration: none;
                cursor: pointer
            }

            .main .btn_content .link:hover {
                background: #ff6ea1;
                color: #fff
            }

            .main .tooltip1 {
                margin-bottom: 30px;
                font-size: 1rem
            }

            .main .tooltip2 {
                margin-top: 30px
            }

            .main .tooltip3 {
                margin-top: 30px
            }

            .incap_page-tooltip {
                display: none
            }

            @media (max-width: 640px) {
                html {
                    font-size:14px
                }

                .logo_img {
                    margin: 20px 0
                }

                .main {
                    max-width: 480px;
                    position: initial;
                    transform: none;
                    border-radius: 0
                }

                .main .btn_content {
                    border-radius: 0
                }

                .main .tooltip1 {
                    margin-bottom: 20px
                }

                .main .tooltip2 {
                    margin-top: 15px
                }

                .main a,.main>p {
                    color: #fff
                }

                .ground_img {
                    margin-top: 20px
                }
            }

            @media (max-width: 320px) {
                html {
                    font-size:12px
                }
            }
.sky {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.star-blink {
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #b6cbd4;
	border-radius: 50%;
	z-index: 0;
	-webkit-transform: rotate(0deg) scale(0.08);
	-webkit-backface-visibility: hidden;
	-webkit-animation: blinkAfter 15s infinite ease-out;
}
.star-blink div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: rotate(45deg) scale(0.75);
	background-image: linear-gradient(1deg, #f35d44, #f35c44 51%, #dd0f3a);
	box-shadow: 0 0 2px 8px rgba(221,15,58,0.4),
				0 0 2px 9px rgba(255,255,255,0.07),
				0 0 2px 15px rgba(243,93,68,0.4), 
				0 0 2px 16px rgba(255,255,255,0.1);
	-webkit-backface-visibility: hidden;
}
.star-blink:after, .star-blink:before, .star-blink div:after, .star-blink div:before {
	content: '';
	position: absolute;
	display: block;
	top: -350%;
	left: 45%;
	height: 800%;
	width: 10%;
	border-radius: 50%;
	background-color: #b6cbd4;
	background:-webkit-linear-gradient(
		top, 
		rgba(255,255,255,0.1) 0%, 
		rgba(255,255,255,0.7) 50%,
		rgba(255,255,255,0.1) 100%);
	z-index: 1;

	box-shadow: 0 0 25px white;
	-webkit-backface-visibility: hidden;
}
.star-blink:before, .star-blink div:before {
	-webkit-transform: rotate(90deg);
}

@-webkit-keyframes blinkAfter {
	0% {
		-webkit-transform: rotate(0deg) scale(0.08);
	}
	4% {
		-webkit-transform: rotate(-20deg) scale(0.9);
	}
	8% {
		-webkit-transform: rotate(-40deg) scale(0.08);	
	}
	50% {
		-webkit-transform: rotate(-40deg) scale(0.08);
	}
	52% {
		-webkit-transform: rotate(-50deg) scale(0.3);
	}
	54% {
		-webkit-transform: rotate(-60deg) scale(0.08);
	} 
	100% {
		-webkit-transform: rotate(0deg) scale(0.08);	
	}
}