@charset "utf-8";

/* 横幅 */

.banner {
    background: #000;
    width: 100%;
    height: 540px;
    text-align: center;
    overflow: hidden;
}


/* 横幅banner图 */

.banner-img {
    width: 100%;
    /* height: 514px; */
    overflow: hidden;
}

.banner img {
    height: 514px;
}

.banner .container {
    position: relative;
}


/* 横幅切换选项卡 */

.banner-bar {
    height: 26px;
    text-align: center;
    padding-left: 340px;
}

.banner-bar div {
    float: left;
    width: 100px;
    height: 6px;
    margin: 10px 3px 0 3px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
}


/* 横幅banner文字信息及按钮 */

.banner-info {
    position: absolute;
    color: #fff;
    bottom: 80px;
    left: 0;
    text-align: left;
}

.banner-info h2 {
    font-size: 50px;
    font-weight: 450;
    height: 63px;
    line-height: 63px;
}

.banner-info button {
    width: 176px;
    height: 46px;
    color: #fff;
    background: #d32f2f;
    margin-top: 20px;
    cursor: pointer;
}


/* 主体通用 */

.title {
    margin: 50px auto 10px auto;
    height: 50px;
    line-height: 50px;
    font-family: Helvetica;
}

.title h2 {
    display: inline-block;
    font-size: 30px;
    color: #333;
    vertical-align: bottom;
}

.title a {
    font-family: Helvetica;
    font-size: 18px;
    color: #d32f2f;
    margin-left: 12px;
}


/* 游戏列表 */

.games {
    margin: 20px auto;
}

.games-list li {
    width: 285px;
    margin-right: 20px;
}

.games-list a:hover .games-list-main-mask {
    opacity: 1;
}


/* 游戏列表主图 */

.games-list-main {
    position: relative;
}

.games-list-main img {
    width: 100%;
}


/* 游戏列表蒙层 */

.games-list-main-mask {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 228px;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, transparent, #000);
    transition: all .3s;
}

.games-list-main-mask h2 {
    margin-top: 70px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
}

.games-list-main-mask p {
    font-size: 14px;
}


/* 游戏列表小图标 */

.games-list-mini {
    width: 100px;
    height: 100px;
    margin: -50px auto auto;
    position: relative;
}

.games-list-mini img {
    border-radius: 25px;
}

.games-list-mini .show {
    width: 100px;
    height: 100px;
    z-index: 10;
}

.games-list-mini .blur {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: -1;
    width: 90px;
    height: 90px;
    filter: blur(17px);
}


/* 新闻列表 */

.news {
    margin: 20px auto;
}

.news-list li {
    width: 386px;
    height: 350px;
    margin-right: 20px;
    box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.1);
}

.news-list-img {
    width: 100%;
    height: 62%;
    overflow: hidden;
}

.news-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform-origin: center;
}


/* 使用transform实现按比例缩放，跟改变宽高相比，能提高动画的流畅性，开启GPU加速，优化页面性能，减少页面的重绘回流 */

.news-list-img img:hover {
    /* width: 110%;
    height: 110%; */
    transform: scale(1.1);
}

.news-list-info {
    padding: 20px 30px 35px;
}

.news-list-info h4 {
    height: 44px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.news-list-info .owner {
    font-size: 16px;
    line-height: 12px;
    margin-top: 20px;
    color: #d32f2f;
    font-weight: bold;
}

.news-list-info .date {
    font-size: 14px;
    line-height: 12px;
    margin-top: 8px;
    color: #666;
}


/* 加入我们 */

.joinus {
    background: #000;
    width: 100%;
    height: 410px;
    margin-top: 80px;
    text-align: center;
    overflow: hidden;
}

.joinus img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.joinus .container {
    position: relative;
}

.joinus-info {
    position: absolute;
    text-align: left;
    color: #fff;
    bottom: 80px;
    left: 0;
}

.joinus-info h2 {
    font-size: 50px;
    font-weight: 450;
    height: 63px;
    line-height: 63px;
    margin-bottom: 44px;
}

.joinus-info button {
    width: 176px;
    height: 46px;
    color: #fff;
    background: #d32f2f;
    margin-top: 20px;
    cursor: pointer;
}


/* 联系我们 */

.contactus {
    height: 60px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.contactus a {
    line-height: 60px;
    margin: 0 20px;
    font-weight: 600;
}

.contactus span {
    color: #999;
}

.contactus-position::before {
    content: '\e6b3';
    color: #d32f2f;
    margin-right: 10px;
}

.contactus-contact::before {
    content: '\e6b2';
    color: #d32f2f;
    margin-right: 10px;
}


/* 联系我们弹出层 */

.contact-pop {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -220px;
    left: 50%;
    margin-left: -410px;
    width: 820px;
    height: 440px;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 99;
}

.contact-pop h1 {
    color: #53443c;
    padding-left: 20px;
    line-height: 70px;
    height: 70px;
    font-size: 24px;
    border-bottom: 1px solid #930010
}

.contact-pop .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background-color: #930010;
}

.contact-method {
    font-size: 14px;
    padding: 50px 80px;
    box-sizing: border-box;
}

.contact-method .emails {
    float: left;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 20px;
    width: 420px;
    padding: 0 32px;
    box-sizing: border-box;
}

.contact-method .emails p {
    margin-bottom: 25px;
}

.contact-method>img {
    width: 236px;
    height: 280px;
}


/* 蒙层 */

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.slide-container{
    position: relative;
}
.slide-container .page-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.65);
    top: 50%;
    margin-top: -50px;
    z-index: 9;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.slide-container .page-btn:hover{
    background-color: rgba(0,0,0,.9);
}
.slide-container .page-btn img{
    width: 30px;
    height: 30px;
}
.slide-container .page-btn.prev{
    left: -25px;
}
.slide-container .page-btn.next{
    right: -25px;
}
.subfooter{
    text-align: center;
    line-height: 1.7;
    padding: 30px 0;
    background-color: #010101;
    color: #fff;
    font-size: 13px;
}
.subfooter a{
    color: #fff !important;
}
