.CollectGoldLine{
    width:100%;
    height:16px;
    margin: 0px auto 0px auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72a4fd+0,002d7d+50,002d7d+50,002d7d+50,002d7d+50,002d7d+50,72a4fd+100,72a4fd+100 */
    background: #72a4fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #8c6136 0%, #e7bb70 22%, #8c6136 100%);  /*FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8c6136 0%,#e7bb70 22%,#8c6136 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8c6136 0%,#e7bb70 22%,#8c6136 100%);  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6136', endColorstr='#8c6136',GradientType=1 ); /*IE6-9 */  
}
.LeadTaiwanTopPic{
    max-width: 677px;
    margin: 10em auto 8em auto
}


#page-container {
    background: #fff url(../img/new_BG.jpg) center center fixed no-repeat;
    background-size: cover;
    padding: 20px 0 0 0;
}
#header {
    width: 100%;
}
#header .main {
    text-align: center;
}
.main {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
img.Moblielogo {
    display: none;
}
@media (max-width: 1000px) {
    .main {
        width: 100%;
    }
    img.PClogo {
        display: none;
    }

    img.Moblielogo {
        display: inherit;
        width: 55%;
        margin: 0 auto;
    }
}
.videoBox {
    text-align: center;
}

.videoBox iframe {
    width: 100%;
    height: 0.5625;
    -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
@media (min-width: 768px) and (max-width: 1000px) {
    .videoBox iframe {
        width: 700px;
        height: 394px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .videoBox iframe {
        width: 560px;
        height: 315px;
    }
}
@media (min-width: 480px) and (max-width: 599px) {
    .videoBox iframe {
        width: 480px;
        height: 270px;
    }
}
@media (max-width: 479px) {
    .videoBox iframe {
        width: 450px;
        height: 254px;
    }
}

@media (max-width: 420px) {
    .videoBox iframe {
        width: 320px;
        height: 181px;
    }
}




.content {
    padding-top: 30px;
    text-align: center;
    font-family: 微軟正黑體;
    font-weight: bold;
    color: antiquewhite;
    font-size: 1.25em;
}
    .content p {    text-shadow: 2px 2px 2px #000;}

    .content h2 {
        margin-top: 40px;
    }