*{
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體;
    /* line-height: 25px; */
    font-weight: bold;
}

body{
    background-image: url(img/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #b3daf1;
}




.header{
    background-color: white;
    box-sizing: border-box;
}

.rwdHbg,.rwdHeader{
    display: none;
}

.contain{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

/* .header div{
    display: inline-block;
} */

.header a{
    text-decoration: none;
    color: white;
    font-size: 1.3vw;
}

.logo,.menus,.menu,.word,.line,.fb{
    display: inline-block;
}

.logo{
    width: 11%;
    margin-right: 2%;
}

.logo img{
    width: 100%;
}

.menus{
    width: 63%;
}

.menu{
    background-color: #1a63c7;
    color: white;
    box-sizing: border-box;
    padding: 0.5% 1.5%;
    border-radius: 10px;
}
.word{
    color: #1d1e8a;
    width: 60px;
    font-size: 12px;
    line-height: 18px;
}

.line{
    width: 4%;
    padding-top: 2%;
    margin: 0 1% 2% 1%;
}

.line img{
    width: 100%;
}

.fb{
    width: 4%;
}

.fb img{
    width: 100%;
}

.downloads{
    width: 80%;
    margin: 74% auto 3% auto;
}

.download{
    width: 32.9%;
    display: inline-block;
}

.download img{
    width: 90%;
    display:block;
    margin: 30% auto 10% auto;
}

.borderline{
    width: 90%;
    display: block;
    margin: 1% auto;
}

.text,.text2,.awTitle,.notice,.sixTitle,.number{
    line-height: 25px;
}

.text{
    box-sizing: border-box;
    padding: 5%;
    color: #6b4c3a;
    margin: auto;
}

.textTitle{
    background: #fabe00;
    background: linear-gradient(55deg, transparent 15px, #fabe00 0) top left,
    linear-gradient(-55deg, transparent 15px, #fabe00 0) top right,
    linear-gradient(-125deg, transparent 15px, #fabe00 0) bottom right,
    linear-gradient(125deg, transparent 15px, #fabe00 0) bottom left;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    width: 125px;
    margin: 0 auto 15px auto;
    padding: 0.3%;
    color: #6b4c3a;
    text-align: center;
    display: block;
    
}

.text2{
    text-align: center;
    margin: 3% auto;
    color: #6b4c3a;
    font-size: 14px;
}

.textBottom{
    margin-bottom: 6%;
}

.awards{
    width: 89%;
    margin: 5% auto;
    font-size: 14px;
}

.award{
    display: inline-block;
    width: 24.6%;
    vertical-align: middle;
    position: relative;
}

.award img{
    display: block;
    margin: auto;
    box-sizing: border-box;
   
}

.awPic img{
    padding: 3% 15%;
    max-width: 70%;
}

.awardBoom img{
    width: 90%;
}

.awPicFirst img{
    max-width: 85%;
}

.awTitle{
    color: #6b4c3a;
    text-align: center;
}

.awHit{
    text-align: center;
    padding: 2%;
    width: 64px;
    margin: auto;
    border-bottom: #c30d23 2px solid;
}

.award a{
    color: #c30d23;
    text-decoration: none;
}

.soldout{
    background-color: rgba(207, 24, 24, 0.7);
    color: #fff;
    width: 60%;
    padding: 5%;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    top: 75%;
    left: 15%;
    transform: rotate(-10deg);
}

.number{
    text-align: center;
    width: 70%;
    margin: auto;
    border: 2px solid #fbf17c;
    border-radius: 100px;
    /* background-color: #fabe00; */
    color: #c30d23;
    box-sizing: border-box;
    padding: 0.5%;
    letter-spacing: 2px;
}

.number br{
    display: none;
}

.friday{
    border-bottom: none;
    vertical-align: bottom;
}

.friday img{
    padding: 0;
    max-width: 50%;
    cursor: pointer;
}

.hide{
    display: none;
}

.banner{
    text-align: center;
    margin: 4% auto;
}

.banner img{
    width: 85%;
}

.six{
    display: inline-block;
    width: 32.9%;
}

.six img{
    display: block;
    width: 45%;
    margin: auto;
}

.sixTitle{
    text-align: center;
    margin: 2% auto 10% auto;
    color: #6b4c3a;
}

.list ul{
    list-style: inside url('img/list.png');
}

.list{
    margin-left: 10%;
    color: #6b4c3a;
    font-size: 16px;
}

.notice{
    font-size: 12px;
    margin-left: 10%;
    width: 80%;
    box-sizing: border-box;
    padding-bottom: 4%;
}

.noticeBox{
    margin-bottom: 2%;
}

.noticeTitle{
    color: #c30d23;
}

.green{
    color: green;
}

.noticeContent{
    margin-left: 2%;
}

.footer{
    background-color: white;
    margin-top: 4%;
    padding: 2%;
}

.footTitle{
    display: inline-block;
    margin-left: 2%;
    color: #6b4c3a;
    font-size: 18px;
}

.footer img{
    display: inline-block;
    width: 10%;
    margin: 0 1%;
}

.lightBox{
    position: fixed;
	top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    
}

.lightContent{
    background-image: url(img/light_bg.png);
    background-size: cover;
    width: 570px;
    margin: 5% auto;
    padding-top: 0.1%;
    height: 760px;
}

.lightContent img{
    width: 90%;
    display: block;
    margin: 1% auto;
}

.lightClose{
    text-align: right;
    cursor: pointer;
}

.lightClose img{
    display: inline-block;
    width: 6%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 1.5%;
    padding-top: 1.5%;
}


.lightWord{
    background-color: white;
    border-radius: 20px;
    width: 530px;
    box-sizing: border-box;
    padding: 2%;
    margin: 2% auto;
    height: 650px;
}

#lightNotice .lightWord{
    overflow-y: scroll;
}

#lightApp .lightContent{
    height: 765px;
    width: 750px;
}

#lightApp .lightWord{
    height: 680px;
    width: 700px;
}

#lightApp .lightWord img{
    display: inline-block;
    width: 50%;
    padding: 2%;
    vertical-align: middle;
}

#lightApp .lightWord .download{
    width: 20%;
    padding: 0;
    margin: 0 1%;
}

#lightApp .lightWord a{
    text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 10%;  
    width: 80%;  
    height: 100%;
}


.step{
    width: 19.5%;
    display: inline-block;
    background: #257bb0;
    background: linear-gradient(-50deg, transparent 15px, #257bb0 0) top left,
                linear-gradient(-109deg, transparent 20px, #257bb0 0) top right,
                linear-gradient(-71deg, transparent 20px, #257bb0 0) bottom right,
                linear-gradient(0deg, transparent 0px, #257bb0 0) bottom left;
    background-repeat: no-repeat;
    background-size: 60% 51%;
    border-radius: 5px;
    height: 110px;
    vertical-align: top;
    padding: 1%;
}

#lightApp .step1{
    width: 18%;
}

#lightApp .step3,.step4{
    width: 16%;
}

#lightApp .step5{
    width: 18%;
    background-color: #257bb0;
}

#lightApp .step img{
    width: 20px;
    display: inline-block;
}

.step p{
    display: inline-block;
    color: #fff338;
    font-size: 18px;
    vertical-align: middle;
}

.step p.text{
    font-size: 12px;
    color: white;
}

/* .step{
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    padding: 3% 0 0 0;
}

.stepPic{
    margin: 10%;
}

.stepPic img{
    height: 140px;
    width: auto;
}

.stepTitle{
    font-size: 12px;
    text-align: center;
}

.stepTitle img{
    width: 70%;
} */

.title{
    color: #ee0c57;
    font-size: 18px;
    margin: 1% 0; 
    line-height: 30px;
}


.lightWord ul{
    color: #4c4948;
    list-style: inside decimal;
    font-size: 13px;
    line-height: 22px;
}

.lightWord::-webkit-scrollbar {
    width: 20px;
    position: fixed;
    right: 200px;
}

.lightWord::-webkit-scrollbar-track {
    background: white; 
}

.lightWord::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
}

.lightWord::-webkit-scrollbar-thumb:hover {
    background: #888; 
}

#lightApp{
    display: none;
}

#lightNotice{
    display: none;
}

.top{
    position: fixed;
    bottom: 3%;
    right: 3%;
}

.top img{
    width: 80%;
}

.top:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition-duration: 0.8s;
}

.rwdFoot{
    display: none;
}


@media screen and (min-width: 768px) and (max-width: 1200px){

    .contain{
        width: 85%;
    }

    .rwdHbg,.rwdHeader{
        display: none;
    }

    .word{
        width: 54px;
        font-size: 12px;
        line-height: 18px;
    }

    .text,.text2{
        font-size: 14px;
    }

    .downloads{
        margin: 54% auto 3% auto;
    }

    .download{
        width: 32.5%;
    }

    .six{
        width: 32.5%;
        font-size: 12px;
    }

    .awards{
        width: 95%;
    }

    .awardBoom img{
        padding: 0 0 0 15%;
    }

    

    .awTitle{
        font-size: 12px;
    }

    .list{
        font-size: 16px;
    }

    .footTitle{
        font-size: 14px;
    }

    .number{
        font-size: 13px;
    }
}

@media screen and (max-width: 768px){

    body{
        background-position-y: -0.7%;
    }

    .header{
        display: none;
    }

    .rwdHbg{
       display: block;
       position: fixed;
       top: 8px;
       left: 8px;
       width: 7%;
       border-radius: 10px;
       padding: 2%;
       border: 2px solid rgb(30, 47, 121);
       background-color: rgba(2555,255,255,0.5);
    }

    .rwdHbg:hover{
        cursor: pointer;
    }

    .hbg{
        background-color: rgb(30, 47, 121);
        z-index: 100;
        width: 70%;
        height: 2px;
        margin: 20% auto;
    }

    .rwdHeader{
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 2%;
        z-index: 0;
        border: 3px solid rgb(30, 47, 121);
        box-sizing: border-box;
        border-radius: 10px;
        
    }

    .close{
        width: 20px;
        height: 20px;
        text-align: center;
        position: fixed;
        top: 3%;
        right: 10%;
        color: rgb(30, 47, 121);
        /* border: 2px solid #1a63c7;
        border-radius: 100px; */
        font-size: 25px;
    }

    .close img{
        width: 70%;
    }

    .close:hover{
        cursor: pointer;
    }

    .logo{
        display: block;
        width: 20%;
        margin: 2% auto;
    }

    .menu,.word{
        display: block;
        margin: 3% auto;
        width: 100%;
        text-align: center;
        background-color: white;
    }

    .word{
        color: black;
    }

    .menu a{
        text-decoration: none;
        color: rgb(30, 47, 121);
        font-size: 14px;
    }
    
    .icon{
        text-align: center;
    }

    .icon a{
        text-decoration: none;
    }

    .icon img{
        margin: 1%;
        width: 10%;
    }

    .contain{
        width: 85%;
    }

    .downloads{
        margin: 54% auto 3% auto;
    }

    .download{
        width: 31.5%;
    }

    .text,.text2{
        font-size: 12px;
    }

    .text2{
        padding: 3%;
    }

    .award{
        display: block;
        width: 90%;
        margin: 10% auto;
    }

    .award img{
        padding: 0;
        max-width: 60%;
    }

    .awHit{
        margin-top: 2%;;
    }

    .number br{
        display: block;
    }

    .hide{
        display: none;
    }

    .awTitle{
        margin-top: 5%;
    }
    
    .awardBoom img{
        margin: 20% auto;
        max-width: 100%;
    }

    .banner img{
        width: 95%;
    }

    .six{
        width: 49%;
        padding: 4%;
        box-sizing: border-box;
    }

    .sixTitle{
        font-size: 12px;
    }

    .list{
        font-size: 14px;
    }

    .footTitle{
        font-size: 12px;
    }

    

    .footer img{
        width: 11%;
    }

    .rwdFoot{
        display: inline-block;
        color: #6b4c3a;
        font-size: 12px;
    }

    .footNone{
        display: none;
    }

    .footNone~img{
        display: none;
    }

    .lightContent{
        width: 280px;
        height: 400px;
        margin: 15% auto;
    }

    .lightWord{
        width: 255px;
        height: 330px;
    }

    #lightApp .lightContent{
        width: 300px;
        height: 460px;
    }

    #lightApp .lightWord{
        width: 275px;
        height: 410px;
        overflow-y: scroll;
    }

    #lightApp .lightWord .imgTitle{
        display: block;
        width: 90%;
        margin: 5% auto;
    }

    #lightApp .lightWord .download{
        width: 46%;
        margin: 0 1% 5% 1%;
    }

    #lightApp .step{
        /* display: block; */
        width: 45%;
        margin: 2% 0 0 1%;
    }

    #lightApp .step5{
        width: 94%;
        margin-bottom: 5%;
    }

    #lightApp .lightWord::-webkit-scrollbar{
        width: 18px;
    }

    .video-container iframe, .video-container object, .video-container embed {
        left: 5%;  
        width: 90%;
    }

    .step p.text{
        width: 100%;
    }

    /* .stepPic img{
        height: 100px;
    } */

    .lightClose img{
        width: 8%;
    }

    .top{
        position: fixed;
        bottom: 1%;
        right: -8%;
    }

    .top img{
        width: 55%;
    }

    .number{
        width: 90%;
        border-radius: 22px;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 3.5%;
    }

}

@media screen and (max-width: 480px){

    body{
        background-position-y: -0.45%;
    }

    .downloads{
        margin: 55% auto 3% auto;
    }
}



@media screen and (max-width: 320px){

    body{
        background-position-y: -0.35%;
    }

}