* {
  margin: 0;
  padding: 0;
}
body {
   
    /* min-height: 6.4rem; */
    background-image: url(../img/bg_big2.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-color: rgb(250,250,250);
	background-position-x: center;
}

.img{
    width:0.98rem;
    height: 1.2rem;
    background-image: url('../img/image_wechat.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.isPC .img {
    margin-top: 0.1rem;
    margin-left: 1.31rem;
}

.notSamsung .img{
    margin-top: 2.38rem;
    margin-left: 1.31rem;
}

.isPC .text1,
.notSamsung .text1,
.needDownload .text1{
    margin-top: 0.32rem;
    height: 0.22rem;
    line-height: 0.22rem;
    font-family: SamsungOneUISCN-600;
    font-size: 0.18rem;
    color: #B1B1B1;
    text-align: center;
}

.notSamsung .text2,
.needDownload .text2{
    margin-top: 0.24rem;
    height: 0.18rem;
    line-height: 0.18rem;
    font-family: SamsungOneUISCN-600;
    font-size: 0.15rem;
    color: #000000;
    text-align: center;
}

.needDownload img{
	height:0.8rem;
	position: relative;
	left:40%;
	margin-top: 2rem;
}

.needDownload .download{
    height: 0.4rem;
    width: 2.2rem;
    border-radius: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 0.18rem;
    color: #FAFAFA;
    background: #0381FE;
	margin: auto;
    margin-top: 0.4rem;
}
.needDownload .open{
    /*height: 0.4rem;*/
    width: 2.2rem; 
    border-radius: 0.2rem;
    /* line-height: 0.4rem;*/
    /* text-align: center; */
    font-family: PingFangSC-Medium;
    font-size: 0.18rem;
    color: #FAFAFA;
    background: #0381FE;
    margin: auto;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
    display: table;
    /* text-align: center; */
    align-items: center;
    justify-content: center;

}
.isWeChat .text1,
.isWeChat .text2{
    font-family: SamsungOneUISCN-450;
    font-size: 0.18rem;
    margin-left: 1.02rem;
    color: #000000;
    line-height: 0.256rem;
}

.isWeChat .text1{
    /**margin-top: 2.98rem;**/
}
.isWeChat .iconArea{
    margin-top: 2.24rem;
}
.isWeChat img {
	height:0.8rem;
	position: relative;
	left:40%;
	margin-top: 2rem;
}

.isWeChat .icon{
    float: left;
    margin-left: 0.95rem;
    width:0.52rem;
    height: 0.52rem;
    background-image: url('../img/logo1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.iconText{
    float: left;
    margin-left: 0.15rem;
}

.iconText .iconText1{
    margin-top:0.03rem;
    line-height: 0.22rem;
    font-family: SamsungOneUISCN-450;
    font-size: 0.18rem;
    color: #EB5461;
}

.iconText .iconText2{
    margin-top:0.04rem;
    opacity: 0.8;
    font-family: PingFangSC-Regular;
    font-size: 0.15rem;
    color: #EB5461;
}

.tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 6.4rem;
  color: rgba(37, 37, 37, 0.68);
  font-size: 0.19rem;
  text-align: center;
}
.tip1,
.tip3 {
  margin-top: 3.05rem;
  height: 0.3rem;
}
.appLink {
  text-decoration:none;
  color: #FAFAFA;
  height: 0.4rem;
  line-height: 0.4rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}