body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Verdana', Sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #53576f;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
div,
li,
input,
textarea,
section {
  box-sizing: border-box;
}
input,
textarea {
  outline: none;
  border: none;
  resize: none;
}
button {
  border: none;
  padding: 0;
}
/* pc */
.pc-style {
  display: block;
}
/* mobile */
.mobile-style {
  display: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icon-white {
  color: white;
}
.banner-first {
  width: 100%;
  padding: 80px 0;
  background: url('../img/banner-first.png') no-repeat left top;
  background-size: 100% 100%;
}
.banner-first .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  color: #212121;
}
.banner-first .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #212121;
  margin-top: 20px;
}
.banner-first .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
.banner-first .desc a {
  text-decoration: underline;
}
.banner-first .desc .mac {
  display: none;
}
.banner-first .button .mac {
  display: none;
}
.banner-second {
  width: 100%;
  background: url('../img/banner-second.webp') no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.pc-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.pc-btn-box .btn {
  box-sizing: border-box;
  width: 145px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  background: #01966b;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-evenly;
}
.pc-btn-box .btn .btn-text {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.pc-btn-box .btn .iconfont {
  font-size: 18px;
  color: #ffffff;
}
.pc-btn-box .btn:hover {
  background: #036c4e;
}
.to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  background: #c1bfbf;
  cursor: pointer;
  z-index: 10000;
  transform: rotate(180deg);
  display: none;
}
.to-top .icon-arrow-down {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}
.switchover_button {
  width: 155px;
  height: 30px;
  border-radius: 30px;
  background: rgba(196, 196, 196, 0.5);
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0px -3px 22px rgba(0, 0, 0, 0.1);
  margin: 40px 0 30px;
}
.switchover_button .switchover_button_box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  z-index: 2;
  height: 100%;
}
.switchover_button .switchover_button_box .switchover_button_win,
.switchover_button .switchover_button_box .switchover_button_mac {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
  height: 100%;
  color: #000000;
}
.switchover_button .switchover_button_box .switchover_button_win .switchover_button_win_text,
.switchover_button .switchover_button_box .switchover_button_mac .switchover_button_win_text,
.switchover_button .switchover_button_box .switchover_button_win .switchover_button_mac_text,
.switchover_button .switchover_button_box .switchover_button_mac .switchover_button_mac_text {
  font-size: 13px;
  color: black;
}
.switchover_button .shade {
  position: absolute;
  width: 50%;
  height: 24px;
  left: 3px;
  border-radius: 30px;
  background-color: white;
  z-index: 1;
}
.banner-button .mac {
  display: none;
}
.button-flex {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.button-flex .left > a {
  width: 224px;
  height: 65px;
  background: #01966b;
  border-radius: 32.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: white;
  margin-right: 12px;
}
.button-flex .left:hover {
  animation: elementor-animation-buzz-out 0.5s linear;
}
.button-flex .left:hover > a {
  background: #04694c;
}
.button-flex .left .icon-windows-shixin {
  font-size: 24px;
  margin-left: 10px;
}
.button-flex .left .icon-macos {
  font-size: 24px;
  margin-left: 10px;
}
.button-flex .right > a {
  width: 198px;
  height: 65px;
  border: 1px solid #747876;
  border-radius: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}
.button-flex .right:hover {
  animation: elementor-animation-buzz-out 0.5s linear;
}
.button-flex .right:hover > a {
  color: #ffffff;
  background-color: #3d3d3d;
}
.button-flex .right .icon-31gouwuchexuanzhong {
  font-size: 26px;
  margin-left: 10px;
}
.banner-installs {
  width: 100%;
  background: url('../img/banner.png') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.banner-installs img {
  margin-bottom: 30px;
}
.banner-installs .title {
  font-size: 35px;
  color: #ffffff;
}
@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666667vw;
  }
  .container {
    width: 93%;
    margin: 0 auto;
  }
  .pc-style {
    display: none !important;
  }
  .mobile-style {
    display: block;
  }
  .banner-first {
    padding: 50rem 0 60rem;
    background: url('../img/banner-first.png') no-repeat left top;
    background-size: cover;
  }
  .banner-first .title {
    font-size: 32rem;
    line-height: 43rem;
  }
  .banner-first .subtitle {
    font-size: 20rem;
    line-height: 27rem;
    margin-top: 20rem;
  }
  .banner-second {
    padding: 100rem 0;
  }
  .mobile-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20rem;
  }
  .mobile-btn-box .btn {
    box-sizing: border-box;
    flex: 48% 0 0;
    height: 48rem;
    line-height: 48rem;
    border-radius: 5rem;
    background: #01966b;
    padding: 0;
    display: inline-flex;
    justify-content: space-evenly;
  }
  .mobile-btn-box .btn .btn-text {
    font-weight: 700;
    font-size: 16rem;
    color: #ffffff;
  }
  .mobile-btn-box .btn .iconfont {
    font-size: 20rem;
    color: #ffffff;
  }
  .to-top {
    bottom: 50rem;
    right: 20rem;
    width: 40rem;
    height: 40rem;
    line-height: 40rem;
  }
  .to-top .icon-arrow-down {
    font-size: 28rem;
  }
  .button-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 37rem;
  }
  .button-flex .left {
    margin-right: 0;
    margin-bottom: 21rem;
  }
  .button-flex .left a {
    width: 220rem;
    height: 55rem;
  }
  .button-flex .right a {
    width: 190rem;
    height: 55rem;
  }
  .banner-installs {
    padding: 80rem 0;
  }
  .banner-installs img {
    margin-bottom: 30px;
  }
  .banner-installs .title {
    font-size: 24rem;
    line-height: 38rem;
    color: #ffffff;
    text-align: center;
  }
}

/*header start*/
#header {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#header header {
  width: 100%;
  height: 70px;
}
#header .icon-arrow-down {
  margin-left: 10px;
}
#header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .icon-search {
  font-size: 20px;
}
#header .logo {
  flex: 0 0 185px;
  height: 40px;
}
#header .logo img {
  width: 100%;
  height: 100%;
}
#header .box {
  display: none;
  height: 408px;
  width: 843px;
  position: absolute;
  left: -200px;
  top: 70px;
  z-index: 999;
  border-top: 2px solid rgba(0, 0, 0, 0.11);
}
#header .menu-box {
  flex: 0 0 70%;
  height: 100%;
}
#header .menu {
  flex: 0 0 80%;
}
#header .menu .item {
  cursor: pointer;
  margin: 0 6px;
}
#header .menu .item-title {
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 18px;
  color: #2a473f;
}
#header .menu .item-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0cb984;
  transform: scale(0);
  transition: all 0.2s;
}
#header .menu .item-title_product {
  display: inline-flex;
}
#header .menu .product {
  position: relative;
}
#header .menu,
#header .menu-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#header .product-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 15px;
  background: #FFFFFF;
  padding: 32px 23px 0 23px;
  width: max-content;
  height: 395px;
  box-sizing: border-box;
  border-radius: 0px 0px 16px 16px;
  width: 843px;
}
#header .product-img {
  width: 52px;
  height: 52px;
}
#header .item-title {
  font-size: 16px;
}
#header .item-title:hover {
  color: #00CB90;
}
#header .menu .item-title.item-active {
  color: #00CB90;
}
#header .item-title::after {
  display: none;
}
#header .product-option {
  display: flex;
  column-gap: 14px;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
}
#header .product-option:hover {
  background: #F8FBFA;
}
#header .product-option.product-active {
  background: #F8FBFA;
}
#header .product-item {
  width: max-content;
}
#header .product-info_title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #293C36;
  column-gap: 6px;
  line-height: 1.5;
  white-space: nowrap;
}
#header .icon-menu {
  color: #00CB90;
}
#header .icon-close,
#header .icon-search {
  color: #00CB90;
  font-weight: 400;
}
#header .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5F5F;
  font-size: 7px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  border-radius: 24px;
}
#header .product-info_desc {
  font-size: 12px;
  color: #838383;
  width: 265px;
}
#header .search {
  flex: 0 0 5%;
}
#header .icon-search {
  color: #00BA84;
}
#header .free-btn {
  white-space: nowrap;
  border-radius: 6px;
  background: #00CB90;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 17px;
}
#header .free-btn:hover {
  background: #2EA45E;
}
@media (max-width: 768px) {
  #header {
    height: 60rem;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.11);
  }
  #header .free-btn {
    display: none;
  }
  #header .icon-menu,
  #header .icon-close {
    font-size: 20rem;
    display: none;
    font-weight: 700;
  }
  #header .menu-btn {
    flex: 0 0 auto;
    margin-right: 10rem;
  }
  #header .menu-btn .active {
    display: block;
  }
  #header .menu {
    background: #fff;
    padding: 0 15rem;
    box-sizing: border-box;
    position: absolute;
    top: 60rem;
    left: 0;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    display: none;
    z-index: 10000;
  }
  #header .menu .item-title {
    color: #293C36;
    border-bottom: 1px solid #F0F0F0;
    padding: 0;
    height: 50rem;
    line-height: 50rem;
    font-size: 16rem;
    width: 100%;
  }
  #header .menu .item-title:hover {
    color: #00CB90;
  }
  #header .menu-box {
    flex: 0 0 auto;
  }
  #header .logo {
    flex: 0 0 125rem;
    height: 28rem;
  }
  #header .item-title_product {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .box {
    position: unset;
    width: 100%;
    height: auto;
  }
  #header .product-menu {
    width: 100%;
    height: auto;
    box-shadow: unset;
    padding: 9px 0;
    background: #F8FBFA;
    row-gap: 0;
    border-radius: 0;
  }
  #header .item:hover {
    background: unset;
  }
  #header .product-option {
    padding: 10px 10px;
  }
  #header .product-img,
  #header .product-info_desc {
    display: none;
  }
  #header .product-info_title {
    font-size: 14px;
  }
}

/*header end*/

/*footer start*/
footer {
  border-top: 2px solid #f0f0f0;
  padding-top: 40px;
  margin-top: 100px;
}
footer .menu-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
footer .menu-box .item {
  padding: 0 16px;
}
footer .menu-box .item dt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 72px;
  color: #000000;
}
footer .menu-box .item dd {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}
footer .menu-box .item dd .link:hover {
  color: #61ce70;
}
footer .menu-box .item .choose-language {
  position: relative;
  margin-top: 80px;
  z-index: 90;
}
footer .menu-box .item .choose-language .language-list {
  display: none;
  position: absolute;
  left: -25px;
  bottom: 40px;
  width: 212px;
  background: #ffffff;
  border: 1px solid #c1bfbf;
}
footer .menu-box .item .choose-language .language-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 20px;
  cursor: pointer;
}
footer .menu-box .item .choose-language .language-list .item img {
  margin-right: 10px;
}
footer .menu-box .item .choose-language .language-list .item:hover {
  color: #fff;
  background: #55595c;
}
footer .menu-box .item .choose-language .language-list .item:last-child {
  margin-bottom: 0;
}
footer .menu-box .item .choose-language .language-current {
  cursor: pointer;
}
footer .menu-box .item .choose-language .language-current .text {
  font-weight: 700;
}
footer .menu-box .item:first-child {
  flex: 0 0 340px;
}
footer .menu-box .item:last-child dd .media-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.5s;
}
footer .menu-box .item:last-child dd .media-item:nth-child(1) {
  background: #3b5998;
}
footer .menu-box .item:last-child dd .media-item:nth-child(2) {
  background: #1da1f2;
}
footer .menu-box .item:last-child dd .media-item:nth-child(3) {
  background: #cd201f;
}
footer .menu-box .item:last-child dd .media-item:hover {
  transform: scale(1.2);
}
footer .menu-box .item:last-child dd .iconfont {
  font-size: 22px;
  color: #fff;
}
footer .copyright-box {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}
footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  padding: 20px 0;
  text-align: right;
}
@media (max-width: 768px) {
  footer {
    border-top: 2rem solid #f0f0f0;
    padding-top: 40rem;
    margin-top: 50rem;
  }
  footer .menu-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  footer .menu-box .item {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  footer .menu-box .item dt {
    margin-bottom: 10rem;
    font-size: 20rem;
    line-height: 50rem;
  }
  footer .menu-box .item dd {
    font-size: 14rem;
    line-height: 30rem;
    margin-bottom: 10rem;
  }
  footer .menu-box .item .choose-language {
    margin-top: 40rem;
  }
  footer .menu-box .item .choose-language .language-list {
    display: none;
    left: -25rem;
    bottom: 40rem;
    width: 212rem;
    background: #ffffff;
    border: 1px solid #c1bfbf;
  }
  footer .menu-box .item .choose-language .language-list .item {
    width: auto;
    margin-bottom: 5rem;
    padding-left: 20rem;
    margin-right: 0;
  }
  footer .menu-box .item .choose-language .language-list .item img {
    margin-right: 5rem;
  }
  footer .menu-box .item .choose-language .language-list .item:hover {
    color: #fff;
    background: #55595c;
  }
  footer .menu-box .item .choose-language .language-list .item:last-child {
    margin-bottom: 0;
  }
  footer .menu-box .item .choose-language .language-current {
    cursor: pointer;
  }
  footer .menu-box .item .choose-language .language-current .text {
    font-weight: 700;
  }
  footer .menu-box .item:first-child {
    flex: 0 0 auto;
  }
  footer .menu-box .item:first-child dt {
    margin-bottom: 20rem;
    text-align: center;
  }
  footer .menu-box .item:last-child dd>a {
    display: inline-block;
    width: 40rem;
    height: 40rem;
    line-height: 40rem;
    margin-right: 5rem;
  }
  footer .menu-box .item:last-child dd .iconfont {
    font-size: 22rem;
  }
  footer .menu-box .item:nth-child(1) {
    margin-bottom: 40rem;
  }
  footer .menu-box .item:nth-child(2) {
    width: 73%;
    margin-bottom: 40rem;
  }
  footer .menu-box .item:nth-child(3) {
    width: 27%;
    margin-bottom: 40rem;
  }
  footer .menu-box .item:nth-child(4) {
    width: 35%;
  }
  footer .menu-box .item:nth-child(5) {
    width: 58%;
  }
  footer .menu-box .collapsible {
    width: 50%;
  }
  footer .copyright-box {
    margin-top: 0;
    flex-flow: column-reverse;
  }
  footer .copyright {
    font-size: 12rem;
    line-height: 30rem;
    padding: 20rem 0;
    text-align: left;
  }
  footer .copyright-box .pay-info img {
    width: 100%;
  }
}

/*footer end*/

/*activity start*/
.activity-area {
  width: 100%;
  height:68px;
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  display: none;
}

.activity-sales_pc {
  width: 100%;
  height: 68px;
  display: block;
}

.activity-sales_mobile {
  width: 100%;
  display: none;
}

.activity-sales_close {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 10px;
  cursor: pointer;
  height: 30%;
}

@media(max-width: 770px) {
  .activity-area{
    height: auto;
    top: 0px;
    position: sticky;
  }
  .activity-sales_pc {
    display: none;
  }

  .activity-sales_mobile {
    display: block;
  }

  .activity-sales_close {
    position: absolute;
    right: 10px;
    top: 3px;

  }
}
/*activity end*/

.activity-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.activity-popup-content {
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 758px;
  height: 518px;
  text-decoration: none;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.activity-popup-content span {
  position: absolute;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 36px;
}
.activity-popup-content span::after {
  content: '>>';
  display: inline-block;
  position: absolute;
  transition: transform 0.4s ease;
}
.activity-popup-content:hover span::after {
  transform: translateX(10px);
}
.activity-popup-content-hover .activity-popup-content {
  transition: transform 2.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translate(-50%, -50%) scale(1.02);
}
@media screen and (max-width: 768px) {
  .activity-popup-content {
    width: 90%;
    height: 28vh;
  }
  .activity-popup-content .activity-img {
    width: 100%;
  }
  .activity-popup-content span {
    font-size: 16px;
    padding-bottom: 10px;
  }
}



.movpilot-prompt.prompt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1021;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.25rem;
  display: none;
}

.movpilot-prompt.prompt-box .prompt-box-text {
  text-align: left;
}

.movpilot-prompt.prompt-box a {
  color: #939DFF;
  text-decoration: none;
}

.movpilot-prompt.prompt-box a:hover {
  text-decoration: underline;
}

.movpilot-prompt button {
  height: fit-content;
  padding: 10px 12px;
  margin-left: 8px;
  margin-top: 4px;
  border-radius: 50px;
  font-size: 12px;
  background-color: #655BEF;
  border: 0px solid;
  color: #fff;
}


.macOsDialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.32);
  z-index: 99999;
}
.macOsDialog-container {
  overflow: hidden;
  width: auto;
}
.macOsDialog-body {
  position: relative;
  display: flex;
  background: linear-gradient(176.96deg, rgba(255, 255, 255, 0.2) 2.52%, rgba(70, 184, 116, 0.2) 97.48%);
  background-color: #fff;
  padding: 65px 122px 50px;
  border-radius: 16px;
}
.macOsDialog-body::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/background-mp.png');
  background-size: contain;
  opacity: 0.2;
  z-index: 2;
}
.macOsDialog-body_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 33px;
  z-index: 8;
}
.macOsDialog-body_img {
  width: 162px;
  height: 162px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
.macOsDialog-body_img.M1{
  background-image: url('../img/m1.png');
}
.macOsDialog-body_img.Intel{
  background-image: url('../img/intel.png');
}
.macOsDialog-body_text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #46B874;
  text-align: center;
}
.macOsDialog-body_btn {
  overflow: hidden;
  position: relative;
  width: 154px;
  height: 49px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #46B874
}
.macOsDialog-body_btn.intel {
  color: #46B874;
}
.macOsDialog-body_btn::before {
  content: 'ダウンロード';
  display: flex;
  align-items: center;
  height: 23px;
  width: 85%;
  text-indent: 32px;
  background-position: left center;
  background-image: url('../img/iphone-icon.svg');
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.macOsDialog-body_btn.intel::before {
  background-image: url('../img/iphone-icon-hover.svg');
}
.macOsDialog-body_btn::after {
  content: '';
  height: 25px;
  width: 25px;
  background-position: center center;
  background-image: url('../img/download.svg');
  transform: translate(-50%, -200%);
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.macOsDialog-body_btn.intel::after {
  background-image: url('../img/download-hover.svg');
}
.macOsDialog-body_btn:hover::before {
  transform: translate(-50%, 200%);
}
.macOsDialog-body_btn:hover::after {
  transform: translate(-50%, -50%);
}
.macOsDialog-bottom {
  width: 31px;
  height: 31px;
  background-size: contain;
  background-image: url('../img/close.svg');
  margin: 20px auto;
  cursor: pointer;
}
.macOsDialog-bottom:hover {
  background-image: url('../img/close2.svg');
}
.macOsDialog-body_btn:focus {
  outline: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .macOsDialog-container {
    width: 95%;
  }
  .macOsDialog-body {
    flex-direction: column;
    padding: 0 65px 33px;
  }
  .macOsDialog-body_item {
    margin: 33px;
  }
}

/*@media(max-width: 680px) {*/
/*  .movpilot-prompt.prompt-box {*/
/*      padding-inline: 8px;*/
/*  }*/
/*}*/