.main{
    /* height: 1100px; */
    width: 1100px;
    margin: 0 auto;
    margin-top: 33px;
    height: 900px;
    padding-bottom: 100px;
}
.main .content{
    border-top: 10px solid #00b2ec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    width: 883px;
    margin:  0 auto;
    height: 900px;
    padding: 0 147px;
}
.main .inner{
    padding-top: 22px;
}
.el-step__icon-inner{
    display: none;
}
.el-step__icon.is-text{
    width: 1px;
    height: 1px;
    border-color: #ebeef5;
    background: #ebeef5;
    top: -17px;
    left: 9px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.el-step__line{
    background: #ebeef5;
}
.el-step.is-vertical .el-step__line{
    width: 1px;
}
.el-step.is-vertical .el-step__title{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #606266;
}
.el-step.is-vertical .el-step__main{
    margin-top: -8px;
}
.el-step__description,.el-step__description.is-wait{
    color: #606266;
    height: 18px;
    line-height: 18px;
}
.el-step__title.is-process{
    font-weight: normal
}
.steps{
    position: relative;
}
.steps:after{
    content:'';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ebeef5;
    left: 11px;
    top: 0;
}
.scroll{
    /* height: 800px; */
    float: right;
    overflow-x: hidden;
    width: 583px;
    padding-right: 10px;
}
.el-textarea__inner{
    resize:none;
    margin-bottom: 20px;
}
.el-form-item__label{
    text-align: left;
    font-size: 14px;
    color: #505050;
    line-height: 20px;
}
.el-form-item{
    margin-bottom: 20px;
    line-height: 20px;
    position: relative;
}
.el-form-item__content{
    line-height: 20px;
    height: auto;
}
.download{
    position: absolute;
    right: 0;
    top: 0;
    color: #00b2ec;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline
}
.download:hover{
    color: #079aca;
    cursor: pointer;
}
.el-table{
    margin-bottom: 20px;
}
.small_img img{
    width: 80px;
    height: 80px;
}
.big_img img{
    width: 358px;
    height: 80px;
}
.el-button{
    width: 216px;
    height: 46px;
    font-size: 20px;
}
.el-button--primary{
    background: #00b2ec;
    border-color: #00b2ec;
}
.el-button--primary:focus, .el-button--primary:hover{
    background: #29c7fc;
    font-weight: bold
}
.total_table{
    margin-top: 20px;
}
.total_table .el-button{
    width: 88px;
    height: 30px;
    line-height: 0;
    font-size: 14px;
}
.total_table p{
    color: #00b2ec;
    font-size: 14px;
    text-decoration: underline
}
.total_table p:hover{
    color: #079aca;
    cursor: pointer;
}
.pop .el-step__description,.pop .el-step__description.is-wait{
    font-weight: bold;
    font-size: 14px;
}
.pop .btns{
    padding-top: 5px;
    height: 47px;
}
.pop .btns .el-button{
    width: 100%;
    display: block;
    float: left;
    height: 47px;
    border-radius: 0;
}
.el-table--enable-row-hover .el-table__body tr:hover>td{
    background: #ecf5ff;
    cursor: pointer;
}