.mod-panel {
    margin: 0 auto 30px;
}
.mod-panel .hd{
    line-height: 40px;
}
.mod-panel .hd h1{
    font-weight: bold;
    font-size: 20px;
    color:#212121;
}
.mod-panel .hd h2{
    font-weight: bold;
    font-size: 16px;
    color:#212121;
}
.mod-panel .bd{
    max-width: 640px;
    padding: 20px 25px 30px;
    border:  1px solid #e2e2e2;
    margin: 0 auto 20px;
    border-radius: 5px;
}
.mod-panel .panel-body{
    padding: 15px 0;
}
.mod-panel .panel-foot{
    padding-bottom: 15px;
    text-align: center;
}
.mod-panel .item{
    line-height: 30px;
    margin-bottom: 5px;
}
.mod-panel .item-title{
    float: left;
    width: 90px;
    text-align: right;
    color: #666;
}
.mod-panel .item-content{
    margin-left: 105px;
}
.mod-panel .field-title{
    margin-bottom: 5px;
}
.mod-panel .field-content li{
    margin-bottom: 5px;
}
.mod-panel .field-name{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.mod-panel label{
    margin-right: 10px;
}
.mod-panel label input,.mod-panel label span{
    vertical-align: middle;
}
.mod-panel select{
    min-width: 122px;
    height: 30px;
    border: 1px solid #ebebeb;
    line-height: 30px;
    outline: none;
}
.mod-panel input[type="text"],.mod-panel input[type="number"]{
    width: 100px;
    height: 20px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    margin-right: 2px;
    line-height: 20px;
    outline: none;
}
.mod-panel textarea{
    width: 136px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    outline: none;
}
.mod-panel .btn {
    height: 32px;
    width: 80px;
    margin: 0 5px;
    background: #018cd7;
    border: 1px solid #018cd7;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}
.mod-panel .btn-reset{
    border: 1px solid #ccc;
    background: #ededed;
    background: -moz-linear-gradient(top, #fefefe, #ededed);
    background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    color: #333;
}

.mod-intro{
    padding-top: 20px;
    border-top:1px dotted #e0e0e0;
}
.mod-intro .box{
    margin-bottom: 20px;
}
.mod-intro .box h3{
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}
.mod-intro .box p{
    line-height: 24px;
    font-size: 14px;
}
.mod-intro .box strong{
    font-weight: bold;
}
.mod-intro .box p.text-gray{
    color: #888;
}
.mod-intro .box table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}
.mod-intro .box caption{
    padding: 20px 0 10px;
    line-height: 22px;
    font-weight:  bold;
    font-size: 15px;
    text-align: center;
}
.mod-intro .box thead {
    background-color: #e3eef8;
}
.mod-intro .box tr {
    line-height: 30px;
    font-size: 13px;
}
.mod-intro .box tr th, .mod-intro .box tr td {
    border: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 10px;
    font-weight: normal;
}
.mod-intro .box tr th{
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
.mod-intro .box tr td.th{
    background: #e3eef8;
}


@media screen and (max-width: 1024px) {
    .mod-panel select{
        max-width: 180px;
    }

    .mod-panel .hd h1{
        font-size: 18px;
    }
    .mod-panel .bd{
        padding:  15px 10px 20px;
    }
}