#banner{
    position:absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-user-drag: none;
}

.bannerImg {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    transition: all ease 1.5s;
    -webkit-user-drag: none;
}

#enter {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width:13%;
    cursor: pointer;
    -webkit-user-drag: none;
}

.alpha100{
    opacity: 1;
}

.alpha0{
    opacity: 0;
}

#bannerBG {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    background-color: #222222;
    z-index: 500;
    -webkit-user-drag: none;
}



#hengping{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    background-color: rgba(34, 34, 34, 0.91);
    z-index: 1500;
}

#hpContent{
    position: fixed;
    width:256px;
    height:180px;
    left: 50%;
    top:50%;
    transform: translate3d(-50%,-50%,0);
}

#hpContent img{
    position: relative;
    display: block;
    width: 128px;
    height:128px;
    left:50%;
    transform: translateX(-50%);
}

#hpContent p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
}

#guider {
     position: fixed;
     right:-415px;
     width:460px;
     top:50%;
     height:960px;
     transform: translateY(-50%);
     background: url("../images/sidebg.png") no-repeat;
     z-index: 5;
 }

.guiderBtn {
    position: relative;
    left:130px;top:110px;
    width:400px;
    height:80px;
    cursor: pointer;
}

#guider_m {
    position: fixed;
    width:246px;
    right:-215px;
    top:0;
    height:100%;
    z-index: 5;
}

#guider_m_mask{
    position: absolute;
    height:90%;
    top:50%;
    left: 56px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
}

::-webkit-scrollbar{
    display:none;
}

.guiderBtn_m {
    position: relative;
    left:0;top:0;
    height:40px;
    display: block;
    cursor: pointer;
    margin-bottom: 1px;
}

#guiderSwitch_m{
    position: absolute;
    cursor: pointer;
    left: 7px;
    top:50%;
    transform: translateY(-50%);
    height:23%;
}
