.wisso-experience{
	display: none;
}
.mobile-wisso-experience{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 12px 30px 12px;
	background-color: #2e343c;
	overflow-x: hidden;
	background: url('../images/WISSO_experience/mobile_bg.png') repeat top center;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
	padding-bottom: 50px;
}
.mobile-banner{
	width: 100%;
	height: auto;
}
.mobile-banner img{
	width: 100%;
}
#region_button {
	width:100%;
	margin-top: 12px;
	color: #fff;
}
#region_button li{
	width: 25%;
	text-align: center;
	padding: 5px 16px 5px 16px;
	font-family: "Microsoft YaHei";
}
#region_button li.region-active span{
	display: inline-block;
	height: 100%;
    color: #4e92ff;
    border-bottom: 1px solid #4e92ff;
}
.region {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.region li{
   width: 100%;
   /*height: 4rem;*/
   background:url('../images/WISSO_experience/peope-card.jpg') no-repeat top center;
   background-size: 100% 100%;
   border-radius: 12px;
   background-color: #dcdcdc;
   padding: 10px;
   margin-bottom: 20px;
   position: relative;
}
.region li .qrcode{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #2e73e2;
}
.region li h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 2;
	margin-bottom: 10px;
	padding-right:65px;
}
/*.region li h3.fontSmall{
	font-size: 16px;
}*/
.region li h3 span{
	font-size: 15px;
}
.region li h5{
	line-height: 1.6;
	padding-left: 20px;
}
.region li h5:nth-child(2){
	background: url('../images/WISSO_experience/phone.png') no-repeat left center;
	background-size: 12px;
	margin-bottom: 12px;
}
.region  li h5:nth-child(3){
	background: url('../images/WISSO_experience/location.png') no-repeat left 15%;
	background-size: 11px;
}
.region li h5.message{
	background: url('../images/WISSO_experience/icon-message.png') no-repeat left 15%;
	-webkit-background-size: 16px;
	background-size: 16px;
}
.region li .qrcode img{
	width: 100%;
	height: 100%;
}
.mask{
	width:100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(11,11,11,.8);
	display: none;
	color: #fff;
}
.mask p{
	text-align: center;
	margin-top: 0.3rem;
}
.mask .qrcode_big{
	width: 7rem;
	height: 7rem;
	margin: 0 auto;
	margin-top: 3rem;
}
.mask .qrcode_big img{
	width: 100%;
	height: 100%;
}
#cooperation li h5 a, #directSales li h5 a{
	font-size:15px;
}