@charset "utf-8";
/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    outline: 0 !important;
}

body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;

}

body {
    background-color: #eaedf1;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    margin: 0;
    padding: 0;
    font-family: -apple-system, Helvetica, sans-serif;
}

.body-background-black {
    background-color: #000;
}

input, textarea {
    outline: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    color: #2f90c6;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

/*----------------------------------------------------------------------------------- */
/*  Generic definition */
/*----------------------------------------------------------------------------------- */
.clear {
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*----------------------------------------------------------------------------------- */
/*  common */
/*----------------------------------------------------------------------------------- */
.empty {
    width: 100px;
    margin: 30px auto 0 auto;
    font-size: 13px;
    color: rgba(0, 0, 0, .8);
}

/*----------------------------------------------------------------------------------- */
/*  button */
/*----------------------------------------------------------------------------------- */
.page-btn {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
}

.page-btn.default {
    display: block;
    border: 1px #c7c7c9 solid;
    background-color: #f7f7f7;
    color: rgba(69, 69, 69, 0.8);
}

.page-btn.default:active {
    color: rgba(69, 69, 69, 0.7);
}

.page-btn.primary {
    display: block;
    border: 1px #3688b4 solid;
    background-color: #3e99cb;
    color: rgba(255, 255, 255, 1);
}

.page-btn.primary:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.danger {
    display: block;
    border: 1px #e59d37 solid;
    background-color: #f0ad4e;
    color: rgba(255, 255, 255, 1);

}

.page-btn.danger:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.warning {
    display: block;
    border: 1px #b15760 solid;
    background-color: #b15e67;
    color: rgba(255, 255, 255, 1);

}

.page-btn.warning:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.success {
    display: block;
    border: 1px #3eaf3e solid;
    background-color: #5cb85c;
    color: rgba(255, 255, 255, 1);

}

.page-btn.success:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.middle {
    padding: 0 8px;
    width: auto;
    height: 34px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
}

.page-btn.middle.default {
    display: inline-block;
    border: 1px #c7c7c9 solid;
    background-color: #f7f7f7;
    color: rgba(69, 69, 69, 0.8);

}

.page-btn.middle.default:active {
    color: rgba(69, 69, 69, 0.7);
}

.page-btn.middle.primary {
    display: inline-block;
    border: 1px #3688b4 solid;
    background-color: #3e99cb;
    color: rgba(255, 255, 255, 1);

}

.page-btn.middle.primary:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.middle.danger {
    display: inline-block;
    border: 1px #e59d37 solid;
    background-color: #f0ad4e;
    color: rgba(255, 255, 255, 1);

}

.page-btn.middle.danger:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.middle.warning {
    display: inline-block;
    border: 1px #b15760 solid;
    background-color: #b15e67;
    color: rgba(255, 255, 255, 1);

}

.page-btn.middle.warning:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.middle.success {
    display: inline-block;
    border: 1px #3eaf3e solid;
    background-color: #5cb85c;
    color: rgba(255, 255, 255, 1);

}

.page-btn.middle.success:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.small {
    padding: 0 8px;
    width: auto;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
}

.page-btn.small.default {
    display: inline-block;
    border: 1px #c7c7c9 solid;
    background-color: #f7f7f7;
    color: rgba(69, 69, 69, 0.8);

}

.page-btn.small.default:active {
    color: rgba(69, 69, 69, 0.7);
}

.page-btn.small.primary {
    display: inline-block;
    border: 1px #3688b4 solid;
    background-color: #3e99cb;
    color: rgba(255, 255, 255, 1);
}

.page-btn.small.primary:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.small.danger {
    display: inline-block;
    border: 1px #e59d37 solid;
    background-color: #f0ad4e;
    color: rgba(255, 255, 255, 1);
}

.page-btn.small.danger:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.small.warning {
    display: inline-block;
    border: 1px #b15760 solid;
    background-color: #b15e67;
    color: rgba(255, 255, 255, 1);
}

.page-btn.small.warning:active {
    color: rgba(255, 255, 255, 0.7);
}

.page-btn.small.success {
    display: inline-block;
    border: 1px #3eaf3e solid;
    background-color: #5cb85c;
    color: rgba(255, 255, 255, 1);
}

.page-btn.small.success:active {
    color: rgba(255, 255, 255, 0.7);
}

/**
* margin padding
**/
.page-margin-padding-0 {
    margin: 0;
    padding: 0;
}

.page-margin-0 {
    margin: 0;
}

.page-margin-10 {
    margin: 10px;
}

.page-margin-20 {
    margin: 20px;
}

.page-margin-left-10 {
    margin-left: 10px;
}

.page-margin-left-20 {
    margin-left: 20px;
}

.page-margin-top-10 {
    margin-top: 10px;
}

.page-margin-top-20 {
    margin-top: 20px;
}

.page-margin-right-10 {
    margin-right: 10px;
}

.page-margin-right-20 {
    margin-right: 20px;
}

.page-margin-bottom-10 {
    margin-bottom: 10px;
}

.page-margin-bottom-20 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .page-btn.middle {
        padding: 0 8px;
        width: auto;
        height: 32px;
        line-height: 30px;
        border-radius: 2px;
        text-align: center;
        font-size: 12px;
    }
    /*手机*/
    .left-menu {
        display: none;
        clear: both;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #333744;
    }
    .left-menu .category {
        padding-left: 30px;
        height: 40px;
        line-height: 40px;
        background: #42485b;
        color: rgba(255, 255, 255, 0.7);
        text-align: left;
        font-size: 13px;
    }

    .left-menu li {
        height: 36px;
        line-height: 36px;
        text-align: left;
        font-size: 13px;
    }

    .left-menu li a {
        display: block;
        padding-left: 40px;
        color: rgba(255, 255, 255, 0.7);
    }

    .left-menu li a:hover {
        background: #333744;
    }

    .left-menu li a i {
        margin-right: 10px;
        color: rgba(255, 255, 255, 0.3);
    }

    .right-main {
        padding-left: 0;
        z-index: 9;
        background: #eaedf1;
        padding-top: 50px;
    }

    /*----------------------------------------------------------------------------------- */
    /*  Header */
    /*----------------------------------------------------------------------------------- */
    .top-header {
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        line-height: 50px;
        background: #3e99cb;
        width: 100%;
        z-index: 99;
    }

    .top-header .logo {
        float: left;
        padding: 0;
        width: 100px;
        height: 50px;
        background: #3688b4;
        border-right: 1px rgba(255, 255, 255, 0.1) solid;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif
    }

    .top-header .logo:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .top-header .home {
        float: left;
        padding: 0 12px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 13px;
        border-right: 1px #3990bf solid;
    }
    .top-header .home:active {
        color: rgba(255, 255, 255, 0.5);
    }

    .top-header .page-collapse-mobile {
        display: block;
        float: left;
        width:51px;
        color: rgba(255, 255, 255, 0.9);
        border-right: 1px #3990bf solid;
        text-align: center;
    }
    .top-header .page-collapse-mobile:active {
        color: rgba(255, 255, 255, 0.5);
    }

    .top-header .page-collapse-mobile i{
        font-size: 18px;
        line-height: 46px;
    }

    .top-header .page-collapse-web {
        display: none;

    }


    .top-header .page-collapse {
        display: block;
        float: right;
        padding: 0 20px;
        color: rgba(255, 255, 255, 0.9);
        border-right: 1px #3990bf solid;
    }
    .top-header .page-collapse:active {
        color: rgba(255, 255, 255, 0.5);
    }

    .top-header .page-collapse i {
        font-size: 18px;
        line-height: 46px;
    }

    .top-header ul {
        clear: both;
        margin-top: 0;
        display: none;
        background: #3e99cb;
        border-top: 1px #3990bf solid;
    }

    .top-header ul .li {
        line-height: 40px;
        height: 40px;
    }

    .top-header ul .li .cell {
        display: block;
        padding: 0 15px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 13px;
        border-right: 1px #3990bf solid;
    }

    .top-header ul .li .cell:hover {
        background: #3688b4;
    }

    .top-header ul .li.task span {
        display: inline-block;
        margin-left: 5px;
        min-width: 30px;
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
        background: #f19833;
        color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        text-align: center;
    }

    .top-header ul .li i {
        margin-right: 5px;
    }

    .top-header ul .li.user {
        position: relative;
        padding-right: 14px;
    }

    .top-header ul .li.user .cell {
        border-right: 0;
    }

    .top-header ul .li.user:hover {
        background: #3688b4;
    }

    .top-header ul .li .user-drop {
        display: none;
        position: absolute;
        right: 0;
        top: 39px;
        width: 100%;
        background: #3688b4;
        z-index: 999;
        border: 1px #3990bf solid;
        border-top: 0;
        padding: 0
    }

    .top-header ul .li .user-drop li {
        height: 36px;
        line-height: 36px;
    }

    .top-header ul .li .user-drop li a {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        padding: 0 15px;
    }

    .top-header ul .li .user-drop li a:hover {
        background: #2782b2;
    }

    .top-header ul .li .user-drop li a i {
        margin-right: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .top-header ul .li.task {
        position: relative;
    }

    .top-header ul .li.task:hover {
        background: #3688b4;
    }

    .top-header ul .li .task-drop {
        display: none;
        position: absolute;
        right: 0;
        top: 39px;
        width: 100%;
        background: #3688b4;
        z-index: 999;
        border: 1px #3990bf solid;
        border-top: 0;
        padding: 0;
    }

    .top-header ul .li .task-drop li {
        height: 36px;
        font-size: 13px;
    }

    .top-header ul .li .task-drop li.top {
        border-top: 0;
    }

    .top-header ul .li .task-drop li a {
        display: block;
        padding: 0 15px;
    }

    .top-header ul .li .task-drop li a:hover {
        background: #2782b2;
    }

    .top-header ul .li .task-drop li a .number {
        display: inline-block;
        float: left;
        margin-top: 8px;
        padding: 0 5px;
        min-width: 30px;
        line-height: 24px;
        background: #f19833;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        font-size: 12px;
    }

    .top-header ul .li .task-drop li a .description {
        display: block;
        float: left;
        font-size: 13px;
        margin-left: 20px;
        color: rgba(255, 255, 255, 0.9);
        line-height: 36px;
    }
    /*----------------------------------------------------------------------------------- */
    /*  navigation */
    /*----------------------------------------------------------------------------------- */
    .navigation {
        background: #fff;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;

    }

    .navigation .router {
        float: left;
    }

    .navigation .router li {
        float: left;
        margin-right: 5px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.7);
    }

    .navigation .router li.line {
        color: rgba(0, 0, 0, 0.6);
    }

    .navigation .button {
        float: right;
        margin-right: 0;
    }

    .navigation .button li {
        float: left;
        margin-right: 2px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.7);
    }
    /*----------------------------------------------------------------------------------- */
    /*  block */
    /*----------------------------------------------------------------------------------- */
    .block1 {
        margin-bottom: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block1 .inner {
        padding: 10px;
    }

    .block2 {

    }

    .block2 .left {
        display: block;
        margin-bottom: 10px;

    }

    .block2 .right {
        display: block;
        margin-bottom: 10px;
    }

    .block2 .inner {
        padding: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block3 {

    }

    .block3 .left {
       display: block;
        margin-bottom: 10px;
    }

    .block3 .center {
        display: block;
        margin-bottom: 10px;
    }

    .block3 .right {
       display: block;
        margin-bottom: 10px;
    }

    .block3 .inner {
        padding: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block1 .title, .block2 .title, .block3 .title {
        height: 36px;
        line-height: 36px;
        border-bottom: 1px #f1f1f1 solid;
        font-size: 14px;
        padding-left: 10px;
        color: rgba(0, 0, 0, 0.8);
    }

}

@media (min-width: 992px) {
    .page-btn.middle {
        padding: 0 8px;
        width: auto;
        height: 34px;
        line-height: 32px;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
    }
    .left-menu {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        width: 200px;
        background: #333744;
        overflow: auto;
        padding-bottom: 50px;
    }
    .left-menu .category {
        padding-left: 30px;
        height: 50px;
        line-height: 50px;
        background: #42485b;
        color: rgba(255, 255, 255, 0.7);
        text-align: left;
        font-size: 13px;
    }

    .left-menu li {
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 13px;
    }

    .left-menu li a {
        display: block;
        padding-left: 40px;
        color: rgba(255, 255, 255, 0.7);
    }

    .left-menu li a:hover {
        background: #333744;
    }

    .left-menu li a i {
        margin-right: 10px;
        color: rgba(255, 255, 255, 0.3);
    }

    .right-main {
        padding-left: 200px;
        padding-top: 50px;
        overflow: auto;
        z-index: 9;
        background: #eaedf1;
    }

    /*----------------------------------------------------------------------------------- */
    /*  Header */
    /*----------------------------------------------------------------------------------- */
    .top-header {
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        line-height: 50px;
        background: #3e99cb;
        width: 100%;
        z-index: 99;
    }

    .top-header .logo {
        float: left;
        padding: 0;
        width: 150px;
        height: 50px;
        background: #3688b4;
        border-right: 1px rgba(255, 255, 255, 0.1) solid;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-size: 26px;
        font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif
    }

    .top-header .logo:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .top-header .home {
        display: block;
        float: left;
        padding: 0 20px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        border-right: 1px #3990bf solid;
    }

    .top-header .home:hover {
        background: #3688b4;
    }

    .top-header .page-collapse-mobile {
        display: none;

    }
    .top-header .page-collapse-web {
        display: block;
        float: left;
        width:51px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        border-right: 1px #3990bf solid;
        text-align: center;
    }
    .top-header .page-collapse-web i {
        font-size: 18px;
        line-height: 46px;
    }


    .top-header .page-collapse {
        display: none;

    }

    .top-header .page-collapse i {
        font-size: 18px;
        line-height: 46px;
    }

    .top-header ul {
        float: right;
    }

    .top-header ul .li {
        float: left;
    }

    .top-header ul .li .cell {
        display: block;
        float: left;
        padding: 0 15px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        border-right: 1px #3990bf solid;
    }

    .top-header ul .li .cell:hover {
        background: #3688b4;
    }

    .top-header ul .li.task span {
        display: inline-block;
        margin-left: 5px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
        background: #f19833;
        color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        text-align: center;
    }

    .top-header ul .li i {
        margin-right: 5px;
    }

    .top-header ul .li.user {
        position: relative;
    }

    .top-header ul .li.user .cell {
        border-right: 1px #3990bf solid;
    }

    .top-header ul .li.user:hover {
        background: #3688b4;
    }

    .top-header ul .li .user-drop {
        display: none;
        position: absolute;
        right: 0;
        top: 49px;
        width: 130px;
        background: #3688b4;
        z-index: 999;
        border: 1px #3990bf solid;
        border-top: 0;
        padding: 15px 0 15px 0;
    }

    .top-header ul .li .user-drop li {
        height: 46px;
        line-height: 46px;
        text-align: center;
    }

    .top-header ul .li .user-drop li a {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        padding: 0 25px;
    }

    .top-header ul .li .user-drop li a:hover {
        background: #2782b2;
    }

    .top-header ul .li .user-drop li a i {
        margin-right: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .top-header ul .li.task {
        position: relative;
    }

    .top-header ul .li.task:hover {
        background: #3688b4;
    }

    .top-header ul .li .task-drop {
        display: none;
        position: absolute;
        right: 0;
        top: 49px;
        width: 280px;
        background: #3688b4;
        z-index: 999;
        border: 1px #3990bf solid;
        border-top: 0;
        padding: 0;
    }

    .top-header ul .li .task-drop li {
        height: 46px;
        font-size: 14px;
    }

    .top-header ul .li .task-drop li.top {
        border-top: 0;
    }

    .top-header ul .li .task-drop li a {
        display: block;
        padding: 0 25px;
    }

    .top-header ul .li .task-drop li a:hover {
        background: #2782b2;
    }

    .top-header ul .li .task-drop li a .number {
        display: inline-block;
        float: left;
        margin-top: 11px;
        padding: 0 5px;
        min-width: 24px;
        line-height: 24px;
        background: #f19833;
        color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        font-size: 12px;
        text-align: center;
    }

    .top-header ul .li .task-drop li a .description {
        display: block;
        float: left;
        font-size: 14px;
        margin-left: 20px;
        color: rgba(255, 255, 255, 0.9);
        line-height: 46px;
    }
    /*----------------------------------------------------------------------------------- */
    /*  navigation */
    /*----------------------------------------------------------------------------------- */
    .navigation {
        background: #fff;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
    }

    .navigation .router {
        float: left;
    }

    .navigation .router li {
        float: left;
        margin-right: 5px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
    }

    .navigation .router li.line {
        color: rgba(0, 0, 0, 0.6);
    }

    .navigation .button {
        float: right;
        margin-right: 0;
    }

    .navigation .button li {
        float: left;
        margin-right: 10px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
    }
    /*----------------------------------------------------------------------------------- */
    /*  block */
    /*----------------------------------------------------------------------------------- */
    .block1 {
        margin-bottom: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block1 .inner {
        padding: 10px;
    }

    .block2 {
        margin-bottom: 10px;
        position: relative;
    }

    .block2 .left {
        float: left;
        width: 70%;
    }

    .block2 .right {
        float: right;
        width: 29%;
    }

    .block2 .inner {
        padding: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block3 {
        margin-bottom: 10px;
        position: relative;
    }

    .block3 .left {
        float: left;
        width: 49%;
    }

    .block3 .center {
        float: left;
        width: 19%;
        margin-left: 1%;
    }

    .block3 .right {
        float: right;
        width: 49%;
    }

    .block3 .inner {
        padding: 10px;
        background: #fff;
        border: 1px #ebedf1 solid;
    }

    .block1 .title, .block2 .title, .block3 .title {
        height: 36px;
        line-height: 36px;
        border-bottom: 1px #f1f1f1 solid;
        font-size: 14px;
        padding-left: 10px;
        color: rgba(0, 0, 0, 0.8);
    }

}

/*----------------------------------------------------------------------------------- */
/*  warp */
/*----------------------------------------------------------------------------------- */
.warp {
    padding: 10px 10px 10px 10px;
}

/*----------------------------------------------------------------------------------- */
/*  warp */
/*----------------------------------------------------------------------------------- */
.page-load {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 300px;
    height: 40px;
}

.page-load i {
    display: block;
    float: left;
    color: #3688b4;
    font-size: 40px;
}

.page-load span {
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 15px;
    color: #3688b4;
    line-height: 40px;
}
/*----------------------------------------------------------------------------------- */
/*  page-switch */
/*----------------------------------------------------------------------------------- */

.page-switch {
    position: relative;
    display: inline-block;
    width: 94px;
    height: 32px;
    border: 1px #c7c7c9 solid;
    border-radius: 2px;
    background: #ddd;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: -12px;
}
.page-switch ul{
    margin:0;
    padding:0;
}

.page-switch .switch-container {
    position: absolute;
    left: -62px;
    top:0;
    width: 154px;
    height: 28px;
}

.page-switch.active .switch-container {
    left: 0;
}

.page-switch .left {
    display: block;
    float: left;
    width: 60px;
    border:1px #666 solid;
    background-color: #555;
    color: rgba(255, 255, 255, .9);
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    margin: 1px;
    text-align: center;
    font-size: 13px;

}
.page-switch.default .left {
    border:1px #666 solid;
    background-color: #555;
}

.page-switch.primary .left {
    border: 1px #3688b4 solid;
    background-color: #3e99cb;
}

.page-switch.success .left {
    border: 1px #3eaf3e solid;
    background-color: #5cb85c;
}

.page-switch.danger .left {
    border: 1px #e59d37 solid;
    background-color: #f0ad4e;
}

.page-switch.warning .left {
    border: 1px #b15760 solid;
    background-color: #b15e67;
}

.page-switch .empty {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background:transparent;
    text-align: center;
    font-size: 13px;
}
.page-switch .empty i{
    display: block;;
    line-height: 32px;
    color:rgba(0,0,0,.9);
    text-align: center;
}
.page-switch .right {
    display: block;
    float: left;
    width: 60px;
    background: #888;
    color: rgba(255, 255, 255, .9);
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    margin: 1px;
    text-align: center;
    font-size: 13px;
}
/*----------------------------------------------------------------------------------- */
/*  warp */
/*----------------------------------------------------------------------------------- */
.page-upload-button {
    position: relative;
    width: 120px;
}

.page-upload-button form {
    cursor: pointer;
}

.page-upload-button span {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 2px;
    text-decoration: none;
    border: 1px #c7c7c9 solid;
    background-color: #f7f7f7;
    color: rgba(69, 69, 69, 0.8);
    cursor: pointer;
    text-align: center;
    font-size: 13px;
}

.page-upload-button span i {
    margin-right: 5px;
    font-size: 15px;
}
.page-upload-button b {
  font-weight: normal;
}
.page-upload-button form:active span {
    color: rgba(69, 69, 69, 0.5);
}

.page-upload-button input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.page-upload-button.default span {
    border: 1px #c7c7c9 solid;
    background-color: #f7f7f7;
    color: rgba(69, 69, 69, 0.8);
}
.page-upload-button.default form:active span {
    color: rgba(69, 69, 69, 0.5);
}
.page-upload-button.primary span {
    border: 1px #3688b4 solid;
    background-color: #3e99cb;
    color: rgba(255, 255, 255, 1);
}
.page-upload-button.primary form:active span {
    color: rgba(255, 255, 255, 0.7);
}
.page-upload-button.danger span {
    border: 1px #e59d37 solid;
    background-color: #f0ad4e;
    color: rgba(255, 255, 255, 1);
}
.page-upload-button.danger form:active span {
    color: rgba(255, 255, 255, 0.7);
}
.page-upload-button.warning span {
    border: 1px #b15760 solid;
    background-color: #b15e67;
    color: rgba(255, 255, 255, 1);
}
.page-upload-button.warning form:active span {
    color: rgba(255, 255, 255, 0.7);
}
.page-upload-button.success span {
    border: 1px #3eaf3e solid;
    background-color: #5cb85c;
    color: rgba(255, 255, 255, 1);
}
.page-upload-button.success form:active span {
    color: rgba(255, 255, 255, 0.7);
}
