.title {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 1000;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.title span {
    color: #fff;
    font-style: italic;
    font-size: 26px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    padding: 25px 0;
    margin-left: 225px;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    float: left;
}

#progressbar li div {
    width: 70px;
    height: 70px;
    padding-top: 2px;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center; /* 老的 Firefox */
}

.active {
    background: #38a6f3;
}

.finish {
    background: #2ac0c9;
}

.unfinish {
    background: #949cab;
}

.color-white {
    color: #fff;
}

.font-size-12 {
    font-size: 12px;;
}

.font-size-14 {
    font-size: 14px;;
}

.font-size-20 {
    font-size: 20px;;
}

.hrline {
    width: 96%;
    margin-left: 18px;
    height: 1px;
    background: #949cab;
}

.liline {
    width: 20px;
    height: 2px;
    background: #949cab;
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.Public-box {
    background: #fff;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px;
}

.myFromDiv {
    margin: 40px 80px;
}

.btn-round-14 {
    border-bottom-width: 3px;
    border-radius: 14px !important;
}

.btn-width-130 {
    width: 130px;
}

.btn-width-100 {
    width: 100px;
}

.btn-height-25 {
    height: 25px;
    line-height: 5px !important;
}

.btn-height-30 {
    height: 30px;
    line-height: 5px;
}

.btn_color, .btn_color:hover, .btn_color:focus, .btn_color.disabled, .btn_color.disabled:hover {
    background-color: #328BE5 !important;
    border-color: #328BE5 !important;
}

.clear_color, .clear_color:hover, .clear_color:focus {
    background-color: #707885 !important;
    border-color: #707885;
}

/*注册页面样式开始*/
.vertify {
    float: right;
    width: 115px;
}

.reg-btn-style {
    background-color: #428bca !important;
    color: #fff;
}

.reg-btn-style:hover {
    color: #fff;
}

.space-30 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0px
}

.space-80 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 80px 0px
}

.position-relative {
    position: relative;
    width: 500px;
}

.widget-body_product {
    width: 460px;
    background-color: transparent;
    box-shadow: 3px 3px 30px #444
}

.form-group-height {
    min-height: 40px;
}

.first-form-group {
    min-height: 40px;
    padding-top: 25px;
    padding-bottom: 6px;
}

.form-control:focus {
    border-color: #7CC3EA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*注册页面样式结束*/
/*注册表格样式开始*/
input[type="checkbox"].ace + .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}

#search_input {
    border-radius: 13px !important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    box-shadow: none !important;
    transition-duration: .1s;
}

.reg-searchBlock {
    background: #EDEEF1;
    height: 45px;
}

.space-left-3 {
    margin-left: 3px;
}

.align_left {
    float: left;
}

.space-left-15 {
    margin-left: 15px;
}

.space-left-70 {
    margin-left: 70px;
}

.search-top-8 {
    margin-top: 8px;
}

.search-top-30 {
    margin-top: 30px;
}

.reg-table-striped > tbody > tr > td,
.reg-table-striped > tbody > tr > th {
    background-color: #EFF3F6;
}

.reg-table-striped > tbody > tr:nth-child(odd) > td,
.reg-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFFFFF;
}

.reg-table-thead > thead > tr > th {
    background: #909AA3;
    color: white;
    border-color: #ddd;
    border-top-color: rgb(221, 221, 221);
    font-weight: normal;
}

.reg-table-bordered {
    border: 1px solid #f6f2f1
}

.reg-table-bordered > thead > tr > th, .reg-table-bordered > tbody > tr > th, .reg-table-bordered > tfoot > tr > th, .reg-table-bordered > thead > tr > td, .reg-table-bordered > tbody > tr > td, .reg-table-bordered > tfoot > tr > td {
    border: 1px solid #f6f2f1
}

.reg-table-bordered > thead > tr > th, .reg-table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.align-center {
    display: block;
    text-align: center;
}

.reg-tree-topBlock {
    border-bottom: 33px solid #949cab;
    border-right: 25px solid transparent;
    height: 0;
    width: 165px;
}

.reg-tree-rectTopBlock {
    border-bottom: 33px solid #949cab;
    height: 0;
    width: 660px;
    margin-top: 10px;
}

.reg-info-row {
    display: table-row;
}

.reg-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.reg-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
}

.reg-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 20px auto;

}

.reg-search-btn {
    background-image: url(./images/search.png);
    display: block;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto -4px;
}

.reg-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("./images/select.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    height: 34px;
}

#orgDropdown {
    font-size: inherit;
    background-color: #fff !important;
    cursor: pointer !important;
}

#orgDropdown:focus {
    background-color: #fff !important;
}

.reg-select-readonly {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: url("./images/select.png") no-repeat scroll right center transparent !important;
    padding-right: 14px !important;
    height: 34px !important;
}

select::-ms-expand {
    display: none;
}

span .reg_search_input {
    border-radius: 13px !important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    box-shadow: none !important;
    transition-duration: .1s;
}

.reg-content {
    background-color: #fff
}

.reg-block {
    display: block;
}

/*注册表格样式结束*/

/*翻页下拉框样式-start*/
.page-footer-selected {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(/product/css/images/select.png) no-repeat scroll right center transparent;
    background-color: #fff;
    padding-right: 35px;
    line-height: 20px;
}

/*翻页下拉框样式-end*/