#set-footer-base {
    z-index: 99;
}

.goods23 {
    position: relative;
    width: 100%;
    background: url(../images/xmasmarket/bgRepeat.jpg) center top repeat-y;
    overflow: hidden;
}

.carrier .box-head {
    display: none;
}


.carrier {
    font-family: "Microsoft JhengHei", "Apple LiGothic Medium";
    margin: 60px auto 0;
    text-align: left;
}

.carrier h4 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(../images/xmasmarket/bgh4.png) center top no-repeat;
    height: 125px;
    color: #ffff8d;
    line-height: 96px;
    margin: 0 0 -20px 0;
}

.carrier h4 .h4dd{margin: 0 10px; vertical-align: top;}
.carrier h4 .h4dd.trans{-webkit-transform: scaleX(-1); transform: scaleX(-1);}

.carrier .ulWrap{
    width: 92%;
    max-width: 1220px;
    background: url(../images/xmasmarket/bgRepeat2.jpg) center top repeat-y;
    border-radius: 1em;
    overflow: hidden;
    margin: 0 auto;
}

.carrier ul{
    background: #fff8e8;
    margin: 17px;
    padding: 15px 0 80px 0;
    border-radius: 1em;
    box-shadow: inset 3px 3px 5px rgba(206,186,141,0.8);
    overflow: hidden;
}
.carrier li {
    width: 94%;
    margin: 0 auto 35px auto;
}

.carrier li a {
    display: block;
    width: calc(100% - 220px);
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    transition: all 0.2s;
}

.carrier li a:hover {
    color: #d22020;
}

.carrier li strong {
    display: block;
    width: calc(100% + 220px);
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: dashed 1px #000;
}

.carrier li .price {
    width: 220px;
    text-align: center;
    padding: 0;
    color: #000;
    border-radius: 25px;
    border: solid 2px #000;
    font-family: "Century Gothic", "Helvetica", "Microsoft JhengHei";
    font-weight: bold;
    font-size: 18px;
    transition: all 0.2s;
    display: inline-block;
    float: right;
    margin-right: -220px;
}

.carrier li .price span {
    font-size: 27px;
    font-weight: normal;
}

.carrier li .price span i {
    font-size: 18px;
}

.carrier li.active .price {
    background: #d22020;
    color: #fff;
    border: solid 2px #d22020;
}







.snow{width:1400px; height:244px; background: url(../images/xmasmarket/snow.png); margin: -200px auto 120px; }


@media screen and (max-width:1400px) {
    .carrier ul{    padding: 15px 0 6vw 0;}
    .snow{
        background-size: 100%;
        width: 100%;
        height: 17vw;
        margin: -14vw auto 120px;
    }
}/*media*/


@media screen and (max-width:860px) {
    .carrier h4 .h4dd {
    vertical-align: inherit;
    width: 22%;
    margin: 0 5px;
    }
}/*media*/


@media screen and (max-width:768px) {
    .carrier {
       margin: 30px auto 90px;
    }
    .carrier ul{  margin: 8px; padding: 15px 0 0;}
    .carrier li strong {
        font-size: 18px;
        width: 100%;
        padding: 5px 0;
        margin: 5px 0;
    }
    .carrier li a {
        font-size: 14px;
        width: 100%;
    }
    .carrier li .price {
        font-size: 14px;
        float: none;
        display: block;
        width: 100%;
        margin: 10px 0;
        line-height: 1.3;
    }
    .carrier li .price span {
        font-size: 24px;
    }
    .carrier li .price span i {
        font-size: 14px;
    }
    .carrier h4 {
        font-size: 28px;
        overflow: hidden;
    }
   
    .snow{display: none;}
}/*media*/


@media screen and (max-width:350px) {
    .carrier h4 .h4dd {display: none;}
}/*media*/