<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,html {
  height: 100%;
  font-size: 12px;
  background: #0c0d1f;
}
::-webkit-scrollbar {
  display: none;
}

#app {
  position: revert;
  font-family: Microsoft YaHei, Avenir, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  background: url(../images/app-pc.jpg) center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  overflow-y: scroll;
}
.logo{
  width: 429px;
  display: block;
  margin: 0 auto;
}

.head{
  display: flex;
  justify-content: space-around;
  padding: 40px 40px 0;
}
.testpc {
  display: block;
  margin: 0 auto;
  width: 460px;
}
.banner{
  width: 699px;
  margin-top: -55px;
  margin-left: -110px;
}
.btnpc{
  width: 480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnpc .img{
  width: 225px;
  cursor: pointer;
}

.remark{
  margin: 0 auto 0;
  color: #F8D0FF;
  font-size: 20px;
  line-height: 34px;
  padding: 0 20px;
}
.remark h5{
  font-size: 28px;
  margin: 10px auto; 
}
.popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.content{
  position: relative;
  width: 654px;
  height: 499px;
  padding: 30px 20px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  background: url(../images/app-pupop2.png) center center/cover no-repeat;
 
}
.scroll{
  height: 100%;
  overflow-y: scroll;
}
.content .tltle {
  font-size: 22px;
    line-height: 34px;
    color: #FFC700;
}
.content .head1 {
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -182px;
  width: 380px;
}
.content .close {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.content .tip {
  color: #FFC700;
}
.content .list{
  display: flex;
  justify-content: space-between;
  margin:20px auto;
  
}
.content .list .item{
  width:48%;
    /* height: 180px; */
    padding: 5px;
    color: #EDA3FF;
    font-size: 18px;
    line-height: 26px;
  /* background: url(../images/app-pupop3.png) center center/cover no-repeat; */
}
.content .list .item img {
  width: 100%;
}

.btnlist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btnlist .btn{
  width: 280px;
  height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/btnbg.png) center center / cover no-repeat;
    
    font-size: 30px;
    margin-top: 38px;
}
.btnlist .btn a{ 
  color: #fff;
  text-decoration: none;
}

















</pre></body></html>