.dismobile {
	display: none;
}

.disdesk {
	display: block;
}

#activity .activity-box h2 {
	/* margin:1.5em auto; */
	margin: 1em auto 1.3em;
	text-align: center;
}

#joinEvent,
#patron,
#buyFlag,
#donate_9 {
	display: block;
	margin: 3em auto;
}

/*step1*/
#activity .step {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 3.375em auto 4.5em;
	/* margin: 3.375em auto 7.5em; */
}

#activity .step img {
	width: 100%;
}

.datepicker.dropdown-menu th {
	padding: 4px 8px;
}

.fa-chevron-right:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/right.png) no-repeat;
	background-size: 16px;

}

.fa-chevron-left:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/prev.png) no-repeat;
	background-size: 16px;

}

.datetimepicker table tr td.active.active {
	background-color: #f78f1e;
}

#activity {
	min-height: 100vh;
}

#activity .activity-form {
	/*max-width: 31.51%;*/
	width: 31.5%;
	min-width: 605px;
	margin: 0 auto;
}

#interestThings input {
	opacity: 0;
	position: absolute;
}

#activity .activity-form .number {
	font-size: 1.375em;
	color: #999;
}

#activity .activity-form .step-tit {
	width: 100%;
	margin: 2em auto 1.5em;
	padding: 1.25em 2.375em 1.25em 2em;
	box-sizing: border-box;
	background: #f78f1e;
	color: #fff;
}

#activity .activity-form .step-tit span:first-child {
	display: inline-block;
	width: 70%;
	float: left;
	font-size: 1.375em;
	line-height: 1.2em;
}

#activity .activity-form .step-tit span:last-child {
	display: inline-block;
	width: 30%;
	/*float:right;*/
	text-align: right;
}

/*#activity .activity-form .step-tit::after{
	display:block;
	clear:both;
	content:"";
}*/
#activity .step-input-box {
	width: 83.64%;
	margin: 0 auto;
	/*max-width:506px;*/
}

#activity .single-input-box,
#activity .double-input-box {
	/* max-width:83.64%; */
	height: 3.75em;
	margin: 0 auto 0.6875em;
}

#activity .dobuleinput {
	width: 47.43%;
	max-width: 47.43%;
	display: inline-block;
}

#activity .single-input-box input,
#activity .double-input-box input {
	width: 100%;
	height: 100%;
	padding: 0 2em;
	border: none;
	background: transparent;
	box-sizing: border-box;
	font-size: 1em;
	color: #999;
	box-sizing: border-box;
	outline: none;
}

#activity .step1 .input-20 input {
	padding: 0 0.5em;
}

.single-input-box select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 1em;
	color: #222222;
	box-sizing: border-box;
	background: url(../../img/dropdown.svg) 96% 50% no-repeat;
	background-size: 1.4em;
}

#activity .single-input-box {
	border: 1px solid #d7d7d7;
}

#activity .double-input-box .input-wrapper {
	/* width: 47.43%; */
	height: 100%;
	border: 1px solid #d7d7d7;
}

/* #activity .double-input-box .input-wrapper:nth-child(1){
	float:left;
}
#activity .double-input-box .input-wrapper:nth-child(2){
	float:right;
} */
#activity .double-input-box::after {
	display: block;
	content: "";
	clear: both;
}

#activity .other-input-box {
	/* max-width:83.64%; */
	margin: 0 auto 0.6875em;
}

#activity .how-to-know {
	position: relative;
	height: 3.75em;
	line-height: 3.75em;
	font-size: 1em;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}

#activity .how-to-know select {
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	padding: 0 2em;
	border: none;
	font-size: 1em;
	color: #222222;
	cursor: pointer;
	background: transparent;
	box-sizing: border-box;
	outline: none;
}

#activity .how-to-know::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 1.625em;
	width: 1.125em;
	height: 0.75em;
	background: url("../../img/drop-down.png") no-repeat center;
	transform: translateY(-50%);
	background-size: cover;
	z-index: -1;
}

/*#activity .how-to-know p{
	padding:0 2em;
}
#activity .how-to-know .drop-down{
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	border: 1px solid #c9c9c9;
	background:#fff;
	z-index:9999;
	box-sizing:border-box;
}
#activity .how-to-know .drop-down p:hover{
	background:#c9c9c9;
}*/

#activity .interest-things p {
	height: 3.75em;
	line-height: 3.75em;
}

#activity .interest-things .item {
	float: left;
	width: 50%;
	margin-bottom: 1.375em;
	box-sizing: border-box;
}

/* #activity .interest-things .item:nth-child(2n){
	padding-left:1.1em;
} */
#activity .interest-things .item label {
	position: relative;
	width: 100%;
	cursor: pointer;
}

#activity .interest-things .item label em {
	display: block;
	float: left;
	position: relative;
	max-width: 15%;
	width: 1.125em;
	height: 1.125em;
	top: 0.15em;
	margin-right: 0.875em;
	cursor: pointer;
	background: url("../../img/notselitem.png") no-repeat center;
	background-size: 98%;
}

#activity .interest-things .item label.selected em {
	background: url("../../img/selitem.png") no-repeat center;
	background-size: 98%;
}

#activity .interest-things .item label span {
	float: left;
	width: 85%;
}

#activity .step1 .next-btn {
	/*max-width:274px;*/
	width: 17.125em;
	max-width: 274px;
	margin: 0 auto 3.75em;
	cursor: pointer;
}

#activity .step1 .registered_btn {
	display: block;
	margin: 0 auto 3.75em;
}

#activity .grey {
	background: #c9c9c9;
	color: #fff;
}

#activity .font-grey {
	color: #999;
}

/*step2*/
#activity .activity-mode-box,
#activity .gospel-box,
#activity .activity-lecture-box {
	/* max-width: 83.64%; */
	max-width: 90%;
	margin: 0 auto;
}

#activity .mode label,
#activity .gospel-box label,
#activity .lecture label,
#activity .flag-location label,
#activity .workshop-entity label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/*margin-bottom: 1.1875em;*/
}

#activity .gift-mode label {
	width: 100%;
}

/* #activity .mode>label{
	margin-bottom: 1.1875em;
} */

#activity .mode>label em,
#activity .lecture>label em,
#activity .flag-location>label em,
#activity .workshop-entity>label em {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: url("../../img/notselitem-c.png") no-repeat center;
	background-size: cover;
}

#activity .mode>label.selected em,
#activity .lecture>label.selected em,
#activity .flag-location>label.selected em,
#activity .workshop-entity>label.selected em {
	background: url("../../img/selitem-c.png") no-repeat center;
	background-size: cover;
}

#activity .flag-location label {
	margin: 0 2em 1.875em;
}

#activity .flag-location label span {
	padding-left: 2.25em;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#activity .flag-location label span.location {
	font-weight: 600;
}

#activity .mode>label span,
#activity .gospel-box label span {
	margin-left: 2.25em;
	float: right;
}

#activity .gift-mode>label span {
	display: inline-block;
	margin-bottom: 1.1875em;
	float: none;
}

#activity .lecture>label span,
#activity .workshop-entity>label span {
	display: block;
	margin-left: 2.25em;
	margin-bottom: 1em;
}

#activity .amount-input-box {
	display: none;
	margin-left: 2.25em;
	margin-bottom: 2em;
}

#activity .activity-mode-box .mode:nth-child(2) .amount-input-box,
#activity .activity-mode-box .mode:nth-child(3) .amount-input-box {
	margin-bottom: 0.8em;
}

#activity .gospel-box label em {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: url("../../img/notselitem.png") no-repeat center;
	background-size: contain;
}

#activity .gospel-box label.selected em {
	background: url("../../img/selitem.png") no-repeat center;
	background-size: contain;
}

#activity .gospel-box .gospel-input-box {
	margin-left: 2.25em;
	margin-top: 2em;
}

#activity .gospel-box .gospel-input,
#activity .amount-input {
	display: inline-block;
	width: 8.875em;
	height: 2em;
	margin-left: 1em;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c9c9c9;
}

#activity .gospel-box .gospel-input input,
#activity .amount-input input {
	width: 100%;
	height: 100%;
	padding-left: 1em;
	box-sizing: border-box;
	border: none;
	background: transparent;
	outline: none;
}

#activity .amount-input {
	width: 14.875em;
}

#activity .activity-form .amount {
	width: 100%;
	margin: 1.875em auto 2.5em;
	padding: 0 2.375em 0 2em;
	line-height: 3em;
	box-sizing: border-box;
	background: #c9c9c9;
	color: #222;
}

#activity .activity-form .amount span {
	display: inline-block;
	width: 50%;
	height: 100%;
}

#activity .activity-form .amount span:last-child {
	font-size: 1.875em;
	text-align: right;
}

#activity .services-items-box .item {
	float: left;
	width: 50%;
	/* margin-bottom:1.375em; */
	min-height: 4em;
	box-sizing: border-box;
}

/* #activity .services-items-box .item:nth-child(2n){
	width:40%;
	padding-left:1.1em;
} */
#activity .services-items-box .item label em {
	display: block;
	float: left;
	position: relative;
	max-width: 15%;
	width: 1.125em;
	height: 1.125em;
	top: 0.15em;
	margin-right: 0.875em;
	background: url("../../img/notselitem.png") no-repeat center;
	background-size: 98%;
}

#activity .services-items-box .item label.selected em {
	background: url("../../img/selitem.png") no-repeat center;
	background-size: 98%;
}

#activity .amount-input-box>p,
#activity .amount-input-box>div {
	margin-top: 1.75em;
}

#activity .amount-input-box>p:nth-child(1) {
	margin-top: 0.5625em;
	color: #999999;
}

#activity .amount-input-box .servicesitems p {
	margin-bottom: 1em;
}

#activity .privacy {
	margin-right: 2em;
	text-align: right;
}

#activity .step2-btn-box,
#activity .step3-btn-box {
	margin: 4em auto 8em;
}

/* #activity #step2 .back-btn,
#activity .step3 .back-btn{
	float:left;
	width:17.125em;
	max-width:274px;
	cursor: pointer;
}
#activity #step2 .next-btn,
#activity .step3 .next-btn{
	float:right;
	width:17.125em;
	max-width:274px;
	cursor: pointer;
} */
#activity .selDate input {
	cursor: pointer;
}

/*step3*/
#activity .single-info-item,
#activity .multi-info-item {
	padding: 0 1.25em;
	border: 1px solid #c9c9c9;
}

#activity .single-info-item {
	margin-bottom: 1.25em;
}

#activity .single-info-item p,
#activity .multi-info-item p {
	/* height:3.75em;
	line-height:3.75em; */
	color: #222;
	padding: 0.8em 0;
}

.multi-info-item {
	padding-bottom: 1em;
}

/* #activity .single-info-item p span,
#activity .multi-info-item p span{
	color:#999;
} */
#activity .single-info-item p span:first-child,
#activity .multi-info-item p span:first-child {
	float: left;
	display: inline-block;
	width: 26%;
}

#activity .single-info-item p span:last-child,
#activity .multi-info-item p span:last-child {
	float: left;
	display: inline-block;
	width: 74%;
	color: #999;
}

#activity .single-info-item p::after,
#activity .multi-info-item p::after {
	content: "";
	display: block;
	clear: both;
}

#activity .payment-box .payment-item {
	padding: 2.5em 0 2em 0;
	border-bottom: 2px solid #c9c9c9;
}

#activity .payment-box .payment-item:nth-child(7) {
	padding: 2em 0;
	border-bottom: none;
}

#activity .payment-box label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#activity .payment-box label em {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../img/notselitem-c.png) no-repeat center;
	background-size: cover;
}

#activity .payment-box label.selected em {
	background: url(../../img/selitem-c.png) no-repeat center;
	background-size: cover;
}

#activity .payment-box label span {
	display: inline-block;
	margin-left: 3.5em;
}

#activity .payment-box label span img {
	display: inline-block;
	width: auto;
	max-height: 4em;
}

#activity .full-quota {
	margin-top: 5em;
}

#activity .full-quota p {
	font-size: 1.375em;
	color: #222;
	text-align: center;
}

#activity .full-quota p.first {
	margin-bottom: 1.5em;
}


/* #activity .step3{
	display:none;
} */
#activity #payment .step-tit {
	margin-bottom: 0;
}


/* flag_selling css*/
#activity .entity-mode {
	margin-left: 8.5em;
}

#activity .workshop-tit span:nth-child(1) {
	font-size: 1.875em;
}

#activity .activity-form .step-tit {
	width: 100%;
	color: #fff;
}

#activity .discount-txt {
	margin-top: 4em;
}

#activity .step3-info-box {
	max-width: 83%;
	margin: 0 auto;
}

#activity .activity-flag-location {
	margin-top: 2em;
}

#activity .volunteer-info input {
	color: #222;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
	#activity .step-box .stepimg::before {
		left: -194px;
	}
}

@media screen and (max-width:768px) {
	.dismobile {
		display: block;
	}

	.disdesk {
		display: none;
	}

	h4 {
		font-size: 1.125em;
		color: #f68a1d;
	}

	#activity .step-box {
		max-width: 100%;
		margin: 1.6em auto 2.2em;
	}

	#activity .activity-form {
		width: 92%;
		min-width: 92%;
	}

	#activity .activity-form .number {
		padding-left: 1.5em;
		font-size: 1.125em;
	}

	#activity .step-box .stepimg {
		width: 4em;
		height: 4em;
	}

	#activity .step-box .stepimg::before {
		left: -100%;
		width: 3.5em;
	}

	#activity .how-to-know select {
		font-size: 0.875em;
		padding: 0 1em;
	}

	#activity .step-box .step figcaption,
	#activity .activity-mode-box,
	#activity .gospel-box,
	#activity .activity-form .amount span,
	#activity .single-input-box select,
	#activity .single-input-box input,
	#activity .double-input-box input,
	#activity .single-info-item p,
	#activity .multi-info-item p,
	#activity .gospel-box .gospel-input input,
	#activity .amount-input input,
	#activity .privacy a {
		font-size: 0.875em;
	}

	#joinEvent,
	#patron,
	#buyFlag,
	#donate_9 {
		width: 8em;
	}

	#activity .activity-form .step-tit span:first-child {
		width: 58%;
		font-size: 1.125em;
	}

	#activity .activity-form .step3 .step-tit span:first-child {
		width: 100%;
	}

	#activity .activity-form .step3 .step-tit span:last-child {
		width: 0;
	}

	#activity .activity-form .step-tit span:last-child {
		width: 42%;
		font-size: 0.875em;
		text-align: right;
	}

	#activity .activity-form .step-tit {
		width: 100%;
		margin: 1em auto 1.2em;
		padding: 1em 1em 1em 2em;
		box-sizing: border-box;
		background: #f78f1e;
		color: #fff;
	}

	#activity .interest-things p {
		height: auto;
		padding: 0.5em 0;
		line-height: 1.5;
	}

	#activity .interest-things .item {
		width: 100%;
	}

	#activity .interest-things .item:nth-child(2n) {
		padding-left: 0;
	}

	#activity .amount-input {
		width: 100%;
	}

	#activity .gospel-box .gospel-input,
	#activity .amount-input {
		margin-left: 0;
		display: block;
		margin-top: 0.5em;
	}

	#activity .services-items-box .item {
		width: 100%;
		min-height: auto;
		margin-bottom: 1em;
	}

	#activity .services-items-box .item:nth-child(2n) {
		width: 100%;
		padding-left: 0;
	}

	#activity .activity-form .amount span:last-child {
		font-size: 1.125em;
	}

	#activity .step2-btn-box,
	#activity .step3-btn-box {
		margin: 2em auto 4em;
	}

	/* #activity .step1 .next-btn,
	#activity #step2 .back-btn, #activity .step3 .back-btn,
	#activity #step2 .next-btn, #activity .step3 .next-btn{
		width:46%;
	} */
	#activity .single-input-box,
	#activity .double-input-box {
		height: 3em;
	}

	#activity .single-input-box select,
	#activity .single-input-box input,
	#activity .double-input-box input {
		padding: 0 1em;
	}

	#activity .single-info-item,
	#activity .multi-info-item {
		max-width: 83.64%;
		margin: 0 auto 0.6875em;
	}

	#activity .payment-box .payment-item {
		max-width: 83.64%;
		/* margin:0 auto 2em; */
		margin: 0 auto;
		padding: 1em 0;
		border-bottom: 1px solid #c9c9c9;
	}

	#activity .activity-form .amount {
		margin: 1.5em auto;
	}

	#activity .double-input-box.selDate {
		height: auto;
	}

	#activity .double-input-box.selDate .input-wrapper {
		float: none;
		width: 100%;
	}

	#activity .double-input-box.selDate .input-wrapper:nth-child(2) {
		margin-top: 1em;
	}

	#activity .double-input-box.selDate .input-wrapper input {
		height: 3em;
		font-size: 0.875em;
	}

	#activity .step {
		margin: 1.5em auto 2em;
	}

	#activity .other-input-box {
		font-size: 0.875em;
	}

	/* seminar css*/
	#activity .entity-mode {
		margin-left: 4em;
	}

	#activity .lecture>label span,
	#activity .workshop-entity>label span,
	#activity .workshop-tips,
	#activity .workshop-line span,
	#activity .discount-txt>p,
	#activity .workshop-tit span:last-child {
		font-size: 0.875em;
	}

	#activity .workshop-tit span:first-child {
		font-size: 1.25em;
	}

	#activity .workshop-tit {
		padding-bottom: 0.5em;
		margin-bottom: 0.875em;
		border-bottom: 2px solid #f78f1e;
	}

	#activity .mode>label em,
	#activity .lecture>label em,
	#activity .workshop-entity>label em {
		position: absolute;
		width: 1.25em;
		height: 1.25em;
		background: url("../../img/notselitem-c.png") no-repeat center;
		background-size: cover;
	}
}


@media screen and (max-width:320px) {
	#activity .step-box .stepimg {
		width: 3.5em;
		height: 3.5em;
	}

	#activity .step-box .stepimg::before {
		left: -3.5em;
		width: 3em;
	}

	#activity .single-input-box.district input {
		padding: 0 0.5em;
	}
}