/* ========================================
   分页样式
   ======================================== */
.page {
    font-size: 16px;
    opacity: 0.7;
    text-align: center;
    margin-top: 60px;
}

.page a {
    display: inline;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.page a:hover {
    border: none;
    background: #ED6238;
    color: #fff;
}

.page span.disabled {
    display: inline;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    opacity: 0.5;
}

.page span.curr {
    display: inline;
    margin-right: 10px;
    background: #ED6238;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 10px;
}

.page_gopage_wrap {
    position: relative;
    left: 0;
    top: 0;
}

.page .pageBtnWrap {
    text-align: center;
}

.page .spanDot {
    margin-right: 10px;
}

/* ========================================
   筛选和分页样式
   ======================================== */
.ey_pp {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    margin-bottom: 16px;
    display: flex;
}

.ey_pp > div {
    height: 34px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    margin-right: 15px;
    margin-bottom: 16px;
}

.ey_pp p,
.ey_pp a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    width: 96px;
    height: 34px;
    background: none;
    border-radius: 10px;
    margin-right: 11px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.ey_pp a:nth-child(12) {
    margin-left: 70px;
}

.ey_pp p:nth-child(12) {
    margin-left: 72px;
}

.ey_pp a:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.ey_ppcolor {
    width: 96px;
    height: 34px;
    background: linear-gradient(180deg, #FF6B35 0%, #FF8535 100%) !important;
    opacity: 1;
    border-radius: 10px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF !important;
}

/* ========================================
   游戏/应用卡片样式
   ======================================== */
.ey_gcal {
    min-height: 200px;
    margin-bottom: 60px;
}

.ey_gclt {
    float: left;
    width: 380px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    transition: all linear .3s;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.ey_cen a:nth-child(3n) .ey_gclt {
    margin-right: 0;
}

.ey_gclt:hover {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.ey_gcli img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
}

.ey_yxtxt {
    margin-left: 20px;
}

.ey_yxtxt p:nth-child(1) {
    width: 130px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ey_gclt p:nth-child(2) {
    width: 130px;
    height: 17px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 14px;
}

.ey_gclt p:nth-child(3) {
    width: 130px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ey_gclt .ey_down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 34px;
    border: 1px solid #FF6B35;
    border-radius: 5px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FF6B35;
    margin-left: 30px;
    background: url(../images/download_default.png) no-repeat 10px center;
    transition: all linear .3s;
    text-indent: 15px;
}

.ey_gclt:hover .ey_down {
    color: #ffffff !important;
    background: url(../images/download_hover.png) no-repeat 10px center #FF6B35;
    transition: all linear .3s;
}

/* ========================================
   通用工具类
   ======================================== */
.flex {
    display: flex;
    align-items: center;
}
