/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    /*safari & chrome*/
    -moz-box-sizing: border-box;
    /*firebox*/
    box-sizing: border-box;
    /*解除padding影響寬度關係*/
}

html,
body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

.fc01 {
    color: #ff3300;
}


/* =====================================(桌機) 回首頁選單=========================================== */
.menu {
    display: block;
    position: fixed;
    right: 10px;
   top: 50%;
    right: 2%;
    z-index: 999px;
    /*讓他保持在最上面，層級最高*/
}

.menu ul {}

.menu li {
    margin: 8px 5px;
    float: left;
    text-align: center;
}

.menu li a {
    display: inline-block;
    width: 80px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    background-color: rgba(102, 0, 153, 0.6);
    text-decoration: none;
    transition: .3s;
    /*讓hover變化，更有動態感*/
}

.menu li a:hover {
    background-color: rgba(102, 0, 153, 1);
    color: #ff0;
    transform: scale(1.1, 1.1);
    /*注意數字設定方法*/
}

/* =====================================(桌機) top=========================================== */

.top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    padding: 10px;
    top: 0;
}

h1 {
    font-size: 1.5em;
    text-align: center;
}

.top a {
    color: #fff;
    text-decoration: none;
}

.top:hover {
    background-color: rgba(173, 33, 0, 0.4);
}

.top a:hover {

    color: #ff0;
}



/* ===================================== (桌機)心得 =========================================== */

.con02 {
    width: 100%;
    height: 550px;
    padding: 3% 2%;
    background-color: rgb(253, 210, 62);
    background-image:url(../images/conbg-01.jpg);
     background-repeat:no-repeat;
     background-size:cover;

}

h8 {
    display: block;
    margin: 0 auto;
    font-size: 3em;
    color: #008CCE;
    text-align: center;
}


h9 {
    display: block;
    margin: 0 auto;
    font-size: 1.5em;
    color: #008CCE;
    float: left;

}



h10 {
    display: block;
    margin: 0 auto;
    font-size: 1.7em;
    color: #008CCE;
    text-align: center;

}

.con02 ul {
    background-color: #fff;
    width: 1000px;
    height: 430px;
    padding: 10px;
    margin: 5px auto;
}


.con02 ul li {
    float: left;
    width: 450px;
    height: 160px;
    margin: 0 15px 10px 15px;
    text-align: center;


}

.con02 img {
    display: block;
    width: 30%;
    text-align: center;
    margin: 0 10px;
    float: left;


}

.con02 h9 {
    display: block;
    width: 270px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #2372B9;
    font-size: 1.2em;
    text-align: center;
    margin: 10px 5px;
    border-style: dashed;
    border-color: #fff;
    border-width: 1px;
}

.con02 .word {
    display: block;
    width: 270px;
    height: 70px;
    line-height: 26px;
    color: #fff;
    background-color: #2372B9;
    font-size: 1.2em;
    text-align: center;
    padding: 7px 5px;
    border-style: dashed;
    border-color: #fff;
    border-width: 1px;
}



.con02 p {
    display: block;
    width: 270px;
    height: auto;
    font-size: 1.2em;
    float: left;
    color: #2372B9;
    margin: 0 auto;
    text-align: justify;
}


/* =================================== (桌機)榜單 =========================================== */

h4 {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    background-color: #C30D22;
    font-size: 2em;
    color: #fff;
}

.win-box {
    width: 100%;
    height: 500px;
    padding: 10px 2%;
    background-color: #FFCC33;

}

.win-box ul {
    background-color: #fff;
    width: 1000px;
    height: 350px;
    padding: 10px;
    margin: 0 auto;
}

.win-box li {
    width: 320px;
    margin: 3px;
    float: left;

}

.win-box p {
    display: block;
    font-size: 1.2em;
    color: #333;
    line-height: 33px;
}

span{
    color:#f00;
    font-size:1em;
}
/* =================================== 手機版型區 =========================================== */

@media screen and ( max-width:767px) {

    
/* =====================================(手機) 回首頁選單=========================================== */
.menu {
    display: block;
     padding:20px;
   
   
   
    /*讓他保持在最上面，層級最高*/
}

.menu ul {margin:0 auto;
    padding:10px;
    }

.menu li {
    margin: 8px 5px;
    text-align: center;
}

.menu li a {
    display: inline-block;
    width: 85px;
    color: #fff;
    height: 85px;
    line-height: 85px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    background-color: rgba(102, 0, 153, 0.6);
    text-decoration: none;
    transition: .3s;
    /*讓hover變化，更有動態感*/
}

.menu li a:hover {
    background-color: rgba(102, 0, 153, 1);
    color: #ff0;
    transform: scale(1.1, 1.1);
    /*注意數字設定方法*/
}


/* =====================================(手機) top=========================================== */

.top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    padding: 10px;
    top: 0;
}

h1 {
    font-size: 1.2em;
    text-align: center;
}

.top a {
    color: #fff;
    text-decoration: none;
}

.top:hover {
    background-color: rgba(173, 33, 0, 0.4);
}

.top a:hover {

    color: #ff0;
}



/* ===================================== (手機)心得 =========================================== */

.con02 {
    width: 100%;
    height: 850px;
    padding: 15% 2%;
    background-color: rgb(253, 210, 62);
    background-image:url(../images/conbg-01.jpg);
     background-repeat:no-repeat;
     background-size:cover;

}

h8 {
    display: block;
    margin: 0 auto;
    font-size: 2.5em;
    color: #008CCE;
    text-align: center;
}


h9 {
    display: block;
    margin: 0 auto;
    font-size: 1em;
    color: #008CCE;
    float: left;

}



h10 {
    display: block;
    margin: 0 auto;
    font-size: 1.3em;
    color: #008CCE;
    text-align: center;

}

.con02 ul {
    background-color: #fff;
    width: 95%;
    height: 800px;
    padding: 10px;
    margin: 0 auto;
}


.con02 ul li {
    float: left;
    width: 450px;
    height: 150px;
    margin: 10px auto 0 15px;
    text-align: center;


}

.con02 img {
    display: block;
    width: 0;
    text-align: center;
    margin: 0 10px;
 

}

.con02 h9 {
    display: block;
    width: 280px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #2372B9;
    font-size: 1.2em;
    text-align: center;
    margin: 10px 5px;
    border-style: dashed;
    border-color: #fff;
    border-width: 1px;
       margin: 0 auto;
}




.con02 p {
    display: block;
    width:280px;
    height: auto;
    font-size: 1em;
    float: left;
    color: #2372B9;
    margin: 0 auto;
    text-align: justify;
}


/* =================================== (手機)榜單 =========================================== */

h4 {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    background-color: #C30D22;
    font-size: 2em;
    color: #fff;
}

.win-box {
    width: 100%;
    height: 950px;
    padding: 2%;
    background-color: #FFCC33;

}

.win-box ul {
    background-color: #fff;
    width: 95%;
    height: 790px;
    padding: 10px auto;
    margin: 0 auto;
}

.win-box li {
    width: 90%;
    margin: 0 auto;
   

}

.win-box p {
    display: block;
    font-size: 1em;
    color: #333;
    margin: 0 auto 0 20px;
    line-height: 28px;
}

span{
    color:#f00;
    font-size:1em;
}




}