﻿* {
    margin: 0;
    padding: 0;
    font-family: "宋体",Arial,'Microsoft YaHei';
}

a {
    color: #293430;
    text-decoration: none;
}

    a:hover {
        color: #FA561B;
    }

ul, li {
    margin: 0px;
    padding: 0px;
}

.comWidth {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

li {
    list-style: none;
}

body {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    margin: 0px;
    text-align: center;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #EEEEEE;
}

.header {
    width: 100%;
    height: 142px;
    background: #1F2485 url("../images/Loginbg.png") repeat-x;
    text-align: center;
}

.header_logo_qr {
    width: 1000px;
    height: 94px;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
}
/*菜单样式*/
.nav {
    width: 1000px;
    height: 48px;
    margin: 0 auto;
    background: #1F2485;
}

.clearfix li {
    float: left;
    width: 120px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
}

    .clearfix li a {
        color: #fff;
    }

    .clearfix li span {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }

.Mon_1 {
    background: url(../images/Mon_1.png) no-repeat;
}

.Mon_2 {
    background: url(../images/Mon_2.png) no-repeat;
}

.Mon_3 {
    background: url(../images/Mon_3.png) no-repeat;
}

.Mon_4 {
    background: url(../images/Mon_4.png) no-repeat;
}

.Mon_5 {
    background: url(../images/Mon_5.png) no-repeat;
}

.Mon_6 {
    background: url(../images/Mon_6.png) no-repeat;
}

.Mon_7 {
    background: url(../images/Mon_7.png) no-repeat;
}

.Mon_8 {
    background: url(../images/Mon_8.png) no-repeat;
}

.Moff_1 {
    background: url(../images/Moff_1.png) no-repeat;
}

.Moff_2 {
    background: url(../images/Moff_2.png) no-repeat;
}

.Moff_3 {
    background: url(../images/Moff_3.png) no-repeat;
}

.Moff_4 {
    background: url(../images/Moff_4.png) no-repeat;
}

.Moff_5 {
    background: url(../images/Moff_5.png) no-repeat;
}

.Moff_6 {
    background: url(../images/Moff_6.png) no-repeat;
}

.Moff_7 {
    background: url(../images/Moff_7.png) no-repeat;
}

.Moff_8 {
    background: url(../images/Moff_8.png) no-repeat;
}

.clearfix .nav-active {
    width: 120px;
    line-height: 48px;
    background: #fff;
    color: #1F2485;
    text-align: left;
    vertical-align: middle;
}

    .clearfix .nav-active a {
        color: #1F2485;
        text-align: left;
        vertical-align: middle;
    }

.Content {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    background: url("../images/UserLogo_bg.png") center no-repeat;
}
/*登录*/
.Login {
    width: 430px;
    height: 440px;
    float: right;
    margin-right: 60px;
    margin-top: 80px;
    background: url("../images/UserLogin.png") no-repeat;
}

.Login_Title {
    width: 400px;
    height: 80px;
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
    color: #B3B3B3;
}

    .Login_Title a {
        color: #FF532B;
        text-decoration: none;
    }

        .Login_Title a:hover {
            color: #FF532B;
            text-decoration: underline;
        }

.Login_Account {
    width: 380px;
    line-height: 40px;
    padding-left: 60px;
    text-align: left;
    margin-top: 5px;
}

.Login_PassWord {
    width: 380px;
    line-height: 40px;
    padding-left: 60px;
    text-align: left;
    margin-top: 5px;
}

.Login_Check {
    width: 380px;
    line-height: 40px;
    padding-left: 60px;
    text-align: left;
    margin-top: 5px;
}

.Login div input {
    height: 25px;
}

.Login_Check input {
    width: 100px;
}

.Login_Find {
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 110px;
}

    .Login_Find a {
        color: #FF532B;
        text-decoration: none;
    }

        .Login_Find a:hover {
            color: #FF532B;
            text-decoration: underline;
        }

.Login_Button {
    width: 400px;
    height: 60px;
}

    .Login_Button input {
        width: 120px;
        height: 30px;
        background: #FF390A;
        color: #fff;
        text-align: center;
        float: left;
        margin-left: 110px;
        border: solid 1px #FF390A;
        border-radius: 5px;
    }

    .Login_Button a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        color: #A7A7A7;
        display: block;
        float: right;
        margin-right: 40px;
        text-decoration: none;
        border: solid 1px #F7F7F7;
    }
/*注册*/
.Reg {
    width: 430px;
    height: 440px;
    float: right;
    margin-right: 60px;
    margin-top: 80px;
    background: url("../images/Regbg.png") no-repeat;
}

.Reg_Title {
    width: 400px;
    height: 80px;
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
    color: #B3B3B3;
}

    .Reg_Title a {
        color: #FF532B;
        text-decoration: none;
    }

        .Reg_Title a:hover {
            color: #FF532B;
            text-decoration: underline;
        }

.Reg ul li {
    width: 390px;
    line-height: 30px;
    padding-left: 0px;
    text-align: left;
    list-style-type: none;
}

.Success_Title {
    margin-top: 100px;
    text-align: center;
}

    .Success_Title img {
        width: 150px;
        height: 150px;
    }

.Success {
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}

#CheckCode {
    width: 95px;
}

.Reg div input {
    line-height: 25px;
}
/*会员中心*/
.User_main {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

.Title {
    width: 960px;
    height: 40px;
    line-height: 40px;
    color: #1F2485;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    border-bottom: solid 3px #1F2485;
}

    .Title span {
        float: right;
        margin-right: 20px;
        color: #909090;
    }

.User_main .Left {
    width: 180px;
    float: left;
    margin-top: 10px;
}

.Left li {
    width: 160px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.Lefton {
    width: 100px;
    line-height: 40px;
    background: #EFEFF8;
    border: solid 1px #C5C6E0;
    border-radius: 5px;
}

.User_main .Right {
    width: 780px;
    min-height: 550px;
    height: auto;
    float: right;
    margin-top: 10px;
    border-left: solid 1px #E5E5E5;
    margin-bottom: 20px;
}

    .User_main .Right .MainContent {
        width: 760px;
        min-height: 500px;
    }

.Right .MainContent .UserCenter_Title {
    width: auto;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    color: #3E3E3E;
    font-weight: 600;
    padding-left: 30px;
    background: #F5F5F5 url("/statics/images/home.png") no-repeat 5px 8px;
    border-bottom: solid 1px #E5E5E5;
}

.UserCenter_Tip {
    width: 96%;
    line-height: 40px;
    font-size: 20px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    border-bottom: solid 2px #E5E5E5;
}

    .UserCenter_Tip span:first-child {
        width: auto;
        line-height: 25px;
        text-align: center;
        font-size: 13px;
        float: right;
        margin-top: 8px;
    }

        .UserCenter_Tip span:first-child a {
            width: 80px;
            line-height: 25px;
            text-align: center;
            background: #428BCA;
            color: #fff;
            display: block;
            float: left;
            margin-left: 10px;
        }

            .UserCenter_Tip span:first-child a > i {
                margin-right: 4px;
            }

            .UserCenter_Tip span:first-child a:hover {
                background: #1B6AAA;
            }

.UserCenter ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.MainContent .UserCenter .UserInfo .UserInfo1 {
    width: 240px;
    line-height: 35px;
    margin-left: 30px;
    float: left;
    text-align: left;
}

    .MainContent .UserCenter .UserInfo .UserInfo1 label {
        width: 110px;
        line-height: 35px;
        float: left;
        text-align: right;
    }

    .MainContent .UserCenter .UserInfo .UserInfo1 span {
        width: 120px;
        height: 35px;
        float: left;
        border-bottom: solid 1px #909090;
    }

.MainContent .UserCenter .UserInfo .UserInfo2 {
    width: 450px;
    line-height: 35px;
    margin-left: 30px;
    float: left;
    text-align: left;
}

    .MainContent .UserCenter .UserInfo .UserInfo2 label {
        width: 110px;
        line-height: 35px;
        float: left;
        text-align: right;
    }

    .MainContent .UserCenter .UserInfo .UserInfo2 span {
        width: 330px;
        height: 35px;
        line-height: 35px;
        float: left;
        border-bottom: solid 1px #909090;
    }

.UserList {
    text-align: center;
}

    .UserList li {
        width: 92%;
        line-height: 30px;
        text-align: left;
        margin: 0 auto;
        padding-left: 15px;
        background: url("/statics/images/coin.jpg") no-repeat 5px 12px;
    }

.col-md-7 .label-warning {
    width: 410px;
    text-align: left;
}

.UserList span {
    width: 70px;
    line-height: 30px;
    float: left;
    text-align: center;
}

.form-group .control-label {
    width: 110px;
}
/*视频培训*/
.VideoList {
    width: 92%;
    height: 500px;
    margin: 0 auto;
}

    .VideoList li {
        width: 150px;
        height: 170px;
        line-height: 25px;
        text-align: center;
        margin-top: 20px;
        margin-left: 20px;
        color: #909090;
    }

        .VideoList li img {
            width: 150px;
            height: 120px;
            border: solid 1px #B3B3B3;
        }

.Reg_Find {
    width: 100px;
    height: 60px;
    float: left;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    padding-left: 80px;
}

    .Reg_Find a {
        color: #666;
        text-decoration: none;
    }

        .Reg_Find a:hover {
            color: #FF532B;
            text-decoration: underline;
        }

.Reg_Button {
    width: 100px;
    height: 60px;
    text-align: center;
    float: left;
}

    .Reg_Button input {
        width: 120px;
        height: 30px;
        background: #FF390A;
        color: #fff;
        text-align: center;
        float: left;
        margin-left: 110px;
        border: solid 1px #FF390A;
        border-radius: 5px;
    }
/*编辑资料*/
.UserEdit {
    width: 700px;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
}

    .UserEdit li {
        line-height: 40px;
        text-align: left;
        padding-left: 100px;
    }

    .UserEdit input {
        width: 150px;
        height: 25px;
        line-height: 25px;
        border: solid 1px #B3B3B3;
    }

.Mod_Button {
    width: 100%;
    line-height: 40px;
    text-align: center;
}

    .Mod_Button input {
        width: 100px;
        height: 40px;
        cursor: pointer;
        background: #FF390A;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        border: solid 1px #FF390A;
        border-radius: 5px;
    }

.form-group {
    width: 720px;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
    display: block;
    margin-top: 20px;
}
/*修改会员资料*/
.form-group-user {
    width: 700px;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
    display: block;
    margin-top: 20px;
}

    .form-group-user label {
        width: 120px;
        line-height: 30px;
        float: left;
        text-align: right;
        vertical-align: middle;
    }

.col-md-1 {
    width: 110px;
    height: 40px;
    float: left;
    text-align: center;
}

    .col-md-1 input {
        height: 30px;
        background: #428BCA;
        text-align: center;
        color: #fff;
        border: solid 1px #428BCA;
    }

.col-md-2 {
    width: 150px;
    line-height: 30px;
    float: left;
}

.form-group-user .col-md-2 {
    width: 200px;
    line-height: 30px;
    float: left;
}

.col-md-7 {
    width: 460px;
    float: left;
    overflow: hidden;
}

    .col-md-7 .text-danger {
        width: 460px;
        text-align: left;
    }

.col-md-8 {
    width: 600px;
    min-height: 400px;
}

.form-group-user .col-md-8 {
    width: 650px;
}

.form-group-user span {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
}

.col-md-10 {
    width: 100%;
    line-height: 40px;
    text-align: center;
}

.swfupload {
    border: solid 1px red;
    margin-left: 0px;
}

.form-group-user input {
    line-height: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0 !important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

    textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
        border-color: #b5b5b5;
    }

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #696969;
        border-color: #f59942;
        background-color: #fff;
        outline: 0;
    }

.form-control, select {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

    .form-control:focus, select:focus {
        color: #696969;
        border-color: #f59942;
        background-color: #fff;
        outline: 0;
    }

textarea.form-control {
    padding: 5px 9px;
}

select {
    padding: 3px 4px;
    height: 30px;
}

    select.form-control {
        padding: 4px 6px;
        height: 32px;
    }

        select[multiple], select.form-control[multiple] {
            height: auto;
        }

input.block {
    display: block;
    margin-bottom: 9px;
}

textarea.autosize-transition {
    -webkit-transition-duration: "height 0.2s";
    transition-duration: "height 0.2s";
}

.limiterBox {
    border: 1px solid #222;
    border-top: 0;
    background-color: #333;
    padding: 3px 6px;
    font-size: 12px;
    color: #FFF;
    margin-top: 6px;
}

    .limiterBox:after {
        display: none;
    }

    .limiterBox:before {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -8px;
        left: 50%;
        margin-left: -5px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #333;
        border-width: 0 8px 8px;
    }

select option, select.form-control option {
    padding: 3px 4px;
}

    select option:active, select.form-control option:active, select option:hover, select.form-control option:hover, select option:focus, select.form-control option:focus {
        background-color: #e5e9ee;
        color: #111;
    }

    select option[value=""], select.form-control option[value=""] {
        padding: 0;
    }

input[disabled] {
    color: #848484 !important;
    background-color: #eee !important;
}

    input[disabled]:hover {
        border-color: #d5d5d5 !important;
    }

input[readonly] {
    width: 420px;
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default;
    float: left;
}

.col-md-1 input[button] {
    width: 100px;
    height: 30px;
    display: block;
    background: #428BCA;
    color: #fff;
    text-align: center;
    float: left;
}

input[readonly]:hover {
    border-color: #c3c3c3;
}

input[readonly]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #aaa;
    background-color: #f9f9f9;
}
/*会员动态*/
.table {
    width: 740px;
    margin: 0 auto;
}

    .table tr {
        width: 100%;
        line-height: 30px;
        font-size: 13px;
        color: #707070;
        font-weight: normal;
        background: #f2f2f2;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#f8f8f8),to(#ececec));
        background-image: -webkit-linear-gradient(top,#f8f8f8,0%,#ececec,100%);
        background-image: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%);
        background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
    }

.pos-rel {
    width: 40px;
    text-align: center;
}

.table tr th {
    border-color: #DDD;
    font-weight: bold;
}
.table tr:nth-child(odd){background-color:#f1f1f1;}
.table tr:nth-child(even){background-color:#fff;}
    .table tr th [class*="icon-"]:first-child {
        margin-right: 2px;
    }

    .table tr th:first-child {
        border-left-color: #f1f1f1;
    }

.table thead tr th:last-child {
    width: 80px;
    border-right-color: #f1f1f1;
}

.UserNews_Title {
    width: 400px;
    text-align: center;
}

.table .table-bordered tr .table .table-bordered tr th {
    vertical-align: middle;
    line-height: 30px;
}

.table.table-bordered tr th:first-child {
    border-left-color: #DDD;
}

th.center, td.center {
    text-align: center;
}

.form-group .col-md-7 {
    width: 440px;
    float: left;
    overflow: hidden;
}

.form-group .col-md-8 {
    width: 700px;
    min-height: 400px;
}

#edui1 {
    width: 710px;
}
/*删除数据*/
#deleteDialog {
    display: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
    font-size: 13px;
    text-align: left;
    background: #fff;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top-color: #e4e9ee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eff3f8;
    text-align:right;
    padding-right:30px;
}

    .modal-footer .btn-default {
        width: 80px;
        height: 35px;
        color: #333333;
        background-color: #cccccc;
        border-color: #cccccc;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #adadad;
    border-color: #cccccc;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-footer .btn-danger {
    width: 80px;
    height: 35px;
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background: #d15b47 !important;
    border-color: #d15b47;
}

.btn-danger:focus {
    background: #d15b47 !important;
    border-color: #d15b47;
}

.btn-danger:hover, .open .btn-danger.dropdown-toggle {
    background-color: #b74635 !important;
    border-color: #d15b47;
}

.btn-danger.no-border:hover {
    border-color: #b74635;
}

.btn-danger.no-hover:hover {
    background-color: #d15b47 !important;
}

.btn-danger.active {
    background-color: #c4513e !important;
    border-color: #aa4434;
}

.btn-danger.no-border.active {
    background-color: #ba4b39 !important;
    border-color: #ba4b39;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d15b47 !important;
    border-color: #d15b47;
}
/*分页*/
.page {
    width: 530px;
    line-height: 45px;
    margin: auto;
    margin-top: 30px;
}

.UserList .page li {
    padding: 0px;
}

.pagination {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

    .pagination li {
        border: 1px solid #ccc;
        margin-right: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #ccc;
        display: inline-block;
        width: 25px;
        height: 25px;
    }

        .pagination li a {
            color: #ccc;
            font-size: 12px;
            display: block;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
        }

        .pagination li.active, .pagination li:hover {
            border: 1px solid #556FB5;
            background: #556FB5;
            font-weight: bold;
        }

            .pagination li:hover a {
                color: #Fff;
            }

.page .pagination .active {
    width: 25px;
    height: 25px;
}

.pagination-active {
    border: 1px solid #556FB5;
    background: #556FB5;
}

    .pagination-active a {
        color: #Fff;
    }

.footer {
    width: 1000px;
    margin: 0 auto;
}
