﻿@charset "utf-8";
.bge5{
    background:#e5e5e5;
}
.bbe5{
    border-bottom:1px solid #e5e5e5;
}

div.colorF{
    color:#fff;
}

.h375{
    height:375px;
}

.h702{
    height:702px;
}

.w280{
    width: 280px;
}
.w300{
    width: 300px;
}
.w418{
    width:418px;
}
.w468{
    width: 468px;
}
.w906{
    width:906px;
}

.w956{
    width:956px;
}

.pt20{
    padding-top:20px;
}


.colorOr{
    color:#fba400;
}

.servHeadChat{
    height: 12px;
    padding: 0 4px;
    left:8px;
    margin-top:5px;
    font-size: 11px;
    border: 1px solid #fca500;
    border-radius: 16px;
    text-align: center;
    text-indent: 0;
    line-height: 11px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: #fca500;
    display: inline-block;
}



/*新增提醒样式*/
.cord0{
    color:#d0d0d0;
}
.index_res_reminded {
    position:absolute;
    width:260px;
    height:251px;
    background:#ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding:10px;
    left:-134px;
    top:40px;
    z-index: 10;
}
.index_res_reminded:before{
    content: "";
    background:url(/static/image/home/add.png) no-repeat;
    width:17px;
    height:8px;
    position:absolute;
    top:-8px;
    left:48%;
    display: block;
}
.index55:hover .index_res_reminded{
    display: block;
}
.index_res_reminded ul{
    width:104%;
    height:230px;
    /*滚轮隐藏 滚动效果不变*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.index_res_reminded ul li{
    color:#666666;
    font-size:13px;
    height:80px;
    border-bottom:1px solid #e6e6e6;
    margin-top:5px;
    position:relative;
    margin-right:2px;
}

.index_res_reminded ul li p{
    margin-top:8px;
    color:#666;
    width:258px;
}

.index_res_reminded div{
    width:100%;
    height:26px;
    color:#0071FE;
    font-size:13px;
    text-align: center;
    line-height: 26px;
    margin-top:5px;
}

.reminded_Btn{
    width:81px;
    height:26px;
    background: #ff9619;
    color:#fff;
    text-align: center;
    line-height: 26px;
    display: block;
    margin-top:13px;
}
.reminded_null{
    display: block;
    text-align: center;
    line-height: 70px;
    color:#999999;
}
.index55 {
    position:relative;
    top:-10px;
    height:50px;
    display: inline-block;
}
.reminded_Op a{
    position:relative;
    /*top:-3px;*/
    font-size:12px;
}

/*新增提醒样式 end*/


.serNotice{
    min-height: 40px;
    line-height: 40px;
    background: #fba500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.serBanner {
    position: relative;
    background: #008dff;
    height: 200px;
    width: 100%;
    background: url("/static/image/home/bg.jpg") center no-repeat;
}

.servContNav {
    background: #36a5ff;
    height: 60px;
    width: 100%;
}

.servContNavDiv {
    height: 100%;
    width: 1176px;
    font-size:14px;
    line-height:60px;
    color: #fff;
}

.servContNavDiv>a{
    display: inline-block;
    padding:0 20px;
    color:#fff;
    height:100%;
}
.servContNavDiv>a:hover{
    /*  color:#dfdfdf;*/
    background:#008dff;
}
.servContNavDivTit {
    float:left;
    background: #008dff;
    width: 200px;
    height: 100%;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}
.servNavAcount{
    border-bottom:1px solid #e5e5e5;
}

.countImg{
    display: block;
    float: left;
    margin:20px;
    height:64px;
    width:64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.servClass {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: #fba500;
    color: #fff;
}


.serLeftNav{
    height:55px;
    line-height:55px;
    color:#666;
    font-size:14px;
    text-indent: 55px;
    cursor: pointer;
}

.serLeftNav a:hover{
    background:#36a5ff;
    color:#fff;

}
.serLeftNavT{
    height:55px;
    line-height:55px;
    color:#666;
    font-size:16px;
    text-indent: 55px;
    font-weight: bold;
}



.servTitle{
    margin:0 auto;
    font-size:14px;
    color:#666;
    font-weight: bold;
    height:60px;
    line-height:60px;
    border-bottom: 1px solid #e5e5e5;
}

.servTitle span a{
    color:#666;
}

.servTitle span a:hover{
    color:#35a4fe;
}

.serContListNum {
    margin-left:20px;
    height: 88px;
    width: 88px;
    border-radius: 50%;
}

.serContListNumCon {
    margin: 4px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: white;
    text-align: center;
}

.colorBlue, .colorBlue a {
    color:#37a4ff;
}
.filtBlue{
    background:blue; /* 一些不支持背景渐变的浏览器 */
    background: -ms-linear-gradient(top, #1dd0fb 0%,#266fef 100%);
    background: linear-gradient(to bottom, #1dd0fb 0%,#266fef 100%);
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#1dd0fb",endcolorstr="#266fef",gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#1dd0fb",endcolorstr="#266fef",gradientType=1);
    background:-moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#1dd0fb), to(#266fef));
    background:-o-linear-gradient(rgb(32,207,252) , red, rgb(38,111,239));
}

.filtPurple{
    background:blue; /* 一些不支持背景渐变的浏览器 */
    background: -ms-linear-gradient(top, #c54afb 0%,#6156d9 100%);
    background: linear-gradient(to bottom, #c54afb 0%,#6156d9 100%);
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#c54afb",endcolorstr="#6156d9",gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#c54afb",endcolorstr="#6156d9",gradientType=1);
    background:-moz-linear-gradient(top, rgb(197,74,251), rgb(97,86,217));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#c54afb), to(#6156d9));
    background:-o-linear-gradient(rgb(197,74,251) , red, rgb(97,86,217));
}

.filtOrange{
    background:blue; /* 一些不支持背景渐变的浏览器 */
    background: -ms-linear-gradient(top, #ff9607 0%,#ff6239 100%);
    background: linear-gradient(to bottom, #ff9607 0%,#ff6239 100%);
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#ff9607",endcolorstr="#ff6239",gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#ff9607",endcolorstr="#ff6239",gradientType=1);
    background:-moz-linear-gradient(top, rgb(255,150,7) , rgb(255,98,57));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff9607), to(#ff6239));
    background:-o-linear-gradient(rgb(255,150,7) , red, rgb(255,98,57));
}

.filtRed{
    background:blue; /* 一些不支持背景渐变的浏览器 */
    background: -ms-linear-gradient(top, #fd5c3f 0%,#fe2f65 100%);
    background: linear-gradient(to bottom, #fd5c3f 0%,#fe2f65 100%);
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#fd5c3f",endcolorstr="#fe2f65",gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#fd5c3f",endcolorstr="#fe2f65",gradientType=1);
    background:-moz-linear-gradient(top, rgb(253,92,63), rgb(254,47,101));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fd5c3f), to(#fe2f65));
    background:-o-linear-gradient(rgb(253,92,63) , red, rgb(254,47,101));
}

.soluDel{
    background:url("/static/image/home/icons/delete.png") no-repeat;
}
.soluDel:hover{
    background:url("/static/image/home/icons/deleteB.png") no-repeat;
}

.serSearchDiv{
    position:absolute;left:50%;width:650px;margin:60px 0 0 -325px;
}
input[type=text].serSearchIn{width:498px;height:60px;float:left;
}
.serSearchBtn{
    float:right;width:140px;height:62px;background:#fba500;cursor:pointer;font-size:18px;color:#fff;line-height:60px;text-align: center;
}

.serSearchBtn:hover{
    background:#e69804;
}




.serStatus span, .serStatus span a{
    cursor: pointer;
    padding:5px 8px;
    color:#666;
}
.serStatus span:hover,
.serStatus span a:hover{
    background:#36a5ff;
    color:#fff;
}

.serStatOn, .serStatus .serStatOn a{
    background:#36a5ff;
    color:#fff;
}

.serListBtn a{
    display: inline-block;
    padding:8px 10px;
    color:#35a4fe;
    font-size:14px;
    /* background:#35a4fe;*/
    border: 1px solid #35a4fe;
    border-radius: 5px;
}

.serListBtn a:hover{
    background:#35a4fe;
    color:#fff;
}

.serRefresh, .serRefresh a{
    color:#35a4fe;
    font-weight:normal;
    cursor: pointer;
}
.serRefresh:hover,
.serRefresh a:hover{
    color:#008dff;
}

.listBtnMark{
    display: block;
    height: 60px;
    width:240px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    background: #36a5ff;

}

.listBtnMark:hover{
    background:#008dff;
}

.J_serBack{
    color:#36a5ff;
}
.J_serBack img{
    width:20px;
    height:20px;
    background:url("/static/image/home/icons/serBack.png") no-repeat;
    vertical-align: middle;
}

.J_serBack:hover{
    color:#008dff;
}

.J_serBack:hover img{
    background:url("/static/image/home/icons/serBackB.png") no-repeat;
}


/*中止服务*/

.serStopTit{
    height:40px;
    line-height: 40px;
    background: #fff;
    margin-top: 20px;
}

.serStopTit p{
    padding: 0 20px;
    background: #F4F4F4;
    color:#666;
    height:100%;
    border:1px solid #e5e5e5;
    border-bottom: none;
    float:left;
    cursor: pointer;
    font-weight: bold;
}

.serStopTit p:hover{
    background: #36a5ff;
    color:#fff;
    border:1px solid #36a5ff;
}

.serStopTit .active{
    background: #36a5ff;
    color:#fff;
    border:1px solid #36a5ff;
}

/*发起维权弹窗*/
.serStopAltRe{
    display: block;
    margin-left:10px;
}
.serStopAltRe span{
    display: inline-block;
    margin:0 5px;
    width:160px;
    height:50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background:#f4f4f4;
    cursor: pointer;
}

.serStopAltRe .serStatOn{
    background:#36a5ff;
    color:#fff;
}

.serAttachments span{
    display: inline-block;
    margin-right:10px;
}




.repaireNav {
    margin: 50px auto;
    padding-bottom: 30px;
    width: 70%;
    *width: 100%;
    color:#666;
    font-size:14px;
}

.repaireNav div {
    display: inline-block;
    position: relative;
    float: left;
    width: 20%;
    z-index: 2;
  /*  font-weight: bold;*/
    text-align: center;
}


.repaireNav span {
    display: block;
    position: relative;
    margin: 0 auto 15px auto;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size:12px;
}

.repaireNav-online:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12.5%;
    width: 87.5%;
    height: 4px;
    background: #fba500;
    z-index: 0;
}

.repaireNav-downline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 6.25%;
    width: 62.5%;
    height: 4px;
    background: #fba500;
    z-index: 0;
}

/*27.7*/
div.repaireNavP {
    position: absolute;
    top: 0;
    width:80%;
    left: 11.5%;
    height: 2px;
    background: #ccc;
    z-index: 1;
}

div.repaireNavCont {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    background: #fba500;
    z-index: 1;
}

div.left16{
    left:16%;
}
/*报修 进度宽度*/
div.w0 {
    width: 0px;
}

div.w12-5P {
    width: 12.5%;
}

div.w20P {
    width: 20%;
}

div.w25P {
    width: 25%;
}
div.w33-3P {
    width: 33.3%;
}


div.w37-5P {
    width: 37.5%;
}

div.w40P {
    width: 40%;
}

div.w50P {
    width: 50%;
}

div.w60P {
    width: 60%;
}
div.w62-5P {
    width: 62.5%;
}

div.w68P {
    width: 68%;
}

div.w75P {
    width: 75%;
}
div.w80P {
    width: 80%;
}
div.w87-5P {
    width: 87.5%;
}

div.w100P {
    width: 100%;
}

.h1120, div.h1120{
    height:1120px;
}

.repairEnd {
    background: #fba500;
    color:#fff;
}

.repairON {
    background: #FC3B12;
}

.repairUN {
    background: #CCCCCC;
    color:#666;
}


span.serIntoSel{
    margin-top:0px;margin-left:30%;width:74%
}


/*设备报修 start*/

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
}

/**选择商品分类**/
.wareSort {
    padding: 15px 8px 15px 7px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.wareSort span{
    position: absolute;
    display: inline-block;
    padding:0 6px;
    top:5px;
    left:-5px;
    background:#efefef;
    color:#666;

}

#sort1Div{
    width:395px;
}
#sort2Div, #sort3Div, #sort4Div{
    width:235px;
}

#sort1{
    width:360px
}

#sort2 a,#sort3 a,#sort4 a{
    margin-left:20px;
}
.wareSort ul {
      float: left;
    margin-top:-1px;
    width: 200px;
    max-height: 200px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-right: 7px;
    margin-left: 8px;
    background-color: #fff;
    overflow-y: auto;
}

.wareSort ul li{
    position: relative;
}

.wareSort input{
    margin-top:-1px;
}

.wareSort ul li a {
    display: block;
    padding-right: 25px;
    padding-left: 10px;
    border: 1px solid #fff;
    line-height: 28px;
    color:#666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(/static/image/home/icons/proSelArr.png) no-repeat right center;
}

.wareSort ul li a:hover {
    color: #fff;
}

.wareSort ul li.active a {
    /*  border-color: #ccc;*/
    background: url(/static/image/home/icons/proSelArrs.png) no-repeat right center;
    color: #fff;
}

.selectedSort {
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    color: #666;
}



.wareSortBtn {
    padding-bottom: 50px;
    text-align: center;
}

.wareSortBtn input {
    width: 310px;
    height: 60px;
    border: 1px solid #fba500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size:18px;
    font-weight: bold;
    border-radius: 2px;
    background-color: #fba500;
    color: #fff;
    cursor: pointer;
}

.wareSortBtn input:hover {
    border-color: #e69804;
    background-color: #e69804;
}

.wareSortBtn input:disabled {
    border-color: #ddd;
    background-color: #f6f6f6;
    color: #9a9a9a;
    cursor: default;
}

.wareSortBtn input:focus{
    outline: none;
}
input[type="text"].w210{
    width:210px;
}
input[type="text"].w370{
    width:370px;
}


/*设备报修 end*/

.remindChange{
    display: inline-block;
    margin-top:15px;
    margin-left:10px;
    width: 30px;
    height:30px;
    cursor: pointer;
}

.remindPrev {
    background:url("/static/image/home/icons/remindPrev.png") no-repeat;
}
.remindPrev:hover {
    background:url("/static/image/home/icons/remindPrevB.png") no-repeat;
}

.remindNext {
    background:url("/static/image/home/icons/remindNext.png") no-repeat;
}
.remindNext:hover {
    background:url("/static/image/home/icons/remindNextB.png") no-repeat;
}