@font-face {
    font-family: 'font_ui'; 
    src: url('../font/font_ui.ttf');
}
body {
    font-family: 微软雅黑, 'Microsoft YaHei';
    background-color: rgb(241, 241, 241);
}
a {
    text-decoration: none;
    color: #000;
}

/* 导航 */
.navbar-default {
    border-radius : 0px;
}
.navbar-inverse {
    border-radius : 0px;
    margin-bottom: 0px;
}

/* 横幅 */
.banner {
    display:flex;   /* 定义为flex布局 */
    justify-content:center; /* 定义为居中 */
    align-items:center; /* 定义为垂直居中 */

    height: 850px;
    width: 100%;
    background-image: url("../images/丛林.png");
    background-color: #000; /* 提示：请设置一种可用的背景颜色，假如背景图像不可用，页面也可获得良好的视觉效果。 */
}
.banner-content {
    color: #fff;
    text-align: center;
}
.banner .banner-text-zh {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1); /* 添加投影效果 */
}
.banner .banner-text-en {
    font-size: 16px;
}
/* 横幅 */
.banner-other {
    display:flex;   /* 定义为flex布局 */
    justify-content:center; /* 定义为居中 */
    align-items:center; /* 定义为垂直居中 */

    height: 400px;
    width: 100%;
    
    background-image: url("../images/洞穴.png");
    background-color: #000; /* 提示：请设置一种可用的背景颜色，假如背景图像不可用，页面也可获得良好的视觉效果。 */
}

/* 通用标题 */
.title {
    padding-top: 50px;

    height: 120px;
    width: 100%;
    text-align: center;
}
.title .title-zh {
    font-size: 18px;
}
.title .title-en {
    font-size: 14px;
}

/* 游戏资讯 */
.information {
    height: 550px;
    width: 100%;
    /* background-image: url("../images/北极.png"); */
    color: #000;
}

/* 我们的游戏 */
.games {
    height: 500px;
    width: 100%;
    /* background-image: url("../images/古树.png"); */
    color: #000;
    background-color: #fff;
}
.games .item {
    height: 280px;
}
.games .item img {
    width: 100%;
    height: 230px;
}
.games .button-div {
    height: 100px;
}
.games a {
    margin: auto auto auto auto;

    display: block;
    width: 170px;
    height: 50px;
    line-height: 35px;
    font-size: 16px;
}



/* 我们的服务 */
.service {
    height: 450px;
    width: 100%;
    background-color: #fff;
}
.service .item {
    margin-top: 75px;

    height: 300px;
}
.service .item img {
    height: 100%;
    width: 100%;
}

/* 关于掌中游 */
.about {
    height: 450px;
    width: 100%;
    background-color: rgb(241, 241, 241);
}
.about .item {
    height: 230px;
}
.about p {
    font-size: 12px;
    color: #000;
    text-align: left;
}
.about .button-div {
    height: 100px;
}
.about a {
    margin: auto;

    display: block;
    width: 170px;
    height: 50px;
    line-height: 35px;
    font-size: 16px;
}

/* 联系我们 */
.contact {
    height: 900px;
    width: 100%;
    /* background-image: url("../images/洞穴.png"); */
    color: #000;
}
.contact .message {
    height: 500px;
    background-color: #ccc;
    border: #fff solid 1px;
}
.contact .item {
    height: 280px;
}
.contact .item img {
    margin: 70px auto auto auto;

    display: block;
    width: 100px;
    height: 100px;
}
.contact .item div {
    margin: 20px auto auto auto;

    width: 60%;
    font-size: 14px;
    text-align: center;
}

/* 媒体盒 */
.media-box {
    width: 100%;
    height: 350px;
}
/* 媒体盒-图片 */
.media-box .media-slide {
    float: left;
    width: 50%;
    height: 100%;
}
/*备份.media-box .media-slide img {
    height: 350px;
    width: 100%;
    background-color: #ccc;
}*/
.media-box .media-slide img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-color: #ccc;
}
/* 媒体盒-新闻列表 */
.media-box .media-text {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0px 20px 0px 20px;
    background-color: #fff;
}
.media-box .media-tab {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
    font-size: 18px;
}

.media-tab a{
    display: inline-block;
    line-height: 50px;
    width:60px;
    text-align: center;
}
.media-tab a:hover {
    text-decoration: none;
    color: #de2f2f;
    font-weight: bold;
    border-bottom: 2px solid #de2f2f;
}

.on {
    color: #de2f2f;
    font-weight: bold;
    border-bottom: 2px solid #de2f2f;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}
.media-box .media-list {
    width: 100%;
    height: 300px;
}
.media-box .u-content {
    display: none;
}
.media-list .media-item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    display: block;
    color: #000;
    line-height: 50px;
}
.media-box .media-item:hover {
    text-decoration: none;
    color: #e82712;
}
.media-box .media-item .media-time {
    float: right;
    color: #999;
}


/* 媒体页面 */
.news-headline {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #ddd;
}
.news-nav-list {
    font-size: 18px;
    width: 450px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.news-nav-list a{
    padding-bottom: 20px;
}
.news-nav-list a:hover{
    text-decoration: none;
    color: #de2f2f;
    font-weight: bold;
    border-bottom: 2px solid #de2f2f;
}
/* 媒体页列表 */
.news-list {
    width: 100%;
    height: auto;
}
.news-item {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.news-item:hover {
    background-color: #fff;
}
.news-item .info {
    width: 100%;
    height: 120px;
    padding: 25px 0px 0px 25px;
}
.news-item .info .img {
    float: left;
    width: 250px;
    height: 150px;
    background-color: #ccc;
}
.news-item .info .img img {
    height: 100%;
    width: 100%;
}
.news-item .info .text {
    float: left;
    width: calc(100% - 250px);
    height: 100%;
    padding: 0px 25px 0px 25px;
    color: #000;
}
.news-item .info .news-tag {
    margin-right: 20px;
    display: inline-block;

    width: 52px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;

    text-align: center;
    font-size: 18px;
    line-height: 30px;
    
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news-item .info .news-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.news-item .info .news-desc {

    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    color: #999;
}
.news-item .info .news-time {

    font-size: 14px;
    margin: 0 auto;
    color: #999;
}