.cyjg_nav {
	>div {
		margin-top: 10px;
	}
}

.output {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}

.public_input {
	float: left;
	margin-right: 20px;
	>input {
		width: 200px;
		border: 1px solid #ccc;
		border-radius: 5px;
		text-indent: 5px;
		padding: 5px;
		padding-right: 20px;
	}
	> .fork {
		margin-left: -25px;
		cursor: pointer;
		text-align: center;
	}
}


/* .pageTest{ width: 1000px; height: 50px; margin-top: 100px;    } */
.activP{
  background-color: #367fa9!important;
  color: #fff!important;
}

.public_input_button {
	float: left;
	>button {
		padding: 5px 15px;
		background: #409eff;
		color: #fff;
		border-radius: 5px;
		cursor: pointer;
	}
}
.reset_input_button {
	float: left;
	padding-left: 10px;
	>button {
		padding: 5px 15px;
		background: #ddd;
		color: #000;
		border-radius: 5px;
		cursor: pointer;
	}
}

.pageTest {
	float: left;
	margin-top: 20px;
}

.next {
	font-size: 20px;
}

.prv {
	font-size: 20px;
}
