@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; */

}

.main .logo{
	  padding-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .logo img{
	width: 50%;
}

.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;
}

.title {
  margin: 0 0.2667rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2667rem;
}
.title .tips {
  display: flex;
  align-items: center;
}
.title .tips i {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.title .tips i::before {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #05a0fd;
}
.title .tips i::after {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #6bc6fd;
  margin-left: 4px;
}
.title .tips .label {
  font-weight: bold;
}

.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);
}
