@charset "UTF-8";

/* .swiper-slide {
    float: left;
} */
:root {
  --form-item-height: 4.2916vw;
}
.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: var(--form-item-height);
  border-bottom: var(--border-width) solid #000;
  font-size: 3.75vw;
  font-family: 'Yellowtail' !important;
}
.inputgroup select {
  -webkit-appearance:none;
  border-bottom: var(--border-width) solid #000;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: var(--form-item-height);
  border-radius: 2px;
  font-family: 'Yellowtail' !important;
}
.inputgroup .first-select {
  font-family: var(--font-family-main)!important;
}
.inputgroup textarea {
  position: relative;
  border-bottom: var(--border-width) solid #000;
  width: 100%;
  height: 8.2916vw;
  z-index: 2;
  resize: vertical;
  background: transparent;
  font-family: 'Yellowtail' !important;
  font-size: 3.75vw;
}

form .btn, form .btn-border {
   width: 100%;
  /*height: 48px;
  line-height: 48px;
  border-radius: 2px; */
  display: block;
  overflow: hidden;
}
.inner-title {
  font-size: 7.2916vw;
  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: 828) {
  .inner-title {
    font-size: 16.8224vw;
    line-height: 1;
  }
  .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 {
  width: 1000px;
  text-align: center;
  display: table;
  margin:100px auto 200px auto;
}

.unsubscribe .title {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #000000;
}

.unsubscribe .des {
  font-size: 16px;
  margin-bottom: 40px;
}
.unsubscribe-iconbox {
  display: table;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.unsubscribe-iconbox li{
  display: table-cell;
  width: 33.33333%;
  text-align: center;
}

.unsubscribe-iconbox i{
  font-size: 48px;
  color:#121212;
}

.unsubscribe-iconbox p{
  margin-top: 20px;
}

.unsubscribe-select {
  font-size: 18px;
  margin-top: 48px;
}

.unsubscribe-btngroup {
  display: table;
  margin:0 auto;
}
.unsubscribe .icon-check{
  color:#059922;
  font-size: 48px;
  margin:32px auto;
  display: block;
}
.unsubscribe-btngroup [class^='btn']{
  display: block;
  min-width: 306px;
  margin-top: 32px;
  float: left;
  /* height:48px;
  line-height: 48px;
  
  border-radius: 2px;
  border: 0;
  background: #0B352A;
  border-radius: 12px 12px 0 0; */
}

.unsubscribe-btngroup a:first-child {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unsubscribe-btngroup [class^='btn']:hover {
  /* background-color: #7B7B7B; */
}
.unsubscribe-btngroup .btn:hover {
  /* color: #0B352A; */
}

@media (max-width:828px) {
  .unsubscribe {
    margin:80px auto 120px auto;
  }
}

@media (max-width:828px) {
  .unsubscribe {
    width: 100%;
    margin:60px auto;
  }
  .unsubscribe-btngroup [class^='btn'] {
    font-size: 18px;
    min-width: auto;
  }
  .unsubscribe .title{
    font-size: 26px;
  }
  .unsubscribe-iconbox p{
    font-size: 13px;
  }
  .unsubscribe-iconbox i{
    font-size: 36px;
  }
  .unsubscribe-btngroup {
    display: block;
  }
  .unsubscribe-btngroup [class^='btn']{
    width:calc(50% - 10px);
    margin-top: 24px;
  }
  .unsubscribe .icon-check{
    font-size:32px;
  }
}

/*---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;
}