/* 主颜色：#222 */
/* 副颜色：#666 */
.skin-light .main-color{
	color: #222;
}
.skin-dark .main-color{
	color: #fff;
}
.sub-color{
	color: #666;
}
.white {
    color: #fff;
}
.eee {
    color: #eee;
}
.blank {
    color: #000;
}
.bold {
    font-weight: bold;
}
html{
    font-size: 10px;
}
body {
    margin: 0;
    font-family: clean,sans-serif;
    color: #222;
    background-color: #f5f5f5;
    background-size: 100%;
    font-size: 14px;
    padding-bottom: 100px;
}

/* 亮色主题 */
body.skin-light .bg-switch{
    background-color: #fff;
}

/* 暗色主题 */
body.skin-dark .bg-switch{
    background-color: transparent;
}

body.skin-dark{
	color: #fff;
    background-color: #222;
}
body.skin-dark .date-and-address{
    color: #fff;
}
body.skin-dark .count-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
body.skin-dark .custom-tabs-btn {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
body.skin-dark .custom-tabs-btn .active-tab a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
body.skin-dark .custom-tabs-btn li a {
    color: rgba(255, 255, 255, 0.5);
}
body.skin-dark .detail-section{
    color: #fff;
    background-color: #222;
}
body.skin-dark .copyright, body.skin-dark .copyright a{
    color: rgba(255, 255, 255, 0.3);
}
body.skin-dark .copyright::before, body.skin-dark .copyright::after {
    background: rgba(255, 255, 255, 0.3);
}
body.skin-dark .form-item{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
body.skin-dark .upload-img-item{
    background: rgba(255, 255, 255, 0.5) url(../images/add-icon.png) no-repeat scroll right top;
}
body.skin-dark .search-form input{
    background: #000;
    color: #fff;
}
body.skin-dark input::-webkit-input-placeholder, body.skin-dark .form-item::-webkit-input-placeholder{
    color:#fff;
}
body.skin-dark .search-form button{
    color: #fff;
}
body.skin-dark .store-item{
    background-color: #222;
    color: #fff;
}
body.skin-dark .store-item-parameter{
    border: none;
}
body.skin-dark .store-id, body.skin-dark .store-fav {
    color: #fff;
}
body.skin-dark footer{
    background-color: #000;
}
body.skin-dark .footer-menu-item{
    color: rgba(255, 255, 255, 0.5)
}
body.skin-dark .footer-menu-item.active, body.skin-dark .footer-menu-item:hover, body.skin-dark .footer-menu-item:focus {
    color: #fff;
}

/* 表单 */

.el-upload-list--picture-card .el-upload-list__item{
    max-width: 100px;
    max-height: 100px;
}

.container{
    max-width: 480px;
}
.container.no-padding{
    padding: 0;
}
p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
    font-weight: bold;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #222;
    cursor: pointer;
    outline: none;
}
a:hover,
a:focus {
    color: #FFDD56;
    text-decoration: none;
    transition: all 0.5s;
}
img{
    max-width: 100%;
    height: auto;
}
.zero-row {
    margin-left: 0;
    margin-right: 0;
}
.zero-row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}
.tiny-row-3 {
    margin-left: -3px;
    margin-right: -3px;
}
.tiny-row-3 > [class*="col"] {
    padding-left: 3px;
    padding-right: 3px;
}
.tiny-row {
    margin-left: -5px;
    margin-right: -5px;
}
.tiny-row > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}
.tiny-row-7 {
    margin-left: -7px;
    margin-right: -7px;
}
.tiny-row-7 > [class*="col"] {
    padding-left: 7px;
    padding-right: 7px;
}
.small-row {
    margin-left: -10px;
    margin-right: -10px;
}
.small-row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.mid-row {
    margin-left: -20px;
    margin-right: -20px;
}
.mid-row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
}
.mid-row-5 {
    margin-left: -25px;
    margin-right: -25px;
}
.mid-row-5 > [class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}
.big-row {
    margin-left: -30px;
    margin-right: -30px;
}
.big-row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
.big-row-5 {
    margin-left: -35px;
    margin-right: -35px;
}
.big-row-5 > [class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
}
.large-row {
    margin-left: -40px;
    margin-right: -40px;
}
.large-row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
}
.large-row-5 {
    margin-left: -45px;
    margin-right: -45px;
}
.large-row-5 > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
}
.col-20 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.max-120{
    max-height: 120px;
}
.max-160{
    max-height: 160px;
}
.max-180{
    max-height: 180px;
}
.max-200{
    max-height: 200px;
}
.max-240{
    max-height: 240px;
}
.max-300{
    max-height: 300px;
}
.btn i{
    margin-right: 5px;
}
.btn-lg i{
    margin-right: 10px;
}
.btn{
    font-size: 1.4rem;
}
.btn-group-lg>.btn,
.btn-lg{
    font-size: 2rem;
}
/* FOOTER */
.copyright,
.copyright a{
    position: relative;
    text-align: center;
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.copyright::before,
.copyright::after{
    content: '';
    position: absolute;
    top: 45%;
    background: rgba(0, 0, 0, 0.1);
    width: 15%;
    height: 1px;
    color: rgba(0, 0, 0, 0.1);
}
.copyright::before{
    left: 5%;
}
.copyright::after{
    right: 5%;
}
footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    z-index: 999;
}
.footer-menu-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: rgba(0,0,0,0.5);
}
.footer-menu-item i{
    font-size: 20px;
}
.footer-menu-item span{
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
.footer-menu-item.active,
.footer-menu-item:hover,
.footer-menu-item:focus {
    color: #222;
}
/* HOME */
.banner{
    position: relative;
}
.date-and-address{
    position: absolute;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 2px;
}
.date{
    margin-bottom: 5px;
}
.date-and-address i{
    font-weight: 400;
    margin-right: 5px;
}
.count{
    font-size: 15px;
}
.count-item:not(:last-child){
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.count-title{
    font-weight: 400;
}
.count-item i{
    font-size: 14px;
    margin-right: 5px;
}
.search-form {
    position: relative;
    border: 0 none;
    margin-bottom: 20px;
}
.search-form input {
    background-color: rgba(0, 0, 0, 0.05);
    border: 0 none;
    border-radius: 5px;
    color: #222;
    padding: 15px 55px 15px 20px;
    width: 100%;
    font-size: 12px;
}
.search-form input:focus{
    outline: none;
}
.search-form ::-webkit-input-placeholder,
.search-form input:focus::-webkit-input-placeholder,
.search-form :-moz-placeholder,
.search-form input:focus:-moz-placeholder,
.search-form ::-moz-placeholder,
.search-form input:focus::-moz-placeholder,
.search-form :-ms-input-placeholder,
.search-form input:focus:-ms-input-placeholder{
    color: #999;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0 none;
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    height: 100%;
    width: 55px;
}
.search-form button:hover,
.search-form button:focus{
    outline: none;
    color: #FFDD56;

}
.home-tip .section-title{
    font-weight: 400;
}
.sign-up-btn-wrap{
    margin-bottom: 40px;
}
.custom-tabs-btn {
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.custom-tabs-btn li a{
    position: relative;
    top: 2px;
    z-index: 1;
    display: block;
    text-align: center;
    padding-bottom: 14px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.custom-tabs-btn li:first-child a{
    margin-right: 7px;
}
.custom-tabs-btn li:last-child a{
    margin-left: 7px;
}
.custom-tabs-btn .active-tab a{
    color: rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid #000;
}
.store-item {
    background-color: #fff;
    padding: 0;
    color: #000;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.store-item > a {
    display: block;
}
.store-item img{
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.store-item-info{
    padding: 10px;
}
.store-item-info h3{
    font-size: 1.4rem;
    font-weight: normal;
}
.store-item-parameter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: #eee solid 1px;
    margin-bottom: 5px;
}
.store-id,
.store-fav {
	font-size: 12px;
	color: #222;
	line-height: 1.2;
}
.store-fav > i {
    margin-right: 3px;
    color: #FE3672;
}
.store-item > h3 {
    color: #222222;
    line-height: 1.2;
    margin-bottom: 10px;
}
/* ACTIVITY */
.page-content{
    margin-top: 25px;
}
.page-title{
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}
.activity-section:not(:last-of-type) {
    margin-bottom: 35px;
}
.section-title{
    margin-bottom: 15px;
}
.page-content .img-wrap{
    text-align: center;
}
.has-icon i{
    font-size: 14px;
    margin-right: 5px;
}
/* SING UP */
.sign-up-form-wrap{
    margin-top: 25px;
}
.sign-up-form ::-webkit-input-placeholder {
    font-weight: bold;
}
.sign-up-form input:focus::-webkit-input-placeholder,
.sign-up-form textarea:focus::-webkit-input-placeholder {
    font-weight: bold;
}
.sign-up-form :-moz-placeholder {
    font-weight: bold;
}
.sign-up-form input:focus:-moz-placeholder,
.sign-up-form textarea:focus:-moz-placeholder{
    font-weight: bold;
}
.sign-up-form ::-moz-placeholder {
    font-weight: bold;
}
.sign-up-form input:focus::-moz-placeholder,
.sign-up-form textarea:focus::-moz-placeholder {
    font-weight: bold;
}
.sign-up-form :-ms-input-placeholder {
    font-weight: bold;
}
.sign-up-form input:focus:-ms-input-placeholder,
.sign-up-form textarea:focus:-ms-input-placeholder {
    font-weight: bold;
}
.form-item{
    width: 100%;
    height: 50px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
}
.form-item:focus{
    outline: none;
    background-color: transparent;
}
textarea.form-item{
    height: auto;
}
.upload-title my-3{
    margin-bottom: 15px;
}
.upload-tip{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.upload-img-wrapper{
    margin-bottom: 20px;
}
.upload-img-wrap{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 5px;
}
.upload-img-wrap::before {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.upload-img-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.5) url('../images/add-icon.png') no-repeat scroll right top;
}
.hide{
    display: none;
}
.form-success{
    min-height: 280px;
}
/*SHARE*/
.layer-share{
    background-color: transparent !important;
    background-image: url(../images/share.png);
    background-size: 35px 45px;
    background-position: right 20px bottom 0;
    background-repeat: no-repeat;
    box-shadow:none !important;
}
/* DETAIL */
.detail-section{
    margin-top: 10px;
    background-color: #fff;
    padding: 20px;
}
.store-title-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.store-title-wrap h1{
    font-weight: 400;
    flex: 1;
    margin-bottom: 0;
}
.store-title-wrap .btn{
    margin-left: 10px;
    width: 112px;
    height: 32px;
}
.detail-count{
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-count-item{
    font-size: 15px;
    line-height: 1;
}
.detail-count-item i{
    margin-right: 5px;
    font-size: 14px;
}
.detail-count-item:not(:last-child){
    margin-right: 35px;
}
.store-detail-img-list{
	margin-bottom: 25px;
}
.store-detail-img-list .store-detail-img:not(:last-of-type){
	margin-bottom: 20px;
}
.detail-section .section-title{
    font-weight: 400;
    margin-bottom: 10px;
}
.detail-section p:not(:last-child){
    margin-bottom: 30px
}
/* LAYER */
.layui-layer-content{
    padding: 10px;
    text-align: center;
}
.follow-wx img{
    margin-bottom: 10px;
}
.follow-wx p{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}
.follow-wx p:last-child{
    margin-bottom: 0;
}
/* SELECT BTN */
.select-btn-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 54px;
    background-color: #fff;
    padding: 15px;
    z-index: 1;
    display: none;
}
.select-btn-wrap.select-btn-active{
    display: block;
}
.checkbox-wrap{
    margin-top: 5px;
    line-height: 0;
    text-align: right;
}
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    position: relative;
    display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
    background-color: transparent;
	margin-bottom: 0;
	cursor: pointer;
}
.regular-checkbox:checked + label {
	border-color: #007bff;
}
.regular-checkbox:checked + label:after {
    content: "\f143";
    font-family: Flaticon;
    position: absolute;
    top: 7px;
    left: 4px;
    font-size: 20px;
    color: #007bff;
}

.regular-checkbox[disabled="disabled"] + label {
    background-color: #eee;
}

#infscr-loading {
    text-align: center;
    z-index: 100;
    position: fixed;
    left: 50%;
    margin-left: -38px;
    bottom: 100px;
    padding: 10px;
    background: #FFF;
    opacity: 0.9;
    color: #222;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.footer{
    margin-top: 40px;
}
.foot-info{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center;
}
.upload-wrap{
    padding-bottom: 30px;
}
.upload-wrap ul li{
    width: 100px !important;
    height: 100px !important;
}
.el-upload--picture-card{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
