@import "../activity/css/activity.css";
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-SemiBold.ttf');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.ttf');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
div,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  display: inline-block;
  vertical-align: top;
}
body {
  font-family: 'Rubik';
  font-size: 0.8333vw;
  background: #fff;
}
.container {
  width: 57.2917vw;
  margin: 0 auto;
}
.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-style {
  display: none;
}
.common_banner_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10.5208vw;
  background: url(../img/common-banner-1.png) no-repeat top left / 100%;
}
.common_banner_first .banner_title {
  font-weight: bold;
  font-size: 1.8229vw;
  line-height: 2.5521vw;
  letter-spacing: 0.0104vw;
  text-align: center;
  color: #fff;
}
.common_banner_first .banner_desc {
  font-weight: 300;
  line-height: 1.6667vw;
  text-align: center;
  color: #fff;
  margin-top: 0.5208vw;
}
.common_banner_second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 11.7708vw;
  background: url(../img/common-banner-2.png) no-repeat top left / 100%;
}
.common_banner_second .banner_title {
  font-weight: bold;
  font-size: 2.0833vw;
  line-height: 2.5521vw;
  text-align: center;
  color: #421b95;
}
.common_banner_second .banner_desc {
  font-size: 1.25vw;
  line-height: 1.875vw;
  text-align: center;
  color: rgba(66, 27, 149, 0.67);
  margin-top: 0.5208vw;
}
.common_banner_three {
  background: url(../img/common-banner-1.png) no-repeat top left / 100%;
  background-size: cover;
}
.common_banner_three .container {
  height: 10.5208vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.common_banner_three .container .banner_title {
  font-weight: bold;
  font-size: 1.8229vw;
  line-height: 2.5521vw;
  letter-spacing: 0.0104vw;
  text-align: center;
  color: #fff;
}
.common_banner_three .container .banner_desc {
  font-weight: 300;
  line-height: 1.6667vw;
  text-align: center;
  color: #fff;
  margin-top: 0.5208vw;
}
@media (max-width: 768px) {
  body {
    font-size: 4.2667vw;
  }
  .container {
    width: 90%;
  }
  .pc-style {
    display: none;
  }
  .mobile-style {
    display: block;
  }
  .common_banner_first {
    height: 75.4667vw;
    background: url(../img/common-banner-1.png) no-repeat bottom left;
    background-size: cover;
    padding: 0 5.3333vw;
  }
  .common_banner_first .banner_title {
    font-size: 7.4667vw;
    line-height: 11.2vw;
    letter-spacing: 0.0533vw;
  }
  .common_banner_first .banner_desc {
    line-height: 6.4vw;
    margin-top: 2.6667vw;
  }
  .common_banner_second {
    height: 60.2667vw;
    background: url(../img/common-banner-2.png) no-repeat bottom left;
    background-size: cover;
    padding: 0 5.3333vw;
  }
  .common_banner_second .banner_title {
    font-size: 9.6vw;
    line-height: 12.8vw;
  }
  .common_banner_second .banner_desc {
    font-size: 4.2667vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
  .common_banner_three {
    background: url(../img/common-banner-1.png) no-repeat bottom left;
    background-size: cover;
  }
  .common_banner_three .container {
    height: 75.4667vw;
    align-items: center;
    padding: 0 5.3333vw;
  }
  .common_banner_three .container .banner_title {
    font-size: 7.4667vw;
    line-height: 11.2vw;
    letter-spacing: 0.0533vw;
  }
  .common_banner_three .container .banner_desc {
    line-height: 6.4vw;
    margin-top: 2.6667vw;
  }
}

/*header*/

header {
  background-color: #fff;
  height: 60px;
  z-index: 1000;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container .logo {
  width: 134px;
  height: auto;
}

::-webkit-input-placeholder {
  color: #231815;
  position: relative;
  top: 1px;
  left: 1px;
}

::-moz-placeholder {
  color: #231815;
  position: relative;
  top: 1px;
  left: 1px;
}

:-ms-input-placeholder {
  color: #231815;
  position: relative;
  top: 1px;
  left: 1px;
}

input:-moz-placeholder {
  color: #231815;
  position: relative;
  top: 1px;
  left: 1px;
}

header {
  /* box-shadow: 0px 4px 15.3px 0px rgba(42, 29, 163, 0.10); */
}

header .container {
  width: 1080px;
}

header .menu ul {
  height: auto;
}

header .menu ul li {
  display: inline-block;
  padding: 19px 19px;
  font-size: 19px;
}

header .menu ul li .top {
  /* font-weight: 600; */
}

header .store-btn {
  display: flex;
  position: relative;
  align-items: baseline;
  gap: 5px;
  border-radius: 8px;
  overflow: hidden;

  color: #fff;
  padding: 8px 13px;

  transform-style: preserve-3d;
}

header .store-btn::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  transition: all .2s;
  height: 100%;
  background: #FF9F2E;
  z-index: -1;
}

header .store-btn:hover::after {
  background: #FF772E;
  transform: rotateX(18deg) translateY(0px);


}

header .store-btn:hover img {
  /* height: 15px; */
}

header .menu ul li .download-btn {
  display: inline-block;
  border-radius: 6px;
  transition: all .2s;
  background: linear-gradient(90deg, #9B2DE5 0%, #5844E6 100%);
  color: #fff;
  width: max-content;
  padding: 9px 12px;
}

header .container .menu ul li a.download-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #482EFF 0%, #C165FF 100%);
}

header .menu ul li .download-btn.header-download-mac {
  display: none;
}


header .store-btn img {
  vertical-align: middle;
}

header .store-btn span {
  color: #fff;
}

header .menu ul li .product-more,
header .menu ul li .support-more-new {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}

header .menu ul li.curr .product-more,
header .menu ul li.curr .support-more-new {
  visibility: visible;
  max-height: 601px;
}

header .menu ul li:last-child {
  padding: 19px 0 19px 19px;
  cursor: pointer;
}



header .menu ul li.pro-list a {
  position: relative;

}

header .menu ul li.pro-list a .icon {
  display: block;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 1px 0 0 0;
  font-size: 19px;
  width: 19px;
  text-align: center;
  color: #999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

header .menu ul li a {
  color: #000000;
  text-decoration: none;
  margin-left: 1px;
  font-size: 14px;


  position: relative;
  /* font-weight: 500; */
}

.p_list ul li a {
  border-bottom-color: transparent;
}

header .menu ul li .p_list {
  display: none;
  position: absolute;
  background: rgba(34, 34, 34, 0.95);
  top: 58px;
  z-index: 1;
  width: 538px;
  padding: 19px;
  left: -19px;
}

header .menu ul li .p-icon-down {
  position: absolute;
  transition: 0.5s;
  font-size: 19px;
  margin-top: 2px;
}

header .menu ul li.curr a>.p-icon-down {
  transform: rotate(180deg);
}

header .menu ul li .p_list a {
  margin-left: 0;
}

header .menu ul li .p_list ul li {
  margin: 1px 1px;
  padding: 0;
}

header .menu ul li .p_list ul li a {
  font-size: 19px;
  display: block;
  width: 230px;
  height: 38px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 38px;
}

header .menu ul li .p_list ul li a:hover {
  color: #ceb605;
  border: 1px solid #23cafd;
}

header .container .menu ul li.pro-list .product-more {
  padding: 20px 20px 0;
  left: -230px;
  top: 58px;
  width: 670px;
  background: #FFFFFF;
  box-shadow: 0px 4px 13.1px 0px rgba(80, 80, 80, 0.22);


  border-top: none;
  border-radius: 0 0 19px 19px;
  position: absolute;
  z-index: 999;
  text-align: center;
}

header .container .menu ul li.pro-list .product-more .label {
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-left: 6px;
  font-style: oblique;
}

header .container .menu ul li.pro-list .product-more .product-name_top {
  background: linear-gradient(96deg, #FFAF50 -12.19%, #FF4CA0 46.5%, #7733FD 111.37%), #FF4D42;
}

header .container .menu ul li.pro-list .product-more .product-name_hot {
  background: #FF334D;
}

header .container .menu ul li.pro-list .product-more .product-name_new {
  background: #18CC4A;
}

header .container .menu ul li.pro-list .product-more .product-name_sale {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 96px;
  height: 19px;
  background: url(../img/nav-apple-sale-tag.png) no-repeat;
  background-size: 100% 100%;
}

header .product-more .product-list .product {
  display: flex;
  align-items: center;
}

header .product-more .product-list .product .product-figure {
  margin-right: 18px;
}

header .product-more .product-list .product .product-figure img {
  width: 19px;
  height: 19px;
}

header .product-more .product-list .product .product-name {
  /* margin: 19px 0; */
}

header .support-more-new {
  background: #ffffff;
  width: 100%;
  padding: 38px 0;
  position: absolute;
  top: 58px;
  z-index: 999;
  border-top: 1px solid #eaeaea;
  box-shadow: 0px 4px 13.1px 0px rgba(80, 80, 80, 0.22);
}

header .product-more .more_product_link {
  padding: 0;
  display: inline-block;
  position: relative;
  top: 19px;
}

header .product-more img {
  height: 98px;
}

.product-more div.img {
  position: relative;
  display: inline-block;
}

header .product-more div .img_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

header .product-more a {
  color: #a8a7a7;
  display: block;
  font-weight: bold;
}

header .product-more a:hover {
  color: #827502;
}

header .product-more p {
  color: #a8a7a7;
  margin-top: 19px;
  font-weight: bold;
  margin-bottom: 19px;
}

header .product-more .overview {
  font-size: 19px;
  color: #727272;
}

header .product-more .overview a {
  color: inherit;
  display: inline;
  font-weight: bold;
}

header .product-more .overview a:hover {
  color: #827502;
}

header .product-more .more-down {
  transform: rotate(267deg);
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.4s;
  font-weight: 900;
}

header .product-more .more_product_link:hover i {
  left: 19px;
}



header .container {
  height: 100%;
}

header .container .menu {
  top: 0;
}

header .container .menu ul {
  height: 100%;
  display: flex;
  align-items: center;
}

header .container .menu ul li {
  line-height: 19px;
}

header .container .menu ul li:hover a {
  color: #5C42FF;
}

header .container .menu ul li.store a {
  display: flex;
  align-items: center;
  color: #000;
  background: #FFD600;
  padding: 19px 19px;
  border-radius: 58px;
}

header .container .menu ul li.store a img {
  width: 19px;
  height: 19px;
  margin-right: 1px;
}

header .container .menu ul li.store a:hover {
  background: #ffaa00;
}

header .container .menu ul li.download a {
  background: #816DFF;
  border-radius: 1px;
  color: white;
  padding: 19px 19px;
}

header .container .menu ul li.pro-list {
  position: relative;
}

header .container .menu ul li.pro-list .product-more .product-music-list-box {
  display: flex;
  gap: 10px;
}

header .container .menu ul li.pro-list .product-more .product-music-list-box .product-music-list {
  padding-right: 1px;
}

header .container .menu ul li.pro-list .product-more .product-music-list-box .product-music-list:nth-child(2) {
  /* margin-left: 1px; */
}

header .container .menu ul li.pro-list .product-more .product-music-list:first-child {
  /* border-right: 1px solid #F4F4F4; */
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music {
  padding: 10px 13px;
  margin-bottom: 9px;
  width: 320px;
  box-sizing: border-box;
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music:hover {
  background: rgba(27, 48, 66, 0.06);
  border-radius: 8px;
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music img {
  width: 48px;
  height: 48px;
  /* height: 27px; */
  /* border: 1px solid #F5F5F5; */
  /* padding: 12px; */
  border-radius: 10px;

  background-color: #fff;
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music .product-name {
  text-align: left;
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music .product-name .item-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

header .container .menu ul li.pro-list .product-more .product-music-list .product-music .product-name .item-desc {
  font-size: 11px;
  color: #032950;


  display: inline-block;
  margin-top: 1px;
  font-weight: lighter;
}

header .container .menu ul li.pro-list .product-more:last-child {
  border-top: 1px solid #E5E5E5;
}

header .container .menu ul li#support {
  position: relative;
}

header .container .menu ul li#support .support-more-new {
  top: 58px;
  left: -20%;
  width: 183px;
  /* box-shadow: 01px 38px rgba(0, 0, 0, 0.11); */
  border-radius: 0 0 19px 19px;
  border-top: none;
  padding: 1px 8px;
}

header .container .menu ul li#support .support-more-new a {
  display: flex;
  align-items: center;
  padding: 15px 7px;
  color: #393939;
  border-bottom: 1px solid #EBEBEB;
}

header .container .menu ul li#support .support-more-new a:last-of-type {
  border-bottom: unset;
}

header .container .menu ul li#support .support-more-new a:hover {
  background: rgba(27, 48, 66, 0.06);
  border-radius: 1px;
  /* color: #7458EA; */
}

header .container .menu ul li#support .support-more-new a img {
  width: auto;
  height: 15px;
}

header .container .menu ul li#support .support-more-new a .support-desc {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 0;
  /* font-weight: bold; */
}

header .container .logo-box {
  height: 100%;
}

@media (max-width: 769px) {
  header {
    height: auto;
  }

  header .container {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 4px 15.3px 0px rgba(42, 29, 163, 0.10);
    padding: 0 15px;
    box-sizing: border-box;
  }

  header .container .logo {
    padding: 17px 0;
    width: 107px;
    height: auto;
  }

  header .container .mo-menu-box {
    display: flex;
    align-items: center;
  }

  header .container .mo-menu-box .iconfont {
    font-size: 23px;
    font-weight: 600;
    padding: 0 8px;
  }

  header .mobile-list-item-box {
    margin-bottom: 18px;
    margin-top: -10px;
  }

  header .container .mo-menu-box .icon-wrong {
    font-weight: 300;
  }

  header .container .mo-menu-box .icon-caidan {
    color: #000000;
    /* background-color: #000000; */
    border-radius: 4px;
  }

  header .container .mo-menu-box .store {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #000;
    /* background: #FFD600; */
    padding: 4px 8px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    margin-right: 19px;
  }

  header .container .mo-menu-box .store img {
    width: 19px;
    height: 19px;
  }

  .mobile-list {
    display: none;
    /* width: 95%; */
    padding: 0 15px;
    background-color: white;
  }

  .mobile-list-title {
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    position: relative;
    width: 100%;
    justify-content: space-between;
  }

  .mobile-list-title-active {
    color: #5C42FF;
  }

  .mobile-list-title:not(:first-of-type)::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.04);
    bottom: 0;
    width: 100%;
  }

  .mobile-list-pop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .mobile-list-title .p-icon-down {
    transition: all 0.5s;
    font-size: 15px;
  }

  .mobile-list-title-active .p-icon-down {
    transform: rotate(180deg);
    transition: all 0.5s;
  }

  .mobile-list-pop,
  .mobile-list-pop1 {
    display: none;
    position: relative;
  }

  .mobile-list-pop1 {
    text-align: left;
    margin-bottom: 30px;
  }

  .mobile-list-item {
    width: 95%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 8px 0 8px 8px;
  }

  .mobile-list-item:hover {
    background: #0000000A;
    border-radius: 11px;
  }

  .mobile-list-item-right {
    position: relative;
    /* width: 221px; */
    margin-left: 10px;
  }

  .mobile-right-title {
    /* font-weight: 600;

    line-height: 15px; */
    font-size: 14px;
    cursor: pointer;
  }

  .mobile-right-title .label {
    font-size: 10px;
    line-height: 1;
    padding: 2px 6px 2px 4px;
    border-radius: 4px;
    color: #FFFFFF;
    margin-left: 6px;
    font-style: oblique;
  }

  .mobile-right-title .product-name_hot {
    background: #FF334D;
  }

  .mobile-right-title .product-name_new {
    background: #18CC4A;
  }

  .mobile-right-title .product-name_top {
    background: linear-gradient(96deg, #FFAF50 -12.19%, #FF4CA0 46.5%, #7733FD 111.37%), #FF4D42;
  }

  .mobile-right-title .product-name_sale {
    position: absolute;
    top: -4px;
    right: -19px;
    width: 60px;
    height: 15px;
    background: url(../img/nav-apple-sale-tag.png) no-repeat;
    background-size: 100% 100%;
  }

  .mobile-right-subhead {
    font-weight: 300;
    font-size: 10px;
    /* line-height: 19px; */
    margin-top: 4px;
  }

  .mobile-list-logo {
    width: 33px;
    height: 33px;
    border-radius: 11px;
    cursor: pointer;
  }

  .list-pop1-box {
    display: flex;
    flex-direction: column;
  }

  .list-pop1-box-item {
    padding: 15px 15px 15px 7px;
    border-bottom: 1px solid rgba(89, 105, 233, 0.07);
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0em;
  }

  .list-pop1-box-item .support-desc {
    margin-left: 5px;
  }

  .list-pop1-box-item:hover .support-desc {
    color: #5C42FF;
  }
}


/*footer*/
footer {
  background-color: #ffffff;
}
footer .container {
  width: 72.0917vw;
  padding: 4.1667vw 0;
}
footer .container .list-box {
  display: flex;
  justify-content: space-between;
}
footer .container .logo-box {
  padding-top: 2.0833vw;
}
footer .container .logo-box img {
  width: 8.4896vw;
  height: 1.875vw;
}
footer .container .list {
  flex: 0 0 19%;
}
footer .container .list .jump-box {
  margin-top: 1.5625vw;
}
footer .container .list .jump-box .iconfont {
  font-size: 1.7833vw;
  margin-right: 0.2604vw;
}
footer .container .list .jump-box .icon-facebookfacebook52 {
  color: #6179bb;
}
footer .container .list .jump-box .icon-tuite {
  color: #21d4ff;
}
footer .container .list .jump-box .icon-youtube-fill {
  color: #f54141;
}
footer .container .list .list-title {
  color: #000000;
  font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 1.5625vw;
}
footer .container .list ul li {
  margin-top: 0.5208vw;
  font-size: 0.7813vw;
  font-weight: 500;
  line-height: 1.5833vw;
}
footer .container .list ul li a{
  color:#333;
}
footer .select-wrap {
  position: relative;
  width: fit-content;
}
footer .select-wrap .title {
  line-height: 2.0833vw;
  cursor: pointer;
  font-size: 0.8333vw;
  font-weight: 700;
  color: #000;
}
footer .select-wrap .title img {
  vertical-align: middle;
  margin-left: 0.5208vw;
}
footer .select-wrap .content-wrap {
  display: none;
  position: absolute;
  bottom: 2.6042vw;
}
footer .select-wrap .content-wrap .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
}
footer .select-wrap .content-wrap .content a {
  line-height: 2.0833vw;
  padding-left: 1.0417vw;
  color: #333;
}
footer .select-wrap .content-wrap .content a:hover {
  color: #fff;
  background: #55595c;
}
footer .select-wrap .content-wrap .content a img {
  margin-right: 0.2604vw;
  vertical-align: middle;
}
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.6042vw;
  background: #000000;
  font-weight: 400;
  line-height: 0.8854vw;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .container {
    padding: 13.3333vw 0;
    width: 90%;
  }
  footer .container .list-box {
    flex-direction: column;
  }
  footer .container .logo-box {
    padding-top: 0;
  }
  footer .container .logo-box img {
    width: 100%;
    height: auto;
  }
  footer .container .list {
    flex: 0;
    width: 100%;
  }
  footer .container .list .jump-box {
    margin-top: 5.3333vw;
  }
  footer .container .list .jump-box .iconfont {
    font-size: 9.3333vw;
  }
  footer .container .list .list-title {
    font-size: 5.8667vw;
    margin: 4.6667vw 0;
  }
  footer .container .list ul li {
    margin-top: 4vw;
    font-size: 4vw;
  }
  footer .select-wrap {
    margin-top: 5.3333vw;
  }
  footer .select-wrap .title {
    font-size: 5.8667vw;
  }
  footer .select-wrap .title img {
    margin-left: 2.6667vw;
  }
  footer .select-wrap .content-wrap {
    bottom: 7.3333vw;
  }
  footer .select-wrap .content-wrap .content {
    padding: 1.6667vw;
  }
  footer .select-wrap .content-wrap .content a {
    line-height: 6.0833vw;
    font-size: 4vw;
  }
  footer .copyright {
    height: 16.2667vw;
    line-height: 6.2667vw;
    font-size: 4.2667vw;
  }
}

/*activity*/

.activity-promotion{
  width:100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.activity-promotion .desktop-activity-img{
  width:100%;
  position:relative;
}
.activity-promotion .desktop-close{
  position:absolute;
  right:38px;
  top:2px;
  z-index:999;
  width:28px;
  height:28px;
}
.activity-promotion .mobile-activity-img{
  width:100%;
}
.activity-promotion .mobile-activity{
  display:none;
}

@media screen and (max-width: 768px) {
  .activity-promotion .desktop-activity{
    display:none;
  }
  .activity-promotion .mobile-activity{
    display:block;
  }
  .activity-promotion .mobile-close{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
  }
  .activity-promotion .mobile-activity-img{
    position:relative;
  }
}

#activity-sale {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}

#activity-sale .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width:852px;
  height: 395px;
  /*background: url('/static/muconvert-com/assets/img/activity/halloween/popup-banner.png') no-repeat;*/
  background-size: cover;
  box-shadow: 0px 11px 18px -3px rgba(0, 0, 0, 0.38);
  border-radius: 21px;
}

#activity-sale .container .close {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 14.5px);
  /*width: 48px;*/
  /*height: 48px;*/
  cursor: pointer;
  opacity:1;
}

#activity-sale .container .close .clost-img {
  background: url('../img/activity/icon-close.svg') no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  margin-bottom: 5px;
}
#activity-sale .container .close .close-num {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#activity-sale .container .close .clost-img:hover {
  transform: scale(1.2) rotate(180deg);
}
#activity-sale .container img{
  width: 100%;
  height: auto;
}
#activity-sale .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 165px;
}

.activity-sidebar {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 9999;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transform: translateX(100%) scale(0);
  opacity: 0
}
.activity-sidebar .sidebar-close{
  position: absolute;
  top: -25px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 99999;
  background-color: grey;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #activity-sale .container a{
    text-align: center !important;
  }
  #activity-sale .container .close{
    bottom: 10px;
  }
  #activity-sale .container .close .clost-img {
    width: 38px;
    height: 38px;
  }
  #activity-sale .container img{
    width: 95%;
  }
  .activity-sidebar {
    display: none;
  }
}
