

.page_next{
    position: absolute;
    top:45%;
    right: 20px;
    z-index: 100000;
}
.page_prev{
    position: absolute;
    top:45%;
    left: 20px;
    z-index: 100000;
}
.page_video{
    position: absolute;
    top:30px;
    right: 20px;
    width: 133px;
    z-index: 100000;
    
}
.videoBtn{
    width: 133px;
}

.dmark_slider{
    position: absolute;
    width: 300px;
    height: 40px;
}
.dmark_slider_innner{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;

}
.vol_up{
    position: absolute;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    right: 0px;
}
.vol_down{
    position: absolute;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    left: 0px;
    top:5px;
}
.slider_bar{
    position: absolute;
    left:42px;
    top:12px;
    width: 200px;
    background-color: #999999;
    border-color: #999999;
    border-radius:4px;
    height:8px;
}
.slider_pointer{
    position: absolute;
    top:6px;

    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #5064D2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.arrow_box{
    position:relative;
    width:200px;
    height:120px;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    border:3px solid #5064D2;
    color:#000000;
    font-size:20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    z-index: 100000;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(47, 107, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:17px;
    border-right-width:17px;
    margin-left: -17px;
    margin-top: 3px;
    border-top-color:#5064D2;
}
.arrow_box p{
    display: inline;
    vertical-align: middle;
}
.arrow_box p input{
    white-space: nowrap;
    width: 2em;
    margin-right: 5px;
    border-radius: 4px;
    outline:3px solid #EB6EA5;
}
.p-btn__popup{
    bottom:10px;
    height: 46px;
    left:30%;
}

.balloon3 {
position: relative;
display: inline-block;
margin: 1.5em 0;
padding: 0 5px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #FFF;
font-size: 20px;
font-weight: bold;
background: #999999;
border-radius: 50%;
box-sizing: border-box;
}

.balloon3:before {
content: "";
position: absolute;
bottom: -25px;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #999999;
z-index: 0;
}
