@charset "UTF-8";

/* .swiper-slide {
    float: left;
} */
.button-prev, .button-next {
  width: 3.125vw;
  height: 3.125vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25vw;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.button-prev:hover, .button-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.button-prev {
  left: 60px;
}
.button-next {
  right: 60px;
}
.button-prev i, .button-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 36px;
  line-height: 1;
}
.swiper-pagination-bullet {
  background-color: #E6E5E6;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #7F8080;
  border-color: #7F8080;
}
.page-title {
  font-size: 42px;
  line-height: 1.2;
  padding: 6.25vw 0 3.125vw;
  font-weight: 600;
  text-align: center;
}
.nav-bar {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 3.125vw;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  padding: 0 60px;
}
.nav-bar.sticky {
  position: sticky;
  top: 0;
  background-color: #000;
  transition: all 0.5s;
  z-index: 999;
}
.nav-bar.sticky a {
  color: #fff;
}
.nav-bar::-webkit-scrollbar {
  display: none
}
.nav-bar li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.nav-bar a {
  padding: 0 30px;
  display: block;
  color: #121212;
  font-weight: 600;
}
.nav-bar a:hover {
  color: #8733FF;
}
.nav-bar a.focus {
  color: #8733FF;
}

@media (max-width: 1200px) {
  .button-prev, .button-next {
    display: none !important;
  }
  .page-title {
    padding: 90px 0 60px;
  }
  .nav-bar li {
    font-size: 24px;
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .page-title {
    font-size: 32px;
    padding: 60px 24px 24px;
    text-align: left;
  }
  .nav-bar {
    padding: 0 12px;
    line-height: 52px;
    margin-bottom: 18px;
    text-align: left;
  }
  .nav-bar a {
    padding: 0 12px;
  }
  .nav-bar li {
    font-size: 14px;
  }
}
/* 消除自动填充表单的背景色 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.inputgroup {
  position: relative;
}
.inputgroup:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height:48px;
  /* background: #fff; */
  z-index: 0;
}

.inputgroup input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.inputgroup textarea {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 96px;
  line-height: 24px;
  z-index: 2;
  resize: vertical;
  background: transparent;
}

form .btn {
  width: 260px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  margin-top: 60px;
  background: var(--theme-color);
  font-weight: 700;
}
.inner-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 48px;
  font-weight: 600;
}
.inner-pagebox {
  padding-top: 80px !important;
}

@media (max-width: 1024px) {
  .inner-pagebox {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .inner-pagebox {
    padding-top: 48px !important;
  }
  .inner-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .inner-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .inner-pagebox {
    padding-top: 32px !important;
  }
  .inner-title {
    margin-bottom: 24px;
  }
}

.innerresize-l .searchable-select-holder {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  color: #757575;
  padding:0 0 0 16px;
  box-shadow: none;
}

.innerresize-l .searchable-select-dropdown{
  top: 47px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #757575;
}

.innerresize-l .searchable-select-input{
  height: 36px;
  line-height: 36px;
}

.innerresize-l .searchable-select-item{
  padding:8px;
  transition:none;
}
.inputgroup .icon-arrow-down {
  position: absolute;
  right: 12px;
  top:16px;
  color:#333;
  z-index: 2;
}
@media (max-width:767px) {
  .innerresize-body > div {
    display: block;
    width: 100%;
    padding: 0
  }
  .innerresize-l{
    border-right: 0;
  }
  .innerresize-l ul{
    width: 100%;
  }
}
/*---unsubscribe---*/
.unsubscribe-space {
  height: 7.4479vw;
  border-bottom: 1px solid var(--border-color);
}
.unsubscribe-flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.unsubscribe-left {
  width: var(--layout-left-width);
  border-right: 1px solid var(--border-color);
  padding: 3.125vw 2.60417vw;
}
.unsubscribe-right {
  width: calc(100vw - var(--layout-left-width));
}
.unsubscribe-box {
  width: 75%;
  height: 100%;
  border-right: 1px solid var(--border-color);
}
.unsubscribe {
  border-bottom: 1px solid var(--border-color);
}
.unsubscribe-content .unsubscribe-right {
  width: calc(100% - var(--layout-left-width));
}
.unsubscribe .title {
  font-size: 4.1667vw;
  font-weight: bold;
  color: #00FFCC;
  line-height: 1;
  text-align: left;
}
.unsubscribe .des {
  font-size: 1.4583vw;
  border-bottom: 1px solid var(--border-color);
  padding: 3.125vw 2.6042vw;
  line-height: 1.5;
  color: #ffffff;
}
.unsubscribe-iconbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.unsubscribe-iconbox li {
  width: calc(100% / 3);
  text-align: center;
  padding: 3.125vw 0 3.9583vw;
  
}
.unsubscribe-iconbox li:first-child {
  border-right: 1px solid var(--border-color);
}
.unsubscribe-iconbox li:last-child {
  border-left: 1px solid var(--border-color);
}
.unsubscribe-iconbox i {
  font-size: 4.1667vw;
  color:#ffffff;
}
.unsubscribe-iconbox p {
  margin-top: 1.5625vw;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4583vw;
}
.unsubscribe-select {
  font-size: 2.0833vw;
  height: 7.4479vw;
  line-height: 7.4479vw;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
}
.unsubscribe-btngroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.4479vw;
}
.unsubscribe .icon-check {
  color:#059922;
  font-size: 48px;
  margin:32px auto;
  display: block;
}
.unsubscribe-btngroup [class^='btn']{
  display: block;
  width: 50%;
  height: 100%;
  border: 0;
  background: #6D37FF;
  text-align: center;
  color: #ffff00;
  font-size: 2.0833vw;
  font-weight: bold;
  border-radius: 0;
}
.unsubscribe-btngroup a:first-child {
  width: 50%;
  height: 100%;
  background: transparent;
  color:#FFFF00;
  font-size: 2.0833vw;
  font-weight: bold;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--border-color);
}
.unsubscribe-btngroup [class^='btn']:hover {
  background-color: #6D37FF;
}
.unsubscribe-btngroup .btn:hover {
  color: #6D37FF;
  background-color:#FFFF00;
}
@media (max-width: 828px), (orientation:portrait){
  .unsubscribe-flex {
    flex-direction: column;
  }
  .unsubscribe-space {
    height: 12.6168vw;
  }
  .unsubscribe-space .unsubscribe-left {
    display: none;
  }
  .unsubscribe-content .unsubscribe-left {
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    padding: 4.6729vw;
  }
  .unsubscribe-content .unsubscribe-right {
    width: 100%;
    border-right: none;
  }
  .unsubscribe-box {
    width: 100%;
    border-right: none;
  }
  .unsubscribe .title {
    font-size: 7.0093vw;
    text-align: center;
  }
  .unsubscribe .des {
    padding: 4.6729vw;
    font-size: 3.7383vw;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
  .unsubscribe-iconbox {
    border-top: 1px solid var(--border-color);
  }
  .unsubscribe-iconbox li {
    padding: 7.0093vw 0 6.0748vw;
  }
  .unsubscribe-iconbox i {
    font-size: 8.4112vw;
  }
  .unsubscribe-iconbox p {
    margin-top: 2.8037vw;
    font-size: 3.271vw;
  }
  .unsubscribe-select {
    height: auto;
    padding: 4.6729vw;
    font-size: 4.6729vw;
  }
  .unsubscribe-btngroup {
    height: 12.6168vw;
  }
  .unsubscribe-btngroup [class^='btn'] {
    font-size: 4.6729vw;
  }
  .unsubscribe-btngroup a:first-child {
    font-size: 4.6729vw;
  }
}

/*---404page---*/
.nofind {
  display: table;
  margin: 120px auto 140px auto;
  text-align: center;
}

.nofind img{
  margin: 0 auto 40px auto;
}

.nofind p{
  margin-bottom: 16px;
}

.nofind .btn{
  width: 160px;
  margin-top: 24px;
}