.hide{
    display: none !important;
}
.wrap {
    display: flex;
    justify-content: space-between;
}

.search_bg_box {
    display: block;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.tabs {
    display: flex;
    width: 100%;
    height: 20px;
}
.footerLess{
    position: absolute;
    bottom: 0;
}
.tabs .tab {
    height: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: 0 20px;
    margin-right: 13px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 20px;
}

.tabs .tab.current,.tabs .tab:hover {
    border: 1px solid #5FC13E;
    color: #55AD37;
}
.search_game_title {
    width: 100%;
    height: 76px;
    overflow: hidden;
    line-height: 76px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
}

.search_game_title span {
    color: #55AD37;
}

.aboutUsSort-content {
    display: block;
    clear: both;
    box-sizing: border-box;
}

.aboutUsSortContent {
    display: block;
    clear: both;
}

.aboutUsSortContent ul {
    display: none;
    flex-wrap: wrap;
}

.aboutUsSortContent ul.active {
    display: flex;
}

.about_info_content {
    display: block;
    clear: both;
    width: 100%;
}

.about_info_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
    
}

.about_info_content ul.active {
    display: flex;
}
.about_info_content ul li{
    width: 590px;
}
.about_info_content ul li a {
    margin-bottom: 30px;
}

.news_list_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news_list_content img {
    width: 220px;
    height: 140px;
    border-radius: 5px;
}

.news_list_content .description {
    width: 354px;
    height: 140px;
}

.news_list_content .description h3 {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}
.news_list_content .description h3:hover{
    color: #55AD37;
}

.news_list_content .description p {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}

.news_list_content .bottom_content {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
    line-height: 14px;
}

/* 分页 */
.jq_pager {
    display: block;
    clear: both;
    font-size: 16px;
    text-align: center;
    margin: 55px 0 30px 0;
}

.jq_pager div {
    display: block;
    clear: both;
}

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

.page_num_box {
    display: inline-block;
}

.jq_pager .pageBtnWrap span {
    display: inline-block;
    width: auto;
    height: 26px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.jq_pager .pageBtnWrap b {
    font-weight: normal;
    margin-right: 10px;
}

.jq_pager .pageBtnWrap span.curr {
    background: #55AD37;
    height: 26px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.jq_pager .pageBtnWrap span.next {
    color: #363636;
}

.jq_pager .pageBtnWrap span.disabled {
    color: #363636;
}

.page_num_box span:hover {
    background: #55AD37;
    color: #fff;
}

footer {
    margin-top: 60px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
/* 应用列表 */

.soft_list {
    width: 300px;
    height: 300px;
    border: 1px solid #E5E5E5;
    padding: 21px 20px 0 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.soft_list>div>img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.soft_list .gamet {
    width: 135px;
}

.soft_list .gamet h3 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
}

.soft_list .gamet span {
    font-size: 14px;
    font-family: PingFang SC;
    margin: 16px 0;
    display: inline-block;
    font-weight: 400;
    color: #666666;
}

.soft_list .gamet img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.soft_list>h3 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 45px;
}

.soft_list>p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    text-indent: 2em;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 64px;
}

.soft_list>a {
    height: 40px;
    background: #55AD37;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    transition: all 0.3s;
}

.soft_list:hover a {
    bottom: 0px;
}

.soft_list:hover {
    box-shadow: 2px 2px 6px 3px rgba(55, 66, 51, 0.15);
}