
.flex-between[data-v-2618402e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mtb30[data-v-2618402e] {
  margin: 30px 0 10px;
}


.flex-between[data-v-fb9152c2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mtb30[data-v-fb9152c2] {
  margin: 30px 0 10px;
}


.flex-between {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.title {
   width: 100%;
   height: 60px;
   line-height: 60px;
   font-size: 16px;
   font-weight: bold;
   border-bottom: 1px dashed #e8e8e8;
   margin-bottom: 30px;
}
.select-net-name {
     width: 220px;
     height: 30px;
     border: 1px solid #d9d9d9
}
.select-net-name:focus {
    outline:1px solid #03a9f4;
}
.ml10 {
   margin-left: 10px;
}
.mt30 {
    margin-top: 30px;
}
.price-sheet-box{
   padding-bottom: 80px;
}

