@charset "utf-8";
@import url(animate.css);

/* CSS Document */
body {
	font-family: "微软雅黑"; 
	background-color: #FFF;
	margin: 0;
	font-size: 14px;
}

a {
	cursor: pointer
}

.layui-main {
	width: 1200px;
	overflow: hidden;
}

.layui-main-top {
	width: 1350px;
	overflow: hidden;
	margin: 0 auto;
}
.sqsxlayer{
	width: 512px !important;
/* // background-color: transparent; */
border-radius: 15px;
padding: 15px;
box-sizing: border-box;
}
.sqsxlayer .layui-layer-content {
background-color: #FFF;
/* // padding: 40px 30px; */
border-radius: 15px;
box-sizing: border-box;
}
.sqsxlayer .layui-layer-title{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding:0 80px 0 6px;
}
.sxCord{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.firstApp-btn{
	display: flex;
	justify-content: center;
	margin: 60px 20px 18px;
}
#firstAppYes,#eCreditYes,#wtblYes, #sqsxlayer1BtnOpen, #sqsxlayer1BtnClose{
	/* // width: 146px; */
	min-width: 60px;
	text-align: center;
	padding: 6px 12px;
	border-radius: 6px;
	background-color: #0d6dfd;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-right: 12px;
}
#firstAppNo,#eCreditNo,#wtblNo{
	/* // width: 146px; */
	min-width: 60px;
	text-align: center;
	padding: 6px 12px;
	border-radius: 6px;
	background-color: #f1f1f1;
	/* // color: #fff; */
	font-size: 16px;
	cursor: pointer;
	margin-right: 12px;
}
#inspectionPassed{
	display: none;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
#noPassed{
	display: none;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.login {
	text-align: right;
	font-size: 14px;
	color: #000;
	line-height: 48px;
	overflow: hidden;
	display: block
}

.top-box {
	width: 100%;
	background-color: #e7681b;
	display: block;
	min-height: 64px;

}

.fixed-box {
	position: fixed;
	z-index: 1000;
	background-color: #FFF;
	box-shadow: 0 5px 8px #bfbfbf;
}

.fixed-box * {
	color: #000 !important
}

.fixed-box .top-btn a:hover {
	color: #e7681b !important
}

.fixed-box .top-btn a::after {
	background-color: #e7681b
}

.fixed-box .top-btn div .nav-child {
	background-color: #FFF
}

.top-box .layui-main {
	overflow: visible
}

.top-box h1 {
	display: block;
	font-size: 26px;
	color: #FFF;
	line-height: 56px
}

.top-box h1 a {
	color: #fff;
}

.top-box h1 img {
	vertical-align: sub;
	margin-right: 10px;
}

.top-btn {
	text-align: right;
	font-size: 14px;
	color: #FFF;
	/* width: 800px; */
}

.top-btn a {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 25px;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}

.top-btn a::after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0px;
	background-color: #FFF;
	box-sizing: border-box;
	left: 0;
	bottom: -7px;
	transition: width 0.2s, height 0.2s;
}

.top-btn a:hover::after {
	width: 100%;
	height: 2px;
}

.top-btn a.top-btn2::after {
	width: 100%;
	height: 2px;
}

.top-btn div {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 25px;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
	cursor: pointer
}

.top-btn div::after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0px;
	background-color: #FFF;
	box-sizing: border-box;
	left: 0;
	bottom: -7px;
	transition: width 0.2s, height 0.2s;
}

.top-btn div:hover::after {
	width: 100%;
	height: 2px;
}

.top-btn div i {
	display: inline-block;
	margin-left: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.top-btn div .nav-child {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: -10px;
	background-color: #e7681b;
	width: 80px;
	text-align: center;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	padding-top: 10px
}

.top-btn div .nav-child a {
	margin-left: 0;
	margin-top: 0;
	line-height: 32px;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #FFF
}

.top-btn div .nav-child a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.top-btn div .nav-child a:hover::after {
	width: 0;
	height: 0
}

.top-btn div .nav-child_open {
	animation: fadeIn .4s;
	visibility: visible;
}

.top-btn div .nav-child_close {
	animation: fadeOut .4s;
	opacity: 0;
	transition: visibility .2s;
}

.top-btn a:first-of-type {
	margin-right: 30px
}

.top-btn a:last-of-type {
	margin-right: 0
}

.search-btn {
	display: block;
	overflow: hidden;
	padding-left: 18px;
}

.search-btn span {
	display: inline-block;
	margin-top: 18px;
	font-size: 14px;
	color: #000;
	width: 64px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	padding: 0 6px;
}

.search-btn span.layui-this {
	background-color: #e7681b;
	color: #FFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.search-box {
	height: 60px;
	margin-top: 36px;
	position: relative;
}

.search-box a {
	font-size: 18px;
	width: 13%;
	text-align: center;
	display: inline-block;
	background-color: #e7681b;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.smart {
	position: absolute;
	background-color: #FFF;
	top: 65px;
	width: 84%;
	left: 20px;
	border: 1px #dcdcdc solid;
	box-sizing: border-box;
	z-index: 100;
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
	display: none;
}

.smart li {
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.smart li:hover {
	color: #e7681b
}

.search-box input {
	width: 86%;
	line-height: 62px;
	height: 62px;
	box-sizing: border-box;
	border: 3px #e7681b solid;
	text-indent: 20px;
	border-right: 0;
	font-size: 14px;
	/* color: #aeaeae; */
	vertical-align: top;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.top-ewm {
	display: block;
	margin: 16px 0;
	overflow: hidden
}

.top-ewm li {
	float: right;
	text-align: center;
}

.top-ewm li span {
	display: block;
	font-size: 12px;
	color: #000;
}

.top-ewm li:first-of-type {
	cursor: pointer
}

.top-ewm li:first-of-type img {
	display: block;
	margin: 0px auto;
	margin-top: 15px
}

#tp-weather-widget .sw-container {
	left: unset;
	right: 10px;
	top: unset;
	bottom: 10px;
}

#top {
	position: relative;
}

.fix-index-dh {
	position: fixed;
	right: 234px;
	top: 220px;
	z-index: 1001
}

.fix-index-dh li {
	width: 70px;
	height: 50px;
	margin-bottom: 10px;
	border: 1px #e7681b solid;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50px;
	z-index: 1000;
	background-color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	overflow: hidden
}

.fix-index-dh li:hover {
	background-color: #e7681b
}

.fix-index-dh li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.fix-index-dh li a img {
	display: inline-block;
	margin-top: 8px
}

.fix-index-dh li a:after {
	background-color: #e7681b;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	width: 70px;
	height: 50px;
	border-radius: 50px;
	white-space: pre;
	line-height: 50px
}

/* .fix-index-dh li:nth-child(1) a:after {
  content: "智能问答";
} */

.fix-index-dh li:nth-child(1) a:after {
  content: "猜你喜欢";
}

.fix-index-dh li:nth-child(2) a:after {
  content: "无人超市";
}

.fix-index-dh li:nth-child(3) a:after {
  content: "返回顶部";
}

.fix-index-dh li a:hover:after {
	animation: fadeIn .6s;
	opacity: 1;
	visibility: visible
}

@media screen and (max-width: 1500px) {
	.fix-index-dh {
		right: 0;

	}
}

@media screen and (min-width:1600px) and (max-width:1700px) {
	.fix-index-dh {
		right: 7%;

	}
}

@media screen and (min-width:1700px) and (max-width:1800px) {
	.fix-index-dh {
		right: 8%;

	}
}

@media screen and (min-width:1500px) and (max-width:1600px) {
	.fix-index-dh {
		right: 4%;

	}
}


#bottom {
	display: block
}

.bottom {
	text-align: center;
	padding: 24px 0;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	background-color: #e7681b;
	display: inline-block;
	width: 100%;
}

.bottom a {
	color: #FFF;
}

.logintips {
	width: 690px !important;
	height: 404px;
	background-color: transparent;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}

.logintips .layui-layer-content {
	background-color: #FFF;
	padding: 60px 30px 0;
	border-radius: 15px;
	box-sizing: border-box;
	height: 374px;
}

.logintips .layui-layer-content h1 {
	color: #e7681b;
	font-size: 28px;
	font-weight: bold;
}

.logintips .layui-layer-content h1 i {
	font-size: 48px;
	margin-right: 10px;
}

.logintips .layui-layer-content p {
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
	padding: 22px 10px 0 15px;
}

.logintips .layui-layer-content p a {
	background-color: transparent !important;
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #000;
	text-indent: 0;
	text-decoration: underline;
}

.logintips .layui-layer-content a {
	width: 177px;
	height: 43px;
	line-height: 43px;
	background-color: #e7681b;
	text-align: center;
	border-radius: 30px;
	margin-right: 20px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
}

.logintips .layui-layer-content a:last-of-type {
	background-color: #39ada4;
	margin-right: 0;
}

.logintips .logintips-btn {
	text-align: center;
	margin-top: 35px;
}

.operate {
	height: 500px;
}

.operate .layui-layer-content {
	height: 474px;
	padding: 36px 30px 0;
}

/*把 input提示 文字更改颜色 */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

input:focus::-webkit-input-placeholder {
	color: #999;
}
