.layui-required-tip{
    color: red;
}
.phone{

    width: 105px;
}
.select{
    width: 100px;
}
.layui-form-item .layui-inline{
    margin-right:-5px;
}
.layui-btn{
    margin-right:-5px;
}

.orderNo{
    width: 180px;
}
.suffix-div{
    position: relative;
}
.suffix-input{
    position: relative;
    background-color: rgba(0,0,0,0)
}
.back{
    position: absolute;
    top: 2px;
    right: 10px;
    display: inline-block;
    color: orange;
}

.no-border{
    border: none;
}


.spangreen {
    background-color: grey;
    padding: 4px;
    border: 1px;
    border-color: orange;
    color: orange;
}

.spangreen {
    background-color: green;
    padding: 4px;
    border: 1px;
    border-color: black;
    color: white;
}

.spanred {
    background-color: red;
    padding: 4px;
    border: 1px;
    border-color: black;
    color: white;
}