@charset "utf-8";
* {margin:0; padding:0;box-sizing: border-box;}
* html body {overflow:visible;height: 100%;font-family:  font-family: Helvetica Neue, Helvetica, Arial, sans-serif,"SimHei","Microsoft YaHei";}
* html iframe, * html frame {overflow:auto;}
* html frameset {overflow:hidden;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr,span{margin:0; padding:0;}

input, select {font-size:12px; vertical-align:middle;}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0px;}
li {list-style-type:none;}
img {border:0 none;width: 100%;display: block;}
a {color:#000; text-decoration:none;}
a:hover {color:#5d99f2;}
a {outline:none; star:expression_r(this.onFocus=this.blur());}
em{font-style:normal;}
html{font-size: calc(100vw/7.5);font-family:"Microsoft YaHei";}
body{font-size:0.32rem;}
html,body{position: relative;width:100%;}

/* 私有样式 */
html,body{
    background: #ac322f;
}
.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 640px;
    background: #000;
    z-index: 999;
/*    opacity: 0.6;*/
}
.oneBtn.lastBtn{
    top: 480px;
    border:3px solid #c5985f;
    font-size: 20px;
    border-radius: 10px;
    color: #c5985f;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    width: 120px;

}
.loading .middle {
    top: 50%;
}
.middle {
    width: 80%;
    z-index: 1;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    z-index: 999;
}

.page_main {
    width: 77%;
    margin: 0 auto;
    margin-top: 15%;
    position: relative;
    z-index: 999;
}
.page_main .prograss {
    font-size: 0.50rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0.6rem 0 0 0.2rem;
    z-index: 1;
    font-weight: lighter;
    font-family: helvetica;
}
.imgload{
	width: 2rem;
}
.page_main .rotate {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1rem;
}
@-webkit-keyframes rotate
{
	0%{-webkit-transform:rotate(0deg);opacity: 1;}
	100%{-webkit-transform:rotate(360deg);opacity: 1;}
}
.rotate {
   -webkit-animation-duration: 2s;
   -webkit-animation-timing-function: linear;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
.swiper-container {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

.gifBox{
    /* width: 800%; */
    /* height: 100vh; */
    width: 100%;
    /* height: 110vh; */
}
.swiper-slide {
    background: #ac322f;
    height: 100vh;
}
.swiper-slide.first-slide{
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ac322f;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

#video {
    object-fit: fill;
    width: 100%;
    height: 100vh;
}
.oneBg,.twoBg{
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100vh; */
    z-index: 1;
}
.oneBtn{
    position: absolute;
    z-index: 1;
    width: 120px;
    top: 390px;
    left: 50%;
    margin-left: -60px;
    z-index: 2;
}
.videoBtn{
    position: absolute;
    z-index: 1;
    width: 80px;
    top: 300px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0.8;
}
.twoBtn{
    position: absolute;
    z-index: 1;
    width: 20px;
    height:28px;
    top: 500px;
    left: 50%;
    margin-left: -15px;
    z-index: 2;
}
video::-webkit-media-controls-timeline {
    display: none;
}
video::-webkit-media-controls-play-button {
    display: none;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-volume-slider {
    display: none;            
}
video::-webkit-media-controls-enclosure{ 
    display: none;
}