body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti", "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial, sans-serif, cursive;
    font-size: 1rem;
    font-weight: normal;
}
.container {
    padding: 0 14px; /* 添加左右內邊距 */
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
a { cursor: pointer;
    -webkit-transition:all 200ms ease-out; -mozilla-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out; -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;}
a:hover {
    opacity: 0.75;
    text-decoration: none;}

/* 原CSS */
.kv {
    background-image: url(../img/img_car.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
}
@media (max-width: 1024px) {
    .kv {
        max-height: 360px;
    }
}
@media (max-width: 540px) {
    .kv {
        max-height: 260px;
    }
}
.logo {
    height: 44px;
    position: absolute;
    top: 8px;
    left: 10px;
}

.logo img {
    margin: 10px 20px;
    max-width: 200px;
    min-width: 150px;
}
@media (max-width: 992px) {
    .logo {
        display: flex;
        justify-items: center;
    }

    .logo img {
        margin-top: 0px;
    }
}
@media (max-width: 440px) {
    .logo img {
        width: 150px;
        text-align: center;
        justify-items: center;
    }
}

/* 下列為footer */
.footerBG {
    background-color: #33517c; 
}

.footer {
    margin: 50px 0px 40px;
}

@media screen and (min-width: 721px) and (max-width: 991px) {
    .footer {
        margin: 10px 0px 20px;
    }
}

@media (max-width: 720px) {
    .footer {
        margin: 10px 0px;
        padding-top: 20px;
    }
}
.comment {
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}
.comment span {
    padding-left: 20px;
}
ol {
    text-align: left;
    font-size: 14px;
}

.cup {
    min-height: 60px;
    max-height: 132px;
    width: 100%;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 25px !important;
    font-size: 15px;
    background: #f7f9f9;
    border: solid 1px #c4d0e3;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.yushan {
    float: left;
    position: relative;
    width: auto;
    max-height: 170px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}

.awardtext {
    display: flex;
    flex-direction: column;
}

.awardtext span {
    font-size: 20px;
    color: #4e6689;
    font-weight: bolder;
    display: inline-block;
    position: relative;
}

.display span::before,
.display span::after {
    content: "";
    width: 11px;
    height: 28px;
    display: block;
    position: absolute;
    top: -1px;
    background-image: url(img/tassel.svg);
    background-size: contain;
}

.display span::before {
    left: -14px;
}

.display span::after {
    right: -14px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.display span {
    letter-spacing: 0px;
}
.awardtext p {
    font-size: 15px;
    padding-top: 4px;
    margin-bottom: 0px;
}
.awardtext h5 {
    text-align: center;
}
.award {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 832px) {
    .award , .comment {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .awardtext span {
        font-size: 18px;
        letter-spacing: normal;
    }
    .advantage{
        padding: 0px 12px 12px;
    }
    .awardtext p {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .cup {
        max-height: none;
        margin: 0px;
        padding: 8px 20px;
    }
}
/* 桂冠葉的位置 */
@media (max-width: 352px) {
    .display span::before,
    .display span::after {
        top: 5px;
    }
}

.slogan{
    display: flex;
    align-items: center;
    background-color: #33517c;
    padding: 1rem;
    justify-content: center;
}

.slogan p{
    font-size: 18px;
    font-weight: bold;
    color: #33517c;
    background: #fff;
    padding: 0.25rem 1rem;
    border: 1px solid #33517c;
    border-radius: 1.125rem;
    margin: 0;
}

.slogan span{
    font-size: 18px;
    color: #fff;
    padding-left: 1rem;
}

@media (max-width: 720px) {
    .slogan{
        padding-bottom:25%;
    }
}

@media (max-width: 540px) {
    .slogan{
        flex-direction: column;
    }
    .slogan span{
        padding-left: 0;
        padding-top: 0.5rem;
    }
}

/* 右側選單 */
.pc-rbt {
    width: 60px;
    position: fixed;
    top: 10%;
    right: 10px;
    z-index: 2;
}

.mb-dbt {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(210, 224, 232, 1);
    text-align: center;
}

@media screen and (min-width: 721px) {
    .mb-dbt {
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 99;
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .pc-rbt {
        display: none;
        width: 9%;
        top: 15%;
        right: 2px;
    }
}
