/*公用*/
.dierbu_box *{
    margin: 0;
    padding: 0;
}
.dierbu_box body{
    _font-family: 'Microsoft YaHei' !important; font-family: 'Microsoft YaHei';
    margin:0 auto;
    width:100%;
}

/*更多选择标签*/
.dierbu_box em,.dierbu_box i{ font-style:normal;}

/*列表,图像,A重置*/
.dierbu_box ul{ list-style:none;}
.dierbu_box img{ border:0 none;}
.dierbu_box a{ text-decoration:none; outline:none;}
.dierbu_box li,.dierbu_box img,.dierbu_box label,.dierbu_box input {vertical-align: middle;    border: 1px solid #FFA96A; }


.dierbu_box .vidio_bg{position:fixed;top:0;width:100%;height:100%;overflow: hidden;z-index:9999;}
.dierbu_box .vidio_bg video{position:absolute;margin:auto;left:-99999px;right:-99999px;bottom:-99999px;top:-99999px;}
.dierbu_box .jingdu{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9999;}
.dierbu_box .progress{
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-500px;
    margin-top:-30px;
    width: 1000px;
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    overflow: visible;
    border-radius: 10px;
    z-index: 10;
}
.dierbu_box .progress:after{
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top:8px;
}
.dierbu_box .progressbar-title{
    color:#d8dedc;
    font-size:15px;
    margin:5px 0;
    font-weight: bold;
}
.dierbu_box .progress .progress-bar{
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 6s;
}
.dierbu_box .progress .progress-bar span{
    position: absolute;
    top: -77px;
    right: -55px;
    height: 50px;
    width: 80px;
    line-height: 43px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 7px;
    background: #333;
    border-radius: 5px;
}
.dierbu_box .progress .progress-bar span:before{
    content: "";
    position: absolute;
    bottom: -13px;
    left: 40px;
    border: 7px solid transparent;
    border-top: 7px solid #333;
}
.dierbu_box .progress .progress-bar span:after{
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/feiji.png)center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 69px;
    right: 16px;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%;}
}
@keyframes animate-positive {
    0% { width:0%; }
}

.dierbu_box .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ff6d00;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dierbu_box .wenzi{
    position:absolute;
    top:58%;
    left:50%;
    margin-left:-500px;
    margin-top:-30px;
    width: 1000px;
    height: 35px;
    line-height: 35px;
    z-index: 10;
    text-align: center;
    color:#fff;
    font-size:35px;
}

.dierbu_box .arrow-1 {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
}

.dierbu_box .arrow {
    padding:0 3px;
    display: inline-block;
}

.dierbu_box .arrow-3 {
    -webkit-animation: arrow-movement 2s 2s ease-in-out infinite;
    animation: arrow-movement 2s 2s ease-in-out infinite;
}

.arrow-2 {
    -webkit-animation: arrow-movement 2s 1.5s ease-in-out infinite;
    animation: arrow-movement 2s 1.5s ease-in-out infinite;
}
.dierbu_box .arrow-1 {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 90%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 90%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}