html {
    color: #333;
    background: #FFF
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {
    font: inherit
}

del,ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

hr {
    clear: both;
    margin: 10px auto;
    border: 0;
    border-top: 1px solid #ccc;
}

body {
    font-size: 14px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #09c;
}

.align-right {
    float: right;
}

@media screen and (min-width: 640px) {
    .wrapper {
        margin: 0 auto;
        width: 640px;
    }
}

.header-wrapper {
    position: relative;
    min-height: 40px;
    background: #333;
    font-size: 12px;
    z-index: 100;
}

.header-logo {
    float: left;
    margin: 11px 0 0 10px;
    height: 25px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 3px #000;
} 
.header-logo a {
    color: #fff;
}
.header-logo a img {
    height: 16px;
}


.header-location {
    float: left;
    height: 30px;
    line-height: 30px;
}

.header-location a {
    box-flex: 1;
    display: inline-block;
    margin: 5px 0 0 8px;
    color: #ccc;
}
.header-location .current {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background: #666;
    color: #fff;
    border-radius: 10px;
}



.header-more {
    float: right;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.header-more a {
    color: #ccc;
}


.nav-wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 5px #999;
    clear: both;
}

.nav {
    display: -webkit-box;
    display: box;
}

.nav li {
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
}

.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #09c;
}

.nav li span {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.page-path{
    padding: 15px 20px;
    font-size: 12px;
    background: #f5f5f5;
}


.page-nav {
    display: -webkit-box;
    display: box;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.page-nav span,
.page-nav a {
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #999;
}

.page-nav a {
    color: #09c;
}

.title {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}


.list-title {
    clear: both;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 15px;
}




.poilist {
    width: 100%;
}

.poilist li {
    display: block;
    overflow: hidden;
    padding: 15px;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}

.poilist-info {
    position: relative;
    color: #999;
    margin-bottom: 10px;
}


.poilist-image {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.poilist-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.poilist-image-photonum {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: block;
}


.poilist-name {
    color: #09c;
    font-size: 15px;
    margin-bottom: 5px;
}
.poilist-name-type {
    display: inline-block;
    padding: 2px 3px;
    font-size: 12px;
    background: #f5f5f5;
    color: #999;
    margin-right: 5px;
    border-radius: 5px;
}

.poilist-tel {
    color: #999;
}

.poilist-intro {
    padding: 10px ;
    background: #f5f5f5;
    border-radius: 10px;
}

.poilist-option {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
}

.poilist-option:empty {
    display: none;
}

.poilist-buytips {
    margin: 0 10px 0 0;
    color: #f90;
    font-size: 12px;
}

.poilist-option a {
    margin-right: 10px;
    color: #666;
}

.poilist-option a.btn-gotobuy {
    background: #fff;
    color: #f90;
    border: 1px solid #f90;
}


.poilist-option .title {
    display: none;
}

.btn {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 0;
    background: #f90;
    color: #fff;
    font-weight: normal;
}

a.btn-gotobuy {
    background: #f90;
    color: #fff;
}


.searchbox {
    margin: 10px;
}

.searchbox-form {
    display: -webkit-box;
    display: box;
    width: 100%;
}

.searchbox-keyword {
    -webkit-box-flex: 1;
    box-flex: 1;
    padding: 5px;
    margin-right: 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.searchbox-submit {
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
}



.citylist  {
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}

.citylist li {
    display: inline-block;
    margin: 5px;
    padding: 8px 8px;
    background: #f5f5f5;
    border-radius: 15px;
    font-size: 15px;
}

.citylist li a span {
    font-size: 12px;
    color: #999;
}


.photolist {
    padding: 0 20px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}



.articlelist {
    padding: 0 20px 20px;
    border-bottom: 1px solid #eee;
}


.footer-wrapper {
    clear: both;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    background: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-qrcode {
    text-align: center;
    margin-bottom: 10px;
}

.main-form {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

form p {
    margin: 0 0 20px;
}

form p .separator {
    margin: 0 20px;
    color: #ccc;
    font-size: 14px;
}

form label.main-form-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #09c;
}

form .labelinfo {
    display: block;
    margin-bottom: 10px;
    color: #999;
}

form label.main-form-radio {
    color: #999;
}



form .input-text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 3px;
    border: 1px solid #999;
    border-radius: 3px;
}

form .input-submit {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-weight: bold;
}

form .input-textarea {
    width: 100%;
    height: 150px;
}

#upfile {
    padding: 10px;
    background: #f5f5f5;
}

p.errorinfo {
    color: red;
}





.table-wrapper {
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
table.tlist {
    width: 100%;
    color: #999;
    font-size: 13px;
}
table.tlist th {
    padding: 10px 5px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
table.tlist tr {
}

table.tlist td {
    padding: 10px 5px;
    line-height: 1.5;
}


table.tlist tr.alt {
    background: #f5f5f5;
}
table.tlist tr.alt td {
}

.table-name{
}
.table-tags {
    display: inline-block;
    padding: 0 3px;
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.table-price{
    margin-right: 5px;
    font-size: 16px;
    color: #f90;
}
.table-baseprice{
    margin-right: 5px;
    font-size: 13px;
    color: #999;
    text-decoration:line-through;
}
.table-fanli{
    margin-right: 5px;
    padding: 0px 2px;
    font-size: 12px;
    color: #f66;
    border-radius: 4px;
    border: 1px solid #f66;
}
.table-info {
    border-top: 1px solid #eee;
    padding: 10px 0;
    color: #999;
    font-size: 12px;
}



.bbs-addtime {
    color: #999;
    font-size: 12px;
}

.bbs-option {
    padding: 15px 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #999;

}

.bbs-option-post {
    display: inline-block;
    background: #09c;
    padding: 0 10px;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}

.bbs-content {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    word-wrap:break-word;
    word-break: normal

}
.bbs-content-main.empty {
    text-align: center;
    color: #ccc;
}
.bbs-content img {
    max-width: 100%;
}
.bbs-content .meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
}


.bbs-content-hideinfo {
    clear: both;
    margin: 10px 0;
    padding: 10px;
    border: 1px dashed red;
}

.bbs-content-hideinfo h4 {
    color: red;
}
.bbs-content-hideinfo p {
    margin-top: 10px;
    margin-bottom: 0;
}



.bbs-topic-del {
    font-size: 12px;
    color: #999;
}

.bbs-topic-shortintro {
    padding: 10px;
    background: #f5f5f5;
}


.pop-citylist {
    position: fixed;
    top: 140px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    background: #fff;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 5px #999;
    display: none;
}
.pop-close {
    padding: 0 20px 20px;
    text-align: center;
}
.pop-close-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
}