.main{
    width: 800px;
    margin: 0 auto;
}
.el-button{
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 0;
    margin-left: 20px;
}
.el-button--primary{
    background: #00b2ec;
    border-color: #00b2ec;
}
.el-button--primary:focus, .el-button--primary:hover{
    background: #29c7fc;
    font-weight: bold
}
.el-row{
    height: 54px;
    line-height: 54px;
}
.el-table{
    margin-bottom: 8px;
}
.sq{
    color: #00b2ec;
    text-decoration: underline;
    position: absolute; right: 10px;top: 0px;
}
.sq:hover{
    color: #079aca;
    cursor: pointer;
}
.pop .inner{
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 32px;
    height: 96px;
}
.pop .btns{
    padding-top: 5px;
    height: 47px;
}
.pop .btns .el-button{
    width: 50%;
    display: block;
    float: left;
    height: 47px;
    border-radius: 0;
    margin-left: 0;
}
.el-button+.el-button{
    margin-left: 0;
}
.el-textarea__inner{
    resize: none
}
.pop.create{
    height: 700px;
    width: 700px;
}
.pop.create .inner{
    height: 538px;
    width: 536px;
    margin: 0 auto;
}
.pop.create .el-select{
    display: block
}
/* .pop.create .el-form-item__content{
    float: left;
} */