#activeBox .img {
	width: 100%;
}
.actBanner img{
	width: 100%;
}
#activeBox .title {
	font-size: 35px;
	color: rgb(50, 50, 50);
	margin: 25px 0;
}
table{
	width: 100%;
	height: auto;
}
#activeBox .info span {
	display: inline-block;
	min-width: 130px;
	margin-right: 30px;
	padding-left: 50px;
	font-size: 18px;
	color: rgb(125, 125, 125);
	margin-bottom: 18px;
}
.art article p img{
	max-width: 100%;
}
#activeBox .info span.user {
	background: url(/resource/img/active-user.png) no-repeat left center;
	background-size: 20px;
}

#activeBox .info span.tel {
	background: url(/resource/img/active-tel.png) no-repeat left center;
	background-size: 20px;
}

#activeBox .info span.time {
	background: url(/resource/img/active-time.png) no-repeat left center;
	background-size: 19px;
}

#activeBox .info span.loc {
	background: url(/resource/img/active-loc.png) no-repeat left center;
	background-size: 19px;
}

#activeBox .btns {
	height: 50px;
	margin-top: 20px;
	padding-bottom: 33px;
	border-bottom: 1px solid #cccccc;
}

#activeBox .btns .join,#activeBox .btns .end{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(39, 147, 228);
	border-radius: 4px;
	background-color: rgb(39, 147, 228);
	width: 178px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-left: 40px;
	box-sizing: border-box;
	position: relative;
	line-height: 44px;
	top: 0;
	transition: all 0.5s;
	margin-right: 27px;
	cursor: pointer;
}
#activeBox .btns .end{
	background-color: #f6f6f6;
	border-color:  #f6f6f6;
    color: #333;
    cursor: auto;
}
#activeBox .btns .join:hover {
	top: -3px;
	box-shadow: 0px 3px 2px 0px rgba(12, 67, 109, 0.35);
	transition: all 0.5s;
}

#activeBox .btns .sc {
	border-style: solid;
	border-width: 1px;
	border-color:rgb(39, 147, 228)  ;
	border-radius: 4px;
	background-color: rgba(39, 147, 228, 0);
	width: 142px;
	height: 44px;
	font-size: 16px;
	color: rgb(58, 133, 248);
	line-height: 42px;
	background: url(/resource/img/active-sc.png) no-repeat 40px center;
	box-sizing: border-box;
	padding-left: 70px;
	background-size: 16px;
	margin-right: 27px;
	cursor: pointer;
	transition: all 0.5s;
}

#activeBox .btns .sc:hover,#activeBox .btns .sc.on {
	color: #FFFFFF;
	background: rgb(39, 147, 228) url(/resource/img/active-sc-on.png) no-repeat 40px center;
	background-size: 16px;
	transition: all 0.5s;
}

#activeBox .btns .mobile {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(39, 147, 228);
	border-radius: 4px;
	background-color: rgb(39, 147, 228);
	width: 142px;
	height: 44px;
	color: rgb(58, 133, 248);
	line-height: 42px;
	text-align: center;
	background: url(/resource/img/active-mobile.png) no-repeat 28px center;
	background-size: 10px;
	box-sizing: border-box;
	padding-left: 34px;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

#activeBox .btns .mobile:hover {
	color: #FFFFFF;
	background: rgb(39, 147, 228) url(/resource/img/active-mobile-on.png) no-repeat 28px center;
	background-size: 10px;
	transition: all 0.5s;
}

#activeBox .btns .mobile .ewmBox {
	position: absolute;
	width: 175px;
	height: 200px;
	background: url(/resource/img/active-ewmBox.png);
	background-size: 100% 100%;
	text-align: center;
	bottom: 80px;
	left: -15px;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
}

#activeBox .btns .mobile:hover .ewmBox {
	z-index: 1;
	opacity: 1;
	bottom: 60px;
	transition: all 0.5s;
}

#activeBox .btns .mobile .ewmBox img {
	width: 140px;
	margin-top: 14px;
}

#activeBox .btns .mobile .ewmBox p {
	color: #646464;
	font-size: 12px;
	line-height: 30px;
	background: #ffffff;
}

#activeJoinBox {
	z-index: 100;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	width: 440px;
	height:510px;
	position: fixed;
	top: 18%;
	left: 50%;
	margin-left: -220px;
	/*margin-top: -190px;*/
	box-sizing: border-box;
	padding: 28px;
	display: none;
}
#activeJoinBox form{
	height: 320px;
    overflow-y: scroll;
    width: 106%;
}
#activeJoinReturnBox{
	z-index: 100;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	width: 400px;
	height: 200px;
	position: fixed;
	top: 18%;
	left: 50%;
	margin-left: -220px;
	/*margin-top: -190px;*/
	box-sizing: border-box;
	padding: 28px;
	display:none;
}
#activeJoinReturnBox p{
	text-align:center;
	line-height:142px;
	font-size:24px;
	color:#333333;
	display:none;
}
#activeJoinReturnBox p img{
	width:30px;
	margin-right:15px;
	vertical-align: middle;
}
#activeJoinBox p.t {
	color: #000000;
	font-size: 20px;
	margin-bottom: 40px;
}

#activeJoinBox .inputGroup {
	/*overflow: hidden;*/
	margin-bottom: 30px;
	height:40px;
	position:relative;
}
#activeJoinBox .inputGroup .error{
	position:absolute;
	top:42px;
	color:#e54e4b;
	font-size:16px;
	padding-left:100px;
	display:none;
}
#activeJoinBox .inputGroup .config-error{
	position:absolute;
	top:42px;
	color:#e54e4b;
	font-size:16px;
	padding-left:120px;
	display:none;
}
#activeJoinBox .inputGroup label {
	font-size: 16px;
	color: #323232;
	float: left;
	line-height: 40px;
	width: 120px;
}

#activeJoinBox .inputGroup input {
	font-size: 16px;
	width: 260px;
	color: #323232;
	float: left;
	outline: none;
	border: 1px solid #bbbbbb;
	height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 4px;
}

#activeJoinBox .inputGroup img {
	width: 125px;
	height: 40px;
	margin: 0 10px;
	cursor: pointer;
}

#activeJoinBox .inputGroup input.yzm {
	width: 130px;
}

#activeJoinBox .inputGroup span {
	color: #2b4f85;
	line-height: 40px;
	cursor: pointer;
}

#activeJoinBox .btn,#activeJoinReturnBox .btn {
	border-radius: 4px;
	background-color: rgb(58, 133, 248);
	top: 638px;
	width: 180px;
	height: 54px;
	margin: 20px auto;
	display: block;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

#activeJoinBox .btn:hover,#activeJoinReturnBox .btn:hover {
	opacity: 0.8;
}

#activeJoinBox .closeBtn img,#activeJoinReturnBox .closeBtn img {
	margin-top: 12px;
	transform: rotate(0deg);
	transition: all 0.5s;
}

#activeJoinBox .closeBtn:hover img,#activeJoinReturnBox .closeBtn:hover img {
	transform: rotate(90deg);
	transition: all 0.5s;
}


*{margin: 0;padding: 0;}
a{
    text-decoration: none;
}
#activeList .xfl,#videoList .xfl {
    border-bottom: 1px solid  #e5e5e5;
    padding: 30px 30px 0 30px;
}
#activeList .type{
    margin-bottom: 30px;
    overflow: hidden;
}
#activeList .type span{
    color: #999999;
    margin-right: 30px;
    float: left;
    font-size: 18px;
}
#activeList .type a{
    color: #333333;
    margin-right: 30px;
    float: left;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
}
#activeList .type a:hover,#activeList .type a.on{
    color: #3a85f8;
}
#activeList .cont{
    width: 1200px;
    margin: 0 auto;
}
#activeList .type.city{
    position: relative;
    height: 21px;
    transition: all 0.5s;
}
#activeList .type.city .slideBtn{
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.5s;
}
#activeList .type.city.on{
    height: auto;
    transition: all 0.5s;
}
#activeList .type.city .slideBtn.on{
    transform: rotate(180deg);
    transition: all 0.5s;
}
#activeList .type.city .slide{
    display: block;
    width: 1060px;
    float: left;
    margin-right: 0;
    overflow: hidden;
}
#activeList .type.city .slide a{
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 55px;
    text-align: center;
}
#activeList .items{
    padding-top: 30px;
    height: 690px;
    overflow: hidden;
}
#activeList .items .item{
    display: block;
    float: left;
    width: 280px;
    margin-left: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 2px #f3f3f3;
}
#activeList .items .item .top{
    height: 160px;
    width: 280px;
    overflow: hidden;
}
#activeList .items .item .top img{
    width: 100%;
    transform: scale(1.0);
    transition: all 0.5s;
}
#activeList .items .item:hover .top img{
    transform: scale(1.2);
    transition: all 0.5s;
}
#activeList .items .item .bottom{
    padding: 13px;
    box-sizing: border-box;
    width: 280px;
    height: 170px;
}
#activeList .items .item .bottom p.t{
    color: #333333;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    margin-bottom: 10px;
}
#activeList .items .item .bottom p.b{
    color: #bfbfbf;
    padding-left: 20px;
    margin-bottom: 5px;
}
#activeList .items .item .bottom p.b.time{
    background: url(/resource/img/huod.png) no-repeat left 5px;
    background-size:14px ;
}
#activeList .items .item .bottom p.b.loc{
    background: url(../images/icon-3.png) no-repeat left 5px;
}
#activeList .moreBtn{
    width: 1170px;
    cursor: pointer;
    margin: 30px auto;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    background: #eeeeee;
}
#activeList .actPage{
    width: 1170px;
    margin: 30px auto;
    display: none;
}
#actBanner img{
	width:100%;
}

.closeBtn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px;
    width: 34px;
    height: 42px;
    background: url(../images/addBoxCloseBg.png) no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
    text-align: center;
}