#set-footer-base {
    z-index: 99;
}

.carrier .box-head {
    display: none;
}




.carrier {
    font-family: "Microsoft JhengHei", "Apple LiGothic Medium";
    margin: 0 auto;
    padding: 40px 0 60px 0;
}

.carrier:nth-child(2) {
    background: url(../images/bg1.png) center top no-repeat;
    background-position: center -45px;
}

.carrier:nth-child(3) {
    background: #fbfaf7 url(../images/bg2.jpg) center top no-repeat;
}

.carrier:nth-child(4) {
    background: #1d1b0e url(../images/bg3.jpg) center top no-repeat;
}

.carrier:nth-child(5) {
    background: #b7d4da url(../images/bg4.jpg) center top no-repeat;
}

.carrier:nth-child(6) {
    background: #014eaa url(../images/bg5.jpg) center top no-repeat;
}

.carrier h4 {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    margin: 10px 0;
}

.carrier ul {
    width: 100%;
    margin: 0 auto 0 20%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 40% 10px 3%;
}

.carrier:nth-child(odd) ul {
    margin: 0 auto 0 -15%;
    padding: 10px 3% 10px 38%;
    background: rgba(40, 146, 220, 0.7);
}

.carrier li {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    min-width: 910px;
}

.carrier li a {
    position: relative;
    display: block;
    width: calc(100% - 170px);
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.carrier:nth-child(odd) li a {
    color: #fff;
}

.carrier:nth-child(odd) li strong {
    border-bottom: dashed 1px #fff;
}

.carrier li strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: dashed 1px #000;
}

.carrier li .price {
    width: 150px;
    text-align: center;
    padding: 0;
    border-radius: 25px;
    border: solid 2px #000;
    font-family: "Century Gothic", "Helvetica", "Microsoft JhengHei";
    font-weight: bold;
    font-size: 16px;
    color: #000;
    transition: all 0.3s;
    position: absolute;
    right: -170px;
    top: 50%;
    transform: translateY(-25%);
    line-height: 1.2;
}

.carrier li .price span {
    font-size: 24px;
    font-weight: normal;
}

.carrier li .price span i {
    font-size: 16px;
}

.carrier li.active {
    filter: brightness(1.1);
}

.carrier li.active .price {
    background: #000;
    color: #fff;
}

.carrier:nth-child(odd) li .price {
    border: solid 2px #fff;
    color: #fff;
}

.carrier:nth-child(odd) li.active .price {
    background: #fff;
    color: #2892dc;
}


.intro-anchors {
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
    z-index: 98;
    position: fixed;
    left: 0;
    bottom: 30px;
    text-align: center;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 10px 10px 0;
    padding: 8px;
    width: 10%;
}

.intro-anchors a {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    transition: all 0.2s;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.intro-anchors a:last-child {
    border-bottom: none;
}

.intro-anchors a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.intro-anchors a .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
}





@media screen and (max-width:1450px) {
    .carrier ul {
        width: 90%;
        margin: 0 auto 0 10%;
        padding: 10px 10% 10px 3%;
    }
    .carrier ul li {
        min-width: auto;
    }

    .carrier:nth-child(odd) ul {
        margin: 0 auto 0 0%;
        padding: 10px 3% 10px 13%;
        width: 93%;
    }

    .intro-anchors {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        overflow-y: hidden;
        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;
        padding: 2px 20px;
        margin: inherit;
        width: auto;
        height: auto;
        border-bottom: none;
    }
    .intro-anchors a .icon {
        width: 16px;
    }

}/*media*/




@media screen and (max-width:960px) {
    .carrier ul,
    .carrier:nth-child(odd) ul {
        width: 92%;
        margin: 0 4%;
        padding: 10px 4%;
    }
}


/*media*/

@media screen and (max-width:768px) {
    .carrier h4 {
        font-size: 32px;
    }
    .carrier li a {
        width: 100%;
        font-size: 14px;
    }
    .carrier li strong {
        font-size: 18px;
        padding: 5px 0;
        margin: 5px 0;
    }
    .carrier li .price {
        display: block;
        width: 90%;
        font-size: 14px;
        position: relative;
        right: inherit;
        top: inherit;
        transform: translateY(0);
        margin: 7px auto;
    }
    .carrier li .price span {
        font-size: 18px;
    }
    .carrier li .price span i {
        font-size: 14px;
    }
}


/*media*/