.container {
    z-index: 100;
    padding: 12px 20px 12px 30px;
    box-shadow: 0 0 2px 2px #eee;
    border: 1px solid #eee;
    margin: 0;
    bottom: 188px;
    text-align: left;
    position: absolute;
    width: 450px;
    background: #fff;
}

#msg {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.container a:link,
.container a:visited,
.container a:hover,
.container a:active {
	margin-left: 100px;
	color: #0366D6;
}

.block {
	position: absolute;
	left: 0;
	top: 0;
}

.sliderContainer {
    position: relative;
    text-align: center;
    width: 440px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    background: #f7f9fa;
    color: #39aae6;
    border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
	height: 38px;
	border-width: 1px;
}

.sliderContainer_success .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #52CCBA;
	background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
	height: 38px;
	border: 1px solid #52CCBA;
	background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
	background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
	height: 38px;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
	background-position: 3 -0px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
	display: none;
}

.sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #1991FA;
	background: #D1E9FE;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: background .2s linear;
}

.slider:hover {
	background: #1991FA;
}

.slider:hover .sliderIcon {
	background-position: 5px 0px;
}

.sliderIcon {
    background-position: 5px 0px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -13px;
    width: 50px;
    height: 60px;
    background-image: url(../images/slide-btn2.png);
}

.refreshIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url(../images/slide-btn2.png) 0 -437px;
	background-size: 34px 471px;
}


zz-refresh{
height: 25px;
margin-right: 20px;
margin: 0;
padding: 0;
display: block;
font-size: 14px;
line-height: 1.5;
    text-align: left;
    cursor: default;
}

.zz-lable-refresh {
    line-height: 30px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 59%;
    float: left;
}

.zz-img-refresh {
    line-height: 30px;
    right: 20px;
    position: relative;
    text-align: right;
    cursor: pointer;
    color: #06c;


}

.zz-img-refresh div {
    left: -70px;
    top: 6px;
    position: relative;
    /* line-height: 1.5; */
    text-align: right;
    background: url(../images/refresh2.png) center center no-repeat;
    width: 20px;
    height: 20px;
    float: right;
}

.slide-close {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/x.png);
    background-repeat: no-repeat;
}

.slide-arrow {
    display: block;
    position: absolute;
    background-image: url(../images/tips.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-position: 0 -8px;
    overflow: hidden;
    bottom: -8px;
    left: 230px;
}