a {
    display: block;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0 25px 0;
}

main {
    background: url(../images/bg_top.png) no-repeat center 0;
}

body {
    width: 100%;
    min-width: fit-content;
    font-size: 12px;
    background: url(../images/bg_mir.gif) repeat 0 0;
}

.main-wrap {
    background: url(../images/bg_bottom.png) no-repeat center 100%;
    position: relative;
}
.main-inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
header dl {
    text-align: center;
    height: fit-content;
    margin-bottom: 0;
}

header dl:not(:last-child) {
    margin-right: 15px;
}

header dt {
    position: relative;
    margin-bottom: 19px;
}

header dt img {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

header dt a {
    font-size: 21px;
    color: #292726;
    display: flex;
    align-items: center;
    justify-content: center;
}

header dd a {
    color: #766B66;
    font-weight: 600;
}

header dl:hover dt a {
    color: #870500;
}

header dl:hover dt a img {
    opacity: 1;
    visibility: visible;
}

header dd a:hover {
    color: #870500;
}

.banner {
    width: 100%;
    height: 295px;
    margin: 0 auto 0 auto;
    background: url(../images/gameInfo.png) no-repeat center 0;
    background-size: contain;
    margin-bottom: 30px;
}
.banner2{
    background: url(../images/bg_content01.png) no-repeat 50% 0;
}
.banner-right{
    margin-top: 35px;
    position: absolute;
    right: -12%;
}
.banner-right img {
    padding: 0 0 5px 2px;
    transition: all .2s ease-in-out;
}

.banner-right a {
    display: block;
}

.banner-right img:hover {
    filter: brightness(150%);
}

.banner-content {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner-content .login {
    width: 250px;
    margin: 0 30px 0 0;
    padding: 49px 0 0 0;
}

.banner-content .login a:not(:last-child) {
    margin-bottom: 15px;
}
.banner-content .slide{
    width: 750px;
    margin-left: 20px;
    padding-top: 10px;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-family: unset;
}
.swiper-button-prev{
    z-index: 2;
    display: block;
    width: 15px;
    height: 29px;
    text-indent: -100000px;
    background: url(../images/ic_navi3.png) no-repeat 0 0;
}
.swiper-button-next{
    z-index: 2;
    display: block;
    width: 15px;
    height: 29px;
    text-indent: -100000px;
    float: right;
    background: url(../images/ic_navi3.png) no-repeat -15px 0;
}
.swiper-horizontal>.swiper-pagination-bullets{
    top: 236px;
    left: 544px;
    width: 140px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 31px;
    height: 32px;
    background: url(../images/ic_paging.png) no-repeat 0 0;
    text-indent: -100000px;
    opacity: 1;
    margin: 0 1px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url(../images/ic_paging.png) no-repeat 0 -31px;
}
.section-content{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.item-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-heading .more{
    padding: 0 8px 0 0;
    color: #292726;
    font-size: 11px;
    letter-spacing: -1px;
    background: url(../images/ic_more.png) no-repeat 100% 4px;
}
.item-heading h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #292726;
}
.item-heading h4 a{
    color: #292726;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section-content .item{
    width: 250px;
}
.section-content .item:first-child{
    margin-right: 15px;
}
.section-content .item:nth-child(2){
    width: 460px;
    margin-right: 15px;
}
.section-content .item ul li{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-content .item ul a{
    color: #292726;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-content .item ul a:hover{
    color: #870500;
    text-decoration: underline;
}
.section-content .item-body{
    padding: 0 1px 84px 20px;
    margin-top: 15px;
    background-size: contain;
}
.section-content .item-body ul{
    padding: 19px;
    background: #fff;
    border: 1px solid #ccc5c5;
}
.section-content .item-body li:first-child{
    margin-top: 0;
}
.section-content .item-body ul .thumb{
    position: relative;
    width: 150px;
    height: 90px;
    margin-right: 10px;
}
.section-content .item-body ul .thumb a{
    display: block;
    height: 100%;
}
.section-content .item-body ul .thumb img{
    height: 100%;
    object-fit: cover;
}
.section-content .item-body ul dd{
    margin-bottom: 0;
}
.section-content .item-body ul dt a{
    font-weight: 600;
}
.section-content .item-body ul li:hover a{
    text-decoration: none;
    color: #870500;
}
.section-content .item-body ul .thumb .line{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 90px;
    background: url(../images/diction_thumb.gif) no-repeat 0 0;
}
.section-content .item-body ul li:hover .thumb .line{
    background: url(../images/diction_thumb.gif) no-repeat 0 -90px;
}
.section-content .search{
    padding: 12px 19px 15px 19px;
    border: 1px solid #ccc5c5;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-content .search input{
    height: 33px;
    width: 340px;
    font-size: 12px;
    color: #99908a;
    border: none;
    outline: none;
    background: url(../images/bg_search_txt.gif) no-repeat 0 0;
    object-fit: contain;
    padding: 10px;
    margin-right: 5px;
}
input:focus,input:active{
    border: none;
    outline: none;
    box-shadow: none;
}
.section-content .search-btn{
    width: calc(100% - 340px - 5px);
}
.section{
    margin-bottom: 30px;
}
.section-content .ranking li{
    padding: 5px 0 4px 32px;
    background: url(../images/ic_ranking.png) no-repeat 0 0;
}
.section-content .ranking .rank1{
    background-position: 0 0;
}
.section-content .ranking .rank2{
    background-position: 0 -28px;
}
.section-content .ranking .rank3{
    background-position: 0 -56px;
}
.section-content .ranking .rank4{
    background-position: 0 -84px;
}
.section-content .ranking .rank5{
    background-position: 0 -112px;
}
.section-content .ranking .rank6{
    background-position: 0 -140px;
}
footer{
    height: 256px;
    padding: 24px 72px 118px 72px;
}
.footer-content{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.footer-link a{
    color: #292726;
    font-weight: 600;
}
.footer-link a:hover{
    color: #870500;
    text-decoration: underline;
}
.footer-link li span{
    display: inline-block;
    padding: 0 8px 0 8px;
}
.footer-link li{
    display: flex;
}
footer p{
    margin-bottom: 0;
}
footer a.link{
    display: inline-block;
    text-decoration: underline;
    color: #292726;
}
footer a.link:hover{
    color: #870500;
}
footer .logo{
    width: 130px;
    padding: 0 16px 0 0;
}
footer .logo img{
    width: 100%;
}
footer .copyright{
    font-weight: 600;
    margin-top: 10px;
}
.banner-text{
    width: 700px;
    height: 142px;
    padding: 43px 0 0 0;
    text-align: right;
    color: #fff;
}
.banner-text .breadcrumb{
    justify-content: end;
}
.banner-text .breadcrumb-item a{
    display: inline-block;
    color: #ebbab6;
}
.banner-text .breadcrumb-item a i{
    font-size: 10px;
    margin-right: 3px;
}
.banner-text .breadcrumb-item a:hover{
    text-decoration: underline;
}
.banner-text .breadcrumb-item+.breadcrumb-item::before{
    color: #ebbab6;
}
.banner-news{
    width: 100%;
    height: 100px;
    padding: 43px 0 0 0;
    background: url(../images/bg_important_news.png) no-repeat 0 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 35px;
}
.banner-news h4{
    line-height: 55px;
    height: 55px;
    width: 105px;
    text-align: center;
    margin-bottom: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '';
}
.banner-news .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-news .slide{
    width: 545px;
    line-height: 55px;
    margin: 0;
    padding: 0 20px;
}
.banner-news .swiper{
    height: 55px;
    position: static;
}
.banner-news .swiper-slide a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.banner-news .swiper-slide a:hover{
    text-decoration: underline;
}
.banner-news .swiper-slide .date{
    font-size: 14px;
    color: #a9c3d7;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}
.banner-news .swiper-button-next{
    transform: rotate(90deg);
    top: 90px;
    right: 15px;
}
.banner-news .swiper-button-prev{
    transform: rotate(90deg);
    left: unset;
    right: 16px;
    top: 67px;
}
.banner-news .swiper-button-prev,.banner-news .swiper-button-next{
    width: 12px;
}
.banner-news .swiper-button-next{
    background: url(../images/ic_navi3.png) no-repeat -18px 0;
}
.section-content.style2 .item:nth-child(2){
    width: 700px;
    margin-right: 0;
}
.section-content.style2 .category .item-heading{
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
}
.section-content.style2 .category .item-heading h4{
    font-size: 26px;
}
.section-content.style2 .category li{
    display: block;
}
.section-content.style2 .category li a{
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdb6b2;
    padding-right: 10px;
    font-weight: 600;
}
.section-content.style2 .category li a:hover{
    text-decoration: none;
}
.section-content.style2 .category li a.active{
    color: #870500;
}
.section-content.style2 .search{
    background: transparent;
    border: none;
    padding: 25px 0;
}
.section-content.style2 .search input{
    width: 190px;
    background: url(../images/dicsearch_input.gif) no-repeat 0 0;
}
.section-content.style2 .search-btn{
    width: calc(100% - 190px - 3px);
}
.item-tabs{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section-content .item ul.item-tabs li{
    margin-top: 0;
}
.section-content .item ul.item-tabs li a{
    display: block;
    color: #918884;
    background: #e3e1e0;
    border: 1px solid #bdb6b2;
    padding: 15px 30px;
}
.item-tabs{
    border-bottom: 2px solid #79706c;
    border-left: 1px solid #bdb6b2;
}
.section-content .item ul.item-tabs li a.active{
    color: #fff;
    background: url(../images/search_tab_on.gif) no-repeat 100% 0;
    background-size: cover;
}
.section-content.style2 table td{
    background: transparent;
    border-bottom: 1px solid #bdb6b2;
    padding: 15px;
    color: #8b7f78;
}
.section-content table th{
    background: url(../images/bg_thead.png) no-repeat center 0;
    background-size: cover;
    border-bottom: none;
    font-weight: 600;
    color: #000;
    padding: 10px;
}
.section-content.style2 table a{
    color: #000;
    font-weight: 600;
}
.section-content.style2 table a:hover{
    color: #870500;
}
.pagination{
    justify-content: center;
}
.section-content .item .pagination a.page-link{
    border-radius: 0;
    border: 1px solid #bdb6b2;
    background-color: #e3e1e0;
    margin: 0 0 0 1px;
    color: #000;
    width: 30px;
    height: 30px;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
    border-radius: 0;
}
.section-content .item .page-item:last-child .page-link{
    margin-left: 10px;
}
.section-content .item .page-item:first-child .page-link{
    margin-right: 10px;
}
.section-content .item .pagination a.page-link.active{
    background: #fff;
    border-color: #870500;
    color: #870500;
}
.item-search{
    margin: 0 0 35px 0;
    border-top: 1px solid #9a908c;
    padding: 15px;
    background: #F1EDEB;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr 2fr 3fr;
    column-gap: 5px;
}
.item-search .form-select{
    border-radius: 0;
    border: 1px solid #B0A6A2;
    height: 30px;
    padding: 0 10px;
    background-color: #E9E3E0;
}
.item-search .form-select:active,
.item-search .form-select:focus{
    box-shadow: none;
    outline: none;
}
.section-content.style2 .item-search .search{
    padding: 0;
}
.item-date{
    padding: 15px 0 30px 0;
    font-size: 38px;
    font-weight: 400;
}
.section-content.style3{
    display: block;
    margin-top: -110px;
}
.section-content.style3 .item{
    width: 700px;
    margin-left: auto;
    margin-bottom: 30px;
}
.section-content.style3 .item:first-child,
.section-content.style3 .item:nth-child(2){
    margin-right: 0;
}
.section-content.style3 .card{
    position: relative;
    padding: 20px;
    border: 1px solid #bfbbba;
    background-color: #fff;
    border-radius: 0;
}
.card-body{
    padding: 0;
}
.section-content.style3 .card .card-heading h4{
    padding-bottom: 18px;
    margin: 0 0 11px 0;
    font-size: 16px;
    color: #292726;
    border-bottom: 1px solid #bdb6b2;
    font-weight: 600;
}
.section-content.style3 .item-heading{
    margin: 0 0 11px 0;
}
.section-content tbody th{
    background: #efeeee;
    color: #6f6863;
}
.section-content.style3 .card .grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
}
.section-content.style3 .card .grid-3 p{
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0;
}
.section-content.style3 .card .grid-item{
    text-align: center;
}
.section-content.style3 .card .grid-item a{
    margin-bottom: 5px;
}
.section-content.style3 .card .grid-item a img{
    width: 100%;
}