body{
    margin:0;
    font-family:'Microsoft JhengHei';
}

.bg{
    background-image: linear-gradient(#7f6e50,#fff);
}

.c{
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    width: fit-content;
    margin: 0 auto;
}

*{
    box-sizing: border-box;
}

.navbar{
    position: relative;
    background-color: #000;
    height: 280px;
    overflow: hidden;
}

.container{
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.img{
    width: 100%;
    pointer-events: none;
    font-size: 0;
}

.img>img{
    width: 100%;
}

.logo{
    width: 340px;
    height: 110px;
    background-color: #da6516;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    top: 0;
    left: 9px;
    position: absolute;
}

.logo span{
    display: block;
    color: #fff;
    font-size: 39px;
    text-align: center;
    line-height: 0.6;
    margin-bottom: 18px;
}

.logo img{
    width: 100%;
}

.links{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #da6516;
    font-size: 14px;
    text-align: center;
    height: 100%;
    color: #fff;
    width: 230px;
}

.animation>div{
    font-size: 0;
    white-space: nowrap;
    overflow-y: visible;
    width: 100%;
    height: 100%;
    margin-right: 200px;
    transition: all 0.2s;
}

.animation>div img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.links>a{
    padding: 8px;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #95460e;
    text-decoration: none;
}

.links>a:hover{
    background-color: #95460e;
}

.headings{
    width: 100%;
    background-color: #e1c78c;
    height: 175px;
    display: flex;
}

.block{
    flex: 1;
    font-size: 10px;
    margin: 0 10px;
    padding: 0 20px;
    background-color: #e8d3a6;
}

h2{
    color: #db6617;
    font-size: 18px;
}

.main{
    padding: 10px;
    height: 600px;
    background-image: linear-gradient(#e9e6dd ,#fff 70%);
}

.flex{
    display: flex;
    height: 100%;
}

.f-1{
    width: 340px;
    height: 100%;
    padding: 10px;
    background-image: linear-gradient(#fff,#cfc9bd);
}

.f-2{
    flex: 1;
    font-size: 12px;
    padding-left: 55px;
    padding-top: 32px;
    padding-right: 44px;
}

.f-2>h2{
    margin-top: 0;
    color: #dd6614;
    font-size: 32px;
    margin-bottom: 20px;
}


video{
    width: 100%;
}

.line{
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.animation{
    width: 100%;
    height: 100%;
}

.animation>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-image{
    width: 140px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.line-image>img{
    width: 100%;
    height: 100%;
}

.line-content{
    flex: 1;
    padding-left: 16px;
    font-size: 12px;
}

.line-title{
    color: #ef9f12;
    font-size: 16px;
    font-weight: bold;
}

.date{
    color: #e0c68d;
}

.footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-bg{
    pointer-events: none;
    width: 100%;
    font-size: 0;
}

.footer-bg>img{
    max-width: 100%;
}

.footer-content{
    background-color: #eda012;
}

.footer-content>div{
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.search{
    width: 340px;
    height: 30px;
    display: flex;
}

.search-input{
    font-weight: bold;
    width: 260px;
    height: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #e8d3a4;
    color: #000;
    font-size: 12px;
    padding-left: 12px;
    border: none;
    outline: none;
}

.search-btn{
    flex: 1;
    text-align: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #da6516;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.cop{
    color: #fff;
    font-size: 12px;
}