body {
    background-color: #06001d;
    background-image: url(../images/activity/halloween/Mhalloweenbg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center 168px ,center -319px;
    overflow-x: hidden;
}
.halloween-view {
    min-height: 100vh;
    padding-top: 552px;
    padding-bottom: 200px;
}
.hw-platform {
    font-size: 28px;
    margin-top: 258px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.hw-platform a {
    color: #515796;
    font-weight: bold;
}
.hw-platform .icon {
    font-size: 46px;
    padding-right: 16px;
    font-weight: normal;
}
.hw-platform .platform-item {
    text-align: center;
    /* width: 320px; */
    height: 60px;
    background-color: #141736;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    padding-left: 37px;
    padding-right: 26px;
}
.platform-item .text{
    display: inline-block;
    margin-top: 30px;
}

.hw-platform .icon-ps4 {
    position: relative;
}

.hw-platform .platform-item.active,.hw-platform .platform-item:hover {
    color: #fff;
    background-color: #222657;
}
.you-candy {
    height: 62px;
    margin-left: 497px;
    position: absolute;
    top: 639px;
}
.you-candy::after,.you-candy::before,.to-fire, .fire {
    content: '';
    position: absolute;
    top: 148px;
    left: 89px;
    width: 0;
    height: 0;
    background: rgba(254,226,20,.5);
    border-radius: 3px;
    box-shadow: 0 0 8px 6px transparent;
    /* animation: eye 3s linear infinite alternate; */
    transition: .2s ease;
}
.to-fire {
    top: -73px;
    left: 180px;
}
.fire {
    position: fixed;
    box-shadow: 0 0 6px 6px rgba(254,226,20,1);
    transition: none;
}
.you-candy:hover::after,.you-candy:hover::before {
    box-shadow: 0 0 8px 6px rgba(254,226,20,1);
}
.you-candy::before {
    top: 160px;
    left: 50px;
}
@keyframes eye {
    0%{
        box-shadow: 0 0 8px 6px rgba(254,226,20,1);
    }
    100% {
        box-shadow: 0 0 6px 6px rgba(254,226,20,.6);
    }
}
.you-candy .has_count ,.you-candy .candy-icon{
    position: relative;
    font-size: 37px;
    color: #F9CB13;
    font-weight: bold;
    line-height: 70px;
}
.you-candy img {
    width: 80px;
    height: 81px;
}

.you-candy .number {
    vertical-align: -13px;
    padding-left: 20px;
}
#use_count {
    color: #ffca39;
    font-size: 28px;
    font-weight: bold;
}
#use_count + img {
    vertical-align: bottom;
}
.you-candy .candy-icon {
    left: 18px;
}
.hw-recommend-list {
    margin-top: 75px;
    display: flex;
    gap: 30px;
}
.hw-recommend-list .item {
    float: left;
    margin-top: 0;
    width: 266px;
    height: 450px;
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/activity/halloween/tombstone.png) no-repeat;
    cursor: pointer;
}
.hw-recommend-list .item:hover {
    background: url(../images/activity/halloween/tombstone-hover.png) no-repeat;
}
.hw-recommend-list .img-box img {
    width: 140px;
    height: 140px;
    margin-top: 32px;
}
.hw-recommend-list .img-box .coin-text {
    color: #ffca39;
    font-size: 18px;
    bottom: 70px;
    width: 100%;
    cursor: default;
}
.buy-get-candy ,.coin-text,.has_count,th,.title,.right-text-k,.text,.notification-message{
    cursor: default;
}
.hw-recommend-list .buy-get-candy {
    color: #F9CB13;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}
.hw-recommend-list .recommend-btn-box {
    padding-top: 47px;
}
.hw-recommend-list .recommend-btn-box .btn {
    width: 238px;
    height: 65px;
    font-size: 20px;
    color: #515796;
    font-weight: bold;
    line-height: 54px;
    transition: .3s;
}
.hw-recommend-list .recommend-btn-box .btn:hover {
    font-size: 20px;
}
.hw-recommend-list .item:hover .recommend-btn-box .btn {
    color: #F39800;
}
.hw-recommend-list .recommend-btn-box .btn:active {
	background-image: linear-gradient(0deg, 
		#00255d 0%, 
		#0853A8 51%, 
		#0A58D1 100%);
        font-size: 18px;
    }
.activity-notification-text {
    padding: 0px 110px 0 30px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.notification-message {
    color: #515796;
    font-size: 28px;
    font-weight: bold;
}
.notification-content {
    font-size: 18px;
    color: #515796;
}
.notification-content a {
    color: inherit;
    text-decoration: underline;
}
.order-amount {
    padding: 85px 30px 0;
}
.order-amount .title {
    color: #515796;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 7px;
}
.order-amount .order-table {
    width: 530px;
    border-collapse:collapse;
    border-spacing:0;
}
.left-order-amount {
    float: left;
}
.right-order-amount {
    float: right;
}
.order-amount .order-table th {
    border-bottom: 2px solid #515796;
    font-size: 16px;
    color: #515796;
    height: 30px;
}
.order-amount .order-table tr:last-child td {
    border-bottom: 2px solid #515796;
}
.order-amount .order-table tr td {
    height: 80px;
    border-bottom: 1px solid rgb(48 53 107 / 70%);
    text-align: center;
}
.order-table .left-img-k {
    position: relative;
    float: left;
}
.order-table .right-text-k {
    float: left;
    color: #0267ff;
    font-size: 16px;
    line-height: 65px;
    padding-left: 10px;
}
.order-table .left-img-k img {
    height: 65px;
}
.order-table .left-img-k .text {
    position: absolute;
    top: 22px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 8px
    rgba(0, 0, 0, 0.64);
    font-weight: bold;
    color: #fff;
}
.order-table .left-img-k .text span {
    color: #f0cf80;
}
.order-table th:nth-child(2) {
    text-align: center;
}
.order-table tr td:nth-child(2) {
    color: #f4c136;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.halloween-btn {
    width: 98px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#f05e28 0%, 
		#ffca39 100%), 
	linear-gradient(
		#f05e28, 
		#f05e28);
	background-blend-mode: normal, 
        normal;
        background-repeat: no-repeat;
    background-color: #f05e28;
    border-radius: 8px;
    font-size: 14px;
    color: #221716;
    font-weight: bold;
    transition: .3s;
}
.halloween-btn:hover {
	background-image: linear-gradient(0deg, 
		#D94F1A 0%, 
		#FFF12B 100%);
	background-blend-mode: normal, 
        normal;
        background-repeat: no-repeat;
}
.halloween-btn.active, .halloween-btn:active {
	background-image: linear-gradient(0deg, 
		#D9691A 0%, 
		#FFF12B 100%);
	background-blend-mode: normal, 
        normal;
        background-repeat: no-repeat;
}
.confirm-btn {
    padding-top: 6px;
}
[alt='candy-icon'] {
    width: 43px;
    height: 43.7px;
}
.modal-dialog {
    margin-top: 250px !important;
}
.layui-layer-dialog {
    top: 250px !important;
}
.layui-layer-btn a {
    height: 34px;
    line-height: 34px;
}