/*登录*/
/** layuiAdmin.std-v1.2.1 LPPL License By http://www.layui.com/admin/ */
#LAY_app, body, html {
    height: 100%
}

.layui-layout-body {
    overflow: auto
}

#LAY-user-login, .layadmin-user-display-show {
    display: block !important
}

.layadmin-user-login {
    position: relative;
    left: 0;
    top: 0;
    padding: 110px 0;
    min-height: 100%;
    box-sizing: border-box
}

.layadmin-user-login-main {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box
}

.layadmin-user-login-box {
    padding: 20px
}

.layadmin-user-login-header {
    text-align: center
}

.layadmin-user-login-header h2 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 30px;
    color: #000
}

.layadmin-user-login-header p {
    font-weight: 300;
    color: #999
}

.layadmin-user-login-body .layui-form-item {
    position: relative
}

.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2
}

.layadmin-user-login-body .layui-form-item .layui-input {
    padding-left: 38px
}

.layadmin-user-login-codeimg {
    max-height: 38px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box
}

.layadmin-user-login-other {
    position: relative;
    font-size: 0;
    line-height: 38px;
    padding-top: 20px
}

.layadmin-user-login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px
}

.layadmin-user-login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px
}

.layadmin-user-login-other a:hover {
    opacity: .8
}

.layadmin-user-jump-change {
    float: right
}

.layadmin-user-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5)
}

.layadmin-user-login-footer span {
    padding: 0 5px
}

.layadmin-user-login-footer a {
    padding: 0 5px;
    color: rgba(0, 0, 0, .5)
}

.layadmin-user-login-footer a:hover {
    color: rgba(0, 0, 0, 1)
}

.layadmin-user-login-main[bgimg] {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.ladmin-user-login-theme {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.ladmin-user-login-theme ul {
    display: inline-block;
    padding: 5px;
    background-color: #fff
}

.ladmin-user-login-theme ul li {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 43px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    background-color: #f2f2f2
}

.ladmin-user-login-theme ul li:hover {
    opacity: .9
}

@media screen and (max-width: 768px) {
    .layadmin-user-login {
        padding-top: 60px
    }

    .layadmin-user-login-main {
        width: 300px
    }

    .layadmin-user-login-box {
        padding: 10px
    }
}

html, body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
}

.hidden {
    display: none;
}

.padding-20 {
    padding: 20px;
}

.red {
    color: #F00;
    font-weight: bold;
}

.right_content {
    border: none;
    width: 100%;
    height: 100%;
    display: block;
}

.header {
    background: #fff;
    height: 50px;
    border-color: #e7e7e7;
    border-top: 4px #000 solid;
    -webkit-box-shadow: 0px 1px 11px 2px rgba(42, 42, 42, 0.1);
    box-shadow: 0px 1px 11px 2px rgba(42, 42, 42, 0.1);
}

.footer {
    background: #1B1C1D;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.signature {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.h40 {
    height: 40px;
}

.p10 {
    padding: 10px;
}

.clear {
    clear: both;
}

.logo {
    height: 30px;
    float: left;
    margin-top: 10px;
}

.logo img {
    height: 100%;
}

nav {
    float: left;
}

nav .layui-nav {
    background: none;
}

nav .layui-nav .layui-nav-item a {
    color: #333;
}

nav .layui-nav .layui-nav-item a:hover {
    color: #f26561;
    letter-spacing: 2px;
}

nav .layui-nav .layui-nav-mored {
    color: #f26561;
}

nav .layui-nav .layui-this:after, nav .layui-nav-bar, nav .layui-nav-tree .layui-nav-itemed:after {
    background: #000;
}

nav .layui-nav .layui-nav-item {
    line-height: 50px;
}

nav .layui-nav-child {
    top: 55px;
}

.top_right {
    float: right;
    position: relative;
}

.top_right .layui-nav {
    background: none;
    padding: 0px;
    width: 40px;
    height: 50px;
}

.top_right .layui-nav li {
    line-height: 50px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top_right .layui-nav .layui-nav-child {
    top: 55px;
    right: 0px;
    left: auto;
}

.top_right .layui-nav li a {
    cursor: pointer;
}

.top_right .layui-nav .layui-nav-bar {
    background-color: #000;
}

.blog-ss {
    margin-top: 5px;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

.blog-ss input {
    background: none;
    padding-right: 30px;
}

.v_search_icon {
    position: absolute;
    right: 6px;
    top: 8px;
    color: #ccc;
    font-size: 22px;
    z-index: 1;
}

.myart {
    width: 20px;
    height: 30px;
    float: left;
    display: block;
    text-align: center;
    padding: 10px;
}

.myart:hover {
    background: #eee;
    color: #f26561;
}

.myart i {
    font-size: 20px;
    line-height: 30px;
}

/*内容*/
.body_content {
    padding: 10px;
}

.body_left {
    width: 70%;
    float: left;
    height: 500px;
}

.bg-border {
    background: #fff;
    -webkit-box-shadow: 0 0.2em 0 0 #ddd, 0 0 0 1px #ddd;
    box-shadow: 0 1px 0 0 #ddd, 0 0 0 1px #ddd;
    margin-bottom: 20px;
}

.notice {
    text-align: center;
    color: #606060;
    font-size: 14px;
}

.hr {
    height: 1px;
    background: #ddd;
    clear: both;
}

.nav-list li {
    float: left;
    line-height: 50px;
    margin: 0 10px;
    padding: 0px 5px;
    min-width: 40px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #f26561;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #f26561;
}

.nav-list li {
    padding: 0 5px 2px;
    font-size: 14px;
    color: #8b8a8a;
}

.layui-tab-title .layui-this:after {
    height: 51px;
}

.body_right {
    float: right;
    width: 28%;
}

.user-kuang {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.user-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
    line-height: 45px;
    float: left;
    padding: 3px;
    border: 1px solid #ddd;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-right {
    float: left;
    margin-left: 10px;
}

.user-right .p1 {
    font-size: 12px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: #f26561;
    line-height: 30px;
}

.user-right .p1 a {
    color: #f26561;
}

.user-right .p2 {
    color: #a9a7a7;
    font-size: 12px;
}

.pull_right {
    float: right;
    font-size: 15px;
    color: #bab9bb;
}

.pull_right span {
    margin: 0 2px;
}

.pull_right:hover {
    color: #bab9bb;
}

.layui-tab-title {
    height: 50px;
}

.layui-tab-content {
    padding: 0px;
}

.layui-tab-content li {
    height: 55px;
    padding: 0 15px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    font-family: "Helvetica Neue", NotoSansHans-Regular, AvenirNext-Regular, arial, Hiragino Sans GB, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

.layui-tab-content li:hover {
    background: rgba(0, 181, 173, 0.04);
}

.layui-tab-content li .user-avatar {
    width: 43px;
    height: 43px;
    line-height: 40px;
    margin-top: 2px;
    margin-right: 10px;
}

.list-title {
    line-height: 55px;
    float: left;
    color: #555;
    font-size: 15px;
}

.list-title a:visited {
    color: #999;
}

.list-title a {
    color: #555;
}


.list-title span {
    font-size: 12px;
    display: block;
    padding: 0 10px;
    color: #999999;
    background: #e5e5e5;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 18px;
}

.list-title span.zd {
    background: green;
    color: #fff;
}

.list-title span.jh {
    background: orange;
    color: #fff;
}

.page {
    float: right;
    margin-right: 15px;
}

.layui-container {
    margin-bottom: 60px;
}


.login_content {
    width: 375px;
    margin: 0 auto;
    padding: 110px;
}

@media screen and (max-width: 768px) {
    .login_content {
        padding: 60px;
    }
}

.user_bj {
    background: url("../img/user.jpg") no-repeat top center;
    background-attachment: fixed;
}

.index_login {
    text-align: center;
}

.login_button {
    background: #f26561;
}

.res_button {

}


.myart_login {
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
    text-align: center;
    padding: 10px;
}

.myart_login i {
    margin-right: 10px;
}

#reply_con {
    line-height: 30px;
    padding-left: 5px;
    color: #f00;
    cursor: pointer;
    float: left;
}

.layui-form-mid img {
    cursor: pointer;
}

.user_head {
    float: left;
}

.user_head img {
    width: 135px;
    height: 135px;
}

.user_head img.rid {
    border-radius: 50%;
    overflow: hidden;
}

.layui-upload-drag {
    float: left;
    margin-left: 15px;
}

.fly-admin-box {
    clear: both;
    margin-top: 10px;
    margin-left: 0px;
}

.detail-body {
    min-height: auto;
}

.fly-none {
    min-height: 50px;
}

.detail-about {
    min-height: 40px;
}

.w-e-up-img-container {
    padding: 30px 0 !important;
}

.layui-tab-content #editor li {
    height: auto;
    padding: 0px;
    line-height: 30px;
}

.hezuo {
    line-height: 100px;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #f00;
    font-weight: bold;
}

.detail-body p {
    margin-bottom: 0px;
}

.detail-body img {
    box-shadow: 5px 5px 5px #777;
    margin: 10px 0;
}

.min-head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.headImg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.desc_info {
    margin-left: 110px;
    color: #999999;
    margin-right: 50px;
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .top_right {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    nav {
        display: none;
    }
}


.layui-layer-msg {
    z-index: 9999999999 !important;
}

.group_info {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.group_info .info {
    display: block;
    text-align: center;
    padding: 40px 0;
    color: #BBBBBB;
}

.group_info .err_info {
    text-align: center;
    padding: 40px 0;
    color: #ff0000;
}

.none {
    display: none;
}

.history {
    margin: 0 3% 0 5%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.history .reply_content {
    color: #f00;
}

.history li {
    font-weight: bold;
}

.history p {
    color: #666666;
}

.all_refund_kuang {
    margin: 20px;
}

.all_refund_kuang p {
    word-wrap: break-word;
    width: 100%;
}

.refund_p {
    font-weight: bold;
}

.refund_p span {
    color: #f00;
}

.all_info {
    max-height: 400px;
    overflow-y: scroll;
}

.layer_cont {
    padding: 10px 15px;
}


.system_table {
    border: 1px solid #eee;
    width: 100%;
}

.system_table td {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #454545;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 35%;
    padding-left: 3%;
}

.system_table td.gray_bg {
    background: #f9f9f9;
    width: 15%;
}

.system_table .total_40_60 td {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #454545;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 30%;
    padding-left: 3%;
}

.system_table .total_40_60 td.gray_bg {
    background: #f9f9f9;
    width: 20%;
}


.leave_table {
    border: 1px solid #eee;
    width: 100%;
}

.leave_table td {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #454545;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 12.5%;
    padding-left: 1%;
}

.leave_table td.gray_bg {
    background: #f9f9f9;
    width: 7.5%;
}

.leave_table td span {
    width: 100px;
    display: inline-block;
}

.leave_table td i {
    font-weight: bold;
    color: #f00;
}

.total span {
    width: 100px;
    display: inline-block;
}

.total i {
    font-weight: bold;
    color: #f00;
}

.tab_header {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.tab_header i {
    margin-right: 10px;
}

.tab_body {
    margin: 30px 0;
}

.red_bold {
    color: red;
    font-weight: bold;
    margin: 0 3px;
}

.open_li {
    padding: 0;
}

.open_li li {
    line-height: 30px;
    margin-bottom: 10px;
}

.open_li li span {
    display: block;
    float: left;
    font-weight: bold;
    color: #f00;
    margin-right: 20px;
    height: 100%;
    width: 100px;
    text-align: center;
}

.open_li li div {
    float: left;
    display: block;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
}

.log_body {
    height: 255px;
    width: 94%;
    overflow: auto;
    border: 1px solid #eee;
    padding: 10px 10px 0;
}

.layui_op {
    padding: 10px;
}


/*后台样式重置*/

.exam {
    text-align: left;
    margin-top: 10px;
    width: 45%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}

.layer_padding{
    padding: 20px;
}
.layui-layer-page .layui-layer-content{
    overflow: unset!important;
}

.template_a{
    font-size: 12px;
    line-height: 38px;
    margin-left: 10px;
    color: #999;
    display: inline-block;
}
.demoTable input{
    float: left;
}
.demoTable button{
    float: left;
}