﻿html {
    height: 100%;
}

html,
body {
    width: 100%;
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: text;
    -moz-user-focus: text;
    -moz-user-select: text;
    /* webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div,
dl,
dt,
dd,
input,
button,
label,
ul,
ol,
li,
p,
select,
span,
textarea,
thead,
tfoot,
table,
tr,
td,
figure,
figcaption,
time,
small {
    font-weight: normal;
    margin: 0;
    padding: 0;

}

input,
button {
    font-size: 14px;
}

input,
textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}


div {
    display: block;
}

table {
    border-collapse: collapse;
}

li,
ol,
ul {
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

em,
cite,
i {
    font-style: normal;
}

button,
input,
textarea,
select {
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    outline-style: none;
    line-height: 1.3333;
    vertical-align: middle;
    background-color: transparent;
}

input[type=date]:before {
    content: attr(placeholder);
    color: #999;
}

input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    text-decoration: none
}

:focus {
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    content: '';
}

/* ::-webkit-scrollbar {
    width: 0;
} */

.p1{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}

#video1{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.p2{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
}

#video2{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.poster2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.play{
    width: 14%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    display: none;
}

.dot{
    width: 45px;
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%,0);
    z-index: 9;
    display: none;
}

.p3{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
}

.p3 .bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p3 .form{
    width: 640px;
    height: 882px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,0);
}

.p3 .form .bgg{
    width: 100%;
}

.p3 .form .upbox{
    width: 42px;
    height: 42px;
    position: absolute;
    right: 38px;
    top: 128px;
    background: url(../images/icon-1.png) no-repeat center center;
}

.p3 .form .upbox .inputUpload{
    width: 100%;
    height: 100%;
    opacity: 0;
}

.p3 .form .upbox.uploaded{
    background: url(../images/icon-2.png) no-repeat center center;
}

.int1{
    width: 378px;
    height: 76px;
    position: absolute;
    right: 36px;
    top: 215px;
    font-size: 30px;
    color: #fff;
    background: rgba(256,256,256,0);
}

.int2{
    width: 513px;
    height: 76px;
    position: absolute;
    right: 36px;
    top: 325px;
    font-size: 30px;
    color: #fff;
    background: rgba(256,256,256,0);
}
.int4 {
    width: 513px;
    height: 76px;
    position: absolute;
    right: 36px;
    top: 438px;
    font-size: 30px;
    color: #fff;
    background: rgba(256,256,256,0);
}
.int3{
    width: 442px;
    height: 76px;
    position: absolute;
    right: 36px;
    top: 553px;
    font-size: 30px;
    color: #fff;
    background: rgba(256,256,256,0);
}

.rule{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 40px;
    bottom: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rule .agree{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #c0c0c0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rule .agree::after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #c0c0c0;
    display: none;
}

.rule .agree.active::after{
    display: block
}

.rule .txt{
    font-size: 16px;
    color: #c0c0c0;
    margin-left: 10px;
    letter-spacing: 3px;
    line-height: 16px;
}

.rule .txt span{
    color: #c0c0c0;
    text-decoration: underline;
}

.submit{
    width: 218px;
    height: 64px;
    position: absolute;
    left: 50%;
    bottom: 102px;
    transform: translate(-50%,0);
}

.popup {
    width: 350px;
    background: rgba(227, 9, 32, .85);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 26px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 20px 15px;
    display: none;
}

.p4,
.p5,
.p6,
.p7{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
    background: #000;
}

.p4 .bg,
.p5 .bg,
.p6 .bg,
.p7 .bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p5-btn {
    position: absolute;
    width: 110px;
    height: 50px;
    background: #fff;
    top: 930px;
    left: 230px;
    opacity: 0;
}
.p5 .close,
.p6 .close,
.p7 .close {
    position: absolute;
    width: 110px;
    height: 63px;
    background: #fff;
    top: 1120px;
    left: 320px;
    opacity: 0;
}

.tk{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tk .main{
    width: 640px;
    height: 80%;
    overflow-y: auto;
    background: #fff;
    border-radius: 15px;
}

.tk .main img{
    width: 100%;
}

.tk .close{
    width: 66px;
    margin-top: 30px;
}

.bom{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}