*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.taogo-event-footer{
    max-width: 100%;
    min-width: 1250px;
}
header{
    min-width: 1250px;
}
.inner_wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
section{
    min-width: 1250px;
}
.section-item{
    display: inline-block;
}
/*** Section_1 ***/
.section-1{
    width: 100%;
    text-align: center;
    background-color: #FD65A0;
}
.section-1 .inner_wrapper{
    width: 100%;
    height: 742px;
    background-image: url('/images/events/transport_201808/Consolidation_top_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
/* .section-1-bg{
    display: block; 
    width: 100%;
    height: 742px;
    margin: 0 auto;
} */
.section-1-bag{
    position: absolute;
    width: 170px;
    top: calc(50% - 40px);
    left: calc(50% + 40px);
    transform-origin: 30px 30px;
    animation:rotate .6s infinite steps(2);
}
.section-1-star{
    position: absolute;
    width: 200px;
    top: calc(50% + 250px);
    left: calc(50% + 190px);
}
/*** Section_2 ***/
.section-2{
    width: 100%;
    text-align: center;
    background-color: #00C8D1;
    font-size: 0;
}
.section-2-title{
    margin: 20px;
    width: 65%;
}
.section-2-star-left{
    position: absolute;
    width: 14%;
    top: -7%;
    left: -1%;
}
.section-2-star-right{
    position: absolute;
    width: 14%;
    top: -22px;
    right: -2%;
}
.section-2 .section-item{
    width: 300px;
    font-size: 16px;
}
/*** Section_3 ***/
.section-3{
    width: 100%;
    text-align: center;
    font-size: 0px;
}
.section-3 .inner_wrapper{
    padding: 38px;
}
.section-3 img{
    width: 70px;
    vertical-align:middle;
}
.section-3 .section-item{
    text-align: right;
    font-size: 24px;
    color: #125ba1;
    height: 80px;
    line-height: 80px;
    position: relative;
    font-weight: 700;
    font-family: "微軟正黑體", "Microsoft JhengHei";
}
.section-3 .section-item:hover{
    text-decoration: none;
}
.section-3 .section-item::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #195DA7;
}
.section-3 .section-item:not(:last-child){
    border-right: 1px solid;
}
.section-3 .section-item1{
    padding:0 57px 0 40px;
}
.section-3 .section-item2{
    padding:0 55px 0 38px;
}
.section-3 .section-item4,
.section-3 .section-item3{
    padding:0 51px 0 30px;
}
/*** Section_4 ***/
.section-4{
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #EAE9E9;
}
.section-4 .inner_wrapper{
    padding: 40px;
}
.section-4-title{
    width: 46%;
}
.section-4-star{
    position: absolute;
    width: 26%;
    top: -2.5%;
    left: 3%;
}
.section-4 img.step1,
.section-4 img.step2,
.section-4 img.step3{
    font-size: 16px;
    width: 30%;
}
.section-4 img.step4{
    width: 87%
}
.mobile{
    display: none;
}
@keyframes rotate{
    0% {
        transform:rotate(0);
    }
    100% {
        transform:rotate(-30deg);
    }
}
@media screen and (max-width: 769px) {
    /*** fix header ***/
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
        background: #fff;
    }
    header,
    section {
        min-width: 100%;
    }
    main {
        padding-top: 57px;
    }
    .taogo-event-header .inner-content {
        width: 100%!important;
        text-align: center;
        padding-top: 5px;
    }
    .promote-content {
        display: none;
    }

    .mobile{
        display: block;
        width: 100%;
    }
    .inner_wrapper{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
    }
    .taogo-event-footer{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    /* m section-1 */
    .section-1-bag{
        width: 15%;
        top: 48%;
        left: 54%;
        transform-origin: 15px 15px;
    }
    .section-1-star{
        width: 16%;
        top: 93%;
        left: 2%;
    }
    .section-1 .inner_wrapper{
        width: 100%;
        height: 100%;
        background-image: none;
    }
    /* m section-2 */
    .section-2-title {
        margin: 7px;
        width: 70%;
    }
    .section-2 .section-item{
        display: inline-block;
        width: 45%;
        margin: 2%;
    }
    .section-2 .section-item img{
        width: 100%;
    }
    .section-2 .desktop{
        display: none;
    }
    .section-2 .inner_wrapper{
        padding-right: 0;
        padding-left: 0; 
    }
    /* m section-3 */
    .section-3{
        background-color: #209ABA;
    }
    .section-3 .inner_wrapper{
        padding: 8px 0;
    }
    .section-3 .section-item{
        background-color: #FFFFFF;
        height: 80px;
        line-height: 80px; 
        border-radius: 8px;
        text-align: center;
        padding: 0 15px 0 0;
        margin: 8px;
        width: 46%;
        font-size: 16px;
    }
    .section-3 .section-item::after{
        border-width: 7.5px 0 7.5px 13.0px;
    }
    .section-3 .section-item:not(:last-child){
        border-right: 0;
    }
    /* m section-4 */
    .section-4{
        padding: 0;
    }
    .section-4 .inner_wrapper{
        padding: 0;
    }
    .desktop{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .section-3 .section-item{
        background-color: #FFFFFF;
        padding: 0 15px 0 0;
        margin: 5px;
        width: 46%;
        font-size: 14px;
    }
    .section-3 .section-item::after{
        border-width: 5px 0 5px 8.7px;
    }
    .section-3 .section-item img{
        width: 50px;
    }
}
@media screen and (max-width: 360px) {
    .section-3 .section-item{
        font-size: 13px;
        height: 50px;
        line-height: 50px; 
        margin: 4px;
        width: 47%;
        padding-right: 14px;
    }
    .section-3 .section-item::after{
        border-width:  4px 0 4px 6.9px;
    }
    .section-3 .section-item img{
        width: 40px;
    }
}