@charset "utf-8";
/*思源黑體*/
@font-face {
    font-family: 'Noto Sans TC VF';
    src: url('../fonts/NotoSansTC-VariableFont_wght.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* a:hover{ opacity:0.9;} *//*滑鼠滑入半透明*/
/*--loading載入中--------------------------------*/
/*遮罩樣式*/
.overlay{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); /*半透明背景*/ display: flex; justify-content: center; align-items: center; z-index: 9999;/*確保遮罩層在最上層*/}

/*spinner樣式+旋轉動畫*/
.spinner{ border: 8px solid rgba(0, 0, 0, 0.1); border-left: 8px solid #fff; border-radius: 50%; width: 50px; height: 50px; margin: 0 auto; animation: spin 1s linear infinite;}
@keyframes spin { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);}}

/*loading文字*/
.loadingTxt{ margin-top: 10px; font-size: 2rem; color: #fff; font-weight: bold;}

/*--PC、M的隱藏/顯示設定--*/
.pcNo{ display: block;}
.mNo{ display: none;}
.mINBLpcNO{ display: inline-block;}
.pcINBLmNO{ display: none;}

/*--特殊色：文字、連結、heighLight--*/
.heighLightPurple{ background-color: #6f64d1; padding: 0 5px;}
.heighLightGreen{ display: inline-block; margin: 4px 0; background-color: #a7e0a6; padding: 0 5px;}
.heighLightRed{ display: inline-block; margin: 4px 0; background-color: #e7cdc9; padding: 0 5px;}
.txtPurple{ color: #c925bc;}
.txtGreen{ color: #04ac00;}
.txtRed{ color: #df3f24;}
.txtBrown{ color: #885d00;}
.txtBlue{ color: #2487e0;}
.txtYellow{ color: #f7fc30;}
.txtYellowGreen{ color: #c2ff6b;}
.alink{ color: #0076df; text-decoration: none;}
.alink:hover{ text-decoration: underline;}

/*區塊上下間距-----------------------------------------*/
.bgPadT{ padding-top: 30px;}
.bgPadB{ padding-bottom: 30px}

.bgPadT2{ padding-top: 0;}
.bgPadB2{ padding-bottom: 0;}

.bgPadB3{ padding-bottom: 20px;}

.bgPadTm{ padding-top: 12px;}
.bgPadBm{ padding-bottom: 12px;}

.bgPadTm2{ padding-top: 15px;}
.bgPadBm2{ padding-bottom: 15px;}

/*背景圖-----------------------------------------*/
.bg1{ background-color: #7e433a; background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg1.jpg); background-position: top center; background-size: 250%;}
.bg2{ background-color: #547144; background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg2.jpg); background-position: top center; background-size: 100%; background-repeat: no-repeat;}
.bg3{ background-color: #ff7d56; background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg3.jpg); background-position: top center; background-size: 250%;}
.bg3_1{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg3_1.png); background-position: top center; background-size: 100%; background-repeat: no-repeat;}
.bg3_2{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg3_2.png); background-position: top center; background-size: 100%; background-repeat: no-repeat;}
.bg3_3{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/bg3_3.png); background-position: top center; background-size: 100%; background-repeat: no-repeat;}

/*--header-----------------------------------------*/
/* .headerW{ max-width: 800px; margin: 0 auto; border: #f2dcee 8px solid; overflow: hidden;} */
.headerBox{ overflow: hidden; position: relative;}
.headerBox img{ display: block; width: 100%;}
.headerH{ width: 100%;}

.headerPicFull{ position: absolute; top: 0; left: 0; width: 100%;}
.headerPicHalf{ position: absolute; top: 0; width: 50%;}
.headerPicHalf.left{ left: 0;}
.headerPicHalf.right{ right: 0;}

.headerPic{ position: absolute;}

/*手機人物*/
.headerP1m{ left: 3%;}
.headerP4m{ left: -3%;}

/*刊頭動畫*/
.headerP1 img{ animation: headerP1 10s infinite;}
@keyframes headerP1 { 
    0%{ transform: translateX(0) rotate(0);}
    50% { transform: translateX(1%) rotate(0);}
    100% { transform: translateX(0) rotate(0);}
}

.headerP2 img{ animation: headerP2 18s infinite;}
@keyframes headerP2 { 
    0%{ transform: translateX(0) rotate(0);}
    50% { transform: translateX(1%) translateY(0) rotate(0);}
    100% { transform: translateX(0) rotate(0);}
}

.headerP3 img{ animation: headerP3 1.5s infinite;}
@keyframes headerP3 { 
    0%{ transform: translateX(0) rotate(0);}
    50% { transform: translateX(-1.5%) rotate(-3deg);}
    100% { transform: translateX(0) rotate(0);}
}

.headerP4 img{ animation: headerP4 0.2s infinite;}
@keyframes headerP4 { 
    0%{ transform: translateX(0) rotate(0);}
    50% { transform: translateX(0.1%) translateY(0) rotate(0);}
    100% { transform: translateX(0) rotate(0);}
}

.headerP5 img{ animation: headerP5 15s infinite;}
@keyframes headerP5 { 
    0%{ transform: translateX(0) rotate(0);}
    50% { transform: translateX(-1%) translateY(1%) rotate(-2deg);}
    100% { transform: translateX(0) rotate(0);}
}

/*--contain-----------------------------------------*/
.contain{ overflow: hidden;}
/*區塊寬度*/
.areaWidth{ position: relative; width: 94%; margin: 0 auto;}
.areaWidth2{ position: relative; width: 94%; margin: 0 auto;}
.areaWidth3{ position: relative; width: 100%; margin: 0 auto;}
.areaWidth4{ position: relative; width: 94%; margin: 0 auto;}

/*主標寬度*/
.mainTitle{ width: 92%; margin: 0 auto 8px auto;}
.mainTitle2{ width: 100%; margin: 0 auto;}
.mainTitle3{ width: 100%; margin: 0 auto 0 auto; position: relative;}
.insideTitle{ width: 90%; margin: 0 auto;}

/*常用(定位+圖片block)*/
.posiRelative{ position: relative;}
.imgBlock100 img{ display: block; width: 100%;}

/*PC+M同版*/
.areaWidthM{ position: relative; width: 94%; margin: 0 auto;}
.mainTitleM{ width: 100%;}
.wrapperHalf > li{ padding: 2%;}

/*--繪師介紹-----------------------------------------*/
.authorList{ width: 100%; margin: 0 auto;}
.authorList > li:first-child{ width: 80%; margin: 0 auto;}
.authorList > li:last-child{ margin-top: 30px;} 
.authorList > li:last-child > ul{ width: 70%; margin: 0 auto;}

/*--測驗-----------------------------------------*/
/*--測驗封面--*/
/*2個問答外框顏色*/
.game{ max-width: 900px; margin: 0 auto; background-color: #71955d;}
.game{ padding: 5px; border: #000000 1px solid; border-radius: 30px;}
.game .gameBorder{ position: relative; border: #000000 1px solid; border-radius: 25px; overflow: hidden;}
.game .gameCon{ background-color: #547144; background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/game_bg.jpg); background-repeat: repeat; border-radius: 10px;}
.game .gameConBg{ text-align: center; background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20251115_blvs/images/game_bg_grid.png); background-size: 100%; background-position: bottom center; background-repeat: no-repeat;}

/*手機版放大封面*/
.gameCoverM{ width: 170%; margin-left: -35%;}
/*版標*/
.gameCopyright{ position: absolute; width: 20%; bottom: 1%; left: 4%;}
/*開始測驗鈕*/
.startBtn{ position: absolute; width: 60%; bottom: 3%; right: 3%; cursor: pointer; animation: startBtn 1.5s infinite;}
@keyframes startBtn { 
    0%{ transform: scale(1);}
    50%{ transform: scale(0.9);}
    100% { transform: scale(1);}
}
.startBtn img{ transition: 0.4s;}
.startBtn img:hover{ transform: rotate(5deg) scale(0.8);}

/*--測驗題目+選項--*/
.gameQAbox{ display: inline-flex; align-items: stretch; padding: 2% 5% 5% 5%;}
/*題目*/
.gameQues{ width: 90%; margin: 0 auto; padding-top: 15px;}
/*選項*/
.gameSelect{ position: relative;}
.gameItem > li{ cursor: pointer; transition: 0.4s;}
.gameItem > li:hover{ transform: scale(0.9);}
/*選項-漸層loading動畫*/
.gameItem > li span{ display: block; aspect-ratio: 425 / 654; background: linear-gradient(-45deg, #eee 25%, #ddd 37%, #eee 63%); background-size: 400% 100%;  animation: skeleton-loading 1.4s ease infinite; border-radius: 40px;}
@keyframes skeleton-loading {
    0%{ background-position: 100% 50%;}
    100%{ background-position: 0 50%;}
}

/*VS*/
.gameVS{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 45%; margin: -9% auto 0 auto; display: flex; align-items: center; pointer-events: none;}

/*進度條*/
.gameBar{ position: relative; width: 40%; max-width: 35px; margin: 10px 0 10px 10px; border: #000000 3px solid; background-color: #ffffff; border-radius: 5px;}
.gameBarTxt{ position: relative; z-index: 2;}
.gameBarPercent{ position: absolute; bottom: 0; left: 0; width: 100%; background-color: #ffb361;}

/*--恭喜獲得--*/
.gameEndGift{ padding-top: 15px; font-size: 2rem; font-family: 'Noto Sans TC VF'; font-weight: 700; text-align: center;}
.gameEndGift a{ display: inline-block !important;}
/*標題*/
.resultTitle{ margin-top: 15px; font-size: 2.5rem; color: #d3ff75;}
/*贈品*/
.resultInfo{ width: 84%; margin: 10px auto 0 auto; font-size: 2rem; color: #ffffff;}
.resultInfo p{ margin-bottom: 12px; line-height: 1.2;}
.resultInfo a{ font-size: 1.6rem; color: #55fff5; text-decoration: none;}
.resultInfo a:hover{ text-decoration: underline;}

/*--結果區--*/
.gameResultBox{ position: relative; width: 96%; margin: 0 auto; padding-top: 4%;}
/*排行榜外框+名次*/
.resultGrid, .resultNum{ position: absolute; top: 18.5%; left: 0; right: 0; margin: 0 auto; width: 93%;}
/*排行榜角色排列*/
.resultList > li{ position: absolute; width: 46.4%; padding: 0;}
.resultList > li:nth-child(odd){ left: 3.8%;}
.resultList > li:nth-child(even){ right: 3.8%;}
.resultList > li:nth-child(1){ top: 18.6%;}
.resultList > li:nth-child(2){ top: 18.6%;}
.resultList > li:nth-child(3){ top: 34.6%;}
.resultList > li:nth-child(4){ top: 34.6%;}
.resultList > li:nth-child(5){ top: 50.6%;}
.resultList > li:nth-child(6){ top: 50.6%;}
.resultList > li:nth-child(7){ top: 66.5%;}
.resultList > li:nth-child(8){ top: 66.5%;}
.resultList > li:nth-child(9){ top: 82.4%;}
.resultList > li:nth-child(10){ top: 82.4%;}

/*測驗結果按鈕*/
.gameEndBtnBox{ padding-bottom: 15px;}

/*按鈕*/
.gameEndBtn{ width: 70%; max-width: 250px; margin: 15px auto 0 auto;}
.gameEndBtn > li{ margin-bottom: 20px; padding: 15px 9%; background-color: #ff7d56; border: #000000 2px solid; box-shadow: #000000 0 8px 0; line-height: 1; border-radius: 100px; cursor: pointer;}
.gameEndBtn a{ display: block;}

/*--活動說明(書架)-----------------------------------------*/
.noticeStyle1{ margin: 0 auto; padding: 30px 5% 20px 5%; background-color: #3e5432; border-radius: 15px;}
.noticeStyle1 .notice2{ max-width: 1400px; margin: 0 auto; color: #ffffff;}
.noticeStyle1 .noticeTitle{ color: #ff8dfe; text-align: left;}
.noticeStyle1 .noticeSecTitle{ color: #000000;}
.noticeStyle1 .notice2 > li > ul > li{ list-style-type: disc;}
.noticeStyle1 .notice2 > li > ul > li a{ color: #82fffe;}

/*--社群分享抽點數-----------------------------------------*/
.giftSocialList{ width: 70%; max-width: 600px; margin: 0 auto;}

/*--推薦書-----------------------------------------*/
.recommList{ width: 80%; margin: 15px auto 0 auto;}
.recommMore{ margin-top: 10px;}

/*--sweetAlert共用樣式設定-----------------------------------------*/
/*預設按鈕文字大小(一定要放)*/.swal2-actions button{ font-size: 1.4rem !important;}
/*彈窗內容區*/
.custom-html-container{ margin: 1em 0 0.3em;}
/*右上(X)關閉鈕*/
.custom-btn-close{ font-size: 4.5rem;/*(X)按鈕大小*/ color: #000000;/*(X)按鈕顏色*/ margin-top: -5%;/*位置可自訂*/ margin-right: -4%;/*位置可自訂*/ box-shadow: none;}
.custom-btn-close:focus{ box-shadow: none;}

/*移除套件按鈕預設樣式*/
.custom-btn-styled,
.custom-btn-styled:active,
.custom-btn-styled:hover{ background-color: transparent !important; background-image: none !important;}
.custom-btn-styled:focus{ border: 0 !important; box-shadow: none;}
.custom-btn-styled{ box-shadow: none !important;}

/*按鈕樣式設定----*/
.custom-btn-styled { padding: 0; margin: 0.625em; font-size: 1.4rem; cursor: pointer;}
/*文字按鈕*/
.custom-btn-styled .sweetBtn{ 
    display: inline-block; 
    margin: 0; 
    padding: 20px 20px 22px 20px; /*按鈕內間距*/
    min-width: 200px; /*按鈕最小寬度*/
    font-size: 2rem; /*按鈕字體大小*/
    background-color: #000000; /*按鈕底色*/
    color: #fff; /*按鈕文字顏色*/
    border-radius: 5px; /*按鈕圓角*/
    font-family: 微軟正黑體,新細明體,"Century Gothic",Arial,sans-serif; /*按鈕字體*/
    font-weight: bold; line-height: 1; text-decoration: none;
} 
/*可自行新增需要的顏色按鈕*/
.custom-btn-styled .sweetBtn.red{ background-color: #a50000; color: #fff;} /*紅色按鈕*/
.custom-btn-styled .sweetBtn.blue{ background-color: #0085de; color: #fff;} /*藍色按鈕*/

/*圖片按鈕*/
.custom-btn-styled .sweetPicBtn{
    width: 145px;/*按鈕寬度*/
}

/*彈窗外框(不需要可直接刪除或隱藏)*/
.custom-border{ 
    /*外框顏色+粗細*/
    border: #000 5px solid; 
    /*外框圓角*/
    border-radius: 20px;
}

/*[常用版型]分享結果圖(沒用到可刪除)-----------------------------------------*/
/*分享鈕*/
.shareIconList{ max-width: 500px; margin: 0 auto; padding-top: 20px;}
/*手機長按儲存*/
.shareNotice{ margin-top: 10px; font-size: 1.6rem;}
/*分享圖*/
.sharePic{ max-width: 500px; margin: 5px auto 0 auto;}

/*圖片預設比例*/
.shareIconList img{ aspect-ratio: 1/1;}
/* .sharePic img{ aspect-ratio: 750/1165;} */
/*end-[常用版型]分享結果圖(沒用到可刪除)-----------------------------------------*/

/*標題*/
/* .popTitle{ max-width: 400px; margin: 0 auto;} */

/*--767up(Pc)------------------------*/
@media screen and (min-width:767px) {
    /*--loading載入中--------------------------------*/
    /*loading文字*/.loadingTxt{ font-size: 2.5rem; }

    /*--PC、M的隱藏開啟設定--*/
    .pcNo{ display: none;}
    .mNo{ display: block;}
    .mINBLpcNO{ display: none;}
    .pcINBLmNO{ display: inline-block;}

    /*區塊上下間距-----------------------------------------*/
    .bgPadT{ padding-top: 60px;}
    .bgPadT2{ padding-top: 15px;}

    .bgPadB{ padding-bottom: 90px;}

    .bgPadB2{ padding-bottom: 0;}
    .bgPadB3{ padding-bottom: 40px;}

    /*背景圖-----------------------------------------*/
    .bg1, .bg2, .bg3{ background-attachment: fixed; background-size: 100%; background-repeat: no-repeat;}
    .bg3_1, .bg3_2, .bg3_3{ background-size: 100%; background-repeat: no-repeat;}

    .border1, .border2, .border3{ border-width: 15px;}
    .border2{ padding: 25px;}
    .border3{ padding: 25px;}

    /*--header-----------------------------------------*/
    /* .headerW{ border-width: 15px;} */


    /*--contain-----------------------------------------*/
    /*區塊寬度*/
    .areaWidth{ max-width: 1200px; padding-top: 0;}
    .areaWidth2{ max-width: 1300px;}
    .areaWidth3{ width: 100%; /*max-width: 900px;*/}
    .areaWidth4{ width: 100%; max-width: 1400px;}

    /*主標寬度*/
    .mainTitle{ width: 56%; max-width: 500px;}
    .mainTitle2{ width: 65%; max-width: 590px; margin: 0 auto;}
    .mainTitle3{ width: 100%; max-width: 900px;}

    .wrapper{ width: 40%; max-width: 620px; margin: 0 auto;}
    .wrapperHalf { width: 94%; margin: 0 auto;}
    .wrapperHalf > li{ padding: 2%;}

    /*--繪師介紹-----------------------------------------*/
    .authorList{ width: 90%;}
    .authorList > li:first-child{ width: 30%;}
    .authorList > li:last-child{ width: 70%; margin-top: 0;}
    .authorList > li:last-child > ul{ width: 100%;}

    /*--測驗好禮-----------------------------------------*/
    .gift{ max-width: 600px; margin: 0 auto;}

    /*--測驗-----------------------------------------*/
    /*攻受外框顏色*/
    .game{ padding: 13px; border-radius: 40px;}
    .game .gameBorder{ border-radius: 30px;}

    /*--測驗封面--*/
    /*手機版放大封面*/
    .gameCoverM{ width: 100%; margin-left: 0;}
    /*版標*/
    .gameCopyright{ width: 8%; bottom: 1%; left: 3%;}
    /*開始測驗鈕*/
    .startBtn{ width: 35%; bottom: 3%; right: 3%; cursor: pointer;}

    /*--測驗題目+選項--*/
    .gameQAbox{ align-items: stretch; padding: 2% 9% 3% 9%;}
    /*題目*/
    .gameQues{ width: 50%; margin: 0 auto; padding-top: 30px;}
    /*選項*/
    /* .gameItem > li{ transition: 0.4s;}
    .gameItem > li:hover{ transform: scale(0.9);} */
    /*選項-漸層loading動畫*/
    .gameItem > li span{ width: 315px;}
    /*VS*/
    .gameVS{ width: 17%; margin: -18% auto 0 auto;}
    /*進度條*/
    .gameBar{ width: 5.5%; max-width: inherit;  margin: 10px 10px 10px 15px;}

    /*--恭喜獲得--*/
    .gameEndGift{ padding-top: 20px;}
    /*贈品*/
    .resultInfo p{ margin-bottom: 0; line-height: 1.5;}
    /*結果圖*/
    .gameEndResult{ width: 80%; margin: 10px auto 0 auto;}

    /*--結果區--*/
    .gameResultBox{ width: 90%; max-width: 600px; padding-top: 2%;}

    /*測驗結果按鈕*/
    .gameEndBtnBox{ padding-bottom: 30px;}
    /*按鈕*/
    .gameEndBtn{ display: flex; gap: 15px; width: 60%; max-width: inherit; margin: 15px auto 0 auto;}
    .gameEndBtn > li{ padding: 15px 6%; transition: 0.4s;}
    .gameEndBtn a{ display: block;}
    .gameEndBtn > li:hover{ transform: translateY(6px); box-shadow: #000 0 3px 0;}

    /*--活動說明(書架)-----------------------------------------*/
    .noticeStyle1{ width: 78%; padding: 30px 5% 50px 5%;}

    /*--推薦書-----------------------------------------*/
    .recommList{ width: calc(100% + 20px); margin: 15px 0 0 -10px;}
    .recommList > li:nth-child(1){ margin-top: 90px;}
    .recommList > li:nth-child(3){ margin-top: 70px;}
    .recommList > li:nth-child(4){ margin-top: 20px;}
    .recommMore{ max-width: 600px; margin: 10px auto 0 auto;}

    /*--sweetAlert共用樣式設定-----------------------------------------*/
    /*右上(X)關閉鈕*/
    .custom-btn-close{ font-size: 5.5rem;/*(X)按鈕大小*/ margin-top: -4%;/*位置可自訂*/ margin-right: -2.5%;/*位置可自訂*/}

    /*按鈕樣式設定----*/
    /*圖片按鈕*/
    .custom-btn-styled .sweetPicBtn{
        width: 200px;/*按鈕寬度*/
    }

    /*[常用版型]分享結果圖(沒用到可刪除)-----------------------------------------*/
    /*分享鈕*/
    .shareIconList{ width: 90%; max-width: 400px;}
    /*手機長按儲存*/
    .shareNotice{ font-size: 1.5rem;}
    /*分享圖*/
    .sharePic{ width: 90%;}
    /*end-[常用版型]分享結果圖(沒用到可刪除)-----------------------------------------*/


    /*--hover animate--------------------------------*/
    .recommMore a{ display: block; transition: 0.4s;}
    .recommMore a:hover{ transform: translateX(10px);}
}

/*--768-1024(Pad)------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) { 
    /*背景圖-----------------------------------------*/
    .bg1, .bg2, .bg3, .bg4{ background-attachment: inherit;}

    /*--contain-----------------------------------------*/
    /*區塊寬度*/
    .areaWidth2{ max-width: 95%;}
    /*主標寬度*/
    .mainTitle3{ width: 90%;}

    .wrapperHalf > li{ padding: 2%;}

    
    /*--測驗-----------------------------------------*/
    /*--測驗題目+選項--*/
    /*VS*/
    .gameVS{ width: 17%; margin: -18% auto 0 auto;}
    /*進度條*/
    .gameBar{ width: 8%; max-width: 40px;}

    /*選項-漸層loading動畫*/
    .gameItem > li span{ width: 233px;}

    /*--推薦書-----------------------------------------*/
    .recommList{ width: 80%; margin: 15px auto 0 auto;}
    .recommList > li:nth-child(1){ margin-top: 0;}
    .recommList > li:nth-child(3){ margin-top: 0;}
    .recommList > li:nth-child(4){ margin-top: 0;}


}

/*--1200以下------------------------*/
@media screen and (min-width:767px)  and (max-width:1200px) { 
    /*--contain-----------------------------------------*/
    .wrapper { width: 65%; margin: 0 auto;}

    /*--header-----------------------------------------*/
    .headerPadWidth{ overflow: hidden;}
    .headerPadWidth .headerBox{ width: 166%; margin-left: -33%;}/*平板刊頭放大(讓左右背景超出可視範圍)*/
}

/*--1700以上------------------------*/
@media screen and (min-width:1700px) { 
    .recommMore{ padding-bottom: 10%;}
}

/*--1500以上------------------------*/
@media screen and (min-width:1500px) { 
    .wrapperHalf { max-width: 1400px; margin: 0 auto;}
}

/*--320以下小手機------------------------*/
@media screen and (max-width:320px) {
}

.gameCoverM img{ aspect-ratio: 1121/831;}

.gameQues img{ aspect-ratio: 750/82;}
.gameItem img{ aspect-ratio: 425/654;}
.gameBar img{ aspect-ratio: 52/250;}

.resultBg img{ aspect-ratio: 1200/2023;}
.gameEndBtn img{ aspect-ratio: 750/105;}
.shareIconList img{ aspect-ratio: 1/1;}
.sharePic img{ aspect-ratio: 1200/2023;}

.giftSocialList img{ aspect-ratio: 350/840;}

.recommList img{ aspect-ratio: 750/747;}
.recommMore img{ aspect-ratio: 815/200;}


/*--animate.css--------------------------------*/
.animate__animated.animate__delay-02s{-webkit-animation-delay:0.2s;animation-delay:0.2s;}
.animate__animated.animate__delay-03s{-webkit-animation-delay:0.3s;animation-delay:0.3s;}
.animate__animated.animate__delay-04s{-webkit-animation-delay:0.4s;animation-delay:0.4s;}
.animate__animated.animate__delay-05s{-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.animate__animated.animate__delay-06s{-webkit-animation-delay:0.6s;animation-delay:0.6s;}
.animate__animated.animate__delay-07s{-webkit-animation-delay:0.7s;animation-delay:0.7s;}
.animate__animated.animate__delay-08s{-webkit-animation-delay:0.8s;animation-delay:0.8s;}
.animate__animated.animate__delay-10s{-webkit-animation-delay:1.0s;animation-delay:1.0s;}
.animate__animated.animate__delay-12s{-webkit-animation-delay:1.2s;animation-delay:1.2s;}
.animate__animated.animate__delay-13s{-webkit-animation-delay:1.3s;animation-delay:1.3s;}
.animate__animated.animate__delay-14s{-webkit-animation-delay:1.4s;animation-delay:1.4s;}