﻿@charset 'utf-8';

/** game download **/
.client-download {
    height: 300px;
    background: url('../../_images/us/download/down-bg.png') no-repeat center;
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}


.client-download h4 {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    z-index: 1;
    background: none;
    margin: 40px auto;
    width: 90%;
    font-weight:normal;
}

    .client-download h4 em a {
        color: #fff;
        text-decoration: underline;
    }

    .client-download .btn {
    }

    .client-download .btn-update {
        position: absolute;
        left: 0;
        top: 150px;
    }

h4.bul {
    min-height: 25px;
    _height: 25px;
    margin-top: 33px;
    padding-left: 21px;
    font-size: 18px;
    margin-bottom: 10px;
}
.download .bbs .list {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .download .bbs .list::-webkit-scrollbar {
        display: none;
    }

.download table {
    min-width: 600px;
    width: 100%;
    overflow: scroll;
}

.bbs .list {
    padding-bottom: 0;
    background: none;
    border-bottom: 1px solid #eee;
}

    .bbs .list thead th {
        padding: 9px 0;
        /*background: #fbedcc url('../../_images/us/download/bbs_highlight_bg.gif') no-repeat -10px 50%;*/
        border-bottom: 0;
        color: #6b4840;
        background-size: cover;
    }

    .bbs .list th div {
        padding-left: 12px;
        /*background: url('../../_images/us/download/bbs_sepr_highlighted.gif') no-repeat scroll left 50%;*/
        color: #111;
    }

    .bbs .list tbody th {
        padding: 0 0 0 43px;
        /*background: #fff9e9 url('../../_images/us/download/bbs_sepr_highlighted_line.gif') repeat-y scroll left top;*/
        background: #eee;
        border-top: 1px solid #eee;
        border-bottom: 0;
        color: #111;
        text-align: left;
    }

    .bbs .list td {
        padding: 0 0 0 15px;
        border-top: 1px solid #eee;
        color: #666;
        font-size: 12px;
        font-weight: bold;
        line-height: 31px;
        text-align: left;
    }

        .bbs .list td.line {
            /*border-right: 1px solid #f2d8b2;*/
        }

.box-area {
    /*background: url('../../_images/us/download/download_bg_bottom.gif') no-repeat left bottom;*/
    border: 1px solid #eee;
}

    .box-area div {
        /*background: url('../../_images/us/download/download_bg_middle.gif') repeat-y left top;*/
    }

        .box-area div .box {
            margin-bottom: 0;
            /*background: url('../../_images/us/download/download_bg_top.gif') no-repeat left top;*/
            border: 0;
            background: #fff;
            width: 100%;
            margin: 0 auto;
            padding: 10px 0;
        }

    .box-area ul {
        width: 100%;
        min-height: 95px;
        _height: 95px;
        padding: 10px 15px;
        zoom: 1;
    }

        .box-area ul li {
            display: flex;
            margin-right: 15px;
            _display: inline;
            width: 100%;
            gap: 20px;
        }

            .box-area ul li .logo {
                float: left;
                width: 103px;
                display: flex;
            }

            .box-area ul li .bg-logo {
                margin-top: 24px;
                background: url('../../_images/us/download/download_logo_bg.gif') no-repeat left top;
            }

            .box-area ul li strong {
                display: block;
                margin: 25px 0 10px;
                color: #111;
            }

    .box-area p {
        clear: both;
        padding: 20px 15px;
        color: #111;
        line-height: 17px;
    }

.btn-driver {
    transition: all 0.3s;
    box-shadow: 0px 7px 10px 5px rgb(0 0 0 / 5%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
}

}

.btn-driver a, .btn-driver button {
    transition: all 0.3s;
}

.btn-driver a, .btn-driver input, .btn-driver button {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffecbb;
}

    .btn-driver a:link, .btn-driver a:visited, .btn-driver a:hover, .btn-driver a:active {
        color: #ffecbb;
    }

.box-area .graphic ul {
    margin-bottom: 20px;
}

.box-area .directx {
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    .download .client-download .btn img {
        width: 100%
    }
}
