@media (max-width:425px){
    /* game頁面內容 */
.articleline-style{
    width: 100%;
    height: 10px;
    border-bottom: 5px rgb(170,162,143) dotted;
}

.article-title{
    width: 100%;
    /* height: 70px; */
    /* left: 0; */
    margin-bottom: 0px;
    /* margin-top: -50px; */
}
.story-stone{
    margin-bottom: 10px;
    /* background-color: mediumblue; */
}
.story-stone img{
    width: 100%;
    height: 150px;
}

.story{
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    height: 100%;
    align-items: center;    
}

.story-left{
    width: 100%;
    height: 46%;
    display: flex;
    flex-direction: column;
}
.story-stone{
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 5px;
}
.story-stone img{
    margin-left: 0;
    width: 70%;
}

.story-word{
    width: 80%;
    height: 40%;
    /* height: 8em; */
    color:#4F4532;
    line-height: 150%;
    text-align:justify;
    /* font-size: 14px; */
    margin-top: 0;
    margin-left: 0;
    font-size:14px;
}

.story-word strong{
    font-size: 115%;
}
.things-layout{
    height: 100%;
}
.thingspicture{
    margin-top: 1em;
    margin-bottom: 1em;
}

.thingspicture-row1{
    display: flex;
    flex-direction: column;
    height: 33%;
    justify-content: space-around;
    align-items: center;
    width: auto;
    padding: 10px;
}
.thingspicture-row1 img{
    width: 100%;
    height: 90%;
}

.thingspicture-row2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 33%;
}
.thingspicture-row2 img{
    width: 100%;
    height: 80%;
}

.thingspicture-row3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 33%;
}
.thingspicture-row3 img{
    width: 100%;
    height: 80%;
}

.showword {
    position: relative;
    height: 120px;
}

.img1{
    width: 90%;
    height: 100%;
}
.img2{
    width: 90%;
    height: 80%;
}
.img3{
    width: 90%;
    height: 80%;
}
.img4{
    width: 90%;
    height: 90%;
}
.img5{
    width: 90%;
    height: 90%;
}
.img6{
    width: 90%;
    height: 90%;
}
.img7{
    width: 90%;
    height: 80%;
}
.img8{
    width: 90%;
    height: 80%;
}
.img9{
    width: 90%;
    height: 80%;
}

.image {
    display: block;
}
  
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(107, 79, 19, 0.747);
    border-radius: 3px;
    /* border:3px #4F4532 dotted; */
}
  
.showword:hover .overlay {
    opacity: 1;
}
  
.text {
    /* background-color: #4F4532; */
    color:white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow:2px #4F4532;
}

.playing{
    margin-top: 1em;
}

.howtoplay-layout{
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    color:#4F4532;
    margin-left: 1em;
}

.standby{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.standbyword{
    line-height: 150%;
    display: flex;
}

.standbyimg{
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    transform:scale(1,1);
    transition: all .5s ease-out;
}
.standbyimg img{
    width: 90%;
    height: 90%;
}
.standbyimg:hover{
    transform:scale(1.3,1.3);
}

.standbyimg:hover .standbyword{
    position: fixed;
}
.goingon{
    height: 100%;
    margin-top: 40px;
}


.howtoplaybox-layout{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.howtoplaybox{
    width: 100%;
    border-radius: 5px;
    background:rgb(170,162,143) url(../img/img02.jpg) repeat;
    padding: 0 2em 0 1em;
    text-align: justify;
}

.howtoplaybox ul{
    line-height: 150%;
}

.howtoplayarrow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howtoplayarrow img{
    transform: rotate(90deg);
    width: 15%;

}

.howtoplayarrowback{
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.howtoplayarrowback img{
    display: none;
}

.howtoplayboxend{
    display: flex;
    justify-content: center;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 14px;
}
.other {
    margin-top: 20px;
}
.other ol{
    list-style: lower-alpha;
}

.other-layout{
   margin-bottom: 0;
}

.energy{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30%;
    /* margin-top: 0; */
    /* background-color: aquamarine; */
    /* width: 80%; */
}
.energy img{
    display: none;
}

.energyword{
    /* background: rgb(243,235,205); */
    line-height: 150%;
    margin-left: 0%;
}

.collect{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30%;
    /* background-color:#82817f; */
}

.collect img{
    display: none;
}

.collectword{
    /* background: rgb(243,235,205); */
    line-height: 150%;
    /* margin-left: 20%; */
}

.stopping{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30%;
    /* background-color:#82817f; */
}
.stopping img{
    display: none;
}

.stoppingword{
    /* background: rgb(243,235,205); */
    line-height: 150%;
    text-align: justify;
}
.specialrule{
    margin-bottom: 0%;
}
.specialrule img{
    display: none;
}
.collectword{
margin-left: 0;
}

#gotop {
    position: fixed;
    border-radius: 45px;
    right: 10px;
    bottom: 100px;
    padding: 10px 16px;
    font-size: 25px;
    background: rgba(153, 112, 73, 0.9);
    color: #FAFCFD;
    cursor: pointer;
    z-index: 1000;
}

/* game頁面內容結束 */
}