.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.lh-40 {
    line-height: 40px;
}
.gap-10 {
    gap: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.p-20 {
    padding: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.p-10-0 {
    padding: 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}
.border-default {
    border: 1px solid #eee;
}

.n-title {
    font-size: 18px;
    font-weight: bold;
}
.node-list {
    width: 980px;
    height: auto;
}
.node-list .node-item {
    width: 84px;
    text-align: center;
}
.node-list .node-item .province-btn {
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #DCDFE6;
    text-align: center;
    font-size: 14px;
    color: #606266;
}
.node-list .node-item .province-btn.active {
    background-color: #409eff;
    color: #FFFFFF;
}

.order-node-list {
    width: calc(100% - 1000px);
    height: fit-content;
}

.order-node-list .order-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f7f8fc;
    border: 1px solid #e6e8f3;
    border-radius: 4px;
    align-items: center;
    font-size: 14px;
}

.btn-primary {
    font-size: 16px;
    background-color: #409eff;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 40px;
    line-height: 32px;
    height: 32px;
    margin: 0 auto;
}

.el-input__inner {
    width: 88px !important;
    border: none !important;
    padding: 0 !important;
}
.city-card {
    width: 220px;
    border: 1px solid #DCDFE6;
    padding: 10px 5px;
    border-radius: 4px;
}

.city-card.active {
    border-color: #409eff;
}

.w-full {
    width: 100%;
}
.w-40p {
    width: 40%;
}
.w-30p {
    width: 30%;
}
.w-20p {
    width: 20%;
}
.w-15p {
    width: 15%;
}
.w-10p {
    width: 10%;
}

.total-price {
    font-size: 20px;
    font-weight: bold;
    color: #409eff;
}
