/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.form-control-phone {
    display: block;
    width: 100%;
   /* height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-phone::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control-phone:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-phone::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-phone::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-phone:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-phone::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-phone::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-phone:disabled, .form-control-phone[readonly] {
    background-color: white;
    opacity: 1;
    border: none;
}
select.form-control-phone {
    width: 70%;
    height: 30px;
    display: inline;
    float: right;
    margin-right: 8px;
}
select.form-control-phone:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-phone-file,
.form-control-phone-range {
    display: block;
    width: 100%;
}

label.form-control-phone {
    color: #999999;
    border: none;
    width: 30%;
    display: inline;
    height: 30px;
    line-height: 30px;
}
input.form-control-phone {
    width: 70%;
    display: inline;
    float: right;
    height: 30px;
    margin-right: 8px;
}

.icon-footer {
    height: 40px;
    margin: 25px auto;
    border: none;
}

.icon-footer-index {
    width: 100%;
    height: 75px;
    margin: 25px auto;
    border: none;
    display: block;
}

.footer .active {
    /* border: none;
        filter: drop-shadow(800px 0 #1CAFF6);
        position: relative;
        left: -800px;*/
    color: #1CAFF6;
}



.form-control-up-select {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.container .form-group {
    background-color: #fff;
}

.navgationTop {
    position: fixed;
    height: 55px;
    background-color: #fff;
    width: 100%;
    top: 0;
    padding: 10px 15px;
    z-index: 9999;
}

.btn-del {
    margin: 0 10px 0 10px;
    background-color: #1CAFF6;
    width:auto;
    color:#fff;
    border:none;
}

.navgationTop .btn-primary {
    background-color: #1CAFF6;
/*    width: 40%;*/
    border-color:none;
    border:none;
   /* width:100%;*/
   
}

.btn-primary {
    border-color: none;
}

textarea.form-control-phone {
    width: 55%;
    display: inline;
    float: right;
    margin-right: 8px;
}

.circle-back {
    width: 100px;
    height: 100px;
    background-color: red;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.form-control-phone {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-phone::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control-phone:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control-phone::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-phone::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-phone:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-phone::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-phone::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-phone:disabled, .form-control-phone[readonly] {
        background-color: white;
        opacity: 1;
        border: none;
    }

select.form-control-phone {
    width: 55%;
    height: 30px;
    display: inline;
    float: right;
    margin-right: 8px;
}

    select.form-control-phone:focus::-ms-value {
        color: #495057;
        background-color: #fff;
    }

.form-control-phone-file,
.form-control-phone-range {
    display: block;
    width: 100%;
}

label.form-control-phone {
    color: #999999;
    border: none;
    width: 35%;
    display: inline;
    height: 30px;
    line-height: 30px;
}

input.form-control-phone {
    width: 65%;
    display: inline;
    float: right;
    height: 30px;
    margin-right: 8px;
}


/*鼠标悬停显示帮助*/
.help-no-tip {
    margin-left: 3px;
    width: 20px;
    height: 20px;
    cursor: default;
    display: inline-block;
}

/*.help-tip p {
    display: none;
    text-align: left;
    background-color: white;
    padding: 20px;
    width: 200px;
    height:auto;
    white-space:normal;
    word-break:break-all;
    float: left;
    border-radius: 3px;
    left: 60px;
    top: -60px;
    color: gray;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 1px 1px 2px #aaaaaa;
    position: relative;
    z-index: 1000;
}

.help-tip:active p {
    display: block;
}*/

.iframeTitle {
    width:100%;
    height:25px;
    text-align:center;
    line-height:25px;
}

.iframeCss {
    width: 100%;
    height: calc(100% - 25px);
}

/*  js将缓存此类型div的手动宽度调整*/
.iframeDiv {
    float: left;
    width: 50%;
    height: 50%;
    resize: both;
    overflow: auto;
    background: linear-gradient(#000, #000) right bottom, linear-gradient(#000, #000) right bottom;
    background-repeat: no-repeat;
    background-size: 0.2vw 1.5vw, 1.5vw 0.2vw;
}

.iframeDiv-50 {
    width: calc(50% - 20px);
}

.iframe {
    width: 100%;
    height: 100%;
}

.index-textarea {
    width: 100%;
    height: 100%;
    background-color: #F5F7FA;
    border: 0px;
    text-align: center;
}

.select-item{
    margin-right:10px;
    vertical-align:middle;
}

.action-item {
    margin-left: 2px;
    vertical-align: middle;
    color: #133F83;
}

.add-button {
    margin-left: 5px;
    margin-top: 5px;
}

body {
}

table {
}

th {
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
}

td {
    text-align: center;
    word-wrap: break-word;
    vertical-align: middle !important;
}

.container {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.caozuo {
    word-break: keep-all;
    white-space: nowrap;
}

.control-label {
    width: 25%;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    vertical-align: -webkit-baseline-middle;
}

.form-control {
    width: 55%;
    display: inline-block;
    vertical-align:middle;
}

/*多选下拉框*/
.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

    .multi-select-menuitem + .multi-select-menuitem {
        padding-top: 0;
    }

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

    .multi-select-button:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em 0.4em 0 0.4em;
        border-color: #999 transparent transparent transparent;
        margin-left: 0.4em;
        vertical-align: 0.1em;
    }

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}



* {
    margin: auto;
    padding: 0;
}

.contains {
    width: 100%;
    height: 100%;
}

.menu ul {
    /*    width: 260px;*/
    padding: 10px 0px 0px 0px;
}
/*去掉项目符号，修改字体并为链接添加间距*/
.menu li {
    list-style: none;
    letter-spacing: 1px;
    height: 40px;
    width: 170px;
    margin-top: 10px;
    margin-left: 20px;
}

/*使链接填满整个项目*/
.menu a {
    display: inline-block;
    text-decoration: none;
    color: #2C3542;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    vertical-align: middle;
}

.menu img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

a {
    color: #2C3542;
    text-decoration: none;
}
/*悬停高亮*/



.rightTop {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.xuanli {
    background-color: #F0F0F0;
    border-radius: 3px;
    height: 40px;
    color: #133F83 !important;
    border-left: 3px solid #133F83;
}

.rightTopleft {
    float: left;
    height: 40px;
}

.tj {
    color: #999999;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
}

.rightTopright {
    float: right;
    height: 40px;
}



.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
    position: absolute;
    width: 200px;
    height: 100vh;
    left: 0px;
    top: 0px;
}

.menu {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 86px);
}

    .menu::-webkit-scrollbar {
        display: none;
    }
.right {
    position: absolute;
    width: calc(100vw - 200px);
    height: 100vh;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.adminname {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
}

.persontype {
    display: inline-block;
    color: #B9985F;
    font-size: 12px;
    margin-right: 15px;
    width: 48px;
    height:20px;
    overflow:hidden;
    margin-bottom:0;
}

#xia {
    margin-right: 50px
}

#btn {
    margin-left: 10px;
}

.rightBottom {
    position: absolute;
    width: 100%;
    background-color: #F5F7FA;
    height: calc(100% - 40px);
    left: 0px;
    bottom: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.bottomTitle {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 5px;
    background-color: #fff;
    border-radius: 5px;
    border-left: 5px solid #133F83;
    overflow: hidden;
}

.renderBody {
    position: absolute;
    width: 100%;
    background-color: #F5F7FA;
    height: calc(100% - 60px);
    left: 0px;
    top: 45px;
    padding: 0px;
    overflow: scroll;
}


.bottomTitleleft_p {
    font-size: 20px;
    color: #2C3542;
    margin-left: 20px;
    line-height: 40px;
}

.bottomTitleleft {
    float: left;
    height: 40px;
}

.bottomTitleright {
    position: absolute;
    right: 8px;
    height: 40px;
}

.bottomTitleright_p {
    line-height: 60px;
    margin-right: 20px;
}

.centerbottom {
    float: left;
    margin-left: 8px;
    overflow-x: scroll;
    width: calc(100% - 340px);
}

#centerbottom_p {
    line-height: 40px;
    white-space:nowrap;
}

.bottomRight {
    float: right;
    margin-right: 20px;
    line-height: 60px;
}

.goBackDiv {
    width: 120px;
    background-color: #fff;
    position: absolute;
    height: 35px;
    box-shadow: 5px -5px 5px #888;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transform: translate(13%,-65%);
    display: none;
}


.notify {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
}

a:hover {
    text-decoration: none
}


.notifyHas {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
}

.animScale {
    animation: anim-scale 2s infinite linear;
    -webkit-animation: anim-scale 2s infinite linear;
}

@keyframes anim-scale {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.7, 0.7)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes anim-scale /* Safari 和 Chrome */
{
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.7, 0.7)
    }

    100% {
        transform: scale(1, 1)
    }
}

.bodyCss {
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/
}


/*移动端搜索框抽离*/

.mobileTopSelect {
    width: 100%;
    background-color: #fff;
    padding: 0 4%;
    display: none;
}

.topCellSelect {
    width: 35% !important;
    border-radius: 3px !important;
}

.top-mobileTopSelect {
    height: 36px;
    background-color: #fff;
    padding: 0 4%;
}

    .top-mobileTopSelect span {
        line-height: 36px;
        font-size: 13px;
        color: #2C3542;
        float: right;
    }
    .top-mobileTopSelect img {
        float: right;
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .top-mobileTopSelect a {
        line-height: 36px;
    }
    /*管理端顶部上传excal按钮样式*/
    .a-upload {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .a-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

/*移动端表单盒子模型*/
.form-group-mobile-list {
    margin-bottom:0;
}
.m-box {
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5%;
}

    .m-box > :first-child input[type=checkbox] {
        float: right;
        width: 30px;
        height: 30px;
    }

    .m-box a {
        display: inline-block;
    }

    .m-box .control-label {
        width: 30%;
        float: left;
        word-break: break-all;
        word-wrap: break-word;
        margin-right: 10px;
        text-align: left;
    }

    .m-box .control-text {
        width: 65%;
        float: left;
    }

    .m-box .form-control-p {
        width: 100%;
        word-break: break-all;
        word-wrap: break-word;
        font-weight: 800;
        text-align: left;
    }

    .m-box > :last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .m-box > :last-child a {
        margin: 5px;
    }
.btn-kong-blue {
    border: 1px solid #133F83;
    background-color: #Fff;
    color: #133F83;
    border-radius: 8px;
}
.btn-kong-red {
    border: 1px solid #FF7765;
    background-color: #Fff;
    color: #FF7765;
    border-radius: 8px;
}
.zhanwei {
    height:169px;
}
/* a消除默认样式 */
a {
    text-decoration: none !important;
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }
/*移动端底部操作盘*/
.panel {
    height: 69px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: fixed;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
    .panel::-webkit-scrollbar {
        display: none;
    }
/*.btn-create {
    height: 69px;
    width: 95%;
    bottom: 34px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: fixed;
    text-align: center;
    line-height: 69px;
}*/
    .panel > div {
/*        margin-top: 20px;*/
/*        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;*/
    }

/*        .panel > div > a {
            color: #333333;
            font-size: 10px;
        }*/
/*移动端右侧功能盘*/
.mobile-menu {
    margin: 10px;
}
.mobile-right-panel {
    width: 70%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index:10;
}
.btn-shuaxin {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position:fixed;
    right:16px;
    bottom:233px;
    z-index:1;
}
.btn-top {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 16px;
    bottom: 163px;
    z-index: 1;
}
.btn-back {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 16px;
    bottom: 303px;
    z-index: 1;
}
/*移动端分页*/
.fenye {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.fenye-shang {
    width: 26px;
    height: 26px;
}
.fenye-xia {
    width: 26px;
    height: 26px;
}
/*移动端统计*/
.mobile-tongji {
    height: 35px;
    width: calc(100% - 16px);
    background-color: #E5E6E7;
    position: absolute;
    z-index: 9;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: 8px;
}
    .mobile-tongji p {
        color: #2C3542;
        margin-bottom: 0;
        white-space: nowrap;
    }

/*遮罩*/
.zhezhao {
    position: absolute;
    z-index:99;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
/*    padding: 5%;*/
}

    .zhezhao iframe {
        width: 100%;
        height: 100%;
    }
.zhezhao-close {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-top-mobile{
    margin:4px;
}

/*水印效果*/

.table-sy {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    color: #ffffff0D;
    z-index: 97;
    overflow:hidden;
}

    .table-sy > div {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-40deg);
        float: left;
    }

/*浏览器缩放 内边框颜色防消失*/

/*tr {
    resize: none;
    outline:  solid;
    word-wrap: break-word;
    text-overflow: ellipsis;
}*/

/*后台筛选图片*/
.orderbybox {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .orderbybox img {
        width: 100%;
        height: 7px;
    }

.btn_search {
    margin-top: 0 !important;
    margin-right: 65px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    right: 30px;
    top: 0;
}

/*快捷查询*/
.jingling-fixed {
    width: 60px;
    height: 40px;
    right: 170px;
    top: auto;
    position: fixed;
    cursor: pointer;
    z-index: 9;
}

.jingling-position {
    position: relative;
}

.jingling-img {
    width:60px;
}

.jingling-duihua {
    position: absolute;
    top: -40px;
    left: -25px;
    background: #fff;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: #ccc solid 1px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    color: #a3a1a1;
}

.jingling-ul {
    list-style: none;
    width: 150px;
    background: #9e9e9e;
    position: absolute;
    top: 0;
    left: -170px;
    border-radius: 8px;
    padding: 5px;
    color: #fff;
    text-align: center;
    display: none;
}

    .jingling-ul li {
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

        .jingling-ul li span, .jingling-ul li input {
            display: block;
            width: 120px;
            font-size: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .jingling-ul li input {
            background: #ccc;
            border: none;
            outline: none;
            border-radius: 3px;
        }

.btn-quicksearch-create {
    border: 1px solid #63D9BB;
    background-color: #548A95;
    color: #fff;
    width: 100%;
    border-radius: 8px;
}

.btn-quicksearch-delete {
    border: 1px solid #ff2040;
    background-color: #ff0000;
    color: #fff;
    width: 30px;
    border-radius: 8px;
    font-size: 12px;
}

.btn-quicksearch-yes {
    border: 1px solid #20d1ff;
    background-color: #0098ff;
    color: #fff;
    width: 30px;
    border-radius: 8px;
    font-size: 12px;
}

/*权重*/
.btn-quanzhong {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

    .btn-quanzhong:hover .quanzhong-ul {
        display: block;
    }

.quanzhong-ul {
    list-style: none;
    width: 200px;
    max-height: 300px;
    background: #9e9e9e;
    border-radius: 8px;
    position: absolute;
    top: -15px;
    left: 18px;
    padding: 8px;
    color: #fff;
    display: none;
    overflow-y: scroll;
    z-index: 9;
}

.btn-quanzhong ul li label {
    display: block;
    width: 65%;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.btn-quanzhong ul li input[type=text] {
    width: 25%;
    border: none;
    float: right;
    background:#ccc;
    color:#fff;
}

.btn-quanzhong ul input[type=button] {
    display: block;
    width: 80%;
    margin: 5px auto;
}
.btn-quanzhong img {

}