/*layui导航效果样式*/
.layui-nav{
    background-color:#fff;
}
.layui-nav .layui-nav-item a {
    color:#03101F;
}
.layui-nav * {
    font-size: 20px;
}
/*layui导航效果小三角形样式*/
.layui-nav .layui-nav-more{
    border-top-color:#393d49;
    border-color: #393d49 transparent transparent;
}
.layui-nav .layui-nav-mored{
    border-color:  transparent transparent #393d49;
}
/*导航条和hover效果*/
.layui-nav .layui-nav-item a:hover, .layui-nav a {
    color: #1E9FFF;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background-color: #1E9FFF;
}
/*头部导航颜色*/
.u_header{
    width: 100%;
    height: 60px;
    background-color:#fff;
}
.u_logo{
    height: inherit;
    float: left;
    margin-left: 20px;
}
.u_logo li{
    float: left;
    height: inherit;
}
.u_logo a{
    display: block;
    height: inherit;
}
.u_logo a img{
    display: inline-block;
    height: 60px;
}
.u_logo .u_title{
    font-size: 22px;
    line-height: 60px;
    color: #000;
    font-weight: normal;
}

/*banner图*/
.barnner{
    width: 100%;
    height: 500px;
}
.indexBanner{
    background: url("../images/img-bg-service.jpg") no-repeat;
    background-size: 100% 100%;
}
/*登陆样式*/
.login_bg{
    background: url("../images/img-bg-login.jpg") no-repeat;
    background-size: 100% 50%;
    height: 90%;
}
.login-header{
    background:none;
    padding-left: 20px;
}

/*首页内容*/
.u_main_title{
    width: 100%;
    height: 80px;
}
.u_main_title li:nth-child(1){
    height: 70%;
}
.u_main_title li:nth-child(2){
    height: 30%;
    text-align: center;
}
.u_main_title span{
    display: block;
    height: 100%;
    font-size: 20px;
    line-height: 56px;
    color: #03101F;
    text-align: center;
}
.u_main_title i{
    display: inline-block;
    width: 30%;
    height: 100%;
    background: url("../images/title-line.png") no-repeat;
    background-size: 100% 100%;
}
.u_main_content_title{
    height: 60px;
}
.u_main_content_title i{
    float: left;
    width: 20%;
    height: inherit;
}
.u_main_content_title span{
    float: left;
    height: inherit;
    font-size: 18px;
    line-height: 60px;
    color: #03101F;
    margin-left: 20px;
}
.u_main_content_p{
    font-size: 16px;
    color: #333;
    margin-left: 110px;
    margin-bottom: 20px;
}
.u_main_content_p span{
    display: block;
    padding-left: 30px;
    font-weight: 700;
}
.u_main_content_or{
    text-align: center;
}
.u_main_content_or span{
    display: inline-block;
    font-size: 26px;
    line-height: 60px;
    color:#2468F2 ;
}
.write{
    background: url("../images/icon-write.png") no-repeat;
    background-size: 100% 100%;
}
.call{
    background: url("../images/icon-call.png") no-repeat;
    background-size: 100% 100%;
}
.btn{
    width: 100px;
    height: 40px;
    background: #2468F2;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-left: 110px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}

/*工单内容*/
.orderContent{
    background: #fff;
    padding: 0 50px 10px;
}
.layui-elem-field legend{
    padding: 15px 0;
    font-size: 22px;
}
.layui-form-pane .layui-form-label{
    width:116px;
    text-align: right;
}
.layui-form-item .layui-input-inline{
    width: 300px;
    margin-right: 0;
}
.required_xin{
    color:#f00;
}
.up_img{
    margin: 4px;
    border: 1px solid #ccc;
    padding: 2px;
}
.order_btn{
    display: inline-block;
    height: 30px;
    /*background: #2468F2;*/
    background: #ebf6ff;
    padding: 0 10px;
    font-size: 14px;
    line-height:30px;
    color: #2468F2;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    cursor: pointer;
}

.layui-icon{
    font-size: 24px;
}
.layui-text{
    font-size: 16px;
    color: #009688;
    line-height: 24px;
}
.layui-timeline-item:before{
    left: 6px;
    width: 2px;
    background-color: #009688;
}
.layui-timeline-axis{
    color: #009688;
}
.order_number{
    margin-bottom: 20px;
    margin-left: 20px;
}
.order_number span{
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    color: #222;
}
.order_number .orderColor{
    font-size: 18px;
    color: #555;
}
.order_number .orderColor0{
    color: #52a2f5;
}
.order_number .orderColor1{
    color: #ffac38;
}
.order_number .orderColor2{
    color: #ff8547;
}
.order_number .orderColor3{
    color: #f54545;
}
.order_number .orderColor4{
    color: #b50000;
}

.orderContent .layui-timeline{
    padding-left: 200px;
}
.orderContent .layui-timeline .layui-timeline-item{
    position: relative;
}
.title_time{
    font-size: 18px;
    color: #333;
    position: absolute;
    left: -180px;
    top: 0;
}
.layui-timeline-content .layui-timeline-title {
    font-weight: 700;
}
.layui-text a:not(.layui-btn) {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}
.sp_01{
    padding: 0 6px;
    color: #333;
}
.customer_rating{
    width: 100%;
}
.customer_rating span{
    font-size: 18px;
    line-height: 43px;
    color: #555;
}
.icon_wenhao{
    width:20px;
    height: 20px;
    margin-top: -5px;
    background: url("../images/icon-wenhao.png") no-repeat right;
    display: inline-block;
    cursor: pointer;
    vertical-align:middle;
}

/* ===== 工单历史数据统计 ============ */
.history-data-chart{
    width: 100%;
    height: 300px;
}
