html,
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  height: 100%;
  width: 100%;
}

.pageBody{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('./static/pc_bg.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  z-index: -1;  */
}
.pcBg{
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.herders{
  width: 100%;
  height: 8.75rem;
  padding: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
.page_title_bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8.75rem;
  z-index: 1;
  
}
.pc_title_item{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8.75rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_title{
  width: 14.875rem;
  height: 6.75rem;
  margin: 0;
  padding: 0 ;
}
.boxGroup{
  margin-top: 0;
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
  padding-right: 6.25rem;
  /* justify-content: space-between; */
  
}

.illustration{
  width: 27rem;
  height: 48.0625rem;
  position: absolute;
  left: 10.9375rem;
  top: 7.5rem;
  z-index: 1;
}
.p1{
  position: absolute;
  width: 20.875rem;
  height: auto;
  left: 5rem;
  bottom: 0;
  z-index: 2;
}
.p2{
  position: absolute;
  width: 11.125rem;
  height: auto;
  left: 13.75rem;
  bottom: 0;
  z-index: 3;
}
.p3{
  position: absolute;
  width: 10.9375rem;
  height: auto;
  left: 23.125rem;
  bottom: 0;
  z-index: 4;
}
.p4{
  position: absolute;
  width: 11.5rem;
  height: auto;
  left: 32.375rem;
  bottom: 0;
  z-index: 5;
}

.btnBoxGroup{
  border-radius: 3.75rem;
  width: 57.5rem;
  height: 40.9375rem;
  padding: 0.75rem;
  border: 0.5rem solid rgba(255, 191, 50, 1);
  box-sizing: border-box;
  margin-top: 1.875rem;
}
.btnBoxItems{
  width: 100%;
  background: rgba(112, 70, 44, 1);
  border-radius:3.125rem;
  height: 100%;
  box-sizing: border-box;
}


.item_title_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.625rem;
}

.item_title{
  width: 17.5rem;
  height: 3.875rem;
}

.line{
  width: 53.375rem;
  height: 0.125rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FE9F04 50%, rgba(255, 255, 255, 0) 100%); 
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.marginTop14{
  margin-top: 0.875rem;
}

.btnItem{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 3.875rem 0.875rem 3.75rem;
}
.btnLeft{
  display: flex;
  align-items: center;
}
.link_icon{
  width: 1.875rem;
  height: 1.875rem;
}
.linkName{
  color: white;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0 0.625rem;
}
.link{
  width: 0.9375rem;
  height: 0.9375rem;
}
.ms{
  color: white;
  font-size: 1rem;
  line-height: 1.3125rem;
}

.goNow{
  width: 6.625rem;
  height: 2.375rem;
}

.btnImg{
  width: 16.625rem;
  height: 4.625rem;
}
.item1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.125rem;
  margin-top: 1rem;
}
.item2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.125rem;
  margin-top: 0.625rem;
}

.a-none{
  margin: 0;padding:0;font-size: 0
}