﻿ /*弹性布局*/
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;  
      -ms-flex-direction:row;
      -ms-flex-wrap:none;
      -ms-flex-pack:justify;
      -ms-flex-align: start;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex:1;
}

.form-group {
    padding: 14px 0;
}

.form-group-lite {
    padding: 7px 0;
}

label.col-xs-3, div.col-xs-9 {
    display: table-cell;
}

label.col-xs-3 {
    width: 7em;
    margin-right: 1em;
    padding-right: 1em;
    font-size: 14px;
    color: #222;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    text-align: right;
    line-height: 32px;
}

.form-horizontal h2 {
    font-size: 16px;
    padding: 0 30px;
    line-height: 75px;
    font-weight: 400;
}

    .form-horizontal h2 span {
        border-left: 4px solid #44B549;
        padding-left: 10px;
        margin-left: -10px;
    }

.login-screen {
    width: 496px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    /*background-color: #F1F1F1;*/
}

.frm_checkbox_label {
    color: #999;
}

.icon-err {
    color: red;
}

.LicenPath {
    background-color: #FDFDFD;
    padding: 30px 0;
    padding-bottom: 50px;
}

    .LicenPath .lc {

        color: #44B549;
        line-height: 34px;
        max-width: 60%;
        margin: 0 auto;
        
    }

    .LicenPath .lcitem {
        padding-left: 40px;
        position: relative;
        border-bottom: 2px #44B549 solid;
    }

    .LicenPath .lcselected {
        color: #ff5c26;
        border-bottom: 2px #FF5C26 solid;
    }

    .LicenPath em {
        width: 26px;
        height: 26px;
        border-radius: 100%;
        background-color: #44B549;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: 3px;
        color: white;
        line-height: 26px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        border: 2px solid #fff;
    }

    .LicenPath .lcselected em {
        background-color: #FF5C26;
        color: white;
    }
    .desc {
        color: #999;
        font-size: 14px;
        padding:5px 36px;
        background-color: #FDFDFD;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .desc b {
        color: #459ae9;
        font-weight: 400;
    }
    .form-horizontal-detail {
        width: 650px;
    }
    .detail-box {
        border: 1px solid #f4f5f9;
        padding:10px 20px;
        margin-left: 20px;
        position: relative;
    }
    .detail-box .arrow {
        background-color: white;
        border: 1px solid #E7E7EB;
        height: 10px;
        position: absolute;
        width: 10px;
        -webkit-transform: rotate(45deg);
    }

    .detail-box .arrow-out {
        width: 100%;
        height: 10px;
        position: absolute;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
    }