/*基础样式*/
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  line-height: 100%;
  list-style: none;
}

html,
body {
  width: 100%;
  min-width: 1080px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

/*通用样式*/
h1 {
  font-size: 0.23157894736842105rem;
}

h2 {
  font-size: 0.21052631578947367rem;
}

h3 {
  font-size: 0.16842105rem;
}

h4 {
  font-size: 0.15789473684210525rem;
}

h5 {
  font-size: 0.10526315789473684rem;
}

/*导航栏*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 1.9473684210526316rem;
  background-color: transparent;
  /* transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; */
}

@media screen and (max-width: 1280px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: transparent;
    /* transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; */
  }
}

.nav-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  transform: scaleY(0.5);
}

.nav-scroll {
  background-color: #fff;
}

#hbb-logo {
  vertical-align: middle;
}

.right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}

#nav-area {
  display: flex;
  align-items: center;
  height: 100%;
}

#nav-area a {
  position: relative;
  height: 100%;
  padding: 0 14px;
  line-height: 48px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.8);
  z-index: 1;
}

#nav-area a:hover {
  color: #fff;
}

.btn-area #login {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
}

.btn-area #login {
  border: 1px solid #fff;
  margin-left: 20px;
}

.nav-scroll .btn-area #login {
  border-color: #f74d61;
  color: #f74d61;
}

.nav-scroll #nav-area a {
  color: #000;
}

.nav-scroll #nav-area a:hover {
  color: #f74d61;
}

#underline {
  left: 0.3894736842105263rem;
  width: 0.3894736842105263rem;
}

/*正文部分*/
.container {
  position: relative;
  width: 100%;
  font-weight: normal;
}

.container-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.48rem;
  background-color: #fff;
}

.container-wrapper.gray {
  background-color: #f7f7f7;
}

.container-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #4d4d4d;
}

.container-block-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-1-background {
  display: block;
  position: relative;
  width: 100%;
}

.block-1-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.6421052631578947rem;
  left: 1.8rem;
}

.block-1-title {
  position: relative;
  margin-bottom: 0.11578947368421053rem;
  font-size: 0.3473684210526316rem;
  font-weight: bold;
  color: #fff;
}

.block-1-sec-title {
  position: relative;
  margin-bottom: 0.08421052631578947rem;
  font-size: 0.2736842105263158rem;
  font-weight: bold;
  color: #fff;
}

.block-1-slogan {
  position: relative;
  width: 3.084211rem;
  height: 0.29473684210526313rem;
  margin-bottom: 0.07789473684210525rem;
  background-color: #fefefe;
  text-align: center;
  line-height: 0.29473684210526313rem;
  font-size: 0.14842105263157894rem;
  font-weight: bold;
  color: #000;
}

.block-1-text {
  position: relative;
  line-height: 1.4;
  font-size: 0.12631578947368421rem;
  color: #fff;
}

.block-1-text:nth-of-type(6) {
  margin-bottom: 0.15789473684210525rem;
}

.block-1-btn {
  display: block;
  position: relative;
  width: 2.142105263157895rem;
  height: 0.4rem;
  border-radius: 0.06315789473684211rem;
  background-color: #fabb00;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16842105263157894rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* block-2 */
.container-block-2 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0 0.305rem;
  background-color: #fabb00;
}

.block-2-title {
  position: relative;
  width: 100%;
  margin-bottom: 0.174rem;
  text-align: center;
  color: #fff;
}

.block-2-content {
  position: relative;
  width: 6.264rem;
  margin: 0 auto;
  font-size: 0.1rem;
  font-weight: bold;
}

.margin-btm {
  margin-bottom: 0.063rem;
}

.block-2-content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.block-2-content-1-item {
  width: 1.5rem;
  height: 0.294rem;
  border-radius: 0.063rem;
  background-color: #fff;
  line-height: 0.294rem;
  text-align: center;
  font-size: 0.126rem;
  color: #fabb00;
}

.block-2-content-2 {
  position: relative;
  width: 100%;
  height: 0.294rem;
  border-radius: 0.063rem;
  background-color: #fff;
}

.block-2-content-title {
  position: relative;
  width: 100%;
  height: 0.294rem;
  text-align: center;
  line-height: 0.294rem;
  font-size: 0.126rem;
}

.block-2-content-title.yellow {
  color: #fabb00;
}

.block-2-content-title.red {
  color: #f74d61;
}

.block-2-content-title.blue {
  color: #368ccc;
}

.block-2-content-title.green {
  color: #51ab34;
}

.block-2-content-3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.079rem 0.01rem;
  border-radius: 0.063rem;
  background-color: #fff;
}

.block-2-content-block-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.block-2-content-block-3-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.947rem;
  height: 0.253rem;
  margin-bottom: 0.063rem;
  border-radius: 0.042rem;
  background-color: #f74d61;
  color: #fff;
}

.block-2-content-4 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.079rem 0.079rem;
  border-radius: 0.063rem;
  background-color: #fff;
}

.block-2-content-4-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.block-2-content-4-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 0.105rem 0.079rem 0.016rem;
  border-radius: 0.063rem;
  background-color: #368ccc;
}

.block-2-content-4-block:first-of-type {
  width: 1.505rem;
  margin-right: 0.079rem;
}

.block-2-content-4-block:last-of-type {
  width: 1.505rem;
  margin-left: 0.079rem;
}

.block-2-content-4-block:nth-child(2) {
  flex: 1;
}

.block-2-content-4-block-title {
  position: relative;
  width: 100%;
  margin-bottom: 0.09rem;
  text-align: center;
  font-size: 0.1rem;
  color: #fff;
}

.block-2-content-4-block-item {
  position: relative;
  width: 0.626rem;
  height: 0.253rem;
  margin-bottom: 0.063rem;
  border-radius: 0.042rem;
  background-color: #fff;
  line-height: 0.253rem;
  text-align: center;
  color: #368ccc;
}

.block-2-content-5 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.079rem 0.01rem;
  border-radius: 0.063rem;
  background-color: #fff;
}

.block-2-content-5-block-item {
  position: relative;
  width: 1.979rem;
  height: 0.253rem;
  margin-bottom: 0.068rem;
  border-radius: 0.042rem;
  background-color: #51ab34;
  line-height: 0.253rem;
  text-align: center;
  color: #fff;
}

/* block-3 */
.block-3-list-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.316rem 0 0.679rem;
}

.block-3-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.block-3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.642rem;
}

.block-3-item-icon {
  position: relative;
  width: 0.637rem;
  height: 0.642rem;
  margin-bottom: 0.058rem;
}

.block-3-item-name {
  position: relative;
  font-size: 0.168rem;
  color: #242424;
  margin-bottom: 0.074rem;
}

.block-3-item-text {
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
  white-space: nowrap;
}

.block-3-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  width: 100%;
}

.block-3-img {
  position: relative;
  width: 6.284rem;
  height: 1.616rem;
  margin-bottom: 0.02rem;
}

.block-3-img-text-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 6.284rem;
  padding-bottom: 0.768rem;
}

.block-3-img-text {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 0.126rem;
  color: #858585;
}

.block-3-img-text:first-of-type {
  left: -0.25rem;
}

.block-3-img-text:last-of-type {
  right: -0.3rem;
}

/* block-4 */
.block-4-list-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.316rem 0 0.679rem;
}

.block-4-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.block-4-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.39rem;
}

.block-4-item-icon {
  position: relative;
  width: 0.637rem;
  height: 0.642rem;
  margin-bottom: 0.058rem;
}

.block-4-item-name {
  position: relative;
  font-size: 0.168rem;
  color: #242424;
  margin-bottom: 0.074rem;
}

.block-4-item-text {
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
  white-space: nowrap;
}

.block-4-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  width: 100%;
}

.block-4-img {
  position: relative;
  width: 5.874rem;
  height: 2.22rem;
  margin-bottom: 0.04rem;
}

.block-4-img-text-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 6.284rem;
  padding-bottom: 0.768rem;
}

.block-4-img-text {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 0.126rem;
  color: #858585;
}

.block-4-img-text:first-of-type {
  left: -0.3rem;
}

.block-4-img-text:nth-child(2) {
  top: -0.3rem;
  left: -0.02rem;
}

.block-4-img-text:last-of-type {
  right: -0.3rem;
}

/* block-5 */
.block-5-list-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.316rem 0 0.347rem;
}

.block-5-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.block-5-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.642rem;
}

.block-5-item-icon {
  position: relative;
  width: 0.637rem;
  height: 0.642rem;
  margin-bottom: 0.058rem;
}

.block-5-item-name {
  position: relative;
  font-size: 0.168rem;
  color: #242424;
  margin-bottom: 0.074rem;
}

.block-5-item-text {
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
  white-space: nowrap;
}

.block-5-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 0.374rem;
}

.block-5-img {
  position: relative;
  width: 5.026rem;
  height: 2.505rem;
}

/* block-6 */
.block-6-list-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.337rem 1.842rem 0.542rem 1.874rem;
}

.block-6-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.block-6-item {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 0.316rem;
}

.block-6-item:last-of-type {
  margin-bottom: 0;
}

.block-6-item-icon {
  flex-shrink: 0;
  position: relative;
  width: 0.637rem;
  height: 0.637rem;
  margin-right: 0.09rem;
}

.block-6-item-text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.block-6-item-name {
  position: relative;
  padding: 0.068rem 0 0.084rem;
  font-size: 0.168rem;
  color: #242424;
}

.block-6-item-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
}

.block-6-img-wrapper {
  position: relative;
  width: 3.316rem;
}

.block-6-img {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 3.737rem;
  margin-bottom: 0.068rem;
}

.block-6-img-text-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.block-6-img-text {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 0.126rem;
  color: #858585;
}

/* block-7 */
.block-7-list-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.337rem 1.842rem 0.542rem 1.874rem;
}

.block-7-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.block-7-item {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  margin-bottom: 0.316rem;
}

.block-7-item:last-of-type {
  margin-bottom: 0;
}

.block-7-item-icon {
  flex-shrink: 0;
  position: relative;
  width: 0.637rem;
  height: 0.637rem;
  margin-left: 0.09rem;
}

.block-7-item-text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.block-7-item-name {
  position: relative;
  padding: 0.068rem 0 0.084rem;
  font-size: 0.168rem;
  color: #242424;
  white-space: nowrap;
}

.block-7-item-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
  white-space: nowrap;
}

.block-7-img-wrapper {
  position: relative;
  width: 4.584rem;
}

.block-7-img {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 2.642rem;
  padding-top: 0.453rem;
}

/* block-8 */
.block-8-list-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.337rem 1.842rem 0.952rem 1.874rem;
}

.block-8-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.block-8-item {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 0.316rem;
}

.block-8-item:last-of-type {
  margin-bottom: 0;
}

.block-8-item-icon {
  flex-shrink: 0;
  position: relative;
  width: 0.637rem;
  height: 0.637rem;
  margin-right: 0.09rem;
}

.block-8-item-text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.block-8-item-name {
  position: relative;
  padding: 0.068rem 0 0.084rem;
  font-size: 0.168rem;
  color: #242424;
}

.block-8-item-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
}

.block-8-img-wrapper {
  position: relative;
  width: 3.9rem;
}

.block-8-img {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 3.432rem;
  padding-top: 0.105rem;
}

/* block-9 */
.block-9-sec-title {
  position: relative;
  width: 100%;
  padding: 0.137rem 0 0.246rem;
  text-align: center;
  color: #4d4d4d;
}

.block-9-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 3.52rem;
  box-sizing: border-box;
  padding: 0 1.316rem;
}

.block-9-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 3.42rem;
  height: 100%;
}

.block-9-item-img {
  position: relative;
  width: 100%;
  height: 2.284rem;
  margin-bottom: 0.126rem;
}

.block-9-item-title {
  position: relative;
  margin-bottom: 0.105rem;
  font-size: 0.168rem;
  color: #040000;
}

.block-9-item-text {
  position: relative;
  line-height: 1.3;
  font-size: 0.126rem;
  color: #858585;
}

.block-9-split {
  position: relative;
  width: 8.084rem;
  height: 0.084rem;
  margin: 0 auto 0.326rem;
  background-color: #e9e7e7;
}

/* block-10 */
.block-10-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.316rem 1.78rem 1.047rem 1.88rem;
}

.block-10-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 0.626rem;
}

.block-10-list:last-of-type {
  margin-bottom: 0;
}

.block-10-item {
  display: flex;
  flex-shrink: 0;
  position: relative;
  width: 2.8rem;
}

.block-10-item-img {
  position: relative;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: 0.105rem;
}

.block-10-item-text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.263rem;
}

.block-10-item-title {
  position: relative;
  line-height: 1.2;
  font-size: 0.168rem;
  color: #4d4d4d;
}

.block-10-item-title:nth-child(2) {
  margin-bottom: 0.2rem;
}

.block-10-item-title span {
  font-size: 0.221rem;
}

.block-10-item-title.green span {
  color: #4fab34;
}

.block-10-item-title.oringe span {
  color: #ee782f;
}

.block-10-item-title.yellow span {
  color: #edbc2c;
}

.block-10-item-title.blue span {
  color: #368ccc;
}

.block-10-item-text {
  position: relative;
  line-height: 1.2;
  font-size: 0.126rem;
  color: #858585;
}

/* block-11 */
.container-block-11 {
  position: relative;
  width: 100%;
  /* height: 1.963rem; */
  background: url('https://cdn-hbbwebsite.hbbyun.com/hbbwebsite/image/1615429538000_bottom.png')
    no-repeat;
  background-size: cover;
}

.block-11-title {
  position: relative;
  width: 100%;
  padding: 0.489rem 0 0.258rem;
  text-align: center;
  color: #fff;
}

.block-11-btn {
  position: relative;
  width: 1.479rem;
  height: 0.283rem;
  margin: 0 auto;
  border-radius: 0.063rem;
  background-color: #fff;
  text-align: center;
  line-height: 0.283rem;
  font-size: 0.137rem;
  color: #fabb00;
  cursor: pointer;
}

.flexible-box {
  height: 1.95rem;
  position: relative;
  margin: 0 auto;
}

.page-5-form {
  width: 3.894rem;
  margin: 0 auto;
}

.page-5-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}

.page-5-form label {
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  color: #fff;
  white-space: nowrap;
}

.page-5-form input {
  flex: 1;
  height: 0.3157rem;
  padding-left: 0.132rem;
  border: 1px solid #ebebeb;
  border-radius: 0.05rem;
  background: #ffffff;
  font-size: 0.12rem;
}

.page-5-form input:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(7, 17, 27, 0.1);
}

.page-5-form .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fabb00;
  width: 100%;
  height: 0.3157rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

/* 底部样式 */
footer {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #162b42;
  color: #ddd;
  font-size: 15px;
  padding-top: 46px;
}

/* footer table {
  margin: 0 auto;
} */

footer table th {
  font-weight: bold;
  color: #b4cce9;
  padding: 0.07368421052631578rem 0.2736842105263158rem 0;
  text-align: left;
}

footer table td {
  color: #a2b9d4;
  padding: 0.07368421052631578rem 0.2736842105263158rem 0;
}

footer a,
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  color: #a2b9d4;
}

footer a:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

footer table span {
  text-decoration: underline;
}

footer > p {
  font-size: 0.06842105263157895rem;
  color: #a2b9d4;
  text-align: center;
  position: relative;
}

#wxQRCode-area {
  position: absolute;
  top: 0.42105263157894735rem;
  left: 50%;
  margin-left: -0.2736842105263158rem;
  padding: 0.07894736842105263rem;
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 0.02631578947368421rem;
  display: none;
}

#wxQRCode-area:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  bottom: -0.10526315789473684rem;
  left: 50%;
  margin-left: -0.05263157894736842rem;
}

#wxQRCode-icon {
  width: 0.7052631578947368rem;
  height: 0.7052631578947368rem;
}

#wxQRCode-area > p {
  text-align: center;
  margin-top: 0.05263157894736842rem;
}

#followUs {
  margin-top: 0.3157894736842105rem;
  word-spacing: 0.05263157894736842rem;
}

#followUs img {
  cursor: pointer;
}

#copyRight {
  margin-top: 0.07368421052631578rem;
  word-spacing: 0.031578947368421054rem;
}

#gonganbeian {
  width: 240px;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 13px;
}

#gonganbeian a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
}

#gonganbeian span {
  float: left;
  height: 0.10526315789473684rem;
  line-height: 0.10526315789473684rem;
  margin: 0rem 0rem 0rem 0.02631578947368421rem;
}
