
.section-01{
	height: 750px;
	background: url(../images/takeawayorder/web@1x_01.jpg?20181218) no-repeat top center;position: relative;
}
.section-02{
    height: 630px;
    background: url(../images/takeawayorder/web@1x_02.jpg) no-repeat top center;position: relative;
}
.section-03{
    height: 674px;
    background: url(../images/takeawayorder/web@1x_03.jpg) no-repeat top center;position: relative;
}
.section-04{
    height: 1350px;
    background: url(../images/takeawayorder/web@1x_04.jpg) no-repeat top center;position: relative;
}
.section-05{
    height: 765px;
    background: url(../images/takeawayorder/web@1x_05.jpg) no-repeat top center;position: relative;
}
.section-06{
    height: 875px;
    background: url(../images/takeawayorder/web@1x_06.jpg) no-repeat top center;position: relative;
}
.section-07{
    height: 700px;
    background: url(../images/takeawayorder/web@1x_07.jpg?20181218) no-repeat top center;position: relative;
}

.pop__content{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
     cursor: pointer;

}
.pop__content.is-show{
    display: block;
}
.pop__mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .6;
    z-index: 9998;

}
.pop__mask.is-show{
    display: block;
}
.pop__content:after{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.pop__img{
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}
.demo-gif__wrapper{
    display: none;
    align-items: center;
    position: absolute;
    top: 137px;
    left: 50%;
    border-radius: 30px;
    margin-left: -346px;
    height: 634px;
    background-color: #000;
    z-index: 10;
}
.start-btn{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 393px;
    left: 50%;
    margin-left: -242px;
    border-radius: 50%;
    cursor: pointer;
}
.demo-gif__wrapper.is-show{
    display: flex;
}
.arrow-down{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 264px;
    left: 50%;
    margin-left: -491px;
    cursor: pointer;
}