.common {
    max-width: 1220px;
    margin: auto;
}


/* 清除浮動 */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}


/* 首頁title */

.main-title {
    padding: 40px 0 10px;
}

.main-title h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 0;
}

.main-title p {
    font-size: 18px;
    color: red;
    text-align: center;
    margin: 10px;
    font-weight: 500;
}


/* step color */

.step1-color {
    color: rgb(252, 110, 127);
}

.step2-color {
    color: rgb(143, 186, 69);
}

.step3-color {
    color: rgb(68, 192, 218);
}

.step4-color {
    color: rgb(254, 173, 110);
}

.step5-color {
    color: rgb(183, 117, 221);
}


/* 拼購 */

.step-box ul {
    padding-left: 0;
    overflow: hidden;
    display: flex;
    list-style: none;
}

.step-box ul li {
    text-align: center;
    margin: 0;
    flex: 1;
    margin: 0;
}

.step-box ul li i {
    display: block;
}

.step-box ul li h2 {
    margin-bottom: 10px;
    font-size: 24px;
    padding-top: 10px;
}

.step-box ul li p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.step-box ul li p.gray {
    color: #999;
}


/* 拼單 */

#activity {
    background-color: rgb(255, 243, 208);
}

.step-box.box2 {
    padding-bottom: 40px;
}

.step-box.box2 ul li {
    height: 400px;
    position: relative;
}

.step-box.box2 ul li:nth-child(odd)>div {
    position: absolute;
    top: 0;
}

.step-box.box2 ul li:nth-child(even)>div {
    position: absolute;
    bottom: 0;
}

.step-box:not(.box2) {
    margin-bottom: 40px;
}


/* 響應式 */

@media screen and (max-width:480px) {
    .main-title h1 {
        font-size: 24px;
    }
    .main-title p {
        font-size: 14px;
    }
    .step-box ul {
        display: unset;
    }
    .step-box ul li {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
    .step-box ul li i img {
        width: 100px;
    }
    .step-box ul li h2 {
        font-size: 20px;
    }
    .step-box ul li p {
        font-size: 18px;
    }
    .step-box.box2 ul li:nth-child(odd)>div {
        left: 40px;
    }
    .step-box.box2 ul li:nth-child(even)>div {
        right: 40px;
    }
    .step-box.box2 ul li {
        height: 250px;
    }
    .step-box.box2 {
        padding-bottom: 0;
    }
    .step-box:not(.box2) {
        margin-bottom: 20px;
    }
}


/* page */


/* page
   -
   about-us 
*/

.page-title {
    position: relative;
}

.page-title h1 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    width: 350px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.page-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dd211c;
    position: absolute;
    top: 14px;
}

.page-logo {
    text-align: center;
}

.page-logo img {
    width: 200px;
    max-width: 100%;
}

.page-info {
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    color: gray;
    font-size: 16px;
}

.shop-img {
    display: flex;
    margin: 60px 0;
}

.shop-img i {
    flex: 1;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 270px;
}

.shop-img i:nth-child(1) {
    flex: 0.8;
}

.shop-img i:nth-child(1) img {
    float: right;
    margin-right: 20px;
    ;
}


/* .shop-img i:nth-child(2) {

} */

.shop-img i:nth-child(3) img {
    float: left;
    margin-left: 20px;
}

.shop-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: 1px solid #da251a;
}


/* 響應式 */

@media screen and (max-width:480px) {
    .page-title h1 {
        font-size: 24px;
        width: 280px;
    }
    .page-title:before {
        top: 14px;
    }
    .shop-img {
        display: block;
        padding: 0 20px;
    }
    .shop-img i img {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/* 联络我们 */

.contact-info {
    margin: 40px 0;
}

.contact-info p.con-logo {
    float: right;
}

.contact-info p:not(.con-logo) {
    position: relative;
    padding-left: 30px;
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-info p i img {
    /* display: block; */
    max-width: 100%;
    vertical-align: middle;
}

.contact-info p i {
    display: inline-block;
    width: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

.ifg-preview-continer {
    float: right;
    width: 48%;
    padding：20px;
    box-sizing: border-box;
}

.event-submit-btn:hover {
    background-color: rgba(243, 59, 59, 0.9) !important;
}

.information-page-7 form .form-control {
    border: 1px solid #403939 !important;
}

@media screen and (max-width:480px) {
    .contact-info p.con-logo {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .ifg-preview-continer {
        float: none;
        width: 100%;
    }
    .bottom-box iframe {
        width: 100%;
        height: 200px;
    }
}