/* 公共样式 */
html,
body {}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none
}

img {
    display: block;
    width: 100%;
}

.row {
    width: 16rem;
    margin: 0 auto;
}

h1 {
    font-size: 0.68rem;
    font-weight: bold;
}

h2 {
    font-size: 0.36rem;
    font-weight: 400;
}

h3 {
    font-size: 0.2rem;
    font-weight: bold;
}

a {
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C2C2C2;
}

.row-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row-2-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.layout-left-zero {
    left: 0;
}

.layout-right-zero {
    right: 0;
}

.text-bold {
    font-weight: bold;
}
.nav-list a{
	color:#201D1D;
}



/* 门店选择弹框样式 */
.choosestore{
    padding: 20px;
    color: #535353;
    position: relative;
}
.store-tips{
    font-size: 12px;
    margin: 20px 0;
}
.store-list{
    color: #3FA3FF;
}
.store-list ul{
   display: flex;
   flex-wrap: wrap;
}
.store-list ul li{
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
}
.choose-opt{
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.citychoose{
    height: 40px;
}
.arealist ul{
    display: flex;
}
.arealist ul li{
    margin: 10px;
    cursor: pointer;
}
.areachoose{
    color: rgb(243, 36, 51);
}
.selbox{
    margin-right: 10px;
}
.storesearch-box{
    width: 350px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-bottom: 30px;
}
.storesearch-inp{
    width: 280px;
    height: 30px;
    outline: none;
}
.storesearch{
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #535353;
    border-radius: 5px;
}

/*footer样式 */
.banquet-footer{
    width: 100%;
    height: 310px;
    background-color: #00C65D;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top:95px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.left-item{
    width: 230px;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.code-item p{ 
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
 }
 .code-item img{
     width: 97px;
     height: 97px;
 }
.right-item{
    width: 500px;
    height: 120px;
}
.container{
    width: 810px;
    display: flex;
    justify-content: space-between;
}
.info-item{
    height: 90px;
    width: 30%;
    margin-top: 30px;
}
.info-item p{
   line-height: 30px;
}
