body {
  margin: 0;
  padding: 0;
}
h1 {
  color: #ff7503;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
h2 {
  color: #262626;
  font-size: 40px;
  letter-spacing: 2.5px;
}
h3 {
  font-size: 30px;
  margin: 0;
  text-align: center;
}
.span-style1 {
  display: inline-block;
  width: 70px;
  height: 100%;
  background-color: #ff7503;
  text-align: center;
  color: #fff;
  border-radius: 15px;
}
.span-style2 {
  color: #ff7319;
}
.part1 {
  width: 100%;
  background-color: #fff6ea;
  position: relative;
  padding: 40px 0;
}
.bg-img {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
.bg-img img {
  width: 100%;
}
.part1-active {
  max-width: 1200px;
  margin: auto;
}
.logo {
  width: 128px;
  height: 46px;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part1-content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 0 0 #fd7823;
  border-radius: 70px;
  margin-top: 90px;
  position: relative;
}
.active-img {
  width: 500px;
  top: -28%;
  left: 28%;
  position: absolute;
}
.active-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.active-content {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.active-content .left {
  width: 45%;
  padding: 50px 0 0 50px;
}
.active-content .left p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.active-content .left p img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.active-content .right {
  width: 55%;
  position: relative;
  padding: 90px 0 0 0;
}
.active-content .right img {
  width: 100%;
}
.download {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px 0;
}
.win_download {
  color: #9ea3a8;
  display: none;
}
.part1_download {
  height: 50px;
  padding: 10px;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: flex;
  box-shadow: 0 0 20px 0 #9c9c9c;
  align-items: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: none;
}
a {
  text-decoration: none;
}
.part1_download .part1_text {
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
}
.part1_download .part1_icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}
.part1_download .part1_icon1 {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.part1_download .part1_icon img,
.part1_download .part1_icon1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-pc,
.part2-pc,
.part3-pc,
.part4-pc {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.part2-pc .download-item {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.part2-pc p,
.part3-pc p,
.part4-pc p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #818181;
  padding: 10px 0;
}
.part3-content {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: end;
  border-radius: 70px;
}
.earth {
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 20px 0;
}
.part3-content .left {
  width: 50%;
  padding: 50px;
}
.part3-content .left img {
  width: 70px;
  height: 70px;
}
.part3-content .left h4 {
  font-size: 30px;
  margin-top: 0;
}
.part3-content .left h5 {
  margin: 0;
  font-size: 14px;
  margin-top: 20px;
}
.part3-content .left p {
  margin: 0;
  text-align: left;
  color: #818181;
}
.part3-content .right {
  width: 40%;
}
.part3-content .right img {
  width: 95%;
}
.a_btn .download-img:hover,
.g_btn .download-img:hover,
.i_btn .download-img:hover,
.m_btn .download-img:hover,
.w_btn .download-img:hover {
  width: 100px;
  height: 100px;
  transition: 0.5s;
  background-color: #fff;
}
.a_btn .download-img,
.g_btn .download-img,
.i_btn .download-img,
.m_btn .download-img,
.w_btn .download-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 10px;
}
.part4-pc {
  padding: 15px;
}
.part4-pc .comment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.part4-pc .comment div {
  width: 26%;
}
.part4-pc .comment div img {
  width: 100%;
}
.footer {
  width: 100%;
  background-color: #252525;
}
.footer-pc {
  display: flex;
  justify-content: space-between;
  padding: 60px 10px 10px 10px;
}
.pay-title {
  max-width: 1200px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.footer-pay {
  max-width: 1200px;
  margin: auto;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
.footer-pay .foot-img1 {
  width: 380px;
  height: 50px;
  object-fit: contain;
}
.footer-pay .foot-img2 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.footer-pc .foot1 {
  width: 40%;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
}
.footer-pc .foot1 .foot-logo {
  width: 128px;
  height: 46px;
}
.footer-pc .foot1 .foot-logo img {
  height: 100%;
  object-fit: contain;
}
.separator {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.foot-title {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.foot-content,
.foot-email {
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.foot-content:hover {
  color: #ff8e15;
}
.connectUs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.connectUs .connect-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 10px;
}
.connectUs .connect-item1 {
  margin-left: 0;
}
.connectUs .connect-item:hover {
  background: linear-gradient(to bottom, #ffea62, #fc870a);
}
.connectUs .connect-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.mb {
  display: none;
}
.part1-mb {
  width: 100%;
  background-color: #fff6ea;
  padding: 0 0 30px 0;
}
.mbbg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mbbg img {
  width: 100%;
}
.mb_ddownload {
  width: 96%;
  margin: auto;
}
.mb_ddownload img {
  width: 100%;
}
.foot-refund {
  display: flex;
  align-items: center;
}
.marquee {
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 50%;
  left: 40%;
}
.marquee-content {
  position: absolute;
  bottom: 0;
  animation: marquee 40s linear infinite;
}
.marquee-item {
  height: 40px;
  display: flex;
  align-items: center;
}
.agent-message {
  width: 180px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 576px 576px 576px 576px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-left: 7px;
}
.agent-avatar {
  width: 30px;
  height: 30px;
}
.marquee-content::after {
  content: attr(data-items);
  display: block;
}
@keyframes marquee {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-40%);
  }
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {
  .part1-active {
    max-width: 1050px;
  }
  .active-img {
    width: 420px;
    top: -24%;
    left: 30%;
    position: absolute;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  h1,
  h2 {
    font-size: 32px;
  }
  .part1-content {
    height: auto;
  }
  .part1-active {
    max-width: 930px;
  }
  .active-img {
    width: 300px;
    top: -17%;
    left: 31%;
    position: absolute;
  }
  .active-content .left p {
    font-size: 14px;
  }
  .active-content .left {
    width: 40%;
    padding: 50px 0 0 25px;
  }
  .active-content .right {
    width: 60%;
  }
  .part3-content .left {
    width: 40%;
    padding: 20px;
  }
  .part3-content .left h4 {
    font-size: 25px;
  }
  .part3-content .right {
    width: 60%;
  }
  .part4-pc .comment div {
    width: 31%;
  }
}
@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  h1 {
    padding-top: 20px;
  }
  h1,
  h2 {
    text-align: center;
    font-size: 30px;
  }
  h3 {
    text-align: center;
    font-size: 23px;
  }
  .part1-content {
    margin-top: 0;
    width: 95%;
    margin: auto;
    margin-top: -50px;
    z-index: 0;
    border-radius: 30px;
  }
  .active-content {
    display: block;
    margin-top: 0;
  }
  .active-content .left {
    width: 100%;
    padding: 0;
  }
  .active-content .left p {
    font-size: 3.5vw;
    padding: 7px;
  }
  .active-content .right {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  .download {
    justify-content: center;
  }
  .part1_download {
    padding: 10px 50px;
  }
  .part3-pc {
    padding: 0;
  }
  .part3-content {
    width: 95%;
    height: auto;
    margin: auto;
    display: block;
  }
  .part3-content .left {
    width: 100%;
    padding: 10px 0;
  }
  .part3-content .left h4 {
    text-align: center;
    font-size: 20px;
  }
  .part3-content .left h5 {
    text-align: center;
    font-size: 16px;
  }
  .part3-content .left p {
    padding: 0 15px;
    margin-top: 10px;
  }
  .part3-content .right {
    width: 100%;
  }
  .part4-pc .comment {
    display: block;
  }
  .part4-pc .comment div {
    width: 95%;
    margin: auto;
  }
  .footer-pc {
    display: block;
    padding: 60px 20px 10px 20px;
  }
  .foot2 {
    width: 50%;
    margin-top: 20px;
  }
  .footer-pay {
    display: block;
  }
  .pay-title {
    padding: 0 20px;
    margin-top: 10px;
  }
  .footer-pc .foot1 {
    width: 100%;
  }
  .footer-pay .foot-img1 {
    width: 280px;
    height: 30px;
  }
  .separator {
    margin-top: 20px;
  }
  .foot-refund {
    padding: 0 17px;
    margin-top: 10px;
  }
  .footer-pay .foot-img2 {
    width: 20px;
    height: 20px;
  }
  .footer-pc .foot1 .foot-logo img {
    width: auto;
  }
  .span-style1 {
    border-radius: 10px;
    width: 40px;
  }
  .marquee1,
  .marquee2 {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 14%;
  }
  .marquee2 {
    top: 24%;
    margin-top: 20px;
  }
  .active-content .right .agent-avatar {
    width: 30px;
    margin-left: 5px;
    height: 30px;
    object-fit: contain;
  }
  .agent-message {
    margin: 0 20px;
    font-size: 2.5vw;
  }
  .marquee-content1 {
    display: flex;
    animation: marquee1 30s linear infinite;
  }
  .marquee-content2 {
    display: flex;
    animation: marquee2 50s linear infinite;
  }
  .marquee-item1,
  .marquee-item2 {
    padding: 0 20px;
    white-space: nowrap;
    margin-left: 5px;
  }
  @keyframes marquee1 {
    0% {
      transform: translateX(40%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marquee2 {
    0% {
      transform: translateX(30%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
