@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  width: 750px;
  margin: 0px auto;
  background-color: #fff;
}
.box {
  position: relative;
  font-size: 0;
  text-align: center;
}
img {
  display: block;
  margin-top: -1px
}
ul, li {
  list-style: none;
}
.hide {
  display: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#qLtempOverlay {
  display: none !important;
}
/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
  font-size: 36px !important;
}
/* loading logo   background-size: 200px; 修改logo 的大小 */
.queryloader__overlay {
  background-image: url(./hlw-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 200px;
}
.txt-box {
  width: 80%;
  height: 1200px;
	
  position: absolute;
  left: 10%;
  top: 0px;
  overflow-y: scroll; /* 显示垂直滚动条 */
}
.txt-box img {padding-bottom: 40px;}
.txt-box::-webkit-scrollbar {
  width: 8px;
}
.txt-box::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.txt-box::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
/*.return{   position: absolute;
  left: 0px;
  top: 80px;}*/