body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0; 
}

.content-wrap *{
    box-sizing: border-box;
}

section.knet-banner{
    width: 100%;
    height: 450px;
    background: url(../images/knet-banner.png) center center no-repeat;
}

.cred-process .process-content ul li.item{
    display: block;
    float: left;
    width: 210px;
    height: 90px;
    padding: 16px 0 0 30px;
}
.content-wrap h2.wrap-title{
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.cred-process .process-content ul li.item:nth-of-type(1){
    background: url(../images/process-bg1.png) no-repeat center center;
}
.cred-process .process-content ul li.item:nth-of-type(2){
    background: url(../images/process-bg2.png) no-repeat center center;
}
.cred-process .process-content ul li.item:nth-of-type(3){
    background: url(../images/process-bg3.png) no-repeat center center;
}
.cred-process .process-content ul li.item:nth-of-type(4){
    background: url(../images/process-bg4.png) no-repeat center center;
}
.cred-process .process-content ul li.item:nth-of-type(5){
    background: url(../images/process-bg5.png) no-repeat center center;
}

.cred-process .process-content ul i{
    float: left;
    margin: 37px 4px 0;
}

.cred-process .process-content ul li.item .title{
    font-size: 15px;
    color: #000000;
    margin-bottom: 17px;
}

.cred-process .process-content ul li.item p{
    color: #666666;
    font-size: 12px;
}
.cred-process .process-content ul li.item p a{
    color: #e50012;
    text-decoration: underline;
    margin-left: 4px;
}
.progress-box .progress-bar{
    width: 414px;
  
}

.progress-box .ui-slider-range{
    height: 1px;
    background-color: #fa2a3b;
}


.progress-box .progress-bar .ui-slider-handle{
    background: #fa2a3b;
    border:1px solid #b7000e;
}
.progress-box .progress-bar .ui-slider-handle:focus{
    outline: none;
}

.progress-box .progress-host{
    width: 459px;
    color: #000000;
}
.kent-select .sealVersion .version-img{
    display: block;
    margin: 10px 0 0 22px;
}
.kent-select .sealVersion .el-radio{
    margin-top: 13px;
    margin-right: 53px;
}

.kent-select .el-input, .kent-select .el-textarea__inner{
    width: 300px;
}
.progress-box .list-con{
    margin-top: 10px;
}

.kent-select .select-title{
    font-size: 24px;
    padding-left: 23px;
    color: #000000;
    margin-bottom: 37px;
}
.kent-select .select-title h4{
    display: inline-block;
}
.kent-select .select-title::before{
    content: '';
    display: block;
    margin-top: 10px;
    float: right;
    width: 980px;
    height: 1px;
    background-color: #eeeeee;
    margin-right: 45px;
}
.kent-select .el-form-item__label{
    font-size: 15px;
    color: #666666;
}

.kent-select .el-radio__input.is-checked+.el-radio__label{
    color: #606266;
}

.el-radio__input.is-checked .el-radio__inner{
    border-color: #e50012;
    background-color: #ffffff;
}
.el-radio__inner::after{
    background-color: #e50012;
    width: 7px;
    height: 7px;
}
.kent-select .apply-condition{
    font-size: 14px;
    color: #999999;
    line-height: 23px;
}
.kent-select .apply-condition p{
    line-height: 30px;
    margin-top: 7px;
    width:772px;
}
.kent-select .apply-price{
    font-size: 12px;
    color: #000000;
}
.kent-select .apply-price em{
    font-size: 17px;
    color: #fa2a3b;

}
.el-form-item__error--inline{
    position: absolute;
    top: 10px;
    left: 308px;    
}

.tips{
    color: #a0a0a0;
    font-size: 12px;
}
.kent-select{
    padding-bottom: 50px;
}
.kent-select .go-buy{
    display: block;
    width: 120px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #fa2a3b;
    border: 1px solid #fa2a3b;;
}
.kent-select .go-buy:hover{
    color: #fa2a3b;
    background-color: #ffffff;
}
.border-error .el-textarea__inner{border-color: #f56c6c !important;}


.kent-select .el-textarea__inner{
    height: 120px;
}