/* CSS Document */
/* CSS Document */
.color_5c2fed {
  color: #5c2fed;
}

.hbuy_01 {
  overflow: hidden;
}

.hbuy_01 .p {
  width: 100%;
  overflow: hidden;
}

.hbuy_01 .pt .p1 {
  text-align: center;
}

.hbuy_01 .pt .p2 {
  text-align: center;
}

.hbuy_01 .pt .p3 {
  text-align: center;
}

.hbuy_01 .pc ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcf3;
  padding: 0.4rem 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.hbuy_01 .pc ul li .hbuy01_l {
  width: 100px;
  overflow: hidden;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
}

.hbuy_01 .pc ul li .hbuy01_l::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcf3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hbuy_01 .pc ul li .hbuy01_l::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #5c2fed;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hbuy_01 .pc ul li .hbuy01_l span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hbuy_01 .pc ul li .hbuy01_r {
  width: calc(100% - 100px - 40px);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.hbuy_01 .pc ul li .hbuy01_r .c {
  width: 100%;
  overflow: hidden;
}

.hbuy_01 .pc ul li .hbuy01_r .p3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.hbuy_01 .pc ul li .hbuy01_r .li {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5fa;
}

.hbuy_01 .pc ul li .hbuy01_r .li .lit {
  background-color: #5c2fed;
  color: #fff;
  text-align: center;
  padding: 9px 0px;
}

.hbuy_01 .pc ul li .hbuy01_r .li .bg1 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f5f5fa;
  padding: 30px;
}

.hbuy_01 .pc ul li .hbuy01_r .li .bg2 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f5f5fa;
  padding: 30px;
}

.hbuy_01 .pc ul li .hbuy01_r .li p {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 5px 0px;
}

.hbuy_01 .pc ul li .hbuy01_r .li .dot1 p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 12px;
  background-color: #5c2fed;
}

.hbuy_01 .pc ul li .hbuy01_r .li .dot1 p {
  padding-left: 20px;
}

.hbuy_01 .pc ul li .hbuy01_r .li .dot2 p::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 20px;
  top: 12.5px;
  
}

.hbuy_01 .pc ul li .hbuy01_r .li .dot2 p {
  padding-left: 40px;
}

/*.hbuy_01 .pc ul li .hbuy01_r .li .dot2 p:hover {
  color: #5c2fed;
}*/

.hbuy_01 .pc ul li .hbuy01_r .li .dot2 p:hover::before {
  background-color: #5c2fed;
}

@media screen and (max-width: 960px) {
  .hbuy_01 .pc ul li .hbuy01_l {
    width: 1.4rem;
    height: 1.4rem;
  }
  .hbuy_01 .pc ul li .hbuy01_r {
    width: calc(100% - 1.4rem - 0.2rem);
  }
  .hbuy_01 .pc ul li .hbuy01_r .p3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0.3rem;
  }
  .hbuy_01 .pc ul li .hbuy01_r .li .dot1 p {
    padding-left: 0.2rem;
  }
  .hbuy_01 .pc ul li .hbuy01_r .li .dot1 p::before {
    top: calc((0.39rem - 3px) / 2);
  }
  .hbuy_01 .pc ul li .hbuy01_r .li .dot2 p::before {
    top: calc((0.39rem - 2px) / 2);
    left: 0.2rem;
  }
  .hbuy_01 .pc ul li .hbuy01_r .li .dot2 p {
    padding-left: 0.4rem;
  }
}