@CHARSET "UTF-8";
.point {
    position: absolute;
    left: 416px;
    top: 57px;
}
.header {
    width: 100%;
    clear: both;
    height: 460px;
    position: relative;
    /*background-color:red;*/
}
.content {
    width: 995px;
    margin: 0 auto;
    margin-top: 30px;
}
#top-banner {
    height: 420px;
    overflow: hidden;
    position: relative;
}
#top-banner>li {
    height: 100%;
    background: #fff center top no-repeat;
    background-size: cover;
    position: relative;
}
.tbanner-cnt {
    width: 320px;
    position: absolute;
    left: 55%;
    top: 55px;
}
.tbanner-cnt>.txt {
    height: 60px;
    font-size: 14px;
    color: #dadada;
    margin-top: 10px;
}
.tbanner-cnt>.download-bar {
    margin-top: 30px;
    overflow: auto;
}
.tbanner-cnt>.download-bar>.item {
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 1px;
    position: relative;
}
.tbanner-cnt>.download-bar>.item:first-child {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.tbanner-cnt>.download-bar>.item:last-child {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.tbanner-cnt>.download-bar>.item:hover {
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.tbanner-cnt>.download-bar>.item-android, .item-ios {
    background-repeat: no-repeat;
    background-size: auto 64%;
    background-position-x: center;
    background-position-y: 12%;
}
.tbanner-cnt>.download-bar>.item>.txt {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 6px;
    text-align: center;
}
.tbanner-cnt>.download-bar>.item-qrcode {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
#pro-slide>li:hover {
    cursor: pointer;
}
.news {
    clear: both;
    width: 808px;
    height: auto;
    margin: 14px auto 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.news ul li {
    clear: both;
    height: auto;
    min-height: 150px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.news ul li.clear {
    height: 0px;
    border-bottom: 0px;
    padding: 0;
}
.news ul li div {
    float: left;
    margin: 5px auto;
}
.news ul li img {
    width: 208px;
    height: 118px;
}
.news .details {
    width: 550px;
    margin-left: 20px;
}
.news .details .title {
    font: 16px/1.5 Arial,Helvetica,sans-serif;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.news .details .more {
    width: 475px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 21px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.news .details .date {
    width: 550px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    text-align: right;
}
.footer {
    color: #333333;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: #e6e6e6;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 16px auto 0px;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
}
.games {
    width: 808px;
    height: auto;
    margin: 14px auto 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.games .tab-game {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 450px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.games .tab-game:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.games .tab-game:nth-child(2n) {
    margin-right: 0;
}

.games .tab-game img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.games .desc {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.games .desc1 {
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    min-height: 120px;
    padding: 0;
}

.games .desc2 {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.games .desc2 a {
    padding: 10px 25px;
    border: 1px solid #0590C8;
    background-color: #0590C8;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 120px;
}

.games .desc2 a:hover {
    background-color: #047ba3;
    border-color: #047ba3;
    text-decoration: none;
    transform: translateY(-1px);
}
.games-title {
    text-align: left;
    font-size: 18px;
    height: 41px;
    line-height: 41px;
    color: #000;
    padding-left: 24px;
    position: relative;
    border-top: 1px solid #e5e5e5;
    font-family: Arial,Helvetica,sans-serif;
}
.games-title i {
    display: block;
    width: 3px;
    height: 14px;
    overflow: hidden;
    background: #ff5c2f;
    position: absolute;
    left: 10px;
    top: 14px;
}

/* 清除浮动 */
.games::after {
    content: "";
    display: table;
    clear: both;
}

/* 响应式支持 */
@media (max-width: 768px) {
    .games {
        width: 95%;
    }
    .games .tab-game {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
