.middle {
    width: 1200px;
    margin: 27px auto 60px auto;
}

.title_module {
    margin-bottom: 28px;
}

.title_module .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background: #ff9200;
}

.title_module .txt {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 17px;
    font-weight: 500;
    color: #565656;
}

.middle .hot {
    margin: 0 0 24px;
}

.middle .hot .hot_banner {
    width: 865px;
    font-size: 0;
}

.middle .hot .hot_banner li:first-child {
    width: 100%;
    height: 290px;
    margin: 0 0 12px 0;
}

.middle .hot .hot_banner li {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 130px;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #ccc;
}

.middle .hot .hot_banner li a,
.middle .hot .hot_banner li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.middle .hot .hot_banner li:last-child {
    margin-right: 0;
}

.middle .hot .hot_gift {
    width: 315px;
    height: 432px;
    padding: 22px 19px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.middle .hot .hot_gift .refresh {
    cursor: pointer;
}

.middle .hot .hot_gift .refresh .refresh_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 13px;
    background: url("../img/refresh.png") no-repeat center/contain;
}

.middle .hot .hot_gift .refresh span {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #565656;
}

.middle .hot .list .no_data {
    text-align: center;
    color: #888;
}

.middle .hot .list li {
    position: relative;
    margin-bottom: 19px;
}

.middle .hot .list .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    margin-right: 9px;
    font-size: 0;
}

.middle .hot .list .img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: scale-down;
}

.middle .hot .list .info {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    font-size: 12px;
}

.middle .hot .list .info .name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.middle .hot .list .info .desc_wrap {
    color: #ADADAD;
}

.middle .hot .list .info .desc {
    margin-right: 12px;
}

.middle .hot .list .info .count {
    padding: 0 1px;
    color: #FE7A00;
}

.middle .hot .list .receive_btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 62px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-radius: 24px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
    transform: translateY(-50%);
}

.middle .hot .list .receive_btn:hover {
    border-color: transparent;
    color: #fff;
    background-color: #fe7a00;
}

.middle .all_gift {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.middle .all_gift .top {
    padding: 10px 0 10px 17px;
    border-bottom: 1px solid #eee;
}

.middle .all_gift .top .filter_box .game_type {
    margin-bottom: 10px;
}

.middle .all_gift .top .filter_box .game_type>span {
    line-height: 24px;
}

.middle .all_gift .top .filter_box ul {
    display: inline-block;
    vertical-align: top;
    max-width: 830px;
}

.middle .all_gift .top .filter_box ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin: 0 16px 5px 0;
    font-size: 15px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
}

.middle .all_gift .top .filter_box ul li.active {
    color: #fff;
    background-color: #fe7a00;
}

.middle .all_gift .top .filter_box ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 1px;
    height: 12px;
    background-color: #eee;
    transform: translateY(-50%);
}

.middle .all_gift .top .searchbar {
    height: 33px;
}

.middle .all_gift .top .searchbar input {
    display: inline-block;
    vertical-align: middle;
    width: 177px;
    height: 100%;
    padding: 0 14px;
    color: #696969;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    border-right: 0;
}

.middle .all_gift .top .searchbar .search_btn {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 100%;
    margin-left: -5px;
    line-height: 33px;
    text-align: center;
    background-color: #fe7a00;
    cursor: pointer;
}

.middle .all_gift .top .searchbar .search_btn i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/search.png) no-repeat center/contain;
}

.middle .all_gift #ajax_lists {
    padding: 0 17px;
    margin-top: 23px;
}

.middle .all_gift #ajax_lists .gift {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 0 4% 26px 0;
}

.middle .all_gift #ajax_lists .gift:nth-of-type(4n) {
    margin-right: 0;
}

.middle .all_gift #ajax_lists .nomore {
    text-align: center;
    color: #888;
}

.middle .all_gift #ajax_lists .gift .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 88px;
    margin-right: 6px;
    font-size: 0;
    cursor: pointer;
}

.middle .all_gift #ajax_lists .gift img {
    width: 100%;
    height: 100%;
    border-radius: 19px;
    object-fit: cover;
}

.btn_wrap {
    width: 135px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}

.gift_btn {
    width: 63px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: white;
    cursor: pointer;
}

.gift_btn:first-of-type {
    border-right: 1px solid #EAEAEA;
    margin-left: 3px;
}

.middle .all_gift #ajax_lists .gift .gift_wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 100px);
}

.middle .all_gift #ajax_lists .gift .gift_name {
    font-size: 15px;
    color: #333333;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
}

.middle .all_gift #ajax_lists .gift .gift_name:hover {
    color: #ff9200;
}

.middle .all_gift #ajax_lists .gift .gift_count {
    margin-bottom: 6px;
    font-size: 12px;
    color: #A8A8A8;
    cursor: pointer;
}

.middle .all_gift #ajax_lists .gift .gift_count .num {
    padding: 0 2px;
    color: #ff9200;
}

.middle .all_gift #ajax_lists .gift .receive_btn {
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    color: #666666;
    border: 1px solid #AEAEAE;
    border-radius: 26px;
    cursor: pointer;
}

.middle .all_gift #ajax_lists .gift .receive_btn:hover {
    color: #fff;
    border-color: #ff9200;
    background-color: #ff9200;
}

.pagenum_box {
    margin-top: 20px;
}

.loading {
    text-align: center;
}