
.bg{
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7f000000', endColorstr='#7f000000');
    _background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30000;
    display: none;
}

.dialog {
    width: 600px;
    height: 456px;
    background: #fff;
    padding: 30px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -258px;
    z-index: 50000;
    display: none;
}

.close-button-dialog {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
}

.close-button-dialog:hover {
    cursor: pointer;
}

.button-action {
    width: 5rem;
    height: 2.5rem;
    line-height:2.5rem;
    border-radius:2px;
    margin-left: 2rem;
    font-size:1.1rem;
    background: #3784d3;
    color: #fff;
}

.line-footer {
    margin: 10px;
}

.image-fit {
    display: block;
    width: auto;
    height: auto;
}



.edit-form input[type=text] {
    margin: 5px;
    padding: 5px;
    border-color:#c1c1ff;
    border-style:solid;
    border-width:1px;
}

.edit-form select {
    margin: 5px;
    border-color:#c1c1ff;
    border-style:solid;
    border-width:1px;
}

.edit-form img {
    margin: 5px;
}

.section-normal {
    border-radius: 5px;
    margin: 5px;
}

.section-selected {
    border-radius: 5px;
    background-color: #c1c1ff;
    margin: 5px;
}

.section-normal a {
    display: block;
    padding: 10px;
}

.section-selected a {
    display: block;
    padding: 10px;
}


.button-dialog {
    margin: 5px;
    float:right;
    width: 60px;
}

.edit-table {
    width:100%;
    border-top:1px solid #c5cff8;
    border-right:1px solid #c5cff8;
    margin:1em auto;
    border-collapse:collapse;
}

.edit-table td {
    color:#678197;
    border-bottom:1px solid #c5cff8;
    border-left:1px solid #c5cff8;
    /* padding:.3em 1em; */
    padding: 10px;
    text-align:center;
}

.edit-table thead th {
    background:#f4f9fe;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#66a3d3;
}


/*page*/
.blue{ color:#3784d3; }
.page{text-align: center; margin-top: 2rem;}
.total{line-height: 6rem; font-size: 1.1rem}
.total span{font-size: 1.1rem}
.page a{ float:left; margin-left: 0.5rem; padding:0.5rem; font-size: 1.1rem;color: #333; border: 1px solid #dedede;}
.page a:hover,.page a.current{ background: #3784d3; color: #fff;}
.page a.borderNone{border: none;}
.page input{ width: 44px; height: 29px; border: 1px solid #dedede;}
.page span{font-size: 1.1rem; color: #333;}
.page input{margin: 0 0.5rem; font-size: 1.1rem;color: #333;text-align: center;}
#go{width: 44px; height:30px;  padding:0;line-height: 30px; border: none; background: #3784d3; color: #fff; border-radius: 3px;}
#tiaoZhuan{width: 44px; height:30px;  padding:0;line-height: 30px; border: none; background: #3784d3; color: #fff; border-radius: 3px;}

.cleft{ float: left;}
.cright{float: right;}
