@charset "UTF-8";
/* CSS Document */



body,html {
    font-size: 1.6rem; /* =16px */
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#666666;
    line-height:18px;
    margin:0px;
    padding:0px;
    text-align: center;
    width:100%;
    height:100%;
    overflow: hidden;
    -webkit-overflow-scrolling : touch;
    -webkit-tap-highlight-color: transparent;
}

* {
    padding: 0px;
    margin: 0px;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.loading-page {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2222222;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.loading-page img{
    width: 80;
    height: 42px;
    margin-bottom: 20px;
}

.loading-page p {
    font-size: 30px;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.panels {
    width: 750px;
    height: 1470px;
    margin: auto;
    margin-top: -735px;
    top: 50%;
    overflow: hidden;
    position: absolute;
    float: left;
    text-align: left;
}


.allwrapper {
    width: 750px;
    height: 100%;
    position: absolute;
    overflow: hidden;
}


.home-page video {
    height: 100%;
    object-fit: fill;
    position: fixed;
    top: 0px;
    width: 100%;
    vertical-align:middle;
    z-index: 1;
}

.character-img {
    width: 332px;
    height: 1045px;
    background-size: cover;
    position: fixed;
    bottom: 153px;
    left: 97px;
    z-index: 11;
    background-image: url(https://huhannihao.oss-cn-hangzhou.aliyuncs.com/wuliangyenew/images/20210614090343.gif);
    z-index: 11111;
}

.text {
    position: fixed;
    left: 437px;
    width: 250px;
    height: 494px;
    top: 80px;
    z-index: 111;
    z-index: 11111;
}

.enter-btn {
    position: fixed;
    bottom: 144px;
    width: 418px;
    height: 92px;
    font-size: 30px;
    color: #ffffff;
    margin-left: 146px;
    background-color: #ff9e62;
    border-radius: 100px;
    text-align: center;
    line-height:92px;
	font-weight:bold;
    animation-iteration-count: infinite;
    z-index: 111;
    z-index: 11111;
}

 .enter-message {
    position: fixed;
    bottom: 93px;
    width: 100%;
    left: 0%;
    text-align: center;
    font-size: 29px;
    color: #000000;
    z-index: 11111;
}





/* 指引按钮 */
.guide-btn{
    width: 54px;
    height: 36px;
    position: absolute;
    bottom: 100px;
    -webkit-animation-name: mymove5;
    animation-name: mymove5;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/link.png);
    background-size: cover;
    left: 50%;
    margin-left: -20px;
    display: none;
    z-index: 1111;
}


.home-page {
    z-index: 111112;
}
.home-page .project-message {
    display: flex;
    position: fixed;
    right: 95px;
    top: 125px;
}

.home-page .project-message p {
    font-size: 28px;
    color: #000000;
    width: 40px;
    line-height:32px;
}

.home-page .project-message p.patop32{
    padding-top: 30px;
}

.home-page .project-message p span {
    position: relative;
    top: -5px;
    right: -15px;
    margin-top: -12px;
    display: block;
}

.home-page .project-message p span.margtop2 {
    margin-top: -20px;
}

.home-page .project-message p span.dhtext {
    right: initial;
    left: -20px !important;
    text-align: left !important;
    top: -12px !important;
    font-weight: 700;
}

p.project-message-text5 span.margtop2:nth-child(1) {
    margin-top: -10px;
}







/* 活动页 */
.activity-pages {
    height: 100%;
    width: 100%;
    top: 0px;
    margin-top: 0px !important;
    overflow: initial;
}



.result-show:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0 , 65%);
}


.music-btn {
    width: 80px;
    height: 40px;
    background-image: url(../images/191dfda.gif);
    position: fixed;
    right: 30px;
    top: 20px;
    z-index: 11111111;
    background-size: cover;
}

.music-btn.pause{
    background-image: url(../images/cbedc01.png);
}






.fx {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 22222222222222222;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    padding-right: 30px;
    align-items: flex-end;
    display: none;
}

.fx>img {
    width: 50px;
    height: 50px;
    /* float: right; */
    margin-top: 3%;
    display: block;
    transform: rotate(80deg);
}
.fx>div {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 20px;
    font-size: 38px;
}
.fx>div>img {
    width: 30px;
    height: 30px;
    margin: 0 17px;
    display: block;
}