/* == 共用區 ============================================================================= */

* {
    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;
}


/* =====================================(桌機) 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;
}



/* =====================================(桌機) head=========================================== */

.head {
    width: 100%;
    height: 1300px;
    background-color: #FDD23E;
   background-image:url(../images/bg-03.jpg);
    background-size:cover;
    background-repeat:no-repeat;
      padding: 5% 5% 2% 5%;

}
.head-box{
     width: 1000px;
    margin: 0 auto;
    padding:10px;
    }


.head img {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

.good-bn{
    width: 1000px;
    height: 270px;
    margin: 0 auto;
    
}

.good-bn ul {
    width: 1000px;
    margin: 0 auto;
    padding:10px;
   
}

.good-bn ul li{
      display:inline-block;
    width: 800px;
     margin: 0 auto;
    padding:5px;
    margin: 0 28px;
     background-color:#C30D22;
    border-radius:999px;
    border-style:dashed;
    border-width:1px;
    border-color:#fff;
    width:250px;
    height: 250px;
     float:left;
    
}

h4{
display: block;
    width: 900px;
    padding: 5px;
    text-align: center;
    font-size: 3em;
    color: #C30D22;
}




h2 {
  display: block;
    width: 900px;
    height: auto;
    padding: 5px;
    font-size: 2.5em;
    color: #C30D22;
    text-align: center;
}


.head p {
     display: block;
    width: 900px;
    height: auto;
    padding: 5px;
    margin: 0 auto;
    font-size: 1.4em;
    color: #333;
}

.good-bn a{
    display:block; 
line-height: 45px;
    color:#fff;
    float:left;
  margin:65px 20px;
    font-size:2.5em;
    text-align: center;
    text-decoration: none;
   
}

.good-bn li:hover{
     background-color:rgba(255, 255, 255,0.4);
    transform:translate(0,-10px);
    
}

/* =====================================(桌機) 3大優勢=========================================== */

.con01 {
    width: 100%;
    height: 140px;
    padding:10px;
    margin:0 0 3% 0;

}


h3 {
    display: block;
    width: 1000px;
    margin: 0 auto;
    height: auto;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
       text-shadow:0 3px 4px #585858;
}

.con01 ul {
    width: 1000px;
    padding: 15px;
    margin: 0 auto;
    height: 130px;

}

.con01 ul li {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 0 7px;
    float: left;
    background-color: #fff;
}

.con01 ul li:hover {
    transform: translate(0, -6px);
}

.con01 li img {
    width: 70px;
    float: left;
    padding: 10px 5px 10px 5px;

}

.con01 p {
    display:block;
    width: 200px;
    font-size: 1em;
    color: #333;
    padding: 20px 0;

}

/* ===================================== (桌機)類科連結 =========================================== */
.footer{
    width: 100%;
    height: auto;
    margin:0 auto;
    padding:20px 0 130px 0;    
    background-color:#ddd;
}

.ul{
    width: 90%;
    height:auto;
    margin:0 auto;
    padding:1% 8% 7% 15%;
    
}

.ul li{
    display: block;
      text-align:center;
    float:left;
    width: 20%;
    height:auto;
    padding:5px;
    margin:0 10px 25px 10px;
    background-color:#fFF;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
    border:5px;
    border-color:#00BBFF;
    border-style:double;
       font-size:1.6em;   
    
}

.ul li:hover{

    background-color:#ddd;
    border-color:#00BBFF;
   
}

a{
     color:#333;
         text-decoration:none;
  
}
a:hover{
      color:#0066FF;
      
    
}

/* ===================================== (桌機)資訊按鈕 =========================================== */
/*榜單按鈕*/


.back {
    width: 100px;
    height: 100px;
    border-radius: 50% 0 0 50%;
    padding: 5px;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
    background-color: rgba(238, 110, 253, .8);
}

.back ul li a {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    line-height: 90px;
    text-decoration: none;

}

.back ul li a:hover {
    color: #ff0;
}




/*榜單按鈕*/
.bn{
    width: 90px;
    height:160px;
    padding:5px;
    position:fixed;
    top:10%;
   right:0px;
    z-index: 1;
    background-color:#C30D22;
     border-radius:20px;
    -webkit-border-radius:20px;
   
}

.bn ul{
    width: 85px;
    height:160px;
    margin:0 auto;
    padding:5px 10px;
    background-color:#C30D22;
    border-radius:20px;
    -webkit-border-radius:20px;
}

.bn ul li{
     width: 70px;
    height:70px;
    margin:7px auto;
    padding:10px 7px;
     border-bottom: 1px;
    border-bottom-style: solid;
     border-bottom-color:#fff;
    -webkit-border-bottom: 1px;
    -webkit-border-bottom-style: solid;
     -webkit-border-bottom-color:#fff;
    text-align: center;
   }

.bn a{
    font-size:1em;
    color:#fff;
    display: block;
    
}

.bn a:hover{
    font-size:1em;
    color:#ff0;
    display: block;
    text-decoration:underline;
    
}
/*-----榜單-----*/
.page-head{
    width: 100%;
    height: auto;
    background-color: #e2ae00;
    padding: 1%;
}

.page-head img{
    display: block;
    width: 1000px;
    height: auto;
    margin: auto;
}
/* =================================== 手機版型區 =========================================== */

@media screen and ( max-width:767px) {

   .back {
        width: 80px;
        height: 80px;
        border-radius: 50% 0 0 50%;

        padding: 5px;
        position: fixed;
        top: 30%;
        right: 0;
        z-index: 999;
        background-color: rgba(238, 110, 253, .8);
    }

    .back ul li a {
        display: block;
        width: 80px;
        height: 80px;
        font-size: 1.3em;
        color: #fff;
        text-align: center;
        line-height: 90px;
        text-decoration: none;
        line-height: 80px;

    }

    .back ul li a:hover {
        color: #ff0;
    }

  
        
/* =====================================(手機) top=========================================== */

.top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    padding: 20px;
    top: 0px;
    z-index: 1;
   }

h1 {
    display: block;
    font-size: 1.3em;
    text-align: center;
    margin:5px 0;
}

.top a {
    color:#fff;
    text-decoration: none;
}

.top:hover {
       background-color: rgba(173, 33, 0, 0.4);
   }

.top a:hover {

    color: #ff0;
}

/* =====================================(手機) head=========================================== */

.head {
      width: 100%;
         height: 1500px;
        background-color:#FDD23E;


 
      
}
.head-box{
     width:100%;
    margin: 0 auto;

 
       }


.head img {
    display: block;
    width: 90%;
    margin: 15% auto 0 auto;
}
    
    .good-bn{
        width: 100%;
        margin:0 auto;
        height: 500px;
       
    }

.good-bn ul {
    width: 100%;
    margin: 0 auto;
    padding:0 3%;
        height: 400px;
    
}

    .good-bn ul li{
     width: 100%;
     margin: 0 auto;
    padding:3px;
    margin: 0 5px;
     background-color:#C30D22;
    border-radius:999px;
    border-style:dashed;
    border-width:1px;
    border-color:#fff;
    width:90px;
    height: 90px;
        float:left;
        display: inline-block;
     
}


h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 2.3em;
    color: #C30D22;
}
    
    
.head p {
     display: block;
    width: 90%;
    height: auto;
    padding: 5px;
    margin: 0 auto;
    font-size: 1em;
    color: #333;
}


.good-bn ul li a{
    display:block; 
    color:#fff;
        font-size:1em;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    margin:15px 3px;

   
}



h4{
display: block;
    width: 90%;
    padding: 5px;
    text-align: center;
    font-size: 2.3em;
    color: #C30D22;
}
    
    /* =====================================(手機) 3大優勢=========================================== */

.con01 {
    width: 100%;
    height: 350px;
       
   

}


h3 {
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.con01 ul {
    width: 100%;
     margin: 0 auto;
    height: 300px;


}

.con01 ul li {
      width: 100%;
    height:80px;
    margin: 5px auto;
   
}


.con01 ul li img {
    width: 15%;
     padding: 3px;

}

.con01 p {
    font-size: 1em;
    display: block;
    color: #333;
    padding: 20px 5px;

}
    
    
    /* ===================================== (手機)類科連結 =========================================== */
.footer{
    width: 100%;
    height: 550px;
    margin:0 auto;
    padding:3% 10% 10% 10%;    
  
}

.ul{
    width: 100%;
    height:auto;
    margin:0 auto;
    padding:3%;
    
}

.ul li{
    display: block;
      text-align:center;
    float:left;
    width:40%;
    height:80px;
      margin:0 5px 15px 10px ;
    background-color:#fFF;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
    border:5px;
    border-color:#ddd;
    border-style:double;
       font-size:1.3em;   
    
}

.ul li:hover{

    background-color:#ddd;
    border-color:#fff;
   
}

a{
     color:#333;
         text-decoration:none;
  
}
a:hover{
      color:#0066FF;
         text-decoration:none;
    
}	




/* ===================================== (手機)資訊按鈕 =========================================== */

.bn{
    width: 26%;
    height:15vh;
    padding:1%;
    position:fixed;
    top:80%; 
    z-index: 1;
    background-color:#C30D22;
    
   
}

.bn ul{
    width: 100%;
    height:auto;
    margin:0 auto;
    padding:0.5%;
       
}

.bn ul li{
     width: 100%;
    height:auto;
    margin-bottom: 10px;
     padding:0.5%;
     border-right: 1px;
     text-align: center;
   }

.bn a{
    font-size:1.2em;
    color:#fff;
    
}

.bn a:hover{
    font-size:1.2em;
    color:#ff0;
 display: inline-block;;
    text-decoration:underline;
    
}

/*-----榜單-----*/
.page-head{
    width: 100%;
    height: auto;
    background-color: #e2ae00;
    padding: 1%;
}

.page-head img{
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
}


}