.ladv {
	background: #201C1B;
} 

.download-btn {
	display: inline-flex;
    padding: 10px 60px;
    margin: 0 5px;
    border-radius: 20px;
    text-align: left;
    background-color: #f3281a;
    align-items: center; /* 垂直居中 */
    justify-content: flex-start; /* 内容靠左 */
}

.download-btn span {
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.download-button {
	display: block;
	width: 7.75362rem;
	height: 1.15942rem;
	margin: 0 auto;
	background: #E2AE5A;
	box-shadow: 0px 0.04831rem 0.12077rem 0px rgb(0 0 0 / 20%);
	border-radius: 0.07246rem;
	position: fixed;
	z-index: 4;
	bottom: 0.24155rem;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 0.43478rem;
	font-family: Roboto-Bold;
	font-weight: bold;
	color: white;
	line-height: 1.15942rem;
}
.banner-info {
  text-align: center;
  margin-top: 0.61633rem;
  position: relative; 
}
.banner-info h1 {
    font-size: 0.99034rem;
    font-family: Roboto-Bold;
    font-weight: bold;
    color: #E2AE5A;
    line-height: 1.15942rem; 
}
.banner-info h3 {
    font-size: 0.39464rem;
    font-family: Roboto-Regular;
    font-weight: 500;
    color: #E2AE5A;
    line-height: 0.54541rem;
    margin-top: 0.08908rem;
}
.banner-info .img {
    position: relative;
    z-index: 3;
}
.images {
	/*width: 8.5rem;*/
	height: 11.9rem;
	margin-top: 0.1rem;
}
.tips {
    text-align: center;
    margin-top: 15px;
}
.download {
	text-align: center;
	max-width: 10rem;
	bottom: 0.8rem; 
	z-index:5;
	position: fixed;
    left:0;
    right:0;
    margin:0 auto;
}
.images-dl {
	width: 24pxl; 
	height: 34px; 
	margin-right: 10px;
}
.faq {
    width: 100%;
    background: #212121;
    text-align: center;
    margin-top: 0.91787rem;
    padding-bottom: 0.72464rem;
}
.faq .faq-title {
    margin-bottom: 0.43478rem;
    text-align: center;
    padding-top: 1.0628rem;
    padding-bottom: 0.50725rem;
    font-size: 0.84541rem;
    font-family: Roboto-Bold;
    font-weight: bold;
    color: white;
    line-height: 1.11111rem;
    letter-spacing: 0.07246rem;
    background: linear-gradient(
334deg
, #45c660 20%, #ece34e 40%, #ff6635 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq .faq-list {
    margin-bottom: 0.65217rem;
}
.faq .bl-title {
    width: 8.00966rem;
    /*margin: 0 auto;*/
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 0.33816rem;
    /*font-size: 0.35647rem;*/
    color: #ffffff;
    letter-spacing: 0;
}
.faq .bl-title span:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    height: 0.64493rem;
    width: 0.64734rem;
    border-radius: 50%;
    font-size: 0.25816rem;
    color: #fff;
    letter-spacing: 0;
    margin-right: 0.22464rem;
}
.faq .bl-content {
    margin: 0 auto;
    margin-top: 0.31159rem;
    /*margin-top: 0.27159rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .bl-content .bl-text {
	width: 7.3rem;
    padding: 0.36232rem 0.28986rem;
    font-size: 0.31816rem;
    color: #9a9a9a;
    letter-spacing: 0;
    line-height: 0.43478rem;
    text-align: left;
    background: #333333;
    border-radius: 0.24155rem;
}

.faqtop {
    width: 100%;
    background: #212121;
    text-align: center;
    margin-top: 8.91787rem;
    padding-bottom: 0.72464rem;
}
.faqtop .faqtop-title {
    margin-bottom: 0.43478rem;
    text-align: center;
    padding-top: 0.0628rem;
    padding-bottom: 0.50725rem;
    font-size: 0.64541rem;
    font-family: Roboto-Bold;
    font-weight: bold;
    color: white;
    line-height: 0.81111rem;
    letter-spacing: 0.07246rem;
    background: linear-gradient(
334deg
, #45c660 20%, #ece34e 40%, #ff6635 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top .top-title {
    margin-bottom: 0.43478rem;
    text-align: center;
    padding-top: 0.0628rem;
    padding-bottom: 0.50725rem;
    font-size: 0.64541rem;
    font-family: Roboto-Bold;
    font-weight: bold;
    color: white;
    line-height: 0.81111rem;
    letter-spacing: 0.07246rem;
    background: linear-gradient(
334deg
, #45c660 20%, #ece34e 40%, #ff6635 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.top {
    width：100%;
    margin-top:0.4rem;
}

.top ul {
    counter-reset:section;
}

.top li {
    float:left;
    list-style:none;
    width:50%;
    line-height:0.8rem;
    height:0.8rem;
}

.top li:before {
    float:left;
    counter-increment:section;
    content:counter(section);
    display:inline-block;
    padding:0 0.25rem;
    margin-left:0.1rem;
    color:#138be4;
    font-size:0.38rem;
    font-weight:bold;
}
.top li a {
    float:left;
    color:#f5f5f5;
	text-decoration:none;
}
.top li:nth-child(1):before {
    color:#b00e27;
}
.top li:nth-child(2):before {
    color:#c74810;
}
.top li:nth-child(3):before {
    color:#eec10a;
}


