@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #c9c9c9;
  transition: all 0.3s ease;

}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p,
h3 {
  margin-bottom: 1rem;
}
figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

#root,
#__next {
  isolation: isolate;
}

.header {
  background: #fff;
  height: 13rem;
  width: 100%;
  padding: 0 1rem;
}
.btn {
  color: rgb(62, 22, 207);
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 700;
}
.btn:hover {
  color: rgb(51, 51, 221);
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.image-bg {
  padding-top: 5rem;
  width: 20rem;
}
.bg {
  background: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  padding: 1rem;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg-text {
  color: white;
  font-size: 1.2rem;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.bg-date {
  display: flex;
  justify-content: space-between;
}

.bg-text-main h4 {
  font-size: 3rem;
}

.bg-text-sub {
  padding-top: 1.8rem;
  position: relative;
}
.bg-text-sub::before {
  content: "";
  width: 8px;
  left: 0;
  height: 70%;
  background: rgb(77, 144, 232);
  position: absolute;
}
.bg-text-sub p {
  font-size: 2rem;
  padding-left: 1rem;
}

.bg-text-title {
  padding-top: 2rem;
}

.bg-text-title h4 {
  font-size: 2rem;
  color: rgb(148, 195, 255);
}

.main-content {
  background: #fff;
  padding: 2rem 2rem 0 2rem;
}
.main-content p {
  font-size: 18px;
}
.main-content .content-text {
  font-size: 18px;
}
.main-content .content-text .images {
  margin: 2rem auto;
  max-width: 640px;
}
.main-content .content-text .list-box {
  padding: 0 1rem;
  margin-bottom: 1.4rem;
}
.main-content .content-text .yellowbox {
  background: rgb(248, 243, 171);
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}

.main-content .content-text .yellowbox .yellow-images {
  max-width: 500px;
  margin: 0 auto;
}

.main-content .content-text .yellowbox .yellow-images img {
  margin: 0 auto;
}
.main-content .content-text .form-box {
  padding-top: 1rem;
}
.main-content .content-text .form-box .roulette-box {
  border: 2px solid red;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4);
  padding: 1.4rem;
  max-width: 1000px;
  margin: 0 auto;
}
.main-content .content-text .form-box .roulette-box .roulette-titel {
  text-align: center;
}
.mainbox {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 40px auto 40px auto;
}
.mainbox .arrow {
  position: absolute;
  right: 230px;
  top: -20px;
  z-index: 6;
  font-size: 40px;
}

.box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid rgb(223, 65, 25);
  overflow: hidden;
  background-color: rgb(1, 22, 27);
  /* transition: all ease-in-out 5s;
  transform: rotate(90deg); */
}

.box1 span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
.box2 span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.span1 {
  clip-path: polygon(0 17%, 0 60%, 50% 50%);
  background-color: rgb(28, 57, 219);
}
.span2 {
  clip-path: polygon(0 0, 60% 0, 50% 50%);
  background-color: rgb(228, 103, 20);
}
.span3 {
  clip-path: polygon(71% 0, 100% 30%, 50% 50%);
  background-color: rgb(209, 131, 14);
}

.box2 {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.font {
  color: #fff;
  font-size: 20px;
}
.box1 .span1 p {
  position: absolute;
  top: 42%;
  right: 63%;
  transform: rotate(200deg);
  text-align: center;
}
.box1 .span2 p {
  position: absolute;
  top: 20%;
  right: 40%;
  transform: rotate(254deg);
  text-align: center;
  width: 150px;
}
.box1 .span3 p {
  position: absolute;
  top: 30%;
  right: 20%;
  transform: rotate(319deg);
  text-align: center;
}
.box2 .span1 p {
  position: absolute;
  top: 40%;
  right: 65%;
  transform: rotate(191deg);
  text-align: center;
  width: 150px;
}
.box2 .span2 p {
  position: absolute;
  top: 24%;
  right: 47%;
  transform: rotate(257deg);
  text-align: center;
}
.box2 .span3 p {
  position: absolute;
  top: 30%;
  right: 20%;
  transform: rotate(319deg);
  text-align: center;
}
.spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid white;
  font-size: 18px;
  font-weight: 700;
  background: rgb(62, 22, 207);
  color: #fff;
  cursor: pointer;
}
.red {
  color: red;
}

.none {
  display: none;
}
.TitleBox {
  display: none;
}
.block {
  display: block;
}
form {
  display: none;
}

form .formsection .formtitle {
  text-align: center;
}
form .formsection .formtitle .item {
  padding: 0.5rem;
  background: red;
  color: #fff;
}
form .formsection .formflex {
  display: flex;
  margin-top: 2rem;
  flex-direction: row;
}
form .formsection .formflex .form-images {
 
  display: flex;
  align-items: center;
  width: 100%;
}
form .formsection .formflex .formreg {

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #af7ab3;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 3rem;
  background: #f8f1f8;
}
form .formsection .formflex .formreg .time-box {
  padding: 1rem 2rem;
  margin: 0 2rem;
  background: #fcfcfc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
form .formsection .formflex .formreg .time-box .timer {
  font-size: 36px;
  letter-spacing: 10px;
}
form .formsection .formflex .formreg .promo-box {
  display: flex;
  align-items: center;
  border: 2px solid #4267b2;
  margin: 1em 3em;
  height: 5rem;
  border-radius: 10px;
  justify-content: space-around;
}
form .formsection .formflex .formreg .promo-box div:nth-child(1) {
  background: #4267b2;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  flex: 1;
  justify-content: center;
}
form .formsection .formflex .formreg .promo-box div:nth-child(2) {
  border-left: 2px solid #4267b2;
  height: 100%;
  padding-left: 6px;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
form .formsection .formflex .formreg .promo-box div:nth-child(3) {
  border-left: 2px solid #4267b2;
  height: 100%;
  padding-left: 10px;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
form .formsection .formflex .formreg .form-input {
  margin: 0 20px;
}
form .formsection .formflex .formreg .form-input input {
  padding: 1rem 1.3rem;
  margin: 0.4rem 0;
  border-radius: 10px;
  width: 100%;
  outline-color: none;
  border: none;
  border: 2px solid #8d52b4;
}

button {
  outline: none;
  border: none;
  border: 2px solid #8d52b4;
  display: inline-block;
  width: 100%;
  color: white;
  background: #8d52b4;
  padding: 1rem 0;
  margin: 1rem 0;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 700;
}
button:hover {
  color: #8d52b4;
  background: white;
  border: 2px solid #8d52b4;
}
.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: btn_box 0.5s alternate-reverse infinite;
}
.bottom .bottom-box {
  width: 80%;
  background-color: #8d52b4;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0;
  border-radius: 1rem;
}
.bottom .bottom-box a {
  color: white;
  font-size: 24px;
  display: inline-block;

}

@keyframes btn_box {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}

form .formsection .formflex .cer-box {
  display: flex;
  justify-content: center;
}
form .formsection .formflex .cer-box .item-cer {
  flex: 1;
}
form .formsection .formflex .cer-box .item-cer img {
  max-width: 100px;
  margin: 0 auto;
}
#comment h2 {
  margin: 1.4rem 0;
  color: #4267b2;
}
#comment .comment-main {
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
}
#comment .comment-main .comment-text {
  width: 100%;
}
#comment .comment-main .comment-text h5 {
  font-size: 20px;
  margin-bottom: 0.6rem;
}

#comment .comment-main .comment-review {
  max-width: 350px;
}
#comment .comment-main .comment-pic {
  max-width: 80px;
  margin: 1rem;
}
#comment .comment-main .comment-pic img {
  border-radius: 50%;
}
#comment .comment-main .comment-text .comment-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#comment .comment-main .comment-text .comment-footer .icons {
  font-size: 22px;
}

.fda-text {
  text-align: center;
  padding-top: 1rem ;
}

@media screen and (max-width: 478px) {
  .image-bg {
    margin: 0 auto;
    width: 18rem;
  }
  .bg {
    padding: 0.6rem;
  }
  .bg-text-main h4 {
    font-size: 1.7rem;
  }
  .bg-text-sub {
    padding-top: 1.6rem;
    position: relative;
  }
  .bg-text-sub p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .bg-text-sub::before {
    content: "";
    width: 8px;
    left: 0;
    height: 80%;
    background: rgb(77, 144, 232);
    position: absolute;
  }
  .bg-text-title h4 {
    font-size: 1.7rem;
    color: rgb(148, 195, 255);
  }
  form .formsection .formflex .formreg .promo-box {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .bg-text-main h4 {
    font-size: 2rem;
  }
  .bg-text-sub p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .bg-text-title h4 {
    font-size: 1.6rem;
    color: rgb(148, 195, 255);
  }
  .main-content {
    padding: 2rem 1rem 0 1rem;
  }

  .mainbox {
    width: 300px;
    height: 300px;
  }
  .box1 .font p {
    font-size: 14px;
  }
  .box2 .font p {
    font-size: 14px;
  }
  .box1 .span1 p {
    top: 106px;
    right: 184px;
  }
  .box1 .span2 p {
    top: 12%;
    right: 43%;
    width: 90px;
  }
  .box1 .span3 p {
    top: 67px;
    right: 39px;
  }
  .box2 .span1 p {
    top: 36%;
    right: 64%;
    transform: rotate(197deg);
    width: 100px;
  }
  .box2 .span2 p {
    top: 47px;
  }
  .box2 .span3 p {
    right: 43px;
    top: 72px;
  }
  .mainbox .arrow {
    position: absolute;
    right: 120px;
    top: -20px;
    z-index: 6;
    font-size: 40px;
  }
  form .formsection .formflex {
    flex-direction: column;
  }
  form .formsection .formflex .formreg {
    padding: 1rem 1rem;
  }
  form .formsection .formflex .formreg .promo-box {
    margin: 0 auto;
  }
}
