@charset "utf-8";
@import "reset.css";

/* BODY,HTML
---------------------------------------------*/

body,
html {
    width: 100%;
    overflow-x: hidden;
    max-width: 768px;
    margin: 0 auto;
    font-size: 50px;
}
body {
    font-family: "微軟正黑體", "蘋果儷黑體", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    background: #000;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
/* 共用
---------------------------------------------*/

.c {
    clear: both;
}
.hide{
    display: none;
}

img {
    width: 100%;
    display: block;
}
/* 架構
---------------------------------------------*/
.maincotainer{
    width: 100%;
    position: relative;
}
.header{
    width: 100%;
    position: absolute;
    top: 0;
    padding: 1% 2%;
    box-sizing: border-box;
    background: url('../images/bg_menu.jpg') top left;
    background-size: cover;
    border-bottom: 1px solid #361e19;
    z-index: 1000;
}
.btn_menu{
    width: 13%;
    float: left;
}
.fb{
    width: 13%;
    float: right;
}
.logo{
    position: absolute;
    width: 20%;
    top: 0;
    left: 40%;
}
.container{
    background: url('../images/bg_all.jpg') repeat-y top center;
    background-size: 100%;
    padding-top: 1%;
}
.footer{
    width: 100%;
    margin-top: 6%;
}
/*MENU*/
.bg_menu{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg_black.png') repeat top center;
    z-index: 1500;
}
.menu{
    width: 60%;
    height: 100%;
    background: url('../images/bg_menu_2.jpg') repeat-y top left;
    background-size: 100%;
}
.btn_x{
    width: 100%;
    background: url('../images/bg_x.jpg') repeat top center;
    background-size: 7%;
}
.btn_x a{
    display: block;
    width: 23%;
    margin-left: 2%;
}
.menu ul{
    width: 100%;
}
.menu ul li{
    width: 100%;
    border-bottom: 1px solid #76402b;
    box-shadow: 0px 1px 1px 0px rgba(228,167,74,1);
    margin-top: 1px;
}
.menu ul li a{
    display: block;
}
.logo2{
    position: absolute;
    display: block;
    width: 35%;
    padding: 5% 0;
    right: 0;
    top: 12%;
}
/*KV*/
.kv{
    position: relative;
}
.peo{
    width: 100%;
    position: absolute;
    bottom: -12%;
    left: 0;
}
.btn_go{
    position: absolute; 
    bottom: 13.5%;
    right: 8%;
    width: 30%;
}
.food{
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 27%;
}
/*IND*/
.bg_1{
    background: url('../images/bg_bottom.png') no-repeat bottom center,url('../images/bg_container.png') repeat-y top center;
    background-size: 100%,100%;
    padding-bottom: 7%;
    margin-bottom: 8%;
}
.bg_2{
    background: url('../images/bg_2.png') no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 5%;
}
.bg_top{
    position: relative;
}
.listcontent{
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.title_ind1{
    width: 70%;
    position: absolute;
    top: 0;
    left: 15%;
}
.title_ind{
    width: 70%;
    margin: 8% auto 4%;
}
.listbox{
    width: 98%;
    border-top:2px solid #eae0c4; 
    border-bottom:2px solid #ab9a78; 
    border-radius: 8px;
    margin: 0 auto 3.5%;
    box-shadow: -1px 5px 20px 5px rgba(126,118,118,0.45);
}
.listbox._list1{ 
    background: url('../images/bg_list.jpg') repeat top left;
    border-top:2px solid #eae0c4; 
    border-bottom:2px solid #ab9a78;
}
.listbox._list2{
    background: url('../images/bg_list2.jpg') repeat top left;
    border-top:2px solid #eae0c4; 
    border-bottom:2px solid #9da170;
}
.listbox .content{
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
}
.listbox .foto{
    width: 45%;
    float: left;
}
.listbox .foto img{
    border-radius: 10px;
}
.listbox  .txtbox{
    width: 53%;
    float: right;
}
.txtbox h1{
    font-weight: normal;
    font-size: 60%;
    line-height: 1.5;
    color: #582f22;
}
.txtbox h1 a{
    display: block;
    text-decoration: none;
    color: #582f22;
}
.listbox .fbpeobox{
    margin-top: 3%;
    display: table;
    width: 100%;
}
.fbfoto{
    width: 18%;
    display: table-cell;
    vertical-align: middle;
}
.fbfoto img{
    border-radius: 50%;
}
.fbname{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
}
.fbname span{
    font-size: 40%;
    display: block;
    width: 100%;
}
.btn_share{
    width: 28%;
    display: table-cell;
}
.lfb{
    width: 100px;
    height: 20px;
    margin-left: 1%;
    margin-top: 3%;
}
.pagebtn{
    width: 90%;
    margin: 6% auto 0;
}
.btn_prev{
    width: 37%;
    float: left;
}
.btn_next{
    width: 37%;
    float: right;
}
.pagenum{
    position: relative;
    float: left;
    width: 15%;
    margin-left: 5.5%;
}
.num{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #683728;
    padding-top: 7%;
    font-size: 90%;
}
.ruletxt{
    font-size: 50%;
    line-height: 1.8;
    padding-left: 13%;
    padding-right: 5%;
    color: #cf3906;
    font-weight: bold;
    position: relative;
    
}
.ruletxt a{
    text-decoration: none;
    color: #007ee9;
}
a[class^="btn_aw"]{
    display: block;
    position: absolute;
    width: 30%;
    padding: 18% 0;
}
.btn_aw1{
    top: 6%;
    left: 20%;
}
.btn_aw2{
    top: 6%;
    left: 58%;
}
.btn_aw3{
    top: 38%;
    left: 20%;
}
.btn_aw4{
    top: 38%;
    left: 58%;
}
.btn_aw5{
    top: 75%;
    left: 20%;
}
/*AWARD*/
.title_page{
    width: 40%;
    margin-left: 2%;
    float: left;
}
.awardbox{
    width: 96%;
    margin: 0 auto 2%;
}
.pagecontent{
    width: 96%;
    margin: 0 auto;
}
.awardbox .fbname{
    color: #fff;
}
.awardbg{
    margin-top: -1%;
}

.alistbox{
    width: 98%;
    margin: 0 auto 3%;
    position: relative;
}
.awardinfo{
    width: 88%;
    margin-left: 3%;
}

.alistbox .content{
    width: 96%;
    margin: 0 auto;
    padding: 2.5% 0;
    position: absolute;
    top: 2%;
    left: 3%;
}
.alistbox .foto{
    width: 44%;
    float: left;
}
.alistbox .foto img{
  border-radius: 10px;
}
.txtbox h3{
    display: block;
    width: 80%;
    font-weight: normal;
    font-size: 55%;
    line-height: 1.5;
    color: #fff;
/*    border-bottom: 1px solid #fff;*/
    padding-bottom: 2%;
}
.txtbox h3 a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.alistbox  .txtbox{
    width: 54%;
    float: right;
}
.alistbox .fbpeobox{
    margin-top: 3.5%;
    width: 96%;
    display: table;
}
.awardcup{
    position: absolute;
    width: 20%;
    top: -38%;
    right: -2.5%;
}
.alistbox2{
    width: 96%;
    background: #f1f0f0;
    border-radius: 5px;
    margin-bottom: 5%;
    box-shadow: -1px 5px 20px 5px rgba(126,118,118,0.45);
    margin: 0 auto;

}
.alistbox2 .content{
    width: 90%;
    margin: 0 auto;
    padding: 7% 0 3%;
}
.alistbox2 ul{
    margin-bottom: 5%;
}
.alistbox2 li{
    line-height: 1.2;
    font-weight: bold;
}
.alistbox2 .name{
    display: inline-block;
    font-size: 50%;
    color: #a8773f;
    word-break: break-all;
}
.alistbox2 .email{
    display: inline-block;
    font-size: 50%;
    color: #cf3906;
    word-break: break-all;
}
.alistbox2 .h5{
    display: block;
    font-size: 60%;
    margin-bottom: 3%;
    font-weight: bold;
    color: #d7594c;
}
.rulecontent,.whachoutcontent,.signcontent{
    width: 100%;
}
.whachoutcontent{
    margin-top: -3%;
    position: relative;
    z-index: 500;
}
.btn_rule{
    width: 48%;
    margin:4% auto 2%;

}
.btn_whachout{
    width: 48%;
    margin:0 auto 2%;
}
.w_txt,.r1_txt{position: relative;}
a.mail1{
    position: absolute;
    display: block;
    width: 30%;
    left: 12%;
    top: 18%;
    padding: 3% 0;
/*    background: #000;*/
}
a.mail2{
    position: absolute;
    display: block;
    width: 30%;
    left: 33%;
    top: 25%;
    padding: 3% 0;
/*    background: #000;*/
}
a.link1{
    position: absolute;
    display: block;
    width: 61%;
    left: 28%;
    top: 65%;
    padding: 3% 0;
/*    background: #000;*/
}
a.link2{
    position: absolute;
    display: block;
    width: 61%;
    left: 12%;
    top: 73%;
    padding: 3% 0;
/*    background: #000;*/
}
.upload{
    position: absolute;
    display: block;
    width: 45%;
    left: 12%;
    top: 65%;
    padding:5% 0;
/*    background: #000;*/
    cursor: pointer;
}
.signcontent{
    padding: 3%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -1px 5px 20px 5px rgba(126,118,118,0.45);
}
.signiframe{
    width: 100%;
    height: auto;
    background: #d8d4ce;
}

/* Screen
---------------------------------------------*/

@media screen and (max-width: 640px) {
    body,html{font-size: 40px;}

}
@media screen and (max-width: 568px) {
    body,html{font-size: 35px;}
}
@media screen and (max-width: 480px) {
    body,html{font-size: 30px;}
    


}
@media screen and (max-width: 460px) {
    .txtbox h3{font-size: 50%;}
    
}
@media screen and (max-width: 360px) {
    .listbox .content{width: 96%;}
    body,html{font-size: 26px;}
    .listbox .foto{width: 45%;}
    .txtbox{width: 58%;}
    
}
@media screen and (max-width: 320px) {
    .txtbox h3{font-size: 45%;}
   
}