body{
    margin: 0;
    padding: 0;
    font-family:'微軟正黑體';
}

*{
    box-sizing: border-box;
}

.navbar{
    background-color: #302f2d;
    height: 185px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 8px;
    background-image: url(./img/bg.png);
    background-repeat: repeat-x;
    background-size: 300px 100%;
}

:root{
    --container-width:960px;
}

.container{
    padding: 0 calc((100% - var(--container-width)) / 2);
}

.title{
    font-size: 60px;
    margin: 32px 0;
}

.list{
    display: flex;
    height: 50px;
}

.item{
    font-weight: bolder;
    position: relative;
    width: 92px;
    height: 100%;
    background-color: #fff;
    color: #333;
    display: flex;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}

.info{
    font-size: 14px;
    padding-right: 20px;
}

.navbar-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main{
    background-image: linear-gradient(#cccccc,#fff);
    padding-top: 40px;
    padding-bottom: 40px;
}

.content1{
    flex: 8.125;
}

.content2{
    padding-left: 42px;
    flex: 3.875;
}

.main-content{
    padding: 20px;
    border: 1px solid #333;
}

.alert{
    margin: 15px 0;
    display: flex;
    position: relative;
}

.alert-content{
    display: flex;
    padding: 12px 10px;
    align-items: center;
    font-size: 12px;
    font-weight: bolder;
}

.alert-icon{
    width: 15px;
    height: 15px;
    margin-right: 16px;
}

.alert-icon>img{
    width: 100%;
    height: 100%;
}

.alert-success{
    background-color: #e4ffe0;
    color: #019a32;
    border: 1px solid #97fe88;
}
.alert-home{
    background-color: #d9e9f9;
    color: #000;
    border: 1px solid #b6d5f1;
}

.alert-danger{
    background-color: #fee0de;
    color: #ce3202;
    border: 1px solid #ff9595;
}

.alert-close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border: 1px solid #7f817e;
    color: #7f817e;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    background-color: #fff;
    cursor: pointer;
}

.section{
    margin-top: 25px;
}

h1{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

h2{
    font-weight: bold;
    font-size: 20px !important;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.section-title{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 12px;
}

.section>p{
    font-size: 12px;
}

.form-group{
    margin-top: 18px;
}

.form-label{
    display: block;
    color: #666664;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
}

.form-control{
    background-color: #f3f3f3;
    color: #000;
    padding: 8px 8px;
    border: 1px solid #cccccc;
    outline: none;
    width: 510px;
}

.form-control-small{
    width: 110px;
}

.form-control-check{
    display: block;
    margin-top: 15px;
}

select{
    height: 24px !important;
    padding-top: 0 !important;
    width: 125px !important;
    padding-bottom: 0 !important;
}

.btn{
    margin-top: 18px;
    background-color: #000000;
    color: #fff;
    width: 110px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.table{
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr{
    background-color: #d9e9f9;
    font-weight: bold;
}

.table tbody tr{
    background-color: #e9e9e9;
}

.table tbody tr:nth-child(odd){
    background-color: #ffffff;
}


.table thead th{
    text-align: start;
    border: 1px solid #b6d5f2;
}

.table tbody td{
    border: 1px solid #cccccc;
}


.table td,.table th{
    padding: 8px 6px;
}

p{
    line-height: 1.5;
}

.list-item{
    display: flex;
    align-items: center;
    margin: 14px 0;
}

.list-item>img{
    margin-right: 4px;
}

.i{
    padding-left: 42px;
    display: flex;
    line-height: 1.5;
    font-size: 12px;
    margin-top: 36px;
}

.i>img{
    transform: translateY(-10px);
    object-fit: contain;
    margin-right: 15px;
}

.side-item{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    display: flex;
}

.side-item-icon{
    margin-right: 10px;
}

.side-item:last-child{
    border: none;
}

.side-item-link>a{
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.side-item-link>span{
    font-size: 12px;
}

.side-item-link>a{
    color: #3f8de0;
}

footer{
    background-color: #010101;
    display: flex;
    align-items: center;
    height: 66px;
    color: #fff;
    font-size: 14px;
}

.item:hover .item-drop{
    display: block;
}

.item-drop{
    position: absolute;
    top: 100%;
    z-index: 100;
    background-color: #000000;
    color: #fff;
    width: 100%;
    display: none;
}

.item-drop>div{
    border-bottom: 1px solid #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-drop>div:last-child{
    border: none    ;
}