* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    border: 0
}

ul, li {
    list-style-type: none
}

a {
    color: #00007F;
    text-decoration: none
}

a:hover {
    color: #bd0a01;
    text-decoration: underline
}

i {
    font-style: normal
}

.w {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

button:focus, input:focus {
    outline: none
}

.pointer {
    cursor: pointer
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.invest_pop {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}

.invest_pop .mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4)
}

.invest_pop .invest {
    position: absolute;
    left: 50%;
    top: 68px;
    border-radius: 5px;
    z-index: 101;
    transform: translate(-50%, 0);
    width: 1000px;
    background-color: #fff;
    padding-bottom: 160px
}

.invest_pop .invest .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    background: #005192;
    color: #fff;
    padding: 0 22px
}

.invest_pop .invest .stepnav {
    position: relative;
    width: 100%;
    height: 97px;
    display: flex;
    padding: 10px 0;
    color: #aaa
}

.invest_pop .invest .stepnav > a {
    flex: 1;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-items: center;
    align-items: center;
    text-decoration: none;
    color: #aaa
}

.invest_pop .invest .stepnav > a:hover {
    color: #3c91df
}

.invest_pop .invest .stepnav > a i {
    font-size: 30px
}

.invest_pop .invest .stepnav .active {
    color: #3c91df
}

.invest_pop .invest .stepnav .line {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 2px;
    margin: 0 auto;
    margin-top: 34px;
    border-top: 1px dashed #cecdcd
}

.invest_pop .invest .step {
    padding: 30px
}

.invest_pop .invest .step .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    background-color: #f5f5f5
}

.invest_pop .invest .step .title em {
    width: 5px;
    height: 100%;
    background-color: #3c91df;
    margin-right: 10px
}

.invest_pop .invest .step .form {
    width: 826px;
    margin: 36px auto 0;
    color: #aaa;
    font-size: 16px;
}
.invest_pop .invest .step .form .tr {
    position: relative;
    width: 100%;
    height: 40px;
    /*display: flex;*/
    align-items: center;
    margin-bottom: 20px
}

.invest_pop .invest .step .form .tr .form-item{
    width: calc(100% - 130px)!important;
    margin-bottom: 0!important;display: inline-block!important;
}
.invest_pop .invest .step .form .tr .input_title {
    width: 130px!important;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: inline-block;
}

.invest_pop .invest .step .form .input_title i {
    color: red;
    font-size: 24px;
}
.invest_pop .invest .step .form .tr select, .invest_pop .invest .step .form .tr input {
    flex: 1;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 0 10px
}

.invest_pop .invest .step .form .tr select {
    width: 100%;
    -webkit-appearance: none;
    border: none
}

.invest_pop .invest .step .form .tr select option {
    width: 100%;
    height: 40px
}

.invest_pop .invest .step .form .tr .sel {
    flex: 1;
    border: 1px solid #e4e4e4
}

.invest_pop .invest .step .form .tr .slideDown {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 100%;
    background-color: #e4e4e4;
    color: #fff;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.invest_pop .invest .step .form .tr .checkboxs {
    display: flex;
    flex-wrap: wrap
}

.invest_pop .invest .step .form .tr .checkboxs label {
    display: flex;
    align-items: center;
    margin: 10px 20px
}

.invest_pop .invest .step .form .tr .checkboxs label input {
    width: 20px;
    height: 20px;
    margin: 0 4px
}

.invest_pop .invest .step .form .editor {
    display: flex;
    margin-bottom: 30px
}

.invest_pop .invest .step .form .editor .editorbox {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: 210px;
    padding-bottom: 0;
    color: #333
}

.invest_pop .invest .btns {
    display: flex;
    justify-content: center;
    align-items: center
}

.invest_pop .invest .btns .cancel, .invest_pop .invest .btns .confirm {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    margin: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.invest_pop .invest .btns .active {
    border: none;
    background: #005192;
    color: #fff
}
