﻿* {
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	background-image: url(../img/365BG.jpg);
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 1420px;
	min-height: 98vh;
	position: relative;
	background-attachment: fixed;
	margin: 0;
}

#trunk {
	z-index: -100;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1420px;
}

header {
	/* width: 60%; */
	margin: 10px auto 0;
	text-align: center;
	color:white;
}

.navBar a {
	text-decoration: none;
	/* margin-right: 10px; */
	color: white;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
}

.navBar a:hover {
	color: red !important;
}


main {
	width: 60%;
	/* width: 1300px; */
	margin: 100px auto 0;
	text-align: center;
	padding-bottom: 100px;
	background-image: url(../img/365-5-12.png);
	background-position: 50% 50%;
	background-size: 100% 100%;
}

main .logoImg {
	display: inline-block;
	width: 52%;
	margin-top: 65px;
	vertical-align: middle;
}

main .operat {
	height: 200px;
	width: 52%;
	margin: 0 auto;
	padding-top: 30px;
	background-image: url(../img/center.png);
	background-position: 50% 50%;
	background-size: 100% 100%;
	text-align: center;
}

main input {
	border: none;
}
main .operat .inputBox input{
	width: 70%;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
}
main .operat .submitBox{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 70%;
	align-items: center;
}
main .operat .submitBox > input {
	width: 40%;
	height: 35px;
	font-size: 14px;
	padding-left: 10px;
	margin: 10px 0;
}
/* main .operat .submitBox  #v_container{
	width: 25%;
} */
main .operat .submitBox  #v_container canvas{
	display: block;
}
main .operat .submitBox > .btn {
	width: 30%;
	height: 35px;
	background-color:red;
	color: white;
	line-height: 30px;
	cursor: pointer;
	margin: 10px 0;
}
.top-footer {
	text-align: center;
	margin-top: 15px;
	font-size: 11px;
}

.top-footer span {
	color: white;
	margin-right: .1rem;
	vertical-align: middle;
	line-height: 1;
}

.top-footer .iconfont {
	margin-right: 3px;
	font-size: 12px;
}

/* 查询结果 */
.checkResult {
	margin: 0 auto;
	width: 72%;
	text-align: center;
	padding-bottom: 150px;
	position: relative;
	top: -30px;
}
.checkResult #result {
	background-color: #fff;
	padding: 5px 30px 20px;
	font-size: 14px;
	margin: 0 auto;
	border-radius: 5px;
}
.checkResult-title {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.checkResult-subTitle {
	display: flex;
	align-items: center;

}

.checkResult-subTitle span {
	letter-spacing: 2px;
}

.checkResult-subTitle .iconfont {
	color: #FF0000;
}
.checkResult-content {
	text-indent: 32px;
	text-align: left;
	letter-spacing: 2px;
}
#QueryLog {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	margin-top: 10px;
}

#QueryLog>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}
#QueryLog>div:nth-child(1) {
	cursor: pointer;
}
#QueryLog>div:nth-child(1) span:nth-child(1){
	margin-right:5px;
}
#QueryLog>div:nth-child(2){
	color: white;text-align:right;
}
#QueryLog>div:nth-child(2) span {
	font-size:25px;
}
#QueryLog>div:nth-child(2) a{
	color:white;text-decoration:underline;font-size:12px;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid white;
	border-bottom: 5px solid transparent;
	display: inline-block;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid white;
	display: inline-block;
}

/* 查询结果列表 */
/* .result-table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
	margin-top: 10px;
}

.result-table th {
	font-size: 8px;
	color: #333333;
	background: #F1F1F1;
}

.result-table td {
	font-size: 8px;
	color: #666666;
	text-align: center;
} */

#GridView1 tbody tr {
	height: 30px;
}

#GridView1 tbody tr:nth-child(2n+1) {
	background: #F1F1F1;
}


.tablesBox {
	border-collapse: collapse;
	background-color: white;
	font-size: 11px;
	width: 100%;

}

.tablesBox tr {
	height: 30px;
}

.tablesBox th,
.tablesBox td {
	border: 1px solid black;
}
.tablesBox thead tr:nth-child(2n-1) {
	background: #F1F1F1;
}
.tablesBox tbody tr:nth-child(2n) {
	background: #F1F1F1;
}

/*********************************************************/
footer {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer {
	flex: 1;
	margin: 0 auto;
	color: white;
}

.footer-title {
	width: 100%;
	font-size: 12px;
}

.footer-tips {
	text-align: center;
}

.footer-tips span {
	color: white;
	margin-right: 20px;
}
.footer-tips a {
	color: white;
	text-decoration: none;
}
.footer-tips img {
	vertical-align: middle;
}
.footer-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-img img {
	width: 100px;
	margin-right: 30px;
}

/* 右侧 */
.rightSide {
	position: fixed;
	right: 0;
	width: 50px;
	top: 46%;
	border-left: #DBDBDB 1px solid;
	border-top: #DBDBDB 1px solid;
	border-radius: 4px;
	background: white;
	font-size: 8px;
}

.rightSide .side-item {
	cursor: pointer;
	padding: 5px 0;
	border-bottom: 1px solid #DBDBDB;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

.rightSide .side-item img {
	position: absolute;
	top: 0;
	left: -105px;
	width: 100px;
	display: none;
}

.rightSide .side-item:hover img {
	display: block;
}

.rightSide .side-item .telephone {
	position: absolute;
	top: 5px;
	right: -125px;
	background-color: #DBDBDB;
	width: 120px;
	height: 40px;
	transition: 1s;
	line-height: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: black;
	font-size: 14px;
}

.rightSide .side-item:hover .telephone {
	transform: translateX(-175px);
	transition: all 1s;
}

.rightSide .side-item .iconfont {
	font-size: 22px;
	color: black;
}

.rightSide .side-item>div {
	text-align: center;
	color: black;
}

#GridView1 {
	width: 100%;
}

/* @media (max-width: 1920px) {
	main {
		width: 1300px;
		height: 600px;
	}

	main .logoImg {
		width: 560px;
		margin-top: 100px;
	}

	main .operat {
		width: 680px;
		height: 330px;
	}

	.top-footer {
		font-size: 16px;
	}

	.checkResult {
		width: 1200px;
	}

	#result {
		width: 650px;
	}

	.a {
		margin-top: 60px;
	}

	.footer-img>img {
		width: 100px;
	}
} */

@media (max-width: 1440px) {
	main {
		width: 1000px;
		height: 430px;
	}

	main .logoImg {
		width: 500px;
		margin-top: 65px;
	}

	main .operat {
		width: 530px;
		height: 230px;
	}

	.top-footer {
		font-size: 9px;
	}
	.top-footer .iconfont {
		font-size: 11px;
	}
	.checkResult {
		width: 900px;
	}
	#result {
		width: 510px;
	}
	.inputBox {
		margin-top: 20px;
	}
	.footer-img>img{
		width: 80px;
	}
	.footer-title{
		font-size: 10px;
	}
}

.maskBox {
	display: none;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.3);
}
.mask div {
	padding: 15px;border-radius: 4px;background: white;text-align: center
}
.mask div img{
	width:222px;
}
.mask div  p{
	font-size: 10px;
	margin: 0;
}