	.Hbox5 .pic .line {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
    margin: auto;
}
.Hbox5 .pic .line:before {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.7);
    animation: Hbox5line2 1s ease-in;
    -webkit-animation: Hbox5line2 1s ease-in;
    -moz-animation: Hbox5line2 1s ease-in;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Hbox5 .pic .line i {
    width: 20px;
    height: 20px;
    background: #096d5fcc;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    z-index: 10;
}
.Hbox5 .pic .line:after {
    width: 40px;
    height: 40px;
    background: #0bf7eccc;
    animation: Hbox5line 1s ease-in;
    -webkit-animation: Hbox5line 1s ease-in;
    -moz-animation: Hbox5line 1s ease-in;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Hbox5 .pic .line:before, .Hbox5 .pic .line:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 1;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}  

/**ΙΑΛΈΠ§Ήϋ**/
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1.0;
    }
}
.headerBox {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    height: 60px;
    animation: fade 2000ms infinite;
    -webkit-animation: fade 2000ms infinite;
}
.headerBox i{
    color: #fff;
    padding: 10px;
    font-size: 15px;
    height: 60px;
    animation: fade 1111111000ms infinite;
    -webkit-animation: fade 1111112000ms infinite;
}
.Hbox5 .pic dd span {
    position: absolute;
    padding: 0 20px;
    background: rgba(154,136,103,0.8);
    border-radius: 5px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    white-space: nowrap;
    top: 100%;
    line-height: 32px;
    display: none;
}
.Hbox5 .pic dd span:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: rgba(154,136,103,0.8);
    margin-left: -5px;
}
.layui-form-label {
    width: 0px;
}
.layui-form-pane .layui-input-block{
	margin: 0px !important;
}
.layui-form-selectup dl {
    top: unset;
}
