.exhi01-template-01 .top_block {
    display: flex;
    margin-right: 0;
    z-index: 125;
    transition: all .3s ease;
    position: fixed;
    right: 100px;
    margin-top: 0;
    height: 100px;
    top: 0px;
    align-items: center;
}

.exhi01-template-01 .link {
    font-size: 16px;
    color: black;
    padding: 0 72px;
    margin: 0;
    position: relative;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all .3s ease;
}

.exhi01-template-01 .common_lang {
    color: white;
    font-size: 18px;
    display: block;
    line-height: 18px;
    position: relative;
}

.exhi01-template-01 .common_lang.hide {
    opacity: 0;
    pointer-events: none;
}

.exhi01-template-01 .common_lang .link {
    display: inline-block;
    border-right: 1px solid white;
    padding: 0 15px;
    opacity: .5;
}

.exhi01-template-01 .common_lang .link.active {
    opacity: 1;
}

.exhi01-template-01 .common_lang .link:last-child {
    border-right: 0;
}

.exhi01-template-01 .top_block .out_link {
    background-color: black;
    color: white;
}

.exhi01-template-01 .top_block .login {
    padding: 0 27px;
}

.exhi01-template-01 .top_block .login img {
    margin-right: 3px;
}

.exhi01-template-01 .top_block .login span {}


/* 購物車+會員icon */

.common_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: calc(26 / 1920 * 100vw);
    margin-right: calc(26/1920*100vw);
    cursor: pointer;
    position: relative;
}

.common_cart.hide {
    opacity: 0;
    pointer-events: none;
}

.common_cart .icon {
    width: 45px;
}

.common_lang {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    border: none;
    background-color: transparent;
    width: 100px;
    height: 30px;
    border-bottom: 1px solid #fff;
    font-family: "Montserrat", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    outline: none;
    border-radius: none;
    background-size: 8px auto;
    background-image: url(../img/t-01/down.svg);
    appearance: none;
    background-position: right 10px bottom 10px;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.common_lang option {
    background-color: transparent;
    color: #000;
}

.common_lang a {
    text-decoration: none;
    color: #000;
}

.cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

#Capa_1 {
    width: 45px;
    height: 45px;
    fill: #fff;
    cursor: pointer;
}

.cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

.user {
    height: 45px;
}

#Capa_2 {
    width: 45px;
    height: 45px;
    fill: #fff;
    visibility: initial;
    cursor: pointer;
}

#Capa_2.hide {
    opacity: 0;
    pointer-events: none;
}

.common_cart .number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #fd6443;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .exhi01-template-01 .inner-link {
        margin: 0 10px;
    }
}

@media (max-width:1200px) {
    .exhi01-template-01 .inner-link {
        margin: 0 10px;
    }
    .exhi01-template-01 .common_lang {
        font-size: 15px;
        margin-right: 0;
    }
    .common_cart .icon {
        width: 13px;
    }
    .user {
        height: 45px;
    }
    .exhi01-template-01 .top_block {
        right: 25px;
    }
    .exhi01-template-01 .common_lang .link {
        padding: 0 10px;
    }
}


/*pad*/


@media (max-width:1000px) {
    .exhi01-template-01 .common_lang {
        margin-top: 0px;
    }
    .common_cart .number {
        width: 20px;
        height: 20px;
        top: 0;
    }
    .common_cart {
        width: 30px;
        height: 30px;
        position: relative;
    }
    #Capa_2 {
        width: 30px;
        height: 30px;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: 7px;
    }
    .exhi01-template-01 .link {
        font-size: 14px;
        padding: 20px;
    }
    .exhi01-template-01 .top_block .login img {
        width: 24px;
    }
    .exhi01-template-01 .top_block {
        margin-right: 0px;
        right: 5%;
        height: 90px;
    }
}


/*phone*/

@media (max-width:750px) {
    .exhi01-template-01 .top_block {
        height: 60px;
    }
    .common_cart {
        width: 30px;
        height: 30px;
    }
    #Capa_2 {
        width: 30px;
        height: 30px;
    }
    .exhi01-template-01 .common_lang {
        margin-top: 0px;
    }
    .exhi01-template-01 .common_lang .link {
        padding: 0 15px;
    }
}


@media (max-width:650px) {
    .common_cart {
        width: 30px;
        height: 30px;
        top: -3px;
        position: relative;
    }
    .exhi01-template-01 .common_lang {
        font-size: 12px;
        line-height: 12px;
        margin-top: -6px;
        margin-right: 0px;
        width: 75px;
    }
    .exhi01-template-01 .top_block {
        align-items: center;
        margin-right: px;
        top: 0px;
        right: 3%;
    }
    .exhi01-template-01 .link {
        font-size: 12px;
        padding: 5px 8px;
        height: auto;
        line-height: 20px;
    }
    .exhi01-template-01 .top_block .login {
        padding: 0;
        margin-right: 12px;
    }
    .exhi01-template-01 .top_block .login span {
        display: none;
    }
    .exhi01-template-01 .menu_link {
        width: 100%;
    }
    #Capa_2 {
        top: 4px;
    }
}

@media (max-width:365px) {}