@charset "utf-8";
/* CSS Document */

a, a:hover {color: whitesmoke;}

#infotemporary {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: +1000;
    width: 80%;
    height: 0;
    top: 10%;
    left: 10%;
    overflow: auto;
    border-radius: 5px;
    border: rgba(196, 168, 134, 0.6) solid 1px;
    opacity: 0;
}
#infotemporary h1 {
    text-align: center;
    text-decoration: underline;
    font-size: 1.5em;
    color: #C4A886;
    margin: 50px 0 20px 0;
}
#infotemporary p {padding: 0 5% 20px 5%;}
#infoclose {
    position: absolute;
    right: 5%;
    top: 10px;
    background: transparent;
    border: none;
    color: #C4A886;
    font-size: 1.2em;
    z-index: +1;
}
#infoclose:hover {color: whitesmoke;}

#home {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: whitesmoke;
    overflow: auto;
    height: 100%;
    width: 100%;
    position: fixed;
    padding-bottom: 80px;
}

.pubbox {
    position: relative;
    height: 280px;
    width: 100%;
    overflow: hidden;
    background: url("/static/app/index/img/pubbg.62e50e88ab7a.jpg") no-repeat center center;
    background-size: auto 100%;
    text-align: center;
}
.pubbox p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    z-index: +1;
}
.pubbox p span {color: #C4A886;}
#imgC {
    max-height:100%;
    max-width:100%;
    vertical-align: middle;
    margin: 0 auto;
}
.imgfree {position: absolute;}
#imgL1 {
    width: 13em;
    left: 20%;
    top: 10%;
    opacity: .8;
}
#imgR1 {
    width: 8em;
    right: 22%;
    bottom: 15%;
}
#imgR2 {
    width: 12em;
    right: 10%;
    bottom: 20%;
    opacity: .6;
}
#imgR3 {
    width: 10em;
    right: 1%;
    top: -10%;
    opacity: .2;
}
.videoPre {
    display: block;
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	height: 100%;
}

.pubbox-custom {
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.pubbox-custom a {
    display: block;
    width: 100%;
    height: 100%;
}

#topSwiper {
    height: 400px;
    width: 100%;
    overflow: hidden;
}
#wheelbox {
    height: 400px;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#wheelinfo {
    position: absolute;
    top: 150px;
    left: 20%;
    z-index: +1;
}
#wheelinfo h1 {
    color: whitesmoke;
    width: 100%;
    font-size: 3em;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 30px;
}
#wheelinfo a {
    padding: 10px 25px;
	cursor: pointer;
    background-color: #C4A886;
	border: 1px solid #edd1ae;
	font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .3s;
}
#wheelinfo a:hover {background-color: #edd1ae;}
.swiper-container{--swiper-pagination-color: #C4A886;}
.swiper-pagination-bullet{
    height: 12px;
    width: 12px;
}
#topSwiper .swiper-container{--swiper-navigation-size: 50px;} /* 设置按钮大小 */
#topSwiper .swiper-button-white {
    color: #C4A886;
    background-color: rgba(0, 0, 0, 0.5);
    height: 60px;
}
#topSwiper .swiper-button-white:hover {color: whitesmoke;}

#prodsshow, #zonetimebox, #catesshow, #socialbox {
    width: 100%;
    height: 300px;
    background: rgba(42, 42, 42, 0.5);
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}
#prodsshow {border-bottom: 1px dotted #444444;}
#shownav {
    padding-left: 15%;
    height: 90px;
}
#shownav h2, #shownav a {
    float: left;
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 40px;
}
#shownav a {
    font-size: 1em;
    color: #C4A886;
    margin-top: 50px;
    margin-left: 20px;
}
#shownav a:hover {
    color: whitesmoke;
    cursor: pointer;
}
#prodtomark {display: block;}
#prodtomarkmobile {display: none;}

#prodsnav {
    width: 80%;
    height: 180px;
}
#prodsnav .swiper-button-white {background-color: rgba(0, 0, 0, 0.5);}
#prodsnav ul {height: 100%;}
#prodsnav ul li {
    position: relative;
}
#prodsnav ul li a {
    display: block;
    width: 180px;
    height: 180px;
}
#prodsnav ul li a p {
    position: absolute;
    top: 40%;
    width: 180px;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    transition: .2s;
}
#prodsnav ul li a span {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
    border: 1px solid #555555;
}
#prodsnav ul li a img {height: 100%;}

/*---------------------------------------------详情页*/
#detailbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 300;
}
#detailwindow {
    position: absolute;
    left: 10%;
    top: 8%;
    width: 80%;
    height: 80%;
    border: none;
    border-radius: 10px;
}
.closebox {
    position: absolute;
    left: 50%;
    /*top: 8%;*/
    bottom: 8%;
    background: transparent;
    border: none;
    color: #C4A886;
    font-size: 1.5em;
    z-index: +1;
}
.closebox:hover {color: whitesmoke;}

/*送餐区域, 时间选择*/
#zonetimebox {
    padding-bottom: 10px;
    height: auto;
    border-top: none;
}
#mealshow {
    padding-top: 10px;
    width: 360px;
    height: 100%;
    margin: auto;
}
.livraison, .livraison-a, .livraisonSP {
    float: left;
    text-align: center;
    padding: 4px 0 6px 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #C4A886;
    margin: 0 5px;
    width: 170px;
}
.livraisonSP {border: none;}
.dis {
    color: #1a1a1a;
    background: #5e5e5e;
    border-color: #5e5e5e;
}
#mealway {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: +100;
}
#zonetimeswindow, #warn {
    position: absolute;
    top: 40%;
    left: 25%;
    width: 50%;
    height: 152px;
    border: none;
    border-radius: 5px;
}
#warn {
    background: rgba(0, 0, 0, 0.96);
    z-index: +1;
    /*display: none;*/
}
#warn tab {display: none;}
#warn p {
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
}
#warn p span {
    color: yellow;
    font-weight: bold;
}
#warn button {
    display: block;
    width: 50%;
    height: 50px;
    margin: auto;
    background-color: #C4A886;
    border: 0;
    border-radius: 5px;
    color: black;
    font-size: 1.1em;
    font-weight: 600;
    transition: .2s;
}
#warn button:hover {
    color: whitesmoke;
    background-color: #87714f;
}
#mealwayinfo {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 50px;
    border-radius: 5px;
    transition: .3s;
    background-color: black;
}
#mealwayinfo span {
    width: 100%;
    display: block;
    padding: 13px 10px;
    font-size: .8em;
    font-weight: 600;
    text-align: center!important;
}
#turnofftimezone {
    bottom: 30%;
    left: 25%;
}
#pub-sharing {
    padding-top: .5em;
    width: 100%;
}
#sharing-info {
    margin: auto;
    text-align: center;
    padding: .5em 1em .6em 1em;
    width: fit-content;
    width: -moz-fit-content;
    background: #101010;
}
#sharing-info h1 {
    color: #C4A886;
    font-size: 1.2em;
    margin-bottom: .5em;
}
#sharing-txt {
    margin: auto;
    text-align: left;
    width: fit-content;
    width: -moz-fit-content;
}
#sharing-txt a {
    display: inline-block;
    margin-top: .5em;
    padding: .5em 1em;
    color: #101010;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: .3em;
    background: #C4A886;
    transition: .2s;
}
#sharing-txt a:hover {
    color: whitesmoke;
    background-color: #87714f;
}

#socialbox {height: auto;}
#socialbox menu {
    width: 60%;
    height: 150px;
    margin: 30px auto auto;
}
#socialbox menu ul {height: 100%;}
#socialbox menu ul li {
    display: block;
    float: left;
    width: 25%;
}
#socialbox menu li a {
    display: block;
    margin: 10px auto auto;
    width: 60px;
    height: 60px;
    border: 1px solid #555555;
    border-radius: 50%;
    transition: .2s;
}
#socialbox menu li a:hover {
    margin-top: 5px;
    width: 70px;
    height: 70px;
    border-color: #C4A886;
    transition: .3s;
}
#socialbox menu li a img {width: 100%;}

.tran {
	width: 100%;
	background-image: url("/static/app/index/img/tran.6ca0b224506e.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-attachment: fixed;*/
	background-size: cover;
}
.txt-tran {
    font-size: .9em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	padding: 150px 5%;
    background: rgba(0, 0, 0, 0.85);
}
.txt-tran h3 {
    color: #C4A886;
    font-size: 2em;
    font-weight: 400;
    padding-bottom: 35px;
}

#catesshow {
    height: auto;
    padding-bottom: 100px;
}
#catesshow menu {
    width: 82%;
    margin: auto;
}
#catesshow menu li {
    margin: 0 1%;
    width: 23%;
    height: 300px;
    float: left;
    background: rgba(100, 100, 100, 0.2);
    border: 2px solid rgba(196, 168, 134, 0.2);
    text-align: center;
    transition: .2s;
}
#catesshow menu li h4 {
    color: #C4A886;
    font-size: 1.2em;
    padding: 20px 0;
}
#catesshow menu li p {
    padding: 10px 0;
    font-size: .9em;
}
#catetomark {display: block;}
#catetomarkmobile {display: none;}
.sdshow {display: none;}
.cateimg {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}

#storeinfobox {padding: 0 0 3em 0;}
#storeinfobox img {
    display: block;
    width: 160px;
    height: auto;
    margin: auto;
    padding-top: 20px;
}
#hoursbox, #addressphone {
    float: left;
    width: 50%;
    text-align: left;
}
#hoursbox h5, #addressphone h5 {
    color: #C4A886;
    padding-bottom: .3em;
}
#hoursbox p {
    width: 30%;
    font-size: .9em;
    float: left;
    padding-bottom: .3em;
}
#hoursbox ul, #apbox {
    width: 60%;
    float: right;
}
#hoursbox ul li {
    display: block;
    width: 100%;
    height: 1.4em;
}
.timeright {width: 70%!important;}
#addressphone p {
    width: 100%;
    font-size: .9em;
    float: left;
    padding-bottom: 1em;
}
#addressphone a {
    display: block;
    color: #C4A886;
}
#addressphone a span {
    color: whitesmoke;
    font-size: .8em;
}
#addressphone a:hover {
    color: whitesmoke;
    text-decoration: underline;
}

/*自适应性*/
@media (max-width: 1280px) {
    #infotemporary h1 {margin: 35px 0 14px 0;}
    .infoclose {top: 7px;}
    /**/
    #home {padding-bottom: 56px;}
    /**/
    .pubbox {height: 210px;}
    .videoPre {width: 400px;}
    #topSwiper, #wheelbox {height: 280px;}
    #wheelinfo {top: 105px;}
    #wheelinfo img {
        height: 60px;
        margin-bottom: 10px;
    }
    #wheelinfo h1 {margin-bottom: 20px;}
    #wheelinfo a {padding: 7px 18px;}
    .swiper-pagination-bullet{
        height: 9px;
        width: 9px;
    }
    #topSwiper .swiper-container{--swiper-navigation-size: 35px;} /* 设置按钮大小 */
    #topSwiper .swiper-button-white {height: 45px;}
    /**/
    #prodsshow {height: 210px;}
    #shownav {height: 63px;}
    #shownav h2, #shownav a {margin-top: 28px;}
    #shownav a {
        margin-top: 35px;
        margin-left: 14px;
    }
    #prodsnav {height: 126px;}
    #prodsnav ul li a, #prodsnav ul li a span {
        width: 126px;
        height: 126px;
    }
    #prodsnav ul li a p {width: 126px;}
    /**/
    #detailwindow {
        top: 3%;
        left: 5%;
        width: 90%;
        height: 90%;
        border-radius: 7px;
    }
    .closebox {bottom: 2%;}
    /**/
    #zonetimebox {padding-bottom: 6px;}
    #mealshow {
        padding-top: 6px;
        width: 300px;
    }
    .livraison, .livraison-a, .livraisonSP {
        padding: 3px 0 4px 0;
        border-radius: 3px;
        margin: 0 4px;
        width: 142px;
    }
    #mealwayinfo {
        top: 35%;
        height: 35px;
    }
    #mealwayinfo span {padding: 9px 7px;}
    #socialbox {height: auto;}
    #socialbox menu {
        height: 105px;
        margin-top: 20px;
    }
    #socialbox menu li a {
        margin-top: 8px;
        width: 42px;
        height: 42px;
    }
    #socialbox menu li a:hover {
        margin-top: 4px;
        width: 50px;
        height: 50px;
    }
    #socialbox menu li a img {width: 100%;}
    /**/
    .txt-tran {padding: 105px 5%;}
    .txt-tran h3 {padding-bottom: 25px;}
    /**/
    #catesshow {padding-bottom: 60px;}
    #catesshow menu li {height: 210px;}
    #catesshow menu li h4 {padding: 14px 0 10px 0;}
    #catesshow menu li p {padding: 7px 0;}
    #storeinfobox img {
        width: 100px;
        padding-top: 15px;
    }
}

@media (max-width: 1024px) {
    #detailwindow {
        left: 1%;
        width: 98%;
    }
}

@media (max-width: 768px) {
    #imgL1 {left: 10%;}
    #imgR1 {
        width: 6em;
        right: 20%;
    }
    #imgR2 {
        width: 10em;
        right: 8%;
    }
    #imgR3 {width: 8em;}
    .pubbox-custom {height: 300px;}
    #catesshow menu li {
        margin: 10px 1%;
        width: 48%;
    }
    .hdshow {display: none;}
    .sdshow {display: block;}
    #zonetimeswindow, #warn, #mealwayinfo {
        width: 80%;
        left: 10%;
    }
    #turnofftimezone {left: 10%;}
    #hoursbox, #addressphone {width: 100%;}
    #hoursbox {padding-bottom: 1.2em;}
    #hoursbox ul, #apbox {
        width: 65%;
        float: none;
        margin: auto;
    }
    /*详情页*/
    #detailwindow {
        top: 2%;
        height: 94%;
    }
    .closebox {bottom: 1%;}
}

@media (max-width: 580px) {
    #home{padding-top: 50px;}
    .pubbox {height: 150px;}
    #imgL1 {
        width: 8em;
        left: 5%;
    }
    #imgR1 {
        width: 4em;
        right: 15%;
    }
    #imgR2 {
        width: 8em;
        right: 5%;
    }
    #imgR3 {width: 5em;}
    .videoPre {width: 300px;}
    #topSwiper, #wheelbox {height: 420px;}
    #wheelinfo {top: 80px;}
    #wheelinfo h1 {font-size: 1.8em}
    #prodtomark {display: none;}
    #prodtomarkmobile {display: block;}
    #catetomark {display: none;}
    #catetomarkmobile {display: block;}
    #catesshow menu {width: 92%;}
    #catesshow menu li p {padding: 10px 0;}
    #socialbox menu {width: 80%;}
    .txt-tran {padding: 80px 5%;}
    #zonetimeswindow, #warn, #mealwayinfo {
        width: 90%;
        left: 5%;
    }
    #turnofftimezone {left: 5%;}
    #detailwindow {top: 1%;}
}
