.container {
    max-width: 480px;
    margin: 0px auto;
}

.noscroll {
    overflow: hidden;
}

.header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    z-index: 500;
    background: #f7f7f7;
}

.bgWhite {
    background: #fff;
}

.mr50 {
    margin-bottom: 50px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.pd10 {
    padding-bottom: 10px;
}

.pb50 {
    padding-bottom: 50px !important;
}

.w94 {
    width: 94% !important;
    margin: 0px auto;
}

.col_block {
    color: #333 !important;
    font-size: 14px;
}

.nopdb {
    padding-bottom: 0px !important;
}

.nopd {
    padding: 0px !important;
}

.w100 {
    width: 100% !important;
}

.mr25 {
    margin-right: 25px;
}

.nomb {
    margin-bottom: 0px !important;
}

.color_orange {
    color: #ec6823 !important;
}

.back-btn {
    display: block;
    height: 45px;
    width: 45px;
    background: url(../../img/wechat/icon_back.png) no-repeat center center;
    background-size: 11px;
    float: left;
}

.header-title {
    display: block;
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.mainbody {
	width: 100%;
	margin-top: 45px;
}*/
.banner_slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner_slider .hd {
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 0px;
    text-align: center;
}

.banner_slider .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    font-size: 0;
    vertical-align: top;
}

.banner_slider .hd ul li {
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #807e8a;
    margin: 0 2px;
    vertical-align: top;
    overflow: hidden;
}

.banner_slider .hd ul .on {
    background: #fff;
}

.banner_slider .bd {
    position: relative;
    z-index: 0;
}

.banner_slider .bd li img {
    width: 100%;
    background: url(../../img/wechat/loading.gif) center center no-repeat;
}

.banner_slider .bd li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}


.list-box {
    width: 96%;
    padding: 8px 0px;
    margin: 0px auto;
}

.list-box.posi {
    position: relative;
}

.list-box.flex {
    display: flex;
}

.list-box.posi .link {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.nopaddingb {
    padding-bottom: 0px !important;
}

.pd2 {
    padding: 8px 2%;
}

.border-topW {
    border-top: 4px solid #f4f7f4;
}

.border-bottomW {
    border-bottom: 4px solid #f4f7f4;
}

.list-box.w100 {
    width: 100% !important;
}

.border {
    border-bottom: 1px solid #ddd;
}

.list-box.right-arrow {
    background: url(../../img/wechat/icon_more.png) no-repeat right 6px center;
    background-size: 9px;
}

.camp-name {
    display: inline-block;
    max-width: calc(100% - 96px);
    max-width: -moz-calc(100% - 96px);
    max-width: -webkit-calc(100% - 96px);
    line-height: 16px;
    margin: 2px 0px;
    color: #333;
    font-size: 14px;
    background: url(../../img/wechat/icon_line.png) no-repeat;
    background-size: 4px 16px;
    background-position: left 0px;
    padding-left: 12px;
    float: left;
}

.camp-name-box.camp-detail .camp-name {
    max-width: calc(100% - 118px);
    max-width: -moz-calc(100% - 118px);
    max-width: -webkit-calc(100% - 118px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.camp-name-box.nodetail .camp-name {
    max-width: calc(100% - 120px);
    max-width: -moz-calc(100% - 120px);
    max-width: -webkit-calc(100% - 120px);
}

.camp-name-box.nodetail .camp-more-link {
    line-height: 20px !important;
}

.camp-name-box.camp-detail .camp-address,
.camp-name-box.camp-detail .camp-call {
    float: left;
}

.camp-address {
    display: inline-block;
    width: 30px;
    height: 20px;
    padding: 0px 5px;
    position: relative;
    background: url(../../img/wechat/icon_address.png) no-repeat center center;
    background-size: 17px;
    background-size: 16px;
    z-index: 200;

}

.camp-address:after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    right: 0px;
    top: 2px;
}

.camp-address.off:after {
    display: none
}

.camp-call {
    display: inline-block;
    width: 30px;
    height: 20px;
    padding: 0px 5px;
    position: relative;
    background: url(../../img/wechat/icon_call.png) no-repeat center center;
    background-size: 16px;
    z-index: 200;
}

.camp-more-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    float: right;
    color: #64BA69;
}

.camp-address-detail {
    line-height: 16px;
    color: #666767;
    font-size: 12px;
    padding: 6px 0px 0px 12px;
}

.camp-start {
    font-size: 12px;
    color: #333;
    line-height: 30px;
    padding: 0px !important;
}

.camp-info {
    padding: 0 !important;
}

.camp-more-link {
    float: right;
    line-height: 24px;
    color: #64ba69;
    font-size: 12px;
}

.camp-icon {
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    float: left;
    line-height: 24px;
}

.camp-icon i {
    display: inline-block;
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    margin-right: 5px;
}

.camp-info-detail {
    padding: 10px 7px;
    background: #f3f6f3;
    margin-top: 10px;
    position: relative;
}

.camp-info-word {
    display: block;
    width: 100%;
    max-height: 40px;
    line-height: 20px;
    color: #97938f;
    font-size: 12px;
    overflow: hidden;
}

.camp-info-more {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/wechat/icon_down.png) no-repeat #f3f6f3 center center;
    background-size: 13px;
    position: absolute;
    right: 7px;
    bottom: 10px;
}

.camp-info-detail.show .camp-info-word {
    max-height: none !important;
    padding-bottom: 20px;
}

.camp-info-detail.show .camp-info-more {
    background: url(../../img/wechat/icon_up.png) no-repeat #f3f6f3 center center;
    background-size: 13px;
}

.camp-serve-list {
    width: 100%;
    border-top: 1px solid #ebebeb;
}

.camp-serve-list li {
    width: calc((100% - 3px) / 4);
    width: -moz-calc((100% - 3px) / 4);
    width: -webkit-calc((100% - 3px) / 4);
    float: left;
    padding: 8px 0px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.camp-serve-list li:nth-child(4n) {
    border-right: 0px;
}

.camp-serve-list li a {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding-top: 35px;
}

.camp-serve-box {
    width: 100%;
}

.camp-serve-title {
    width: 100%;
    height: 45px;
    background: url(../../img/wechat/line.png) no-repeat center center #eff6f2;
    background-size: 80%;
    text-align: center;
}

.camp-serve-title span {
    display: inline-block;
    color: #82b987;
    font-size: 16px;
    line-height: 45px;
}

.camp-reserve-time {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #ddd;
}

.camp-reserve-time.h70 {
    height: 70px !important;
}

.camp-reserve-time.h50 {
    height: 50px !important;
}

.noborder {
    border: none !important;
}

.camp-reserve-start {
    width: 32%;
    height: 100%;
    float: left;
}

.camp-reserve-length {
    width: 36%;
    height: 100%;
    float: left;
}

.camp-reserve-end {
    width: 32%;
    height: 100%;
    float: right;
}

.camp-time-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.camp-time-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.camp-time-inner span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #999999;
}

.camp-time-date {
    color: #64ba69 !important;
}

.time-length {
    display: inline-block;
    line-height: 28px;
    color: #666767;
    padding: 0px 8px;
    border: 1px solid #ddd;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.camp-serve-listbox {
    width: 100%;
}

.camp-serve-listbox li {
    display: block;
    width: 94%;
    margin: 0px auto;
    padding: 10px 3%;
    position: relative;
    z-index: 500;
    border-bottom: 1px solid #ddd;
}

.camp-serve-listbox li:last-child {
    border: none !important;
}

.camp-serve-listbox li a {
}

.camp-serve-pic {
    width: 28%;
    position: absolute;
    top: 10px;
    bottom: 6px;
    left: 3%;
    margin: auto;
}

.camp-serve-pic .lazy {
    /* position:absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camp-serve-pic span {
    display: block;
    width: 100%;
    height: 100%;
    /*padding-bottom: 100%;*/
}

.camp-serve-price {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #ec6823;
    line-height: 18px;
}

.camp-serve-price i {
    font-size: 18px;
    font-weight: 650;
}

.camp-serve-price em {
    color: #74787f;
}

/*.camp-serve-price span {
	display:block;
	font-size: 14px;
	color: #ec6823;
	line-height: 18px;
	text-align: center;
}*/
.camp-serve-price-inner {
    display: block;
    width: 50px;
    border: 1px solid #64ba69;
    position: absolute;
    right: 3%;
    top: 43px;
    z-index: 501;

}

.camp-serve-price-inner i {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: #64ba69;
    text-align: center;
}

.camp-serve-price-inner p {
    color: #64ba69;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.camp-serve-info-wrapper {
    position: relative;
}

.camp-serve-info {
    width: calc(100% - 31% - 80px);
    width: -moz-calc(100% - 31% - 80px);
    width: -webkit-calc(100% - 31% - 80px);
    min-height: 70px;
    float: left;
    margin-left: calc(31% + 5px);
    margin-left: -webkit-calc(31% + 5px);
    margin-left: -moz-calc(13% + 5px);
    position: relative;
    padding-bottom: 20px;
}

.camp-serve-info.w72 {
    width: 72% !important;
}

.camp-serve-info.w69 {
    width: calc(100% - 31%) !important;
    width: -moz-calc(100% - 31%) !important;
    width: -webkit-calc(100% - 31%) !important;
}

.camp-serve-info span {
    display: block;
    width: 100%;
}

.camp-serve-info-title {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.camp-serve-info-num {
    line-height: 18px;
    font-size: 12px;
    color: #74787f;
}

.camp-serve-info-price {
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.camp-serve-info-price i {
    font-size: 16px;
}

.camp-serve-info-price em {
    color: #74787f;
    padding-left: 5px;
}

.camp-serve-info-sku {
    display: inline !important;
    margin-right: 4px;
}

/*.camp-serve-info-tip {
	width: 100%;
}*/
.camp-serve-info-tip i {
    display: inline-block;
    padding: 0px 5px;
    /* border: 1px solid #f8cb8d;
    color: #ec6823; */
    border: 1px solid rgba(100, 186, 105, 0.5);
    color: #64ba69;
    font-size: 12px;
    line-height: 16px;
    float: left;
    margin: 0px 3px 3px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.camp-serve-info-warn {
    display: block;
    width: 100%;
    line-height: 18px;
    color: #999;
    font-size: 12px;
    text-indent: 18px;
    background: url(../../img/wechat/icon_tip.png) no-repeat left 1px;
    background-size: 13px;
}

.camp-serve-more {
    padding: 8px 0px;
    text-align: center;
}

.camp-serve-morebtn {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #64ba69;
    padding: 5px 40px;
    border: 1px solid #64ba69;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.camp-serve-sku-list {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
}


/*详情*/
.camp-order-num {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}

.camp-order-num span {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #696768;
    font-size: 14px;
    margin-left: 3%;
}

.camp-order-num_p_span {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #696768;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.camp-order-num i {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #ee7d1d;
    font-size: 14px;
    margin-right: 3%;
}

.order-detail {
    /*width: calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);*/
    padding-left: 12px;
    color: #333;
}

.order-detail span {
    display: inline-block;
    width: 60px;
}

.order-name {
    display: block;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    line-height: 20px;
    font-size: 14px;
    float: left;
    color: #333;
}

.order-detail-word {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding: 5px 0px 8px 12px;
}

.order-list {
    line-height: 16px;
    font-size: 14px;
    color: #333;
    padding-top: 8px;
}

.recommend-list {

}

.list-title {
    display: block;
    width: calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);

    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.recommend-list ul {
    margin-top: 10px;
}

.recommend-list li {
    width: 25%;
    float: left;
    margin-bottom: 8px;
}

.recommend-list li a {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding-top: 35px;
}

.cancel-code {
    width: 100%;
    text-align: center;
}

/* .cancel-code img {
	width: 44%;
} */
.cancel-code span {
    display: block;
    width: 100%;
}

.camp-map {
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    margin-left: 12px;
    height: 120px;
}

.order-price {
    display: block;
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    margin: 0px auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.order-price i {
    color: #333;
    float: left;
}

.order-price em {
    color: #333;
    float: right;
}

.bigfont {
    font-size: 16px !important;
    color: #ed6823 !important;
}

.pay-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ed6823;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #ed6823;
}

.btn-box {
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background: #fff;
}

.btn {
    display: block;
    width: 95%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ed6823;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0px auto;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}


.tfy-shade {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.ttfy-shade-good {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.tfy-detail-box {
    width: 100%;
    position: fixed;
    right: 0px;
    background: #fff;
    transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -webkit-transition: bottom 0.2s linear;
    z-index: 1001;
}

.tfy-detail-box.h40 {
    height: 40%;
    bottom: -40%;
}

.tfy-detail-box.h50 {
    height: 50%;
    bottom: -50%;
}

.tfy-detail-box.h60 {
    height: 60%;
    bottom: -60%;
}

.tfy-detail-box.h65 {
    height: 65%;
    bottom: -65%;
}

.tfy-detail-box.h70 {
    height: 70%;
    bottom: -70%;
}

.tfy-detail-box.h75 {
    height: 75%;
    bottom: -75%;
}

.tfy-detail-box.show {
    bottom: 0 !important;
}

.tfy-detail-middle {
    width: 100%;
    height: 100%;
    position: relative;
}

.tfy-detail-inner {
    /*width: 100%;*/
    /*margin: 0px auto;*/
    /*position: absolute;*/
    /*width: 95%;*/
    /*top:0px;
    bottom: 51px;
    right: 2.5%;
    left: 2.5%;*/
}

.tfy-detail-innerbox {
    position: absolute;
    /*width: 95%;*/
    top: 40px;
    bottom: 51px;
    right: 2.5%;
    left: 2.5%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.tfy-detail-container {
    width: 100%;
    height: 0px;
    padding-bottom: 45%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}

.reserve-btn-box {
    width: 100%;
    height: 50px;
    position: absolute;
    margin: auto;
    bottom: 0px;
    border-top: 1px solid #f6f6f6;
    background: #fff;
}

.reserve-btn-box span {
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}

.reserve-btn-box span.reserve-price {
    float: left;
    margin-left: 2.5%;
    font-size: 12px;
    color: #fe6714;
}

.reserve-btn-box span.reserve-price i {
    font-size: 18px;
    font-weight: 650;
}

.reserve-btn-box span.reserve-btn {
    float: right;
    margin-right: 2.5%;
    font-size: 14px;
    color: #fff;
    background: #fe6714;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fe6714;
}

.reserve-btn-box span.dashed-btn {
    float: left;
    margin-left: 2.5%;
    font-size: 14px;
    color: #fe6714;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fe6714;
}

.tfy-detail-title {
    width: 95%;
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.tfy-detail-title i.close-btn {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    background: url(../../img/wechat/icon_close.png) no-repeat center right;
    background-size: 20px 20px;
}

.tfy-detail-pic {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tfy-detail-name {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #525252;
    padding: 5px 0px;
}

.tfy-detail-label {
    width: 100%;
}

.tfy-detail-label i {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 1px 4px;
    margin-right: 3px;
    color: #fe6714;
    border: 1px solid #f8cb8d;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 3px;
}

.tfy-detail-l {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #525252;
    margin-right: 10px;
}

.tfy-detail-r {
    display: inline-block;
    color: #333;
    max-width: calc(92% - 50px);
    line-height: 20px;
    font-size: 14px;
}

.tfy-detail-r.icon_integral {
    background: url(../../../img/wechat/good/icon_integral.png) no-repeat left 4px center;
    background-size: 12px;
    padding-left: 20px;
    max-width: calc(92% - 70px);
}

.tfy-detail-tip {
    padding: 5px;
    border: 1px solid #dadada;
    margin: 8px 0px 10px 0px;
}

.tfy-detail-tip span {
    display: flex;
    line-height: 22px;
    font-size: 14px;
    color: #4d4d4d;
}

.tfy-detail-tip i {
    display: block;
    width: 60px;
    color: #333 !important;
    /* font-weight: bold; */
    position: relative;
    white-space: nowrap;
    margin-right: 4px;
}

.tfy-detail-tip em {
    flex: 1;
    color: #666 !important;
    vertical-align: middle;
}

.icon_help_detail {
    display: inline-block;
    width: 22px;
    height: 14px;
    background: url(/img/wechat/icon_help.png) no-repeat center center;
    background-size: 14px 14px;
    position: relative;
    z-index: 800;
}

.tfy-detail-tip i:after {
    content: ':';
    position: absolute;
    right: -1px;
    top: 0px;
}

.opera-list {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.opera-list li {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    color: #171717;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../../img/wechat/icon_rightarrow.png) no-repeat center right;
    background-size: 8px;
    position: relative;
}

.opera-list li a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.opera-list li:last-child {
    border: none;
}

.opear-list-right {
    float: right;
    margin-right: 12px;
}

.header-pic-small {
    width: 30px;
    height: 30px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    margin-top: 5px;
    float: right;
}

.order-list-box {
    width: 100%;
}

.order-list-box li {
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
}

.order-num {
    width: 95%;
    line-height: 35px;
    font-size: 14px;
    color: #656565;
    margin: 0px auto;
    padding: 0px 2.5%;
    border-bottom: 1px solid #f1f1f1;
}

.order-num .order-state {
    display: inline-block;
    float: right;
}

.order-num .order-state.color-red {
    color: #ff6d06;
}

.order-num .order-state.color-gray {
    color: #858585;
}

.order-detail-box {
    width: 95%;
    padding: 8px 2.5%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.order-detail-box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.order-detail-namebox {
    width: 100%;
    margin: 0px auto;
}

.order-detail-name {
    display: inline-block;
    float: left;
    max-width: calc(100% - 82px);
    line-height: 26px;
    font-size: 16px;
    background: url(../../img/wechat/icon_line.png) no-repeat left center;
    background-size: 4px 15px;
    text-indent: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-detail-price {
    display: inline-block;
    float: right;
    line-height: 26px;
    font-size: 14px;
    color: #fe6714;
}

.order-detail-label {
    padding-left: 12px;
    margin: 3px 0px 0px 0px;
}

.order-detail-label i {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 1px 4px;
    margin-right: 3px;
    color: #fe6714;
    border: 1px solid #f8cb8d;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 3px;
}

.order-detail-time {
    padding-left: 12px;
    line-height: 18px;
    font-size: 12px;
    color: #5f5f5f;
}

.order-detail-btnbox {
    width: 95%;
    padding: 5px 2.5%;
}

.order-detail-btnbox span.detail-btn {
    display: inline-block;
    float: right;
    line-height: 18px;
    padding: 0px 7px;
    font-size: 12px;
    margin-left: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.order-detail-btnbox span.pay {
    background: #fe6714;
    color: #fff;
    border: 1px solid #fe6714;
}

.tfy-shade-box {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1999;
}

.tfy-shade-box.hide {
    display: none;
}

.whitebg {
    background: #fff;
}

.tfy-shade-warnbox {
    width: 100%;
    height: 100%;
    display: table;
}

.tfy-shade-warn-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tfy-shade-warn-inner img {
    width: 45%;
}

.warn-word {
    display: block;
    width: 85%;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0px 10px 0px;
    line-height: 20px;
    font-size: 16px;
    color: #5e5e5e;
}

.warn-btn {
    display: inline-block;
    padding: 8px 22px;
    line-height: 20px;
    font-size: 14px;
    color: #bababa;
    border: 1px solid #bababa;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.tfy-shade-tip-box {
    width: 70%;
    padding: 20px 5%;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px auto;
    text-align: center;
}

.tfy-shade-tip-box img {
    width: 35px;
}

.tfy-shade-tip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

/*订单填写*/
.order-input-camp {
    padding-left: 12px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    background: url(../../img/wechat/icon_line.png) no-repeat;
    background-position: left 2px;
    background-size: 4px 16px;
    font-weight: bold;
}

.order-input-camp-detail {
    width: 100%;
    padding-top: 8px;
    /* padding-bottom: 8px; */
}

.order-input-camp-detail span {
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 18px;
}

.camp-class {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.camp-price {
    font-size: 14px;
    color: #fe6714;
    padding: 0px 0px 5px 0px;
}

.order-input-title {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.order-fun-list {
    width: 100%;
    margin: 3px 0px;
}

.order-fun-list span {
    display: inline-block;
    min-width: 58px;
    line-height: 20px;
    font-size: 14px;
    color: #60c66b;
    border: 1px solid #60c66b;
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 5px;
    text-align: center;
}

.order-fun-list span.on {
    color: #fff;
    background: #60c66b;
}

.order-fun-list i {
    color: #333;
    line-height: 20px;
}

.order-input-timelist {
    width: 100%;
    margin: 3px 0px;
}

.order-input-timelist li {
    width: calc((100% - 38px) / 4);
    width: -webkit-calc((100% - 38px) / 4);
    width: -moz-calc((100% - 38px) / 4);
    float: left;
    margin-right: 10px;
}

.order-input-timelist li:nth-child(4n) {
    margin-right: 0px !important;
}

.order-input-timelist li.on span {
    background: #60c66b !important;
    color: #fff !important;
}

.order-input-timelist li.on i {
    background: #60c66b !important;
    color: #fff !important;
}

.order-input-timelist span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #60c66b;
    color: #60c66b;
    background: #eff9f0;
}

.order-input-timelist i {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #60c66b;
    border-top: none;
    color: #60c66b;
}

.order-input-funlist {
    width: 100%;
}

.order-input-funlist li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.order-input-funlist li.right-arrow {
    background: url(../../img/wechat/icon_next.png) no-repeat right 2px center;
    background-size: 9px;
}

.order-input-funlist-left {
    display: inline-block !important;
    width: auto !important;
    line-height: 40px !important;
    float: left;
    color: #666666 !important;
    font-size: 14px !important;
}

.order-input-funlist-left em {
    color: #333 !important;
}

.num-box {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 7px;
}

.num-minus, .num-add {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.num-word {
    display: inline-block;
    min-width: 20px;
    height: 24px;
    padding: 0px 5px;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 12px;
    color: #333;
}

/*开关*/
.order-checkbox {
    float: right;
    margin-top: 6.5px;
}

.order-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Normal Track */
input[type="checkbox"].ios-switch + div {
    vertical-align: middle;
    width: 40px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
}

/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
}

input[type="checkbox"].ios-switch:checked + div > div {
    -webkit-transform: translate3d(20px, 0, 0); /*控制按钮的左右*/
    -moz-transform: translate3d(20px, 0, 0);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #60c66b;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
    width: 60px; /*开关宽度*/
    height: 25px; /*开关高度*/
}

/* Big Knob */
input[type="checkbox"].bigswitch.ios-switch + div > div {
    width: 22px; /*按钮宽度*/
    height: 22px; /*按钮高度*/
    margin-top: 1px;
}

/* Checked Big Knob (Blue Style) */
input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
    -webkit-transform: translate3d(37px, 0, 0); /*控制按钮的左右*/
    -moz-transform: translate3d(37px, 0, 0);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #60c66b;
}

/*改变颜色的*/
input[type="checkbox"].red.ios-switch:checked + div {
    background-color: #60c66b;
    border: 1px solid #60c66b;
    box-shadow: inset 0 0 0 10px #60c66b;
}

input[type="checkbox"].red.ios-switch:checked + div > div {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #60c66b;
}


.order-input-funlist-right {
    display: inline-block;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    float: right;
    font-size: 14px;
    color: #333;
    text-align: right;
    height: 40px;
}

.order-input-funlist-right.gray {
    color: #dcdcdc !important;
}

.order-inputbox {
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

select.order-inputbox {
    border: 0;
    background-color: #fff;
    direction: rtl;
}

.order-input-code {
    width: 100%;
    height: 40px;
    text-align: center;
}

.order-input-codebtn {
    display: inline-block;
    line-height: 30px;
    padding: 0px 20px;
    color: #60c66b;
    border: 1px solid #60c66b;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.order-icon-help {
    display: block;
    width: 25px;
    height: 40px;
    float: right;
    background: url(/img/wechat/icon_help.png) no-repeat right center;
    background-size: 15px;
    margin-top: 0px;
}

.order-check {
    display: none;
}

.order-check-label {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
}

.order-check:checked + .order-check-label {
    border: 1px solid #60c66b;
    background: url(../../img/wechat/icon_gou.png) no-repeat center center #60c66b;
    background-size: 12px;
}

.order-tip {
}

.order-tip span {
    display: flex;
    line-height: 26px;
    font-size: 14px;
    color: #4d4d4d;
}

.order-tip i {
    display: block;
    width: 60px;
    color: #333 !important;
    /* font-weight: bold; */
    position: relative;
    white-space: nowrap;
    margin-right: 4px;
}

.order-tip em {
    flex: 1
}

.order-tip i:after {
    content: ':';
    position: absolute;
    right: -1px;
    top: 0px;
}

.pile-map {
    position: fixed !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 500;
}

.tfy-list-container {
    padding: 10px 0px;
}

.tfy-pile-name {
    display: inline-block;
    max-width: calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    line-height: 20px;
    font-size: 14px;
    color: #333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tfy-pile-gomap {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    background: url(../../img/wechat/icon_address.png) no-repeat center center;
    background-size: 17px;
}

.tfy-pile-address {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.tfy-list-left {
    line-height: 20px;
    color: #333;
    font-size: 12px;

}

.tfy-pile-class {
    display: inline-block;
    float: right;
}

.tfy-pile-class li {
    float: left;
    margin-top: 2px;
}

.tfy-pile-class li span {
    color: #ff6813;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 4px;
    border: 1px solid #ffcf8e;
    float: left;
    margin-right: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tfy-pile-class li i {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    float: left;
    margin-right: 4px;
}

.tfy-list-word {
    display: block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

.tfy-list-word i {
    display: inline-block;
    width: 60px;
    color: #333 !important;
    font-weight: bold;
    position: relative;

}

.tfy-list-word i:after {
    content: ':';
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.camp-search-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.camp-search {
    line-height: 30px;
    float: left;
    width: calc(100% - 80px - 5%);
    width: -moz-calc(100% - 80px - 5%);
    width: -webkit-calc(100% - 80px - 5%);
    background: #ececec;
    margin-top: 5px;
    margin-left: 2.5%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.camp-area {
    display: inline-block;
    width: 65px;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    color: #333;
}

.camp-area:after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #d8d8d8;
    position: absolute;
    right: 0px;
    top: 6px;
}

.camp-area i {
    display: inline-block;
    background: url(../../img/wechat/icon_arrow.png) no-repeat right center;
    background-size: 12px;
    padding-right: 15px;
}

.icon-screen {
    display: inline-block;
    float: right;
    padding-left: 20px;
    background: url(../../img/wechat/icon_screen.png) no-repeat left center;
    background-size: 18px;
}

.icon-screen.color-green {
    color: #60C66B;
}

.mapchange {
    display: inline-block;
    width: 30px;
    height: 40px;
    float: right;
    background: url(../../img/wechat/icon_list.png) no-repeat right center;
    background-size: 20px;
    margin-right: 2.5%;
}

.mapchange.on {
    background: url(../../img/wechat/icon_map.png) no-repeat right center;
    background-size: 20px;
}

.camp-search-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../img/wechat/icon_search.png) no-repeat center center;
    background-size: 15px;
    float: right;
}

.camp-search-input {
    width: calc(100% - 105px);
    float: left;
    line-height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    margin-left: 5px;
}

.camp-list-box {
    position: fixed !important;
    top: 40px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 500 !important;
    overflow-y: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
}

.camp-area-screen {
    background: #fff;
    z-index: 800 !important;
}

.camp-list-box.show {
    display: block;
}

.camp-list-ul li {
    width: 95%;
    margin: 0px auto;
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

.camp-list-ul li a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.camp-pic {
    display: block;
    width: 100%;
    padding-bottom: 45%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
}

.camp-pic img {
    width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.camp-pic-lazy {
    display: block;
    width: 100%;
    padding-bottom: 45%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.camp-pic-lazy img {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.camp-list-span {
    padding-left: 12px;
    line-height: 20px;
}

.camp-list-name {
    background: url(../../img/wechat/icon_line.png) no-repeat left center;
    background-size: 4px 16px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.camp-list-address {
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.camp-list-distance {
    color: #666666;
    font-size: 12px;
}

.camp-list-icon i {
    display: inline-block;
    float: left;
    color: #b3b1b1;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    margin-right: 5px;
}

.camp-area-screen li {
    width: 95%;
    margin: 0px auto;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

.camp-area-title {
    line-height: 30px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.camp-area-screen-list span {
    display: inline-block;
    width: calc((100% - 23px) / 4);
    width: -moz-calc((100% - 23px) / 4);
    width: -webkit-calc((100% - 23px) / 4);
    line-height: 24px;
    /* 	height: 24px;
        overflow: hidden; */
    font-size: 12px;
    text-align: center;
    color: #424242;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
}

.camp-area-screen-list span:nth-child(4n) {
    margin-right: 0px;
}

.camp-area-screen-list span.on {
    color: #fff;
    background: #60c66b;
    border: 1px solid #60c66b;
}

.camp-class-list {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -90%;
    width: 90%;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    transition: right 0.2s linear;
    -webkit-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
}

.camp-class-list.show {
    right: 0px !important;
}

.camp-class-list li {
    width: 95%;
    padding: 10px 0px;
    margin: 0px auto;
    border-top: 1px solid #ddd;
}

.camp-class-list li.noborder {
    border: none !important;
}

.camp-class-list li:first-child {
    border: none !important;
}

.camp-class-list-title {
    line-height: 30px;
    color: #888;
    font-size: 12px;
}

.camp-class-list-box span {
    display: inline-block;
    width: calc((100% - 23px) / 4);
    width: -moz-calc((100% - 23px) / 4);
    width: -webkit-calc((100% - 23px) / 4);
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    color: #424242;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
    overflow: hidden;
}

.camp-class-list-box span:nth-child(4n) {
    margin-right: 0px;
}

.camp-class-list-box span.on {
    color: #fff;
    background: #60c66b;
    border: 1px solid #60c66b;
}

.camp-class-label {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #979797;
    font-size: 12px;
}

.camp-class-btn-box {
    width: 95%;
    padding-bottom: 10px;
    margin: 0px auto;
}

.camp-class-btn-box span {
    display: block;
    width: 47.5%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #ff7415;
    border: 1px solid #ff7415;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.camp-menu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../../img/wechat/line.png) no-repeat center center;
    background-size: 90%;
    text-align: center;
}

.camp-menu span {
    display: inline-block;
    background: #fff;
    color: #60c66b;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: bold;
}

.camp-menu-detail {
    width: 100%;
    height: 25px;
    text-align: center;
}

.camp-menu-detailbtn {
    display: inline-block;
    line-height: 25px;
    padding: 0px 25px;
    color: #666;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.list-container {
    background: #f4f7f4;
}

.list-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    text-indent: 2.5%;
    font-size: 14px;
    color: #333;
    background: url(../../img/wechat/icon_down.png) no-repeat right 2.5% center #fff;
    background-size: 15px;
}

.list-container.on .list-top {
    border-bottom: 1px solid #ddd;
    background: url(../../img/wechat/icon_up.png) no-repeat right 2.5% center #fff;
    background-size: 15px;
}

.list-down {
    padding: 10px 0px;
}

.list-down-share {
    width: 95%;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
}

.list-down-input {
    width: calc(100% - 80px);
    line-height: 24px;
    border: 1px solid #d0d0d0 !important;
    float: left;
}

.list-down-sharebtn {
    display: inline-block;
    float: right;
    padding: 0px 10px;
    border: 1px solid #64BA69;
    line-height: 24px;
    color: #fff;
    background: #64BA69;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.list-down-sharebtn.dashed-btn {
    background: transparent !important;
    color: #64BA69 !important;
}

.list-input-box {
    width: 100%;
    display: flex;
}

.list-input-control {
    flex: 1;
    line-height: 24px;
    border: 1px solid #d0d0d0 !important;
    float: left;
    margin-right: 5px;
}

.list-input-control2 {
    flex: 1;
    line-height: 24px;
    border: 1px solid #d0d0d0 !important;
    float: left;
    margin: 0 0 5px 5px;
    padding-left: 5px;
}

.list-btn-control {
    padding: 0px 10px;
    border: 1px solid #64BA69;
    line-height: 24px;
    color: #fff;
    background: #64BA69;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.list-down-control {
    width: 100%;
    height: 25px;
    text-align: center;
}

.list-down-controlbtn {
    display: inline-block;
    line-height: 25px;
    padding: 0px 25px;
    color: #60c66b;
    border: 1px solid #60c66b;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.person-header {
    width: 90%;
    height: 40vw;
    margin: 4vw 5vw 0;
    padding: 30px 0px 5px;
    text-align: center;
    position: relative;
    border-radius: 5vw;
    -moz-border-radius: 5vw;
    -webkit-border-radius: 5vw;
    background: url(/img/wechat/personnel/head-background2.png) center center / cover no-repeat;
}

.person-header img {
    position: absolute;
    width: 14vw;
    height: 14vw;
    top: 4vw;
    left: 4vw;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.person-header img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wechat/personnel/head.jpg) center center / cover no-repeat;
}

.person-header span {
    position: absolute;
    top: 4vw;
    left: 20vw;
    display: block;
    /* width: 60%; */
    height: 14vw;
    text-align: left;
    line-height: 14vw;
    font-size: 4.26vw;
    color: #333;
    overflow: hidden;
}

.person-header span.point {
    color: #fff;
    font-size: 12px;
}

.person-header span.point i {
    font-size: 30px;
    padding-right: 10px;
}

.person-header .setting {
    position: absolute;
    width: 6vw;
    height: 6vw;
    top: 4vw;
    right: 4vw;
    z-index: 7;
    background: url(/img/wechat/personnel/icon_setting.png) center center / cover no-repeat;
}

.person-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20vw;
    border-bottom: 2px solid #ddd;
}

.person-box > div {
    display: flex;
    flex-direction: column;
    color: #666;
    font-size: 14px;
    text-align: center;
    align-items: center;
}

.person-box > div > img {
    width: 6vw;
    margin-bottom: 8px
}

.person-list {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.person-list li {
    width: calc(100% - 14%);
    width: -moz-calc(100% - 14%);
    width: -webkit-calc(100% - 14%);
    height: 48px;
    line-height: 48px;
    background: url(../../img/wechat/good/icon_arrow_right.png) no-repeat right 10% center;
    background-size: 7px;
    border-bottom: 1px solid #ddd;
    padding-left: 12%;
    font-size: 16px;
    color: #333;
    position: relative;
}

.person-list li a {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.person-list li i {
    display: inline-block;
    color: #ff6813;
    font-size: 12px;
}

.person-list li:last-child {
    border: none !important;
}


.tabBox .hd {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    /*border-bottom: 1px solid #ddd;*/
}

.tabBox .hd ul {
    overflow: hidden;
    font-size: 0;
}

.tabBox .hd ul li {
    width: 50%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.tabBox .hd ul li.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #60c66b;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tabBox .hd ul .on {
    border-bottom: 1px solid #60c66b;

}

.tabBox .hd ul .on a {
    display: block;
    color: #60c66b;
    /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .bd {
    position: fixed !important;
    top: 41px;
    bottom: 0px;
    width: 100%;
    /*overflow-y:scroll ;*/
}

.tabBox .bd ul {

    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.tabBox .bd li {
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.tabBox .bd li a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.tabBox .bd a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.coin-title {
    width: 94%;
    margin: 0px auto;
}

.coin-title span {
    display: inline-block;
    max-height: calc(100% - 100px);
    max-height: -moz-calc(100% - 100px);
    max-height: -webkit-calc(100% - 100px);
    color: #333;
    font-size: 14px;
    line-height: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coin-title i {
    display: inline-block;
    float: right;
    color: #60c66b;
    font-size: 12px;
    line-height: 20px;
}

.coin-tip-box {
    width: 94%;
    margin: 0px auto;
    margin-top: 5px;
}

.coin-tip {
    display: inline-block;
    line-height: 18px;
    padding: 0px 8px;
    border: 1px solid #ffcf8e !important;
    color: #ff6813 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px !important;
}

.coin-word {
    font-size: 12px;
    color: #AAA9A9;
    line-height: 20px;
}

.mypoint {
    width: 15%;
    background: #fff;
    position: absolute;
    left: 3%;
    bottom: 30px;
    border: 1px solid #d1d0d0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 10000;
    padding: 10px 0px;
}

.mypoint span {
    display: block;
    width: 100%;
    color: #606060;
    font-size: 12px;
    text-align: center;
}

.mypoint span.myposbtn {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 4px;
    background: url(/img/wechatpages/toMyPos.png) no-repeat center center;
    background-size: auto 100%;
}

.MapBtn {
    width: 12%;
    background: #fff;
    position: absolute;
    left: 3%;
    top: 10%;
    border: 1px solid #d1d0d0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 10000;
}

.MapBtn li {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #d1d0d0;
}

.MapBtn li:last-child {
    border: none;
}

.MapBtn li span {
    display: block;
    width: 100%;
    color: #606060;
    font-size: 12px;
    text-align: center;
}

.MapBtn li span.btnpic {
    height: 30px;
    margin-bottom: 4px;
}

.btnpic.batterybtn {
    background: url(/img/wechatpages/car.png) no-repeat center center;
    background-size: auto 100%;
}

.btnpic.bikeBatterybtn {
    background: url(/img/wechatpages/bike.png) no-repeat center center;
    background-size: auto 100%;
}

.MapBtn li.bikeBattery.close .bikeBatterybtn {
    background: url(/img/wechatpages/bike_grey.png) no-repeat center center;
    background-size: auto 100%;
}

.MapBtn li.power.close .batterybtn {
    background: url(/img/wechatpages/car_grey.png) no-repeat center center;
    background-size: auto 100%;
}

.art-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.art-nav.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    border: 1px solid #ddd;
}

.art-nav li {
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

.art-nav li a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -1px;
    left: 0px;
}

.art-nav li a.active {
    border-bottom: 3px solid #60C66B;
}

.art-nav li i {
    display: inline-block;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.art-nav li a.active i {
    color: #60C66B;
    background: url(../../img/wechat/icon_point.png) no-repeat left center;
    background-size: 14px;
    padding-left: 18px;

}

.art-nav.num3 li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
}

.art-nav.num2 li {
    width: 50%;
}

.art-nav.num4 li {
    width: 25%;
}

.desc {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.desc h3 {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}

.desc img {
    width: 100% !important;
}

/**登录*/
.tfy_login_outter {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.tfy_login_middle {
    width: 100%;
    height: 100%;
    display: table;
}

.tfy_login_inner {
    display: table-cell;
    width: 90%;
    text-align: center;
    vertical-align: middle;
}

.tfy_logo {
    width: 68%;
}

.tfy_login_input {
    width: 70%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    margin-top: 15px;
    position: relative;
    z-index: 555;
    text-align: left;
}

.tfy_login_input:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../img/wechat/border_image.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.tfy_login_input:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../img/wechat/border_image.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tfy_login_input.mt80 {
    margin-top: 80px !important;
}

.tfy_login_input.mt40 {
    margin-top: 40px !important;
}

.tfy_login_input.mt30 {
    margin-top: 30px !important;
}

.tfy_login_input.mt5 {
    margin-top: -5px !important;
}

.tfy_login_input.noborder {
    border: none;
}

.login_input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #333;
}

.login_input.w60 {
    width: calc(100% - 120px) !important;
    width: -moz-calc(100% - 120px) !important;
    width: -webkit-calc(100% - 120px) !important;
}

.login_btn {
    display: block;
    width: 100%;
    height: 40px !important;
    color: #FFF;
    text-align: center;
    line-height: 40px !important;
    background: #46bf66;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login_codebtn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFF;
    text-align: center;
    background: #46bf66;
    font-size: 14px;
    margin-top: 5px;
}

.codebox {
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-top: 5px;
    border: 1px solid #46bf66;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

/**评论相关*/
.comment-showbox {
    width: 100%;
}

.comment-title {
    display: inline-block;
    float: left;
    line-height: 18px;
    color: #333;
    font-size: 14px;
    margin-left: 4%;
}

.star-show {
    background: url(../../img/wechat/stark.png);
    width: 110px;
    height: 18px;
    position: relative;
    float: left;
    margin-left: 10px;
}

.star-show p {
    background: url(../../img/wechat/stars.png);
    left: 0;
    height: 18px;
    width: 134px;
}

.star-show.show_02 {
    background: url(../../img/wechat/stark_02.png) !important;
    width: 110px;
}

.star-show.show_02 p {
    background: url(../../img/wechat/stars_02.png) !important;
}

.score {
    display: inline-block;
    line-height: 18px;
    float: left;
    font-size: 12px;
    color: #e86c2c;
    margin-left: 10px;
}

.comment-box {
    width: 220px;
    margin: 0px auto;
    padding: 10px 0px;
}

.comment-link {
    display: inline-block;
    float: left;
    line-height: 18px;
    color: #e5692d;
    font-size: 12px;
    border: 1px solid #e5692d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 5px;
}

.comment-project {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.comment-star-list li {
    width: 100%;
    padding-bottom: 5px;
}

.comment-label {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    float: left;
}

.star-score {
    background: url(../../img/wechat/stark.png);
    width: 110px;
    height: 18px;
    margin: 3px 0px 3px 5px;
    float: left;
    position: relative;
}

.star-score a {
    height: 18px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}

.star-score a:hover {
    background: url(../../img/wechat/stars.png);
    left: 0;
}

.star-score a.clibg {
    background: url(../../img/wechat/stars.png);
    left: 0;
}

.comment-textbox {
    width: 96%;
    padding: 5px 2%;
    background: #f5f9fc;
}

.comment-text {
    width: 100%;
    height: 80px;
    background: #f5f9fc;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    resize: none;
    border: none;
}

.comment-tip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #ed6823;
    text-align: right;
}

.comment-piclist li {
    width: calc((92% - 10px) / 5);
    width: -moz-calc((92% - 10px) / 5);
    width: -webkit-calc((92% - 10px) / 5);
    float: left;
    border: 1px solid #D5D5D6;
    position: relative;
    margin-right: 2%;
    margin-bottom: 8px;
}

.comment-piclist li:nth-child(5n) {
    margin: 0px !important;
}

.comment-piclist li span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.comment-piclist li.camera-btn span {
    background: url(../../img/wechat/icon_camera.png) no-repeat center center;
    background-size: 38px;
}

.remove-pic {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../img/wechat/icon_remove.png) #fff no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.comment-list {
    width: 100%;
    margin: 0px auto;
}

.comment-list li {
    background: #fff;
    padding: 5px 0px;
    margin-bottom: 8px;
}

.comment-headbox {
    width: 95%;
    margin: 0px auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #D5D5D6;
}

.comment-header {
    display: inline-block;
    width: 40px;
    padding-bottom: 40px;
    float: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 5px;
}

.comment-name {
    width: calc(100% - 45px);
    line-height: 20px;
    color: #333;
    font-size: 14px;
    float: left;
}

.comment-info {
    width: calc(100% - 45px);
    line-height: 20px;
    font-size: 12px;
    color: #9E9E9E;
    float: left;
}

.star-show-small {
    display: inline-block;
    background: url(../../img/wechat/star_small.png);
    /*width: 110px;*/
    height: 10px;
    position: relative;
    float: left;
    margin-top: 5px;
}

.star-show-small p {
    background: url(../../img/wechat/star_small.png);
    left: 0;
    height: 10px;
    width: 134px;
}

.comment-word-box {
    width: 95%;
    margin: 0px auto;
    margin-top: 10px;
}

.comment-word-box.on .comment-word {
    height: auto !important;
    max-height: initial !important;
}

.comment-word {
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}

.comment-word-more {
    line-height: 18px;
    font-size: 12px;
    color: #64ba69;
    text-align: center;
    display: none;
}

.comment-pic-a {
    display: block;
    width: calc(96% / 5);
    float: left;
    position: relative;
    margin-right: 1%;
    margin-bottom: 5px;
}

.comment-pic-a:nth-child(5n) {
    margin-right: 0 !important;
}

/*.comment-pic-a img {
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0;
}*/
.comment-pic-a span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}

.comment-picshow {
    width: 95%;
    margin: 0px auto;
    margin-top: 10px;
}

.tfy-detail-word img {
    width: 100%;
    display: block
}

.tfy-detail-word {
    line-height: 1.5em;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*控制桩*/
.tfy-select-box {
    width: 95%;
    height: 35px;
    margin: 0px auto;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    margin-top: 20px;
    z-index: 15;
}

.tfy-select-input {
    display: block;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
}

.tfy-select-input.downbtn {
    width: calc(100% - 60px) !important;
    width: -moz-calc(100% - 60px) !important;
    width: -webkit-calc(100% - 60px) !important;
}

.tfy-select-input.downbtn:after {
    content: '';
    display: block;
    width: 40px;
    height: 35px;
    background: url(/img/wechat/icon_arrow_down.png) no-repeat #ececec;
    background-size: 13px;
    background-position: center center;
    position: absolute;
    right: -40px;
    top: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tfy-select-box.on .tfy-select-input.downbtn:after {
    background: url(/img/wechat/icon_arrow_up.png) no-repeat #ececec;
    background-size: 13px;
    background-position: center center;
}

.tfy-select-down {
    width: 100%;
    border: 1px solid #dddddd;
    position: absolute;
    top: 33px;
    left: -1px;
    background: #fff;
    z-index: 14;
    max-height: 140px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.tfy-select-down li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.tfy-select-down li:last-child {
    border: none;
}

.tfy-control-info {
    width: 95%;
    margin: 0px auto;
    padding-top: 20px;
}

.tfy-control-title {
    display: block;
    width: 70%;
    line-height: 35px;
    text-align: center;
    margin: 0px auto;
    background: url(/img/wechat/line.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    color: #333;
    font-size: 14px;
}

.tfy-control-time {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.tfy-control-time span {
    border: 1px solid #60c66b;
    color: #60c66b;
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

}

.tfy-control-btnlist {
    width: 95%;
    margin: 0px auto;
    margin-top: 20px;
}

.tfy-control-btnlist li {
    width: calc((100% - 14px) / 2);
    width: -moz-calc((100% - 14px) / 2);
    width: -webkit-calc((100% - 14px) / 2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #60c66b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

.tfy-control-btnlist li:after {
    content: '';
    display: block;
    width: 0px;
    height: 100%;
    border: 0.5px dashed #60c66b;
    position: absolute;
    top: 0px;
    right: 50%;
}

.tfy-control-btnlist li:nth-child(2n) {
    margin-right: 0px !important;
}

.tfy-control-btnlist li span {
    display: block;
    width: calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    padding: 45px 0px 10px 0px;
    text-align: center;
    color: #333;
    font-size: 12px;
    margin: 2px;
    background-color: #f2f9f2;
}

.tfy-control-btnlist li span:hover {
    background-color: #f5f6f5;
}


.order-tip-box {
    display: block;
    width: 95%;
    margin: 0px auto;
}

.order-tip-box span {
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: #666767;
}

.order-tip-box i {
    display: inline-block;
    width: 70px;
    color: #333 !important;
    position: relative;

}

.order-tip-box i:after {
    content: ':';
    position: absolute;
    right: 5px;
    bottom: 0px;

}


.tour-detail img {
    width: 100%;
}

.icon_help {
    display: inline-block;
    width: 30px;
    height: 40px;
    float: left;
    background: url(/img/wechat/icon_help.png) no-repeat center center;
    background-size: 15px 15px;
    position: relative;
    z-index: 800;
}

.order_detail_font {
    font-size: 12px;
    color: #999999;
    margin-right: 2px;
}

.bottom-rf-btn {
    display: inline-block;
    float: right;
    width: 60px;
    height: 20px;
    padding-top: 30px;
    line-height: 16px;
    font-size: 10px;
    color: #666;
    position: relative;
    text-align: center;
}

.shopping-service-icon {
    background: url(../../../img/wechat/goodcart/shopping-service-new.png) no-repeat center top 5px;
    background-size: 44%;
}

.pic-shade-outer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: #000;
}

.pic-shade-middle {
    width: 100%;
    height: 100%;
    position: relative;
}

.pic-img-box {
    width: 94%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 3%;
    /* background:#fff; */
}

.pic-img-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pic-img-box img {
    /* width:100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tfy_login_label {
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;

}

.tfy_login_label label {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    position: relative;
}

.tfy_login_label label a {
    color: #46bf66;
}

.tfy_info_tip {
    line-height: 20px;
    font-size: 14px;
}

.tfy_info_tip b {
    display: block;
    margin-top: 8px;
}

.tfy_info_tip b:first-child {
    margin: 0;
}

/* 新css */
.tfy_header_tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.tfy_header_search {
    line-height: 30px;
    float: left;
    width: calc(100% - 100px - 5%);
    width: -moz-calc(100% - 100px - 5%);
    width: -webkit-calc(100% - 100px - 5%);
    border: 1px solid #e3e3e3;
    margin-top: 4px;
    margin-left: 2.5%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tfy_header_camp_area {
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    color: #333;
}

.tfy_header_camp_area:after {
    content: '';
    display: block;
    width: 22px;
    height: 18px;
    /* background: #d8d8d8; */
    position: absolute;
    right: 0px;
    top: 6px;

    background: url(/img/wechat/icon_arrow.png) no-repeat 10px center;
    background-size: 8px;
    border-right: 1px solid #d8d8d8;
}

.tfy_header_camp_area > span {
    display: block;
    overflow: hidden;
    width: 58px;
    text-align: center;
}

.tfy_header_camp_area i {
    display: inline-block;
    /* background: url(/img/wechat/icon_arrow.png) no-repeat right center;
    background-size:8px ;
    padding-right: 15px; */
    white-space: nowrap;
}

.tfy_header_btn {
    display: inline-block;
    float: right;
    padding-left: 18px;
    font-size: 12px;
}

.tfy_header_map_screen {
    background: url(/img/wechat/icon_filter.png) no-repeat left 4px center;
    background-size: 12px;
    margin-right: 8px;
}

.tfy_header_map_screen.on {
    background: url(/img/wechat/icon_filter_on.png) no-repeat left 4px center;
    background-size: 12px;
    color: #3da842;
}

.tfy_header_map_change {
    background: url(/img/wechat/icon_listblack.png) no-repeat left center;
    background-size: 14px;
    margin-right: 2.5%;
}

.tfy_header_map_change.on {
    background: url(/img/wechat/icon_mapblack.png) no-repeat left center;
    background-size: 15px;
}

.tfy_header_search_btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/wechat/icon_search.png) no-repeat center center;
    background-size: 24px;
    float: right;
}

.tfy_header_search_input {
    width: calc(100% - 110px);
    float: left;
    line-height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    margin-left: 5px;
}

.tfy_nav_btn_box {
    width: 46px;
    position: fixed;
    right: 10px;
    top: 60px;
    z-index: 700;
    padding: 6px 0 10px 0;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.tfy_nav_btn {
    display: inline-block;
    width: 36px;
    margin: 0 5px;
    padding: 36px 0 5px 0;
    border-bottom: 1px solid #e3e3e3;
    color: #575556;
    text-align: center;
}

.tfy_nav_btn.on {
    color: #3da842;
}

.tfy_nav_btn:last-child {
    border-bottom: none;
}

.tfy_nav_btn.nav_icon_camp {
    background: url(/img/wechat/icon_camp.png) no-repeat top 10px center;
    background-size: 28px;
}

.tfy_nav_btn.nav_icon_camp.on {
    background: url(/img/wechat/icon_camp_on.png) no-repeat top 10px center;
    background-size: 28px;
}

.tfy_nav_btn.nav_icon_repair {
    background: url(/img/wechat/icon_repair.png) no-repeat top 10px center;
    background-size: 26px;
}

.tfy_nav_btn.nav_icon_repair.on {
    background: url(/img/wechat/icon_repair_on.png) no-repeat top 10px center;
    background-size: 26px;
}

.tfy_nav_btn.nav_icon_car {
    background: url(/img/wechat/icon_car.png) no-repeat top 10px center;
    background-size: 30px;
}

.tfy_nav_btn.nav_icon_car.on {
    background: url(/img/wechat/icon_car_on.png) no-repeat top 10px center;
    background-size: 30px;
}

.tfy_nav_btn.nav_icon_spot {
    background: url(/img/wechat/icon_spot.png) no-repeat top 10px center;
    background-size: 30px;
}

.tfy_nav_btn.nav_icon_spot.on {
    background: url(/img/wechat/icon_spot_on.png) no-repeat top 10px center;
    background-size: 30px;
}

.campLabel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.campLabel div {
    padding: 4px;
    color: #6dbe72;
    border: 1px solid #6dbe72;
    text-align: center;
    border-radius: 10%;
    margin-top: 1.33vw;
    margin-right: 1.3vw;
    font-size: 3.2vw;
    line-height: 12px;
}

.footer {
    display: flex;
    width: 100%;
    height: 12vw;
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
    box-shadow: 0 0 5px #bfbfbf;
    align-items: center;
    z-index: 510;
}

.footer > div {
    height: 9vw;
    flex-grow: 1;
    text-align: center;
}

.footer span {
    padding-top: 3px;
    display: block;
    color: #333;
}

.footer > div.on span {
    color: #ff4500;
}

.footer img {
    width: 5.33vw;
    height: 5.33vw;
}

.uploadBox {
    width: 68%;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-flow: wrap;
}

.upload {
    width: 28%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.uploadInner {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.uploadInner.uploadImg {
    background: url(/img/wechat/good/icon_upload.png) no-repeat center bottom 55%;
    background-size: auto 50%;
}

.upload img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}

.upload i.icon_close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/expert/icon_close_white.png) #ed6d3e no-repeat center center;
    background-size: 8px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 6;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.pic_limit {
    line-height: 20px;
    margin-bottom: 10px;
}

.img_tip {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.star:after {
    color: red;
    content: "*"
}
