@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url("reset.min.1.2.css");
html ,body{ width: 100%; font-size:1rem; font-family: "Noto Sans TC",'Microsoft JhengHei', Helvetica, 'Maven Pro', 'Droid Sans','Myriad Pro', Verdana, Geneva, sans-serif; color: #3c2226; text-align: center;font-weight:400;letter-spacing:normal;}
img{ width:100%; height:auto;font-size: 0;}
/* 網頁捲軸【寬度】 */
.fancybox_pic{
    width: 100%;
}
.content_box{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.content_box .kv_box{
    height: 380px;
    position: relative;
}
.page1 .kv_box{
    background: url(../images/page_bg_t1.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page2 .kv_box{
    background: url(../images/page_bg_t2.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page3 .kv_box{
    background: url(../images/page_bg_t3.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page4 .kv_box{
    background: url(../images/page_bg_t4.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page5 .kv_box{
    background: url(../images/page_bg_t5.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page6 .kv_box{
    background: url(../images/page_bg_t6.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page7 .kv_box{
    background: url(../images/page_bg_t7.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page8 .kv_box{
    background: url(../images/page_bg_t8.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page9 .kv_box{
    background: url(../images/page_bg_t9.png) bottom center no-repeat;
    background-size: 100% auto;
}
.page10 .kv_box{
    background: url(../images/page_bg_t10.png) bottom center no-repeat;
    background-size: 100% auto;
}
.content_box::after{
    display: block;
    content: '';
    height:60px;
    background: url(../images/page_bg_b.png) top center no-repeat;
    background-size: 100% auto;
    margin-top: -3px;
}
.content_box .logo_page{
    width: 42.3%;
    margin: 0 auto;
    position: relative;
    top: 15vw;
}
.content_box.page8 .logo_page{top: 10vw;}

/* page_title --------------------------*/
.page_title{
    width: 44.8%;max-width: 448px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 4vw;
}
/* bage_info -------------------------- */
.page_box{
    background: url(../images/page_bg_m.png) top center repeat-y;
    background-size: 100% auto;
    margin-top: -3vw;
}
.bage_info{
    width:100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.bage_info .pic_box{
    margin:0 15px;
}
.bage_info .pic_box img{
    width:100%;
    max-width: 300px;
}
.bage_info .txt_box{
    padding:0 15px;
    width: 490px;
}
.bage_info .txt_box h6{
    background: linear-gradient(to bottom left, #f38d33, #d10a00);
    line-height: 44px;
    font-size: 1.625rem;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 2px;
}
.bage_info .txt_box p{
    font-size: 1rem;
    line-height: 1.6;
    margin: 15px 0;
}
.bage_info .txt_box p.big{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2vw 0 ;
    font-weight: 600;
}
.bage_info .txt_box p.big2 ,.bage_content .title  p.big2 {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2vw 0 ;
    font-weight: 600;
    color: #cb0614;
}
p .red{
    color: #cb0614;
    font-size: 1.2rem;
    line-height: 2rem;
}
.bage_info .txt_box ol{
    width: 490px;
    text-align: left;
    font-size:0.9375rem;
    line-height: 1.6rem;
    color: #cb0614;
}
.bage_info .txt_box ol li {
    padding-left: 18px;
    position: relative;
}
.bage_info .txt_box ol li::before{
    position: absolute;
    left: 0px;
    content: '※';
}
.green{color: green;}
/* flow_box --------------------------*/
.flow_box{
    padding-top: 30px;
}
.flow_box .title{
    padding-bottom: 20px;
}
.flow_box ul,.flow_box ol {
    width:87%;
    margin: 0 auto; 
    padding-left: 40px;
}
.flow_box li{
    text-align: left;
    padding:7px 0;
    position: relative;
}
.flow_box ol li span{
    color: #cb0614;
}
.flow_box a{
    color: #4164ca;
}
.flow_box ol li::before{
    content: '◎';
    position: absolute;
    left: -22px;
}
.flow_box ul li{
    padding:2px 0;
    counter-increment: inst;
}
.flow_box ul li span{
    color: #cb0614;
}
.flow_box ul li::before{
    content: counter(inst);
    display:inline-block;
    width:17px;
    height:17px; 
    background: #2d2d2d;
    position: absolute;
    left:-22px;
    margin-top:4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f6f4de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
/* list_box -------------------------- */
.bage_content{
    margin-top:5vw;
}
.title{/* width:31.4% ; */max-width: 341px;margin: 0 auto;}
.bage_content > p{
    padding:2vw 0;
}
.bage_content > p span{
    color: #cb0614;
}
.bage_content .list_box{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #533c7a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #533c7a;
}
.bage_content .list_box > div >div+div{
    border-left: 1px solid #533c7a;
}
.bage_content .list_box > div{
    border-top: 1px solid #533c7a;
}
.bage_content .list_box .item_title,.bage_content .list_box .item{
    display: flex;
    width: 100%;
}
.bage_content .list_box > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:8px 12px;
}
.bage_content .list_box > div > div.item_txt{
    justify-content: flex-start;
   /*  text-align: left; */
}
.bage_content .item_title{
    background: url(../images/table_bg.jpg) repeat;
    color: #fff;
    line-height: 1.375rem;
    padding:5px 0;
}
.red_bg{
    background: #ffbdbd;
}
.orange_bg{
    background: #f7b85b;
}
.yellow_dark_bg{
    background: #ffd856;
}
.yellow_bg{
    background: #ffed98;
}
.gold_bg{
    background: #fff7d7;
}
.green_bg{
    background: #c5eebd;
}
.green_dark_bg{
    background: #60c772;
}
.blue_bg{
    background: #c2e1ff;
}
.blue_dark_bg{
    background: #89b1ee;
}
.purple_bg{
    background: #d0bdee;
}
.black_bg{
    background: #ececee;
}
.bage_content .list_box_2{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #a87d2c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom:15px;
}
.bage_content .list_box_2 .main_title{
    background: url(../images/table_bg_gold.jpg) repeat;
    color: #fff;
    line-height: 1.375rem;
    padding:7px 0;
    letter-spacing:2px;
}
.bage_content .list_box_2 .main_txt{
    line-height: 1.6rem;
    padding: 15px 20px;
}
.bage_content .list_box_2 .main_txt:last-child{
    text-align:justify;
}
.txt_gold{
    color: #ac8316;
}
.txt_purple{
    color: #7b3eae;
}
.txt_red{
    color: #d20027;
}

/* page3 -------------------------- */
.page2 .item_title_pic,.page2 .item_pic{
    width: 15%;
}
.page2 .item_title_name,.page2 .item_name{
    width: 20%;
}
.page2 .item_title_txt,.page2 .item_txt{
    width: 65%;
}
.page2 .item_pic div{
    width:32px;
    height:32px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(155,139,195,0.2);
    -moz-box-shadow: 0 1px 1px 1px rgba(155,139,195,0.2);
    box-shadow: 0 1px 1px 1px rgba(155,139,195,0.2);
}
.page2 .item_name{
    font-size: 1.125rem;
    font-weight: 500;
}
.bage_content .list_box_3{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #533c7a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom:15px;
    margin-top:20px;
}
.bage_content .list_box_3 .item_box{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.bage_content .list_box_3 .item_box+.item_box{
    border-top: 2px solid #533c7a;
}
.bage_content .list_box_3 .item_box .item{
    display: flex;
    width: 100%;
}

.bage_content .list_box_3 .item_box .item+.item{
    border-left: 2px solid #533c7a;
}
.bage_content .list_box_3 .main_title{
    background: url(../images/table_bg.jpg) repeat;
    color: #fff;
    padding:8px 0;
    font-size: 1.375rem;
    letter-spacing: 1px;
}
.bage_content .list_box_3 .item_box .item .item_name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: 1px solid #533c7a;
}
.bage_content .list_box_3 .item_box .item .item_txt{ 
    display: flex;
    text-align: left;
    align-items:flex-start;
    justify-content:flex-start;
    padding: 10px 20px;
    width: 75%;
}
.bage_content .list_box_3.three .item_box .item{
    flex-direction: column;
}
.bage_content .list_box_3.three .item_box .item .item_name{
    width: 100%;
    line-height: 3rem;
    border-bottom: 1px solid #533c7a ;
}
.page3 .logo_page {
    top: 19vw;
  }
/* page4、5 -------------------------- */
.page5 .logo_page{
    width: 36%;top: 13vw;}
.page4 .bage_content .list_box > div > div.item_txt {
    justify-content: center;}
.page4 .list_box {
    width: 50%;}
.page4 .list_box{margin: 2vw auto;}

.page4 .item_title_pic,.page4 .item_pic{
    width: 60%;
}
.page4 .item_title_name,.page4 .item_name{
    width:30%;
}
.page4 .item_title_txt,.page4 .item_txt{
    width:10%;text-align: center;font-size:  0.9375rem;
}
.page4 .item_title_name,.page4 .item_name,.page4 .item_title_num,.page4 .item_num{
    width: 19%;
}
.page4 .item_title_pre,.page4 .item_pre{
    width: 8%;
}
.page4 .item_title_name,.page4 .item_name,.page4 .item_title_num,.page4 .item_num{
    width: 19%;
}
.page4 .item_title_pre,.page4 .item_pre{
    width: 8%;
}
/* .page5 .page_box {padding-top: 2vw;} */
.page5 .bage_content p{width: 90%;margin: 0 auto; text-align: left;}
.page5 .bage_content .list_box > div > div.item_txt {
    justify-content:center;}

.page5 .item_title_name,.page5 .item_name{
    width: 10%;
}
.page5 .item_title_num,.page5 .item_num{
    width: 70%;
}
.page5 .item_title_pre,.page5 .item_pre{
    width: 10%;
}
.page5 .item_title_txt,.page5 .item_txt{
    width: 10%;
    font-size:  0.9375rem;
}
/* page6 -------------------------- */
.page5 .logo_page, .page6 .logo_page{
    width: 32%;top: 13vw;}
.page6 .bage_content .list_box{
    margin-top: 15px;
}
.page6 .item_title_nb,.page6 .item_nb{
    width:6%;
}
/* .page6 .item_title_pic,.page6 .item_pic{
    width: 14%;
} */
.page6 .item_title_name,.page6 .item_name{
    width:23.5%;
}
.page6 .item_title_txt,.page6 .item_txt{
    width:47%;
}
.page6 .item_title_pre,.page6 .item_pre{
    width:9.5%;
}

.page7 .item_title_name,.page7 .item_name{
    width: 10%;
}
.page7 .item_title_num,.page7 .item_num{
    width: 30%;
}
.page7 .item_title_pre,.page7 .item_pre{
    width: 5%;
}
.page7 .item_title_txt,.page7 .item_txt{
    width: 55%;
    font-size:  0.9375rem;
}
.page8 .item_title_name,.page8 .item_title_pre,.page8 .item_name,.page8 .item_pre{width: 50%;}

.page8 .list_box{width: 70%;}
.rounded-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
   /*  border: 2px solid #533c7a; */
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
  }
  
  .rounded-table th,
  .rounded-table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
  }
  
  .rounded-table thead th {
    background-color: #533c7a;
    color: #fff;
  }
  
  .rounded-table thead th:first-child {
    border-top-left-radius: 10px;
  }
  
  .rounded-table thead th:last-child {
    border-top-right-radius: 10px;
  }
  
  .rounded-table tbody tr:nth-child(even) {
    background-color: #f8f5ff;
  }
.page9 .list_box{width: 70%;}
.page9 .item_title_name,.page9 .item_name{
    width: 50%;
}
.page9 .item_title_num,.page9 .item_num{
    width: 20%;
}
.page9 .item_title_txt,.page9 .item_txt{
    width: 30%;text-align: center;
}
.bage_content .list_box > div > div.item_txt{justify-content: center;
    align-items: center;}
.page10 .logo_page {
    top:9vw;
  }

.bonus{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    border: 2px solid #a87d2c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.bonus h6{
    display: block;
    width: 100%;
    background: url(../images/table_bg_gold.jpg) repeat;
    color: #fff;
    line-height: 1.8rem;
    padding: 8px 0;
    font-size: 1.25rem;
    letter-spacing: 2px;
}
.bonus ul{
    width: 92%;
    margin: 10px auto;
    text-align: left;
}
.bonus ul li{
    position: relative;
    counter-increment: inst;
    margin-left: 20px;
}
.bonus ul li::before{
    content: counter(inst);
    display:inline-block;
    width:17px;
    height:17px; 
    background: #2d2d2d;
    position: absolute;
    left:-22px;
    margin-top:4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f6f4de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.bonus_box{
    display: flex;
    width: 92%;
    margin:20px auto;
    justify-content:stretch;
    align-items: stretch;
    border: 1px solid #aa7c2e;
    height: auto;
    line-height: 60px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}
.bonus_box >div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.bonus_box .bonus_title{
    font-size: 1.25rem;
    background: #aa7c2e;
    color: #fff;
}
.bonus_box .bonus_pic{
    width: 9.5%;
}
.bonus_box .bonus_name{
    border-left: 1px solid  #aa7c2e;
    border-right:1px solid  #aa7c2e;
}
.bonus_box .bonus_txt{
    justify-self: start;
}
.p_br{
    display: none;
}
.Increase_box{width: 87%; text-align: left;margin: 0 auto;}
.Increase_box p.big2{text-align: center;}
@media (max-width:900px){
.content_box .kv_box{
    height: 38vw;
}
.content_box .logo_page,.content_box.page6 .logo_page,.content_box.page3 .logo_page,.content_box.page2 .logo_page{
    top:21vw;
}
/* .content_box.page5 .logo_page{
    top: 24vw;
} */
.content_box.page3 .logo_page{
    top: 28vw;
  }
  .content_box.page7 .logo_page {
    width: 58.3%;}
/* .content_box.page1 .logo_page{
    top:25.6vw;
} */
/* .content_box.page1 .logo_page img,.content_box.page3 .logo_page img{
    width:50%;
} */
/* .content_box.page2 .logo_page img{
    width:46%;
} */
/* .content_box.page4 .logo_page img,.content_box.page5 .logo_page img,.content_box.page6 .logo_page img{
    width:30%;
} */
.content_box.page8 .logo_page,.content_box.page10 .logo_page {
    top: 16vw;
  }
.page_title img {
    margin-top:3vw;
}
.bage_info{
    width: 92%;
    margin: 0 auto;
}
.bage_info .txt_box {
    padding: 0 15px;
    width: 60%;
}
.bage_info .txt_box ol{
    width: 100%;
}
.p_br{
    display: block;
}
}
@media (max-width:850px){
.bage_info .txt_box {
    width: 90%;
}
.p4_nobr{
    display: none;
}
.page4 .list_box {
    width: 80%;
  }
}
@media (max-width:650px){
body{
    font-size: 0.9375rem;
}
.page_box{
    padding-bottom: 15px;
}
.bage_info {
    flex-direction: column;
}

.bage_info .pic_box img {
    width:70%;
    max-width:auto;
    margin-bottom: 15px;
}

.page_title img {
    margin-top:10vw;
}
.title img{
    width: 75%;
    max-width:300px;
}
.bage_info .txt_box h6{
    font-size: 1.25rem;
    line-height:32px;
}
.bage_info .txt_box p.big,.bage_info .txt_box p.big2{
    font-size: 1.3rem;
    line-height: 1.7rem;   
    margin-top:15px;
}
.bage_info .txt_box p span{
    font-size: 1rem;
    line-height: 1.5rem;
}
.flow_box ul li, .flow_box ol li{
    padding-right: 15px;
}
.flow_box {
    padding-top: 15px;
}
.bage_content > p {
    padding: 5vw;
}
.page5 .page_box {
    padding-top: 0;
  }
  .content_box .logo_page {
    width:45%;
}
.content_box.page1 .logo_page,.content_box.page2 .logo_page,.content_box.page3 .logo_page,.content_box.page4 .logo_page{width: 70%;}
.content_box.page7 .logo_page {
    width:86%;
}
.content_box.page8 .logo_page {
    top: 18vw;
    width: 53%;
  }
  
.rounded-table{width: 95%;}
.rounded-table th {
    padding: 3vw 2vw;}
}

@media (max-width:600px){
    p .red {font-size: 1rem;}
/* .content_box.page1 .logo_page img,.content_box.page3 .logo_page img{
    width:68%;
} */
.content_box.page2 .logo_page img{
    width:70%;
}
/* .content_box.page4 .logo_page img,.content_box.page6 .logo_page img{
    width:50%;
} */
/* .content_box.page5 .logo_page img{
    width:40%;
}
 */
.content_box.page6 .page_title img{
    margin-top: 18vw;
}

.page_title {
    width: 70%;margin-bottom: inherit;
    padding-top: 4vw;}
    .bage_info .txt_box p {
        font-size: .9rem;}
.bage_content .list_box .item_title{
    display: none;
}
/* -------------------------------------------------------------------------------------------- */
.bage_content .list_box_3 .item_box .item,.bage_content .list_box_3 .item_box,.bage_content .list_box .item{
    flex-direction: column;
}
.bage_content .list_box_3 .item_box .item .item_name{
    width: 100%;
    border-right: 0px solid #533c7a;
    border-bottom: 1px solid #533c7a;
    border-top: 2px solid #533c7a;
    line-height: 3rem;
}
.bage_content .list_box_3 .item_box .item .item_txt{
    width:auto;
}
.bage_content .list_box_3 .item_box .item+.item{
    border-left:0px solid #533c7a;
}
.bage_content .list_box_3 .item_box+.item_box{
    border-top:0px solid #533c7a;
}
.bage_content .list_box_3 .main_title {
    padding: 8px;
    font-size: 1.2rem;
}
.page3 .item_title_txt, .page3 .item_txt,.page3 .item_pic,.page3 .item_name{
    width:100%;
}
.bage_content .list_box > div >div+div {
    border-left:0px solid #533c7a;
}

.bage_content .list_box > div:nth-child(2){
    border-top: 0px solid  #533c7a;
}
.bage_content .list_box > div > div{
    flex-direction: column;    
    padding: 0;
}

.page3 .item_pic::before{
    content: '虛寶品項';
    display: block;
    width: 100%;
    background: url(../images/table_bg.jpg) repeat;
    color: #fff;
    line-height: 1.375rem;
    padding:5px 0;
    margin-bottom: 15px;
    font-size: 1rem;
}
.page3 .item_name{
    margin-top: 8px;
}
.page3 .item_name::after{
    content: '道具說明';
    display: block;
    width: 100%;
    background:rgba(81,59,121,0.6);
    color: #fff;
    line-height: 1.375rem;
    padding:5px 0;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
}
/* .list_box > div > div.item_txt{
    width: 90%;
    margin: 10px auto; 
} */
/* page4、5 -------------------------- */
.page4 .list_box {
    width: 80%;
  }
  .page4 .item_pic {
    width:100%;
  }
.page5 .item_title_name,
.page5 .item_name,
.page5 .item_title_num,
.page5 .item_num,

.page4 .item_title_name,
.page4 .item_name,
.page4 .item_title_num,
.page4 .item_num{
    width:100%;
}
.page5 .item_title_pre,
.page5 .item_pre,

.page4 .item_title_pre,
.page4 .item_pre

.page5 .item_title_txt,
.page5 .item_txt,
.page4 .item_title_txt,
.page4 .item_txt{
    width:100%;
}

.page4 .item_pic::before,
.page4 .item_name::before,
.page4 .item_txt::before,

.page5 .item_num::before,
.page5 .item_pre::before,
.page5 .item_name::before,
.page5 .item_txt::before,

.page6 .item_pic::before,
.page6 .item_txt::before,
.page6 .item_pre::before,

.page7 .item_name::before,
.page7 .item_pic::before,
.page7 .item_txt::before,
.page7 .item_num::before,
.page7 .item_pre::before,

.page8 .item_name::before,
.page8 .item_pre::before,

.page9 .item_name::before,
.page9 .item_num::before,
.page9 .item_txt::before

{
    display: block;
    width: 100%;   
    background:rgba(81,59,121,0.6);
    color: #fff;
    line-height: 1.375rem;
    padding:5px 0;
/*     margin-bottom:5px;
    margin-top: 10px; */
    font-size: 1rem;
}
.page2 .item_name {
    font-size: inherit;padding-bottom: 1vw;}
.page2 .item_pic,.page2 .item_name,.page2 .item_txt{width: 100%;padding: 3vw;}
.page2 .item_pic::before {
    content: '虛寶品項';
    display: block;
    width: 100%;
    background: url(../images/table_bg.jpg) repeat;
    color: #fff;
    line-height: 1.375rem;
    padding: 5px 0;
    margin-bottom: 3vw}
.page2 .item_name::after {
    content: '道具說明';
    display: block;
    width: 100%;
    background: url(../images/table_bg.jpg) repeat;
    color: #fff;
    line-height: 1.375rem;
    padding: 1vw 0;margin-top: 2vw;
    }
.page2 .list_box .item:nth-child(2n) > div,.page4 .list_box .item:nth-child(2n) > div,.page7 .list_box .item:nth-child(2n) > div,
.page8 .list_box .item:nth-child(2n) > div,.page9 .list_box .item:nth-child(2n) > div{background: #ffffff;}
.page2 .bage_content .list_box > div > div.item_txt {
    width: auto;
    padding: 20px;
  }


.bage_info .txt_box {
    width: 96%;
}
.no_br{
    display: none;
}
/* page6 -------------------------- */
.page6 .item_nb,
.page6 .item_pic,
.page6 .item_name,
.page6 .item_txt,
.page6 .item_pre,
.page7 .item_name,
.page7 .item_num,
.page7 .item_pre,
.page7 .item_txt,
.page8 .item_name,
.page8 .item_pre,
.page9 .item_name,
.page9 .item_num,
.page9 .item_txt
{
    width:100%;padding:5px 0;
}
.page6 .bage_content .list_box > div > div.item_txt{
    width:100%;
    text-align: center;
}
.page6 .bage_content .list_box > div > div.item_nb{
    background: url(../images/table_bg.jpg) repeat;
    flex-direction: row;
    color: #fff;
}
.page5 .item_name::before{
    content: '類別';
    background: url(../images/table_bg.jpg) repeat;
    margin-top: 0;
}
.page4 .item_pic::before{content: '虛寶內容';background:rgba(81,59,121,0.6);}
.page4 .item_name::before{content: '數量';background:rgba(81,59,121,0.6);}
.page4 .item_txt::before{content: '機率';background:rgba(81,59,121,0.6);}

.page5 .item_num::before{
    content: '遊戲內品名與數量';
}
.page5 .item_pre::before{
    content: '組數機率';
}
.page5 .item_txt::before{
    content: '機率';
}
.page6 .item_nb::before{
    content: '獎項編號';
    line-height: 2.2rem;
    display: inline-block;
    padding-right: 7px;
}
.page6 .item_pic::before,.page7 .item_name::before,.page8 .item_name::before{
    content: '獎品名稱';background:rgba(81,59,121,0.6);
    margin-top: 0;
}
.page6 .item_txt::before,.page7 .item_txt::before{
    content: '道具說明';background:rgba(81,59,121,0.6);
}
.page6 .item_pre::before,.page7 .item_pre::before,.page8 .item_pre::before{
    content: '出獎機率';background:rgba(81,59,121,0.6);
}
.page7 .item_num::before{
    content: '遊戲內品名與數量';background:rgba(81,59,121,0.6);
}
.page9 .item_name::before{
    content: '虛寶內容';background:rgba(81,59,121,0.6);
}
.page9 .item_num::before{
    content: '組數';background:rgba(81,59,121,0.6);
}
.page9 .item_txt::before{
    content: '機率';background:rgba(81,59,121,0.6);
}
.page6 .item_pre{
    margin-bottom: 10px;
}
.page6 .bage_content .list_box > div > div.item_txt{
    margin: 0 auto;
}
.page6 .item_pic img{
    max-width: 32px;
    padding: 10px 0;
}

.page8 .list_box {
    width: 80%;
  }

.bonus_box{
    flex-direction: column;
}
.bonus_box >div{
    width: 100%;   
    padding: 0;
}
.bonus_box .bonus_pic{
    width: 100%;max-width: 60px;margin: 0 auto;
    padding-top: 15px;
}
.bonus_box .bonus_name{
    border: 0;
    border-bottom:1px solid  #aa7c2e;
}
}