@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    color: #333;
}

input,
button,
select,
textarea {
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.title {
    color: #009688;
    font-size: 20px;
    font-weight: bold;
}

.red,
.layui-form-label span {
    color: #E53E47;
}

.layui-layout-admin .layui-body {
    bottom: 0;
}

.layui-card-body .layui-table {
    margin: 0;
}

.layui-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    float: left;
}

.layui-table-header {
    border-bottom: 0;
}

.top {
    height: 60px;
    line-height: 60px;
    width: 100%;
    z-index: 100;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    font-size: 16px;
}

.topBgCor {
    background: url(headbg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    height: 40px;
    margin-top: 15px;
}

.nav {
    width: 260px;
    color: #fff;
}

.nav li {
    float: left;
    width: 50%;
}

.nav li a {
    color: #fff;
    line-height: 70px;
}

.loginBtn {
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 18px;
    width: 80px;
    text-align: center;
    margin-top: 18px;
    color: #1E9FFF;
    margin-right: 20px;
}

.registerBtn {
    border: #fff solid 1px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 80px;
    margin-top: 18px;
}

.navTab {
    height: 40px;
    margin: 0;
}

.layui-tab-card {
    border: none;
    box-shadow: none;
}

.navTab .layui-tab-title {
    z-index: 999;
    top: 0;
    height: 40px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.navTab .layui-tab-content {
    height: 100%;
    padding: 0;
}

.navTab .layui-tab-item {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.navTab .layui-tab-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-width: 320px;
    position: absolute;
}

.layadmin-pagetabs .layui-tab-title {
    height: 40px;
    border: none;
}

.navTab .layui-tab-title cite {
    font-style: normal;
}

#tab-index .layui-tab-close {
    display: none;
}

.layui-fluid {
    padding: 15px;
}

.layadmin-carousel {
    height: 185px!important;
    background-color: #fff;
}

.layadmin-pagetabs .layui-tab-title li {
    min-width: 0;
    line-height: 40px;
    max-width: 160px;
    text-overflow: ellipsis;
    padding-right: 40px;
    overflow: hidden;
    border-right: 1px solid #f6f6f6;
    vertical-align: top;
}

.layadmin-pagetabs .layui-tab-title li.layui-this,
.layadmin-pagetabs .layui-tab-title li:hover {
    background-color: #f6f6f6;
    height: 40px;
}

.layadmin-pagetabs .layui-tab-title li:first-child {
    padding-right: 15px;
}

.layadmin-pagetabs .layui-tab-title li .layui-tab-close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -7px 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 12px;
}

.layadmin-pagetabs .layui-tab-title li.layui-this:after {
    width: 100%;
    border: none;
    height: 2px;
    background-color: #009688;
}

.layadmin-pagetabs .layui-tab-title li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 0;
    background-color: #009688;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-fluid {
    padding: 15px;
}

.page-name {
    padding: 10px 15px;
}

.table-tool {
    background-color: #f2f2f2;
    border: #e6e6e6 solid 1px;
    border-bottom: none;
    padding: 10px 15px;
}

#editbox {
    display: none;
}

.color-green {
    color: #009688;
}

.uploadBtn {
    background: #E6F3FF;
    color: #0089FF;
    border: #72BEFF solid 1px;
    height: 32px;
    line-height: 32px;
    width: 132px;
    float: left;
    margin: 10px 20px 0 0;
}

.uploadBtn:hover {
    color: #0089FF;
    background: #D8EDFF;
}

.hasImgTable .layui-table-cell {
    height: auto;
    line-height: inherit;
}

.rightTitle thead tr,
.rightTitle tbody tr:hover {
    background: #fff;
}

.rightTitle tr th {
    background: #f2f2f2;
}

.logo-img1,
.logo-img1 img {
    width: 80px;
    height: 80px;
}

.logo-img4,
.logo-img4 img {
    width: 113px;
    height: 80px;
}

@media only screen and (min-width:180px) and (max-width:750px) {
    .logo {
        height: 25px;
        margin-left: 10px;
        margin-top: 20px;
    }
    .w1000 {
        width: 100%;
    }
}