div.v-div{
    height:50px;
    width:3px;
    border-left: 1px solid;
    margin: 0 auto;
}
div.h-div{
    width:100px;
    border-top: 1px solid;
    margin-top: 5px;
    display:inline-block;
}
div.mor{
    font-size:1.4em;
}
.line{
  position:absolute;
  width: 2px;
  background-color: #41719c;
  z-index:1;
}
div.block{
    position:absolute;    
    max-width:272px;
    z-index:5;
}
.dot {
 position:absolute;   
 z-index:2;
 height: 22px;
 width: 22px;
 background-color: #bbb;
 border-radius: 50%;
 display: inline-block;
 box-shadow: inset 0 0 0px 3px #3c6d99, 0 0 0px white, inset 0px 0px 20px 6px white;
}
#file{
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 63px;
    cursor: pointer;
}
.wprogress {
position: relative;
    /*top: -5px;
    left: 0;*/
    width: 80%;
    overflow:hidden;
    margin:auto;
}
.wprogress span{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.progress-bar{
width: 0%;
    background-color: #5dbdbd;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.message-line{
    overflow:hidden;
}
.message-line.red{
    color:red;
}
.message-line.green{
    color:green;
}

.c-agree {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color: #83c6ff;
    padding: 0 10px;
    z-index:10;
    box-shadow: 1px 1px 1px #a0a0a0;
}
.c-agree button{    
    width: 50px;
    cursor: pointer;
    margin-bottom:5px;
}
span.cagree-title {
    display: block;
    font-weight:bold;
    margin: 5px 0;
}

span.cagree-text {
    display: block;
    text-align: left;
}
