.reg-content{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 130px 0;
}
.reg-content-progress{
    text-align: center;
    color: #ff7300;
    background-color: #fff6e5;
    border: solid 1px #ffe4c9;
    font-size: 16px;
    display:none;
}
.reg-content-progress .col-md-4{
    height: 40px;
    line-height: 40px;
}
.reg-content-progress .active{
    color: #fff;
    background-color: #ff7300;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.reg-content-progress .default:before {
    border-left: 20px solid #ffe4c9;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -21px;
    height: 40px;
    z-index: 100;
}
.reg-content-progress .default:after {
    border-left: 20px solid #fff6e5;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    height: 40px;
    z-index: 100;
}
.reg-content-progress .default.active:after {
    border-left: 20px solid #ff7300;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    height: 40px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.reg-explain{
    width: 480px;
    margin: 0 auto;
    margin-top: 68px;
    background-color: #fffbe2;
    border: solid 1px #ffe4c9;
}
.reg-explain-ctx{
    position: relative;
    height: 80px;
    font-size: 14px;
}
.reg-explain-ctx img{
    position: absolute;
    top: 0px;
    left: 0px;
}
.ctx-text{
    position: relative;
    top: 15px;
    left: 35px;
}
.reg-input{
    width: 540px;
    margin: 0 auto;
    margin-top: 45px;
}
.must{
    color: #ff0000;
}
.reg-input-k{
    margin-left: 40px;
}
.reg-input .reg-inp{
    float: none;
    width: 230px;
}
.reg-input .sendM{
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #ff7300;
    border: solid 1px #ff7300;
    width: 85px;
    padding: 6px 2px;
    line-height: 14px
}
.reg-input .sendM[disabled]{
    background: #999;
    border: 1px solid #999
}
.sendM:hover,.sendM:focus{
    color: #fff;
    /* -webkit-box-shadow:inset 0 3px 5px #fff;box-shadow:inset 0 3px 5px #fff; */
    /* background-color: #fff; */
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.btn.disabled:focus{outline:0;}
.reg-input-title{
    display: inline-block;
    width: 120px;
    text-align: right;
}
.reg-m-err{
    padding-left: 8px;
    width: 140px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    color: #ff7300;
    border: solid 1px #ffe4c9;
    background-color: #fff6e5;
    display: none;
    position: relative;
    top: 1px;
}
.m-err{
    width: 16px;
    height:16px;
    position: relative;
    bottom: 1px;
}
.hasLiving{
    position: absolute;
    top: 40px;
    color: #e60012;
    left: 119px;
    display: none;
}
.error{
    position: absolute;
    top: 40px;
    color: #e60012;
    left: 119px;
}
.submit{
    background-color: #ff7300;
    color: #fff;
    border: none;
    margin-top: 50px;
    margin-left: 119px;
    width: 156px;
}
.submit:hover{
    color: #fff;
}
#reg-prograss1,#reg-prograss2,#reg-prograss3{
    display: none;
    min-height: 337px;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #ACACAC;
    text-indent: .15em;
    line-height: 1;
    background-color: #f5f5f5;
}
input[type="radio"]:checked + label::before {
    background-color: #01cd78;
    background-clip: content-box;
    padding: .16em;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.reg-person{
    position: relative;
    top: 30px;
}
.reg-person,.reg-success{
    float: left;
}
.reg-success{
    margin-left: 20px;
}
.reg-success-top{
    font-size: 18px;
    position: relative;
}
.reg-success-top>span{
    position: relative;
    top: 15px;
    left: 0px;
}
.reg-success-bottom{
    margin-left: 20px;
}
.bootstrap-select .bootstrap-select{
    width: 300px !important;
}
.typeCompany{
    display: none;
}
/*图片上传*/
.fileupload{
    width: 300px;
}
.fileupload,.imgView,.imgViews{
    display: inline-block;
}
.imgViews{
    height: 52px;
}
.imgView{
    margin-left: 3px;
}
.imgView img{
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.addimgButton{
    width: 52px;
    height: 52px;
    border: 1px solid #ffc790;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    top: 22px;
    cursor: pointer;
}
.addimgButtonl{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5px;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background-color: #ffc790;
}
.addimgButtonr{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -2.5px;
    width: 5px;
    height: 30px;
    background-color: #ffc790;
}
#file1,#file2{
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.tabChoose{
    display: inline-block;
    /* position: relative;
    top: 28px; */
    cursor: pointer;
}
/* .tabChoose:nth-of-type(2){
    margin-left: 20px;
}
.tabChoose:nth-of-type(3){
    margin-left: 20px;
}
.tabChoose:nth-of-type(4){
    margin-left: 20px;
} */
.tabChoose p{
    text-align: center;
    margin-top: 5px;
}
.tabChooseItem{
    display: none;
}
.WIFFA {
    border: 1px solid #ffeed8;
    border-radius: 10px;
    background-color: #fff6e5;
}
._WIFFA {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #f5f5f5;
}
.comment {
    color:#ff7300;
    padding-left: 118px;
}
.bootstrap-select.form-control:not([class*=col-]) {
    width:300px;
}
.btn:hover {
    color: #333;
}
.dropdown-menu>.selected>a, .dropdown-menu>.selected>a:focus, .dropdown-menu>.selected>a:hover{
    background-color: #2e6da4;
    color:#fff;
}