
.appintAlertMask {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -9999;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.aMShow {
	z-index: 999;
	opacity: 1;
}
.appintAlertMask div {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.appintAlertContent {
	height: 0rpx;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0 5px;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
.aCShow {
	height: auto;
}
.alertTtitle {
	text-align: center;
	font-size: 16px;
	color: #222222;
	font-weight: 600;
	position: relative;
}
.closeBtn {
	position: absolute;
	width: 40px;
	line-height: 40px;
	text-align: center;
	right: 0px;
	padding-right: 7px;
	top: 0;
	color: #999999;
	z-index: 99;
	font-size: 22px;
}
.alertTtitle > div:nth-child(2) {
	font-size: 12px;
	color: #919191;
	margin-top: 5px;
}
.alertChangetab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 18px 30px;
	position: relative;
}
.alertChangetab::after {
	content: ' ';
	width: 345px;
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 1px;
	background-color: #f4f4f4;
}
.alertChangetab > div {
	width: 141px;
	height: 55px;
	border: 1rpx solid rgba(145, 145, 145, 1);
	border-radius: 10px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.alertChangetab > div image {
	width: 41px;
	height: 41rpx;
	margin-right: 18px;
	background-color: #dd0000;
}
.alertChangetab > div > div {
	text-align: center;
}
.alertChangetab > div > div:nth-child(2) {
	font-size: 20px;
}
.alertChangetab > .active {
	background-color: #dcb477;
	color: #fff;
	border: 1px solid #dcb477;
}
.alertTimebox {
	background-color: #fbf8fb;
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.alertTimebox > div {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
}
.alertTimebox .left_box {
	color: #919191;
	width: 45%;
}
.alertTimebox .left_box div,
.alertTimebox .right_box div {
	text-align: center;
	line-height: 45px;
	position: relative;
}
.alertTimebox .right_box div::before {
	content: ' ';
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
	border: 1px dashed #f4f4f4;
}
.alertTimebox .right_box div:last-child::before {
	border: none;
}
.alertTimebox .right_box {
	color: #222222;
	width: 55%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #fff;
	text-align: center;
}
.alertTimebox .right_box .active {
	position: relative;
	color: #dcb477;
}
.alertTimebox .left_box .active {
	background-color: #fff;
	color: #222222;
}
.alertTimebox .right_box .active::after {
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -16rpx;
	right: 25px;
	width: 5px;
	height: 10px;
	border-color: #dcb477;
	border-style: solid;
	border-width: 0 2px 3px 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}


.n-choose-popup[data-v-07abff62] {
	max-height: 600px;
	background-color: #fff;
	padding: 10px;
}
.n-choose-header[data-v-07abff62] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	background: #fff;
	position: relative;
	margin-bottom: 6px;
}
.n-choose-header[data-v-07abff62]::after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #eaeef1;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	bottom: 0;
	right: 0;
	left: 0;
}
.n-choose__title[data-v-07abff62] {
	color: #2979ff;
}
.u-picker-body[data-v-07abff62] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-height: 85%;
	padding: 3px;
	overflow-y: scroll;
}
.u-picker-body .item[data-v-07abff62] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: revert;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	border: 1px solid #2979ff;
	color: #2979ff;
	padding: 3px 11px;
	margin: 8px;
	text-align: center;
	cursor: pointer;
}
.u-picker-body .active[data-v-07abff62] {
	color: #fff;
	background-color: #2979ff;
}
.u-opacity[data-v-07abff62] {
	opacity: 0.5;
}
.u-btn-picker--tips[data-v-07abff62] {
	color: #aaa;
}
.u-btn-picker--primary[data-v-07abff62] {
	color: #2979ff;
}


.flex-between[data-v-657d216b] {
    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-657d216b] {
  margin: 30px 0 10px;
}


.table-page-search-wrapper[data-v-507c3c9c] {
  margin: 10px 10px 0 10px;
}
.flex-between[data-v-507c3c9c] {
  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-507c3c9c] {
  margin: 30px 0 10px;
}


.flex-between[data-v-6533bd73] {
    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-6533bd73] {
  margin: 30px 0 10px;
}
.tips[data-v-6533bd73] {
  color: #f00;
  margin-top: 30px;
}


.flex-between[data-v-a076406c] {
    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-a076406c] {
  margin: 30px 0 10px;
}


.flex-between[data-v-3a5f4ef3] {
    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-3a5f4ef3] {
  margin: 30px 0 10px;
}


.flex-between[data-v-3e47a294] {
    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-3e47a294] {
  margin: 30px 0 10px;
}


.flex-between[data-v-643d97ba] {
    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-643d97ba] {
  margin: 30px 0 10px;
}


.repair-type-name[data-v-0a660034] {
    font-size: 18px;
    font-weight: bold;
}
.add-tips[data-v-0a660034] {
    margin: 6px;
}
.flex-start[data-v-0a660034] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.tips-info[data-v-0a660034] {
    color: #A2A9B9;
    font-size: 12px;
    margin-bottom: 10px;
}
.check-result[data-v-0a660034] {
    width: 50%;
}
.order-faults-check-box[data-v-0a660034] {
    margin-top: 20px;
}
.fault-text[data-v-0a660034] {
    margin-left: 10px;
}
.ant-btn-sm[data-v-0a660034] {
    font-size: 12px;
}
.btn-gray[data-v-0a660034] {
    border: 1px solid #DCDCDC;
    background-color: #c8c4c4;
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#c8c4c4));
    background-image: linear-gradient(#f8f8f8, #c8c4c4);
}


.flex-between[data-v-2f7ef5f8] {
    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;
}
.flex-start[data-v-2f7ef5f8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-end[data-v-2f7ef5f8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.mb10[data-v-2f7ef5f8] {
    margin-bottom: 10px;
}
.emotions-info[data-v-2f7ef5f8] {
    cursor: pointer;
    font-size: 12px;
    color: #909399;
    margin-right: 10px;
}
.emotions-info span[data-v-2f7ef5f8] {
    color: #f00;
    margin-right: 10px;
}
.money-info[data-v-2f7ef5f8] {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 30px 0;
}
.money-info .total[data-v-2f7ef5f8] {
    margin-right: 40px;
}
.money[data-v-2f7ef5f8] {
    color: #f00;
    font-weight: bold;
}
.result-tips[data-v-2f7ef5f8] {
    margin: 10px 0;
}
.mb20[data-v-2f7ef5f8] {
    cursor: pointer;
    margin-bottom: 20px;
}
.bold[data-v-2f7ef5f8] {
    font-weight: bold;
}


.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;
}
.tab-info {
   width: 100%;
}
.title {
   width: 100%;
   height: 60px;
   line-height: 60px;
   font-size: 16px;
   font-weight: bold;
   color:rgba(0, 0, 0, 0.75);
   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;
}
.ant-input[disabled] {
   color: rgba(0, 0, 0, 0.6);
   background-color: #f9f9f9;
}
.ant-select-disabled {
   color: rgba(0, 0, 0, 0.6);
}

