.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 .my_gift {
    width: 865px;
    min-height: 502px;
    padding: 25px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.middle .my_gift ul.list .no_data {
    padding: 30px 0;
    text-align: center;
    color: #888;
}

.middle .my_gift ul.list .pagenum {
    margin-top: 30px;
    text-align: center;
}

.middle .my_gift li {
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.middle .my_gift li:hover {
    border-color: #ff9200;
}

.middle .my_gift li .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.middle .my_gift li .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle .my_gift li .gift_info {
    display: inline-block;
    vertical-align: middle;
    width: 335px;
    margin-right: 10px;
}

.middle .my_gift li .gift_info .game_name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #070707;
}

.middle .my_gift li .gift_info .time_type {
    font-size: 13px;
    color: #9FA0A0;
}

.middle .my_gift li .gift_info .time_type .type {
    margin-right: 18px;
}

.middle .my_gift li .btn {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e0e0e0;
}

.middle .my_gift li .btn a {
    display: block;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-radius: 21px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.middle .my_gift li .btn a:hover {
    color: #fff;
    border-color: #ff9200;
    background-color: #ff9200;
}

.middle .my_gift li .btn a:first-child {
    margin-bottom: 7px;
}

.middle .my_gift li .gift_code {
    display: inline-block;
    vertical-align: middle;
    width: 223px;
    text-align: center;
}

.middle .my_gift li .gift_code .code_wrap {
    margin-bottom: 10px;
    font-size: 13px;
    color: #9FA0A0;
}

.middle .my_gift li .gift_code .code_wrap .code {
    color: #4B4B4B;
}

.middle .my_gift li .gift_code .copybtn {
    width: 93px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #AEAEAE;
    border-radius: 21px;
    cursor: pointer;
}

.middle .my_gift li .gift_code .copybtn:hover {
    color: #fff;
    border-color: #ff9200;
    background-color: #ff9200;
}

.middle .my_gift .title_module {
    padding-bottom: 10px;
    margin-bottom: 23px;
    border-bottom: 1px solid #eee;
}

.middle .hot_gift {
    width: 315px;
    height: 432px;
    padding: 22px 19px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.middle .hot_gift .refresh {
    cursor: pointer;
}

.middle .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_gift .refresh span {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #565656;
}

.middle .hot_gift .list .no_data {
    text-align: center;
    color: #888;
}

.middle .hot_gift .list li {
    position: relative;
    margin-bottom: 19px;
}

.middle .hot_gift .list .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    margin-right: 9px;
    font-size: 0;
}

.middle .hot_gift .list .img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: scale-down;
}

.middle .hot_gift .list .info {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    font-size: 12px;
}

.middle .hot_gift .list .info .name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.middle .hot_gift .list .info .desc_wrap {
    color: #ADADAD;
}

.middle .hot_gift .list .info .desc {
    margin-right: 12px;
}

.middle .hot_gift .list .info .count {
    padding: 0 1px;
    color: #FE7A00;
}

.middle .hot_gift .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_gift .list .receive_btn:hover {
    border-color: transparent;
    color: #fff;
    background-color: #fe7a00;
}