.small-font {
	font-size: 12px;
	/* -webkit-transform-origin-x: 0; */
	-webkit-transform: scale(0.90);
}

* {
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	background-image: url(../imgs/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;
}

.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%; */
	margin: 100px auto 0;
	text-align: center;
	/* padding-bottom: 150px; */
	background-image: url(../imgs/365网页5-12.png);
	background-position: 50% 50%;
	background-size: 100% 100%;
	/* visibility: hidden ; */
}

.main .logoImg {
	width: 75%;
	margin-top: 65px;
}

.main .operat {
	height: 180px;
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
	background-image: url(../imgs/center.png);
	background-position: 50% 50%;
	background-size: 100% 100%;
	text-align: center;
}

.main input {
	border: none;
}


.top-footer {
	text-align: center;
	margin-top: 15px;
	font-size: 10px;
}

.top-footer span {
	color: white;
	margin-right: .1rem;
}

.top-footer>.iconfont {
	margin-right: .05rem;
}


.a #txtNum {
		font-family: text;
		height: 17px;
		width: 183px;
		width: 70%;
		height: 35px;
		font-size: 16px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	#verification {
		display: flex;
		justify-content: space-between;
		margin: 20px auto 0;
		width: 70%;
	}

	#txtCode {
		font-family: text2;
		height: 17px;
		width: 50px;
		width: 40%;
		height: 36px;
		font-size: 12px;
		padding-left: 10px;
		margin: 10px 0;
	}

	#Img3 {
		border-width: 0px;
		width: 20%;
		height: 36px;
		background-color: white;
		margin: 10px 0;
	}

	#Button1 {
		display: block;
		width: 30%;
		height: 36px;
		line-height: 36px;
		background-color: red;
		color: white;
		cursor: pointer;
		margin: 10px 0;
		font-size: 14px;
	}

	#result {
		display: none;
		background-color: #fff;
		/* padding: 5px 30px 20px; */
		padding:15px 30px 25px;
		font-size: 14px;
		margin: 0 auto;
		border-radius: 5px;
		line-height: 1.6;
	}
	#list{
			display: none;
	}

/* 查询结果 */
.checkResult {
	margin: 0 auto;
	width: 72%;
	text-align: center;
	padding-bottom: 150px;
	position: relative;
	/* top: -30px; */
}

.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;
}

#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 #result .txtAreaBox{
	text-indent: 32px;
	text-align: left;
	letter-spacing: 2px;
}
#QueryLog #QueryLog .record{
	cursor: pointer;
}
#QueryLog #QueryLog .record .r-title{
	margin-right:5px;
}
#QueryLog #QueryLog .record .r-title .crack{
	color: white;
	text-align:right;
}
#QueryLog #QueryLog .crackdown-counterfeits{
	color: white;text-align:right;
}
#QueryLog #QueryLog .crackdown-counterfeits .iconfont{
	font-size:25px;
}
#QueryLog #QueryLog .crackdown-counterfeits 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-collapse: collapse;
            margin-top: 10px;
			background-color: white;
			border-radius: 5px;
			overflow: hidden;
        }
        .result-table thead th {
            font-size: 12px;
            color: #333333;
            background: #F1F1F1;
			padding: 10px 0;
        }
		.result-table tbody tr:nth-child(2n) {
		    background-color: #F1F1F1;
		}
        .result-table  tbody td {
            font-size: 12px;
            color: #666666;
			padding: 10px 0;
            text-align: center;
        }
#txtArea{
	display: block;
	text-align: left;
	text-indent: 2em;
	/* letter-spacing: 2px; */
	text-align: justify;
}
#GridView1 tbody tr {
	height: 30px;
}

#GridView1 tbody tr:nth-child(2n+1) {
	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: 8px;
}

.footer-tips {
	text-align: center;
}

.footer-tips span {
	color: white;
}

.footer-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-img img {
	margin-right: 30px;
}

.fixedFooter {
	position: fixed;
	bottom: .4rem;
}


/* 右侧 */
.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%;
}

.footer-img>img {
	width: 15%;
}

@media (max-width: 2560px) {
	.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: 10px;
	}

	.checkResult {
		width: 900px;
	}

	#result {
		width: 510px;
	}

	.a {
		margin-top: 20px;
	}

	.footer-img>img {
		width: 80px;
	}
}




.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;
}
