:root {
    --wzColor: #F1492D
}

@charset "UTF-8";

a {
    text-decoration: none
}

ul {
    list-style: none
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fcfff {
    color: #fff
}

.fc333 {
    color: #333
}

.fc666 {
    color: #666
}

.fc888 {
    color: #888
}

.fc999 {
    color: #999
}

.mt-15 {
    margin-top: 15px
}

.twoHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.threeHang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.main {
    width: 1200px;
    margin: 0 auto
}

.head .logo-img {

}

.head .logo a {
    display: block;
    width: 186px;
    height: 54px
}

.head .logo a img {
    display: block;
    width: 100%;
    height: 100%
}

.searchBox .uk-search-default {
    width: 400px
}

.searchBox .uk-search-default .uk-search-input {
    width: 320px;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #aaa9a9
}

.searchBox .uk-search-default button {
    width: 80px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: var(--wzColor);
    border-style: none;
    border-color: var(--wzColor)
}

.head .nav-bg { width:1200px; margin:0 auto;
    height: 60px;
    line-height: 59px;
    background: var(--wzColor)
}

.nav ul {
    padding-left: 0;
    margin: 0
}

.nav li {
    list-style: none;
    width: 160px;
    text-align: center;
    margin-right: 10px
}

.nav li a {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.nav .active {
    background: rgba(243,119,98,.5)
}

.nav .active:hover {
    background: var(--wzColor)
}

.nav li a:hover {
    text-decoration: none
}

.nav li:hover {
    background: rgba(243,119,98,.5)
}

.index-fl {
    width: 810px
}

.index-fr {
    width: 360px
}

.listinfo-fl {
    width: 370px
}

.listinfo-fr {
    width: 410px
}

.listinfo-fl>a {
    display: block;
    width: 370px
}

.listinfo-fl>a img {
    display: block;
    width: 100%;
    height: 180px
}

.listinfo-fl>a p {
    margin: 15px 0 17px;
    text-align: center
}

.listinfo-fl>a:hover {
    text-decoration: none
}

.listinfo-fl>a:hover p {
    color: var(--wzColor)
}

.listinfo-fl ul.list-img {
    margin: 0;
    padding-left: 0
}

.listinfo-fl ul.list-img li {
    width: 180px
}

.listinfo-fl ul.list-img li:not(:last-child) {
    margin-right: 10px
}

.listinfo-fl ul.list-img li>a {
    display: block;
    width: 180px
}

.listinfo-fl ul.list-img li>a img {
    display: block;
    width: 100%;
    height: 104px
}

.listinfo-fl ul.list-img li>a p {
    margin: 15px 0 17px;
    text-align: center
}

.listinfo-fl ul.list-img li a:hover {
    text-decoration: none
}

.listinfo-fl ul.list-img li>a:hover p {
    color: var(--wzColor)
}

.listinfo-fr .list-info>div {
    margin-bottom: 10px
}

.listinfo-fr .list-info>div span {
    width: 36px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--wzColor);
    border-radius: 2px
}

.listinfo-fr .list-info>div>a {
    width: 88%;
    font-weight: 700
}

.list-info ul.listinfo-new {
    padding-left: 0;
    margin: 0
}

.list-info ul.listinfo-new li {
    line-height: 36px
}

.list-info ul.listinfo-new li>a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    width: 88%
}

.list-info ul.listinfo-new li>span {
    font-size: 13px;
    font-weight: 400;
    color: #666
}

.listinfo-fr .list-info>div>a:hover,.list-info ul.listinfo-new li>a:hover {
    text-decoration: none;
    color: var(--wzColor)
}

.title {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee
}

.title span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-left: 15px
}

.title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--wzColor)
}

.title a {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.title a:hover {
    text-decoration: none
}

.list1>a {
    display: block;
    width: 130px
}

.list1>a img {
    display: block;
    width: 100%;
    height: 85px
}

.list1 .des {
    width: 212px; font-size:14px;
}

.list1 .des>a {
    line-height: 26px;
	color:#666666;
}

.list1 .des span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 10px
}

.list1-news {
    margin-top: 10px
}

.list1-news {
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc
}

.list1-nob {
    border-style: none
}

.list1-news ul {
    padding-left: 0;
    margin: 0
}

.list1-news ul li {
    line-height: 36px
}

.list1-news ul li>a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    width: 73%;
    padding-left: 50px
}

.list1-news ul li>a::before {
    content: "ÍÆ¼ö";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 12px;
    width: 39px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: var(--wzColor);
    background: rgba(255,51,0,.1)
}

.list1-news ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #999
}

.list1 .des>a:hover,.list1-news ul li>a:hover {
    text-decoration: none;
    color: var(--wzColor)
}

.list2-news ul {
    padding-left: 0;
    margin: 0
}

.list2-news li {
    line-height: 36px
}

.list2-news li>a {
    width: 76%;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.list2-news {
    margin-top: 15px
}

.list2-news ul {
    padding-left: 0;
    margin: 0
}

.list2-news li {
    line-height: 36px
}

.list2-news li>a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    width: 80%;
    padding-left: 15px
}

.list2-news ul li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wzColor)
}

.list2-news ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #999
}

.list2-news ul li>a:hover {
    text-decoration: none;
    color: var(--wzColor)
}

.list3 ul {
    padding-left: 0;
    margin: 0;
    flex-wrap: wrap
}

.list3 ul li {
    width: 80px;
    margin-top: 15px
}

.list3 ul li:not(:nth-child(7n+7)) {
    margin-right: 40px
}

.list3 ul li>a {
    display: block;
    width: 80px
}

.list3 ul li>a img {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 16px
}

.list3 ul li>a p {
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 36px;
    text-align: center
}

.list3 ul li>a:hover {
    text-decoration: none
}

.list3 ul li>a p:hover {
    color: var(--wzColor)
}

.list4-fl ul {
    flex-wrap: wrap
}

.list4-fl li {
    width: 395px
}

.link p {
    flex-wrap: wrap;
    justify-content: flex-start
}

.link p a {
    font-size: 12px;
    font-weight: 400;
    color: #666
}

.link p a:not(:last-child) {
    margin-right: 15px
}

.link p a:hover {
    text-decoration: none;
    color: var(--wzColor)
}

.footer { width:1140px; margin:0 auto;
    text-align: center;
    padding: 20px 30px;
    background: #333
}

.footer p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 6px 0;
    color: #9f9d9d;
    letter-spacing: 1px
}

.breadcrumb {
    padding: 15px 0
}

.breadcrumb div span {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.breadcrumb div a {
    color: #666
}

.breadcrumb div a:hover {
    text-decoration: none;
    color: var(--wzColor)
}

.news_list ul li {
    line-height: 44px
}

.news_list ul li>a::before {
    content: "";
    position: absolute;
    top: 18px
}

.pageTurn {
	margin-bottom:20px;
}

.pageTurn ul {
    padding: 0;
    text-align: center
}

.pageTurn ul a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 2px 10px;
    color: #333333;
}

.pageTurn ul a:hover {
    text-decoration: none
}

.pageTurn ul a:hover {
    background: var(--wzColor)
}

.pageTurn ul li:hover a {
    color: #fff
}

.pageTurn .thisclass {
    color: #fff;
    background: var(--wzColor)
}

.pageTurn .thisclass:hover {
    color: #fff
}

.pageTurn ul li:hover {
    color: #fff
}

.textTitle h1 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.textTitle .d1 {
}

.textTitle .d1 span {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.textTitle .d1 span:not(:last-child) {
    padding: 0 8px
}

.textContent {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em
}

.textContent p,.textContent div {
    font-size: 16px!important;
    font-weight: 400;
    color: #666!important;
    margin: 15px 0
}

.textContent img {
    display: block;
    margin: 0 auto;
    height: auto!important
}

.textContent img {
    max-width: 600px!important
}

.pageTurn>div,.pageTurn>div a {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.pageTurn>div {
    color: #666
}

.pageTurn>div:not(:last-child) {
    border-top: 1px dashed #ddd;
    padding-top: 15px
}

.gamelist ul {
    padding-left: 0;
    margin: 0
}

.gamelist li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.gamelist li>a {
    display: block;
    width: 90px
}

.gamelist li>a img {
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 16px
}

.gamelist li .des {
    width: 695px
}

.gamelist li .des>a {
    font-weight: 700
}

.gamelist li .des>a:hover {
    text-decoration: none
}

.gamelist li:hover .des>a {
    color: var(--wzColor)
}

.gamelist li .des p {
    margin: 20px 0 0
}

.game-recom ul {
    padding-left: 0;
    margin: 0;
    flex-wrap: wrap
}

.game-recom li {
    width: 170px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5
}

.game-recom li>a {
    display: block;
    width: 65px
}

.game-recom li>a img {
    display: block;
    width: 100%;
    height: 65px;
    border-radius: 10px
}

.game-recom li .des {
    width: 85px
}

.game-recom li .des>a {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.game-recom li .des span {
    display: inline-block;
    margin-top: 16px
}

.game-recom li .des span>a {
    display: inline-block;
    width: 83px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid var(--wzColor);
    font-size: 14px;
    font-weight: 400;
    color: var(--wzColor);
    border-radius: 4px
}

.game-recom li .des>a:hover,.game-recom li .des span>a:hover {
    text-decoration: none
}

.game-textTitle .game-articletop>img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 24px
}

.game-textTitle .game-articletop .des {
    width: 675px
}

.game-textTitle .game-articletop .des h1 {
    font-size: 20px;
    font-weight: 700
}

.game-textTitle .game-articletop .des p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 32px
}

.gameContent {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.gameContent p {
    font-size: 16px!important;
    font-weight: 400;
    color: #666
}

.slide .img_img {
    display: block;
    width: 450px;
    height: 236px
}

.slide img {
    width: 100%;
    height: 100%
}

.slide .uk-overlay {
    padding: 10px 26px 10px 20px
}

.slide .uk-overlay-primary {
    background: rgba(34,34,34,.5)
}

.slide div a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-right: 10px
}

.game-swiper-container .swiper-wrapper .swiper-slide {
    width: 100%!important;
    height: 100%!important
}

.game-swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%!important;
    height: 100%!important
}

.game-swiper-container .swiper-slide-active,.game-swiper-container .swiper-slide-duplicate-active {
    transform: scale(1)
}

.game-swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #999!important;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.game-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--wzColor)!important
}

.game-swiper-container .swiper-button-next,.game-swiper-container .swiper-button-prev {
    width: 32px;
    height: 100px;
    background: rgba(0,0,0,.4);
    color: #fff!important
}

.game-swiper-container .swiper-button-prev {
    left: 0;
    top: 43%
}

.game-swiper-container .swiper-button-next {
    right: 0;
    top: 43%
}

.game-swiper-container .swiper-button-next::after {
    content: "next";
    font-size: 32px;
    font-weight: 700;
    width: 18px!important;
    height: 31px!important
}

.game-swiper-container .swiper-button-prev::after {
    content: "prev";
    font-size: 32px;
    font-weight: 700;
    width: 18px!important;
    height: 31px!important
}