.title {
    width: 1200px;
    height: 42px;
    margin: 24px auto;
}

.title-icon {
    width: 48px;
    height: 100%;
    background: url(../img/icon-t.png) -10px -389px;
}

.title-text {
    width: 1136px;
    height: 100%;
    line-height: 42px;
    background: #ffffff;
    padding-left: 12px;
}

.title a {
    font-size: 16px;
    color: #484848;
}

.title a:after {
    display: inline-block;
    content: '>';
    margin: 0 5px;
}

.title a:last-of-type:after {
    content: '';
}

.middle {
    width: 1200px;
    margin: 25px auto;
    background: #ffffff;
    padding: 38px;
    box-sizing: border-box;
}

.gift_detail {
    margin-bottom: 31px;
}

.gift_detail .img_wrap {
    display: inline-block;
    vertical-align: top;
    width: 307px;
    height: 151px;
    margin-right: 20px;
}

.gift_detail .img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.gift_detail .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 332px);
}

.gift_detail .info .link {
    margin-top: -8px;
    text-align: right;
}

.gift_detail .info .link>a {
    display: inline-block;
    vertical-align: middle;
    width: 141px;
    padding: 7px 0;
    margin-left: 6px;
    font-size: 16px;
    text-align: center;
    color: #5E5D5D;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.gift_detail .info .link>a:hover {
    color: #fff;
    border-color: #ff7900;
    background-color: #ff7900;
}

.gift_detail .info .link>a i {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.gift_detail .info .link .my_gift:hover i {
    background-image: url("../img/gift2-hover.png");
}

.gift_detail .info .link .my_gift i {
    width: 22px;
    height: 20px;
    background: url("../img/gift2.png") no-repeat center/contain;
}

.gift_detail .info .link .website:hover i {
    background-image: url("../img/home-hover.png");
}

.gift_detail .info .link .website i {
    width: 22px;
    height: 20px;
    background: url("../img/home.png") no-repeat center/contain;
}

.gift_detail .info .link .start_game:hover i {
    background-image: url("../img/game-hover.png");
}

.gift_detail .info .link .start_game i {
    width: 22px;
    height: 20px;
    background: url("../img/game.png") no-repeat center/contain;
}

.gift_detail .info .name {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #070707;
}

.gift_detail .info .gift_count {
    margin-bottom: 12px;
    font-size: 16px;
    color: #5E5D5D;
}

.gift_detail .info .gift_count .num {
    padding: 0 2px;
    color: #ff7900;
}

.gift_detail .info .tips {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #9FA0A0;
}

.gift {
    position: relative;
    padding: 25px;
    margin-bottom: 23px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
}

.gift:hover {
    border-color: #ff9200;
}

.gift img {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    margin-right: 14px;
    object-fit: cover;
    border-radius: 15px;
}

.gift_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.gift_wrap .name {
    position: relative;
    left: -7px;
    margin-bottom: 13px;
    font-size: 18px;
    color: #070707;
}

.gift_wrap .count {
    font-size: 15px;
    color: #9FA0A0;
}

.gift_wrap .count .num {
    padding: 0 2px;
    color: #ff7900;
}

.gift-content-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.gift-content-wrap .gift-icon {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 65px;
    margin-right: 18px;
    border-radius: 50%;
    background: url('../img/gift1.png') no-repeat center/41px 37px #F6F6F6 !important;
}

.gift-content-wrap>div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 88px);
}

.gift-content-wrap>div p:first-child {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #070707;
}

.gift-content-wrap>div p:first-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 31px;
    height: 3px;
    background: #FF7900;
}

.gift-content-wrap .gift-content {
    font-size: 15px;
    color: #9FA0A0;
}

.notice_title {
    margin: 29px 0 30px;
    font-size: 20px;
    color: #656564;
}

.notice_wrap {
    padding: 24px 50px;
    margin-bottom: 28px;
    background-color: #f2f2f2;
}

.notice_wrap .icon_wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 49px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #E1405A;
}

.notice_wrap .icon_wrap .zn_icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background: url("../img/zn-icon.png") no-repeat center/contain;
}

.notice_wrap .content {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 115px);
    font-size: 13px;
}

.notice_wrap .content p span:first-child {
    display: inline-block;
    width: 300px;
}

.other_gift .title_module {
    margin-bottom: 19px;
}

.other_gift .title_module .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background: #ff9200;
}

.other_gift .title_module .txt {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 20px;
    color: #656564;
}

.other_gift ul.gift_recommend {
    font-size: 0;
}

.other_gift ul.gift_recommend li {
    display: inline-block;
    vertical-align: top;
    width: 345px;
    margin-right: 44px;
    cursor: pointer;
    color: #717171;
}

.other_gift ul.gift_recommend li:hover {
    color: #ff7900;
}

.other_gift ul.gift_recommend li:nth-of-type(3n) {
    margin-right: 0;
}

.other_gift ul.gift_recommend .icon_wrap {
    width: 100%;
    height: 168px;
}

.other_gift ul.gift_recommend .icon_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.other_gift ul.gift_recommend .name {
    padding: 15px 0 11px;
    font-size: 17px;
    text-align: center;
    color: #717171;
}

.other_gift ul.gift_recommend .no_data {
    text-align: center;
    font-size: 16px;
    color: #888;
}

.btn_wrap {
    border: 1px solid #dedede;
    border-radius: 4px;
    display: table;
    padding: 3px 0;
    margin: 8px 0;
}

.gift-content-btn,
.gift-use-btn {
    padding: 0 6px;
    font-size: 12px;
    color: #8e8e8e;
}

.gift-use-btn {
    border-left: 1px solid #dedede;
}

.active {
    color: #ff9200;
}

.bottom-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.getgift {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 36px;
    color: #fff;
    background: #FE7A00;
    cursor: pointer;
    transform: translateY(-50%);
}

#mask {
    width: 100%;
    height: 100%;
    background: rgba(151, 151, 151, 0.6);
    position: absolute;
    top: 0;
}

.dialog {
    width: 337px;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    padding: 20px;
}

.dialog .dialog-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #1fbffd;
    padding-bottom: 8px;
    position: relative;
}

.dialog .tips {
    margin-top: 32px;
    font-size: 14px;
    color: #878787;
    text-indent: 1em;
    text-align: left;
    line-height: 26px;
}

.wrap {
    display: table;
    margin: 43px auto;
}

.wrap span {
    padding: 9px 5px;
    color: #6f7267;
    background: #e9f2d7;
    border: 1px solid #cfd0c8;
    font-size: 13px;
}

.wrap input {
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    background: #99cd00;
    font-size: 18px;
    border: 1px solid #79b500;
    cursor: pointer;
    margin-left: 5px;
}

.close {
    width: 35px;
    height: 35px;
    background: url(../img/icon-t.png) -381px -551px;
    display: inline-block;
    position: absolute;
    top: -21px;
    right: -23px;
    cursor: pointer;
}

.giftunfind {
    width: 1200px;
    height: 850px;
    margin: auto;
    background: #ffffff;
    padding: 60px;
    box-sizing: border-box;
}

.giftunfind img {
    display: table;
    margin: auto;
}

.pagenum {
    display: table;
    margin: 20px auto 20px auto;
}

.pagenum span {
    margin-left: 10px;
}

.giftvoid {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 20px;
}

.loading {
    text-align: center;
}

.page span.current {
    background-color: #FF9200;
}