.toolkit-wrapper {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 50px;
  box-shadow: 0 0 30px #ccc;
  border-radius: 5px;
  background-color: #fff;
  z-index: 100;
}
.toolkit-wrapper .toolkit .tool {
  position: relative;
  height: 50px;
}
.toolkit-wrapper .toolkit .drawer {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  line-height: 50px;
  cursor: pointer;
}
.toolkit-wrapper .toolkit .drawer:hover .text {
  max-width: 200px;
  padding: 0 1em;
}
.toolkit-wrapper .toolkit .drawer:hover .button {
  background-color: #f5f5f5;
}
.toolkit-wrapper .toolkit .drawer:hover .button.top {
  background-image: url("http://static.wangxiao.cn/zhuanti/2019/myimg/icon/top-a.f028d2d.png");
}
.toolkit-wrapper .toolkit .drawer .text {
  color: #00a5a8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f5f5f5;
}
.toolkit-wrapper .toolkit .button {
  min-width: 50px;
  min-height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
.toolkit-wrapper .toolkit .button.top {
  background-image: url("http://static.wangxiao.cn/zhuanti/2019/myimg/icon/top.f7d756b.png");
}
@media only screen and (min-device-width: 100px) and (max-device-width: 800px) {
.toolkit-wrapper {
    display: none;
}
.toolkit-wrapper .toolkit {
    height: 50px;
}
.toolkit-wrapper .toolkit .tool:nth-child(3) {
    top: 0;
}
.toolkit-wrapper .tool:not(.tool-top) {
    display: none;
}
}
/*# sourceMappingURL=components/global-sidebar.css.map */
html,
body {
  line-height: 1.5;
}
html .list-box,
body .list-box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html .list-box .list-banner,
body .list-box .list-banner {
  width: 100%;
  height: 400px;
  background-image: url("http://static.wangxiao.cn/zhuanti/kaiyuan/bg.jpg");
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
html .list-box .aboutBox__tit,
body .list-box .aboutBox__tit {
  width: 1200px;
  margin: 40px auto 0;
  height: 50px;
  line-height: 47px;
  border-bottom: 2px solid #eee;
}
html .list-box .aboutBox__tit .about_tabs,
body .list-box .aboutBox__tit .about_tabs {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
}
html .list-box .aboutBox__tit .about_tab,
body .list-box .aboutBox__tit .about_tab {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
html .list-box .aboutBox__tit .active,
body .list-box .aboutBox__tit .active {
  color: #e90013;
  border-bottom: 3px solid #e90013;
}
html .list-box .gp_box,
body .list-box .gp_box {
  width: 800px;
  height: 292px;
  background: #f7f7f7;
  margin: 39px auto 0;
  padding: 2px;
  box-sizing: border-box;
}
html .list-box .gp_box .gp_list,
body .list-box .gp_box .gp_list {
  width: 300px;
  height: 288px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 52px 0 52px 46px;
  float: left;
}
html .list-box .gp_box .gp_list .gp_name,
body .list-box .gp_box .gp_list .gp_name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
}
html .list-box .gp_box .gp_list .gp_money,
body .list-box .gp_box .gp_list .gp_money {
  font-size: 58px;
  font-family: DINCond-Medium;
  font-weight: 500;
}
html .list-box .gp_box .gp_list .RMB,
body .list-box .gp_box .gp_list .RMB {
  font-size: 25px;
}
html .list-box .gp_box .gp_list .RMB .up_jt,
body .list-box .gp_box .gp_list .RMB .up_jt {
  width: 14px;
  height: 18px;
  background-image: url("http://static.wangxiao.cn/zhuanti/kaiyuan/xiangshang.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
html .list-box .gp_box .gp_list .RMB .bottom_jt,
body .list-box .gp_box .gp_list .RMB .bottom_jt {
  width: 14px;
  height: 18px;
  background-image: url("http://static.wangxiao.cn/zhuanti/kaiyuan/xiangxiajiantou.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
html .list-box .gp_box .gp_list .gp_bottom,
body .list-box .gp_box .gp_list .gp_bottom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
  margin-top: 50px;
}
html .list-box .gp_box .gp_text,
body .list-box .gp_box .gp_text {
  width: 496px;
  height: 288px;
  float: right;
  padding: 52px 87px;
  box-sizing: border-box;
}
html .list-box .gp_box .gp_text .text_box,
body .list-box .gp_box .gp_text .text_box {
  overflow: hidden;
}
html .list-box .gp_box .gp_text .text_box .list1,
body .list-box .gp_box .gp_text .text_box .list1 {
  float: left;
}
html .list-box .gp_box .gp_text .text_box .list1 .money_tit,
body .list-box .gp_box .gp_text .text_box .list1 .money_tit {
  width: 122px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c5c5c5;
}
html .list-box .gp_box .gp_text .text_box .list1 .money_number,
body .list-box .gp_box .gp_text .text_box .list1 .money_number {
  width: 122px;
  font-size: 36px;
  font-family: DINCond;
  font-weight: bold;
  color: #c1c1c1;
}
html .list-box .gpImg_box .gpimg,
body .list-box .gpImg_box .gpimg {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
html .list-box .gpImg_box .gpimg0,
body .list-box .gpImg_box .gpimg0 {
  background-image: url("http://image.sinajs.cn/newchart/min/n/sz300338.gif");
}
html .list-box .gpImg_box .gpimg1,
body .list-box .gpImg_box .gpimg1 {
  background-image: url("http://image.sinajs.cn/newchart/daily/n/sz300338.gif");
}
html .list-box .gpImg_box .gpimg2,
body .list-box .gpImg_box .gpimg2 {
  background-image: url("http://image.sinajs.cn/newchart/weekly/n/sz300338.gif");
}
html .list-box .gpImg_box .gpimg3,
body .list-box .gpImg_box .gpimg3 {
  background-image: url("http://image.sinajs.cn/newchart/monthly/n/sz300338.gif");
}
html .list-box .gpImg_box .show-active,
body .list-box .gpImg_box .show-active {
  display: block;
}
html .list-box .gpImg,
body .list-box .gpImg {
  width: 1200px;
  height: 740px;
  margin: 0 auto;
  display: block;
}
html .list-box .page,
body .list-box .page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
html .list-box .page .news_list .news_entry,
body .list-box .page .news_list .news_entry {
  display: -webkit-box;
  display: flex;
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-decoration: none;
  color: #555;
}
html .list-box .page .news_list .news_entry .month_lift,
body .list-box .page .news_list .news_entry .month_lift {
  width: 250px;
  height: 160px;
  margin-right: 40px;
  line-height: 160px;
  display: -webkit-box;
  display: flex;
}
html .list-box .page .news_list .news_entry .month_lift .month_date,
body .list-box .page .news_list .news_entry .month_lift .month_date {
  width: 250px;
  height: 160px;
  color: #555;
  overflow: hidden;
  border-radius: 5px;
}
html .list-box .page .news_list .news_entry .month_lift .month_date .navImg,
body .list-box .page .news_list .news_entry .month_lift .month_date .navImg {
  display: inline-block;
  width: 250px;
  border-radius: 5px;
  vertical-align: middle;
}
html .list-box .page .news_list .news_entry .content,
body .list-box .page .news_list .news_entry .content {
  flex: 1;
  -webkit-box-flex: 1;
  color: #555;
  height: 100%;
  padding-top: 30px;
}
html .list-box .page .news_list .news_entry .content .month_title,
body .list-box .page .news_list .news_entry .content .month_title {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
html .list-box .page .news_list .news_entry .content .month_p,
body .list-box .page .news_list .news_entry .content .month_p {
  color: #666;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
}
html .list-box .page .news_list .news_entry .content .data_p,
body .list-box .page .news_list .news_entry .content .data_p {
  color: #555;
  text-align: right;
}
html .list-box .page .news_list .news_entry .tool,
body .list-box .page .news_list .news_entry .tool {
  min-width: 100px;
  box-sizing: border-box;
  position: relative;
}
html .list-box .page .news_list .news_entry .tool .more,
body .list-box .page .news_list .news_entry .tool .more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html .list-box .page .news_list .news_entry .tool .more:after,
body .list-box .page .news_list .news_entry .tool .more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px;
  margin-top: 2px;
}
html .list-box .page .news_list:hover,
body .list-box .page .news_list:hover {
  background-color: #00a5a8;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
html .list-box .page .news_list:hover .news_entry,
body .list-box .page .news_list:hover .news_entry {
  background-color: rgba(255,255,255,0.2);
  border-color: transparent;
}
html .list-box .page .news_list:hover .news_entry .month_lift .month_date,
body .list-box .page .news_list:hover .news_entry .month_lift .month_date {
  color: #fff;
}
html .list-box .page .news_list:hover .news_entry .content .month_title,
body .list-box .page .news_list:hover .news_entry .content .month_title {
  color: #fff;
  font-weight: bold;
}
html .list-box .page .news_list:hover .news_entry .content .month_p,
body .list-box .page .news_list:hover .news_entry .content .month_p {
  color: #fff;
}
html .list-box .page .news_list:hover .news_entry .content .data_p,
body .list-box .page .news_list:hover .news_entry .content .data_p {
  color: #fff;
}
html .list-box .page .news_list:hover .news_entry .tool .more,
body .list-box .page .news_list:hover .news_entry .tool .more {
  background-color: rgba(255,255,255,0.2);
  border-color: transparent;
}
html .list-box .page .news_list:hover .news_entry .tool .more:after,
body .list-box .page .news_list:hover .news_entry .tool .more:after {
  content: "";
  display: inline-block;
  border-color: #fff;
}
html .list-box .btn_up,
body .list-box .btn_up {
  max-width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 50px 0;
}
html .list-box .btn_up .up_array,
body .list-box .btn_up .up_array {
  width: 200px;
  height: 50px;
  background-color: #00a5a8;
  color: #fff;
  margin: 0 auto;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
html,
  body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
html .list-box .aboutBox__tit,
  body .list-box .aboutBox__tit {
    width: 100%;
    margin-top: 0;
}
html .list-box .aboutBox__tit .about_tabs,
  body .list-box .aboutBox__tit .about_tabs {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    justify-content: space-around;
}
html .list-box .page,
  body .list-box .page {
    margin: 0;
    padding: 0;
}
html .list-box .page .news_list .news_entry,
  body .list-box .page .news_list .news_entry {
    padding: 2.6667vw 0 1.3333vw;
}
html .list-box .page .news_list .news_entry .month_lift,
  body .list-box .page .news_list .news_entry .month_lift {
    width: 40vw;
    height: 26.6667vw;
    margin-left: 2.6667vw;
    padding-top: 10.3333vw;
    position: absolute;
}
html .list-box .page .news_list .news_entry .month_lift .month_date,
  body .list-box .page .news_list .news_entry .month_lift .month_date {
    width: 40vw;
    height: 26.6667vw;
}
html .list-box .page .news_list .news_entry .month_lift .month_date .navImg,
  body .list-box .page .news_list .news_entry .month_lift .month_date .navImg {
    width: 40vw;
    vertical-align: top;
}
html .list-box .page .news_list .news_entry .content,
  body .list-box .page .news_list .news_entry .content {
    padding-top: 0;
}
html .list-box .page .news_list .news_entry .content .month_title,
  body .list-box .page .news_list .news_entry .content .month_title {
    margin-top: 0;
    font-size: 15px;
    text-indent: 2rem;
}
html .list-box .page .news_list .news_entry .content .month_p,
  body .list-box .page .news_list .news_entry .content .month_p {
    margin-left: 46.6667vw;
    font-size: 12px;
}
html .list-box .page .news_list .news_entry .content .data_p,
  body .list-box .page .news_list .news_entry .content .data_p {
    padding-top: 6.6667vw;
    margin-right: 2.6667vw;
}
html .list-box .page .news_list .news_entry .tool,
  body .list-box .page .news_list .news_entry .tool {
    display: none;
}
}
/*# sourceMappingURL=pages/hq/_id.css.map */
