@charset "utf-8";

.u-right-img{
	position:relative;
    text-align: center;
    background: black;
}
.u-right-img img{
	height:500px;
    max-width: 100%;
}
.u-right-img span{
    padding: 4px;
    position: absolute;
    bottom: 1%;
    right: 1%;
    color: cornsilk;
    background: #e61325;
    width: 69px;
    /* display: block; */
    text-align: center;
    border-radius: 4px;
    height: 30px;
    cursor:pointer;
}

.panel-body{
	padding:0px;
	
}
.list-group{
	margin-bottom:0px;
	
}
.list-group li{
	cursor:pointer;
}

.modal-dialog {
	z-index: 1000000;
}

.hideli {
	display: none;
}


.liback{
    background: aliceblue;
}

.pictures {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pictures>li {
	border: 1px solid transparent;
	float: left;
	height: calc(100%/ 10);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	width: calc(100%/ 10);
}

.pictures>li>img {
	cursor: zoom-in;
	width: 100%;
}

.s-text-indent {
	text-indent: 2em;
}