/*？鼠标悬停，出现提示框的样式*/
.leftRadius3{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.rightRadius3{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.workAvDere {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  cursor: pointer;
}
.workTips {
  position: absolute;
  top: 6px;
  background-position: -7px -80px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -999em;
  margin-left: 5px;
}
.workIcon {
  background-image: url(../images/img.png);
}

/* 购物车动画样式 */
#floatOrder {
    width: 15px;
    height: 13px;
    padding: 2px;
    border: solid 0px #e54144;
    overflow: hidden;
    position: absolute;
    z-index: 890;
}

.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;
  border-radius: 3px;
}
.work_list p strong {
  background: url(../images/img.png) no-repeat -66px -9px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: 7px;
  margin-right: 10px;
}
.work_list p em {
  background: url(../images/img.png);
  background-position: -127px -12px;
  display: block;
  width: 10px;
  height: 5px;
  margin-top: 12px;
}
/*内容*/
.work_box {
  background: #fff;
  padding: 0 20px 20px 20px;
  position: relative;
  top: -22px;
}
.content .mb-40 {
  margin-bottom: 40px;
}
.maintain,
.debug,
.teleService,
.NonScene,
.controlBand,
.additService,
.distance,
.floor,
.metarialBlock {
  display: none;
}
.installType .hide {
  display: none;
}
.workAv_serviceType {
  padding: 35px 0;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.workAv_serviceType span {
  font-weight: bold;
  color: #4c4c4c;
  display: block;
  margin: 0 50px 0 160px;
}
.workAv_serviceType ol li {
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 85px;
  text-align: center;
  margin: 0 14px;
  cursor: pointer;
}
.workAv_serviceType ol li a {
  display: block;
  border-radius: 30px;
  color: #333;
}
.workAv_serviceType ol li.active a {
  background: #ff9500;
  color: #fff;
}
.preAirMenu {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* 鼠标悬停时，各个小模块名称的样式变化*/
.eqSlide {
  top: 50%;
  margin-top: -34px;
  color: #ff9500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.workSlide {
  width: 20px;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.1;
  position: absolute;
  word-wrap: break-word;
  word-break: normal;
  text-align: center;
}
.preAirBlock {
  height: auto;
  margin: 0 0 80px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.preAirBlock .p_b40 {
  padding-bottom: 40px;
}
.preAirBlock .p_t40 {
  padding-top: 40px;
}
.preAirBlock ul.active {
  border-color: #ff9500;
  background: #fafafa;
}
.workContent .workConInded {
  position: relative;
}
.preAirUl {
  float: right;
  margin-left: 25px;
  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 {
  margin-bottom: 40px;
}
.preAirUl li label {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
}
.preAirUl li .fixedWid {
  width: 140px;
  text-align: right;
  margin-right: 30px;
}
.workInput {
  font-size: 14px;
  position: relative;
}
.workInputRadio {
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  width: auto;
  cursor: pointer;
}
.workInputRadio b {
  margin-top: 7px;
  margin-right: 10px;
  float: left;
  width: 17px;
  height: 16px;
  background: url(../images/img.png) no-repeat;
  background-position: -41px -131px;
}
.workInputRadio.active b {
  background-position: -7px -131px;
}
.select {
  position: relative;
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  background-color: #FF9500;
  color: #fff;
  cursor: pointer;
  /* 小三角的点击时，转动180*/
}
.select .seleTriangle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  transition: 0.2s;
}
.select .ft-16 {
  font-size: 16px;
}
.select .selectClick dt.active {
  transform: rotate(180deg);
}
.select .selectClick .choice {
  text-align: center;
}
.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;
}
.select dl dd:hover {
  color: #fff;
  background: #ff9500;
}
.sizeValue p {
  width: 180px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sizeValue p span {
  float: left;
  width: 90px;
  background-color: #FF9500;
  color: #fff;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}
.sizeValue p input {
  float: left;
  width: 90px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 5px;
  border: 1px solid #D1D1D1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.sizeValue p i {
  color: #666;
  position: absolute;
  top: 0px;
  right: 5px;
}
.sizeValue p + p {
  margin-top: 15px;
}
.font12 {
  font-size: 12px;
  /*color:#b2b2b2;*/
}
.sizeResult {
  margin-left: 20px;
  height: 75px;
  line-height: 75px;
}
.sizeResult .areaIcon {
  float: left;
  width: 18px;
  height: 75px;
  background: url('../images/img.png') no-repeat -187px -5px;
}
.areaResult {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  color: #333;
}
.areaResult span {
  padding: 1px 10px;
  float: left;
}
.areaResult em {
  padding-left: 10px;
  font-size: 20px;
  color: #FF9500;
  position: relative;
  top: -4px;
}
.areaResult sup {
  font-size: 12px;
}
.controlBand {
  width: 178px;
  height: 28px;
  border: 1px solid #D1D1D1;
  padding: 0 10px;
  margin-left: 20px;
  border-radius: 3px;
}
.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;
}
.bblr {
  border-bottom-left-radius: 5px;
}
.btlr {
  border-top-left-radius: 5px;
}
.bbrr {
  border-bottom-right-radius: 5px;
}
.btrr {
  border-top-right-radius: 5px;
}
.choose {
  width: 100px;
  margin-left: 20px;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  background-color: #fafafa;
  color: #555;
}
.choose .newIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 7px;
  background: url('../images/img.png') no-repeat -158px -143px;
}
.choose .newIcon .active {
  background: url('../images/img.png') no-repeat -158px -129px;
}
.choose .seltVa {
  padding: 0 10px;
}
.inputL {
  float: left;
  width: 90px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 5px;
  border-left-top-radius: 3px;
  border-left-bottom-radius: 3px;
  border: 1px solid #D1D1D1;
  border-right: none;
}
.edgeMate {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.edgeMate .edgeChoice {
  padding-left: 10px;
}
.mainLine {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.mainLine i {
  color: #666;
  position: absolute;
  top: 0;
  right: 5px;
}
.inputB {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
}
.smallRadioDiv em {
  width: 40px;
}
.newPos {
  position: relative;
  left: -3px;
}
.mg-20 {
  margin: 0 20px;
}
.inputLarge {
  width: 298px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  padding: 0 10px;
}
/*上传安装图片*/
.mgBmNo {
  margin-bottom: 0;
}
.orderOthers {
  border: 1px solid #D1D1D1;
  border-top: 0;
  padding-top: 30px;
}
.orderExplain {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 585px;
  min-height: 200px;
  border: 1px solid #ccc;
}
.installIntro {
  display: block;
  margin: 20px;
  width: 540px;
  min-height: 100px;
  resize: none;
  /* border: none; */
}
.uploadImage {
  margin-top: 40px;
}
.uploadImage .imgPre {
  position: relative;
  float: left;
  margin: 20px 0 0 20px;
  width: 60px;
  height: 60px;
  background: url('../images/2.jpg') no-repeat;
  background-size: 100% 100%;
}
.uploadImage .delImg {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  background: url('../images/removeicon.png') no-repeat;
}
.uploadImage .uploadImg {
  margin: 20px 0 0 20px;
  width: 60px;
  height: 60px;
  background: url('../images/imgAdd.png') no-repeat;
}
.uploadImg .imgLoad{
	display:block;
	width:100%;
	height:100%;
	border:none;
	opacity: 0;
}
.userInput {
  position: relative;
}
/* 页面右侧*/
.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 h3 {
  height: 35px;
  line-height: 35px;
  border-top: 2px solid #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  background: #ededed;
  font-size: 12px;
  padding-left: 30px;
}
.workAv_right_fix {
  position: fixed;
  top: 0px;
  left: 80%;
  margin-top: 0;
  width: 290px;
}
.sys_count_li {
  padding: 15px 0;
  overflow-x: hidden;
}
.sys_line {
  height: 2px;
  width: 270px;
  background: url(../images/img.png) no-repeat -7px -114px;
  margin: 0 auto;
  display: none;
}
.sys_count li {
  padding: 8px 0 8px 30px;
  overflow: hidden;
  line-height: 19px;
  height: 20px;
}
.sys_count span,
.workAv_right strong {
  display: block;
  float: left;
}
.sys_count span {
  color: #808080;
  width: 90px;
  font-size: 12px;
}
.sys_other span {
  color: #333;
}
.sys_other strong {
  color: #f00;
  font-size: 14px;
}
.workCount {
  padding-left: 30px;
  line-height: 30px;
}
.workCount strong {
  color: #f00;
  font-size: 18px;
}
.imgList .imgCount {
  float: left;
  margin: 20px 0 0 10px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
}
.inventory_append {
  width: 655px;
  position: absolute;
  top: 50px;
  left: 40%;
  right: 25px;
  z-index: 1000;
}
.inventory .inventory_append_t {
  background: url(../images/preAir_inventory.png) no-repeat;
  height: 59px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  padding-left: 26px;
  font-weight: bold;
}
.table {
  background: url(../images/preAir_table_shadow.png) repeat-y left;
  padding: 10px 0;
}
.table p {
  color: #111;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0px 26px;
}
.table p .s1 {
  width: 132px;
  text-align: center;
}
.table p .s2 {
  width: 167px;
}
.table p .s3 {
  width: 90px;
}
.table p .s4 {
  width: 81px;
}
.table p .s5 {
  width: 105px;
}
.table span {
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
}
.table .inventory_append_h3 {
  text-align: right;
  color: #666666;
  font-size: 12px;
  line-height: 30px;
  padding-right: 46px;
}
.table .inventory_append_h3 strong {
  vertical-align: bottom;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}
.table_bottom {
  background: url(../images/preAir_table_bottom.png) no-repeat;
  height: 10px;
  margin-bottom: 20px;
}
.inventoryOverscroll {
  padding-right: 10px;
  margin: 0px 26px 10px 26px;
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  border-right: none;
}
.inventory_table_content {
  border-bottom: none;
}
.inventory_table_content .s1 {
  text-align: center;
  width: 110px;
  padding: 0 10px;
  color: #ff9500;
}
.inventory_table_content .s2 {
  width: 166px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inventory_table_content .s3 {
  width: 90px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inventory_table_content .s4 {
  width: 80px;
  color: #666;
}
.inventory_table_content .s5 {
  width: 104px;
}
.inventory_table_content li {
  border-bottom: 1px solid #e0e0e0;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
}
.inventory_table_content li span {
  font-size: 12px;
}
.inventory_table_content .s1,
.inventory_table_content .s2,
.inventory_table_content .s3,
.inventory_table_content .s4,
.inventory_table_content .s5,
.inventory_table_content .s6 {
  border-right: 1px solid #e0e0e0;
}

.select.active{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.imgSrc{
	width: 100%;
    height: 100%;
}
.otherLt{
	width:180px;
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
}
.otherRt{
	width: 300px;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.debugTip{
	display:none;
}
/* 新增的屏幕尺寸的相关选项 */
.smallRadio{
	margin-left: 168px;
    clear: both;
    padding-top: 20px;
    position:relative;
}
.secTitle{
	height: 26px;
    line-height: 26px;
    float: left;
    width: 90px;
    text-align: left;
    font-size: 12px;
    margin-right: 3px;
}
.newRadio em{
	font-size: 12px;
    width: 70px;
    padding: 0;
    height: 26px;
    line-height: 26px;
    float: left;
    cursor: pointer;
    margin-right: 1px;
    text-align: center;
    background: #f5f0e6;
}
.newRadio em.active{
	background: #ff9500;
    color: #fff;
}
.Material{
	margin-left:0;
	width:141px;
	height: 30px;
    line-height: 30px;
}
.workCount span{
	color: #333;
}
.sys_count .feeList li:nth-child(2) span,.sys_count .feeList li:nth-child(3) span,.sys_count .feeList li:nth-child(4) span,.sys_count .feeList li:nth-child(5) span{
	color:rgba(51,51,51,1);
}

