/*选择地区*/

.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.express-area a {
	display: block;
}

.express-area dl {
	position: relative;
	color: #4d525d;
}

.express-area dl dt {
	position: absolute;
	top: 0;
	left: 0;
}

.express-area dl dd {
	text-align: justify;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area a {}
	.express-area dl dt {}
	.express-area dl dd {}
}

#areaBox {
	background: white
}


/*弹出经理联系方式*/

#manager ul li img {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 999;
}

#card1 {
	top: -200%;
	transition: all .3s ease-out
}

#card2 {
	top: -200%;
	transition: all .3s ease-out
}

#card3 {
	top: -200%;
	transition: all .3s ease-out
}

#card4 {
	top: -200%;
	transition: all .3s ease-out
}

#areaMask-1 {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	background: #FFFFFF;
	z-index: 998;
	opacity: 0.1;
}


/*选择地区弹层*/

.areaslip {
	/*position: fixed;
	left: 1%;
	margin-top: 1%;
	height: 3%*/
}

.express-area-box {
	position: absolute;
	bottom: -100%;
	left: 50%;
	z-index: 15;
	width: 320px;
	margin-left: -160px;
	background-color: #fff;
	border-radius: 6px 6px 0;
	color: #4d525d;
	position: fixed;
	left: 0px;
	width: 100%;
	margin-left: 0px;
}

.express-area-box header {
	position: relative;
	border-radius: 6px 6px 0;
	border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
	text-align: center;
	margin-right: 20px;
}

.express-area-box header .back,
.express-area-box header .close {
	position: absolute;
	top: 0;
}

.express-area-box header .back {
	display: none;
	left: 0;
}

.express-area-box header .close {
	right: 0;
}

.express-area-box article {
	height: 200px;
	overflow-y: scroll;
}

.area-list li {
	text-align: justify;
	padding: 0 15px;
	text-align: center;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area-box {}
	.express-area-box header h3 {}
	.express-area-box header .back,
	.express-area-box header .close {}
	.express-area-box article {
		height: 120px;
	}
	#manager ul li img {
		width: 10%
	}
	#manager ul li img {
		width: 10%
	}
	#manager ul li img {
		width: 10%
	}
}

@media (max-width: 720px) {
	.express-area-box {
		position: fixed;
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}


/*遮罩层*/

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
}

@media (max-width: 720px) {
	#manager ul li img {
		width: 75%;
	}
}

.selet-area-wrap {
	display: -webkit-box;
	width: 100%;
	height: 44px;
	/*padding: 0 15px;*/
	background: #F1F1F1;
}

.selet-area-wrap p {
	-webkit-box-flex: 1;
	text-align: center;
	width: 100%;
}

.selet-area-wrap span {
	display: inline-block;
	text-align: center;
	padding-left: 0;
	position: relative;
	width: auto;
}

.selet-area-wrap span.current {
	color: #449FFF;
}

.selet-area-wrap span.current:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #449fff;
	top: 44px;
}

.hot-city {
	padding: 0 15px;
}

.hot-city p {
	color: #bbb;
}

.hot-city ul {
	padding: 0 15px
}

.hot-city li {
	display: inline-block;
	width: 17.7%;
	text-align: center;
	margin: 0% 3%;
	/*line-height: 20px;
    height: 20px;*/
}

.en_area {
	display: none;
}

#card_en_01,
#card_en_02{
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 300px;
	width: 1200px;
	background:#f9f9f9;
	border: 5px solid #f7f7f7;
	/* margin-top: 0; */
	transition: all .3s ease-out;
	display: none;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(28, 41, 47, 0.16);
}
.contact_title h3 {
	font-weight: 700;
	margin: 10px 0px;
	color: #000;
	font-size: 25px;
	text-align: center;
}
.data_text {
	position: relative;
	float: left;
	margin-left: 70px;
}
.qrcode {
	position: relative;
	float: right; 
	margin-right: 70px;
}
.data_text p {
	font-size: 20px;
	margin: 5px 0;
	font-weight: 100;
}
.qrcode img {
    width: 200px;
}
#contact_cancel,
#contact_cancel_01{
	position: absolute;
	top: 0;
	right: 0;
}
#contact_cancel img,
#contact_cancel_01 img{
	width: 25px;
}
@media (max-width: 720px) {
	#card_en_01,
	#card_en_02{
		height: 550px;
		width: 90%;
	}
	.data_text p{
	font-size: 17px;
		
	}
	.qrcode {
	    /*position: absolute;
	    top: 75%;
	    left: 50%;
	    transform: translate(-50%, -50%);*/
	    margin-right: 0;
		float: inherit; 
	}
	.qrcode img{
		position:relative;
		margin:auto;
	}
	.data_text{
		margin-left: 0;
		width: 100%;
	}
}
