.padd{
	padding-top: 0;
}

.store_top_box{
	width: 100%;
	min-height: 230px;
	background: #fff;
	box-sizing: border-box;
	padding-top: 35px;
    padding-bottom: 10px;
}

.store_pp{
	display: inline-block;
}

.store_pp >div{
	max-width: 495px;
	display: inline-block;
}
.store_one{
	margin-bottom:15px;
}
.padd >h1{
	color: #323232;
	font-size: 24px;
	font-weight: bold;
	height: 108px;
	line-height: 108px;
	text-align: center;
}
.store_one>img{
	border: 1px solid #DCDCDC;
	margin-left: 6px;
}
#bis_name{
	margin-left: 8px;
	font-size: 24px;
	color: #323232;
	height: 64px;
	line-height: 64px;
}
#conmpany_ri_b_a{
	padding: 3px 10px;
	border: 1px solid #3EBEFC;
	color:#3EBEFC ;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 60px;
	cursor: pointer;
}
.store_pp{
	color: #323232;
	font-size: 14px;
}

.store_pp>div>span{
	padding: 3px 9px;
	color: #fff;
	font-size: 14px;
	background: #B00606;
	border-radius: 2px;
	margin-left: 10px;
	    margin-bottom: 4px;
    display: inline-block;
}

.store_one{
	position: relative;
	height: 64px;
	display: flex;
    align-items: center;
}
.look_soc{
	position: absolute;
	right: 0;
	top: 21px;
	border:1px solid #3EBEFC;
	color: #3EBEFC;
	font-size: 14px;
	padding: 3px 9px;
}
.store_content{
	color: #323232;
	font-size: 14px;
	line-height:26px;
    max-height: 250px;
    overflow: auto;
    word-break:break-all;
    padding-bottom: 10px;
}
.store_content::-webkit-scrollbar {
    display: none;
}
.store_bottom_box{
	background: #fff;
	text-align: center;
	width: 100%;
	height: 340px;
	margin-top: 40px;
	margin-bottom: 160px;
}
.store_bottom_box>h1{
	height: 106px;
	line-height: 106px;
	color: #323232;
	font-size: 24px;
	font-weight:bold;
}
.store_bottom_items{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.store_bottom_item{
	
}
.store_bottom_item p{
	text-align: center;
	color: #323232;
	font-size: 18px;
	margin-bottom: 8px;
}
.store_bottom_item p:nth-of-type(2){
	    margin-bottom: 16px;
}
.store_bottom_item>div{
	width: 98px;
	height: 98px;
	margin: 0 auto 21px;
	
}
.store_bottom_items .store_bottom_item:nth-of-type(1)>div{
	background: url(../images/store_ph.png) no-repeat;
}
.store_bottom_items .store_bottom_item:nth-of-type(2)>div{
	background: url(../images/store_ip.png) no-repeat;
}
.store_bottom_items .store_bottom_item:nth-of-type(3)>div{
	background: url(../images/store_em.png) no-repeat;
}
.store_bottom_items .store_bottom_item:nth-of-type(4)>div{
	background: url(../images/store_qq.png) no-repeat;
}
.store_bottom_items .store_bottom_item:nth-of-type(5)>div{
	background: url(../images/store_wx.png) no-repeat;
}
.store_bottom_items>span{
	display: inline-block;
	width: 1px;
	height: 90px;
	background: #dcdcdc;
}
#is_logging{
	display: inline-block;
	padding:5px 15px;
	border: 1px solid #3EBEFC;
	color: #323232;
}
#str_even{
	color: #3EBEFC;
	font-size: 14px;
}