.vision {
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
    font-size: 30px;
    margin-top: 36px;
    line-height: 30px;
    margin-bottom: 20px;
}

.credit-limit {
    display: none;
}

.vision-top {
    margin-top: 46px;
}

.vision-content {
    animation: actRight 1s linear 0s;
    -webkit-animation: actRight 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
    font-size: 40px;
    line-height: 40px;
}

.apply-img:hover .vision-content {
    animation: actLeft 1s linear 0s;
}

.apply-img {
    cursor: pointer;
}

.apply-img:hover .vision {
    animation: actRight 1s linear 0s;
}

.apply-img img {
    width: 100%;
    /* min-height: 600px; */
}

.settled {
    padding-top: 60px;
    width: 100%;
}

.settled-content {
    width: 1200px;
    margin: 0 auto;
}

.settled-title {
    line-height: 26px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.write-info {
    width: 100%;
    border: 2px solid #3E94F9;
    background: #fff;
    padding-top: 0;
    margin-bottom: 20px;
}

.form-info {
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    color: #fff;
    padding-left: 20px;
    line-height: 50px;
    background-color: #3E94F9;
    margin-bottom: 20px;
}

.form-group {
    font-size: 14px;
    font-weight: 400;
}

.opera-select label {
    font-size: 14px;
}

.opera-select .must {
    font-size: 14px;
}

label {
    font-weight: 400;
    line-height: 30px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.form-control {
    height: 32px;
}

.has-success .control-label {
    color: #333;
}

ul.ztree {
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 220px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}

.form-group {
    margin-bottom: 20px;
}

.control-label-g {
    padding-left: 0;
}

.must {
    position: relative;
}

.must::before {
    position: absolute;
    content: "*";
    color: #F56C6C;
    right: 75px;
    top: 2px;
}

.second {
    position: relative;
}

.second::before {
    position: absolute;
    content: "*";
    color: #F56C6C;
    right: 46px;
    top: -2px;
}

.vacancy {
    position: relative;
}

.vacancy::before {
    position: absolute;
    content: "*";
    color: #F56C6C;
    right: 74px;
    top: -2px;
}

.label-right {
    margin-right: 30px;
}

.label-left-1 {
    margin-right: 30px;
}

.remark {
    padding-left: 13px;
    color: #999999;
    font-size: 14px;
}

.cooper-content {
    width: 810px;
    height: 120px;
    background: #fae7e7;
    border: 1px solid #FFAFAF;
    margin-top: -10px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 20px;
    padding-right: 10px;
    position: relative;
}

.cooper-content::after {
    position: absolute;
    content: '';
    top: -14px;
    left: 66px;
    z-index: 11;
    border-bottom: 15px solid #fae7e7;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.cooper-content::before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -15px;
    left: 66px;
    border-bottom: 15px solid #FFAFAF;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.personal::after {
    left: 175px;
}

.personal::before {
    left: 175px;
}

.league::after {
    left: 285px;
}

.league::before {
    left: 285px;
}

.mall-cert {
    width: 810px;
    height: 125px;
    background: #fceacb;
    border: 1px solid #FCB944;
    margin-top: -10px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 20px;
    padding-right: 10px;
    position: relative;
}

.mall-cert::after {
    position: absolute;
    content: '';
    top: -14px;
    left: 66px;
    z-index: 11;
    border-bottom: 15px solid #fceacb;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.mall-cert::before {
    position: absolute;
    z-index: 9;
    content: '';
    top: -15px;
    left: 66px;
    border-bottom: 15px solid #FCB944;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.technology::after {
    left: 205px;
}

.technology::before {
    left: 205px;
}

.output::after {
    left: 315px;
}

.output::before {
    left: 315px;
}

.mall-output::after {
    left: 440px;
}

.mall-output::before {
    left: 440px;
}

.running::after {
    left: 602px;
}

.running::before {
    left: 602px;
}

.mall-output {
    height: 227px;
}

.running {
    height: 265px;
}

.cert-content {
    display: flex;
}

.cert-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}

.mall-cert .cert-info:first-child {
    width: 90%;
}

.cert-info:first-child {
    width: 310px;
    margin-right: 100px;
}

.cert-info img {
    margin-right: 10px;
}

button {
    outline: none;
}

.license-url {
    display: none;
}

.license-url img {
    width: 100%;
}

.personal,
.league,
.technology,
.running,
.mall-output,
.output {
    display: none;
}

.welcome {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}

.welcome div:first-child {
    width: 45px;
    text-align: right;
    margin-right: 5px;
}

.opera-select .firm {
    font-size: 16px;
}

.opera-select div label {
    cursor: pointer;
}

.radio_type {
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
    -webkit-appearance: none;
    border: 0 none;
}

.radio_type:checked:focus,
.radio_type:checked:active:focus,
.radio_type:checked.active:focus,
.radio_type:checked.focus,
.radio_type:checked:active.focus,
.radio_type:checked.active.focus {
    outline: none;
}

.radio_type:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
}

.radio_type:checked:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #3E94F9 !important;
    background: #3E94F9 !important;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    outline: none;
}

.radio_type:checked:after {
    content: '';
    width: 8px;
    height: 5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    outline: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left: 4.28px;
    vertical-align: middle;
    transform: rotate( -45deg);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

@media screen and (max-width: 1199px) {
    .city-bot {
        margin-bottom: 15px;
    }
}

.bv-form .help-block {
    margin-top: 0;
}

.base-info-form .control-label {
    width: 90px;
    text-align-last: justify;
    padding-left: 15px;
}

.base-info-form .inline-block {
    width: calc(100% - 130px);
}


/* 序号：使用div画圆形序号*/

.circle {
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: 0px 5px 0 0;
    background-color: red;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.circle::before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.circle-text {
    line-height: 17px;
    font-size: 10px;
}

.align-item-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-subimit {
    background-color: #3E94F9;
    border-color: #3E94F9;
    margin-left: 20px;
}

.btn-subimit:hover {
    color: #fff;
    background-color: #2c8dfc;
    border-color: #2c8dfc;
}

.btn-reset {
    background-color: #F56C6C;
    border-color: #F56C6C;
}

.btn-reset:hover {
    color: #fff;
    background-color: #f75555;
    border-color: #f75555;
}

.inline-block {
    display: inline-block;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.text-top {
    display: inline-block;
    text-align: start;
    vertical-align: text-top;
}

.text-top::before {
    display: inline-block;
    height: 100%;
    vertical-align: text-top;
}

::-webkit-input-placeholder {
    /* Webkit browsers*/
    color: #BBBBBB;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BBBBBB;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BBBBBB;
}


/*---------基础网格布局-通过flex控制不支持流式换行---------*/

.grid {
    display: flex;
}

.grid .grid-cell {
    flex: 1;
}


/*设置网格边线*/

.grid .grid-cell {
    border: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.grid .grid-cell:not(:first-child) {
    border-left: 0;
}

.grid+.grid .grid-cell {
    border-top: 0;
}


/*处理嵌套边线*/

.grid .grid-cell[grid] {
    border: 0;
}

.grid .grid-cell[grid] .grid .grid-cell:first-child {
    border-left: 0;
}

.base-info-form .must::before {
    right: 80px;
    top: 3px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #F56C6C;
}

.has-error .form-control {
    border-color: #F56C6C;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .form-control:focus {
    border-color: #F56C6C;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}

.form-control {
    box-shadow: unset;
    border-color: #DCDFE6;
}

.file {
    position: relative;
    /*绝对定位!*/
    display: inline-block;
    /*设置为行内元素*/
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.file input {
    position: absolute;
    /*相对定位*/
    right: 0;
    top: 0;
    opacity: 0;
    /*将上传组件设置为透明的*/
    font-size: 100px;
}

.file:hover {
    background: #AADDFF;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}