﻿@charset "utf-8";
/* CSS Document */



/**弹出消息的样式相关start**/
/**按钮的*/
.message-box .btn {
    height: 3.6rem;
    border-radius: 2.3rem;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.6rem;
    width: 45%;
    margin: 0 2%;
    float: left;
}

.message-box .btn-save {
    background-color: #07033F;
    border: 0.1rem solid #07033F;
    color: #FAAE01;
}

.message-box .btn-cancel {
    background-color: #fff;
    border: 0.1rem solid #ccc;
    color: #666;
}

/**大的提示框div**/
.message-box {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    display: none;
    z-index: 12040;
    text-align: center;
}

    .message-box .confirm-box {
        display: none;
        width: 80%;
        background-color: #fff;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -40%;
        z-index: 10040;
    }

    .message-box .confirm-box {
        margin-top: -6rem;
    }


    .message-box p {
        text-align: center;
        padding: 1rem 0;
    }


    /**alert的box*/
    .message-box .alert-box {
        display: none;
        width: 80%;
        background-color: #fff;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -40%;
        z-index: 10040;
        margin-top: -6rem;
    }

    .message-box .btn-submit {
        background-color: #07033F;
        border: 0.1rem solid #07033F;
        color: #FAAE01;
        float: none;
        margin: 0 auto;
    }
.message-box .code-err-h3{
	color: #FF0000;
}
.message-box .code-true-h3{
	color: #07043F;
}

    /**关闭的叉叉*/
    .message-box .closer {
        width: 4rem;
        height: 4rem;
        background: url("../images/restaurant/icon_close_3x_white.png") no-repeat 50% 50%;
        background-size: 3rem;
        position: absolute;
        left: 50%;
        bottom: -5rem;
        margin-left: -2rem;
    }
/**弹出消息的样式相关end**/



.uploadpiclist > li {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    margin: 0.2rem 0.1rem;
}

    .uploadpiclist > li > img {
        width: 100%;
        height: 100%;
    }

.imgDelBn {
    width: 2rem;
    height: 2rem;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 50%;
}

.uploadpiclist1 > li {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    margin: 0.2rem 0.1rem;
}

    .uploadpiclist1 > li > img {
        width: 100%;
        height: 100%;
    }

 
/**输入框错误的提示 */
p.pinkAtten {
    color: #FF5F5F;
    font-size: 1.1em;
    text-align: left;
    display:none;
}


.a-point { cursor:pointer;}


/***日历的**/

.calendar-box .calendar-month > a > span.d {
    display:block;
    width: 100%;
    height: 1.6rem;
    line-height: 4.5rem;
    text-align: center;
    margin: 0rem 0.2em; 
    padding:0px;
}

.calendar-box .calendar-month > a > span.w {
    display: none;
    width: 100%;
    height: 1.6rem;
    line-height: 1.2rem;
    text-align: center;
    margin: 0rem 0.2em;
    padding: 0px;
    font-size:0.5em;
}

.timer-a-p p a, .set-time-ap {padding-right:0.5em;}



/**分页的样式阿start**/
.pageNu{
	width: 100%;
	position: fixed;
	background-color: #fff;
	left: 0;
	bottom: 0;
	padding: 1rem 1.6rem;
	border-top: 0.1rem solid #f5f5f5;
}
.pageNu a {
    display: inline-block;
    padding: 10px 5px;
    margin-right: 10px;
    cursor: pointer;
}

.total {
    padding: 10px 0px;
    text-align: center;
}
.order-take-time{
	border-radius: 0.4rem;
	border: 0.1rem solid #FAAE01;
	margin: 0 auto;
	width: 60%;
	line-height: 4rem;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
}
#store-header p.order-take-time{
	border-radius: 0.4rem;
	border: 0.1rem solid #FAAE01;
	margin: 1rem auto;
	width: 50%;
	line-height: 3rem;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
}

.total, .pages {
    width: 49%;
    float: left;
}

    .pages a.curp {
        color: #e37d7d;
        cursor: pointer;
        font-weight: bold;
    }

    .pages a:hover {
        color: #e37d7d;
    }
/**分页的样式阿end**/


.working-date-list h3 {
    font-size: 1.8rem;
    padding: 1rem 0 0 0;
    margin: 0;
}
.price-range i{
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	border-radius: 1rem;
	border: 0.1rem solid #666;
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: center;
	font-style: normal;
}

@media only screen and (min-width: 961px) {
.message-box .btn {
    height: 2.4rem;
    border-radius: 2.3rem;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.4rem;
    width: 40%;
    margin: 0 4.5%;
    float: left;
}
	.message-box .confirm-box {
        display: none;
        width: 50%;
        background-color: #fff;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -25%;
        z-index: 10040;
    }
	
}

/** loading 的按钮 样式 **/
.btn-loading::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    margin-top: 0.5em;
    border: 2px solid currentColor;
    border-radius: 50%;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}