*{padding: 0;margin: 0;}
ul li{list-style: none;}
body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #eaeaea !important;
	/*overflow: hidden;*/
}

.new-head {
	background-color: #2691e1 !important;
}

.new-head a {
	color: #ffffff;
}

.new-head h1 {
	color: #ffffff;
}

.font-left {
	text-align: left !important;
}

/*弹框*/

.chooseMask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.chooseType {
	width: 80%;
	height: auto;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 999;
	padding: 0.2rem 0;
}

.chooseA {
	display: block;
	width: 70%;
	margin: 0.6rem auto;
	color: #ffffff;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.8rem;
	height: 0.8rem;
	background-color: #2691E1;
	border-radius: 3px;
}

.chooseA:active {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.chooseClose {
	position: absolute;
	bottom: -1rem;
	display: inline;
	width: 0.6rem;
	height: 0.6rem;
	left: 50%;
	margin-left: -0.3rem;
}


/*2.1.1搜索*/
.headSearch{
	width: 40% !important;
	position: absolute;
	right: 2%;
	top: 7px;
}
.headSearchIpt{
	background-color: #2088d6 !important;
	border: solid 1px #0d6fb8 !important;
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 15px !important;
	float: right;
}
.headSearchIcon{
	height: 20px !important;
	width: 20px !important;
	background-image: url(../img/iconSearch.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	position: absolute;
	right: 0;
	top: 5px;
	right: 8px;
}
#segmentedControl a{
	border-bottom: 2px solid #c7c6c6;
}


/*企业查询*/
/*.enterpriseQuery-map {

}*/
.enterpriseQuery-map .enterpriseQuery-bj>img {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 0;
}
.enterpriseQuery-map .enterpriseQuery-bj .mapPoint>img {
	position: fixed;
	width: .46rem;
	height: .54rem;
	/*top: 5rem;
	left: 50%;*/
	transform: scale(0.8);
}
@keyframes living {
    0%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}
.enterpriseQuery-map .enterpriseQuery-bj .mapPoint .living {
	animation: living 1s ease-in;
	-webkit-animation: living 1s ease-in;
	animation-fill-mode: forwards;
}

.enterpriseQuery-map .enterpriseQuery-top {
	position: absolute;
	top: 44px;
	left: .13rem;
	right: .13rem;
}
.enterpriseQuery-map .enterpriseQuery-top ul {
	width: 100%;
	margin-top: .18rem;
}
.enterpriseQuery-map .enterpriseQuery-top ul li {
	width: 2.3rem;
	height: 1.54rem;
	float: left;
	border-radius: 5px;
	margin-bottom: .16rem;
	-webkit-box-shadow: 1px 1px 10px #bfbfbf;
	box-shadow: 1px 1px 10px #bfbfbf;
	background-color: rgba(255,255,255,0.9);
}
.enterpriseQuery-map .enterpriseQuery-top ul li:nth-child(2),.enterpriseQuery-map .enterpriseQuery-top ul li:nth-child(5) {
	margin: 0 .15rem;
}
.enterpriseQuery-map .enterpriseQuery-top ul li .icon-data {
	width: 2rem;
	height: .96rem;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.enterpriseQuery-map .enterpriseQuery-top ul li .icon-data>div {
	width: 50%;
	height: 100%;
	float: left;
}
.enterpriseQuery-map .enterpriseQuery-top ul li .icon-data .icon-width {
	width: 100%;
}
.enterpriseQuery-map .enterpriseQuery-top ul li .icon-data>div>img {
	width: .29rem;
	height: .3rem;
	margin-top: .15rem;
}
.enterpriseQuery-map .enterpriseQuery-top ul li .icon-data>div>span {
	width: 100%;
	height: .45rem;
	line-height: .45rem;
	color: #2691e1;
	font-size: .18rem;
	display: block;
}
.enterpriseQuery-map .enterpriseQuery-top ul li>h3 {
	font-size: .24rem;
	color: #282828;
	text-align: center;
	margin-top: .18rem;
	font-weight: initial;
}

.enterpriseQuery-map .enterpriseQuery-top .address {
	width: 2.3rem;
	height: .62rem;
	float: right;
	border-radius: 5px;
	margin-bottom: .16rem;
	-webkit-box-shadow: 1px 1px 10px #bfbfbf;
	box-shadow: 1px 1px 10px #bfbfbf;
	background-color: rgba(255,255,255,0.9);
}

.enterpriseQuery-map .enterpriseQuery-top .address>div {
	width: 1.34rem;
	height: .39rem;
	margin-top: .12rem;
	border-right:  1px solid #e5e5e5;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.enterpriseQuery-map .enterpriseQuery-top .address>div>span {
	font-size: .24rem;
	color: #282828;	
}
.enterpriseQuery-map .enterpriseQuery-top .address>div>img {
	width: .1rem;
	height: .07rem;
	margin-left: .2rem;
}
.enterpriseQuery-map .enterpriseQuery-top .address>span {
	width: .95;
	display: block;
	text-align: center;
	line-height: .62rem;
	font-size: .24rem;
	color: #2691e1;
}
.bottomMap {
	width: 100%;
	height: 1.56rem;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 10px #bfbfbf;
	box-shadow: 1px 1px 10px #bfbfbf;
	position: fixed;
	bottom: -1.6rem;	
}
.bottomMap>img {
	width: .57rem;
	height: .3rem;
	display: block;
	margin: .08rem auto;
}
.bottomMap>p {
	padding-left: .36rem;
	color: #282828;
	font-size: .28rem;
	margin-bottom: .18rem;
	line-height: .2rem;
}
.bottomMap>span {
	padding:0 0.36rem;
	color: #676666;
	font-size: .24rem;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mapIofo {
	animation: mapIofo 0.5s ease-in;
	-webkit-animation: mapIofo 0.5s ease-in;
	animation-fill-mode: forwards;
}
@keyframes mapIofo {
    0%{
    	bottom: -1.6rem;	
    }
    100%{
       bottom: 0rem;	
    }
}

/*批发市场-企业*/
.enterprise {
	background-color: #eaeaea;
	margin: 0 .2rem;
}
.region {
	width: 100%;
	height: .82rem;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	line-height: .82rem;
	text-align: right;
	
}
.region span { 
	font-size: .24rem;
	color: #282828;
}
.region img {
	width: .1rem;
    height: .07rem;
    margin-left: .2rem;
}
.enterprise-content {
	
}
.enterprise-content ul,.company-details ul {
	background-color: #FFFFFF;
}
.enterprise-content ul li {
	width: 100%;
	height: .88rem;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e7e5e5;;
}
.enterprise-content ul li>span {
	font-size: .24rem;
	color: #606060;
	display: block;
	text-align: center;
}
.enterprise-content ul li >span:nth-child(1){
	width: 1rem;	
}
.enterprise-content ul li >span:nth-child(2){
	width: 2rem;	
}
.enterprise-content ul li >span:last-child{
	width: 4rem;
	display: block;
	text-align: center;
	color: #2691e1;
}
.enterprise-content ul li:first-child>span {
	font-size: .28rem;
	color: #282828;
}
.company-details {
	margin-top: .2rem;
	padding-bottom: 0.3rem;
}
.company-details ul li  {
	border-bottom: 1px solid #e7e5e5;;
	width: 100%;
	/*height: auto;*/
	line-height: 0.4rem;
	padding: 0.2rem 0;
	position: relative;
	overflow: hidden;
}
.company-details ul li span {
	display: inline-block;
	line-height: 0.4rem;
}
.company-details ul li span:first-child  {
	/*width: 1.63rem;*/
	width: 2.4rem;
	text-align: right;
	font-size: .28rem;
	color: #282828;
	margin-right: .4rem;
	position: absolute;
	left: 0;
}
.company-details ul li span:last-child  {
	font-size: .24rem;
	color: #606060;
	margin-left: 2.7rem;
	margin-right: 0.3rem;
	
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
.licenseEg {
	background-color: #FFFFFF;
	text-align: center;
}
.licenseEg img {
	width: 1.85rem;
	height: 2.50rem;
	margin: .32rem 0 .48rem;	
}
/*顶部条件筛选*/
.tab-header {
    padding-top: 10px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 44px;
}
.tab-time {
    overflow: hidden;
    display: flex;
}
.tab-time>span {
    padding: 0.15rem 0;
    flex: 1;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #606060;
    border-right: 1px solid #dddddd;
    text-align: center;
}
.tab-time span:last-child {
    border-right: 0;
}
.tab-time span .sj-back {
    display: block;
    position: absolute;
    right: -0.3rem;
    top: 0.1rem;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 0.2rem;
    overflow: hidden;
}
.tab-time span .sj-back:after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: #606060;
    position: absolute;
    right: 0;
    top: -0.14rem;
    behavior: url(ie-css3.htc);
    transform: -webkit-rotate(45deg);
    transform: -moz-rotate(45deg);
    transform: rotate(45deg);
}
.tab-time>span>span {
    display: inline-block;
    position: relative;
}
.complaint-btn {
    width: 2rem;
    height: 0.6rem;
    display: block;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    background: #2691e1;
    border-radius: 0.1rem;
    cursor: pointer;
    margin: 0.2rem auto;
}