.timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}
.timeline-line {
    position: absolute;
    top: 6px;
    left: 76px;
    bottom: 60px;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}
.timeline-listing {
    width: 100%;
}
ol, ul {
    list-style: none;
}
.timeline-listing .timeline-item {
    width: 100%;
    padding-bottom: 40px;
}
.timeline-date {
    float: left;
    position: relative;
    width: 50px;
    overflow: hidden;
    color: #999;
    text-align: right;
    padding-right: 35px;
    font-size: 18px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}
.timeline-date .dot {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #aaa;
    background-color: #fff;
}

.timeline-date span {
    display: block;
    color: #ccc;
    font-size: 14px;
    padding-right: 2px;
}
.timeline-listing li span:nth-child(2) {
    display: inline-block;
    float: right;
    right: 30px;
}
.timeline-main {
    overflow: hidden;
    *zoom: 1;
    padding-left: 35px;
    font-size: 15px;
    color: #666;
}
.timeline-main h5 {
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}

/* help-main */
.help-main{
    overflow: hidden;
    padding: 20px 50px 50px 50px;
    font-size: 14px;
    line-height: 1.8;
    min-height: 521px;
    color: #333;
    border: 1px solid #f5f5f5\9;
    border-top: 0;
    border-color: rgba(255,255,255,.01);
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(50,50,50,.03);
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
}
.help-main h2{
    font-size: 26px;
    color: #000;
    padding: 10px 0 20px 0;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f3;
}
.help-cont{ font-size: 16px;}
.help-cont h3{ padding: 10px 0 0 0; color: #008400;}
.help-cont h5{ color: #e43d3f; font-size: 16px; padding-top: 15px;}
.help-cont p{ padding: 5px 0;}
.help-cont hr{ margin: 15px 0;}
.help-cont .faq-group{ padding: 0;}
.help-cont .faq-item + .faq-item{ border-top: 1px dotted #eee; }
.help-cont .faq-item .faq-cont{ margin: 0 0 20px 0; padding: 15px 20px; font-size: 15px; }
.help-cont .faq-item .faq-cont p{ padding: 0 0 5px 0; }
.help-cont .faq-item .faq-tite{ font-size: 16px; padding: 0;}
.help-cont .faq-item .faq-tite a{ color: #007dfe; padding: 15px 0;}
.help-cont .faq-item .faq-tite a:hover{ background-color: #fff; color: #e43d3f;}
.help-cont .faq-item .faq-tite a.open{ color: #e43d3f;}
.help-cont .wpaqq{ display: inline-block; margin-top: 7px;}
.help-cont .stepflow-group{ margin-top: 50px; }
.help-cont .stepflow-group li{ width: 15%; padding: 25px 0; border: 1px solid #f5f5f5; height: 238px; border-radius: 6px; }
.help-cont .stepflow-group li + li{ margin-left: 2%; }
.help-cont .stepflow-group .flow{ width: auto; margin-top: 5px; }
.help-cont .stepflow-group .flow:before{ margin-left: 40px; }
.help-cont .stepflow-group .flow:after{ margin-right: 40px; }
.help-cont .stepflow-group .iconfont{ width: 64px; height: 64px; line-height: 66px; font-size: 28px; }

.alert {
    position: relative;
    line-height: 1.5;
    padding: 10px 20px;
    color: #484848;
    border: 1px solid #eeeeef;
    background-color: #f8fafc;
    margin-bottom: 20px;
    border-radius: 6px;
}

.alert-warning {
    color: #f60;
    border-color: #faebcc;
    background-color: #ffffe0;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.form-group .control-label {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    padding-top: 10px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    color: #484848;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    transition: border linear .2s, box-shadow linear .2s;
}
select.form-control {
    text-indent: 0!important;
    height: 40px;
}


