#header {
	width: 100%;
	height: 245px;
	display: block;
}

.pc {
	display: block;
}

.app {
	display: none;
}

input[type="text"] {
	-webkit-appearance: none;
}

.main {
	max-width: 990px;
	min-height: 500px;
	min-height: calc(100vh - 443px);
	position: relative;
	margin: 20px auto;
	margin-top: -32px;
	padding-bottom: 26px;
}

.btn {
	width: 80px;
	height: 34px;
	line-height: 34px;
}

.breadcrumb {
	font-size: 12px;
	font-family: 宋体;
	color: #606266;
}

.breadcrumb>span>a {
	color: #606266;
	text-decoration: none;
}

.search {
	margin-top: 20px;
}

.search>.title {
	width: 100%;
	height: 34px;
	background: #567fe6;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
}

.search-content {
	width: 55%;
	margin: 30px auto;
	padding: 0 5%;
}

.search-content .title {
	font-size: 16px;
	color: #567fe6;
	text-align: center;
	margin-bottom: 30px;
}

.search-desc {
	width: 45%;
	margin: 30px 0;
	padding: 40px;
}

#canvas {
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#change-code {
	cursor: pointer;
	margin-left: 5px;
}

.row {
	margin: 18px 0;
}

.btn-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

.row .inline-block {
	display: inline-block;
	height: 34px;
	line-height: 34px;
}

.row .must {
	color: red;
}

.row .inline-block {
	color: #6b6b6b;
}

.row .left {
	width: 30%;
	text-align: right;
}

.row .right {
	margin-left: 2%;
	width: 66%;
}

.row .right input {
	width: 96%;
	height: 33px;
	padding: 0 2%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.row .right .code-value {
	width: 45%;
	vertical-align: middle;
}

.row .right input::placeholder {
	font-size: 12px;
}

.desc-list .desc-title {
	font-size: 16px;
	color: #567fe6;
	margin-bottom: 21px;
}

.desc-list .desc-title .vertical-bar {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #567fe6;
	vertical-align: middle;
	margin-right: 10px;
}

.desc-list .desc-title .title {
	font-size: 16px;
	vertical-align: middle;
}

.desc-list .desc-lists li {
	color: #6b6b6b;
	margin: 16px 0;
}

.desc-list .desc-lists li:last-child {
	margin-bottom: 30px;
}

.desc-list .desc-lists li img {
	width: 15px;
	vertical-align: middle;
}

.desc-list .desc-lists li>span {
	font-size: 14px;
}

.desc-list .desc-lists .desc-hint {
	color: #ff0000;
}

.result {
	margin: 30px auto;
}

.result .result-title {
	margin-bottom: 30px;
	text-align: center;
	color: #567fe6;
	font-size: 18px;
	font-weight: bold;
}

.result .result-subtitle {
	text-align: center;
	margin-bottom: 40px;
}

.result .result-subtitle img {
	width: 15px;
	vertical-align: middle;
}

.result .result-subtitle a {
	color: #567fe6;
}

.result .result-main1 {
	padding: 30px 0;
	border: 1px solid #ccc;
	text-align: center;
}

.result .result-main2 {
	text-align: center;
	width: 754px;
	margin: 0 auto;
}

.result .result-main3 table {
	margin: 30px auto;
}

.result .result-main3 td {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	color: #6b6b6b;
	padding: 0 10px;
}

.result .result-main3 .table-left {
	text-align: right;
	background: #f5f5f5;
}

.result .result-main3 .table-right {
	width: 280px;
}

.result .result-main4 .result-header {
	padding: 10px 0;
	border-bottom: 2px solid #567fe6;
}

.result .result-main4 .result-mainlist {
	margin: 30px 0;
}

.result .result-main4 .result-main-title {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 18px;
	vertical-align: middle;
}

.result .result-main4 .result-main-title i {
	display: inline-block;
	width: 2px;
	height: 100%;
	background: #567fe6;
	vertical-align: top;
}

.result .result-main4 .result-main-title span,
i {
	vertical-align: top;
}

.result .result-main4 .result-mainlist td {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
	color: #4b4b4b;
}

.result .result-main4 .result-mainlist .table-header td {
	background: #f5f5f5;
	color: #6b6b6b;
	font-size: 14px;
}

.result .result-main4 .result-main-footer {
	color: #6b6b6b;
	margin-top: 10px;
	margin-bottom: 38px;
}

.result .result-main4 .result-main-footer .must {
	color: #ff4649;
}

.result .result-main-left {
	width: 18.5%;
	padding: 30px;
	border-right: 1px solid #ccc;
}

.result .result-main-right {
	width: 80%;
	padding: 30px 10px;
}

.result .result-main-right td {
	width: 30%;
	line-height: 3;
}

.result .result-main-right .table-left {
	width: 20%;
	text-align: right;
}

.result .result-main-right .table-right {
	text-align: left;
}

.result .result-main-l-img:first-child {
	margin-bottom: 20px;
}

.result .result-main-l-img-title {
	text-align: center;
	padding: 5px 0;
}

.result .result-btnlist {
	text-align: center;
	margin: 40px 0 20px 0;
}

.note {
	width: 100%;
	line-height: 26px;
	color: #4b4b4b;
	text-align: center;
	background: #E4E4E4;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
}

#footer {
	width: 100%;
	height: 172px;
	vertical-align: bottom;
}

#canvas {
	width: 30%;
	height: 33px;
}

@media screen and (max-width: 1080px) {
	#header {
		height: 150px;
	}

	#message {
		width: 80%;
		left: 10%;
		transform: translateX(0);
	}

	.main {
		margin-top: 0;
		padding: 0 12px;
	}

	.breadcrumb {
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.search>.title {
		background-color: #567fe6;
	}

	.search-content {
		padding: 0;
		border: none;
		margin-bottom: 0;
	}

	.search-desc {
		margin: 0;
		padding: 0;
	}

	.row .right .code-value {
		width: 32%;
	}

	#canvas {
		width: 33%;
		height: 33px;
	}

	#change-code {
		padding-left: 0;
	}

	.row .app-btn {
		width: 100%;
		margin-left: 0;
	}

	.row .inline-block .btn {
		width: 46.5%;
		margin-right: 4%;
		height: 34px;
		line-height: 28px;
	}

	.row .inline-block .btn:last-child {
		margin-right: 0;
	}

	.pc {
		display: none !important;
	}

	.result .align-right {
		text-align: left;
		min-width: 60px;
	}

	#footer {
		height: 125px;
	}

	.search-content,
	.search-desc {
		width: 100%;
	}

	/*result1 css*/
	.result-main1 .result-main-right {
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}

	.result .result-main1 {
		border: 0;
		padding: 0;
		padding-top: 30px;
	}

	.result-main-top {
		display: flex;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	.result-main-top .result-main-l-img {
		flex: 1;
	}

	.result-main-top .result-main-l-img img {
		width: 119px;
	}

	.result-main1 .table-right {
		text-align: left;
	}

	.result .result-btnlist {
		margin: 20px 0 10px;
	}

	.result .result-title {
		margin-bottom: 0;
	}

	/*result2 css*/
	.result .result-main2 {
		width: 100%;
	}

	.result2 .result-title {
		margin-bottom: 30px;
	}

	/*result4 css*/
	.result .result-main4 .result-mainlist {
		overflow: auto;
	}

	.result-main4 .result-mainlist td {
		min-width: 160px;
	}

	.result .result-main3 td {
		width: 30%;
	}
}

button {
	outline: none;
}

.change-verify {
	cursor: pointer;
}