.contain {
    width: 1260px;
}

.games {
    padding-top: 0px !important;
    position: relative;
    z-index: 1;
}

.games .game-contain {
    background-color: rgba(0, 0, 0, 0);
}

.section-title,
.side-title {
    padding: 30px 0;
}

.tab-bd {
    padding: 0;
    margin-top: 30px;
}

.down-li:nth-child(3n) {
    margin-right: 0;
}

.down-li {
    width: 407px;
    height: 292px;
    background: #fff;
    padding: 25px 35px 0 35px;
    margin: 0 19px 35px 0;
    font-size: 14px;
    border-radius: 8px;
}

.down-li:hover {
    border-bottom: 4px solid #ebebeb;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.icon-box {
    width: 137px;
}

.icon-box .icon {
    width: 100px;
    height: 100px;
    display: block;
}

.download-tip {
    margin-top: 35px;
}

.download-ios-btn {
    background: url("../images/ios-btn-bg-a.png") no-repeat;
    width: 108px;
    text-indent: 38px;
    height: 32px;
    line-height: 28px;
    color: #ffba00;
    display: block;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.download-ios-btn:hover {
    background: url("../images/ios-btn-bg.png") no-repeat;
    color: #fff;
}

.download-and-btn {
    background: url("../images/AZ-btn-bg-a.png") no-repeat;
    width: 109px;
    text-indent: 38px;
    height: 32px;
    line-height: 26px;
    color: #94c014;
    display: block;
    display: block;
    font-size: 12px;
}

.download-and-btn:hover {
    background: url("../images/AZ-btn-bg.png") no-repeat;
    color: #fff;
}

.tex-box {
    width: 200px;
    margin-top: 10px;
}

.tex-box .tex-box-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.tac {
    text-align: center;
}

.pb5 {
    padding-bottom: 5px;
}

.pt5 {
    padding-top: 5px;
}

.textGrey6 {
    color: #000 !important;
    margin-top: 17px;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    -webkit-box-orient: vertical; /* 设置子元素以垂直方式显示 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 当内容超出容器时显示省略号 */
}

.textGrey9 {
    color: #999 !important;
}

.tex-box .tex-box-ewmimg {
    width: 126px;
    height: 126px;
    border: 1px solid #fafafa;
    margin: 5px auto 0 auto;
    display: block;
    padding: 10px;
}

.r5 {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mrn {
    margin-right: 0;
}

div,
img,
p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.game-wait {
    width: 365px;
    height: 283px;
}

.game-wait .game-item-none {
    padding-top: 90px;
    text-align: center;
    background: url("../images/icon-down-none.png") no-repeat 50% 0;
    color: #999;
    width: 100%;
    margin-top: 70px;
    font-size: 18px;
}