﻿input,button,select{
	outline: 0;
}
input:focus,button:focus,select:focus{
	outline: 0;
}
p {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 26px;
    color: #959ab5;
}
a{
	color:#262626;
}
a:hover{
	color:#CC3399;
}
.mm-page {
    box-sizing: border-box;
    position: relative;
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}
.theme-layout {
    float: left;
    position: relative;
    width: 100%;
}
.theme-layout::before {
    background: rgba(52,70,93,.7);
    background-repeat: repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s linear 0s;
    visibility: hidden;
    opacity: 0;
}
.responsive-header {
    display: none;
}
.topbar_bj{
	max-width:1140px;
	margin:auto;
	background:#569856;
	display: block;}
.topbar {
    background: #569856;
    display: block;
    height: 66px;
    padding: 0 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    position: fixed;
    top: 0px;
	width: 100%;
	left:0;
	right:0;
}

.logo {
	float:left;
    display: inline-block;
    vertical-align: inherit;
    position: relative;
    z-index: 10;
	padding:10px 0;
	height:66px;
}
.logo > a {
    display: block;
    vertical-align: middle;
	height: 100%;
	    color: #fff;
    font-size: 28px;
}
.logo img{
	display: block;
	max-height: 100%;
}
.topbar > form {
    display: inline-block;
    vertical-align: sub;
    width: 26%;
    position: relative;
}
.top-area {
	float:right;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
	width:100%;
}
.top-search {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 50%;
}

.top-search form {
    display: inline-block;
    position: relative;
    width: 100%;
	margin-left:20px;
}
.top-search form input::placeholder {
    color: rgba(255,255,255,.7);
    font-weight: 300;
}
.top-search form input {
    background: rgba(255,255,255,.1);
    border: medium none;
    font-size: 13px;
    padding: 13px 30px;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
	border: 1px solid rgba(255,255,255,.2);
}

.top-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b6b6b6;
    font-size: 15px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	border: medium none;
    border-radius: 30px;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.2s linear 0s;
}
.top-area .user-img {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin-top:20px;
}
.user-img > h5 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    vertical-align: middle;
}
.user-img > h5 i{
	display: inline-block;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border:1px #fff solid;
	border-radius: 50%;
	font-size:18px;
}
.user-img > h5 span{
	display: inline-block;
	margin-left:10px;
	font-size:18px;
	text-transform: capitalize;
}
.blank-bar{
	height: 66px;
	width:100%;
	clear: both;
}
section {
    float: left;
    position: relative;
    width: 100%;
}
.page-header {
    background: #569856;
    border-bottom: 1px solid #e1e8ed;
	position: relative;
    float: left;
    padding: 50px 15px;
    width: 100%;
	display:none;
}
.header-inner {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
    width: 100%;
    z-index: 3;
    position: relative;
}
.header-inner > h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    line-height: initial;
    position: relative;
    text-transform: capitalize;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
}
.header-inner > p {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 22px;
    margin: 0 auto;
    width: 84%;
}
.page-header > figure {
    float: left;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    width: 100%;
	z-index: 3;
	position: relative;
}
.gap {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.gray-bg {
    float: left;
    width: 100%;
    background: #fff;
}
.logout-f {
    display: inline-block;
    width:325px;
	margin-left:100px;
}

.logout-f > h4 {
    color: #535165;
}
.logout-f > h4 i.iconfont{
	font-size:20px;
}
.logout-f > p {
    font-size: 13px;
    line-height: 20px;
}

.logout-form {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.again-login {
    display: inline-block;
    position: relative;
    width: 100%;
}
.again-login button {
    margin-top: 14px;
	width:200px;
	margin-left:62.5px;
	background:#c71585;
	border-color:#c71585; 

}
.btn-primary:hover{
	background:#c12525;
	border-color:#c12525;}
.logout-form a {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.logout-form > p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.mh-head {
    float: left;
    width: 100%;
	background: #569856;
}
.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    color: #333;
    height: auto;
}
.mh-head .mh-text {
    display: inline-block;
    margin-top: 6px;
    padding: 0;
	width:150px;
}
.mh-text > a {
    display: inline-block;
    font-family: hobostd;
    font-size: 20px;
    vertical-align: middle;
}

.mh-text img {
    display: inline-block;
    vertical-align: sub;
	max-width: 100%;
}

.mh-head .mh-form {
    padding: 10px 0;
}

.mm-panel.mm-hasnavbar.mm-opened .setting-row span {
    width: 72%;
}
.mh-head.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mh-head.mh-btns-left {
    padding-left: 50px;
}
.mh-head.mh-btns-right {
    padding-right: 50px;
}
.mh-head .mh-btns-left, .mh-head .mh-btns-right {
    display: block;
    width: 40px;
	height: 30px;
    position: absolute;
    top: 10px;
    bottom: 0;
	line-height: 30px;
}
.mh-head .mh-btns-left > a, .mh-head .mh-btns-right > a{
	color:#fff;
	font-size:26px;
	display: block;
	margin:0 auto;
}
.mh-head .mh-btns-left > a i, .mh-head .mh-btns-right > a i{
	font-size:26px;
}
.mh-head .mh-btns-left > a{
	text-align: left;
}
.mh-head .mh-btns-right > a.dropdown-toggle{
	text-align: right;
}
.mh-head a:hover{
	text-decoration: none;
}
.mh-head .mh-btns-left {
    left: 10px;
}
.mh-head .mh-btns-right {
    right: 10px;
}
.mh-btns-right .dropdown-toggle:after{
	border:none;
}
.mh-head .mh-form {
    padding: 10px 0;
    position: relative;
}
.mh-head.second{
	padding:10px;
}
input.ms-s {
    background: #fff;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    height: 26px;
    width: 100%;
    padding: 0 10px;
}
.ms-btn {
    color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 30px;
    height: 26px;
	line-height: 26px;
    position: absolute;
    top: 22px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	border:none;
	background: none;
}
.central-meta {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ede9e9;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.upload-box{
    padding: 0 20px;
	margin: 0 auto;
	margin-top: 40px;
}
.upload-box .clearx:after, .upload-box .clearx:before {
	content: " ";
	display: table
}
.upload-box .clearx:after {
	clear: both
}


.upload-box .upload-tip{
	margin-bottom: 20px;
	font-size: 16px;
	color: #555;
}
.upload-box .image-box{
	padding: 18px;
	border:2px dashed #E7E6E6;
}

.image-box section{
	position: relative;
	width: 190px;
	height: 190px;
	float: left;
}

.image-box .upload-section{
	position: relative;
}

.image-box .image-section{
	margin-right: 20px;
	margin-bottom: 20px;
	border:1px dashed #ccc;
}

.image-section:hover{
	border: 1px solid #f15134;
}

/*/图片遮罩层样式*/
.image-section .image-shade{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}

/*鼠标放上去时显示遮罩层*/
.image-section:hover .image-shade{
	visibility: visible;
}

.image-section .image-zoom {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 80px;
    right: 80px;
    display: none;
    z-index: 10;
    background:url(../images/zoom.png) no-repeat center;
}

.image-section .image-delete {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	display: none;
	z-index: 10;
	background:url(../images/delete.png) no-repeat center;
}

.image-section:hover .image-delete{
	display: block;
	cursor:pointer;
}

.image-section:hover .image-zoom{
    display: block;
    cursor:pointer;
}

.image-box .image-show{
	display: block;
	width: 100%;
	height: 100%;
}

.image-loading{
    border: 1px solid #D1D1D1;
	background:url(../images/loading.gif) no-repeat center;
}

.image-opcity{
	opacity: 0;
}

/*上传域样式*/
.upload-section .upload-input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/*上传按钮样式*/
.upload-section .upload-btn {
	border:1px dashed #d0d0d0;
	width: 190px;
	height: 190px;
	background:url(../images/upload.png) no-repeat center;
}

/*遮罩层样式*/
.delete-modal{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.delete-modal .modal-content{
	 width: 500px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -250px;
	 margin-top: -80px;
	 background: white;
	 height: 160px;
	 text-align: center;
}

.modal-content p{
	margin: 0;
	padding: 0;
}
.modal-content .modal-tip{
	color: #555;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
}
.modal-content .modal-btn{

	height: 66px;
	line-height: 66px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.modal-content .modal-btn span{
	width: 49.8%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
	border-right: 1px solid #D1D1D1;
}

.modal-btn:hover span{
    cursor:pointer;
}


/*图片预览样式*/
#zoom-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	min-height: 800px;
    height: 100%;
    z-index: 1100;
    background-color: rgb(119, 119, 119);
    opacity: 0.7;
    cursor: pointer;
    display: none;
}
#zoom-box {
    position: absolute;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
    height: auto;
    top: 25%;
    left: 25%;
}

#zoom-content {

    outline: none;
    overflow: hidden;
    z-index: 1102;
    border: 10px solid #fff;
    opacity: 1;
}
#zoom-content img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

.actionMsg{
	position:fixed;
	right:25px;
	top:50px;
	border:1px solid transparent;
	border-radius:3px;
	padding: 10px 20px;
	z-index:9999999;
	font-size:16px;
	display:none;
}
.actionMsg.success{
	color: #316100;
    background-color: #a9dea3;
    border-color: #99d292;
}
.actionMsg.info{
    color: #24587e;
    background-color: #9eecff;
    border-color: #6cd5ef;
}
.actionMsg.danger{
	color: #6b1110;
    background-color: #fb959b;
    border-color: #f7727a;
}
.actionMsg.loading{
	top:50%;
	right:50%;
	margin-top:-20px;
	margin-right:-65px;
	color: #7d6608;
    background-color: #ffdd81;
    border-color: #e6bb45;
}
.topic-good,.topic-hot,.topic-img,.topic-attr, .topic-1,.topic-2{
	display:inline-block;
	width:17px;
	height:17px;
	vertical-align: middle;
	margin:0 3px;
}
.topic-good{
	width:153px;
	background:url(../images/goodx.gif) left center repeat-x;
}
.topic-hot{
	width:37px;
	background:url(../images/hot.gif) center center no-repeat;
}
.topic-img{
	background:url(../images/image.gif) center center no-repeat;
}
.topic-attr{
	background:url(../images/attr.gif) center center no-repeat;
}
.topic-1{
	margin-left:0;
	margin-right:5px;
	background:url(../images/pin_1.gif) center center no-repeat;
}
.topic-2{
	margin-left:0;
	margin-right:5px;
	background:url(../images/pin_2.gif) center center no-repeat;
}

label.label{
	font-weight: 600;
	display: block;
}
.required{
	color:red;
}
.ad-desc{
	height: 560px;
	resize:vertical;
}
.nav-path{
	background: #fff;
	padding-top:15px;
}
.ad-x-x{
	padding:30px 0 ;
	line-height: 1.5;
	font-size:18px;
	color:#000;
}
.ad-left-x p{
	margin-bottom: 10px;
	font-size:18px;
	color:#000;
}
.ad-x-action{
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #dee2e6;
	margin-bottom:25px;
}
.ad-x-update{
	font-size:14px;
	color:#666;
	margin-top:10px;
}
.ad-x-btn{
	text-align: right;
}
.ad-x-btn a:hover{
	text-decoration: none;
}
.ad-title{
	margin:0;
	font-size:24px;
}
.btnms {
    background-color: #007fff;
    color: #fff!important;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
	margin-right:15px;
}
.btnph {
    background-color: #ed2d70;
    color: #fff!important;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
}
.fivePlusx{
	list-style: none;
	margin:0;
	padding:0;
	column-count: 2;
}
.fivePlusx li{
	margin-bottom:15px;
}
.breadcrum{
	list-style: none;
	margin:0;
	padding:0;
	font-size:1rem;
}
.breadcrum li{
	display: inline-block;
	position: relative;
}
.breadcrum li:before{
	font-family: "iconfont" !important;
	content:"\e67a";
	color:#aaa;
}
.breadcrum li:first-child:before{
	content:"";
}
.breadcrum li a{
	color:#000;
	text-decoration:underline;
}
.nearby-city a{
	font-weight:bold;
	color:#569856;}
.top-ad-list{
	list-style: none;
	padding:10px 0 15px 0;
	margin:0 0 15px 0;
	border-bottom: 2px solid #dee2e6;
}
.top-ad-list li{
	display: block;
	width: 100%;
	margin-bottom:5px;
}
.top-ad-list li .ad-link{
	font-weight: 600;
	font-size:18px;
}
.ad-list-meta{
	display:none;
	font-size:12px;
	color:#959ab5;
}
.ad-list-meta i{ 
	font-size:14px;
}


.top-ad-list li .has-img, .normal-ad-list li .has-img{
	display: inline-block;
	margin-right:10px;
	color:#9933FF;
	font-weight: 500;
	display:none;
}
.top-ad-list li .has-img.img-0, .normal-ad-list li .has-img.img-0{
	color:#ccc;
}
.normal-ad-list{
	margin:0;
	padding:0;
	list-style: none;
}
.normal-ad-list li{
	display: block;
	width:100%;
	margin-bottom:15px;
}
.normal-ad-list li .ad-link{
	color:#000;
	font-size:16px;
}
.normal-ad-list li .ad-linkjd{
	color:red;
	font-weight: bold;

}
.date_one {
    padding: 3px 3px 3px 6px;
    color: #000;
    font: 14px arial;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(.25,#eee),color-stop(.75,#fff));
    background-image: -moz-linear-gradient(left center,#eee 25%,#fff 75%);
    margin-bottom: 5px;
    width: 100%;
    clear: both;
	margin-top:10px;
}
.search-key{
	color:#33CC33;
	font-weight: 600;
}
.dropdown-item{
	display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
    background: #fff;
    position: relative;
}
.dropdown-item a{
	display:block;
	color:#535165;
}
.dropdown-item a:hover{
	text-decoration: none;
}
.dropdown-item i {
    color: #9a9fbf;
    font-size: 15px;
    margin-right: 12px;
	display: inline-block;
}
.dropdown-menu{
	border-radius: 2px;
	border:none;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	top:10px !important;
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    right: 15px;
    position: absolute;
    top: -9px;
    transform: translate(-50%);
}
.btn-tiny{
	padding:3px 5px;
	font-size:12px;
}
.l-link{
	color:#535165;
}
.l-locx{
	font-size:14px;
	color:#999;
}
.badge{
	line-height: 1;
	font-size:11px;
	font-weight: normal;
	vertical-align: middle;
}
.user-cre{
	background:#fff;
	text-align: center;
	border-bottom:  1px solid #e6ecf5;
}
.user-cre span{
	color:#006633;
	font-size:16px;
	font-weight: 600;
}
.user-cre div{
	font-size:12px;
	color:#959ab5;
}
.dropdown-item a.logout-link,.dropdown-item .logout-link i{
	color:#fa6342;
}
.ads-num{
	line-height: 38px;
	font-size:18px;
}
.pagination a, .pagination span {
	padding: .2em .6em;
	background: #fff;
	border: 1px solid #00c;
	text-decoration: none;
	box-shadow: 2px 2px 5px #ccc;
	line-height: 30px
}
.pagination span {
	border: 1px solid #666;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666
}
.pagination a:hover, .pagination span:hover {
	border: 1px solid #ccc;
	color: #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.zeng_msgbox_layer,.zeng_msgbox_layer .gtl_ico_succ,.zeng_msgbox_layer .gtl_ico_fail,.zeng_msgbox_layer .gtl_ico_hits,.zeng_msgbox_layer .gtl_ico_clear,.zeng_msgbox_layer .gtl_end{display:inline-block;height:54px;line-height:54px;font-weight:700;font-size:14px;color:#606060;background-image:url(../images/gb_tip_layer.png);_background-image:url(../images/gb_tip_layer_ie6.png);background-repeat:no-repeat}.zeng_msgbox_layer_wrap{width:100%;position:fixed;_position:absolute;top:46%;left:0;text-align:center;z-index:65533}.zeng_msgbox_layer{background-position:0 -161px;background-repeat:repeat-x;padding:0 18px 0 9px;margin:0 auto;position:relative}.zeng_msgbox_layer .gtl_ico_succ{background-position:-6px 0;left:-45px;top:0;width:45px;position:absolute}.zeng_msgbox_layer .gtl_end{background-position:0 0;position:absolute;right:-6px;top:0;width:6px}.zeng_msgbox_layer .gtl_ico_fail{background-position:-6px -108px;position:absolute;left:-45px;top:0;width:45px}.zeng_msgbox_layer .gtl_ico_hits{background-position:-6px -54px;position:absolute;left:-45px;top:0;width:45px}.zeng_msgbox_layer .gtl_ico_clear{background-position:-6px 0;left:-5px;width:5px;position:absolute;top:0}.zeng_msgbox_layer .gtl_ico_loading{width:16px;height:16px;border:0;background-image:url(../images/loading.gif);float:left;margin:19px 10px 0 5px}
.pay-method{
	display:block;border:1px solid #f1f1f1;width:100%;padding:5px 10px;margin-bottom:15px;position:relative;
}
.pay-method input{
	position:absolute;right:10px;top:10px;
}
.pay-method img{
	vertical-align:middle;
	display: inline-block;
}
.paymethod{
	padding-bottom:10px;display:none;
}
.index-inner{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
	padding:15px;
}
.index-inner ul{
	list-style: none;
	margin:0 0 0 10px;
	padding: 0;
}
.index-inner h3 a {
	font-size:20px;
    color: #262626;
}
.index-inner ul li a{
	color:#535165;
}
.index-inner ul li a:hover{
	color:#569856;}
.toggle {
    display: block;
    cursor: pointer;
    color: #97a4b7;
    font-size: 20px;
}
.search-form__toggle {
    position: absolute;
    right: 76px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin:0;
}
.toggle__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.toggle__input {
    left: .45em;
}
.toggle__button {
    display: block;
    width: 1.61em;
    height: 1em;
    border-radius: 99px;
    background-color: #d6dee8;
    position: relative;
    overflow: hidden;
}
.search-form__toggle .toggle__button {
    background-color: #CC9999;
}
.homepage__form .toggle__button {
    background-color: #d6dee8;
}
.toggle__button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: #FFCC00;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: border-color,color,background-color,opacity,-webkit-transform;
    transition-property: border-color,color,background-color,opacity,-webkit-transform;
    -o-transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity,-webkit-transform;
}
.toggle__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .09em;
    -webkit-transform: translate(-.59em,-50%);
    -ms-transform: translate(-.59em,-50%);
    transform: translate(-.59em,-50%);
    background-color: #fff;
    width: .8214em;
    height: .8214em;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: border-color,color,background-color,opacity,-webkit-transform;
    transition-property: border-color,color,background-color,opacity,-webkit-transform;
    -o-transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity,-webkit-transform;
}
.toggle__text {
    padding-left: 10px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: border-color,color,background-color,opacity,-webkit-transform;
    transition-property: border-color,color,background-color,opacity,-webkit-transform;
    -o-transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity;
    transition-property: border-color,color,transform,background-color,opacity,-webkit-transform;
	font-weight: normal;
	color:#fff;
	line-height: 1;
}
.toggle__input:checked~.toggle__button::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.toggle__input:checked~.toggle__button::after {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.page-name {
    
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 65px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.page-name a{
	color:#fff;
}
.login-links a{
	color:#fff;
	display: inline-block;
	font-weight: 600;
}
.login-links a:first-child{
	margin-right:10px;
}






/*--- bottombar ---*/
.clear {
    clear: both;
	overflow: auto;
	zoom:1;
	width:100%;
}
.bottombar {
    background: #e6ebef;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.copyright {
    float: left;
    font-size: 13px;
    font-weight: 300;
}

.bottombar i {
    float: right;
	font-size:18px;
	margin-left:3px;
	color:#999;
}
.lzy_custom_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(50, 50, 50, .2);;
}

.lzy_custom_popup {
    position: fixed;
    background-color: white;
    display: none;
    overflow: hidden;
}

.lzy_popup_nav {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid black;
}

.lzy_popup_nav * {
    font-size: 16px;
}

.lzy_popup_nav_move {
    cursor: move;
}

.lzy_nav_icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 6px -5px 0 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    line-height: 16px;
}

.lzy_nav_title {
    width: calc(100% - 90px);
    height: 100%;
    float: left;
    line-height: 29px;
    margin-left: 10px;
    color: black;
}

.lzy_popup_nav svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.lzy_popup_nav rect,
.lzy_popup_nav line {
    stroke-width: 2;
}

.lzy_nav_close,
.lzy_nav_full {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.lzy_nav_full {
    display: none;
}

.lzy_nav_close rect:nth-child(1),
.lzy_nav_full rect:nth-child(1) {
    fill: rgba(0, 0, 0, 0);
}

.lzy_nav_full rect:nth-child(2) {
    fill: rgba(0, 0, 0, 0);
}

.lzy_nav_close:hover,
.lzy_nav_full:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.lzy_popup_cont {
    width: calc(100% - 20px);
    height: calc(100% - 65px);
    padding: 0 10px;
    overflow: hidden;
}

.lzy_popup_v_cont {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lzy_popup_cont > * {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.lzy_popup_footer {
    width: 100%;
    height: 34px;
    text-align: right;
    line-height: 34px;
}

.lzy_popup_footer * {
    font-size: 16px;
}

.lzy_custom_none_footer .lzy_popup_cont {
    height: calc(100% - 30px);
}

.lzy_custom_none_footer .lzy_popup_footer {
    height: 0;
}

.lzy_footer_btn {
    position: relative;
    min-width: 60px;
    width: auto;
    height: 25px;
    cursor: pointer;
    border: 1px solid black;
    color: white;
    outline: none;
    margin: 0 8px;
    padding: 0 10px;
}

.lzy_footer_btn:hover {
    opacity: .9;
    text-decoration: none;
}

.lzy_footer_btn_close:hover {
    background-color: rgba(0, 0, 0, .05) !important;
}

.lzy_popup_footer > button:first-child {
    margin-left: 10px;
}

.lzy_popup_footer > button:last-child {
    margin-right: 10px;
}

/****弹出风格**************/
.lzy_popup_show_1 {
    transform: scale(1, 1);
    animation: lzyPopupShow_1 .3s 1;
}

@keyframes lzyPopupShow_1 {
    0% {
        opacity: .5;
        transform: scale(.5);
    }
    80% {
        opacity: .8;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.lzy_popup_close_1 {
    transform: scale(.8, .8);
    animation: lzyPopupClose_1 .3s 1;
}

@keyframes lzyPopupClose_1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    80% {
        opacity: .8;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: .5;
        -webkit-transform: scale(.5);
    }
}

/*******收缩风格**********************************/
.lzy_popup_show_2 {
    transform: scale(1, 1);
    animation: lzyPopupShow_2 .3s 1;
}

@keyframes lzyPopupShow_2 {
    0% {
        opacity: .5;
        transform: scale(3.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.lzy_popup_close_2 {
    transform: scale(.2);
    animation: lzyPopupClose_2 .3s 1;
}

@keyframes lzyPopupClose_2 {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
}

/****旋转风格**************/
.lzy_popup_show_3 {
    transform: translateX(0) rotate(0);
    animation: lzyPopupShow_3 .3s 1;
}

@keyframes lzyPopupShow_3 {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

.lzy_popup_close_3 {
    transform: rotate(180deg);
    animation: lzyPopupClose_3 .3s 1;
}

@keyframes lzyPopupClose_3 {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        transform: translateX(150%) rotate(120deg);
    }
}

/****下滑风格**************/
.lzy_popup_show_4 {
    transform: translateY(0);
    animation: lzyPopupShow_4 .3s 1;
}

@keyframes lzyPopupShow_4 {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.lzy_popup_close_4 {
    transform: translateY(-180%);
    animation: lzyPopupClose_4 .3s 1;
}

@keyframes lzyPopupClose_4 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-180%);
    }
}

/****上滑风格**************/
.lzy_popup_show_5 {
    transform: translateY(0);
    animation: lzyPopupShow_5 .3s 1;
}

@keyframes lzyPopupShow_5 {
    0% {
        opacity: 0;
        transform: translateY(150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.lzy_popup_close_5 {
    transform: translateY(180%);
    animation: lzyPopupClose_5 .3s 1;
}

@keyframes lzyPopupClose_5 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(180%);
    }
}

/****抖动风格**************/
.lzy_popup_show_6 {
    transform: translateY(0);
    animation: lzyPopupShow_6 .3s 1;
}

@keyframes lzyPopupShow_6 {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.lzy_popup_close_6 {
    transform: translateY(-180%);
    animation: lzyPopupClose_6 .3s 1;
}

@keyframes lzyPopupClose_6 {
    0% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
    100% {
        opacity: .3;
        transform: translateX(0);
    }
}
.list-details-tab .nav-item {
    margin-bottom: 0 !important;
    margin-right: 45px;
    position: relative;
    padding: 0;
}
.list-details-tab .nav-item a {
    font-size: 16px;
	font-weight: 600;
	display: block;
	height:40px;
	position: relative;
	line-height: 30px;
	bottom: 0px;
}
.list-details-tab .nav-item a:hover{
	text-decoration: none;
}
.list-details-tab .nav-item a.active{
	color:#569856;
}
.list-details-tab .nav-item a:after {
    position: absolute;
    bottom: -0.04rem;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #569856;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-color: transparent;
}
.list-details-tab .nav-item a.active:after, .list-details-tab .nav-item a:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.post-ad label {
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
	margin-bottom: .5rem;
	font-size:14px;
}
.filter-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    padding: 10px 20px;
    height: 50px;
	margin-top: 0 !important;
    color: #333 !important;
    font-weight: 300;
    font-size: 15px;
}
.filter-input:last-child {
    padding: 5px 20px;
}
label .Optional{
	font-size:11px;
	color:#ccc;
	font-weight: normal;
	font-style:italic;
}
.post-ad .tab-pane {
    display: none;
}
.post-ad .tab-pane.active{
	display: block;
}
.nearby-city a.active{
	color:#000;
}












@media screen and (max-width: 768px) {
	.responsive-header{display: block;}
	.topbar{
		display: none;
	}
	.gap{padding: 40px 0;}
    p{font-size: 13px; line-height: 20px;}
	.page-header {
	    padding-top: 30px;
	}
	.header-inner {
	    max-width: 100%;
	}
	.header-inner > h2 {
		font-size: 26px;
	}
	.page-header > figure img {
		max-width: 100%;
	}
	.header-inner > p {
		font-size: 13.5px;
	}
	.logout-f > h4 {
		font-size: 20px;
	}
	.mh-head .mh-text {
		margin-top: 8px;
	}
	.blank-bar{
		display: none;
	}
	.ad-x-x{
		padding:20px 0;
	}
	.ad-left-x{
		order:2;
		padding-top:20px;
		font-size:16px;
	}
	.ad-left-x p {
		font-size:16px;
	}
	.ad-right-x{
		order:1;
	}
	.ad-x-btn{
		text-align: center;
		padding-top:10px;
	}
	.ad-x-update{
		font-size:12px;
	}
	.ad-title{
		font-size:20px;
	}
	.index-inner{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.index-inner h3 a {
		font-size: 16px;
	}
	.index-inner ul li a {
		font-size: 15px;
	}
	.dropdown-menu:before{
		right:5px;
	}
	.fivePlusx{
		column-count:1;}
}