@charset "utf-8";
body {
    background: #fafafa;
    font-family: PingFangSC-Light, helvetica, 'Heiti SC', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}
.btn,.form-control{
    font-size: 14px;
}

button, input, select, textarea {
    outline: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1060px;
        max-width: 1060px;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 1060px;
        max-width: 1060px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

.content-wrapper {
    background: #fafafa;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}

.col-md-1-5 {
    width: 20%;
    float: left;
}

a {
    cursor: pointer;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*头部*/
.main-header {
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.fa-bars {
    color: #333;
}

.navbar-brand .logo-img {
    width: 120px;
    height: 30px;
    float: left;
}

.navbar-brand .nav-text {
    color: #444;
    line-height: 32px;
    font-weight: 700;
    padding-left: 10px;
}

.navbar-nav {
    padding: 0;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fa-personal {
    width: 24px;
    height: 24px;
    background: url('../img/persona2.png') no-repeat center center;
    float: left;
    margin-top: -2px;
}

.dropdown-toggle {
    color: #444;
    font-size: 16px;
}

.dropdown-toggle:hover {
    color: #444;
}

.navbar-nav .open > a:hover {
    color: #3ebb2b;
    background: #fff;
}

.nav .open > a span {
    color: inherit;
}

.tab-bar-menu.nav > li > a:hover, .tab-bar-menu.nav > li > a:active, .tab-bar-menu.nav > li > a:focus {
    background: #97debb;
    color: #000;
}

.nav .dropdown > a:focus, .nav .dropdown > a:hover {
    /* background: #adeae5; */
}

.tab-bar-menu .open > a, .tab-bar-menu .open > a:focus, .tab-bar-menu .open > a:hover {
    background-color: #97debb;
    border-color: #337ab7;
}

.tab-bar-menu .dropdown-menu > li > a:focus, .tab-bar-menu .dropdown-menu > li > a:hover {
    background: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: transparent;
    color: inherit;
}

.tab-bar-menu.nav-tabs > li.active > a, .tab-bar-menu.nav-tabs > li.active > a:focus, .tab-bar-menu.nav-tabs > li.active > a:hover {
    /* background: #2fb9ac; */
    background: #2fb974;
}

.tab-bar-menu .dropdown-menu {
    background: #ecfff6;
    border: 1px solid #2fb974;
}
.tab-bar-menu{
    width: 100%;
}
.navbar-nav > .user-menu > .dropdown-menu {
    width: 180px;
    border-radius: 6px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 0;
    border: none;
}

.breadcrumb {
    background: transparent;
    margin: 5px 0;
    padding-left: 0;
    font-size: 15px;
    color: #3895f9;
}

.breadcrumb > .active {
    color: #3895f9;
}

.breadcrumb > li + li:before {
    color: #3895f9;
    content: ">";
    padding: 0 5px;
}

.row {
    margin: 0;
}

.user-body .text-left {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #666;
    display: block;
}

.user-body .text-left-border {
    border-bottom: 1px solid #d2d2d2;
}

.fa-password {
    width: 20px;
    height: 50px;
    background: url('../img/change-password.png') no-repeat center center;
    float: left;
    margin-right: 5px;
}

.fa-logout {
    width: 20px;
    height: 50px;
    background: url('../img/logout.png') no-repeat center center;
    float: left;
    margin-right: 5px;
}

.fa-modle {
    width: 20px;
    height: 50px;
    background: url('../img/module.png') no-repeat center center;
    background-size: 22px 22px;
    float: left;
    margin-right: 5px;
}

.fa-clos {
    width: 20px;
    height: 50px;
    background: url('../img/close.png') no-repeat center center;
    background-size: 20px 20px;
    float: left;
    margin-right: 5px;
}

.modal .modal-header h4 {
    font-weight: 600;
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }

    .navbar-header {
        width: 50%;
        float: left;
        padding-left: 10px;
    }

    .navbar-brand .nav-text {
        display: none;
    }
}

/*修改密码*/
.modal1.show .modal-dialog {
    width: 400px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

.modal1 .modal-content {
    width: 400px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .modal1.show .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }

    .modal1 .modal-content {
        width: 100%;
        border-radius: 6px;
    }
}

.modal1 .modal-footer {
    border: none;
    padding: 10px 20px 20px 20px;
}

.modal1 .modal-body {
    background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 6px 6px 0 0;
}

.modal1 .modal-footer .btn {
    width: 45%;
    float: left;
}

.modal1 .modal-footer .btn-confirm {
    margin-left: 4%;
    background: #3ebb2b;
    border: 1px solid #2e951e;
    color: #fff;

}

.modal1 .modal-footer .btn-confirm:hover {
    background: #2e951e;
}

.modalfr .modal-footer {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 6px 6px;
}

ul {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.modalfr .modal-content {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.modalfr .moda-body ul li a {
    text-decoration: underline;
}

/*登录*/
.login-box {
    width: 460px;
}

.login-logo .nav-text {
    font-size: 18px;
    font-weight: bolder;
}

.login-box-body {
    padding: 30px;
    border-radius: 10px;
}

.btn-login {
    background: #3ebb2b;
    border-radius: 6px;
    color: #fff;
}

.btn-login:hover {
    color: #fff;
}

label {
    font-weight: normal;
    font-size: 15px;
}

.social-auth-links .btn-gl {
    background: #dd5044;
    border-radius: 6px;
    color: #fff;
}

.social-auth-links .btn-ad {
    background: #007bb6;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
}

.social-auth-links {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .login-box {
        width: 90%;
        margin-top: 20px;
    }
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    border-top: 1px solid #d2d2d2;
    text-align: center;
    color: #333;
    font-size: 15px;
}

.footer span:nth-child(1) {
    margin-right: 3px;
}

.footer span:nth-child(2) {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .content-wrapper {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .content-wrapper {
        min-height: 730px;
    }
}

@media (min-width: 1500px) {
    .content-wrapper {
        min-height: 860px;
    }
}

#reportStatusM .modal-body input[type="checkbox"] {
    top: 0px;
}

#reportStatusM .modal-body .yue12 {
    margin-left: 15px;
}
.more-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.form-group {
    margin-bottom: 15px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}