*{margin: 0; padding: 0;}
body,html { overflow-y: auto !important; width: 100%; height: 100%; background-color: #fff !important; }
.product-tab-box { max-width: 1400px; position: absolute; top: 23px; right: 0px; left: 0; margin: 0 auto; font-size: 16px; z-index: 999;}
.product-tab a{ display: inline-block; padding: 0px 0px 15px 0; color: #fff;  text-decoration: none; width: 16.6%; text-align: center; }
.product-tab { display: flex; justify-content: space-between; align-items: center; width: 720px; float: right; }
.game-des-box { position: absolute; bottom: 60px; left: 286px; color: #fff; }

.bottomLine{
    position: absolute;
    left: 1080px;
    bottom:0;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 4px;
    width: 42px;
    border-radius: 10px;
}
.game-info-list-box { padding-bottom: 50px; }
.game-title { font-size: 46px; }
.game-des { margin-top: 23px; width: 536px; font-size: 16px; line-height: 30px;  word-wrap:break-word; word-break:break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.game-but { margin-top: 24px; width: 155px; text-align: center; font-size: 22px; padding: 15px 0; border-radius: 40px; background-color: #37d1c5; }
.pages-box { position: absolute; right: 286px; bottom: 60px; color: #fff; font-size: 40px; font-weight: bold; }
.current-page {  } 
.journalism-banner-box .journalism-banner-img{ width: 100%; }

.product-content-list-box { 
    max-width: 1400px;
    margin: -5px auto 0 auto;
    display: flex;
}
.product-content-left-box {
    width: 224px;
    border-right: 1px solid #efefef;
    padding-top: 50px;
}
.product-tab-list { font-size: 22px; color: #737373; width: 220px; border-right: 4px solid #fff; padding: 15px 0; text-align: center; cursor: pointer; }
.on-product-tab-list { border-right: 4px solid #37d1c5; } 

.product-content-right-box {
    width: calc(100% - 224px);
    padding-top: 50px;
}
.product-tab-list-title {
    padding-top: 10px;
    margin: 0 95px;
    font-size: 26px;
    color: #737373;
    font-weight: bold;
}
.game-list-box { 
    margin-left: 95px;
    margin-top: 37px;
    display: flex;
}
.game-img {
    width: 293px;
    height: 181px;
    border-radius: 8px;
    overflow: hidden;
}
.game-img img{ 
    width: 100%;
}
.game-con-box { margin-left: 47px; width: calc(100% - 340px); }
.game-title-box {  display: flex; justify-content: space-between; }
.game-title-box p { font-size: 24px; color: #737373;  }
.game-guanwnag-but { cursor: pointer; font-size: 16px; color: #a4a4a4; padding: 10px 20px; border-radius: 50px; border: 1px solid #e3e3e3; }
.game-guanwnag-but a { color: #a4a4a4; display: block;  }
.game-con-xian { width: 100%; height: 1px; background-color: #efefef; margin-top: 26px; }
.game-list-des-box { width: 100%; height: 76px; padding: 15px 0; font-size: 14px; color: #9e9e9e; line-height: 28px;  word-wrap: break-word;word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
    .game-list-des-box p {word-wrap: break-word;word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.zwsj-box { text-align: center; color: #999999; font-size: 20px; margin: 30px 0; }
@keyframes myscale
{
    0%{
        transform: scale(1.5);
    }
    25%{
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1.2);
    }
}

@keyframes mymove
{
from {bottom:-300px;}
to {bottom:60px;}
}

