@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

html {
    width: 100%;
}

body {
    max-width: 640px; margin: 0 auto; min-height: 100%; background-color:#eef1f5;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "微软雅黑", Arial, simsun, sans-serif;
    font-size: 14px;
    padding-bottom: 70px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

ul, li, dl, dt, dd, p, img {
    border: none;
}

ul, li {
    list-style: none;
}

img {
    max-width: 98%;
    vertical-align: middle;
    margin: 4px;
}

textarea {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "微软雅黑", Arial, simsun, sans-serif;
}

input:focus, select:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

button {
    outline: none;
    border: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.hide {
    display: none
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    background-size: 250px auto;
}

.bgGray {
    background: #f7f6fa;
}

/* 导航 */
.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid #dcdcdc;
    background: #fff;
}

.nav ul {
    display: flex;
    justify-content: space-around;
}

.nav ul a {
    display: block;
    color: #999;
    text-align: center;
}

.nav ul li.active a {
    color: #13b7e5;
}

.nav ul .icon {
    width: 28px;
    height: 24px;
}

.nav ul .icon_home {
    background-position: 4px -35px;
}

.nav ul .icon_camp {
    background-position: -40px -35px;
}

.nav ul .icon_news {
    background-position: -76px -35px;
}

.nav ul .icon_user {
    background-position: -116px -35px;
}

.nav ul li.active .icon_home {
    background-position: 4px -65px;
}

.nav ul li.active .icon_camp {
    background-position: -40px -65px;
}

.nav ul li.active .icon_news {
    background-position: -76px -65px;
}

.nav ul li.active .icon_user {
    background-position: -116px -65px;
}

/* 公司介绍及首页广告模块 */
.index_ad {
    width: 100%;
    padding: 0 3%;
}

.index_ad img {
    width: 100%;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 10px 3%;
    line-height: 24px;
    color: #b9b9be;
    font-size: 14px;
}
.footer span{padding-left: 10px; padding-right: 10px;}
.footer a{color:#b9b9be;text-decoration: underline; }

/*会员价格提示*/
.flag{padding: 3px 5px; color: #fff; background: red;border-radius: 5px;font-size: 11px;margin-left: 8px;}
.flag_flow{background: #FFA000;text-align: center;color: #ffffff;}
.flag_red{background: red;}
.flag_title{margin-left: 0;}

/*推荐商品*/
.recom_prod{width:95%; text-decoration: none;display:inline-block;margin-bottom: 8px;text-align: center;color: #888;font-size: 13px;text-align: center;}

/*营位价格按钮*/
.camp_price{position: absolute; right:15px;color: red;font-size: 16px;}

/*描述信息*/
.desc{color: #999;text-align: center;}

.f12{font-size: 12px;}
/*关注按钮*/
.subscribe_btn{background: #07C160;font-size: 14px;color: #fff;text-align: center;padding: 8px 12px;
               border-radius: 8px;}

/*营地副标题*/
.subname{text-align: left;font-size: 12px;color: #999;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*搜索框*/
.search_result{
    width:94%; padding: 3%;  height: auto; background: #fff;position: relative;z-index: 2000;
    border-radius: 8px;display: none;
}
.search_result i{color: #2ac5f1;padding-right: 8px;font-weight: bold;font-size: 14px;}
.search_result a{text-decoration: none;}
.search_result div{margin: 3px;color: #999999; height: 30px; line-height: 30px;
                   width:100%; border-bottom: 1px dashed #dedede;overflow: hidden;}
.red{color: red;}
.yellow{color: #FFA000;}