
/* head */
.package__section {
    padding-top: 100px;
    min-width: 1320px;
}
.package__header {
    position: relative;
    padding: 20px;
    display: flex;
    width: 100%;
    min-height: 265px;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
}
.package__left  {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    height: 225px;
    border-radius: 4px;
    overflow: hidden;
}
.head-item__icon-list {
    position: relative;
    width: 300px;
    height: 225px;
}
.head-item__icon {
    width: 150px;
    height: 84px;
    vertical-align: middle;
    object-fit: cover;
    float: left;
}
.icon__one .head-item__icon {
    width: 300px;
    height: 168px;
}
.icon__two .head-item__icon{
    width: 150px;
    height: 168px;
}
.icon__three .head-item__icon:first-child{
    width: 150px;
    height: 168px;
}
.icon__three .head-item__icon:not(1){
    width: 150px;
    height: 84px;
}
.icon__four .head-item__icon{
    width: 150px;
    height: 84px;
}
.icon__more .head-item__icon:nth-child(1),
.icon__more .head-item__icon:nth-child(2),
.icon__more .head-item__icon:nth-child(3){
    width: 150px;
    height: 84px;
}
.icon__more .head-item__icon:nth-child(4),
.icon__more .head-item__icon:nth-child(5){
    width: 75px;
    height: 84px;
}
.head-item__layer {
    position: absolute;
    right: 0;
    top: 84px;
    width: 75px;
    height: 84px;
    background-color: rgba(0,0,0,0.5);
    color: #FD5D0C;
    font-size: 14px;
    text-align: center;
    line-height: 84px;
}
.head-item__game-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    background-color: #FD5D0C;
}
.head-item__game-info::before {
    content: '';
    position: absolute;
    top: -44px;
    left: -30px;
    display: block;
    width: 25%;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #FD5D0C;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    z-index: 0;
}
.orange.head-item__game-info {
    background-color: #FD5D0C;
}
.orange.head-item__game-info::before{
    border-bottom: 30px solid #FD5D0C;
}
.green.head-item__game-info {
    background-color: #4CBE25;
}
.green.head-item__game-info::before{
    border-bottom: 30px solid #4CBE25;
}
.yellow.head-item__game-info {
    background-color: #F59D0D;
}
.yellow.head-item__game-info::before{
    border-bottom: 30px solid #F59D0D;
}
.black.head-item__game-info {
    background-color: #333333;
}
.black.head-item__game-info::before{
    border-bottom: 30px solid #333333;
}
.head-item__year  {
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #fff;
}
.head-item__game-title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.package__right  {
    flex: 1;
    padding-left: 18px;
    height: 225px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.head-item__head {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}
.head-item__head-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head-item__flag {
    font-size: 12px;
    color: #666666;
}
.head-item__name {
    margin-top: 8px;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}
.head-item__tip {
    font-size: 12px;
    color: #999;
}
.head-item__time {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}
.head-item__head-right {
    width: 50%;
}
.head-item__right-wrap {
    display: flex;
    padding: 14px 16px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.06);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
}
.qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}
.qr-code__img {
    width: 88px;
    height: 88px;
    vertical-align: middle;
}
.ticket-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 8px;
    width: 100%;
    height: 24px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
}
.ticket-code__text {
    display: inline-block;
    font-family: OPlusSans 3.0, OPlusSans 30;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.ticket-code__trend {
    display: inline-block;
    margin-left: 4px;
    height: 14px;
    padding: 0 2px;
    background: #4CBE25;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}
.ticket-code__value {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
}
.ticket-code__copy {
    margin-left: 4px;
    vertical-align: bottom;
    cursor: pointer;
}
.offer-info-limited {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer-info-limited__text {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}
.offer-info-limited__date {
    font-weight: 400;
    font-size: 10px;
    color: #FD5D0C;
    line-height: 12px;
}
.offer-info__content {
    margin: 12px 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
}
.offer-info__tip {
    margin-top: 12px;
    font-weight: 400;
    font-size: 10px;
    color: rgba(0,0,0,0.3);
    line-height: 12px;
}

.head-item__foot {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.head-item__discount-text {
    font-size: 12px;
    color: #666;
}
.head-item__discount-price {
    font-size: 24px;
    color: #FD5D0C;
    font-weight: 500;
    font-family: Semi Bold;
}
.head-item__original-price {
    margin-left: 4px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
}
.head-item__info {
    margin-top: 4px;
}
.head-item__option {
    display: inline-block;
    margin-right: 8px;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid transparent;
    color: rgba(27,31,38,0.72);
    font-size: 16px;
    background-color: rgba(0,0,0,0.08);
    cursor: pointer;
}
.head-item__option--active {
    border: 1px solid #FD5D0C;
    color: #FD5D0C;
    background-color: #fff;
}
.head-item__btn {
    display: block;
    background-color: #FD5D0C;
    border-radius: 20px;
    width: 120px;
    height: 40px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 2;
    text-align: center;
}

/* list  */
.section__container {
    margin-top: 20px;
    min-width: 1320px;
    border-radius: 12px;
    background-color: #fff;
}
.section__title {
    padding: 14px 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.game-count {
    color: #FD5D0C;
}
.bag-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.bag-item:last-child {
    border-bottom: none;
}
.bag-item__img {
    flex-shrink: 0;
    width: 261.6px;
    height: 150px;
    vertical-align: middle;
}
.bag-item__center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 16px;
    box-sizing: border-box;
}
.bag-item__title {
    font-size: 18px;
    color: #333;
}
.bag-item__platform {
    font-size: 12px;
    color: #999;
    margin-right: 8px;
}
.bag-item__platform-link {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}
.bag-item__platform-link:first-child {
    margin-left: 0;
}
.bag-item__platform-icon {
    margin-right: 4px; 
    color: #000000;
    vertical-align: bottom;
}
.bag-item__area {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-left: 12px;
}
.mgt-8 {
    margin-top: 6px;
}
.bag-item__area-activate  {
    display: inline-block;
    padding: 1px 4px;
    margin-left: 4px;
    height: 16px;
    background: rgba(0,0,0,0.08);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 10px;
    color: rgba(27,31,38,0.72);
}
.bag-item__area-activate a {
    cursor: pointer;
    color: rgba(27,31,38,0.72);
}
.bag-item__area-more {
    cursor: pointer;
}
.bag-item__area-more:hover {
    color: #FD5D0C;
    background: rgba(253,93,12,0.16);
}
.block {
    display: block;
    margin-left: 0;
    margin-top: 6px;
}
.block:first-child {
    margin-top: 0;
}
.bag-item__dialog {
    display: none;
    position: absolute;
    top: -20%;
    right: 0;
    transform: translateY(-100%);
    padding: 12px;
    width: max-content;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #999999;
}
.bag-item__area:hover .bag-item__dialog {
    display: block;
}

.bag-item__data-box {
    display: flex;
}
.bag-item__data-item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.bag-item__data-item:last-child {
    margin-right: 0;
}
.bag-item__data-title {
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
.bag-item__data-value {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.flex-box {
    display: flex;
    align-items: center;
}
.bag-item__star {
    font-size: 14px;
    color: #FD5D0C;
    vertical-align: middle;
    margin-right: 2px;
}
.bag-item__data-value--good {
    font-weight: 400;
    font-size: 12px;
    color: #FD5D0C;
}
.bag-item__right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.bag-item__percent {
    background-color: #4cbe25;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    padding: 0 2px;
}
.bag-item__price-text {
    font-size: 12px;
    color: #666;
}
.bag-item__original-price {
    margin-right: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
}
.bag-item__current-price {
    font-size: 24px;
    color: #FD5D0C;
}

/* earily  */
.early-list__item {
    padding: 16px 20px;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.early-list__item:last-child {
    border-bottom: none;
}
.early-list__item-link {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.early-list__icon {
    width: 68px;
    height: 40px;
    vertical-align: middle;
}
.early-list__name {
    margin-left: 16px;
    font-size: 18px;
    color: #333;
}
.early-list__more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.early-list__more-text {
    font-size: 14px;
    color: #FD5D0C;
}
.load-more__down {
    color: #FD5D0C;
    vertical-align: bottom;
}

/* qs  */
.faq-list__item {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.faq-list__item:last-child {
    border-bottom: none;
}
.faq-list__name {
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.faq-list__content {
    font-size: 14px;
    color: #666;
    min-height: 0;
}
.faq-list__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.6s;
    overflow: hidden;
}
.faq-list__active .faq-list__wrapper {
    grid-template-rows: 1fr;
}



.hide{
    display: none;
}

#mask2 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#mask_bg2 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent !important;
    z-index: 10001;
    justify-content: center;
    align-items: center;
}

#alert_main2 {
    width: 70% !important;
    height: auto;
    z-index: 99999;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #333;
    font-weight: 100;
}

#alert_main2 video {
    width: 94%;
}

#alert_main2 .closeicon {
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: flex-end;
}

#alert_main2 .closeicon .icon {
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    cursor: pointer;
}

#alert_main2 video source {
    width: 94%;
}

.alert_box {
    padding: .3125rem .625rem;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #333;
    font-size: .75rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .625rem
}

.alert_box .icon {
    color: #4cbe25
}