@charset "utf-8";
.bd5{border-radius:5px;}
.workAv_serviceType ol li.active{
	background-color:#ff9500;
	color:#fff;
	border-radius:10px;
}
.work_box {
  background: #fff;
  padding: 0 20px 100px 20px;
  position: relative;
  top: -22px;
}
.work_list p {
  float: right;
  background: #f2f2f2;
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  margin-right: 60px;
  width: 108px;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 16px;
  color: #4c4c4c;
  cursor: pointer;
}
.work_list strong {
  background-image: url(../images/img.png);
  background-position: -66px -9px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: 7px;
  margin-right: 10px;
}
.workAv_left {
  width: 840px;
}
.workAv_serviceType {
  padding: 35px 0;
  height: 30px;
  line-height: 30px;
}
.workAv_serviceType span {
  font-weight: bold;
  color: #4c4c4c;
  display: block;
  margin: 0 50px 0 130px;
}
.workAv_serviceType li {
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 90px;
  text-align: center;
  margin: 0 23px;
  cursor: pointer;
}
.workAv_serviceType li.active a {
  background: #ff9500;
  color: #fff;
}
.workAv_serviceType li a {
  display: block;
  border-radius: 30px;
  color: #333;
  letter-spacing: 1px;
}
.workAv_right {
  width: 290px;
  background: #fff;
  margin-top: 35px;
}
.workAv_right h2 {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
}
.sys_count {
  margin-top: 22px;
  background: #f7f7f7;
  padding-bottom: 15px;
}
.sys_count li{
	padding: 8px 0 8px 30px;
    overflow: hidden;
    line-height: 19px;
    height: 20px;
}
.workCount {
    padding-left: 30px;
    line-height: 30px;
}
.sys_count span, .workAv_right strong {
    display: block;
    float: left;
}
.sys_other span {
    color: #333;
}
.sys_count span {
    color: #808080;
    width: 90px;
    font-size: 12px;
}
.sys_count h3 {
  height: 35px;
  line-height: 35px;
  border-top: 2px solid #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  background: #ededed;
  font-size: 12px;
  padding-left: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.workConInded {
  position: relative;
}
.preAirBlock .p_t40 {
  padding-top: 40px;
}
.preAirBlock .p_b40 {
  padding-bottom: 40px;
}
.preAirUl {
  float: right;
  margin-left: 40px;
  box-sizing: border-box;
  width: 800px;
  border-left: 1px solid #cacaca;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.preAirUl li:after{
	content:'';
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
}
.preAirUl li{margin-bottom:40px;}
.preAirUl li.noMgBt{margin-bottom:0;}
.preAirUl li label {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
}
.workInput input.input_220{
  height: 20px;
  line-height: 20px;
  padding: 4px 0;
  border: 1px solid #ccc;
  width: 218px;
  text-indent: 12px;
  font-size: 12px;
}
.workInput {
  font-size: 14px;
  position: relative;
}
.cabinSpe.workInput{width:auto;}
.workInput .wd140.fixedWid{width:140px;}
.workInput .unit{
	position:absolute;
	/* top:7px; */
	right:5px;
}
.fixedWid {
  width: 140px;
  text-align: right;
  margin-right: 30px;
}
.itemTip {
  position: relative;
  margin-left:20px;
  width: 225px;
  height:30px;
  line-height:30px;
  padding-left: 10px;
  font-size:12px;
  color: #666;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(64, 86, 99, 0.2);
  background-color: #fff;
}
.itemTip .itemIcon {
    display: block;
    width: 11px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../images/leftTrianger.png);
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -11px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.itemTip.active .itemIcon {
    background-image: url(../images/grayleftTrianger.png);
}
/* .radioDiv {
    float: left;
    overflow: hidden;
}*/
.radioDiv em {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 10px;
    background: #f5f0e6;
    cursor: pointer;
    margin-right: 1px;
    width: 70px;
    text-align: center;
    color: #333;
}
.radioDiv em.active {
    background: #ff9500;
    color: #fff;
} 
.bdraLeft{
    border-radius: 5px 0 0 5px;
}
.bdraRight{
    border-radius: 0 5px 5px 0;
}
.select{
    position: relative;
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border:1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background-color:#fff;
    box-sizing: border-box;
}
.upsCont .select{
	background: #ff9500;
    border: none;
    border-radius: inherit;
}
.cabinetMate{width:100px;margin-left:20px;}
.select .newIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 7px;
    background: url(../images/img.png) no-repeat -158px -143px;
}
.select .choice{
	text-align: center;
	color:#333;
}
.select dl {
    display: none;
    position: absolute;
    top: 30px;
    width: 99%;
    text-indent: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff0dd;
    z-index: 100;
    padding: 5px 0;
    max-height: 150px;
    overflow-y: auto;
}
.select dl dd {
    height: 30px;
    line-height: 30px;
    color: #333;
}
.select dl dd.active {
    color: #ff9500;
}
.preAirCont .select dl dd:hover{
	color:#fff;
}
.set{
	cursor: pointer;
	margin-left:10px;
	color:#333;
	font-size:14px;
}
.set.hadSet{color:#ff9500;}
.moreWarmTip{
	margin:40px 0;
	color:#666;
	font-size: 12px;
}
.moreWarmTip p.title{
	font-weight:bold;
	margin-bottom:30px;
}
.moreWarmTip em {
    float: left;
}
.moreWarmTip p {
    margin-bottom: 10px;
}
.workTips {
    position: absolute;
    top: 6px;
    background-position: -7px -80px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -999em;
    margin-left: 5px;
}
.basicInfoBtnOrangeBg{display:none;}
body{
	position:relative;
}
.upsBox,.preAirBox{
  width:100%;
  /* height:100%; */
  position: absolute;
  left:0;top:0;
  z-index: 100;
}
.setMask{
  position:fixed;
  width:100%;
  /* height:100%; */
  left:0;top:0;
  background-color:rgba(0,0,0,.5);
}
.upsCont,.preAirCont{
  position: absolute;
  left:50%;
  top:100px;
  margin-left:-450px;
  width:900px;
  background-color:#fff;
  border-radius: 10px;
}
.popTitle{
  height:50px;
  line-height: 50px;
  background-color:#fafafa;
  border-radius:10px 10px 0 0;
  color:#999;
  font-size:16px;
  text-align:center;
  font-weight: bold;
}
.close{
   display: inline-block;
   background-image: url(../images/account/userCenterBg.png);
   background-repeat: no-repeat;
   background-position: -200px -34px;
   position: absolute;
   top: 13px;
   right: 13px;
   width: 12px;
   height: 12px;
   cursor: pointer;
}
.mianCont{
  margin:30px 30px 60px 0;
}
.upsCont .header,.preAirCont .header{
  margin-left:30px;
  background: #fcfcfc;
}
.upsType,.deviceType{
  font-size: 18px;
  font-weight: bold;
  color: #999;
  height: 40px;
  line-height: 40px;
  letter-spacing: 15px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
.upsType>span,
.deviceType>label{
  float: left;
  width: 50%;
  background: #f2f2f2;
  color: #999;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 12px;
}
.upsType>span.active,
.deviceType>label.active{
  background-color:#ff9500;
  color:#fff;
}
.btlr10 {
  border-top-left-radius: 10px;
}
.btrr10 {
    border-top-right-radius: 10px;
}
.powerList li{
  height: 26px;
  line-height: 26px;
  padding: 0 18px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #444;
  margin: 20px 0 0 7px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
.powerList li.KWchecked{
	background: url(../images/KW_checked.png) no-repeat;
   background-position-x: 2px;
   background-position-y: 6px;
}
.powerList li.active{
  background: #ff9500;
  color: #fff;
}
#onePhase li {
  margin-left: 29px;
}
.menuShadow {
  height: 21px;
  background: url(../images/menuShadow.gif) no-repeat left top;
  display: block;
  margin-top: 10px;
}
.upsCont .preAirBlock .preAirUl,
.preAirCont .preAirBlock .preAirUl{
	width:840px;
}
.upsCont .workSlide,
.preAirCont .workSlide{
	width:31px;
}
.upsCont .mid{margin-top:20px;}
.workConInded .preAirUl li {border:none;}
.wd840{width:840px;}
.deviceTypeCont li{
	margin: 20px 0 10px 0;
	border-radius: 4px;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #444;
    margin: 15px 12px 0 15px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.deviceTypeCont li.active{
	background:#ff9500;
	color:#fff;
}
.BlockKW{
	margin-top:40px;
}
.preAirCont .workInput .specialUnit{right:0;}
.preAirCont .select{
	width: 90px;
    background: #ff9500;
    margin-left:0;
    border:none;
    border-radius: 0 3px 3px 0;
}
.preAirCont .select p.choice{color:#fff;text-align: left;}
.cabinetMate.select .choice{text-align:left;}
.upsCont .workInput input{width:218px;border: 1px solid #ccc;}
.upsCont .workInput .secondLevel input{width:140px;}
.upsCont .workTips{
	position: relative;
}
.preAirCont .preAirInput em {background: #f5f0e6;color:#333;}
.preAirCont .preAirInput em.active {background: #ff9500;color:#fff;}
.upsCont .makeColdCount{
	padding-top:0;
	/* margin-bottom:16px; */
	margin-top: -20px;
}
.preAirUl .makeColdCount label{
	height:auto;line-height:1;
}
.upsCont .countMark1,
.upsCont .countMark50,
.upsCont .countMark100 {
    position: absolute;
    left: 168px;
    top: 30px;
    /* display: none; */
}
.upsCont .countMark50{
	left:336px;
}
.upsCont .countMark100{
	left:505px;
}
.upsCont .preAirInput .countDrag{
	margin-top:0;
}
.upsCont .makeColdCount input {
    width: 55px;
    height: 20px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: -11px;
}
.upsCont .makeColdCount label i {
    position: absolute;
    right: 37px;
    top: -8px;
}
.mianCont .bottom{
	/* margin:60px auto 0; */
	margin:80px auto 0;
	width:260px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
	/* background-color:#ccc; */
	background-color:#ff9500;
	color:#fff;
	font-size:18px;
	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* .mianCont .bottom.active,
.mianCont .bottom:hover{
	background-color:#ff9500;
	color:#fff;
} */
.preAirBox .sweetTip{
	margin-left:30px;
}
.preAirBox .countMark1,
.preAirBox .countMark50,
.preAirBox .countMark100{display:initial;}
.orderExplain {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 585px;
    min-height: 200px;
    border: 1px solid #ccc;
}
.uploadImage .uploadImg {
    margin: 20px 0 0 20px;
    width: 60px;
    height: 60px;
    background: url(../images/imgAdd.png) no-repeat;
}
.imgList .imgCount {
    float: left;
    margin: 20px 0 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
}
.cont,.BlockKW{
	margin-top:40px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* .workContent{margin:40px 0;} */
.mb-80{margin-bottom:80px;}

.imgSrc {
    width: 100%;
    height: 100%;
}
.uploadImage .imgPre {
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    width: 60px;
    height: 60px;
    background: url('../images/2.jpg') no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
}
.uploadImage .delImg {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: url('../images/removeicon.png') no-repeat;
}
.preAirUl li.battery_note label{
	height:auto;
}
.workAv_right .sys_count_li{
	padding-bottom:0;
}
.workAv_right .sys_count_li{
	margin-top:0;
}

.inventoryOverscroll .inventory_table_content .s6{width:99px;}