.weui-photo-browser-modal .photo-container {
  background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.weui-photo-browser-modal .photo-container img {
	display: none;
}
.main .top .title {
    width: inherit;
}
body.inner .main.groups .top .title {
    width: 100%;
    color: #3f60af;
    font-size: 1.6em;
		text-align: center;
		letter-spacing:10px;
		font-weight: bold;
}
body.inner .main.groups .top .title a {
  display:inline-block;
  padding:0.2em 1em;
	-webkit-text-fill-color: red;/*文字的填充色*/
	-webkit-text-stroke: 1px white;/*描边的像素，也就是粗细，这里指定是2像素的黑色边框*/
}
body.inner .main.groups .mid {
	top:55%;
}
body.inner .main.groups .list {
	position: relative;
}
body.inner .main.groups .list::before {
	content: " ";
	display: block;
	position: absolute;
	background-color: #888888;
	width: 2px;
	left: 50%;
	top: -3em;
	height: 1.5em;
}
body.inner .main.groups .list .content {
	margin: 0 auto;
}
body.inner .main.groups .list .content .item {
	position: relative;
	overflow: inherit;
  width: inherit;
	-webkit-flex:1;
	flex:1;
}
body.inner .main.groups .list .content .item::before {
	content: " ";
	display: block;
	height: 2px;
	background-color: #888888;
	position: absolute;
	top: -1.5em;
	right: 0;
	left: 0;
}
body.inner .main.groups .list .content .item:first-child::before {
	left: 50%;
}
body.inner .main.groups .list .content .item:last-child::before {
	right: 50%;
}
body.inner .main.groups .list .content .item::after {
	content: " ";
	display: block;
	background-color: #888888;
	position: absolute;
	width: 2px;
	height:1.5em;
	top: -1.5em;
	left: 50%;
}
body.inner .main.groups .list .content .item .bd {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0.5em auto;
  padding: 0 0.5em;
	max-width: 4em;
  text-align: center;
  overflow: hidden;
  background: -webkit-linear-gradient(left, #2ecbf4 , #78ccf1);
  background: linear-gradient(to right, #2ecbf4 , #78ccf1);
  border-radius: 0;
  box-shadow: -3px 5px 10px rgba(0,0,0,0.3);
}
body.inner .main.groups .list .content .item .bd p {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	letter-spacing:10px;
	margin: 0 auto;
	height: 19em;
	font-weight: bold;
	color: red;
}
body.inner .main.groups .list .content .item .bd:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #FFF;
  border-radius: 0;
}
/*partyCom*/
/*
body.inner.partyCom {
	background-image: url(../images/bg_dj.jpg);
}
*/
body.inner .main .top .title {
	width: 100%;
	text-align: center;
  /*
	-webkit-text-fill-color: red;
  -webkit-text-stroke: 1px #fdf35b;
  */
}

body.inner .list.catalog .content .item {
    width: 60%;
    overflow: hidden;
		margin: 0 auto;
}

.bgside {
	display: none;
}
body.inner .bgside {
	position: absolute;
	display: block;
}
body.inner .bgside.topLeft {
	top: 0;
	left: 0;
	width: 18%;
}
body.inner .bgside.topRight {
	top: 0;
	right: 0;
	width: 18%;
}
body.inner .bgside.bottomLeft {
	bottom: 0;
	left: 0;
	width: 30%;
}
body.inner .bgside.bottomRight {
	bottom: 0;
	right: 0;
	width: 80%;
}

body.inner .list.catalog .content .item .bd {
	border-radius: 10px;
	box-shadow: -3px 5px 10px rgba(0,0,0,0.3);
}

body.inner .list.catalog .content .item .bd:before {
	border: 1px solid #f0f0f0;
	border-radius: 10px;
}
/*
body.inner .list.images {
	width: 90%;
	margin: 0 auto;
}
body.inner .list.images .content .item .bd {
	border:2px solid #ddd;
}
*/
