
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    background: #d8d8d8;
    height: 100%;
    font: normal normal 12px/24px "Microsoft yahei", Arial;
    padding-bottom: 30px;
    overflow: hidden;
}

.contains {
    width: 100%;
    /*margin: 20px auto 0;*/
    background: #fff;
}

.item1{
    height: 31px; 
    float: left; 
    /*border-bottom: 1px solid rgb(133, 142, 149); */
    border-left: 1px solid rgb(133, 142, 149);
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #093;
    text-decoration: none;
}

#title {
    width: 300px;
    margin: 3% auto 0;
}

#title h2 {
    font-size: 18px;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

h3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

/* box */
.box {
    width: 100%;
    /*margin: 20px auto 0;*/
    background: #fff;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /*border: 1px solid #333;*/
    /*padding-left: 10px;*/
}

.tab_menu {
    overflow: hidden;
    border-bottom: 1px solid rgb(133, 142, 149);
}

.tab_menu li {
    width: 80px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #3a5971;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    /*border-top: 1px solid #858e95;*/
    border-left: 1px solid #858e95;
}

.tab_menu li.current {
    color: #3a5971;
    background: #eaf1f9;
    /*border-top: 1px solid #858e95;*/
    /*border-left: 1px solid #858e95;*/
}

.tab_menu li.other {
    /*border-bottom: 1px solid #858e95;*/
}

.tab_menu li a {
    color: #fff;
    text-decoration: none;
}

.tab_menu li.current a {
    color: #333;
}

.tab_box {
    padding-top: 10px;
    overflow-y: auto;
    /*height: 650px;*/
}

.tab_box li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.noShow{
    display: none;
}

.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "宋体";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.tab_box tr span {
    cursor: pointer;
}

.tab_box .hide {
    display: none;
}

#mytable {
    width: 100%;
}

caption {
    padding: 0 0 5px 0;
    width: 700px;
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

th {
    font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    height: 25px;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size: 11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    text-align: center;
}

td.alt {
    background: #F5FAFA;
    color: #797268;
}

th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.left {
    border-left: 1px solid #e2e2e2;
}

th.bg {
    background: #eaf1f9;
    color: #3e74b3;
}

th.center {
    text-align: center;
}

th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

.preview {
    background: url('../img/ic_yl.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.up {
    background: url('../img/ic_sc.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.down {
    background: url('../img/ic_xz.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.up-move {
    background: url('../img/ic_sy.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.down-move {
    background: url('../img/ic_xy.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.del {
    background: url('../img/ic_delete.png') no-repeat;
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
    display: inline-block;
}

.btn {
    background: #3e74b3;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 6px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.button2 {
    background-color: #3e74b3;
}

.button4 {
    background-color: #e7e7e7;
    color: black;
    background-color: #e7e7e7;
    color: black;
    padding: 6px 14px;
    letter-spacing: 2px;
    margin: 20px 0px 8px 0px;
}

.btnGroups {
    float: right;
    margin-top: 14px;
}

.dialog {
    /*position: fixed;*/
    /*top: 35%;*/
    /*left: 9%;*/
    /*padding: 0.533333rem;*/
    background-color: #fff;
    /*width: 38%;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*z-index: 999;*/
    /*border-radius: 0.31rem;*/
    /*-moz-box-shadow: 2px 2px 5px #333333;*/
    /*-webkit-box-shadow: 2px 2px 5px #333333;*/
    /*box-shadow: 2px 2px 5px #333333;*/
}

.cens {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog .head {
    border-bottom: 1px solid #ddd;
    padding: 0px 8px;
}

.dialog .head .col {
    color: #888888;
    float: left;
}

.dialog .head .del-icon {
    background: url('../img/tc_close.png') no-repeat;
    width: 8px;
    height: 8px;
    background-size: 8px;
    float: right;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.ts1{
    cursor: pointer;
}

.dialog .contents {
    padding: 19px 30px;
    font-size: 13px;
}

.dialog .contents .title {
    overflow: hidden;
}

.dialog .contents .title .left {
    float: left;
}

.dialog .contents .title .right {
    float: left;
}

.dialog .contents .items {
    overflow: hidden;
    padding-top: 10px;
    height: 335px;
    overflow: auto;
}

.dialog .contents .items .item {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    padding-top: 10px;
}

.dialog .contents .items .item .left {
    float: left;
}

.dialog .contents .items .item .right {
    float: right;
    position: relative;
    top: 8px;
    font-size: 12px;
}

.dialog .contents .items .item .right .btn-1 {
    float: left;
    color: #ffffff;
    background: #3e74b3;
    margin-right: 10px;
    margin-right: 10px;
    padding: 0px 5px;
    border-radius: 4px;
}

.dialog .contents .items .item .right .btn-2 {
    float: left;
    color: #ffffff;
    background: #3e74b3;
    padding: 0px 5px;
    border-radius: 4px;
}

.dialog .contents .items .item .time {
    color: #858e95;
    font-size: 12px;
}

.dialog .contents .items .item .height20 {
    height: 20px;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog .contents .items .item .yl {
    background: url('../img/bu_yl.png') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.dialog .contents .items .item .xz {
    background: url('../img/bu_xz.png') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.dialog .contents .close{
   text-align: center;
}

#top {
    width: 100%;
    padding-bottom: 5px;
    background-color: #f7f3f7;
    border-bottom: 1px #919b9c solid;
}

.buttons {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 32px;
}

.btn1_mouseout {
    border: 1px solid #2c59aa;
    filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#c3daf5);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#c3daf5));
    background: -ms-linear-gradient(top, #ffffff, #c3daf5);
    color: black;
}

.btn1 {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

