@charset "utf-8";
/* CSS Document */

#page-home {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: whitesmoke;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#body-background, #body-backglow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -3;
    opacity: .1;
    /*background-image: url(/static/app/base/img/BG.png);*/
	background-position: 50% 50%;
    background-size: 136px 160px;
	background-attachment: fixed;
    transition: 1s;
}
#body-backglow {
    opacity: 1;
    background-image: url(/static/app/base/img/Glow-B.png);
    background-size: 100% 100%;
    z-index: -2;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: 1s;
    opacity: 0.5;
}
#bg-logo {background-image: url(/static/app/index/img/BG-Logo.png);}
#bg-creation {background-image: url(/static/app/index/img/BG-Creation.png);}
#bg-photo {background-image: url(/static/app/index/img/BG-Photo.png);}
#bg-website {background-image: url(/static/app/index/img/BG-Website.png);}
#bg-pubvideo {background-image: url(/static/app/index/img/BG-Pubvideo.png);}
#logo, #creation, #photo, #website, #pubvideo {
    position: relative;
    height: 100%;
    width: 100%;
}
#logo {padding-top: 60px;}
#logo-box {
    position: relative;
    margin: auto;
    width: 800px;
    height: auto;
    top:calc(50% - 288px);
    z-index: 3;
}
#logo-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#p-b-s {z-index: 100;}
#w-b-s {z-index: 101;}
#b-b-s {z-index: 102;}
#p-f-s {z-index: 103;}
#b-f-s {z-index: 104;}
#w-f-s {z-index: 105;}
#p-b {z-index: 200;}
#w-b {z-index: 201;}
#b-b {z-index: 202;}
#p-f {z-index: 300;}
#b-f {z-index: 301;}
#w-f {z-index: 302;}

.go-to-box {
    position: absolute;
    bottom: 0;
    font-size: 4em;
    width: 30%;
    height: 105px;
    left: 35%;
}
.go-to-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.topgo, .bottomgo {width: 100% !important;}
.bottomgo {top: -0.4em !important;}
.go-up {
    left: 50% !important;
    top: -0.4em !important;
}
.go-to-box a p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gt-p {
    font-weight: lighter;
    color: #e530d3;
    text-shadow: 0 0 10px #e530d3;
    opacity: 0;
    transition: .2s;
}
.gt-b {
    font-weight: lighter;
    color: #02eff9;
    text-shadow: 0 0 10px #02eff9;
    opacity: 0;
    transition: .2s;
}
.gt-w {
    color: white;
    transition: .2s;
    text-shadow: -5px 3px 2px rgba(0, 0, 0, 0.6);
}
#info-goto {
    margin-top: -.5em;
    font-size: .35em;
    text-align: center;
    color: rgba(2, 239, 249, .5);
    text-shadow: 0 0 10px rgba(2, 239, 249, .8);
    transition: .2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.presentation {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
}
.txt-box, .pic-box {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 100%;
}
.txt-anim {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -50px;
    opacity: 0;
    z-index: 500;
}
.keepright {float: right !important;}
.txt {
    margin-top: 25%;
    margin-bottom: 10%;
    padding: 0 10%;
    width: 100%;
}
.txt-title {
    position: relative;
    margin-bottom: 20px;
}
.txt h1, .txt h2  {
    color: #320f51;
    font-size: 4em;
}
.txt h1 {text-shadow: 0 0 15px #17d7e7;}
.txt h2 {
    color: white;
    position: absolute;
    top: -4px;
    left: 4px;
}
.txt p {
    font-weight: lighter;
    font-size: 1.3em;
}
.pic-box img {
    width: 100%;
    height: auto;
}

.enter {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 17px 16px 23px;
    margin-left: 10%;
    background: #a81da5;
    border-radius: 10% / 50%;
    text-shadow: -3px 3px 0 #510f51;
    transition: .3s;
}
.enter p {
    position: absolute;
    top: -6px;
    left: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10% / 50%;
    -webkit-box-shadow: -3px 3px 0 #510f51;
    box-shadow: -3px 3px 0 #510f51;
}
.enter:hover {
    background: #d7007c;
    -webkit-box-shadow: 0 0 10px #d7007c;
    box-shadow: 0 0 10px #d7007c;
}
.etop {
    position: absolute !important;
    top: 20%;
    left: 15%;
}


/*自适应性*/
@media (max-width: 1280px) {
    #body-background {background-size: 95px 112px;}
    #logo {padding-top: 42px;}
    #logo-box {
        width: 560px;
        top:calc(50% - 201px);
    }
    .go-to-box {height: 75px;}
    .txt-anim {left: -35px;}
    .txt-title {margin-bottom: 14px;}
    .txt h1 {text-shadow: 0 0 11px #09d8e9;}
    .txt h2 {
        top: -3px;
        left: 3px;
    }
    .enter {
        padding: 3px 12px 11px 16px;
        text-shadow: -2px 2px 0 #510f51;
    }
    .enter p {
        top: -4px;
        left: 2px;
        -webkit-box-shadow: -2px 2px 0 #510f51;
        box-shadow: -2px 2px 0 #510f51;
    }
    .enter:hover {
        -webkit-box-shadow: 0 0 7px #d7007c;
        box-shadow: 0 0 7px #d7007c;
    }
}

@media (max-width: 768px) {
    .bg {background-size: 150% auto;}
    #body-backglow {background-size: 150% 100%;}
    .txt-box, .pic-box {
        width: 100%;
        height: 50%;
    }
    .txt {
        margin-top: 10%;
        padding: 0 5%;
    }
    .pic-box img {
        width: auto;
        height: 100%;
        float: right;
    }
    .go-to-box {
        width: 40%;
        left: 30%;
    }
}

@media (max-width: 580px) {
    #body-background {background-size: 82px 96px;}
    #logo {padding-top: 50px;}
    #logo-box {
        width: 100%;
        top:30%;
    }
    .presentation {
        width: 84%;
        left: 8%;
    }
    .txt-anim {padding-top: 10%;}
    .txt {
        margin-top: 0;
        padding: 0;
    }
    .txt h1, .txt h2  {font-size: 3em;}
    .txt p {font-size: 1.2em;}
    .go-to-box {font-size: 3em;}
}
