.container {
  width: 100vw;
  height: 100vh;
  background: #000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.phone {
  display: block;
  width: calc(100vh*0.56);

  position: absolute;
  left: calc( 100vh*0.56 + 350px);
  bottom: 0;
  z-index: 0;
}

.logo {
  display: block;
  width: 138px;
  height: 46px;
}

main {
  flex: 1;
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 0 222px;
  box-sizing: border-box;
}

.main_left {

  width: 303px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.slogan {
  display: block;
  width: 303px;
  height: 156px;
}

.code_box {
  width: 100%;
  height: 42px;
  display: flex;
}

.main_right {
  width: 500px;
  overflow: hidden;
  display: flex;
  margin-left: 100px;
}

.main_img {
  width: 460px;
  height: 600px;
}




.item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.50);
  font-family: "SF Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 8px;
  user-select: none;
}


.codeItem {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 999999999;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  margin-right: 8px;
}

.codeItem:hover .androidCode {
  display: block;
}

.androidCode {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  bottom: -120px;
  border-radius: 10px;
  /* padding: 4px; */
  display: none;
}

.androidCodeImg {
  display: block;
  width: 100%;
  height: 100%;
}

.appleItem {
  flex: 1;
  /* border: 1px solid rgba(255, 255, 255, 0.20); */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 999999999;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
}

/* .appleItem:hover .appleCode {
  display: block;
} */

.appleCode {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  bottom: -120px;
  border-radius: 10px;
  /* padding: 4px; */
  display: none;
}

.appleCodeImg {
  display: block;
  width: 100%;
  height: 100%;
}

.downloadIcon {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}






footer {
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}


.download {
  display: none;
}

.main_img_m{
  display: none;
}

.slogan_m{
  display: none;
}

.phone_m{
  display: none;
}

.mask{
  display: none;
}

.download{
  display: none;
}