.carrier .box-head {
    display: none;
}


.carrier {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    width: 96%;
    max-width: 1220px;
    margin: 4% auto 120px auto;
    background: white;
    border: 10px solid transparent;
    border-image-source: url(../images/border.png);
    border-image-slice: 55;
    border-image-width: 3.6;
    border-image-repeat: round;
}

.carrier h4 {
    background: url(../images/titlebg.png) center top no-repeat;
    background-size: 100%;
    width: 70%;
    max-width: 526px;
    height: 1px;
    padding-bottom: 13%;
    margin: -6% auto 0;
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
    color: #b30e00;
    line-height: 1.4;
}


.carrier ul {
    width: 96%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.carrier li {
    display: inline-block;
    width: 94%;
    margin: 20px 3%;
}

.carrier li a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    transition: all 0.2s;
}

.carrier li a:hover {
    transform: scale(0.98);
}

.carrier li strong {
    display: block;
    font-size: 125%;
    padding: 10px 0;
    color: #b30e00;
}

.carrier li .price {
    display: block;
    width: 100%;
    font-family: "Century Gothic", Arial, "Microsoft JhengHei";
    font-style: normal;
    font-size: 100%;
    background: #b30e00;
    border-radius: 5em;
    color: white;
    text-align: center;
    padding: 2px 0;
    margin: 10px 0;
}

.carrier li a:hover .price {
    filter: brightness(1.2);
}

.carrier li .price * {
    font-style: normal;
}

.carrier li .price span {
    font-size: 140%;
    padding: 0 2px;
}



.carrier li .price i {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    font-size: 70%;
    padding: 0 2px;
}




.intro-anchors {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.intro-anchors a {
    display: inline-block;
    background: none;
    color: white;
    font-size: 16px;
    padding: 5px 15px;
    margin: 4px 0;
    transition: all 0.2s;
    text-decoration: none;
    border-radius: 5em 0 0 5em;
}

.intro-anchors a:hover {
    color: #f4cc2c;
}







@media screen and (min-width:770px) {


    .carrier {
        margin: 35px auto 120px auto;
    }
    .carrier h4 {
        font-size: 60px;
        margin: -50px auto 0;
    }

    .carrier li {
        width: 44%;
    }
}



@media screen and (min-width:1100px) {


    .carrier {
        border: 15px solid transparent;
        border-image-source: url(../images/border.png);
        border-image-slice: 55;
        border-image-width: 3.6;
        border-image-repeat: round;
    }
    .carrier ul {
        margin: -30px auto 0;
    }

    .carrier li a {
        font-size: 16px;
    }
}


@media screen and (min-width:1400px) {
    /*
    .intro-anchors{
        width: auto;
        background: none;
        text-align: right;
        overflow-x: inherit;
        overflow-y: inherit;
    }
    .intro-anchors a {
        display: block;
        background: rgba(0, 0, 0, 0.7);
        margin: 8px 0;
    }*/
}