@charset "utf-8";

@font-face {
  font-family: 'MiSans';
  src: url('../fonts/MiSans-Regular.ttf') format('truetype');
  font-weight: 400; /* 正常字体 */
  font-style: normal;
	font-display: swap; /* 使用 swap 策略 */
}

@font-face {
  font-family: 'MiSans';
  src: url('../fonts/MiSans-Medium.ttf') format('truetype');
  font-weight: 500; /* 加粗字体 */
  font-style: normal;
    font-display: swap; /* 使用 swap 策略 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
      font-family: MiSans, sans-serif;
}



ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /* background-color: #e5e5e5; */
 background:
    url(/images/top.png) top center / 100% 50% no-repeat,
    linear-gradient(180deg, #C3ECFF 0%, #FFF 100%);

    
}



.main .top{
    padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.main .top .header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.main .top .header .title{
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; 
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main .top .header .sub{
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main .logo{
	display: flex;
	justify-content: center;
	align-items: center;
  background: #fff;


width: 64px;
height: 64px;
border-radius: 18px;
background: #FFF;
box-shadow: 0 8px 8px 0 rgba(33, 150, 243, 0.26);
/* position: absolute; */

}

.main .logo img{
	width: 36px;
}

.main .bottom{
  margin:50px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}

.main .bottom .item{
  border-radius: 19px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(102, 178, 239, 0.16);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;;
}

.main .bottom .item .title{
  color: #007AFF;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main .bottom .item .download{
  display: flex;
  gap: 9px;

}

.main .bottom .item button{
border-radius: 12px;
background: #2D92FF;
display: flex;
height: 44px;
padding: 4px 10px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-width: 0;
gap: 10px;
}

.main .bottom .item button span{
  color: #FFF;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
line-height: 40px; /* 285.714% */
letter-spacing: 1px;
text-transform: capitalize;
}


.main .bottom .item button img{
  width: 16px;
}

.main .bottom .item .download .options{
  flex: 1;
  border-radius: 9px;
background: rgba(33, 150, 243, 0.08);
display: flex;
height: 42px;
justify-content: center;
align-items: center;
gap: 4px;
flex-shrink: 0;
}

.main .bottom .item .download .options span{
  color: #0D0D0D;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 1.1;
letter-spacing: 1px;
text-transform: capitalize;
}

.main .bottom .item .download img{
  width: 16px;
  flex-shrink: 0;
}


.main .frame{
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.main .frame img{
	width: 90%;
}

.main .middle{
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	  /* line-height: 1; */
}

.main .middle div{
	
	font-size: 20px;
	
	font-size: 37px;
	font-weight:bold;
	
	background: rgb(131,58,180);
	background: radial-gradient(circle, #0281FB 0%, #f1f2f6 50%, #ffffff 100%);
	  /*--- CCS渐变生成：https://cssgradient.io/ --*/
	
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: flowCss 10s infinite linear;
	
}

@-webkit-keyframes flowCss {
0% {
background-position: 0 0;
}
100% {
background-position: -400% 0;
}
}



.main .desc{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	color: #333;

	font-size: 14px!important;
	font-weight: 500;
}

.main .desc a{
	color: #0281FB;
	font-size: 14px;
	font-weight: 500;
}


.app-title {
  padding-top: 0.6rem;
}

.app {
  margin: 0 0.2667rem 0.5rem 0.2667rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  /* line-height: 1.3333rem; */
  text-align: center;
  color: #4396f4;
  font-weight: bold;
  font-size: 0.5rem;
  display: flex;
  justify-content: space-evenly;
  padding: 0.64rem 0;
}

.app dl {
  width: 45%;
  cursor: pointer;
  border-radius: 6.267px;
  background: #E8F4FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 120px;
}
.app dl dt {
  width: 100%;
  /* margin-bottom: 0.4267rem; */
}

.app dl dt img {
  height: 1.28rem;
}
.app dl dd {
  font-size: 0.4267rem;
  color: #333;
  
  font-weight: 500;
  
}
.help {
  margin: 0.6rem 0;
  text-align: center;
  font-size: 0.3733rem;
  color: #161616;
}
.help a {
  text-decoration: underline;
  font-size: 0.3733rem;
  color: #069fff;
}
.index {
  width: 10rem;
  height: 4.9333rem;
  margin: 2rem auto 0 auto;
  background: url(https://populars.oss-cn-hangzhou.aliyuncs.com/xile/other/app/index.jpg) no-repeat;
  background-size: 100% 100%;
}
#weixin-tip {
  width: 100%;
  height: 100%;
  background: url(https://populars.oss-cn-hangzhou.aliyuncs.com/xile/other/app/wx.jpg) no-repeat;
  background-size: 100%;
  background-color: #000;
  position: fixed;
  top: 0rem;
  display: none;
}
#iosdo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0rem;
  display: none;
}
#iosdo .content-1 {
  margin: 30% auto 0 auto;
  width: 9.0667rem;
  background-color: #fff;
  border-radius: 0.2667rem;
  padding: 0.4rem;
  position: relative;
}
#iosdo .content-1 p {
  font-size: 0.35rem;
  line-height: 0.6rem;
  color: #111;
  margin-bottom: 0.4rem;
}
#iosdo .content-1 .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
#iosdo .content-1 .set img {
  margin-left: 0.2rem;
}
#iosdo .content-1 button {
  padding: 0.2rem;
  margin-top: 0.2667rem;
}
#iosdo .content-1 .close {
  width: 1.0667rem;
  height: 1.0667rem;
  border-radius: 50%;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.5333rem;
  font-size: 0.4rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.0667rem;
  font-size: 0.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
