body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

body {
  font: 12px"宋体", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

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
}

section,
div,
li,
input,
textarea {
  box-sizing: border-box
}

input,
textarea {
  outline: none;
  border: none;
  resize: none
}

button {
  border: none;
}

i {
  display: inline-block;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

.pc-style {
  display: block;
}

.mobile-style {
  display: none;
}

.flex {
  display: flex;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  font-family: 'Rubik';
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-SemiBold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Light.ttf');
  font-weight: 300;
}


.passixer-banner {
  width: 100%;
  background: linear-gradient(149deg, #7028E4 0%, #E5B2CA 100%);
  text-align: center;
  padding: 59px 0 82px;
}

.passixer-banner .banner_accomplish {
  background: url('../images/common-sprite.png') no-repeat -519px -610px;
  width: 167px;
  height: 132px;
}

.passixer-banner .banner_title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 24px;
}

.passixer-banner .banner_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 10px;
}

.win-icon {
  background: url('../images/common-sprite.png') no-repeat -368px -128px;
  width: 40px;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
  border-left: 1px rgba(33, 42, 51, 0.21) solid;
}

.mac-icon {
  background: url('../images/common-sprite.png') no-repeat -894px -648px;
  width: 40px;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
  border-left: 1px rgba(33, 42, 51, 0.21) solid;
}
.passixer-au-banner  {
  background: url('../../img/install/au-banner-bg.png') no-repeat center;
  background-size: cover;

} 
.passixer-au-banner  .banner_accomplish {
    background: url('../images/au-sprite.png') no-repeat -1843px -85px;
    background-size: 2614px 1314px;
    width: 168px;
    height: 133px;
  }
@media (max-width: 1024px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 770px) {
  html {
    font-size: 0.2666667vw;
  }

  /* .container {
    width: 95%;
  } */

  .mobile-style {
    display: block;
  }

  .pc-style {
    display: none;
  }


  .passixer-banner {
    padding: 52rem 0 73rem;
  }

  .passixer-banner .banner_accomplish {
    background: url('../images/common-sprite.png') no-repeat -743rem -622rem;
    background-size: 1178rem 943rem;
    width: 131rem;
    height: 104rem;
  }

  .passixer-banner .banner_title {
    font-size: 36rem;
    margin-top: 31rem;
  }

  .passixer-banner .banner_desc {
    font-size: 16rem;
    margin-top: 10rem;
  }

  .win-icon {
    background: url('../images/common-sprite.png') no-repeat -368rem -128rem;
    background-size: 1178rem 943rem;
    width: 40rem;
    height: 24rem;
  }

  .mac-icon {
    background: url('../images/common-sprite.png') no-repeat -894rem -648rem;
    background-size: 1178rem 943rem;
    width: 40rem;
    height: 24rem;
  }
  .passixer-au-banner 
    .banner_accomplish {
      background: url('../images/au-sprite.png') no-repeat -1843rem -85rem;
      background-size: 2614rem 1314rem;
      width: 168rem;
      height: 133rem;
    }
  
}