/*分类按钮*/
.typeTab {
	margin-top: 16px;
	padding-left: 6px;
}
.typeTab .btn-group {
	margin-right: 10px;
}
.typeTab .btn-default {
	border-color: #eee;
}
.typeTab .btn-default i {
	padding-right: 5px;
}
.btn.white, .btn.btn-default, .btn.btn-secondary {
    border-color: #aaa;
}
/*活动列表*/
#active {
	margin-top: 15px;
	margin-bottom: 50px;
	min-height: 500px;
}
.hdBox{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.hdBox a:hover .span1 {
	color: #c49c52;
	text-decoration: none;
}
.hdBox .imgBox{
	margin-top: 12px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color: #fff;

}
.hdBox .imgBox img {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.stateTag {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.state1 {
	background-color: #CC6666;
	color: #fff;
}
.state2 {
	background-color: #00CC66;
	color: #fff;
}
.state3 {
	background-color: #9d9d9d;
	color: #fff;
}
.hdBot{
	width: 100%;
	height: 112px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 10px;
	-moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.hdBot .span1{
	display: block;
	height: 40px;
	color: #333;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hdBot .span2 {
	display: inline-block;
	font-size: 12px;
	background-color: #c49c52;
	line-height: 20px;
	padding: 0 5px;
	color: #fff;
	border-radius: 4px;
}
.hdBot .span3 {
	font-size: 16px;
	/*color: #333;*/
	line-height: 40px;
}
.hdBot>p{
	display: block;
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 5px 0 3px 0;
}
.hdBox:hover{
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
.hdBox:hover .hdBot {
	background-color: #f7f8fa;
}

/* --- 详情 --- */

.breadcrumb {
	padding-left: 0;
	background-color: #f7f8fa;
	margin-bottom: 0;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	color: #c49c52;
}

.topBox {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 30px;
}
.topBox img {
	width: 90%;
}
.topBox .col-xs-6 {
	/*min-height: 369px;*/
	overflow: hidden;
}
.topBox .col-xs-6 h4 {
	padding: 0 5%;
	line-height: 1.3;
}
.topBox p {
	font-size: 16px;
	color: #595959;
}

.topBox button {
	font-size: 16px;
	padding: 6px 20px;
}
.topBox .btn1 {
	margin-right: 15px;
}
/* --- 左边 --- */
.content {
	padding: 10px 35px;
	margin-bottom: 50px;
	background-color: #fff;
}


/* -- 右边 -- */
.widget {
    background: #fff;
    padding: 21px 30px;
    margin-bottom: 12px;
}
.widget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}
.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}

#step {
	    padding: 10px 0 12px 0 !important;
	    margin-bottom: 20px;
	    margin-top: 10px;
}
#actInfo img {
	max-width: 100%;
}
/* 个人信息弹框 */

/*#bzInfo {
	padding: 30px;
}
#bzInfo p {
	color: #787878;
}
#bzInfo .tr {
	display: inline-block;
	width: 14px;
}*/

/*弹出框*/
.layer-style{
	padding: 12px;
}
.layer-style .list-style{
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px #ddd;
	display: inline-block;
	vertical-align: top;
	/*width: 45%;*/
	position: relative;
}
.layer-style .list-style input{
	position: absolute;
	right: 20px;
	top: 20px;
}
#add-child .list-style:nth-child(2){
	margin: 0 30px;
}
/*重定义模态框*/
.modal-header {
	padding: 0;
	border: none;
}

.nav-tabs > li > a {
	margin-right: 0;
	color: #555555;
}

.modal-header .close {
	margin-right: 15px;
	margin-top: 9px;
}

.modal.in .modal-dialog {
	width: 438px;
	margin: 270px auto 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #0de3b7;
}

.modal-footer {
	padding: 10px 15px;
}

.modal-body .btn-primary {
	color: #fff;
	background-color: #33b74bc2;
	border-color: #33b74bc2;
	float: right;
}

.btn-primary:hover, .btn-primary:focus, .btn.btn-primary:active {
	color: #fff;
	background-color: #33b74bc2;
	border-color: #33b74bc2;
	outline: none;
}

.modal-body p {
	font-size: 16px;
}

.modal-body textarea {
	width: 100%;
	margin-bottom: 10px;
	min-height: 62px;
	font-size: 16px;
}
.modalFooter{
	overflow: hidden;
}
.btn.btn-primary:hover{
	color: #fff;
	background-color: #33b74bc2;
	border-color: #33b74bc2;
	outline: none;
}

#map{
	/*padding: 3px 12px;*/
	/*margin-left: 16px;*/
	/*background-color: #f1ac2d;*/
	/*border: none;*/
	/*color: white;*/
	/*border-radius: 4px;*/
	/*font-size: 14px;*/
}

