*{
margin:0;
padding:0;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body,html{
	background-color:#0B0E11;
}
.navbar{
	width:100%;
	height:60px;
	margin:0 auto;
	background-color:#181A20;
}
.binance-logo{
	width:160px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size: 1.3em;
	font-weight: bold;
	color: #f3ba2f;
	padding-left:30px;
}
.binance-logo img{
	width:100%;
	height:100%;
}
.nav-links{
	width:100%;
	max-width:800px;
	float:left;
	height:60px;
	display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
	color:#fff;
	font-size:0.9em;
}
.nav-links ul{
	width:100%;
	height:60px;
	float:left;
	list-style-type:none;
}
.nav-links ul li{
	padding:0 20px;
	height:60px;
	line-height:60px;
	float:left;
}
.main{
	width:100%;
	max-width:1200px;
	height:auto;
	min-height:100px;
	margin:0 auto;
}
.main-left{
	width:500px;
	height:600px;
	float:left;
	padding:50px 50px;
	color:#fff;
	text-align:center;
}
.main-left h1{
	width:100%;
	font-size:3.0em;
	margin:50px 0;
}
.main-left p{
	font-size:1.0em;
	line-height:150%;
	margin-top:50px;
}
.main-right{
	width:500px;
	height:600px;
	float:left;
	padding:50px 50px;
	text-align:center;
}
.main-right img{
	height:100%;
	border-radius:10px;
}
.main-left button {
	width:220px;
	padding: 10px 20px;
	font-size: 1.0em;
	background-color: #f3ba2f;
	color: #1E2329;
	border: none;
	cursor: pointer;
	margin:50px 0 0 30px;
	border-radius:10px;
}
.main-left button:hover {
	background-color:#F8D12F;
}
.binance-android{
	width:100%;
	max-width:1140px;
	height:200px;
	float:left;
	padding:30px 30px;
	color:#fff;
	background-color:#202630;
	border-radius:15px;
	margin-top:50px;
}
.android-ioc{
	width:200px;
	height:200px;
	float:left;
}
.android-ioc img{
	width:100%;
	height:100%;
}
.android{
	width:800px;
	height:200px;
	float:left;
	padding: 0 0 0 140px;
}
.android h2,
.ios h2{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
}
.android ul,
.ios ul{
	height:35px;
	width:100%;
	float:left;
	list-style-type:none;
}
.android ul li,
.ios ul li{
	padding:20px;
	line-height:35px;
	float:left;
	font-size:0.8em;
}
.android p,
.ios p{
	float:left;
	line-height:28px;
	font-size:0.9em;
	margin-top:25px;
}
.binance-ios{
	width:100%;
	max-width:1140px;
	height:200px;
	float:left;
	padding:30px 30px;
	color:#fff;
	background-color:#202630;
	border-radius:15px;
	margin-top:50px;
}
.ios{
	width:800px;
	height:200px;
	float:left;
	padding: 0 140px 0 0;
}
.ios-ioc{
	width:200px;
	height:200px;
	float:left;
}
.ios-ioc img{
	width:100%;
	height:100%;
}
.binance-faq{
	width:100%;
	max-width:1140px;
	height:auto;
	float:left;
	margin-top:100px;
	border:1px solid #202630;
	border-radius:10px;
	padding:30px;
}
.binance-faq-section {
    font-family: Arial, sans-serif;
  }

.binance-faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	color:#fff;
	height:40px;
	line-height:40px;
	margin-top:10px;
}
.binance-faq-question h3{
	font-size:1.3em;
	font-weight:100;
}

.binance-faq-question::after {
	content: '+';
	font-size: 24px;
	cursor: pointer;
}

.binance-faq-answer {
	display: none;
	padding: 10px;
	background-color: #f9f9f9;
}
.feed-dow{
	width:100%;
	max-width:1200px;
	float:left;
	margin-top:50px;
}
.binance-feed{
	width:500px;
	height:auto;
	float:left;
	padding:50px;
	background-color:#202630;
	border-radius:15px;
}
.binance-feed ul{
	width:100%;
	height:auto;
	float:left;
	list-style-type:none;
}
.binance-feed ul li{
	width:100%;
	height:60px;
	float:left;
	color:#fff;
	margin-top:20px;
}
.binance-feed ul li h4{
	width:100%;
	height:35px;
	float:left;
	line-height:35px;
	font-size:1.0em;
	overflow: hidden;
}
.binance-feed ul li p{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	font-size:0.8em;
	overflow:hidden;
}
.binance-down{
	width:390px;
	height:auto;
	float:left;
	padding:40px 30px 40px 30px;
	margin-left:150px;
	background-color:#202630;
	border-radius:15px;
}
.download-app{
	width:100%;
	height:95px;
	float:left;
	margin-top:20px;
}
.download-app-ico{
	width:90px;
	height:90px;
	float:left;
	border:1px solid #fff;
	border-radius:10px;
}
.download-app-ico img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.app-title{
	width:265px;
	height:70px;
	float:left;
	padding:20px 0 0 30px;
	font-size:1.0em;
	color:#fff;
}
.footer{
	width:100%;
	height:30px;
	margin-top:100px;
	border-top:1px solid #202630;
	float:left;
	font-size: 0.8em;
	color: #B7BDC6;
	padding: 50px 0;
}

.footer a {
    color: #B7BDC6;
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.3s ease; /* 平滑过渡效果 */
}
.feed-dow a{
    color: #fff;
    text-decoration: none;
}
.binance-faq a{
    color: #f3ba2f;
}
.nav-links a{
    color:#fff;
    text-decoration: none;
}
button a{
    color:#1E2329;
    text-decoration: none;
}
/*****吸底广告*****/
/*****吸底广告*****/
.footer-ad {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	height: 90px;
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

/* 内部内容样式 */
.footer-ad-content {
	width:100%;
	width:1200px;
	height:90px;
	float:left;
}
.ad-img{
	width:120px;
	height:70px;
	float:left;
	padding:10px;
	margin-left:100px
}
.ad-img img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.ad-main{
	width:1000px;
	height:90px;
	float:left;
	padding-left:100px;
}
.ad-title{
	width:450px;
	height:90px;
	line-height:40px;
	float:left;
	font-size:1.4em;
	color:#181A20;
}
.ad-download{
	width:400px;
	height:90px;
	line-height:90px;
	float:left;
}
.ad-download button{
	width:150px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0 20px;
	font-size:0.9em;
	background-color:#f3ba2f;
	color: #1E2329;
	border: none;
	cursor: pointer;
	border-radius:10px;
}
.ad-download button:hover {
	background-color:#F8D12F;
}

@keyframes flash {
  0% {
    color: red;
  }
  50% {
    color: #181A20;
  }
  100% {
    color: red;
  }
}

.flashing{
  font-size:1.4em;
  color: red;
  animation: flash 1s infinite;
  font-weight:600;
}


@media (max-width: 768px) {
	.navbar{
	width:100%;
	height:60px;
	margin:0 auto;
	background-color:#181A20;
}
.binance-logo{
	width:30%;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size: 1.3em;
	font-weight: bold;
	color: #f3ba2f;
	padding-left:0px;
}
.binance-logo img{
	width:100%;
	height:100%;
}
.nav-links{
	width:70%;
	max-width:none;
	float:left;
	height:60px;
	display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
	color:#fff;
	font-size:0.9em;
}
.nav-links ul{
	width:100%;
	height:60px;
	float:left;
	list-style-type:none;
}
.nav-links ul li{
	padding:0 10px;
	height:60px;
	line-height:60px;
	float:left;
}
.main{
	width:100%;
	max-width:1200px;
	height:auto;
	min-height:100px;
	margin:0 auto;
}
.main-left{
	width:95%;
	height:auto;
	min-height:100px;
	float:left;
	padding:2%;
	color:#fff;
	text-align:center;
}
.main-left h1{
	width:100%;
	font-size:2.0em;
	margin:30px 0;
}
.main-left p{
	font-size:1.0em;
	line-height:150%;
	margin-top:50px;
}
.main-right{
	width:95%;
	height:400px;
	float:left;
	padding:2%;
	text-align:center;
}
.main-right img{
	height:100%;
	border-radius:10px;
}
.main-left button {
	width:220px;
	padding: 10px 20px;
	font-size: 1.0em;
	background-color: #f3ba2f;
	color: #1E2329;
	border: none;
	cursor: pointer;
	margin:50px 0 0 30px;
	border-radius:10px;
}
.main-left button:hover {
	background-color:#F8D12F;
}
.binance-android{
	width:95%;
	max-width:1140px;
	height:auto;
	float:left;
	padding:2%;
	color:#fff;
	background-color:#202630;
	border-radius:15px;
	margin-top:50px;
}
.android-ioc{
	width:20%;
	height:90px;
	float:left;
}
.android-ioc img{
	width:100%;
	height:100%;
}
.android{
	width:80%;
	height:220px;
	float:left;
	padding: 0 0 0 0px;
}
.android h2,
.ios h2{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
.android ul,
.ios ul{
	height:auto;
	width:100%;
	float:left;
	list-style-type:none;
}
.android ul li,
.ios ul li{
	padding:0px 10px;
	height:25px;
	line-height:25px;
	float:left;
	font-size:0.8em;
}
.android p,
.ios p{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:0.9em;
	margin-top:0;
}
.binance-ios{
	width:95%;
	max-width:1140px;
	height:auto;
	float:left;
	padding:2%;
	color:#fff;
	background-color:#202630;
	border-radius:15px;
	margin-top:50px;
}
.ios{
	width:80%;
	height:220px;
	float:left;
	padding: 0 0px 0 0;
}
.ios-ioc{
	width:20%;
	height:90px;
	float:left;
}
.ios-ioc img{
	width:100%;
	height:100%;
}
.binance-faq{
	width:92%;
	max-width:1140px;
	height:auto;
	float:left;
	margin-top:100px;
	border:1px solid #202630;
	border-radius:10px;
	padding:4%;
}
.binance-faq-section {
    font-family: Arial, sans-serif;
  }

.binance-faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	color:#fff;
	height:40px;
	line-height:40px;
	margin-top:10px;
}
.binance-faq-question h3{
	font-size:1.3em;
	font-weight:100;
}

.binance-faq-question::after {
	content: '+';
	font-size: 24px;
	cursor: pointer;
}

.binance-faq-answer {
	display: none;
	padding: 10px;
	background-color: #f9f9f9;
}
.feed-dow{
	width:100%;
	max-width:1200px;
	float:left;
	margin-top:50px;
}
.binance-feed{
	width:95%;
	height:auto;
	float:left;
	padding:2%;
	background-color:#202630;
	border-radius:15px;
}
.binance-feed ul{
	width:100%;
	height:auto;
	float:left;
	list-style-type:none;
}
.binance-feed ul li{
	width:100%;
	height:60px;
	float:left;
	color:#fff;
	margin-top:20px;
}
.binance-feed ul li h4{
	width:100%;
	height:35px;
	float:left;
	line-height:35px;
	font-size:1.0em;
}
.binance-feed ul li p{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	font-size:0.8em;
	overflow:hidden;
}
.binance-down{
	width:95%;
	height:auto;
	float:left;
	padding:2%;
	margin-left:0px;
	background-color:#202630;
	border-radius:15px;
	margin-top:30px;
}
.download-app{
	width:100%;
	height:95px;
	float:left;
	margin-top:20px;
}
.download-app-ico{
	width:20%;
	height:80px;
	float:left;
	border:1px solid #fff;
	border-radius:10px;
}
.download-app-ico img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.app-title{
	width:70%;
	height:70px;
	float:left;
	padding:10px 0 0 3%;
	font-size:1.0em;
	color:#fff;
}
.footer{
	width:100%;
	height:30px;
	margin-top:30px;
	border-top:1px solid #202630;
	float:left;
	font-size: 0.8em;
	color: #B7BDC6;
	padding: 20px 0;
}

/*****吸底广告*****/
.footer-ad {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	height: 90px;
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

/* 内部内容样式 */
.footer-ad-content {
	width:100%;
	width:1200px;
	height:90px;
	float:left;
}
.ad-img{
	width:120px;
	height:70px;
	float:left;
	padding:10px;
	margin-left:100px
}
.ad-img img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.ad-main{
	width:1000px;
	height:90px;
	float:left;
	padding-left:100px;
}
.ad-title{
	width:450px;
	height:90px;
	line-height:40px;
	float:left;
	font-size:1.4em;
	color:#181A20;
}
.ad-download{
	width:400px;
	height:90px;
	line-height:90px;
	float:left;
}
.ad-download button{
	width:150px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0 20px;
	font-size:0.9em;
	background-color:#f3ba2f;
	color: #1E2329;
	border: none;
	cursor: pointer;
	border-radius:10px;
}

}

@media (max-width: 480px) {
	.footer-ad {
		height: 50px; /* 在更小屏幕上进一步减少高度 */
	}
	.footer-ad-content {
		font-size: 14px; /* 字体大小进一步减少 */
	}
}
