body,
html,
p,
div {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-family: PingFang;
}

@font-face {
  font-family: 'PingFang';
  src: url('../font/PingFangMedium.ttf'),
    url('../font/PingFangBold.ttf'),
    url('../font/PingFangExtraLight.ttf'),
    url('../font/PingFangHeavy.ttf'),
    url('../font/PingFangRegular.ttf'),
    url('../font/PingFangLight.ttf');

}

a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

body {
  background-image: url('./../images/miilan_show/background.png');
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.mobile {
  max-width: 512px;
  width: calc(100% - 30px - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 0 30px;
}

.milan_show_icon {
  margin-top: 60px;
}

.milan_show_icon image {
  width: 72px;
  height: 72px;
}

.milan_show_title {
  margin-top: 10px;
  font-size: 21px;
  color: #000;
  font-weight: 600;
}

.milan_show_chinese_text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.milan_show_english_text {
  margin-top: 16px;
  font-size: 12px;
  color: #000;
  text-align: left;
  font-weight: 500;
  width: 100%;
}

.milan_show_instructions {
  margin-top: 10px;
  width: 100%;
}

.milan_show_instructions div {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.milan_show_instructions p {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.btns_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.android_download .milan_show_download_button {
  cursor: pointer;
  width: 147px;
  height: 40px;
  background-color: #4986FF;
  border-radius: 10px;
  color: #fff;
  margin-top: 32px;
  box-shadow: 0px 2px 3px 0px rgba(33, 43, 66, 0.5);
  display: flex;
}

.iphone_download .milan_show_download_button {
  cursor: pointer;
  width: 147px;
  height: 40px;
  background-color: #333333;
  border-radius: 10px;
  color: #fff;
  margin-top: 32px;
  box-shadow: 0px 2px 3px 0px rgba(33, 43, 66, 0.5);
  display: flex;
}

.milan_show_download_button div {
  font-size: 18px;
}

.android_download .milan_show_download_button_icon {
  width: 22px;
  height: 24px;
  margin-top: 8px;
  margin-left: 16px;
  background-image: url('./../images/miilan_show/milan_show_download_button_icon.png');
}

.iphone_download .milan_show_download_button_icon {
  width: 20px;
  height: 24px;
  margin-top: 8px;
  margin-left: 18px;
  background-image: url('./../images/miilan_show/milan_show_download_button_icon3.png');
}

.milan_show_download_button_text {
  margin-left: 16px;
  margin-top: 7px;
}

.milan_show_download_version {
  margin-top: 8px;
  width: 147px;
  font-size: 12px;
  color: #4986FF;
  display: flex;
  justify-content: space-between;
}

.milan_show_download_version div {
  font-size: 12px;
}

.pc {
  display: none;
}

.milan_show_pc_icon {
  margin-top: 96px;
}

.milan_show_pc_icon img {
  width: 259px;
  height: 46px;
}

.milan_show_pc_title {
  text-align: left;
  margin-top: 22px;
  width: 100%;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
}

.milan_show_pc_download_title {
  cursor: pointer;
  margin-top: 40px;
  width: calc(100% -120px);
  height: 29px;
  font-size: 21px;
  font-weight: 500;
  color: #4986FF;
  line-height: 29px;
  text-align: center;
  margin-left: 120px;
}

.milan_show_pc_pic {
  margin-left: 120px;
  margin-top: 270px;
}

.milan_show_pc_pic img {
  width: 635px;
  height: 423px;
  /* max-width: 100%; */
}

.opening {
  width: 100%;
  height: 123px;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.opening_title {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('./../images/down_prin_png.png') no-repeat;
  background-size: 100% 100%;
}

.closeing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* 屏幕宽度大于830小于1367时 */
@media (min-width: 830px) and (max-width: 1367px) {
  .mobile {
    width: 50%;
    height: 100%;
  }

  .milan_show_pc_download_title {
    margin-left: 27px;
  }

  .milan_show_pc_pic img {
    max-width: 100%;
  }

  .milan_show_pc_icon img {
    width: 170px;
    height: 30px;
  }

  .milan_show_pc_title {
    font-size: 30px;
  }

  .milan_show_icon {
    margin-top: 142px;
  }

  .milan_show_chinese_text {
    font-size: 18px;
  }

  .milan_show_english_text {
    font-size: 12px;
  }

  .milan_show_instructions div {
    font-size: 18px;
  }

  .milan_show_instructions p {
    font-size: 16px;
  }

  .milan_show_download_button {
    width: 170px;
    height: 64px;
  }

  .milan_show_download_version {
    width: 170px;
  }

  .milan_show_download_button div {
    font-size: 21px;
  }

  .btns_box {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .android_download .milan_show_download_button_icon {
    width: 35px;
    height: 40px;
    margin-top: 12px;
    margin-left: 15px;
    background-image: url('./../images/miilan_show/milan_show_download_button_icon1.png');
  }

  .iphone_download .milan_show_download_button_icon {
    width: 33px;
    height: 40px;
    margin-top: 12px;
    margin-left: 24px;
    background-image: url('./../images/miilan_show/milan_show_download_button_icon2.png');
  }

  .milan_show_download_button_text {
    margin-top: 18px;
    margin-left: 15px;
  }

  .milan_show_instructions {
    margin-top: 20px;
  }

  .android_download .milan_show_download_button {
    width: 170px;
    height: 64px;
    margin-top: 32px;
  }

  .iphone_download .milan_show_download_button {
    width: 170px;
    height: 64px;
    margin-top: 32px;
  }

  .milan_show_chinese_text {
    margin-top: 26px;
  }

  .opening_title {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('./../images/Down_pop_png@2x.png') no-repeat;
    background-size: 100% 100%;
  }

  .opening {
    height: 254px;
  }

  .pc {
    display: inline-block;
    width: 755px;
    height: 100%;
    max-width: 50%;
  }

  .milan_show_pc_title {
    margin-left: 92px;
  }

  .milan_show_pc_icon {
    margin-left: 92px;
  }

  .milan_show_pc_pic {
    margin-top: 47px;
    margin-left: 27px;
  }
}

/* 屏幕宽度大于1367时 */
@media (min-width: 1367px) {
  .mobile {
    width: 50%;
    height: 100%;
  }

  .pc {
    display: inline-block;
    width: 755px;
    height: 100%;
    max-width: 50%;
  }

  .milan_show_pc_icon {
    margin-top: 115px;
    margin-left: 0px;
  }

  .milan_show_pc_title {
    margin-left: 0px;
  }

  .milan_show_icon {
    margin-top: 142px;
  }

  .milan_show_pc_pic {
    margin-left: 27px;
  }

  .milan_show_pc_download_title {
    width: calc(100% - 120px);
    margin-left: 27px;
  }

  .milan_show_chinese_text {
    font-size: 21px;
  }

  .milan_show_english_text {
    font-size: 14px;
  }

  .milan_show_instructions {
    margin-top: 20px;
  }

  .btns_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .android_download .milan_show_download_button {
    width: 200px;
    height: 64px;
    margin-top: 39px;
  }

  .iphone_download .milan_show_download_button {
    width: 200px;
    height: 64px;
    margin-top: 39px;
  }

  .milan_show_download_button div {
    font-size: 21px;
  }

  .milan_show_instructions div {
    font-size: 18px;
  }

  .milan_show_instructions p {
    line-height: 32px;
    font-size: 16px;
  }

  .android_download .milan_show_download_button_icon {
    width: 35px;
    height: 40px;
    margin-top: 12px;
    margin-left: 22px;
    background-image: url('./../images/miilan_show/milan_show_download_button_icon1.png');
  }

  .iphone_download .milan_show_download_button_icon {
    width: 33px;
    height: 40px;
    margin-top: 12px;
    margin-left: 24px;
    background-image: url('./../images/miilan_show/milan_show_download_button_icon2.png');
  }

  .milan_show_download_button_text {
    margin-top: 18px;
    margin-left: 25px;
  }

  .milan_show_download_version {
    width: 200px;
  }
}

@media (max-height: 400px) {
  .mobile {
    height: 130%;
  }
}