@charset "utf-8";
/* CSS Document */
/********** 头部 ************/
.main-header {
	position: fixed;
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 7.5rem;
	transform: translate(-50%, 0);
	color: #fff;
	background-image: -webkit-linear-gradient(left, #004496, #1e2660);
	background-image: -moz-linear-gradient(left, #004496, #1e2660);
	background-image: -ms-linear-gradient(left, #004496, #1e2660);
	background-image: -o-linear-gradient(left, #004496, #1e2660);
	background-image: linear-gradient(to right, #004496, #1e2660);
	height: 1rem;
	z-index: 99
}

.main-header .back-to-home{
	position: absolute;
	left: 0.15rem;
	top: 50%;
	width: 0.74rem;
	height: 0.74rem;
	border-radius: 50%;
	margin-top: -0.37rem;
	text-align: center;
	border: 0.02rem #fff solid;
	font-size: 0;
}

.main-header .back-to-home .dot{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 0.04rem;
}

.main-header .page-title{
	font-size: 0.32rem;
	line-height: 1;
}
/********** 头部 ************/
.main-header1 {
	position: fixed;
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 7.5rem;
	transform: translate(-50%, 0);
	color: #fff;
	background-image: -webkit-linear-gradient(left, #e6f4e3, #56b847);
	background-image: -moz-linear-gradient(left, #e6f4e3, #56b847);
	background-image: -ms-linear-gradient(left, #e6f4e3, #56b847);
	background-image: -o-linear-gradient(left, #e6f4e3, #56b847);
	background-image: linear-gradient(to right, #e6f4e3, #56b847);
	height: 1rem;
	z-index: 99
}

.main-header1 .back-to-home{
	position: absolute;
	left: 0.15rem;
	top: 50%;
	width: 0.74rem;
	height: 0.74rem;
	border-radius: 50%;
	margin-top: -0.37rem;
	text-align: center;
	border: 0.02rem #fff solid;
	font-size: 0;
}

.main-header1 .back-to-home .dot{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 0.04rem;
}

.main-header1 .page-title{
	font-size: 0.32rem;
	line-height: 1;
}
/*********** 主体 *************/
.main-container{
	position: relative;
	z-index: 0;
	padding-top: 1rem;
}


/*********** 首页 *************/
.main-page{
	background: url(/wap/images/main-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 1rem);
	position: relative;
}

.main-page .main-logo{
	position: absolute;
	right: 0.8rem;
	top: 0.5rem;
	font-size: 0;
}

.main-page .main-logo img{
	/*width: 2.8rem;*/
	max-height: 1.04rem;
}

.main-page .buttons{
	padding-top: 2rem;
}

.main-page .buttons .button-item{
	background: #e2f6ff;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 7px 20px rgba(9,33,75,.2);
	margin: 0 auto;
	padding-top: 0.2rem;
}

.main-page .buttons .button-item:first-child{
	background: #fff;
	width: 2.2rem;
	height: 2.2rem;
	margin-bottom: 0.5rem;
	
}

.main-page .buttons .button-item .icon{
	font-size: 0;
	margin-bottom: 0.1rem;
}

.main-page .buttons .button-item .icon img{
	max-height: 1.04rem;
}

.main-page .buttons .button-item .wenzi{
	color: #252e78;
	font-size: 0.24rem;
	line-height: 1.2;
}

.main-page .buttons .button-item:first-child{
	padding-top: 0.44rem;
}

.main-page .buttons .button-item:first-child .icon img{
	max-height: 1.04rem;
}

.main-page .buttons .button-item:first-child .wenzi{
	font-size: 0.24rem;
}

/************ 门店验证 ***********/
.yanzheng-page{
	background: url(/wap/images/md-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 1rem);
	position: relative;
	padding: 0.7rem;
}

.yanzheng-page .main-logo{
	font-size: 0;
	text-align: center;
	margin-bottom: 0.3rem;
}
.yanzheng-page .main-logo img{
	max-height: 0.7rem;
}

.yanzheng-page .buttons{
margin-bottom: 0.5rem;
}

.yanzheng-page .buttons .button-item{
	background: #fff;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 7px 20px rgba(9,33,75,.2);
	margin: 0 auto;
	padding-top: 0.2rem;
}

.yanzheng-page .buttons .button-item .icon{
	font-size: 0;
	margin-bottom: 0.1rem;
}

.yanzheng-page .buttons .button-item .icon img{
	max-height: 1rem;
}

.yanzheng-page .buttons .button-item .wenzi{
	color: #252e78;
	font-size: 0.24rem;
	line-height: 1.2;
}

	.yanzheng-page .txtwenzi {
		padding: 0 0.1rem;
		color: #212a6c;
		font-size: 0.24rem;
		line-height: 0.4rem;
		z-index: 0;
		margin-bottom:5px;
	}

.yanzheng-page .search-area{
	position: relative;
	border: 0.04rem #004496 solid;
	border-radius: 0.1rem;
	height: 1rem;
	font-size: 0;
	margin-bottom: 0.4rem;
}

/*.yanzheng-page .search-area .wenzi{
	position: absolute;
	padding: 0 0.1rem;
	background: #d6eefb;
	color: #212a6c;
	font-size: 0.24rem;
	line-height: 0.4rem;
	z-index: 0;
	top: -0.2rem;
	left: 0.25rem;
}*/

.yanzheng-page .search-area .text{
	background: none;
	width:calc(100% - 1.24rem);
	height: 0.92rem;
	line-height: 0.92rem;
	padding: 0 0.2rem;
	font-size: 0.32rem;
	color:#004496
}

.yanzheng-page .search-area .search-button{
	color: #004496;
	font-size: 0.32rem;
	line-height: 0.92rem;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
	width: 1.24rem;
	text-align: center;
}
.yanzheng-page .yanzheng-detail{
	background: #fff;
	box-shadow: 0 0 0.23rem rgba(48,60,162,.5);
	/*height: 7.1rem;*/
	padding: 0.4rem;
	flex-direction: column;
	color: #004496;
}

.yanzheng-page .yanzheng-detail .yanzheng-true{
	text-align: center;
}
.yanzheng-page .yanzheng-detail .yanzheng-true .title{
	font-size: 0.32rem;
	line-height: 1;
	margin-bottom: 0.2rem;
}
.yanzheng-page .yanzheng-detail .yanzheng-true .md-type{
	background: #004496;
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.68rem;
	width: 3.4rem;
	border-radius: 0.7rem;
	margin-bottom: 0.5rem;
}
.yanzheng-page .yanzheng-detail .yanzheng-true .md-name{
	font-size: 0.36rem;
	line-height: 1.2;
	margin-bottom: 0.2rem;
	font-weight: bold;
}
.yanzheng-page .yanzheng-detail .yanzheng-true .md-info{
	font-size: 0.32rem;
	line-height: 1.6;
}

.yanzheng-page .yanzheng-detail .yanzheng-false{
	font-size: 0.32rem;
	line-height: 2;
	text-align: center;
}
/************ 效劳商盘问验证 ***********/
.yanzheng-page1{
	background: url(/wap/images/md-bg1.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 1rem);
	position: relative;
	padding: 0.7rem;
}

.yanzheng-page1 .main-logo{
	font-size: 0;
	text-align: center;
	margin-bottom: 0.3rem;
}
.yanzheng-page1 .main-logo img{
	max-height: 0.7rem;
}

.yanzheng-page1 .buttons{
margin-bottom: 0.5rem;
}

.yanzheng-page1 .buttons .button-item{
	background: #fff;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 7px 20px rgba(9,33,75,.2);
	margin: 0 auto;
	padding-top: 0.2rem;
}

.yanzheng-page1 .buttons .button-item .icon{
	font-size: 0;
	margin-bottom: 0.1rem;
}

.yanzheng-page1 .buttons .button-item .icon img{
	max-height: 1rem;
}

.yanzheng-page1 .buttons .button-item .wenzi{
	color: #252e78;
	font-size: 0.24rem;
	line-height: 1.2;
}

	.yanzheng-page1 .txtwenzi {
		padding: 0 0.1rem;
		color: #212a6c;
		font-size: 0.24rem;
		line-height: 0.4rem;
		z-index: 0;
		margin-bottom:5px;
	}

.yanzheng-page1 .search-area{
	position: relative;
	border: 0.04rem #004496 solid;
	border-radius: 0.1rem;
	height: 1rem;
	font-size: 0;
	margin-bottom: 0.4rem;
}

/*.yanzheng-page .search-area .wenzi{
	position: absolute;
	padding: 0 0.1rem;
	background: #d6eefb;
	color: #212a6c;
	font-size: 0.24rem;
	line-height: 0.4rem;
	z-index: 0;
	top: -0.2rem;
	left: 0.25rem;
}*/

.yanzheng-page1 .search-area .text{
	background: none;
	width:calc(100% - 1.24rem);
	height: 0.92rem;
	line-height: 0.92rem;
	padding: 0 0.2rem;
	font-size: 0.32rem;
	color:#004496
}

.yanzheng-page1 .search-area .search-button{
	color: #004496;
	font-size: 0.32rem;
	line-height: 0.92rem;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
	width: 1.24rem;
	text-align: center;
}
.yanzheng-page1 .yanzheng-detail{
	background: #fff;
	box-shadow: 0 0 0.23rem rgba(48,60,162,.5);
	/*height: 5.1rem;*/
	padding: 0.4rem;
	flex-direction: column;
	color: #004496;
}

.yanzheng-page1 .yanzheng-detail .yanzheng-true{
	text-align: center;
}
.yanzheng-page1 .yanzheng-detail .yanzheng-true .title{
	font-size: 0.32rem;
	line-height: 1;
	margin-bottom: 0.2rem;
}
.yanzheng-page1 .yanzheng-detail .yanzheng-true .md-type{
	background: #004496;
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.68rem;
	width: 3.4rem;
	border-radius: 0.7rem;
	margin-bottom: 0.5rem;
}
.yanzheng-page1 .yanzheng-detail .yanzheng-true .md-name{
	font-size: 0.36rem;
	line-height: 1.2;
	margin-bottom: 0.2rem;
	font-weight: bold;
}
.yanzheng-page1 .yanzheng-detail .yanzheng-true .md-info{
	font-size: 0.32rem;
	line-height: 1.6;
}

.yanzheng-page1 .yanzheng-detail .yanzheng-false{
	font-size: 0.32rem;
	line-height: 2;
	text-align: center;
}

/*********** 门店盘问 **************/
.md-page{
	width: 100%;
	height: calc(100vh - 1rem);
	position: relative;
}

.md-page .md-search{
	position: absolute;
	z-index: 1;
	font-size: 0;
	top: 0.3rem;
	width: 100%;
	padding: 0 0.8rem 0 0.3rem;
}

.md-page .md-search .select_box {
	width: 2.3rem;
	border: 0.04rem solid #004496;
	padding-right: 0.55rem;
	padding-left: 0.3rem;
	position: relative;
	margin-right: 0.2rem;
	border-radius: 0.1rem;
	background: #fff;
}
.md-page .md-search .select_box span {
	cursor: pointer;
	display: block;
	line-height: 0.7rem;
	width: 100%;
	height: 0.7rem;
	overflow: hidden;
	position: relative;
	font-size: 0.32rem;
	z-index: 1;
	color: #252e78;
}

.md-page .md-search .select_box i{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.2rem;
	line-height: 0.7rem;
	color: #004496;
	font-size: 0.32rem;
	z-index: 0;
}

.md-page .md-search .select_box ul li {
	cursor: pointer;
}
.md-page .md-search .son_ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0.7rem;
	border: 1px dashed #ccc;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 5rem;
}
.md-page .md-search .son_ul li {
	display: block;
	line-height: 0.7rem;
	padding:0 0.2rem;
	width: 100%;
	font-size: 0.32rem;
}
.md-page .md-search .hover {
	background: #004496;
	color: #fff;
}

.md-page .md-search .text{
	border: 1px #004496 solid;
	line-height: 48px;
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 14px;
	width: 260px;
}

.md-page .md-search .search-button{
	border: none;
	background: #004496;
	width: calc(100% - 5rem);
	height: 0.78rem;
	text-align: center;
	line-height: 0.78rem;
	color: #fff;
	border-radius: 0.1rem;
	cursor: pointer;
	font-size: 0.32rem;
}

.md-page .md-map{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.md-page .jsx-lists{
	position: absolute;
	left: 0.15rem;
	bottom: 0;
	z-index: 1;
	width: 7.2rem;
	box-shadow: 0 0 0.36rem rgba(0,68,150,.8);
	background: #fff;
	padding: 0.2rem;
}

.md-page .jsx-lists .list-box{
	
}

.md-page .jsx-lists .list-box .md-part-title{
	
}

.md-page .jsx-lists .md-part-title{
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 2;
}

.md-page .jsx-lists .md-part-title:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 0.3rem solid #4F8309;
	border-left: 0.2rem solid transparent;
}

.md-page .jsx-lists .list-box.youxuan-box .md-part-title{
	background: #004496;
}
.md-page .jsx-lists .list-box.putong-box .md-part-title{
	background: #6EB70B
}


.md-page .jsx-lists .lists{
	overflow-x: hidden;
	overflow-y: scroll;
}

.md-page .jsx-lists .list-item{
	border-top: 1px #dcdcdc solid;
	cursor: pointer;
}

.md-page .jsx-lists .list-item:first-child{
	border: none;
}

.md-page .jsx-lists .list-item .num{
	text-align: center;
	color: rgba(70,71,71,.27);
	font-size: 0.4rem;
	line-height: 2;
	font-weight: bold;
}

.md-page .jsx-lists .list-item .info{
	padding: 0.3rem 0;
}

.md-page .jsx-lists .list-item .title{
	color: #004496;
	font-size: 0.32rem;
	line-height: 1.5;
	font-weight: 600
}

.md-page .jsx-lists .list-item .addr{
	font-size: 0.28rem;
	line-height: 1.5;
	color: #888;
}

.md-page .youxuan-list .list-item .title{
	font-size: 0.36rem;
	font-weight: bold;
}

.md-page .youxuan-list .list-item .addr{
	color: #464747
}


.jsx-map .jsx-lists .list-item.active{
	background: #dcdcdc;
}

.md-page .jsx-lists .lists{
	margin-top: 0;
}

.md-page .jsx-lists .lists .list-box{
	
}

.md-page .jsx-lists .youxuan-list{
	/*height: 300px;*/
	border: none;
	background: none;
	height: 3rem;
	overflow: auto;
}
.md-page .jsx-lists .putong-list{
	height: 3rem;
	border: none;
}

.md-page .jsx-lists .list-item{
	cursor: pointer;
	border-top: 0.04rem #dee6ef solid;
	padding: 0.1rem 0;
}

.md-page .jsx-lists .list-item:first-child{
	border: none;
}

.md-page .jsx-lists .youxuan-list .list-item .num{
	width: 1.2rem;
	font-size: 0;
}

.md-page .jsx-lists .youxuan-list .list-item .num .icon{
	width: 100%;
	height: 1.2rem;
	border: 0.04rem #dee6ef solid;
	border-radius: 50%;
	line-height: 1.12rem;
}

.md-page .jsx-lists .youxuan-list .list-item .num .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.md-page .jsx-lists .putong-list .list-item .num{
	width: 1.2rem;
}

.md-page .jsx-lists .putong-list .list-item .num .circle{
	border: 0.04rem #dee6ef solid;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	line-height: 1.18rem;
	color: #09244F;
	font-size: 0.56rem;
	font-style: italic;
}

.md-page .jsx-lists .list-item .info{
	padding: 0.4rem 0;
}

.md-page .jsx-lists .youxuan-list .list-item .info{
	padding-left: 0.2rem;
}
.md-page .jsx-lists .putong-list .list-item .info{
	padding-left: 0.2rem;
}

.md-page .jsx-lists .list-item .title{
	color: #09244F;
	font-size: 0.3rem;
	line-height: 1.5;
	font-weight: 600
}

.md-page .jsx-lists .list-item .addr{
	font-size: 0.24rem;
	line-height: 1.5;
	color: #888;
}

.md-page .youxuan-list .list-item .title{
	font-size: 0.3rem;
	font-weight: bold;
}

.md-page .youxuan-list .list-item .addr{
	color: #464747
}

.md-page .jsx-lists .list-item.active{
	background: #efefef;
}

.md-page .jsx-lists .list-item .navi{
	width: 1.2rem;
	padding-left: 0.1rem;
	text-align: right;
}

.md-page .jsx-lists .list-item .navi .nav-icon{
	font-size: 0;
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	line-height: 0.7rem;
}

.md-page .jsx-lists .list-item .navi .nav-icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
} 

.md-page .jsx-lists .list-item .navi .juli{
	color: #464747;
	font-size: 0.24rem;
	line-height: 1;
	font-weight: bold;
}

.md-page .BMapLabel{
	width: 30px;
	height: 50px;
	background: none!important;
	border: none!important;
	padding: 0!important;
	text-align: center;
	line-height: 40px!important;
	color: #fff;
	left: 0!important;
	top: 0!important;
	font-size: 20px!important;
}

.md-page h3.map-title {
	color: #09244F;
	text-align: center;
	line-height: 2;
	font-size: 18px;
}

.md-page a.map-link {
	background: #09244F;
	display: block;
	margin: 0 auto;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 18px;
	width: 80%;
	text-align: center;
	line-height: 2;
	margin-top: 10px;
}

.pull-button {
	background: #09244F;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.8rem;
	height: 0.8rem;
	width: 2rem;
	position: absolute;
	left: 50%;
	margin-left: -1rem;
	top: -0.8rem;
	text-align: center;
}
	.pull-button:after {
		content: "收起"
	}
.shou .pull-button:after {
	content: "睁开"
}
.shou.jsx-lists {
	bottom: -4rem;
}

.main-container {
	height: 100vh;
	overflow: hidden;
}

.shou .pull-button i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pull-button i {
	margin-right: 0.1rem
}
.pull-button {
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}

#allmap img {
	width: 0.6rem;
}
.yanzheng-page{overflow-y: scroll;}
<!--耗时1751460684.8844秒-->