html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    width: 100%;
    height: 100%;
    font-family: PingFang SC, "Microsoft YaHei", Helvetica Neue, Helvetica, STHeiTi, sans-serif
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none
}

i, em, b {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input, select, textarea {
    border: 0;
    font-size: 100%;
    font-family: PingFang SC, "Microsoft YaHei", Helvetica Neue, Helvetica, STHeiTi, sans-serif
}

a {
    text-decoration: none
}

a:link {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

::-ms-clear, ::-ms-reveal {
    display: none
}

body > h1 {
    position: fixed;
    top: -9998px;
    left: -9998px
}

.clear {
    clear: both !important
}

.clearfix:after {
    content: '';
    clear: both !important;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

.none {
    display: none !important
}

.hidden {
    visibility: hidden !important
}

.float-center {
    position: relative;
    float: left;
    left: 50%
}

.float-center:after {
    content: '';
    clear: both !important;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

.float-center > * {
    position: relative;
    float: left;
    right: 50%
}

.wrapper {
    position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.auto-wrapper {
    width: 100%;
    min-width: 1280px
}

.img-filter {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false)
}

.block-shadow {
    -webkit-box-shadow: 1px 1px 4px 1px #CCC;
    -moz-box-shadow: 1px 1px 4px 1px #CCC;
    -ms-box-shadow: 1px 1px 4px 1px #CCC;
    box-shadow: 1px 1px 4px 1px #CCC
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.text-normal {
    word-wrap: break-word;
    word-break: break-all
}

.not-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pop-wraper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)
}

.pop-wraper.active {
    display: table
}

.pop-outer {
    display: table-cell;
    vertical-align: middle;
    min-width: 1280px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pop-outer-set {
    display: table-cell;
    vertical-align: middle
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#header {
    width: 100%;
    min-width: 1280px;
    height: 66px;
    background-color: #ffc55d;
}

#header > div {
    position: relative
}

.djc-ui-left {
    float: left
}

.djc-ui-right {
    float: right
}

.djc-header-left {
    float: left;
    margin-top: 12px;
}

.header-index {
    display: block;
    margin-top: 4px
}

.djc-header-center {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 340px;
    margin-left: -170px;
    z-index: 9
}

.djc-search {
    position: relative
}

.djc-search input[type=text] {
    width: 340px;
    height: 36px;
    line-height: 16px;
    padding: 8px 16px 8px 18px;
    border-radius: 18px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    border: 1px solid #FFD1D8;
}

.djc-search input[type=submit] {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/navbar_icon_sprite.png) -20px 0 no-repeat;
    cursor: pointer
}

.search-help {
    position: absolute;
    top: 51px;
    width: 100%;
    padding-bottom: 30px;
    background-color: #fff
}

.search-help dl {
    padding: 30px 18px 0
}

.search-help dt {
    font-size: 16px;
    color: #333
}

.search-help dd {
    margin-top: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999
}

.search-help dd a {
    display: inline-block;
    max-width: 280px;
    font-size: 14px;
    color: #999
}

.search-keyword {
    padding: 0 18px
}

.search-keyword a {
    display: block;
    max-width: 100%;
    margin-top: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333
}

.search-keyword a em {
    color: #ffc55d
}

.search-i-close {
    vertical-align: middle;
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    background: url(../images/navbar_icon_sprite.png) -26px -26px no-repeat;
    cursor: pointer
}

.djc-header-right {
    float: right
}

.djc-login-in li.nav-rlist {
    position: relative;
    float: left;
    height: 66px
}

.nav-rlist a:hover {
    color: #262626;
}

.nav-btn-short {
    width: 64px
}

.nav-btn-long {
    width: 108px
}

.djc-login-in li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 66px;
    text-align: center;
    font-size: 14px;
    color: #262626
}

.djc-login-in li a > i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 2px
}

.app-icon-phone {
    width: 18px;
    height: 18px;
    background: url(../images/navbar_icon_sprite.png) 0 -20px no-repeat
}

.app-icon-invention {
    width: 18px;
    height: 18px;
    background: url(../images/navbar_icon_sprite.png) 0 0 no-repeat
}

.main-useInfo {
    position: absolute;
    left: -100px;
    width: 268px;
    min-height: 156px;
    height: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #FFF;
    z-index: 9
}

.nav-user {
    overflow: hidden
}

.nav-user-head {
    overflow: hidden;
    border-radius: 50%;
    background: url(../images/default_head.png) center center no-repeat;
    background-size: 100%
}

.nav-user-head.small {
    margin: 13px auto 0;
    width: 40px;
    height: 40px
}

.nav-user-head.normal {
    float: left;
    width: 60px;
    height: 60px
}

.user-hover {
    padding: 20px
}

.nav-user-head img {
    display: block;
    width: 100%;
    height: 100%
}

.nav-user-info {
    margin-left: 75px;
    margin-top: 10px
}

.userName {
    margin-bottom: 10px;
    color: #262626;
    font-size: 16px
}

.my-coins {
    display: block;
    color: #666;
    font-size: 14px
}

.djc-login-out {
    text-align: center;
    margin-top: 30px;
    color: #999;
    font-size: 14px;
    cursor: pointer
}

.header-hover {
    padding: 30px 6px 30px
}

.header-hover-list {
    margin-left: 22px;
    max-height: 330px
}

.header-hover-list li {
    margin-bottom: 24px
}

.header-hover-list li:last-child {
    margin-bottom: 0
}

.header-hover-list.empty {
    margin-right: 22px;
    height: 122px;
    background: url(../images/navbar_cn_none.png) center center no-repeat
}

.header-hover-thumb {
    float: left;
    width: 70px;
    height: 94px
}

.header-hover-info {
    overflow: hidden;
    height: 94px;
    margin-left: 70px;
    padding-left: 14px
}

.header-hover-info h3 {
    margin-top: 26px;
    line-height: 20px;
    color: #333;
    font-size: 16px
}

.header-hover-info h6 {
    margin-top: 14px;
    font-size: 14px;
    color: #666
}

.header-hover-info h6 a {
    color: #666
}

.header-hover-info h6 a:hover {
    color: #ffc55d
}

.header-hover-info h4 {
    line-height: 20px;
    color: #333;
    font-size: 16px
}

.header-hover-all {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #999
}

.has-login {
    text-align: center;
    margin-bottom: 30px
}

.history-msg {
    font-size: 16px;
    color: #333
}

.his-login-btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 18px auto 0;
    border-radius: 3px;
    background-color: #ffc55d;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.header-download {
    position: absolute;
    top: 66px;
    left: -29px;
    padding: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #FFF;
    z-index: 9
}

.header-download img {
    display: block;
    margin-bottom: 14px
}

.header-download p {
    line-height: 14px;
    font-size: 14px;
    color: #333
}

.while-shadow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    -webkit-box-shadow: 0 2px 7px 1px rgba(4, 4, 4, 0.1);
    -moz-box-shadow: 0 2px 7px 1px rgba(4, 4, 4, 0.1);
    -ms-box-shadow: 0 2px 7px 1px rgba(4, 4, 4, 0.1);
    box-shadow: 0 2px 7px 1px rgba(4, 4, 4, 0.1)
}

#nav-history .header-hover {
    display: none
}

#nav-history:hover .header-hover {
    display: block
}

#nav-collect .header-hover {
    display: none
}

#nav-collect:hover .header-hover {
    display: block
}

#nav-download .header-download {
    display: none
}

#nav-download:hover .header-download {
    display: block
}

#nav-userinfo .user-hover {
    display: none
}

#nav-userinfo:hover .user-hover {
    display: block
}

.djc-logo {
    width: 200px;
}

i, s, u, em {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a {
    color: #262626;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

#header {
    position: absolute;
    z-index: 2;
}

.clearfx {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.full-section {
    position: relative;
    min-height: 100%;
}

.full-section .full-vertical {
    width: 100%;
}

.full-section .full-vertical .full-vertical-center {
    margin: auto;
}

.page-title {
    margin-top: 20px;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.list-empty {
    margin-top: 150px;
    padding-top: 165px;
    padding-bottom: 200px;
    background: url(../images/bg_empty.png) center 0 no-repeat;
}

.list-empty p {
    text-align: center;
    font-size: 18px;
    color: #999;
}

.bottom-page {
    position: relative;
    text-align: right;
    margin: 0 auto 24px;
}

.bottom-page a {
    margin-left: 16px;
    font-size: 14px;
    color: #969696;
}

.bottom-page a:hover {
    color: #FFB600;
}

.bottom-page i {
    margin-left: 16px;
}

.bottom-page a.active {
    color: #FFB600;
}

/**列表**/
.news-list {
    border: 1px solid #ddd;
    background-color: #fff;
}

.news-nav {
    height: 38px;
    border-left: 1px solid #f0f0f0;
    margin: 15px 0;
}

.news-nav h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.news-nav a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f0f0f0;
    border-left: none;
    padding: 0 22px;
}

.news-nav .active {
    border-bottom: 1px solid #ffc55d;
    position: relative;
    top: 1px;
}

.news-list-ul {
}

.news-list-ul li {
    height: 120px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 15px;
    padding-bottom: 20px;
}

.news-list-ul img {
    width: 120px;
    height: 120px;
    float: left;
    object-fit: cover;
}

.news-list-ul .text {
    height: 120px;
    float: right;
    width: 1124px;
}

.news-list-ul .tit {
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.news-list-ul .time {
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    font-size: 12px;
    color: #999;
}

.news-list-ul .time span {
    margin-right: 20px;
    color: #333;
}

.news-list-ul .info {
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.cata-video {
    overflow: hidden;
}

.video-zx {
    width: 333px;
    margin: 15px;
    position: relative;
}

.video-zx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-zx .bg, .video-zx .tit {
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-zx .bg {
    width: 333px;
    background-color: #000;
    opacity: 0.5;
}

.video-zx .tit {
    width: 312px;
    text-align: center;
    line-height: 30px;
    left: 10px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}

.video-zx .btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background: url(/images/play01.png) 0px 0px no-repeat;*/
    position: absolute;
    left: 6px;
    bottom: 36px;
}

.video-zx:hover .btn {
    /*background: url(/images/play01.png) 0px -31px no-repeat;*/
}

.video-zx:hover .tit {
    color: #ffc55d;
}

/**详情**/
.news-detail {
    padding: 0 20px;
    background-color: #fff;
    margin-top: 20px;
}

.news-detail .art-tit {
    text-align: center;
    margin: 20px 0;
}

.news-detail h1 {
    font-size: 24px;
    line-height: 30px;
}

.news-detail h2 {
    font-size: 24px;
    line-height: 30px;
}

.news-detail .art-info {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    color: #999;
    font-size: 14px;
}

.news-detail .art-info span {
    margin: 0 10px;
}

.news-detail .art-body {
    line-height: 30px;
}

.news-detail .art-body img {
    display: block;
    margin: 0 auto;
    max-width: 840px;
    width: expression(this.width > 840 ? "840px" : this.width) !important;
}

.news-detail .art-body a {
    color: #ffc55d;
}

.news-detail .art-body h3 {
    color: #ff7700;
    margin: 40px 0px 10px 0px;
}

.news-detail .art-body table a {
    color: inherit;
}

.news-detail .art-body p {
    text-indent: 2em;
}

.about-news {
}

.about-news .about-ul {
    overflow: hidden;
    padding: 10px 0;
}

.about-news .about-ul li {
    width: 49%;
    float: left;
    height: 30px;
}

.about-news .about-ul a {
    display: inline-block;
    float: left;
    line-height: 30px;
    height: 30px;
}

.about-news .about-ul .cata {
    color: #ffc55d;
    margin-right: 6px;
}

.about-news .about-ul .tit {
    width: 360px;
    overflow: hidden;
}

/**频道样式**/
.cata-l {
    width: 885px;
    float: left;
}

.cata-r {
    width: 364px;
    float: right;
}

.goback {
    height: 14px;
    line-height: 14px;
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.goback h3, .goback h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

/**分页**/
.page, .detail_page {
    text-align: center;
    width: 100%;
    margin: 20px 0 20px;
}

.page a, .page span, .detail_page a, .detail_page span {
    background-color: #fff;
    display: inline-block !important;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
    margin: 5px 10px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ededed;
}

.page .active, .page .current, .page a:hover, .page span:hover, .detail_page .active, .detail_page .cur, .detail_page a:hover, .detail_page span:hover {
    color: #fff !important;
    background-color: #ffc55d;
}

/**相关游戏**/
.ngzGame {
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    overflow: hidden;
    zoom: 1;
    padding: 15px;
    margin-bottom: 10px;
}

.ngzGame .pic {
    width: 120px;
    height: 120px;
    float: left;
}

.ngzGame .nzgamex {
    width: 400px;
    float: left;
    margin: 0 20px;
}

.ngzGame .ngzGame2 {
    width: 230px;
    height: 92px;
    margin-top: 15px;
    padding-left: 20px;
    border-left: 1px solid #e1e1e1;
    float: left;
}

.ngzGame .pic img {
    width: 120px;
    height: 120px;
}

.nzgamex .namep {
    height: 40px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    font-size: 12px;
}

.nzgamex .namep .name {
    display: inline-block;
    height: 40px;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 18px;
    text-indent: 0;
}

.nzgamex .namep .nub {
    color: #eb3949;
    font-size: 18px;
}

.nzgamex .namep .getBtn {
    display: inline-block;
    height: 24px;
    width: 50px;
    background-color: #fef3f1;
    line-height: 24px;
    text-align: center;
    color: #eb3949;
    margin-left: 10px;
}

.nzgamex .namep .getBtn:hover, .nzgamex .bqp a:hover {
    color: #fff;
    background-color: #eb3949;
    text-indent: 0;
}

.nzgamex .nzgamey {
    overflow: hidden;
    zoom: 1;
}

.nzgamex .nzgamey li {
    width: 200px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nzgamex .nzgamey li a {
    color: #eb3949;
}

.nzgamey .p1 {
    display: none;
}

.nzgamex .bqp {
    height: 24px;
    width: 100%;
    margin-top: 5px;
    text-indent: 0 !important;
}

.nzgamex .bqp a {
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    color: #4c8bdb;
    font-weight: bold;
    margin-right: 10px;
}

.ngzGame2 a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.ngzGame2 a em {
    display: inline-block;
    height: 38px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 0;
}

.ngzGame2 .az {
    background-color: #aacd06;
    color: #fff !important;
}

.ngzGame2 .az em {
    background: #87a400 url(zq_ico.png) 5px 5px no-repeat;
}

.ngzGame2 .pg {
    background-color: #3ab2ff;
}

.ngzGame2 .pg em {
    background: #2f8fcc url(zq_ico.png) 5px -42px no-repeat;
}

.ngzGame2 a:hover {
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.aboutNews .tit {
    background: url(zq_ico.png) 5px -517px no-repeat;
}

.aboutNews ul {
    padding: 0 10px;
}

.aboutNews li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.dis-bot {
    margin-bottom: 15px;
}

.dis-top {
    margin-top: 15px;
}

.wrap {
    background-color: #fff;
}

.mid-tit h3 {
    padding: 0 12px 0 15px;
    margin-top: 10px;
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mid-tit {
    width: 100%;
    height: 50px;
    line-height: 40px;
    border-bottom: 2px solid #ebebeb;
}

.mid-tit h3 {
    display: inline-block;
    height: 40px;
    border-bottom: 2px solid #ffc55d;
    float: left;
    font-size: 18px;
}

.mid-tit .more {
    float: right;
    margin-right: 15px;
}

.star0 {
    background: url(litterStar.png) 0px 4px no-repeat;
}

.star1 {
    background: url(litterStar.png) 0px -23px no-repeat;
}

.star2 {
    background: url(litterStar.png) 0px -48px no-repeat;
}

.star3 {
    background: url(litterStar.png) 0px -74px no-repeat;
}

.star4 {
    background: url(litterStar.png) 0px -100px no-repeat;
}

.star5 {
    background: url(litterStar.png) 0px -126px no-repeat;
}

/**右边**/
.cata-r .tab-wrap {
    overflow: hidden;
    zoom: 1;
}

.tab-wrap .tab-hd {
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.tab-wrap .tab-hd span {
    float: left;
    cursor: pointer;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 148px;
}

.tab-wrap .tab-hd span:last-child {
    border-right: none;
}

.tab-wrap .tab-hd .active {
    background-color: #fafafa;
    border-top: 2px solid #ffc55d;
    border-bottom: none;
}

.tab-wrap .tab-title {
    padding: 0 5px;
    height: 35px;
    background-color: #fafafa;
}

.tab-wrap .tab-title span {
    float: left;
    display: inline-block;
    width: 33%;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

.tab-wrap .tab-cont {
    display: none;
    margin: 0 5px;
}

.tab-wrap .current {
    display: block;
}

.tab-wrap .tab-cont li {
    border-top: 1px dotted #ccc;
    width: 100%;
    height: 45px;
    float: left;
}

.tab-wrap .tab-bd span, .tab-wrap .tab-bd a {
    display: inline-block;
    width: 33%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
}

.game-hot .tab-cont {
    display: none;
    overflow: hidden;
    zoom: 1;
    margin-right: 15px;
    margin-left: 5px;
}

.game-hot .current {
    display: block;
}

.game-hot .tab-cont li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 6px 0;
    float: left;
    border-bottom: 1px dotted #dbdbdb;
    white-space: nowrap;
}

.game-hot .tab-cont li:nth-child(-n+3) em {
    background-color: #f6505c;
}

.game-hot .tab-cont li em {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 30px;
    text-align: center;
    background-color: #8292a2;
    font-size: 12px;
    margin: 0 20px 0 10px;
    color: #fff;
}

.game-hot .tab-cont a {
    float: left;
    display: inline-block;
    height: 20px;
    width: 256px;
    overflow: hidden;
}

.game-hot .tab-cont .down-nub {
    float: right;
    height: 20px;
    font-size: 12px;
    color: #f6505c;
}

.cata-news .tab-cont {
    overflow: hidden;
    zoom: 1;
    margin: 0 15px;
}

.cata-news li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #dbdbdb;
}

.cata-news li:last-child, .game-hot .tab-cont li:last-child {
    border-bottom: none;
}

.cata-tab .tab-hd {
    width: 95px;
    float: right;
}

.cata-tab .tab-hd span {
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    width: 40px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    background-color: #93979b;
    color: #fff;
}

.cata-tab .tab-hd .active {
    background-color: #000;
}

.gift-zx li {
    height: 75px;
    border-bottom: 1px dashed #ddd;
    margin: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.gift-zx li:last-child {
    border-bottom: none;
}

.gift-zx li img {
    width: 75px;
    height: 75px;
    float: left;
    object-fit: cover;
}

.gift-zx li .text {
    float: left;
    height: 75px;
    width: 130px;
    margin-left: 13px;
}

.gift-zx li .text span, .gift-zx li .text a {
    display: block;
    height: 25px;
    line-height: 25px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.gift-zx li .text span {
    font-size: 12px;
    color: #999;
}

.gift-zx li .lq {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffc55d;
    color: #fff;
    font-size: 12px;
    float: right;
    margin-top: 27px;
}

/**视频列表**/
.video-list {
    border: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
    padding-top: 10px;
}

.video-ul {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
}

.video-ul li {
    border: 1px solid #ddd;
    width: 330px;
    float: left;
    margin: 10px 15px 10px 20px;
    padding: 15px;
    position: relative;
}

.video-ul li img {
    width: 100%;
    height: 210px;
    float: left;
}

.video-ul li .info {
    padding-top: 10px;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}

.video-ul li .bg {
    position: absolute;
    left: 15px;
    bottom: 65px;
    width: 330px;
    height: 30px;
    background-color: #000;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.video-ul li .tit {
    width: 310px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 25px;
    bottom: 65px;
    z-index: 9;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.video-ul li .paly {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    bottom: 100px;
    background: url(play01.png) 0px 0px no-repeat;
}

.video-ul li:hover .paly {
    background: url(play01.png) 0px -31px no-repeat;
}

.video-ul li:hover .tit {
    color: #ffc55d;
}

/**视频列表**/
.video-ul-zt {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
}

.video-ul-zt li {
    border: 1px solid #ddd;
    width: 330px;
    float: left;
    margin: 10px 15px 10px 20px;
    padding: 15px;
    position: relative;
}

.video-ul-zt li img {
    width: 100%;
    height: 210px;
    float: left;
    object-fit: cover;
}

.video-ul-zt li .info {
    padding-top: 10px;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}

.video-ul-zt li .bg {
    position: absolute;
    left: 15px;
    bottom: 65px;
    width: 330px;
    height: 30px;
    background-color: #000;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.video-ul-zt li .tit {
    width: 310px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 25px;
    bottom: 65px;
    z-index: 9;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.video-ul-zt li .paly {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    bottom: 100px;
    background: url(play01.png) 0px 0px no-repeat;
}

.video-ul-zt li:hover .paly {
    background: url(play01.png) 0px -31px no-repeat;
}

.video-ul-zt li:hover .tit {
    color: #ffc55d;
}

/**专区列表**/
.zqzt-tab {
    height: 40px;
    border-bottom: 2px solid #ebebeb;
}

.zqzt-tab a, .zqzt-tab h3 {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.zqzt-tab h3 {
    border-bottom: 2px solid #ffc55d;
}

.zq-list li .gozq {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 330px;
    z-index: 999;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background-color: #ffc55d;
}

.zq-list li .gozq:hover {
    text-decoration: underline;
}

.zq-list li .bg {
    display: none;
    width: 330px;
    height: 210px;
    left: 15px;
    top: 15px;
    z-index: 99;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.zq-list li .tit {
    background-color: #1f272b;
    width: 330px;
    left: 15px;
}

.zq-list .active .gozq, .zq-list .active .bg {
    display: block;
}

/**详情页插入div**/

#xq_crn, .xq_crn {
    border: 1px solid #e7e7e7;
    padding: 20px 15px 15px 15px;
    overflow: hidden;
    margin: 15px 0px 15px 0px;
}

#xq_crn b, .xq_crn b {
    display: block;
    width: 215px;
    margin: 0px 6px;
    font-weight: normal;
    float: left;
    height: 73px;
    overflow: hidden;
}

#xq_crn b.pic, .xq_crn b.pic {
    width: 230px;
}

#xq_crn a.down, .xq_crn a.down {
    float: left;
    height: 35px;
    width: 100px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    background-color: #5d9cec;
    display: inline-block;
    text-align: center;
}

#xq_crn a.down:hover, .xq_crn a.down:hover {
    background-color: #3b82dc;
}

#xq_crn i, .xq_crn i {
    display: block;
    margin-top: 3px;
    overflow: hidden;
}

#xq_crn s, .xq_crn s {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin-left: 90px;
    font-size: 14px;
    color: #666;
}

#xq_crn s.title, .xq_crn s.title {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    width: 140px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#xq_crn b.pic img, .xq_crn b.pic img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    float: left;
}

#xq_crn b u, .xq_crn b u {
    position: relative;
    display: block;
    padding-left: 10px;
    width: 190px;
    height: 31px;
    line-height: 31px;
    color: #333;
    margin: 5px 0px;
    font-size: 14px;
}

#xq_crn b u i, .xq_crn b u i {
    position: absolute;
    left: 60px;
    top: 2px;
    height: 20px;
    max-width: 130px;
    line-height: 20px;
    z-index: 9999;
}

#xq_crn span, .xq_crn span {
    display: block;
    overflow: hidden;
    height: 95px;
}

#xq_crn span.pingyu, .xq_crn span.pingyu {
    border-top: 1px dashed #e7e7e7;
    height: auto;
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    padding-top: 15px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

#xq_crt, .xq_crt {
    padding: 0px;
    margin: 10px 0px;
}

#xq_crt span, .xq_crt span {
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
}

#xq_crt span.xzbt, .xq_crt span.xzbt {
    background-color: #a0d36e;
}

#xq_crt span.xzbt i, .xq_crt span.xzbt i {
    color: #fff;
    font-size: 16px;
}

#xq_crt span b {
    display: inline-block;
    width: 75px;
    height: 20px;
    margin-top: 7px;
}

#xq_crt span i, #xq_crt span a, .xq_crt span i, .xq_crt span a {
    overflow: hidden;
    color: #666;
    font-size: 14px;
    float: left;
    line-height: 44px;
    display: inline-block;
    width: 25%;
    height: 44px;
    text-align: center;
}

#xq_crt span a {
    width: 100%;
}

#xq_crt span a:hover, #xq_crf ul li a.tit:hover, .xq_crt span a:hover, .xq_crf ul li a.tit:hover {
    color: #ffc55d;
    text-decoration: underline;
}

#xq_crt span a.down, .xq_crt span a.down {
    color: #fff;
    background-color: #5b9de7;
    width: 70px;
    height: 26px;
    line-height: 26px;
    margin-top: 9px;
    margin-left: 68px;
}

#xq_crs, .xq_crs {
    border: 1px solid #e7e7e7;
    margin: 10px 0px;
    padding: 15px 20px;
    overflow: hidden;
    zoom: 1;
}

#xq_crs b, .xq_crs b {
    display: inline-block;
    width: 72px;
    height: 72px;
    font-weight: normal;
    position: relative;
    float: left;
}

#xq_crs b img, .xq_crs b img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#xq_crs b s, .xq_crs b s {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #ff9211;
}

#xq_crs span, .xq_crs span {
    font-size: 14px;
    width: 690px;
    display: inline-block;
    height: 72px;
    float: right;
}

#xq_crs span em, .xq_crs span em {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 100%;
}

#xq_crs span em a, .xq_crs span em a {
    color: #333;
    font-size: 16px;
}

#xq_crs span em a.lq, .xq_crs span em a.lq {
    display: inline-block;
    width: 60px;
    height: 25px;
    color: #fff;
    background-color: #4bbfe6;
    text-align: center;
    line-height: 25px;
    margin-left: 20px;
}

#xq_crs span i, .xq_crs span i {
    margin-top: 5px;
    height: 47px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    color: #666;
    overflow: hidden;
}

#xq_crf, .xq_crf {
    border: 1px solid #e7e7e7;
    margin: 10px 0px;
}

#xq_crf span, .xq_crf span {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #fd6d52;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#xq_crf ul, .xq_crf ul {
    overflow: hidden;
    zoom: 1;
    margin-left: 3px;
}

#xq_crf ul li, .xq_crf ul li {
    float: left;
    width: 104px;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ebebeb;
}

#xq_crf ul li img, .xq_crf ul li img {
    width: 80px;
    height: 80px;
}

#xq_crf ul li a, .xq_crf ul li a {
    display: inline-block;
    width: 100%;
    height: 80px;
}

#xq_crf ul li a.tit, .xq_crf ul li a.tit {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    color: #333;
}

/**专题页**/
.kpage-des .timeinfo {
    color: #ADADAD;
}

.kpage-des .timeinfo i {
    color: #ffc55d;
}

.kpage-des .timeinfo .spantime {
    padding-right: 120px;
}

.kpage-top {
    height: 360px;
    background-color: #333;
    margin-top: 20px;
}

.kpage-top img {
    width: 565px;
    height: 360px;
    float: left;
    object-fit: cover;
}

.kpage-des {
    width: 679px;
    height: 320px;
    margin: 20px 15px 0 0;
    overflow: hidden;
    float: right;
    color: #fff;
}

.kpage-des h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.kpage-des h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.kpage-des .info {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    height: 272px;
    overflow: hidden;
}

.kpage-ul {
    width: 105%;
    overflow: hidden;
    margin-bottom: 20px;
}

.kpage-ul li {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 387px;
    padding: 15px;
    padding-bottom: 10px;
    float: left;
    margin: 15px 12px 0 0;
}

.kpage-ul li img {
    width: 102px;
    height: 102px;
    float: left;
    object-fit: cover;
}

.kpage-ul li .text {
    display: inline-block;
    height: 102px;
    float: right;
    width: 270px;
    font-size: 14px;
}

.kpage-ul li .text p {
    line-height: 24px;
    color: #999;
    overflow: hidden;
}

.kpage-ul li .text .p1 {
    line-height: 24px;
    color: #999;
    overflow: hidden;
    display: none;
}

.kpage-ul li .text a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

.kpage-ul li .info {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 14px;
}

.kpage-ul li .text p a {
    display: inline-block;
    color: #999;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}

.zt_more {
    width: 100%;
    background-color: #FFF;
    height: 30px;
    margin-top: 16px;
    padding: 10px 0px;
    border: 1px solid #DDD;
}

.zt_more span {
    display: block;
    margin: 0px auto;
    width: 120px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 20px;
    background: url("../images/godown.png") no-repeat 100px 8px;
    background-size: 22px;
    cursor: pointer;
}

.kpage-hj {
    border: 1px solid #ddd;
    margin-top: 15px;
    background-color: #fff;
}

.kpage-hj .clearfix {
    width: 3000px;
}

.kpage-hj li, .kpage-hj li img {
    width: 210px;
    height: 150px;
    float: left;
}

.kpage-hj li {
    margin-left: 20px;
    margin-right: 7px;
    *margin-left: 0;
    *margin-right: 27px;
    position: relative;
}

.kpage-hj li:hover .all-tit {
    color: #ff8800;
}

.autopic {
    height: 150px;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    *margin-left: 20px;
}

.autopic li img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    max-height: 150px;
}

.autopic .btn {
    display: inline-block;
    height: 50px;
    width: 32px;
    position: absolute;
    top: 65px;
    text-indent: -9999px;
    z-index: 99;
}

.autopic .prev {
    background: url(arr.png) -7px 0px no-repeat;
    left: -35px;
}

.autopic .next {
    background: url(arr.png) -45px 0px no-repeat;
    right: -35px;
}

.autopic li .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 210px;
    background-color: #000;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.autopic li .all-tit {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 190px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 99;
    text-align: center;
}

.kpage-about {
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
    margin: 15px 0;
}

.kpage-about li {
    height: 30px;
    background: url(../images/all_ico.jpg) 0px 8px no-repeat;
    width: 199px;
    float: left;
    overflow: hidden;
}

.kpage-about li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 10px;
}

/**标签页面**/
.container .sub-menu {
    margin-bottom: 20px;
    background-color: #FFF;
    zoom: 1;
    clear: both;
    border: 1px solid #E7E7E7;
    position: relative;
    overflow: hidden;
}

.container .sub-menu .l-tab {
    width: 100px;
    overflow: hidden;
    float: left;
    border-right: 1px solid #E7E7E7;
}

.container .sub-menu .l-tab ul {
    overflow: hidden;
}

.container .sub-menu .l-tab li {
    display: inline-block;
    width: 100px;
    background: #f6f6f6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.container .sub-menu .l-tab li.curr {
    color: #FFF;
    background-color: #F60;
}

.container .sub-menu .r-content {
    float: left;
    width: 1095px;
    overflow: hidden;
}

.container .sub-menu .r-content ul {
    overflow: hidden;
    padding: 5px 10px;
}

.container .sub-menu .r-content ul.hide {
    display: none;
}

.container .sub-menu .r-content li {
    float: left;
    width: 10%;
    display: block;
    text-align: center;
    line-height: 28px;
}

.container .sub-menu .r-content li a.orange {
    color: #F60;
}

.container .sub-menu .r-content .more {
    border-top: none;
    left: 50%;
    bottom: 0;
    position: absolute;
    color: #827F7F;
    text-align: center;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    width: 100px;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.container .sub-menu .u-tag {
    overflow: hidden;
    padding: 10px;
}

.container .sub-menu .u-tag li {
    float: left;
    width: 10%;
    display: block;
    text-align: center;
}

.container .sub-menu .u-tag li a {
    padding: 5px;
}

.container .sub-menu .u-tag li a.orange {
    color: #F60;
}

.kpage-main .u-tab {
    overflow: hidden;
    padding: 5px;
}

.kpage-main .u-tab li {
    float: left;
    margin-right: 50px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.kpage-main .u-tab li.curr {
    color: #F30;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F30;
}

.ptag-ul {
    width: 105%;
    overflow: hidden;
}

.ptag-ul li {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 360px;
    padding: 15px;
    padding-bottom: 10px;
    float: left;
    margin: 0 12px 15px 0;
}

.ptag-ul li img {
    width: 102px;
    height: 102px;
    float: left;
}

.ptag-ul li .text {
    display: inline-block;
    height: 102px;
    float: right;
    width: 240px;
}

.ptag-ul li .text p {
    line-height: 24px;
    color: #999;
    overflow: hidden;
}

.ptag-ul li .text a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

.ptag-ul li .info {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
}

footer.footer-base {
    width: 100%;
    min-width: 1280px;
    border-top: 1px solid #EDEDED;
    background-color: #F8F8F8
}

.footer-container {
    width: 1280px;
    margin: 0 auto
}

.footer-infoMes {
    border-top: 1px solid #ebeff4;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-djcEwm {
    margin-top: 38px;
    width: 100%;
    text-align: center;
}
.footer-djcEwm ul{
    display: flex;
    justify-content: center;
}

.footer-logo {
    margin-bottom: 20px
}

.footer-logo-img {
    width: 200px;
}

.foot-msgCtn {
    margin-bottom: 10px
}

.foot-msgCtn > ul {
    margin-left: -14px
}

.fmList {
    position: relative;
    float: left;
    padding: 0 14px
}

.fmList:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 14px;
    background-color: #DFDFDF
}

.fmList:last-child:after {
    content: none
}

.fmList > a {
    font-size: 16px;
    color: #666
}

.footer-djcEwm li > a {
    width: 100%;
    height: 100%;
    display: block
}

.foot-list li {
    width: 100px;
    float: left;
    margin-left: 30px
}

.foot-list li img {
    width: 100%
}

.foot-list li span {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 12px;
    text-align: center
}

.foot-beian > * {
    float: left;
    font-size: 14px
}

.foot-inline {
    padding: 5px 0;
    height: 20px;
    line-height: 20px
}

.foot-inline span {
    color: #DFDFDF
}

#banner {
    margin: 20px auto
}

.bImg-ctn > a {
    overflow: hidden;
    display: block;
    width: 1280px;
    height: 480px;
    border-radius: 3px
}

.bImg-ctn img {
    width: 100%;
    height: 100%
}

.layui-carousel-arrow[lay-type=sub] {
    top: 237px;
    width: 44px;
    height: 44px;
    text-align: left
}

.layui-carousel-arrow[lay-type=add] {
    top: 237px;
    width: 44px;
    height: 44px;
    right: 0;
    text-align: right
}

.layui-carousel-arrow i {
    display: inline-block;
    width: 60px;
    height: 50px
}

.layui-carousel-arrow[lay-type=sub] i {
    position: absolute;
    left: 14px;
    background: url(../images/banner_arrow_l.png) 0 12px no-repeat;
    top: 0
}

.layui-carousel-arrow[lay-type=add] i {
    background: url(../images/banner_arrow_r.png) 17px 12px no-repeat
}

#banner:hover .layui-carousel-arrow[lay-type=sub] {
    border-radius: 50%;
    left: 30px !important;
    background-color: rgba(0, 0, 0, 0.2)
}

#banner:hover .layui-carousel-arrow[lay-type=add] {
    border-radius: 50%;
    right: 30px !important;
    background-color: rgba(0, 0, 0, 0.2)
}

.djc-alctn {
    overflow: hidden
}

.djc-alctn > ul {
    margin-right: -20px
}

.djc-al-list {
    position: relative;
    float: left;
    width: 240px;
    height: 142px;
    margin-right: 20px;
    margin-bottom: 35px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px
}

.djc-al-list a, .djc-al-list img {
    display: block;
    width: 100%;
    height: 100%
}

.al-msgctn {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 62px;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    padding: 0 12px 14px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    padding-top: 20px
}

.al-bn {
    font-size: 18px;
    margin-bottom: 4px;
    width: 230px;
    font-weight: bold
}

.al-msg {
    width: 228px;
    font-size: 14px;
    padding-top: 2px
}

.al-inforCtn {
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 5;
    width: 240px;
    height: 142px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    padding: 12px 12px 14px;
    overflow: hidden
}

.infor-bn {
    margin-bottom: 6px
}

.infor-ar {
    color: #999;
    margin-bottom: 28px
}

.main-left {
    float: left;
    margin-right: 46px;
    width: 910px
}

.dm-ctn {
    width: 910px
}

.dm-title-ctn, .dr-title-ctn {
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 40px
}

.dm-title, .dr-title {
    font-size: 30px;
    color: #333;
    font-weight: bold
}

.dm-cBtn, .dr-cBtn {
    color: #999;
    font-size: 14px
}

.dm-change:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/icon_change.png) no-repeat;
    margin-right: 4px;
    vertical-align: middle
}

.dm-change {
    margin-right: 26px;
    cursor: pointer;
    color: #999
}

.dm-change:hover {
    color: #666
}

.dm-lkall, .dr-lkall {
    color: #999
}

.dm-lkall:hover {
    color: #666 !important
}

.dm-cart-ctn > ul {
    margin-right: -20px;
    margin-bottom: -30px
}

.dm-list {
    overflow: hidden;
    position: relative;
    float: left;
    width: 166px;
    height: 303px;
    margin-right: 20px;
    margin-bottom: 16px
}

.dm-list > a {
    display: block
}

.dm-thumb {
    width: 166px;
    height: 224px;
    border-radius: 3px
}

.dm-bn {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 14px 0 8px
}

.dm-tagList li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    color: #999;
    font-size: 14px
}

.dr-ctn {
    float: left;
    width: 324px
}

.dr-list {
    margin-bottom: 23px
}

.dr-list > a {
    display: block
}

.dr-num {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 6px;
    margin-top: 2px
}

.dr-num-1 {
    background: url(../images/index_icon_parking.png) 0 0 no-repeat
}

.dr-num-2 {
    background: url(../images/index_icon_parking.png) -54px 0 no-repeat
}

.dr-num-3 {
    background: url(../images/index_icon_parking.png) -108px 0 no-repeat
}

.dr-cartCtn {
    float: left;
    width: 264px;
    height: 74px
}

.dr-thumb {
    float: left;
    width: 74px;
    height: 74px;
    border-radius: 3px
}

.dr-cmsg {
    overflow: hidden;
    float: left;
    width: 190px;
    padding: 12px 0 0 15px
}

.dr-bn {
    margin-bottom: 5px
}

.dr-anthor {
    color: #999;
    font-size: 14px;
    width: 100px
}

.dr-hot:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    background: url(../images/icon_parking_hot.png) no-repeat 0 0;
    margin-right: 8px;
    line-height: 12px
}

.dr-hot {
    color: #999;
    font-size: 12px
}

.bd-num {
    float: left;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 14px;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 16px;
    color: #666;
    background-color: #f2f2f2
}

.bd-infor-ctn {
    width: 262px;
    height: 26px;
    line-height: 26px
}

.dr-bn {
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.comic-type-ctn {
    margin-bottom: 25px
}

.qbmh-ul {
    margin-right: -31px
}

.qbmh-ulmt20 {
    margin-top: 20px;
}

.qbmh-ul li {
    position: relative;
    float: left;
    margin-right: 31px;
    margin-bottom: 5px;
    height: 31px;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.qbmh-ul li a {
    color: #333;
}

.qbmh-ul li.ct-active a {
    color: #ffc55d
}

.ct-active:after {
    content: '';
    display: block;
    width: 10px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffc55d;
    margin: 8px auto 0
}

.comic-tp-ctn > ul {
    margin-right: -22px;
    margin-bottom: 10px
}

.char-cBtn {
    margin-right: -28px
}

.char-lkall {
    float: left;
    margin-right: 28px;
    color: #666
}

.ct-active2 {
    color: #ffc55d
}

.ct-active2:after {
    content: '';
    display: block;
    width: 10px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffc55d;
    margin: 0 auto 0
}

.ct-active2:hover {
    color: #ffc55d
}

.rtype-ctn {
    text-align: center;
    float: left;
    margin-right: 40px
}

.rt-list {
    width: 140px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 4px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    background-color: #f7f7f7;
    cursor: pointer
}

.rt-active {
    background: #ffc55d;
    color: #333
}

.trank-ctn {
    width: 100%;
}

.trank-ctnul {
    display: flex;
    flex-direction: column;
    height: 490px;
    flex-wrap: wrap;
}

.tr-list {
    position: relative;
    width: 256px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.tr-list a {
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trank-ctnul li:nth-child(1) span {
    background: #ffc55d;
}

.trank-ctnul li:nth-child(2) span {
    background: #e4e4e4;
}

.trank-ctnul li:nth-child(3) span {
    background: #d5b25a;
}

.tr-num {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: #f3f3f3;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 18px;
    color: #fff;
}

.tr-gj {
    background: #ffc55d
}

.tr-yj {
    background: #e4e4e4
}

.tr-jj {
    background: #d5b25a
}

.tr-link {
    display: block;
    height: 42px;
    padding-left: 46px;
    overflow: hidden
}

.tr-link:hover {
    color: #ffc55d
}

.friendLink-ctn {
    position: relative;
    width: 1280px;
    margin: 60px auto 0
}

.fri-Link-Img {
    display: block;
    margin: 0 auto;
    width: 450px;
    height: 108px
}

.fri-List-ctn {
    overflow: hidden;
    margin-top: 26px;
    margin-bottom: 30px
}

.friendList {
    margin-right: -20px
}

.friendList li {
    float: left;
    height: 32px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px
}

.friendList li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #333
}

.xsyh-ha {
    width: 74px;
    height: 30px;
    background-color: #ff6161;
    position: absolute;
    top: 182px;
    left: 92px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    text-align: center
}

.myxz_ztz {
    width: 1280px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 35px
}

.all-comic {
    overflow: hidden;
    margin-top: 10px
}

.charts {
    overflow: hidden
}

.yzrq-ul {
    margin-top: -5px
}

.sszk-ul {
    margin-top: -5px
}

.rt-list-warp {
    margin-top: -10px
}

.dr-title-yzrq {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-left: 12px
}

.dr-title-sszk {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-left: 12px
}

.myxz_kbl {
    background: url(../images/myxzztz.jpg);
    width: 1280px;
    height: 142px;
    border-radius: 3px
}

.djc-right-img {
    display: inline-block;
    vertical-align: middle
}

#header {
    position: relative;
}

.search-back {
    padding-top: 169px;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    background: url(../images/bg_empty.png) center 0 no-repeat;
    text-align: center;
}

.search-back em {
    color: #666;
    margin: 0 5px
}

.section {
    float: left;
    width: 720px;
    font-size: 14px;
}

.sd_head {
    text-align: center;
    padding: 16px 0 20px 0;
}

.sd_head .t1 {
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
}

.sd_head .date {
    height: 36px;
    line-height: 36px;
    color: #999;
}

.sd_article {
    line-height: 30px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    text-align: justify;
}

.sd_list li {
    height: 342px;
    padding-top: 25px;
    border-bottom: 1px solid #fdf2f6;
}

.sd_list li:last-child {
    border: 0;
}

.sd_list .photo {
    width: 224px;
    height: 316px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.sd_list .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd_list .inf {
    width: 445px;
    float: right;
    padding-right: 20px;
    height: 316px;
    position: relative;
}

.sd_list .tp {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    position: relative;
    padding-left: 40px;
}

.sd_list .name {
    display: inline-block;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sd_list .score {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;
    background: url("/images/score.png") no-repeat top center;
    position: absolute;
    left: 0;
    top: 10px;
}

.sd_list .num {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fb9aae;
    font-size: 24px;
    padding-top: 7px;
    position: absolute;
    left: 0;
    top: 8px;
}

.sd_list .topa {
    margin-left: 35px;
}

.sd_list .tags {
    width: 270px;
}

.sd_list .tag {
    width: 135px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #999;
}

.sd_list .tag span {
    color: #666;
}

.sd_list .tip {
    height: 96px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #666;
    margin-top: 5px;
}

.sd_list .reada {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #ffc55d;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.nd_card {
    border: 1px solid #fce6ee;
    margin: 20px 0 20px 0;
    position: relative;
    padding: 20px;
}

.nd_card .photo {
    float: left;
    display: block;
    width: 100px;
    height: 136px;
    position: relative;
    overflow: hidden;
}

.nd_card .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd_card .inf {
    width: 340px;
    float: left;
    padding-left: 20px;
}

.nd_card .name {
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nd_card .tags {
    height: 34px;
    line-height: 34px;
    color: #999;
}

.nd_card .tags span {
    float: left;
    padding-right: 30px;
}

.nd_card .tip {
    padding-top: 16px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.nd_card .fline {
    height: 136px;
    border-left: 1px solid #fce6ee;
    position: absolute;
    top: 20px;
    left: 540px;
}

.nd_card .c_right {
    width: 160px;
    position: absolute;
    right: 30px;
    top: 45px;
}

.nd_card .stars {
    height: 36px;
    text-align: center;
}

.nd_card .stars span {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url("../images/star2.png") no-repeat top center;
}

.nd_card .stars .hover {
    background-image: url("../images/star.png");
}

.nd_card .go {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffc55d;
    border-radius: 5px;
    font-size: 16px;
    color: #fff !important;
}

.nd_card .auto {
    font-size: 14px;
}

.nd_card .auto a {
    float: left;
    margin-top: 6px;
    color: #999;
}

.nd_card .auto em {
    float: left;
    color: #ccc;
    padding: 8px 16px 0 16px;
}

.layui-inline, img {
    display: inline-block;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.layui-edge, .layui-header, .layui-inline, .layui-main {
    position: relative
}

.layui-btn, .layui-edge, .layui-inline, img {
    vertical-align: middle
}

.layui-btn, .layui-disabled, .layui-icon, .layui-unselect {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

a:active, a:hover {
    outline: 0
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

.layui-border-box, .layui-border-box * {
    box-sizing: border-box
}

.layui-box, .layui-box * {
    box-sizing: content-box
}

.layui-clear {
    clear: both;
    *zoom: 1
}

.layui-clear:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0
}

.layui-inline {
    *display: inline;
    *zoom: 1
}

.layui-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden
}

.layui-edge-top {
    top: -4px;
    border-bottom-color: #999;
    border-bottom-style: solid
}

.layui-edge-right {
    border-left-color: #999;
    border-left-style: solid
}

.layui-edge-bottom {
    top: 2px;
    border-top-color: #999;
    border-top-style: solid
}

.layui-edge-left {
    border-right-color: #999;
    border-right-style: solid
}

.layui-elip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-disabled, .layui-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important
}

.layui-circle {
    border-radius: 100%
}

.layui-show {
    display: block !important
}

.layui-hide {
    display: none !important
}

.layui-main {
    width: 1140px;
    margin: 0 auto
}

.layui-header {
    z-index: 1000;
    height: 60px
}

.layui-header a:hover {
    transition: all .5s;
    -webkit-transition: all .5s
}

.layui-side {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 200px;
    overflow-x: hidden
}

.layui-side-scroll {
    width: 220px;
    height: 100%;
    overflow-x: hidden
}

.layui-body {
    position: absolute;
    left: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.layui-layout-body {
    overflow: hidden
}

.layui-layout-admin .layui-header {
    background-color: #23262E
}

.layui-layout-admin .layui-side {
    top: 60px;
    width: 200px;
    overflow-x: hidden
}

.layui-layout-admin .layui-body {
    top: 60px;
    bottom: 44px
}

.layui-layout-admin .layui-main {
    width: auto;
    margin: 0 15px
}

.layui-layout-admin .layui-footer {
    position: fixed;
    left: 200px;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #eee
}

.layui-layout-admin .layui-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #009688;
    font-size: 16px
}

.layui-layout-admin .layui-header .layui-nav {
    background: 0
}

.layui-layout-left {
    position: absolute !important;
    left: 200px;
    top: 0
}

.layui-layout-right {
    position: absolute !important;
    right: 0;
    top: 0
}

.layui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.layui-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

.layui-row:after, .layui-row:before {
    content: '';
    display: block;
    clear: both
}

.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box
}

.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2
}

.layui-quote-nm {
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    background: 0
}

.layui-elem-field {
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid
}

.layui-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300
}

.layui-field-title {
    margin: 10px 0 20px;
    border-width: 1px 0 0
}

.layui-field-box {
    padding: 10px 15px
}

.layui-field-title .layui-field-box {
    padding: 10px 0
}

.layui-progress {
    position: relative;
    height: 6px;
    border-radius: 20px;
    background-color: #e2e2e2
}

.layui-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    max-width: 100%;
    height: 6px;
    border-radius: 20px;
    text-align: right;
    background-color: #5FB878;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-progress-big, .layui-progress-big .layui-progress-bar {
    height: 18px;
    line-height: 18px
}

.layui-progress-text {
    position: relative;
    top: -20px;
    line-height: 18px;
    font-size: 12px;
    color: #666
}

.layui-progress-big .layui-progress-text {
    position: static;
    padding: 0 10px;
    color: #fff
}

.layui-collapse {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.layui-colla-content, .layui-colla-item {
    border-top-width: 1px;
    border-top-style: solid
}

.layui-colla-item:first-child {
    border-top: 0
}

.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 14px
}

.layui-colla-content {
    display: none;
    padding: 10px 15px;
    line-height: 22px;
    color: #666
}

.layui-colla-icon {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 14px
}

.layui-card-body, .layui-card-header, .layui-form-label, .layui-form-mid, .layui-form-select, .layui-input-block, .layui-input-inline, .layui-textarea {
    position: relative
}

.layui-card {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.layui-card:last-child {
    margin-bottom: 0
}

.layui-card-header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px
}

.layui-bg-black, .layui-bg-blue, .layui-bg-cyan, .layui-bg-green, .layui-bg-orange, .layui-bg-red {
    color: #fff !important
}

.layui-card-body {
    padding: 10px 15px;
    line-height: 24px
}

.layui-card-body .layui-table {
    margin: 5px 0
}

.layui-card .layui-tab {
    margin: 0
}

.layui-panel-window {
    position: relative;
    padding: 15px;
    border-radius: 0;
    border-top: 5px solid #E6E6E6;
    background-color: #fff
}

.layui-input {
    display: inline-block;
    width: 124px;
    height: 30px;
    margin: 0 16px;
    font-size: 14px;
    background: url(../images/calendar_icon_open.png) no-repeat center right 5%
}

.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px
}

.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px
}

.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box
}

.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
    border-color: #e6e6e6
}

.layui-timeline-item:before, hr {
    background-color: #e6e6e6
}

.layui-layedit {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.layui-layedit-tool {
    padding: 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 0
}

.layedit-tool-fixed {
    position: fixed;
    top: 0;
    border-top: 1px solid #e2e2e2
}

.layui-layedit-tool .layedit-tool-mid, .layui-layedit-tool .layui-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px
}

.layui-layedit-tool .layui-icon {
    position: relative;
    width: 32px;
    height: 30px;
    line-height: 30px;
    margin: 3px 5px;
    color: #777;
    cursor: pointer;
    border-radius: 2px
}

.layui-layedit-tool .layui-icon:hover {
    color: #393D49
}

.layui-layedit-tool .layui-icon:active {
    color: #000
}

.layui-layedit-tool .layedit-tool-active {
    background-color: #e2e2e2;
    color: #000
}

.layui-layedit-tool .layui-disabled, .layui-layedit-tool .layui-disabled:hover {
    color: #d2d2d2;
    cursor: not-allowed
}

.layui-layedit-tool .layedit-tool-mid {
    width: 1px;
    height: 18px;
    margin: 0 10px;
    background-color: #d2d2d2
}

.layedit-tool-html {
    width: 50px !important;
    font-size: 30px !important
}

.layedit-tool-b, .layedit-tool-code, .layedit-tool-help {
    font-size: 16px !important
}

.layedit-tool-d, .layedit-tool-face, .layedit-tool-image, .layedit-tool-unlink {
    font-size: 18px !important
}

.layedit-tool-image input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer
}

.layui-layedit-iframe iframe {
    display: block;
    width: 100%
}

#LAY_layedit_code {
    overflow: hidden
}

.layui-laypage {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 2px 0 0 2px
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 0 2px 2px 0
}

.layui-laypage > :first-child {
    margin-left: 0 !important
}

.layui-laypage > :last-child {
    margin-right: 0 !important
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #e2e2e2
}

.layui-laypage a, .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px
}

.layui-laypage a:hover {
    color: #009688
}

.layui-laypage em {
    font-style: normal
}

.layui-laypage .layui-laypage-spr {
    color: #999;
    font-weight: 700
}

.layui-laypage a {
    text-decoration: none
}

.layui-laypage .layui-laypage-curr {
    position: relative
}

.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #009688
}

.layui-laypage-em {
    border-radius: 2px
}

.layui-laypage-next em, .layui-laypage-prev em {
    font-family: Sim sun;
    font-size: 16px
}

.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    border: 0
}

.layui-laypage .layui-laypage-limits {
    vertical-align: top
}

.layui-laypage select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer
}

.layui-laypage .layui-laypage-skip {
    height: 30px;
    line-height: 30px;
    color: #999
}

.layui-laypage button, .layui-laypage input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box
}

.layui-laypage input {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #009688 !important
}

.layui-laypage button {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer
}

.layui-table, .layui-table-view {
    margin: 10px 0
}

.layui-flow-more {
    margin: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.layui-flow-more a {
    height: 32px;
    line-height: 32px
}

.layui-flow-more a * {
    display: inline-block;
    vertical-align: top
}

.layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    font-style: normal
}

.layui-flow-more a cite:hover {
    opacity: .8
}

.layui-flow-more a i {
    font-size: 30px;
    color: #737383
}

.layui-table {
    width: 100%;
    background-color: #fff;
    color: #666
}

.layui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-table th {
    text-align: left;
    font-weight: 400
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2
}

.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6
}

.layui-table td, .layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px
}

.layui-table[lay-skin=line] td, .layui-table[lay-skin=line] th {
    border-width: 0 0 1px
}

.layui-table[lay-skin=row] td, .layui-table[lay-skin=row] th {
    border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td, .layui-table[lay-skin=nob] th {
    border: 0
}

.layui-table img {
    max-width: 100px
}

.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th {
    padding: 15px 30px
}

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
    height: 40px;
    line-height: 40px
}

.layui-table[lay-size=sm] td, .layui-table[lay-size=sm] th {
    font-size: 12px;
    padding: 5px 10px
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
    height: 20px;
    line-height: 20px
}

.layui-table[lay-data] {
    display: none
}

.layui-table-box, .layui-table-view {
    position: relative;
    overflow: hidden
}

.layui-table-view .layui-table {
    position: relative;
    width: auto;
    margin: 0
}

.layui-table-body, .layui-table-header .layui-table, .layui-table-page {
    margin-bottom: -1px
}

.layui-table-view .layui-table[lay-skin=line] {
    border-width: 0 1px 0 0
}

.layui-table-view .layui-table[lay-skin=row] {
    border-width: 0 0 1px
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 5px 0;
    border-top: 0;
    border-left: none
}

.layui-table-view .layui-table td {
    cursor: default
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 18px;
    height: 18px
}

.layui-table-header {
    border-width: 0 0 1px;
    overflow: hidden
}

.layui-table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important
}

.layui-table-sort .layui-edge {
    position: absolute;
    left: 5px;
    border-width: 5px
}

.layui-table-sort .layui-table-sort-asc {
    top: 4px;
    border-top: 0;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-asc:hover {
    border-bottom-color: #666
}

.layui-table-sort .layui-table-sort-desc {
    bottom: 4px;
    border-bottom: 0;
    border-top-style: solid;
    border-top-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-desc:hover {
    border-top-color: #666
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #000
}

.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #000
}

.layui-table-cell {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    top: -1px;
    vertical-align: middle
}

.layui-table-cell .layui-table-link {
    color: #01AAED
}

.laytable-cell-checkbox, .laytable-cell-numbers, .laytable-cell-space {
    padding: 0;
    text-align: center
}

.layui-table-body {
    position: relative;
    overflow: auto;
    margin-right: -1px
}

.layui-table-body .layui-none {
    line-height: 40px;
    text-align: center;
    color: #999
}

.layui-table-fixed {
    position: absolute;
    left: 0;
    top: 0
}

.layui-table-fixed .layui-table-body {
    overflow: hidden
}

.layui-table-fixed-l {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r {
    left: auto;
    right: -1px;
    border-width: 0 0 0 1px;
    box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r .layui-table-header {
    position: relative;
    overflow: visible
}

.layui-table-mend {
    position: absolute;
    right: -49px;
    top: 0;
    height: 100%;
    width: 50px
}

.layui-table-tool {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 15px;
    border-width: 0 0 1px
}

.layui-table-page {
    position: relative;
    width: 100%;
    padding: 7px 7px 0;
    border-width: 1px 0 0;
    height: 41px;
    font-size: 12px
}

.layui-table-page > div {
    height: 26px
}

.layui-table-page .layui-laypage {
    margin: 0
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    border: 0;
    background: 0
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0 12px
}

.layui-table-page .layui-laypage span {
    margin-left: 0;
    padding: 0
}

.layui-table-page .layui-laypage .layui-laypage-prev {
    margin-left: -7px !important
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    left: 0;
    top: 0;
    padding: 0
}

.layui-table-page .layui-laypage button, .layui-table-page .layui-laypage input {
    height: 26px;
    line-height: 26px
}

.layui-table-page .layui-laypage input {
    width: 40px
}

.layui-table-page .layui-laypage button {
    padding: 0 10px
}

.layui-table-page select {
    height: 18px
}

.layui-table-view select[lay-ignore] {
    display: inline-block
}

.layui-table-patch .layui-table-cell {
    padding: 0;
    width: 30px
}

.layui-table-edit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 14px 1px;
    border-radius: 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15)
}

.layui-table-edit:focus {
    border-color: #5FB878 !important
}

select.layui-table-edit {
    padding: 0 0 0 10px;
    border-color: #C9C9C9
}

.layui-table-view .layui-form-checkbox, .layui-table-view .layui-form-radio, .layui-table-view .layui-form-switch {
    top: 0;
    margin: 0;
    box-sizing: content-box
}

.layui-table-view .layui-form-checkbox {
    top: -1px;
    height: 26px;
    line-height: 26px
}

body .layui-table-tips .layui-layer-content {
    background: 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}

.layui-table-tips-main {
    margin: -44px 0 0 -1px;
    max-height: 150px;
    padding: 8px 15px;
    font-size: 14px;
    overflow-y: scroll;
    background-color: #fff;
    color: #333
}

.layui-code, .layui-upload-list {
    margin: 10px 0
}

.layui-table-tips-c {
    position: absolute;
    right: -3px;
    top: -12px;
    width: 18px;
    height: 18px;
    padding: 3px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    background-color: #666
}

.layui-table-tips-c:hover {
    background-color: #999
}

.layui-upload-file {
    display: none !important;
    opacity: .01;
    filter: Alpha(opacity=1)
}

.layui-upload-drag, .layui-upload-form, .layui-upload-wrap {
    display: inline-block
}

.layui-upload-choose {
    padding: 0 10px;
    color: #999
}

.layui-upload-drag {
    position: relative;
    padding: 30px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    color: #999
}

.layui-upload-drag .layui-icon {
    font-size: 50px;
    color: #009688
}

.layui-upload-drag[lay-over] {
    border-color: #009688
}

.layui-upload-iframe {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden
}

.layui-upload-wrap {
    position: relative;
    vertical-align: middle
}

.layui-upload-wrap .layui-upload-file {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 100px;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer
}

.layui-code {
    position: relative;
    padding: 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-left-width: 6px;
    background-color: #F2F2F2;
    color: #333;
    font-family: Courier New;
    font-size: 12px
}

.layui-tree {
    line-height: 26px
}

.layui-tree li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-tree li .layui-tree-spread, .layui-tree li a {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    *display: inline;
    *zoom: 1;
    cursor: pointer
}

.layui-tree li a {
    font-size: 0
}

.layui-tree li a i {
    font-size: 16px
}

.layui-tree li a cite {
    padding: 0 6px;
    font-size: 14px;
    font-style: normal
}

.layui-tree li i {
    padding-left: 6px;
    color: #333;
    -moz-user-select: none
}

.layui-tree li .layui-tree-check {
    font-size: 13px
}

.layui-tree li .layui-tree-check:hover {
    color: #009E94
}

.layui-tree li ul {
    display: none;
    margin-left: 20px
}

.layui-tree li .layui-tree-enter {
    line-height: 24px;
    border: 1px dotted #000
}

.layui-tree-drag {
    display: none;
    position: absolute;
    left: -666px;
    top: -666px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border: 1px dotted #000;
    white-space: nowrap
}

.layui-tree-drag i {
    padding-right: 5px
}

.layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #393D49;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box
}

.layui-nav * {
    font-size: 14px
}

.layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px
}

.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #5FB878;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-nav-bar {
    z-index: 1000
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #fff
}

.layui-nav .layui-this:after {
    content: '';
    top: auto;
    bottom: 0;
    width: 100%
}

.layui-nav-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%
}

.layui-nav .layui-nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(255, 255, 255, .7)
}

.layui-nav .layui-nav-mored, .layui-nav-itemed .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff
}

.layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap
}

.layui-nav .layui-nav-child a {
    color: #333
}

.layui-nav .layui-nav-child a:hover {
    background-color: #f2f2f2;
    color: #000
}

.layui-nav-child dd {
    position: relative
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: #5FB878;
    color: #fff
}

.layui-nav-child dd.layui-this:after {
    display: none
}

.layui-nav-tree {
    width: 200px;
    padding: 0
}

.layui-nav-tree .layui-nav-item {
    display: block;
    width: 100%;
    line-height: 45px
}

.layui-nav-tree .layui-nav-item a {
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #4E5465
}

.layui-nav-tree .layui-nav-bar {
    width: 5px;
    height: 0;
    background-color: #009688
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background-color: #009688;
    color: #fff
}

.layui-nav-tree .layui-this:after {
    display: none
}

.layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
    color: #fff !important
}

.layui-nav-tree .layui-nav-child {
    position: relative;
    z-index: 0;
    top: 0;
    border: 0;
    box-shadow: none
}

.layui-nav-tree .layui-nav-child a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child, .layui-nav-tree .layui-nav-child a:hover {
    background: 0;
    color: #fff
}

.layui-nav-tree .layui-nav-more {
    top: 20px;
    right: 10px;
    margin: 0
}

.layui-nav-itemed .layui-nav-more {
    top: 14px
}

.layui-nav-itemed .layui-nav-child {
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, .3) !important
}

.layui-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999
}

.layui-bg-blue .layui-nav-bar, .layui-bg-blue .layui-nav-itemed:after, .layui-bg-blue .layui-this:after {
    background-color: #93D1FF
}

.layui-bg-blue .layui-nav-child dd.layui-this {
    background-color: #1E9FFF
}

.layui-bg-blue .layui-nav-itemed > a, .layui-nav-tree.layui-bg-blue .layui-nav-title a, .layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
    background-color: #007DDB !important
}

.layui-breadcrumb {
    visibility: hidden;
    font-size: 0
}

.layui-breadcrumb > * {
    font-size: 14px
}

.layui-breadcrumb a {
    color: #999 !important
}

.layui-breadcrumb a:hover {
    color: #5FB878 !important
}

.layui-breadcrumb a cite {
    color: #666;
    font-style: normal
}

.layui-breadcrumb span[lay-separator] {
    margin: 0 10px;
    color: #999
}

.layui-tab {
    margin: 10px 0;
    text-align: left !important
}

.layui-tab[overflow] > .layui-tab-title {
    overflow: hidden
}

.layui-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer
}

.layui-tab-title li a {
    display: block
}

.layui-tab-title .layui-this {
    color: #000
}

.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none
}

.layui-tab-bar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 39px;
    line-height: 39px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.layui-tab-bar .layui-icon {
    position: relative;
    display: inline-block;
    top: 3px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-tab-item {
    display: none
}

.layui-tab-more {
    padding-right: 30px;
    height: auto !important;
    white-space: normal !important
}

.layui-tab-more li.layui-this:after {
    border-bottom-color: #e2e2e2;
    border-radius: 2px
}

.layui-tab-more .layui-tab-bar .layui-icon {
    top: -2px;
    top: 3px \9;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

:root .layui-tab-more .layui-tab-bar .layui-icon {
    top: -2px \0/ IE9
}

.layui-tab-content {
    padding: 10px
}

.layui-tab-title li .layui-tab-close {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 8px;
    top: 1px;
    text-align: center;
    font-size: 14px;
    color: #c2c2c2;
    transition: all .2s;
    -webkit-transition: all .2s
}

.layui-tab-title li .layui-tab-close:hover {
    border-radius: 2px;
    background-color: #FF5722;
    color: #fff
}

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

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

.layui-tab-brief[overflow] > .layui-tab-title .layui-this:after {
    top: -1px
}

.layui-tab-card {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.layui-tab-card > .layui-tab-title {
    background-color: #f2f2f2
}

.layui-tab-card > .layui-tab-title li {
    margin-right: -1px;
    margin-left: -1px
}

.layui-tab-card > .layui-tab-title .layui-this {
    background-color: #fff
}

.layui-tab-card > .layui-tab-title .layui-this:after {
    border-top: 0;
    border-width: 1px;
    border-bottom-color: #fff
}

.layui-tab-card > .layui-tab-title .layui-tab-bar {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border-top: 0;
    border-right: 0
}

.layui-tab-card > .layui-tab-more .layui-this {
    background: 0;
    color: #5FB878
}

.layui-tab-card > .layui-tab-more .layui-this:after {
    border: 0
}

.layui-timeline {
    padding-left: 5px
}

.layui-timeline-item {
    position: relative;
    padding-bottom: 20px
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.layui-timeline-axis:hover {
    color: #FF5722
}

.layui-timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%
}

.layui-timeline-item:last-child:before {
    display: none
}

.layui-timeline-item:first-child:before {
    display: block
}

.layui-timeline-content {
    padding-left: 25px
}

.layui-timeline-title {
    position: relative;
    margin-bottom: 10px
}

.layui-badge, .layui-badge-dot, .layui-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px
}

.layui-badge {
    height: 18px;
    line-height: 18px
}

.layui-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%
}

.layui-badge-rim {
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666
}

.layui-btn .layui-badge, .layui-btn .layui-badge-dot {
    margin-left: 5px
}

.layui-nav .layui-badge, .layui-nav .layui-badge-dot {
    position: absolute;
    top: 50%;
    margin: -8px 6px 0
}

.layui-tab-title .layui-badge, .layui-tab-title .layui-badge-dot {
    left: 5px;
    top: -2px
}

.layui-carousel {
    position: relative;
    left: 0;
    top: 0;
    background-color: #f8f8f8
}

.layui-carousel > [carousel-item] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.layui-carousel > [carousel-item]:before {
    position: absolute;
    content: '\e63d';
    left: 50%;
    top: 50%;
    width: 100px;
    line-height: 20px;
    margin: -10px 0 0 -50px;
    text-align: center;
    color: #c2c2c2;
    font-family: layui-icon !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-carousel > [carousel-item] > * {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.layui-carousel-updown > * {
    -webkit-transition: .3s ease-in-out up;
    transition: .3s ease-in-out up
}

.layui-carousel-arrow {
    display: none \9;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 4%;
    margin-top: -19px;
    height: 480px;
    width: 220px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: 0;
    color: #fff;
    cursor: pointer
}

.layui-carousel-arrow[lay-type=add] {
    left: auto !important;
    right: 10px
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 20px
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    opacity: 1;
    left: 20px
}

.layui-carousel[lay-arrow=none] .layui-carousel-arrow {
    display: none
}

.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover {
    background-color: rgba(0, 0, 0, .35)
}

.layui-carousel:hover .layui-carousel-arrow {
    display: block \9;
    opacity: 1;
    left: 20px
}

.layui-carousel-ind {
    position: relative;
    top: -35px;
    width: 100%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0
}

.layui-carousel[lay-indicator=outside] {
    margin-bottom: 30px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
    top: 10px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background-color: rgba(0, 0, 0, .5)
}

.layui-carousel[lay-indicator=none] .layui-carousel-ind {
    display: none
}

.layui-carousel-ind ul {
    display: inline-block;
    padding: 5px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.layui-carousel-ind li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    font-size: 14px;
    background-color: #e2e2e2;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.layui-carousel-ind li:hover {
    background-color: rgba(255, 255, 255, .7)
}

.layui-carousel-ind li.layui-this {
    background-color: #fff
}

.layui-carousel > [carousel-item] > .layui-carousel-next, .layui-carousel > [carousel-item] > .layui-carousel-prev, .layui-carousel > [carousel-item] > .layui-this {
    display: block
}

.layui-carousel > [carousel-item] > .layui-this {
    left: 0
}

.layui-carousel > [carousel-item] > .layui-carousel-prev {
    left: -100%
}

.layui-carousel > [carousel-item] > .layui-carousel-next {
    left: 100%
}

.layui-carousel > [carousel-item] > .layui-carousel-next.layui-carousel-left, .layui-carousel > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
    left: 0
}

.layui-carousel > [carousel-item] > .layui-this.layui-carousel-left {
    left: -100%
}

.layui-carousel > [carousel-item] > .layui-this.layui-carousel-right {
    left: 100%
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow {
    left: 50% !important;
    top: 20px;
    margin: 0 0 0 -18px
}

.layui-carousel[lay-anim=updown] > [carousel-item] > *, .layui-carousel[lay-anim=fade] > [carousel-item] > * {
    left: 0 !important
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
    top: auto !important;
    bottom: 20px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
    padding: 3px 5px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind li {
    display: block;
    margin: 6px 0
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this {
    top: 0
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-prev {
    top: -100%
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-next {
    top: 100%
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-next.layui-carousel-left, .layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
    top: 0
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this.layui-carousel-left {
    top: -100%
}

.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this.layui-carousel-right {
    top: 100%
}

.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-next, .layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-prev {
    opacity: 0
}

.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-next.layui-carousel-left, .layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
    opacity: 1
}

.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-this.layui-carousel-left, .layui-carousel[lay-anim=fade] > [carousel-item] > .layui-this.layui-carousel-right {
    opacity: 0
}

.layui-fixbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999
}

.layui-fixbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    background-color: #9F9F9F;
    color: #fff;
    border-radius: 2px;
    opacity: .95
}

.layui-fixbar li:hover {
    opacity: .85
}

.layui-fixbar li:active {
    opacity: 1
}

.layui-fixbar .layui-fixbar-top {
    display: none;
    font-size: 40px
}

body .layui-util-face {
    border: 0;
    background: 0
}

body .layui-util-face .layui-layer-content {
    padding: 0;
    background-color: #fff;
    color: #666;
    box-shadow: none
}

.layui-util-face .layui-layer-TipsG {
    display: none
}

.layui-util-face ul {
    position: relative;
    width: 372px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-util-face ul li {
    cursor: pointer;
    float: left;
    border: 1px solid #e8e8e8;
    height: 22px;
    width: 26px;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 4px 2px;
    text-align: center
}

.layui-util-face ul li:hover {
    position: relative;
    z-index: 2;
    border: 1px solid #eb7350;
    background: #fff9ec
}

.layui-anim {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-anim.layui-icon {
    display: inline-block
}

.layui-anim-loop {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes layui-rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes layui-rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.layui-anim-rotate {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes layui-up {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes layui-up {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.layui-anim-up {
    -webkit-animation-name: layui-up;
    animation-name: layui-up
}

@-webkit-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes layui-upbit {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.layui-anim-upbit {
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit
}

@-webkit-keyframes layui-scale {
    0% {
        opacity: .3;
        -webkit-transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes layui-scale {
    0% {
        opacity: .3;
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layui-anim-scale {
    -webkit-animation-name: layui-scale;
    animation-name: layui-scale
}

@-webkit-keyframes layui-scale-spring {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5)
    }
    80% {
        opacity: .8;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes layui-scale-spring {
    0% {
        opacity: .5;
        transform: scale(.5)
    }
    80% {
        opacity: .8;
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.layui-anim-scaleSpring {
    -webkit-animation-name: layui-scale-spring;
    animation-name: layui-scale-spring
}

@-webkit-keyframes layui-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes layui-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layui-anim-fadein {
    -webkit-animation-name: layui-fadein;
    animation-name: layui-fadein
}

@-webkit-keyframes layui-fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes layui-fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.layui-anim-fadeout {
    -webkit-animation-name: layui-fadeout;
    animation-name: layui-fadeout
}

.pagination{
    display: flex;
    justify-content: center;
    align-items:  center;
}
.pagination li a,.pagination li span{
    margin-left: 16px;
    font-size: 16px;
    color: #969696;
}
.pagination li.active a,.pagination li.active span{
    color: #FFB600;
}