* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .wrap {
    display: block;
    height: 100%;
    background-color: #000;
  }
  #app {
    display: none;
  }
  .main {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    display: flex;
    overflow: hidden;
  }
  .main_left {
    width: 65%;
    height: 100%;
    background-color: #000;
  }
  .main_right {
    width: 35%;
    height: 620px;
    background-color: #000;
    position: relative;
  }
  .main_right_bottom{
    display: block;
    position: absolute;
    bottom: 15px;
    height: 60px;
    width: 100%;
  }
  /* .title {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-left: 60px;
    margin-top: 50px;
  } */
  .title1 {
    color: #fff;
    font-size: 35px;
    line-height: 26px;
    font-weight: bold;
    margin-left: 60px;
  }
  /* .qr {
    text-align: center;
    margin-top: 80px;
  } */
  .title {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-left: 60px;
    margin-top: 50px;
  }
  .qr {
    margin-top: 16px;
    margin-left: 20px;
    display: flex;
    box-sizing: border-box;
    padding-left:41px;
    padding-right: 47px;
    justify-content: space-between;
  }

  .xietiContent{
    max-width: 400px;
    font-size: 14px;
    /* line-height: 32px; */
    letter-spacing: 0.015em;
    font-weight: 400;
  }
  .ultext{
    padding-left: 15px;
    margin: 0;
  }
  .ultext li{
    font-size: 15px;
    margin-top: 5px;
  }
  .xietiText{
    margin-bottom: 10px;
  }
  .iText{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .endText{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1000px) {
  .wrap {
    display: none;
  }
  #app {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #000;
  }
  .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .content_top {
    margin-top: 0.9967rem;
    text-align: center;
  }
  .logo_img {
    width: 5.8933rem;
    height: 0.8533rem;
  }
  .content_middle {
    text-align: center;
    margin-top: 0.95rem;
    position: relative;
  }
  .phone_img_bottom{
    display: block;
    position: absolute;
    bottom: -0.9333rem;
    height: 2.6667rem;
    width: 100%;
  }
  .phone_img {
    display: block;
    margin: 0 auto;
    width: 6.4rem;
    height: 13.3067rem;
  }
  .content_bottom {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .btn {
    margin: 0 auto;
    width: 7.6533rem;
    height: 1.1733rem;
    background-color: #d90514;
    font-size: 0.3733rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1333rem;
  }
  .cover-box {
    width: 6.4rem;
    height: auto;
    position: absolute;
    top: 0;
    right: 0.3733rem;
    display: none;
    z-index: 200;
  }
  .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 100;
    display: none;
  }
  .popBox {
    color: #fff;
    width: 7.3333rem;
    height: 4.2667rem;
    background-color: #23292b;
    z-index: 200;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.2667rem;
    border-radius: 0.1333rem;
    display: none;
  }
  .install_btn {
    border-top: solid 1px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.38rem;
  }
  .popBox_title {
    font-size: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popBox_content {
    font-size: 0.38rem;
    padding: 0 0.2667rem;
    text-align: center;
  }
}
