@font-face {
	font-family: zh-iconfont;
	src: url("iconfont.eot");
	src: url("iconfont.eot") format("embedded-opentype"),
		url("iconfont.ttf") format("truetype"),
		url("iconfont.woff") format("woff"),
		url("iconfont.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
.zh-icon {
	font-family: zh-iconfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.zh-icon_close:before {
	content: "\e902";
}
.zh-icon_time:before {
	content: "\e903";
}
.zh-icon_time-closed:before {
	content: "\e900";
}
.zh-icon_chevron-thin-left:before {
	content: "\e901";
}
.zh-icon_caret-circle-down:before {
	content: "\e904";
}
.zh-box {
	z-index: 9999;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 1;
	text-align: center;
}
.zh-box__window {
	max-width: 450px;
	min-width: 350px;
	position: relative;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.zh-box__window:focus {
	outline: none;
}
.zh-box__body {
	display: flex;
	align-items: center;
	min-height: 230px;
	padding: 30px 20px 20px;
}
.zh-box__message {
	width: 100%;
}
.zh-box__icon {
	margin: 0 0 2rem;
	font-size: 3rem;
	line-height: 0;
	text-align: center;
}
.zh-box__icon img {
	margin: 0 auto;
	width: 80px;
}
.zh-box__icon_bottom {
	top: auto;
	bottom: 0;
	transform: translate(-50%, 50%);
}
.zh-box__close {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	text-align: center;
	border: 0;
}
.zh-box__close,
.zh-box__close:focus,
.zh-box__close:hover {
	color: inherit;
	background: none;
}
.zh-box__close-title {
	margin: 0 10px 0 0;
}
.zh-box__close:focus .zh-box__close-title,
.zh-box__close:hover .zh-box__close-title {
	text-decoration: underline;
}
.zh-box__close-icon {
	font-size: 30px;
	line-height: 1;
}
.zh-box__links {
	z-index: 10;
	display: none;
	height: 100%;
	border-radius: 8px;
}
.zh-box__links,
.zh-box__links-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.zh-box__links-body {
	height: calc(100% - 40px);
	overflow-y: auto;
	text-align: center;
}
.zh-box__links-body > ul {
	margin: 0;
	width: 100%;
	padding: 30px 20px 20px;
}
.zh-box__links-body > ul > li {
	list-style: none;
}
.zh-box__links-body > ul > li:not(:last-child) {
	margin-bottom: 12px;
}
.zh-box__links-body > ul > li > a {
	text-decoration: none;
}
.zh-box__links-body > ul > li > a:focus,
.zh-box__links-body > ul > li > a:hover {
	text-decoration: underline;
}
.zh-box__links:focus {
	outline: none;
}
.zh-box__links-toggle {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	font-weight: 400;
	background: none;
	border-top: 1px solid transparent;
}
.zh-box__links-toggle:focus,
.zh-box__links-toggle:hover {
	background: none;
}
.zh-box__links-toggle,
.zh-box__links-toggle-spacer {
	height: 40px;
}
.zh-box__links-toggle span {
	display: inline-block;
	vertical-align: middle;
}
.zh-box__links-toggle span:not(:last-child) {
	margin: 0 5px 0 0;
}
.zh-box__links-toggle:focus span:not(.zh-icon),
.zh-box__links-toggle:hover span:not(.zh-icon) {
	text-decoration: underline;
}





.zh-box{
  bottom: 0px;
  top:unset;
  align-items: end;
  height: 40px;
}


.zh-box__window{
  width: 100%;
  min-width: 100%;
  height: 40px;
	border-radius: unset;
}


.zh-box__body{
  padding: 0;
	min-height: 40px;
}

.zh-box__message{
  display: flex;
    justify-content: center;
    align-items: center;
}


.zh-box__icon{
	display: none;
}


@media(max-width:768px){
	.zh-box__window{
		height: 60px;
	}
	.zh-box__body{
		min-height: 60px;
	}
}