﻿body {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.absolute{
    position: absolute;
}
.page{
	width: 100%;
	height: 100%;
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
     opacity: 0;
     pointer-events: none;
     width: 5px;
 }
.video-wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 504px;
    margin: -252px 0 0 -160px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden;
}
.canvas {
    position: absolute;
    left: 0;top: 0;
}
#video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
}
.center {
    position: absolute;
    left: 0;right: 0;margin: auto;
}
._center_ {
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;margin: auto;
}
.cover {
    position: relative;
/*    background: url(../img/coverBg2.png) center / 100% 100%;*/
    z-index: 9;
    background-color: #fff;
    background-size: 100% 100%;
}
.btn_start {
    width: 1.4rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    color: #0e4c95;
    bottom: 1rem;
    background: url(../img/btn_start.png) center / 100% 100%;
    font-weight: 600;
}
.skip  {
    width: 1rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 100%;
    color: #fff;
    border-radius: 1rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    z-index: 99999;
    background: rgba(125,125,125,.6);

}
.end {
    position: absolute;
    left: 0;top: 0;
    background: skyblue;
}
.musicBtn {
    left: 0.2rem;
    top: 0.3rem;
}


.end {
    background: url(../img/endBg.jpg) center / 100% 100%;
}

.address,.call {
    width: 3.2rem;
    height: 0.6rem;
    /*background-color: #fff;*/
}
.address {
    top: 41%;
}
.call {
    top: 48%;
}
.btn_again,.btn_tw,.btn_apply {
    position: absolute;
    bottom: 1rem;
}
.btn_again {
    left: 10%;
}
.btn_apply {
    right: 10%;

}


.pic1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
/*    height: 100%;*/
}
.pic2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
/*    height: 100%;*/
}
.cover{
    background-color: #000;
    background-size: 100% 100%;
}