.header {
  width: 100%;
  background-color: white;
  position: relative;
  top: 0;
  z-index: 90;
}

.header-content {
  width: 1080px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  background: url('../images/au-sprite.png') no-repeat  -2466px -85px;
  width: 121px;
  height: 35px;
  background-size: 2614px 1314px;
}

.nav-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.nav-text-item {
  margin-left: 50px;
  font-size: 16px;
  color: #032950;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-text-item span{
    padding: 10px;
}

.nav-text-item:hover span {
  color: #886dff;
}

.features::after,
.tips-tricks::after {
  content: url('../images/down_arrow_black.svg');
  display: inline-block;
  width: 7px;
  height: 12px;
  line-height: 12px;
  margin-left: 10px;
  transition: all 0.5s;
}

.features:hover::after,
.tips-tricks:hover::after {
  transform: rotateX(180deg);
  transform-origin: center;
}
.search{
    background: url('../images/au-sprite.png') no-repeat  -2410px -85px;
	width: 19px;
	height: 19px;
    background-size: 2614px 1314px;
}
.drop-down-list-p {
  border-radius: 0 0 12px 12px;
  display: flex;
  width: 916px;
  justify-content: space-between;
  padding: 23px 21px 33px;
  position: absolute;
  top: 75px;
  left: 109px;
  box-shadow: inset 0 5px 13px #f7f7f7;
  background-color: white;
}

.drop-down-list-p .list-p-item-box .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  color: #032950;
}

.list-p-item {
  width: 270px;
  height: 48px;
  margin-top: 35px;
  display: flex;
}

.list-p-item-logo {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(89, 105, 233, 0.07);
  border-radius: 10px;
}

.list-p-item-text {
  margin-left: 18px;
}

.list-p-name a {
  font-size: 14px;
  color: #032950;
  line-height: 19px;
  font-weight: 600;
}

.list-p-name a:hover {
  color: #886dff;
}

.list-p-subtitle {
  font-weight: 300;
  font-size: 10px;
  color: #032950;
  line-height: 14px;
  margin-top: 2px;
}

.drop-down-list-t {
  width: 740px;
  position: absolute;
  left: 302px;
  top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: inset 0 5px 13px #f7f7f7;
  border-radius: 0 0 14px 14px;
  visibility: hidden;
  background-color: #ffffff;
}

.features_list {
  width: 279px;
  justify-content: flex-start;
  overflow: hidden;
}

header .list_item {
  padding: 10px 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  border-radius: 2px;
  width: 95%;
  line-height: 1.5;
}

header .list_item:hover {
  background: #f1e7fc;
}

.drop-down-t-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 29px 36px 0 36px;
}

.drop-down-t-item:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.03);
}

.t-item-title {
  font-size: 14px;
  line-height: 17px;
}

.t-item-title a:hover,
.t-item-subhead p a:hover,
.t-item-subhead2 p a:hover {
  color: #886dff;
}

.t-item-subhead,
.t-item-subhead2 {
  margin: 3px 0 18px 0;
  font-size: 12px;
  line-height: 185.5%;
}

.t-item-subhead2 {
  margin: 3px 0 10px 0;
}

.t-item-subhead p a,
.t-item-subhead2 p a {
  font-weight: 300;
}

.rop-down-t-skip {
  font-weight: 500;
  font-size: 10px;
  line-height: 185.5%;
  margin-bottom: 15px;
}

.rop-down-t-skip::after {
  content: url('../images/arrow_red_gather.svg');
  display: inline-block;
  margin-left: 5px;
}

.rop-down-t-skip:hover::after {
  transform: translateX(10px);
  transition: all 0.5s;
}

.rop-down-t-skip a {
  color: #f96666;
}
.header-lucency {
  background: transparent;
  position: absolute;
}
.header-lucency + main > :first-child {
  margin-top: -100px;
  padding: 200px 0 !important;
}
.iphone .nav-text-item:first-child span {
  color: #742de8;
  box-shadow: 0px -3px 5px rgba(157.81, 82.45, 204, 0.18);
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%)
}
.iphone .nav-text-item:hover span {
    color: #742de8;
  }
  .android .logo {
    background-position: -10px -243px;
  }
.android .nav-text-item{
    color: #ffffff ;
}
.android .nav-text-item:nth-child(2) span {
    color: #FFF739;
    box-shadow: 0px -3px 5px rgba(157.81, 82.45, 204, 0.18);
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%)
  }
  .android .nav-text-item:hover span {
    color: #FFF739;
  }
  .android
  .tips-tricks::after {
    content: url('../images/down_arrow_white.svg');
  }
  .android .search{
    background-position: -141px -243px;
}
@media (max-width:1024px) {
  .header-lucency + main > :first-child {
    margin-top: -50px;
  }
  .header-content {
    width: 95%;
  }
  .nav-text-item {
    margin-left: 15px;
  }
  .drop-down-list-t {
    width: 75%;
    left: 200px;
  }
}
@media (max-width: 770px) {
  .mobile-content {
    height: 65rem;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -3px 22px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .mobile-search {
    width: 21rem;
    height: 21rem;
  }

  .mobile-logo {
    width: 127rem;
    height: auto;
    cursor: pointer;
    margin-left: 15rem;
  }

  .mobile-right {
    display: flex;
    margin-right: 15rem;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    height: 20rem;
    justify-content: space-between;
    margin-left: 26rem;
  }

  .mobile-menu span {
    width: 20rem;
    height: 3rem;
    background: #032950;
    border-radius: 2rem;
  }

  .mobile-list {
    display: none;
    position: absolute;
    top: 65rem;
    width: 100%;
    padding: 0 15rem;
    background-color: white;
  }

  .mobile-list-title {
    height: 63rem;
    display: flex;
    align-items: center;
    font-size: 16rem;
    line-height: 19rem;
    color: #032950;
    position: relative;
    cursor: pointer;
  }

  .mobile-list-title:hover {
    color: #886dff;
  }

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

  .mobile-list-title-active::before {
    display: none;
  }

  .mobile-features::after,
  .mobile-tips-tricks::after {
    content: url('../images/down_arrow_black.svg');
    position: absolute;
    right: 0;
    transition: all 0.5s;
  }

  .mobile-features.mobile-list-title-active::after,
  .mobile-tips-tricks.mobile-list-title-active::after {
    transform: rotate(180deg);
    transition: all 0.5s;
  }

  .mobile-list-pop,
  .mobile-list-pop1 {
    display: none;
    position: relative;
    text-align: center;
    margin-bottom: 29rem;
  }

  .mobile-list-pop::before,
  .mobile-list-pop1::before {
    content: '';
    display: block;
    position: absolute;
    border: 1rem solid rgba(0, 0, 0, 0.04);
    bottom: -29rem;
    width: 100%;
  }

  header .list_item {
    display: inline-block;
    padding: 10rem 20rem;
    font-size: 16rem;
    text-align: left;
  }

  .mobile-list-item {
    display: flex;
    align-items: center;
    margin-left: 19rem;
    margin-bottom: 24rem;
  }

  .mobile-list-item-right {
    width: 221rem;
    margin-left: 21rem;
  }

  .mobile-list-item-box .title {
    margin-left: 19rem;
    font-weight: 600;
    font-size: 14rem;
    line-height: 17rem;
    color: #032950;
    margin-bottom: 35rem;
  }

  .mobile-right-title {
    font-weight: 600;
    font-size: 12rem;
    line-height: 14rem;
    cursor: pointer;
  }

  .mobile-right-subhead {
    font-weight: 300;
    font-size: 10rem;
    line-height: 14rem;
    margin-top: 3rem;
  }

  .mobile-list-logo {
    width: 44rem;
    height: 44rem;
    border: 2rem solid rgba(89, 105, 233, 0.07);
    border-radius: 10rem;
    cursor: pointer;
  }

  .list-pop1-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list-pop1-box-item {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }

  .list-pop1-box-item .p-title {
    font-size: 16rem;
  }

  .p-list-item a {
    font-size: 12rem;
    line-height: 19rem;
  }

  .p-list-item a:hover {
    color: #886dff;
  }

  .solutions-mobile {
    color: #f96666;
    font-size: 10rem;
    text-align: center;
  }

  .solutions-mobile::after {
    content: url('../images/arrow_red_gather.svg');
    display: inline-block;
    margin-left: 5rem;
  }
  .iphone .mobile-list-title:first-child,.android .mobile-list-title:nth-child(2) {
    color: #742de8;
  }
}
