#service_layer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
#service_shade{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: #000;
    opacity: 0.9;
}
#service{
    width: 90%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100001;
    background-color: #f5f5f5;
}
#service .closeBtn{
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 5%;
    width: 15px;
    height: 15px;
    background: url(../images/closeBtn.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
#service .service_search{
    width: 100%;
    height: 100%;
}
#service .service_panel{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #000;
}
.service_orderform{
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

#service .service_row {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
}
#service .service_row .service_top{
    width: 100%;
    height: 70%;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
}
#service .service_row .service_top .robot,#service .service_row .service_top .userText{
    position: relative;
    margin: 20px 0;
}
#service .service_row .service_top .robot .triangle{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 10px;
}
#service .service_row .service_top .robot .content{
    float: left;
    background-color: #f3f3f3;
    margin-left: 8px;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
}
.service_top .robot .content .image{
    float: left;
}
.service_top .robot .content .image img{
    width: 80px;
    height: 80px;
}
.service_top .robot .content .right{
    float: left;
    margin-left: 10px;
    max-width: 65%;
}
.service_top .robot .content .right .title{
    color: #000;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service_top .robot .content .right .elementType{
    color: #000;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}
.service_top .robot .content .right .elementDesc{
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.service_top .robot .content ul li{
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
}
#service .service_row .service_top .userText .content{
    float: right;
    background-color: #f5f5f5;
    padding: 8px;
    margin-right: 8px;
    font-size: 14px;
}
#service .service_row .service_top .userText .triangle{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 10px;
}
#service .service_row .service_top .service_header{
    padding: 10px 0;
}
#service .service_row .service_top .service_header{
    position: relative;
}
#service .service_row .service_top .service_header .log{
    float: left;
    padding:0 8px;
}
#service .service_row .service_top .service_header .log img{
    width: 40px;
    height: 40px;
}
.service_header .log_name_time .log_name{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight:700;
}
.service_header .log_name_time .log_time{
    color: #999;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}
.service_header .log_tip{
    color: #333;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: 54px;
    top: 34px;
}
#service .service_row .service_bottom{
    width: 100%;
    height: 30%;
    position: relative;
}
#service .service_row .service_bottom .tip{
    padding: 5px;
    border-bottom:1px solid #eee;
}
#service .service_row .service_bottom .tip div{
    padding: 3px 6px;
    float: left;
    margin-right: 12px;
    cursor: pointer;
    background: linear-gradient(#454545,#020202);
    color: #f5f5f5;
    font-size: 12px;
    border-radius: 20px;
}
#service .service_row .service_bottom .input{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
#service .service_row .service_bottom .input input{
    width: 72%;
    margin-left: 10px;
    border:1px solid #ccc;
    height: 24px;
    font-size: 16px;
    text-indent: 10px;
}
#service .service_row .service_bottom .input .button{
    width: 15%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: linear-gradient(#454545,#020202);
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 2px;
}
.alpha {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.alpha body {
    height: 100%;
    overflow: hidden;
}
/**
mobile 厨房list 页 css
 */

.fictitious_btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 15px;
    border: 1px solid #000;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
}
.fictitious_btn a{
    font-size: 14px;
}

/**

 */
.fictitious_details_btn{
    position: absolute;
    right: 20px;
    top: 390px;
    width: 50px;
    height: 50px;
    line-height: 15px;
    border: 1px solid #000;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
}
.fictitious_details_btn a{
    font-size: 14px;
}
