html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
}

.respone-img {
    width: 100%;
    display: block;
}

.index {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    background: url('../images/p1_bg.jpg') no-repeat top;
    background-size: 100%;
}
.index_iconBox{
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 52%;
    display: flex;
    justify-content: space-between;
}
#hang_up{
    width: 1.40rem;
    height:1.40rem;
    /* transition: transform .2s linear 0s;
    animation: answer .5s linear infinite; */
}
#answer{
    width: 1.40rem;
    height:1.40rem;
    transition: transform .2s linear 0s;
    animation: answer .5s linear infinite;
}
@keyframes answer{
    0% { transform: rotateZ(0deg); }
    25% { transform: rotateZ(-8deg); }
     50% { transform: rotateZ(0deg); }
     75% { transform: rotateZ(8deg); }
     100% { transform: rotateZ(0deg); }
}

.back1,.back2{
    position: absolute;
    width: .55rem;
    top: 5%;
    left: 18%;
    z-index: 10;
}
.index_info{
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
}
.headImg{
    border-radius: 5px;
    width: 2rem;
    margin: 0 auto;
    overflow: hidden;
}
.index_msg1{
    margin: .5rem auto .1rem;
    font-size: .65rem;
    font-family: "PingFang SC";
    color: rgb(255, 255, 255);
    text-align: center;
}
.index_msg2{
    font-size:.35rem;
    font-family: "PingFang SC";
    color: rgb(255, 255, 255);
    text-align: center;
}
/*  */
.main2{

    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    background: #5c5c5c;
}
.video_box{
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
    overflow: scroll;
    background-color: #000; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkie-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkie-align-items: center;


    /* width: 100%;
    height: 100%;
      overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; */
}
  
.respone-video{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    /* position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.skip{
    position: absolute;
    width: 1rem;
    top: 5%;
    right: 14%;
    z-index: 10;
}
.main2_iconBox{
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.main2_iconBox>div{
    width: 1.40rem;
    height:1.40rem;
}
/*  */
.main3{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.bul{
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    /* transform: scale(1.2); */
}
.back2{
    width:1.13rem;
}
.main3_msg1,.main3_msg2{
   
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: .40rem;
    font-family: "PingFang SC";
    color: rgba(255, 255, 255, 0.902);
    width: 5.2rem;
    height: .88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.main3_msg1{
   top: 70%;
}
.main3_msg2{
    top: 80%;
 }
 .p3_img{
    position: absolute;
    width: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 23%;
 }
/*  */
.main4{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.p4_img1{
    position: absolute;
    width: 4rem;
    left: 0;
    right: 0;margin: 0 auto;
    top: 2.1rem;
    transition: transform .2s linear 0s;
    animation: answer .5s linear infinite;
}
/*  */
.toUrl{
    overflow: hidden;
    position: absolute;
    width: 61%;
    height: 7%;
    /* left: 0;
    right: 0; */
    left: -100%;
    margin: 0 auto;
    bottom: 23%;
    background-color: transparent;
    /* background-color: #2aa55f; */
    z-index: 300;
  }