div.welcome{
  width: 100%;
  height: 100%;
  background-image: url(./bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: auto;
}
div.welcome>main{
  width: 16.68rem;
  margin: 0 auto;
  padding-top: 0.88rem;
  position: relative;
}
div.welcome>main>img.logo{
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 2.5rem;
  height: 0.5rem;
}
div.welcome>main>img.title{
  display: block;
  margin: 0 auto;
  width: 8.21rem;
  height: 1.25rem;
}
div.welcome>main>h2{
  font-size: 0.3rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.02rem;
}
div.welcome>main>h1{
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.1rem;
}
div.welcome>main>h1:before{
  content: "\e651";
  font-family: "iconfont"!important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.12rem;
  margin-right: 0.05rem;
  color: #00DCFF;
  vertical-align: top;
  position: relative;
  top: 0.02rem;
}
div.welcome>main>div.ads{
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0.24rem;
}
div.welcome>main>div.ads>img{
  display: inline-block;
  width: 5.24rem;
  height: 2.92rem;
  margin-right: 0.48rem;
  cursor: pointer;
  border-radius: 0.1rem;
}
div.welcome>main>div.ads>img:hover{
  box-shadow: 0 0.06rem 0.3rem 0 rgba(0,64,200,0.80);
}
div.welcome>main>div.ads>img:last-child{
  margin-right: 0;
}
div.welcome>main>div.softwares{
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0.7rem;
  text-align: center;
}
div.welcome>main>div.softwares>label{
  display: inline-block;
  width: 2.48rem;
  height: 1.16rem;
  margin-right: 0.36rem;
  background-repeat: no-repeat;
  background-size: 0.84rem 0.84rem;
  background-position: 0.16rem 0.16rem;
  background-color: #3389eb;
  border-radius: 0.1rem;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0.19rem 0.94rem 0 rgba(41,56,132,0.60);
}
div.welcome>main>div.softwares>label:last-child{
  margin-right: 0;
}
div.welcome>main>div.softwares>label>h1{
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0;
  position: absolute;
  right: 0.04rem;
  top: 50%;
  width: 1.28rem;
  transform: translate(0, -50%);
  white-space: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.welcome>main>div.softwares>label>input+b:before{
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  content: '\e8b5';
  font-family: "iconfont"!important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.2rem;
  color: #8CC0FD;
}
div.welcome>main>div.softwares>label>input:checked+b:before{
  content: '\e7d7';
}
div.welcome>main>div.btns{
  height: 0.72rem;
  position: relative;
  text-align: center;
  font-size: 0;
}
div.welcome>main>div.btns>button{
  display: inline-block;
  vertical-align: top;
  width: 3.28rem;
  height: 0.72rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 0.72rem;
  font-size: 0.28rem;
  color: #88181e;
  font-weight: 600;
  box-sizing: border-box;
}
div.welcome>main>div.btns>button:hover{
  box-shadow: 0 0.2rem 0.4rem 0 rgba(41,56,132,0.60);
}
div.welcome>main>div.btns>button.download{
  margin-right: 0.4rem;
  background-image: linear-gradient(to top, #f6940b, #fee43c);
}
div.welcome>main>div.btns>button.download:disabled{
  color: #0c6acc;
  background-image: none;
  background-color: #2881dd;
  cursor: not-allowed;
}
div.welcome>main>div.btns>button.download:disabled:hover{
  box-shadow: none;
}
div.welcome>main>div.btns>button.more{
  border: 2px solid #fab91f;
  color: #ffca6c;
}
div.welcome>main>div.btns>button.more:hover{
  border: 0;
  color: #88181e;
  background-image: linear-gradient(to top, #f6940b, #fee43c);
}
div.welcome>main>div.btns>label.checkbox{
  position: absolute;
  left: 0;
  bottom: 0;
}
label.checkbox{
  display: inline-block;
  font-size: 0.14rem;
  line-height: 1;
  color: #8CC0FD;
  cursor: pointer;
}
label.checkbox>input+span:before{
  content: '\e8b5';
  font-family: "iconfont"!important;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.04rem;
}
label.checkbox>input:checked+span:before{
  content: '\e7d7';
}
div.popup{
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 5.24rem;
  height: 3.84rem;
  background-image: url("./popup.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
div.popup>label.checkbox{
  position: absolute;
  left: 50%;
  bottom: 0.36rem;
  transform: translate(-50%, 0);
  color: #146dd3;
}
div.operate{
  position: absolute;
  right: 0.12rem;
  top: 0.1rem;
  color: #FFFFFF;
  font-size: 0.12rem;
  line-height: 0.18rem;
  padding: 0.14rem 0;
}
div.operate>span.time{
  padding: 0 0.06rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.02rem;
}
div.operate>span.close{
  padding: 0 0.1rem;
  cursor: pointer;
}
