* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
}
img {
    width: 100%;
    height: 100%;
}
input,
textarea {
    outline: none;
}
body {
    background: url(../img/body_ba.png) no-repeat;
    background-size: cover;
    background-size: 100% 370px;
    background-color: #f5f6fa;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

header {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 24px;
    box-sizing: border-box;
}
header .logo {
    width: 124px;
    height: 40px;
}
header nav {
    display: flex;
    align-items: center;
    height: 44px;
}
header nav a {
    margin-left: 36px;
    color: #1f1f25;
    font-size: 16px;
}
header nav a.active {
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
header nav a.active::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 12px;
    position: absolute;
    background: url(../img/link_active.png) no-repeat;
    background-size: contain;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
header .troll {
    width: 288px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    display: none;
}
header .troll input {
    display: block;
    border: 0;
    padding-left: 18px;
    width: 232px;
    line-height: 38px;
    height: 40px;
    background: transparent;
    font-size: 16px;
    color: #999;
}
header .troll i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/head_sea.png) no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: 20px;
}
header .top_sea {
    display: none;
}
/* 底部 */
footer {
    width: 100%;
    color: #666;
    font-size: 14px;
    background-color: #202020;
    text-align: center;
}

footer > div:nth-of-type(2) {
    padding-top: 15px;
    height: 45px;
    background-color: #1d1d1c;
    line-height: 30px;
}

footer > div:nth-of-type(2) a {
    font-size: 14px;
    color: #999;
}

footer > div:nth-of-type(1) div {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 30px 0 15px;
    line-height: 24px;
}

footer > div:nth-of-type(1) div p:nth-of-type(1) a {
    font-size: 14px;
    color: #999;
}

footer p {
    margin-bottom: 10px;
}

footer p a {
    margin: 0 5px;
    color: #999;
}

footer p span {
    margin: 0 10px;
}

footer div img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 50px;
}

footer div a:hover {
    color: #cfcfcf !important;
}
/* 头部 公共部分结束 */
/* 主体容器 */
.main-container-content {
    width: 1200px;
    margin: 0 auto;
}

/* 内容主体部分 */
.main-container-content-body {
}

.main-container-content-body .body-content {
    /*padding: 30px 0px 10px;*/
}

.main-container-content-body .body-content .body-content-item {
    margin-bottom: 30px;
    width: 100%;
}

.pc_none {
    display: none !important;
}
.none_down {
    display: block;
}

.ygkj-wjkjgg .table-hea {
    width: 100%;
    border: 1px solid #aeaeae;
}

.ygkj-wjkjgg .table-hea .select {
    padding: 10px 20px 20px 20px;
    border-bottom: 1px solid #aeaeae;
}
.ygkj-wjkjgg .table-hea {
    border: none;
    border-bottom: 1px solid #e4dbdb;
}

.ygkj-wjkjgg .table-hea .select {
    border: none;
}
.ygkj-wjkjgg .table-hea .select .hr {
    width: 1px;
    height: 10px;
    background: #999;
    display: inline-block;
    margin: 0 10px;
}

.ygkj-wjkjgg .table-hea .select .select-type {
    width: 120px;
    padding: 5px;
    border-color: #aeaeae;
    color: #666;
    height: 35px;
}
.ygkj-wjkjgg .table-hea .select .select-type {
    width: 130px;
}
.ygkj-wjkjgg .table-hea .select .time {
    font-size: 14px;
    color: #999;
    margin: 5px 18px;
}

.ygkj-wjkjgg .table-hea .custom-search {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.ygkj-wjkjgg .table-hea .custom {
    width: 120px;
    line-height: 29px;
    border: 1px solid #aeaeae;
    color: #666;
    padding: 2px 5px 2px 10px;
    background: #fff;
    cursor: pointer;
}

.ygkj-wjkjgg .table-hea .active {
    border-color: #e81f18;
    color: #e81f18;
    border-bottom-color: #fff;
}

.ygkj-wjkjgg .table-hea .custom .glyphicon {
    margin-top: 8px;
    font-size: 12px;
}

.ygkj-wjkjgg .table-hea .custom-list {
    position: absolute;
    top: 34px;
    right: 0;
    border: 1px solid #e81f18;
    width: 325px;
    background: #fff;
    display: none;
    padding: 20px;
    z-index: 9;
}

.ygkj-wjkjgg .table-hea .custom-list .border-hr {
    width: 135px;
    height: 1px;
    background: #fff;
    right: 0px;
    top: -1px;
    position: absolute;
}

.ygkj-wjkjgg .table-hea .custom-list .item-wrap {
    border-bottom: 1px solid #999;
    height: 35px;
}

.ygkj-wjkjgg .table-hea .custom-list .item-wrap .active {
    color: #333;
    position: relative;
}

.ygkj-wjkjgg .table-hea .custom-list .item-wrap .active:after {
    content: '';
    width: 17px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    background: url(../images/tcSqliDq.jpg);
    bottom: -1px;
}

.ygkj-wjkjgg .table-hea .custom-list .item-name {
    width: 25%;
    height: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.ygkj-wjkjgg .table-hea .custom-list .hr {
    width: 1px;
    height: 10px;
    background: #666;
    display: inline-table;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content {
    height: 85px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content > div {
    display: none;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content .show {
    display: block;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content input {
    width: 115px;
    height: 34px;
    margin: 0 5px;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content .day {
    background: url(../images/datePicker.gif) no-repeat right;
    border: #999 1px solid;
}

.ygkj-wjkjgg .table-hea .custom-list .item-content .tip {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.ygkj-wjkjgg .table-hea .custom-list .item-btn {
    overflow: hidden;
}

.ygkj-wjkjgg .table-hea .custom-list .item-btn > div {
    width: 45%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    behavior: url(/PIE.htc);
    position: relative;
    cursor: pointer;
}

.ygkj-wjkjgg .table-hea .custom-list .item-btn .custom-query {
    background: #e81f18;
}

.ygkj-wjkjgg .table-hea .custom-list .item-btn .custom-reset {
    background: #999;
}

.ygkj-wjkjgg .table-hea .show {
    display: block;
}

.ygkj-wjkjgg .table-hea .radio-btn {
    overflow: hidden;
    padding: 10px 20px;
}

.ygkj-wjkjgg .table-hea .radio-btn .btn-list {
    overflow: hidden;
}

.ygkj-wjkjgg .table-hea .radio-btn .btn-item {
    width: 80px;
    text-align: center;
    padding: 2px 0;
    border: 1px solid #aeaeae;
    margin: 0 10px;
    cursor: pointer;
}

.ygkj-wjkjgg .table-hea .radio-btn .active {
    border-color: #e81f18;
    color: #e81f18;
}

.ygkj-wjkjgg .table-hea .radio-btn .day-search {
    margin-left: 20px;
}

.ygkj-wjkjgg .table-hea .radio-btn .text-description {
    margin-top: 3px;
}

#paging {
    display: flex;
    justify-content: center;
}
#paging > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#paging > div a{
    padding:2px 12px;
    background-color: #FFF;
    margin: 0 10px;
    margin-bottom: 10px;
}
#paging > div a.current{
     background-color: #e81f18;
    color: #fff;
    border-radius: 5px;
}
/* 模块游戏 */
.app-Tit {
    position: relative;
    z-index: 1;
    padding-top: 12px;
    overflow: hidden;
    *zoom: 1;
}

.app-Tit a {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    width: 64px;
    height: 24px;
    background: #f7f9fa;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
}

.app-Tit a:after {
    content: '';
    position: relative;
    top: 7px;
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -59px -4px;
}

.app-Tit a:hover {
    color: #fff;
    background: linear-gradient(-42deg, #ff827d 0%, #ff914e 100%);
}

.app-Tit a:hover:after {
    background-position: -59px -21px;
}

.app-Tit strong {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #0b0b2f;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-Tit strong:before {
    content: '';
    position: relative;
    top: 19px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff914e;
    border-radius: 50%;
}
.app-zt {
    position: relative;
    margin: 20px auto;
    padding: 0 24px 12px;
    background: #fff;
    border-radius: 12px;
    width: 1200px;
}

.app-zt .tabMenu {
    padding: 12px 0;
    overflow: hidden;
}

.app-zt .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 0 14px 12px 0;
    padding: 0 17px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    background: #f7f9fa;
    cursor: pointer;
    border-radius: 5px;
}

.app-zt .tabMenu span:hover,
.app-zt .tabMenu span.current {
    color: #fff;
    background: #ff914e;
}

.app-zt .subBox {
    position: relative;
    text-align: center;
}

.app-zt .subCont {
    position: relative;
    margin-bottom: 12px;
    height: 231px;
    overflow: hidden;
}

.app-zt .subBox .img {
    position: relative;
    float: left;
    padding-top: 9px;
    display: block;
    width: 300px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 23px;
}

.app-zt .subBox .subCont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 231px;
    overflow: hidden;
    background: url(../img/relztimg.png) no-repeat;
    background-size: 100% 100%;
}

.app-zt .subBox .img img {
    display: block;
    min-width: 100%;
    
    width: auto;
    margin: 0px auto;
    border-radius: 16px;
}

.app-zt .subBox .img img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.app-zt .subBox .img:hover img {
    transform: scale(1.2);
}

.app-zt .subBox .info {
    position: relative;
    z-index: 2;
    float: left;
    text-align: left;
    display: block;
    width: 465px;
    height: 231px;
    overflow: hidden;
}

.app-zt .subBox .info strong {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 35px 0 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-zt .subBox .info p {
    position: relative;
    display: block;
    max-height: 128px;
    line-height: 32px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.app-zt .subBox .subCont span {
    position: absolute;
    top: 39px;
    right: 20px;
    z-index: 2;
    line-height: 36px;
    font-size: 16px;
    color: #999;
}

.app-zt .subBox .subCont span i {
    color: #ff914e;
    font-weight: bold;
}

.app-zt .subBox .info:hover strong {
    color: #ff914e;
}

.app-zt .rSlider {
    position: relative;
    margin-bottom: 10px;
}

.app-zt .subBox ul {
    position: relative;
    width: 105%;
    overflow: hidden;
}

.app-zt .subBox li {
    position: relative;
    float: left;
    height: 162px;
    overflow: hidden;
    z-index: 1;
}

.app-zt .subBox li a {
    float: left;
    margin-right: 27px;
    padding: 12px 0;
    width: 110px;
    height: 128px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 42px;
    overflow: hidden;
}

.app-zt .subBox li a img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 26px;
    margin: auto;
}

.app-zt .subBox li a:hover {
    color: #ff914e;
}

.app-zt .subBox .dot {
    vertical-align: top;
    margin: 6px auto 13px;
    display: none;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.app-zt .subBox .dot i {
    vertical-align: top;
    margin: 0 8px;
    display: inline-block;
    width: 56px;
    height: 16px;
    border-radius: 8px;
    background: #e5e5e5;
    overflow: hidden;
    cursor: pointer;
}

.app-zt .subBox .dot i.current {
    background: #ff914e;
    width: 16px;
}
.layui-laypage a.current{
    background-color: #e81f18;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .none_down {
        display: none !important;
    }
    .pc_none {
        display: block !important;
    }
    .w1200 {
        width: 100%;
    }
    .main-container-content {
        width: 100%;
    }
     .radio-btn {
        margin-top: 10px;
    }
    .radio-btn select:first-child {
        margin-left: 0 !important;
    }
    header {
        flex-direction: column;
        padding: 12px;
        position: relative;
    }
    header > a {
        align-self: flex-start;
    }
    header nav {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        margin-top: -6px;
    }
    header nav a {
        white-space: nowrap;
        margin-left: unset;
        margin-right: 24px;
    }
    header .top_sea {
        display: inline-block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 12px;
        right: 12px;
        background: url(../img/top_sea.png) no-repeat;
        background-size: contain;
        display: none;
    }
    footer > div:nth-of-type(1) div {
        width: 100%;
    }
    footer p {
        font-size: 12px;
        color: #9c9fac;
    }
    footer a {
        color: #9c9fac;
    }
     .table-hea .select {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }
    .table-hea .select .custom-search,
    .table-hea .select .play-fun {
        display: none;
    }
     .app-zt {
        width: 100%;
        box-sizing: border-box;
    }
    .app-zt .subCont {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .app-zt .subBox .img {
        width: 100%;
        margin-right: 0;
    }
    .app-zt .subBox .subCont:before,
    .app-zt .subBox .subCont span {
        display: none;
    }
    .app-zt .subBox .info {
        width: 100%;
        height: auto;
    }
    .app-zt .subBox .info strong {
        margin-top: 10px;
    }
    .app-zt .subBox ul {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
    }
}
