
@keyframes fly-up {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

#packageArea {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.packageWrapper {
    background-color: #26778c;

    position: relative;
    margin: 150px auto 0;
    padding-bottom: 30px;

    width: 1130px;
    border-radius: 15px;
}

.packageBg {
    position: absolute;
    width: 100%;
    top: 250px;
    opacity: 0.5;
}

.packageIntro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 100px;

    opacity: 0;
    transform: translateY(200px);
    animation: fly-up .5s forwards 1s;
}

.pageTitle {
    width: 50%;
}

.pageTitle > .mainTitle {
    font-size: 70px;
    line-height: 85px;
    text-shadow: 2px 5px 10px #d38a04;
}

.pageTitle > .subTitle {
    font-size: 24px;
    line-height: 36px;
    text-shadow: 1px 5px 10px #d38a04;
}

.packageVideo {
    background-image: var(--img-market-video);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    width: 500px;
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoInner {
    width: 90%;
    height: 85%;

    background-image: radial-gradient(circle closest-corner, #24e1f7, #1dc3d6);
    position: relative;
}

.videoPlaceholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.packagePrivilege {
    background-image: var(--img-market-privilege);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;

    display: flex;
    width: 94%;
    margin: 10px auto 75px;

    opacity: 0;
    transform: translateY(200px);
    animation: fly-up .5s forwards 1.5s;
}

.packagePrivilege > .packageTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 65px;
    font-size: 16px;
}

.privilegeInfo {
    width: 35%;
    text-align: center;
    margin-top: 70px;
    position: relative;
}

.privilegeInfo > .packageIcon {
    width: 175px;
}

.privilegeInfo > .ogIcon {
    width: 50px;
    left: 240px;
    top: -15px;
}

.privilegeList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    width: 60%;
    margin-left: 30px;
    padding: 35px 0;
}

.privilegeElement {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privilegeElement > span {
    color: #ff841e;
}

.wideElement {
    width: 37%;
}

.privilegeIcon {
    width: 108px;
}

.packageList {
    display: flex;
    justify-content: center;
}

#packageBronze {
    background-image: var(--img-market-bronze);
    background-size: contain;
    background-repeat: no-repeat;
}

#packageSilver {
    background-image: var(--img-market-silver);
    background-size: contain;
    background-repeat: no-repeat;
}

#packageGold {
    background-image: var(--img-market-gold);
    background-size: contain;
    background-repeat: no-repeat;
}

.clsPackage {
    width: 340px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;

    position: relative;

    opacity: 0;
    transform: translateY(200px);
}

.packageTitle {
    width: 70%;
    height: 63px;

    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 4px;
}

.packageTip {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

.packageIcon {
    width: 51%;
    position: relative;
    top: 5px;
}

.packageContent {
    width: 90%;
}

.packageBuyBtn {
    background-image: var(--img-btn-blue);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: 50%;

    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.packageBuyBtn > span {
    margin: 0 5px;
}

.packageItemList {
    background-image: var(--img-bg-content);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1020px;
    margin: 50px auto;
    border-radius: 15px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 0 25px;
}

.packageItem {
    text-align: center;
    width: 30%;
    padding: 5px 0 50px;

    opacity: 0;
    transform: translateY(200px);
}

.packageItem > img {
    width: 150px;
}


#packageTipDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 50%;
    max-width: 500px;
}

#packageTipDialog .tipWrapper {
    background-image: var(--img-market-tip);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 30px;
}

.tipWrapper .title {
    padding-top: 30px;
}

.shipArea, .scopeArea, .blockArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(120, 120, 120, 0.2);
    border-radius: 10px;
    margin: 10px 30px;
    padding: 0 15px;
}

.lootItem {
    width: 26%;
    text-align: center;
    position: relative;
}

.lootItem > img {
    width: 100%;
}

.lootItem > span {
    color: #ff841e;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: -10px;
}

.blockArea > img {
    width: 35%;
}

.blockArea > div {
    display: inline-block;
    color: #ff841e;
    font-size: 13px;
}

.closeWrapper > img {
    width: 50px;
}