@import url("iconfont.css");
.border-top{
  border: 0;
}
.shop-box{
  background-position: center;
  width: 100%;
  height: 350px;
  background-size: cover;
  border: 4px solid #fff;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 800px){
  .shop-box{
    height: 250px !important;
  }
}
.shop-ewm{
  width:100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
}
.shop-ewm .img-box{
  width:50%;
  margin-top: 30%;
}

.shop-name{
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  
}

.shop-name span{
  width: 100px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin:0 auto
}

.number-bg{
	position: relative;
	text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.number-bg::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;  
	width: 100%;
	height: 550px;
	background: url(../image/number-bg.jpg);
	background-size:cover;
  background-repeat: no-repeat;
  background-position: center;


}
.ewm{
  margin-top: 80px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.ewm span img{
width: 120px;
margin: 0 20px;
padding: 5px; 
background-color: #fff;
}
.ewm span p{
  color: #f0f0f0;
}

.footer-text p{
  font-size: 14px;
  line-height: 30px;
}

@media (min-width: 991px) {
  .header-menu > ul > .on > a span{
    background-color: #703277;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
   } 
}

.post-info span{
  margin-right: 20px;
}
.pingpailist {
 border: 1px solid #f0f0f0;
 padding-top: 20px;
}
.pingpailist span{
  text-align: center;
  width: 100%;
  display: block;
}
.pingpailist span img{
  width: auto;
  height:280px;
}
.pingpailist p{
  text-align: center;
  padding: 20px 0;
}
.pinpailogo{
  width: 150px;
  height: 150px;
  border-radius: 10%;
  display: block;
  border:2px solid #f0f0f0;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
.pinpailogo img{
  width: 90%;

}
.logobox{
  background-color: #ffef60;
  padding: 30px 0;
  margin-bottom: 30px;
}

#container{
  width: 100%;
  height: 500px;
}

.container img{ height: auto;}

.pinpaichanpin{
width: auto;

display: block;
border: 1px solid #ddd;
padding: 10px;
overflow: hidden;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.pinpaichanpin img{

width: auto;
height: 130px;
}