body {
    background: #F3F3F3;
}

/*input, select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-progress-appearance: button;
    appearance: button;
}*/

/* 清理浮动 */
.fn-clear:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fn-clear {
    zoom:1; /* for IE6 IE7 */
}

.middle .zhu_nav {
    border: 1px solid #2b4582;
    border-radius: 10px;
    /*margin-top: 10px;*/
}

.middle .zhu_nav .biaoti {
    padding: 16px 20px 5px;
    font-weight: bold;
    overflow: hidden;
}

.middle .zhu_nav .biaoti .biaoti_left {
    float: left;
    line-height: 24px;
    font-size: 20px;
    color: #2b4582;
}

.middle .zhu_nav .biaoti .biaoti_right {
    float: left;
    margin-left: 20px;
    /*margin-top: 3px;*/
    color: #696666;
    font-weight: normal;
}

.middle .zhu_nav .biaoti .biaoti_right .bt_top {
    float: left;
    border: 1px solid #696666;
    border-radius: 10px;
    padding: 0 4px;
    margin-left: 6px;
    /*display: none;*/
}

.middle .zhu_nav .biaoti .biaoti_right .bt_top:hover {
    border: 1px solid #2b4582;
}

.middle .zhu_nav .biaoti .biaoti_right .bt_top span {
    color: #696666;
    font-size: 12px;
    line-height: 20px;
}

.middle .zhu_nav .biaoti .biaoti_right .bt_top span:nth-child(2) {
    margin-left: 2px;
    cursor: pointer;
    font-weight: bold;
}

.middle .zhu_nav .biaoti .biaoti_right .bt_top span:nth-child(2):hover {
    color: #2b4582;
}

.middle .zhu_nav .sousuo {
    overflow: hidden;
    padding: 6px 20px;
}

.middle .zhu_nav .sousuo .name_item {
    float: left;
    width: 80px;
    margin: 4px 0;
}

.middle .zhu_nav .sousuo .name_item span {
    /*margin-left: 20px;*/
    color: #696666;
}

.middle .zhu_nav .sousuo .item_bumen {
    float: left;
    /*width: 850px;*/
}

.middle .zhu_nav .sousuo .item_bumen a {
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    margin: 4px;
    color: #8c8c8c;
}

.middle .zhu_nav .sousuo .item_bumen a:hover {
    color: #fff;
    background: #2b4582;
}

.middle .zhu_button{
    width: 100%;
    margin: 20px auto;
    text-align: right;
}

.middle .zhu_button #crt_code{
    padding: 7px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    background: #2b4582;
    cursor: pointer;
    user-select: none;
}

.middle .zhu_cont {
    width: 100%;
    margin: 0px auto 20px auto;
}

.middle .zhu_cont table {
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
    width: 100%;
}

.middle .zhu_cont table tr {
    border: 1px solid #dcdcdc;
    width: 100%;
}

.middle .zhu_cont table tr th {
    border: 1px solid #dcdcdc;
}

.middle .zhu_cont table tr td {
    border: 1px solid #dcdcdc;
    word-break: break-all;
}

.middle .zhu_cont table thead th {
    font-size: 14px;
    padding: 20px 0;
    color: #2b4582;
}
/*
.middle .zhu_cont table tbody td:nth-child(1) {
    width: 4%;
}

.middle .zhu_cont table tbody td:nth-child(2) {
    width: 20%;
}

.middle .zhu_cont table tbody td:nth-child(3) {
    width: 20%;
}

.middle .zhu_cont table tbody td:nth-child(4) {
    width: 15%;
}

.middle .zhu_cont table tbody td:nth-child(5) {
    width: 10%;
}

.middle .zhu_cont table tbody td:nth-child(6) {
    width: 20%;
}
.middle .zhu_cont table tbody td:last-child {
    width: 16%;
}*/


.middle .zhu_cont table tbody tr td {
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    color: #8b8b8b;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
    min-width: 90px;
}
.middle .zhu_cont table tbody tr th.chk,
.middle .zhu_cont table tbody tr td.chk {
    width:30px;
    min-width:auto;
}

.middle .zhu_cont table tbody tr td span {
    padding: 4px 16px;
    border-radius: 6px;
    color: #2b4582;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
}

.middle .zhu_cont table tbody tr td span:hover {
    opacity: 0.9;
}
.middle .zhu_pin{
    padding-bottom: 20px;
}
.middle .zhu_pin p{
    line-height: 25px;
}


/* 二维码 */
.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*width: 100%;
    height: 100%;*/
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.mask.show {
    display: block;
}
.mask .code {
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -135px;
    width: 270px;
    background: #fff;
}
.mask .code img{
    margin: 25px auto;
}
/* .mask .code span {
    margin: 46px 60px 10px 60px;
    display: block;
    width: 150px;
    height: 150px;
}
.mask .code span img {
    width: 100%;
    height: 100%;
    display: block;
} */
.mask .code table{
    margin: 25px auto;
}
.mask .code p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #1E9FFF;
}
#code {
    margin: 25px 0;
    text-align:center;
}
#code img {
    display:inline-block !important;
}

.group-module {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.group-module .anchor {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -40px;
}
.group-module h5 {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}
.group-module h5:before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 3px;
    background: #2b4582;
}

.page-nav {
    /*border: 1px solid #666;
    padding: 5px;*/
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #EEE;
    background: #FFF;
    position: relative;
    z-index: 1000;
}
.page-nav .pnav {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}
.page-nav .gene-qrcode-btn {
    padding: 3px 10px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    background: #2b4582;
    cursor: pointer;
    user-select: none;
    float: right;
    font-size: 14px;
}
.page-nav .current .pnav {
    color: #2b4582;
    font-weight: bold;
}
