.modal[data-drag="draged"] .modal-dialog{
	margin: 0;
	position: absolute;}


.alert-container{
	position: fixed;}
.alert-container .alert{
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);}

#alert-container-topleft{
	top: 10px;
	left: 10px;}

#alert-container-topcenter{
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);}

#alert-container-topright{
	top: 10px;
	right: 10px;}

#alert-container-bottomleft{
	bottom: 10px;
	left: 10px;}

#alert-container-bottomcenter{
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);}

#alert-container-bottomright{
	bottom: 10px;
	right: 10px;}

#alert-container-center{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 10000;
    min-height: 62px;
    min-width: 210px;}



.s1-l {
    width: 100%;
    overflow: hidden;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 64%;
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .46);
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 15px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #c21319;
}
