﻿body{
    background-color:#fff;
}
*{
    outline:0;
}
.ft-12{
    font-size:12px;
}
.register-step-info{
    width: 1020px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align:center;
}

.register-step-info .step-item{
    height:40px;
    line-height:40px;
    width:200px;
    background-color:#C5D7E0;
    /*float:left;*/
    display:inline-block;
    margin-left:-4px;
    font-size:14px;
    color:#fff;
    text-align:center;
    position:relative;
    padding-left:15px;
}
.register-step-info .step-item:first-child{
    margin-left:0;
}
.register-step-info .step-item.highlight{
    background-color:#67B2E5;
}
.register-step-info .step-item:before{
    content:"";
    position:absolute;
    right: -19px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #C5D7E0;
    z-index: 3;
}
.register-step-info .step-item.highlight:before{
    border-left: 20px solid #67B2E5;
}
.register-step-info .step-item:after{
    content:"";
    position:absolute;
    right: -23px;
    top: -3px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;
    z-index: 2;
}
.step-title{
    font-size:34px;
    color:#000;
    font-weight:bold;
    padding-top:20px;
}
.step-1-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
}
.step-1-content{
    margin-top:20px;
    padding:20px 20px 10px;
    height:300px;
    overflow-y:auto;
    border: 1px solid #ccc;
}
.step-1-content,
.step-1-content p{
    color:#333;
    font-size:14px;
}
.step-1-content p {
    margin-bottom: 12px;
}
.mtb-20{
    margin-top:20px;
    margin-bottom:20px;
}
.mtb-20 label{
    color:#4a4a4a;
}
.btn{
    display:inline-block;
    height:42px;
    background-color:#67B2E5;
    padding:0 5px;
    color:#fff;
    text-align:center;
    line-height:40px;
    min-width:100px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    cursor:pointer;
    font-size:14px;
}
.btn.btn-small{
    height:30px;
    line-height:28px;
}
.step-2-content{
    width:1100px;
    margin:90px auto 27px;
    padding:40px;
    border:1px solid #C5D7E0;
}
.step-2-content .step-title{
    padding-bottom:55px;
    padding-top:0;
}
.step-2-content .radio-list label{
    margin-left:190px;
}
.step-2-content .radio-list label:first-child{
    margin-left:0;
}

input[type=radio]{
    position:relative;
    width:20px;
    height:20px;
    cursor:pointer;
    vertical-align:top;
    margin-right:10px;
    margin-top:0;
}
input[type=radio]:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    background:url("../img/radio_bac.png") no-repeat;
    background-size:20px;
}
input[type=radio]:checked:before{
    content:"";
    background:url("../img/radio_chk_bac.png") no-repeat;
    background-size:20px;
}
.lbl-radio{
    color:#666;
    font-size:14px;
    height:20px;
    line-height:20px;
    display:inline-block;
    margin-left:20px;
}
.lbl-radio:first-child{
    margin-left:0;
}
.tip-title{
    margin-top:35px;
    font-size:12px;
    color:#333;
}
.tip-content{
    color:#333;
    font-size:12px;
    padding:20px 0 30px;
    line-height:20px;
}
.red{
    color:red;
    padding-right:5px;
}
.edit-form{
    width:660px;
    margin:40px auto;
}
.edit-form .form-row{
    margin-top:20px;

}
.edit-form .row-left{
    width:120px;
    float:left;
    text-align:right;
    padding-right:10px;
    font-size:14px;
    color:#434751;
    line-height:42px;
}
.edit-form .row-right{
    line-height:42px;
    float:left;
    width:539px;
}
.edit-form .row-right input[type=text],
.edit-form .row-right input[type=password]{
    width:373px;
    height:42px;
    line-height:40px;
    padding:0 10px;
    border:1px solid #E6E6E6;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-size:14px;
}
input[type=text]:focus,
input[type=password]:focus{
    border-color:#4897DF !important;
}
input.error{
    border-color:#EE514F !important;
}
input.success{
    border-color:#99D34B !important;
}
.step-3-content{
    width:1100px;
    margin:0 auto;
}
.step-3-tips{
    background-color:#eff7fc;
    border:1px solid #C5D7E0;
    width:100%;
    padding:20px 30px;
    font-size:12px;
    color:#EE514F;
    line-height:20px;
}
.step-3-content .form-title{
    font-size:20px;
    color:#546981;
    font-weight:bold;
    padding-top:30px;
    border-bottom:1px solid #979797;
    line-height:30px;
    margin-bottom:30px;
}
.step-3-content .form-title .require{
    font-size:12px;
    color:red;
    font-weight:normal;
    margin-left:10px;
}
.step-3-content table input[type=text]{
    width:300px;
    height:42px;
    line-height:40px;
    padding:0 10px;
    border:1px solid #E6E6E6;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-size:14px;
}
.step-3-content table tr{
    line-height:42px;
}
.step-3-content table tr td{
    padding-top:10px;
}
.step-3-content table .row-left{
    text-align:right;
    font-size:14px;
    width:150px;
    color:#434751;
}
.step-3-content select{
    width:97px;
    height:42px;
    line-height: 42px !important;
    border:1px solid #E6E6E6;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-size:14px;
}
.validationMessage{
    font-size:12px;
    padding-left:5px;
    display:inline-block;
}
input[type=checkbox]{
    position:relative;
    width:16px;
    height:16px;
    margin-right:10px;
    vertical-align:top;
}
input[type=checkbox]:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    background:url("../img/checkbox_bac.png") no-repeat;
    background-size:16px;
}
input[type=checkbox]:checked:before{
    content:"";
    width:18px;
    height:17px;
    background:url("../img/chk_checked.png") no-repeat;
    background-size:18px 17px;
}
.checkbox-txt{
    padding-right:72px;
}
.upload-tip{
    font-size:12px;
    color:#EE514F;
    vertical-align:middle;
    line-height:30px;
    padding-left:20px;
}

.file-list dd{
    display:inline-block;
    font-size:14px;
    margin-left:10px;
    color:#4a4a4a;
    white-space: nowrap;
}
.file-list dd:first-child{
    margin-left:0;
}
.file-list dd .icon-file{
    width:16px;
    height:14px;
}
.file-list dd input[type=button]{
    width:42px;
    height:42px;
    background-color:#fff;
    text-align:left;
    cursor:pointer;
}
.step-4-content{
    margin:50px 0;
    font-weight:bold;
    color:#333;
    font-size:20px;
}
.step-4-content-message {
    text-align:left;
    margin: 10px 360px;
    line-height: 20px;
    font-size: 14px;
    color: #9aafb9;
    font-weight:normal;
}