body,html{
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Microsoft YaHei";
  padding: 0;
  font-size: 14px;
}
a{
  text-decoration: none;
}
.Hangupqrcode{
  width: 100%;
  height: 100%;
  background:url("../img/bg.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Hangupqrcode_content{
  width: 700px;
  min-width: 700px;
  text-align: center;
}
.Hangupqrcode_content img{
  width: 80%;
  background-size: 100% 100%;
}
.Up_Code{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.Up_Code-Left,.Up_Code-Right{
  width: 45%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0px;
}
.Up_Code-Left{
background-image: linear-gradient(left,#3e82c4,#7e72e7);
background-image: -webkit-linear-gradient(left,#3e82c4,#7e72e7);
}
.Up_Code-Right{
  background-image: linear-gradient(left,#9566f6,#dc71f0);
  background-image: -webkit-linear-gradient(left,#9566f6,#dc71f0);
  }
  .Code_header{
    width: 100%;
    height: 80px;
    display: flex;
     flex-direction: column;
     align-items: center;
  }
  .Code_header div{
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 10px;
  }
  .InstructionsForUse{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    background-color: rgb(255,255,255,0.2);
    border-radius: 40px;
    border:1px solid #c1c9f0;
    margin-top: 10px;
    cursor: pointer;
  }
  .ColorfulInstructions{
    border:1px solid #DEC3FB;
  }
  .InstructionsForUse img{
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    display: inline-block;
  }
  .InstructionsForUse span{
    color: #ffffff;
    margin-left: 3px;
  }
  .Instructions_Download{
    width: 95%;
    padding: 10px 0px;
    background: #f5f9fc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .Instructions_Download p{
    line-height: 26px;
    color: #666666;
  }
  .Instructions_Download img{
    width: 50%;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
  }
  .Instructions_Download span{
    color: #666666;
    margin: 8px 0px;
  }
 
.highSpee_Download{
  width: 100px;
  padding: 5px 10px;
  height: 25px;
  background-image: linear-gradient(left,#ff6c9e,#fe836b);
  background-image: -webkit-linear-gradient(left,#ff6c9e,#fe836b);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  cursor: pointer;
}
.highSpee_Download img{
  width: 15px;
  height: 20px;
  background-size: 100% 100%;
  display: inline-block;
}
.highSpee_Download span{
  color: #ffffff;
  margin-left: 8px;
}