* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
img {
  border: 0;
  vertical-align: bottom;
}
#HeartOfChina {
  width: 7.5rem;
  height: 30.7rem;
  font-size: 0.26rem;
}
#HeartOfChina #header {
  width: 100%;
  height: 9rem;
  background: url('../img/header.jpg') no-repeat center top;
  background-size: 100%;
}
#HeartOfChina #page {
  width: 100%;
  height: 21.7rem;
  background: url('../img/page_bg.jpg') no-repeat center top;
  background-size: 100%;
  color: #fff;
}
#HeartOfChina #page #num {
  height: 2.24rem;
}
#HeartOfChina #page #num .n_top {
  height: 0.6rem;
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
#HeartOfChina #page #num .n_top .txt {
  margin-left: 0.46rem;
  font-size: 0.4rem;
  width: 2.5rem;
}
#HeartOfChina #page #num .n_top .hot {
  background-color: aquamarine;
  margin-right: 0.86rem;
  width: 1.18rem;
  height: 0.6rem;
  color: #730104;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  border-radius: 0.15rem 0 0.15rem 0;
  background-image: linear-gradient(to bottom, #fac196, #ec7140);
}
#HeartOfChina #page #num .n_bot {
  position: relative;
  padding-top: 0.18rem;
}
#HeartOfChina #page #num .n_bot .con {
  height: 1.45rem;
  width: 7rem;
  position: absolute;
  right: 0.65rem;
  text-align: right;
}
#HeartOfChina #page #num .n_bot .gif {
  position: absolute;
  right: 0;
  top: 0.18rem;
  width: 0.66rem;
}
#HeartOfChina #page #num .n_bot .gif img {
  width: 100%;
}
#HeartOfChina #page #call .tocall {
  width: 6.9rem;
  height: 5.65rem;
  margin: 1rem auto 0;
  background: url(../img/call.png) no-repeat;
  background-size: 100% 100%;
}
#HeartOfChina #page #call .tocall .txt {
  color: #930c0f;
  font-size: 0.36rem;
  text-align: center;
  padding-top: 2.25rem;
  font-weight: 600;
}
#HeartOfChina #page #call .callend {
  width: 6.9rem;
  height: 5.65rem;
  margin: 1rem auto 0;
  background: url(../img/callend.png) no-repeat;
  background-size: 100% 100%;
}
#HeartOfChina #page #call .callend .txt {
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  padding-top: 2.25rem;
  font-weight: 600;
}
#HeartOfChina #page #share .con {
  display: flex;
  justify-content: space-between;
  width: 2.1rem;
  margin: 0.4rem auto 0;
}
#HeartOfChina #page #share img {
  width: 0.46rem;
  height: 0.46rem;
}
#HeartOfChina #page #share .txt {
  color: #fff;
  font-size: 0.36rem;
}
#HeartOfChina #page #scrollup {
  /*文字无缝滚动*/
}
#HeartOfChina #page #scrollup .inner-container {
  animation: myMove 5s linear infinite;
  animation-fill-mode: forwards;
}
@keyframes myMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150px);
  }
}
#HeartOfChina #page #scrollup .con {
  box-sizing: border-box;
  padding: 0.2rem;
  margin: 0.68rem auto 0;
  width: 6.76rem;
  height: 3.76rem;
  overflow: hidden;
  list-style-type: none;
  background-image: linear-gradient(to bottom, #9a150e, #3b0805);
}
#HeartOfChina #page #scrollup .con .item {
  list-style-type: none;
}
#HeartOfChina #page #scrollup .con .item .face {
  width: 100%;
}
#HeartOfChina #page #scrollup .con .item .face .img {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/face.png) no-repeat;
  background-size: 100%;
}
#HeartOfChina #page #scrollup .con .item .info {
  height: 0.52rem;
  line-height: 0.52rem;
  display: flex;
  justify-content: space-between;
  color: #c7c7c7;
  font-size: 0.26rem;
}
#HeartOfChina #page #scrollup .con .item .info .txt {
  width: 4.6rem;
  text-align: left;
}
#HeartOfChina #page #scrollup .con .item .info .date {
  width: 1rem;
}
#HeartOfChina #page #logo .con {
  width: 5.5rem;
  margin: 1.76rem auto 0.66rem;
  display: flex;
  justify-content: space-between;
}
#HeartOfChina #page #logo .con .img {
  width: 2.3rem;
  height: 2.3rem;
}
#HeartOfChina #page #logo .con .img img {
  width: 100%;
}
#HeartOfChina #page #copyright .con {
  width: 6.7rem;
  margin: 0 auto;
  padding: 0.25rem;
  line-height: 0.42rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}
#HeartOfChina #page #sharebox {
  position: fixed;
  z-index: 9;
  width: 7.5rem;
  height: 100rem;
  background-color: #fff;
  top: 0;
  left: 0;
}
#HeartOfChina #page #sharebox .close {
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
}
#HeartOfChina #page #sharebox img {
  width: 100%;
}
#HeartOfChina #page #sharebox .txt {
  position: absolute;
  z-index: 2;
  width: 7.5rem;
  background-color: #fff;
  color: #000;
  font-size: 0.32rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}
