.page{
    width:100%;
    padding-bottom: 30px;
    background: url(../images/page_fire_bg.webp) top center no-repeat;
    padding-top: 20px;
}
.page .page_frame{
    width: 1300px;
    margin: 0 auto;
    background-image:url(../images/page_frame.webp),url(../images/page_bg_top.webp),url(../images/page_bg.webp) ;
    background-repeat: repeat-y,no-repeat,repeat;
    background-position:top center,top center,center center;
    background-size:100% auto,100% auto,auto auto;
    padding: 60px 80px;
    position: relative;
}
.page .page_frame::before,.page .page_frame::after{
    content: '';
    display: block;
    width: 1391px;
    position: absolute;
    pointer-events: none;
    left: -45px;
}
.page .page_frame::before{
    height: 164px;
    background: url(../images/page_line_top.webp) top center no-repeat;
    background-size: 100% auto;
    top: -30px;
}
.page .page_frame::after{
    height: 56px;
    background: url(../images/page_line_bottom.webp) bottom center no-repeat;
    background-size: 100% auto;
    bottom:-30px;
}
.page .page_title{
    margin-bottom: 35px;
}
.page .page_title img{
    width: 724px;
}
.page4 .page_title img{
    width: 772px;
}
.txt_con{
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    margin-bottom: 30px;
}
.txt_con.date{
    align-items:center;
}
.txt_con .txt{
    font-size: 26px;
    color: #0d0d0d;
    font-weight: bold;
}
.txt_con .txt_s{
    font-size: 20px;
    line-height: 30px;
    color: #0d0d0d;
    font-weight: bold;
    text-align: left;
}
.txt_con .txt_s ol{
    margin-left: 25px;
}
.txt_con .txt_s ol li{
    list-style: decimal outside;
}
/* page1 ------------------------------ */
.title_s{
    margin-right: 15px;
    text-align: left;
}
.title_s img{
    width: auto;
    height: 54px;
}
.page1_list_pic{
    width:100%;
    max-width: 1130px;
    margin-top: 25px;
}
.page1_list_pic_s{
    display: none;
}
/* page2 ------------------------------ */
.char_info{
    margin-top: -80px;
}
.page2_pic{
    width:90%;
    max-width:472px;
}
.page2_stt{
    width: 750px;
    height: 60px;
    background: url(../images/page2_stt_bg.webp) no-repeat top center;
    background-size: auto 100%;
    margin:30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page2_stt img{
    width: auto;
    height: 46px;
}
.page2_con,.page2_con_txt,.page3_con,.page2_con_txt,.page5_con{
    font-size: 20px;
    line-height: 36px;
    color: #0d0d0d;
    font-weight:600;
}
.page2_con{
    width: 960px;
    margin: 0 auto;
    border: 1px solid #979494;
}
.page2_con .item_con,.page2_con .item_con_tt,.page3_con .item_con,.page3_con .item_con_tt{
    display: flex;
    justify-content: center;
    align-items:stretch;
}
.page2_con .item_con > div{
    padding:5px 0;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page2_con .item_con_tt > div{
    padding:5px 0;
    background: #979494;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.page2_con .item_con:nth-child(2){
    border-bottom: 1px solid #979494;
}
.page2_con .item_icon{
    width:140px;
    background: #dbd9d9;
}
.page2_con .item_icon img{
    width: 57px;
}
.page2_con .item_name{
    width:180px; 
    border-left: 1px dotted #979494;
}
.page2_con .item_txt{
    width:680px;
    border-left: 1px dotted #979494;
}
.page2_con .item_txt p{
    padding:0 5px;
}
.page2 .page2_con:last-child .item_icon img{
    width: 88px;
}
.page4 .page2_con:last-child .item_icon img{
    width: 77px;
}
.page2_con:last-child .item_con >div{
    min-height: 140px;
}
.page2 .page2_con:last-child .item_con:nth-child(2),.page4 .page2_con:last-child .item_con:nth-child(2),.page6 .page2_con:last-child .item_con:nth-child(2){
    border-bottom: 0;
}
/* page3 ------------------------------ */
.page3_con{
    width:600px;
    margin: 0 auto;
    border: 1px solid #979494;
    margin-top: -80px;
}
.page3_pic{
    width: 80%;
    max-width:456px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 30px;
}
.page3_con .item_con > div{
    padding:5px 0;
    min-height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page3_con .item_con_tt > div{
    padding:5px 0;
    background: #979494;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.page3_con .item_con{
    border-bottom: 1px solid #979494;
}
.page3_con .item_date{
    width:140px; 
    background: #dbd9d9;
}
.page3_con .item_pic{
    width:150px; 
}
.page3_con .item_pic img{
    width:80px;
}
.page3_con .item_award{
    width:310px;
    border-left: 1px dotted #979494;
}
.page3_con .item_con:last-child{
    border-bottom: 0;
}
/* page5 ------------------------------ */

.page5_con > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page5_con{
    width:1150px;
    margin: 0 auto;
    border: 1px solid #979494;
    margin-bottom: 30px;
}
.page5_pic{
    width: 454px;
    margin: 0 auto;
    margin-bottom:15px;
    margin-top: -15px;
}
.page5_boat{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:25px;
    margin-top: -15px;
}
.page5_boat img{
    width: 389px;
}
.page5_con .item_con > div{
    padding:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page5_con .item_con > div span{
    color: #bb1313;
}
.page5 h6{
    color: #bb1313;
    font-size: 18px;
    font-weight: bold;
    background: #f1e0e0;
    line-height: 40px;
}
.page5_con .item_con:nth-child(odd) {
    background: rgba(214, 214, 214,0.4);
}
.page5_con .item_con_tt > div{
    padding:5px;
    background: #979494;
    display: flex;
    justify-content: center;
    align-items:stretch;
    color: #fff;
}
.page5_con .item_con{
    border-bottom: 1px solid #979494;
    display: flex;
    justify-content: center;
    align-items:stretch;
}
.page5_con .item_1{
    width:100px; 
    background: #dbd9d9;
}
.page5_con .item_2{
    width:410px;
    border-left: 1px dotted #979494;
}
.page5_con .item_3{
    width:250px;
    border-left: 1px dotted #979494;
}
.page5_con .item_4{
    width:150px;
    border-left: 1px dotted #979494;
}
.page5_con .item_5{
    width:240px;
    border-left: 1px dotted #979494;
}
.page5_con .item_con .item_5{
    font-size: 15px;
    line-height: 26px;
    text-align: left;
}
.page5_con .item_con:last-child{
    border-bottom: 0;
}
.comingsoon{
    width: 80%;
    max-width: 312px;
}
/*btn_top ------------------------------ */
#btn_top{ 
    position: fixed;
    width: 71px;
    height: 79px;
    right:30px;
    bottom:-100px;
    transition: all 0.5s;
}
#btn_top:hover{
    filter:brightness(1.5);
    -webkit-filter:brightness(1.5);
    transform: translateY(-5px);
}

@media (max-width: 1400px) {
    .page{
        background: url(../images/page_fire_bg.webp) top center no-repeat;
        background-size: 155% auto;
    }
    .page .page_frame{
        width:91%;
        padding: 60px;
    }
    .page .page_frame::before,.page .page_frame::after{
        width:108%;
        left: -4%;
    }
    .page .page_frame::before{
        height: 164px;
        top: -30px;
    }
    .page .page_frame::after{
        height: 56px;
        bottom:-30px;
    }
    .page .page_title{
        margin-bottom: 35px;
    }
    .txt_con{
        display: flex;
        justify-content:flex-start;
        align-items: center;
        margin-bottom: 30px;
    }
    .txt_con .txt{
        font-size: 20px;
        font-weight: bold;
    }
    /* page1 ------------------------------ */
    .title_s img{
        height:42px;
    }
    .page1_list_pic{
        width:100%;
        max-width: 1130px;
        margin-top: 25px;
    }
    /* page2 ------------------------------ */
    .page2_stt{
        width: 100%;
        height:5vw;
    }
    .page2_stt img{
        height: 37px;
    }
    .page2_con{
        width:100%;
    }
    .item_txt .item_nobr{
        display: none;
    }
    .page5_con{
    width:100%;
    }
    .page2_con .item_icon{
        width: 20%;
    }
    .page2_con .item_name{
        width: 20%;
    }
    .page2_con .item_txt{
        width: 60%;
    }
}

@media (max-width: 1200px) {
.page .page_title img{
    width:70%;
}
.page4 .page_title img{
    width:76%;
}
.page3_con {
    margin-top: 0px;
}
}
@media (max-width: 1150px) {
.nobr{
    display: none;
}


.page5_con .item_1,.page5_con_txt .item_1{
    width:10%; 
}
.page5_con .item_2,.page5_con_txt .item_2{
    width:31%;
}
.page5_con .item_3,.page5_con_txt .item_3{
    width:24%;
}
.page5_con .item_4,.page5_con_txt .item_4{
    width:19%;
}
.page5_con .item_5{
    width:16%;
}
}
@media (max-width: 1050px) {
.char_info{
    margin-top:0px;
}
}
@media (max-width:1000px) {
    .txt_con {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .title_s {
        margin-right:0;
        text-align:center;
    }
    .page .page_frame {
        padding:50px 30px;
    }
    .txt_con .txt {
        font-size:19px;
        margin-left:0px;
    }
    .title_s img {
        height:8vw;
        max-height: 46px;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .page .page_frame::before {
        height:12vw;
        top:-2vw;
    }
    .page .page_frame::after {
        height: 6vw;
        bottom:-2vw;
    }
    .page1_list_pic{
        display: none;
    }
    .page1_list_pic_s{
        display:block;
        width:94%;
        margin: 10px auto 0;
    }
    .page5_boat,.page3_pic,.page5_pic{
        margin-top: 0;
    }
    .page5_boat img {
        width: 48%;
        max-width: 389px;
    }
    .page2 .page2_con:last-child .item_icon img,.page4 .page2_con:last-child .item_icon img{
        width: 70px;
    }
}
@media (max-width:800px) {
    .page2_stt {
        height:7vw;
    }
    .item_txt .item_nobr{
        display: block;
    }
}
@media (max-width:767px) {
    .page1_list_pic_s{
        width: 100%;
        margin-top: 0;
    }
    .page .page_title{
        margin-bottom: 20px;
    }
    .page4 .page_title img,.page .page_title img {
        width: 98%;
    }
    .page3_con {
        width:100%;
    }
    .page3_con .item_date{
        width:20%; 
    }
    .page3_con .item_award{
        width:52%;
    }
    .page3_con .item_pic{
        width:28%; 
    }
    .page3_con .item_pic img{
        width:80%;
        max-width:80px;
    }
    .page5_pic {
        width: 90%;
        max-width: 454px;
        margin-top:0px;
    }
    .page5_boat{
        flex-direction: column;
    }
    .page5_boat img {
        width:90%;
    }
    .page2_con .item_con_tt, .page5_con .item_con_tt{
        display: none;
    }
    .page2_con .item_con,.page5_con .item_con{
        flex-direction: column;
        border-top: 4px solid #303030;
    }
    .page2_con .item_con > div,.page5_con .item_con > div{
        padding: 10px 0;
    }
    .page5_con .item_1, .page5_con_txt .item_1,.page5_con .item_2, .page5_con_txt .item_2,
    .page5_con .item_3, .page5_con_txt .item_3,.page5_con .item_4, .page5_con_txt .item_4,
    .page2_con .item_icon,.page2_con .item_txt,.page5_con .item_5, .page5_con_txt .item_5{
        width: 100%;
    }
    .page2_con .item_name,.page2_con .item_txt{
        width:100%;
        border-left: 0;
        flex-direction: column;
    }
    .page2_con .item_icon img{
        margin: 10px 0 ;
    }
    .page2_con .item_txt,.page5_con .item_2,.page5_con .item_3,.page5_con .item_4,.page5_con .item_5{
        border-left: 0;
    }
    .page2_con .item_con > div,.page2_con:last-child .item_con >div{
        min-height: 10px;
    }
    .page2_con .item_name::before,.page2_con .item_txt::before,
    .page5_con .item_1::before,.page5_con .item_2::before,
    .page5_con .item_3::before,.page5_con .item_4::before,.page5_con .item_5::before
    {
        display: block;
        width: 100%;
        background: #979494;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-top: -10px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .page2_con .item_name::before{
        content: '技能名稱';
    }
    .page2_con .item_txt::before{
        content: '說明';
    }
    .page5_con .item_1::before{
        content: '地形';
    }
    .page5_con .item_2::before{
        content: '地形描述';
    }
    .page5_con .item_3::before{
        content: '增益效果';
    }
    .page5_con .item_4::before{
        content: '減益效果';
    }
    .page5_con .item_5::before{
        content: '備註';
    }
    .page5_con .item_con .item_5{
        font-size: 18px;
        line-height: 26px;
    }
    .page5_con .item_con:nth-child(3) .item_5,.page5_con .item_con:nth-child(5) .item_5,.page5_con .item_con:nth-child(6) .item_5{
        display: none;
    }
    .title_s img {
        height: 11vw;
    }
    .page2_con, .page2_con_txt, .page3_con, .page2_con_txt, .page5_con,.txt_con .txt_s{
        font-size:18px;
        line-height: 26px;
    }
}
@media (max-width:460px) {
    .page .page_frame {
        padding:30px 15px;
    }
    .page2_stt img {
        height: 8.5vw;
    }
    .page2_stt {
        width: 100%;
        height:10.5vw;
    }
    #btn_top {
        width: 50px;
        height: 56px;
    }
    .page3_con .item_date,.page3_con .item_award{
        font-size: 17px;
    }
    .page3_con .item_pic img {
        width:70%;
    }
}