﻿.h3
{
    text-align:left;
    margin:0 5px;
    border-bottom:2px dashed #ccc;
    position:relative;
}
.h3 label
    {
        font-size: 1em;
        font-weight: bold;
        color: #ff6a00;
        border-left: 3px solid #ff6a00;
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
    }
    .h3 .btn
    {
        display:block;
        position:absolute;
        right:10px;
        top:5px;
        width:90px;
        height:26px;
        line-height:26px;
        border-radius:20px;
        text-align:center;
        color:#fff;
        font-size:0.875em;
        font-weight:bold;
        background:#0094ff;
        border:1px solid #999;

    }
.lv001
{
    overflow:hidden;
    padding:10px 0;
}
    .lv001 .view
    {
        display:inline-block;
        width:40%;
        margin:0 5%;
        box-sizing:border-box;
        height:28px;
        line-height:28px;
        border-radius:20px;
        text-align:center;
        color:#fff;
        font-size:0.875em;
        font-weight:bold;
        background:#0094ff;
        border:1px solid #999;
    }

.a001
{      
        margin:15px 5px;
        
        border-radius:5px;
        box-shadow:0px 0px 3px #e1dede;
        overflow:hidden;
        padding:10px;

}
    .a001 dt
    {
        font-weight:bold;
        height:28px;
        line-height:28px;
    }
    .a001 dd
    {
        height:26px;
        line-height:26px;
        padding-left:20%;
        padding-top:5px;
        padding-bottom:5px;
    }

        .a001 dd a
        {
            display:inline-block;
            padding:2px 10px;
            border-radius:5px;
            background:#e6eeef;
            color:#2764d1;
            
        }
.messageboardList
{
    padding:5px;
}
.messageboardList li
{
   
   border-bottom:1px solid #ddd;
   margin:10px 0;
  
   text-align:right;
}
  .messageboardList li .date
    {
        display:inline-block;
        font-size:0.75em;
        color:#ccc;
    
    }
    .messageboardList li .cap
    {
        font-size:0.875em;
        
        text-align:left;
    }
    .messageboardList li .message
    {
        text-indent:2em;
        line-height:24px;
        text-align:left;
        color:#666;
        font-size:0.875em;
    }
.head
{
     padding:2px;
     border-radius:5px;
     box-shadow:0px 0px 3px #e1dede;
}

 .head img
        {
            width:100%;
            border-radius:5px;
        }


.leaving
{
   margin:0 10px;
   text-align:center;
   overflow:hidden;
   
   padding:15px 0;
}

    .leaving .mtitle
    {
        position:relative;
        display:inline-block;
        text-align:center;
        font-size:1em;
        padding:10px 0;
        line-height:24px;

    }
        .leaving .mtitle span
        {
            display:inline-block;
            background-image:url(images/icon_wr.jpg);
            background-repeat:no-repeat;
            background-position:center center;
            width:12px;
            height:12px;
            margin-right:7px;
            
        }
    .leaving .item
    {
        position:relative;
        width:100%;
        overflow:hidden;
        
        
    }
    .leaving .notice
    {
        position:relative;
        width:100%;
        overflow:hidden;
        display:none;
        background:#ffd800;
        color:#ff6a00;
        text-align:center;
        line-height:26px;
        height:26px;
        font-size:1em;
        margin-bottom:10px;
    }
    .leaving .item input
    {
        width:100%;
        height:3em;
        line-height:3em;
        padding-left:3em;
        border:1px solid  #ccc;
        border-radius:2px;
        box-sizing:border-box;
        outline:none;
        box-shadow:none;
        
    }
        .leaving .item input:focus
        {
            border:1px solid #85b7fc;
            border-radius:2px;
            outline:none;
            box-shadow:none;
            z-index:20;
            margin-top:0;
            
        }

        .leaving .item .user
        {
            background-image:url(images/icon_p.png);
            background-position:10px center;
            background-repeat:no-repeat;
        }
        .leaving .item .email
        {
            background-image:url(images/icon_e.png);
            background-position:10px center;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item .phone
        {
            background-image:url(images/icon_d.png);
            background-position:10px center;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item textarea
        {
        width:100%;
        height:80px;
        line-height:1.5em;
        padding-left:3em;
        border:1px solid  #ccc;
        border-radius:2px;
        box-sizing:border-box;
        outline:none;
        box-shadow:none;
        padding-top:7px;
        padding-bottom:7px;
        }
       .leaving .item textarea:focus
        {
            border:1px solid #85b7fc;
            border-radius:2px;
            outline:none;
            box-shadow:none;
            z-index:20;
            margin-top:0;
         }
         .leaving .item .msg
        {
            background-image:url(images/icon_s.png);
            background-position:10px 11px;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item .g_button
        {
            color:#fff;
            text-align:center;
            font-size:1em;
            padding:0;
            height:2em;
            line-height:2em;
            border:0;
            outline:none;
            display:block;
            background: -webkit-linear-gradient(bottom left,#fcbb14,#ff7214);
            background:linear-gradient(bottom left,#fcbb14,#ff7214);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

        }
        .leaving  .tj
        {
            padding:20px 0;
        }

