﻿

/* CSS Usdt */
/*钱包导航----开始--------------------------------------------------------*/
.usd_nav {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
	margin-top: 50px;
	z-index: 998;
}

.usd_nav a {
	flex: 1;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	margin-bottom: 20px;
	border: 1px solid var(--sc05);
	color: var(--sc05);
	padding: 10px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s;

}

.usd_nav .usd_act {
	background: linear-gradient(0deg, var(--sc01), var(--sc02));
	color: var(--sc04);
}

.usd_nav a i {
	width: 40px;
	height: 40px;
	background: url(../image/bt_zs02.png) center 0 no-repeat;
	background-size: 40px 40px;
}

.usd_nav a p {
	font-size: 24px;
	white-space: nowrap;
	padding: 5px;
	border-radius: 20px;
}

/*钱包导航----结束--------------------------------------------------------*/
/*钱包内容----开始--------------------------------------------------------*/
.qianbao {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	border-radius: 16px;
	margin-bottom: 30px;
}

.qianbao .usd_box {
	width: 305px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bai);
	margin: 10px;
	box-sizing: border-box;
	border: solid 1px var(--sc02);
}

.usd_box .usdt_logo {
	max-width: 100%;
	height: 140px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}
.usd_box .usdt_logo img {
	max-height: 80px;
}
.usd_box p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: var(--sc04);
	background: var(--sc06);
}

.usd_box:hover p {
	background: linear-gradient(0deg, var(--sc01), var(--sc02));
}
/*钱包内容----结束--------------------------------------------------------*/
/*相关教程----开始--------------------------------------------------------*/
.usdt_zc {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	border-radius: 16px;
	margin-bottom: 30px;
}

.usdt_zc a {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bai);
	margin: 10px;
	box-sizing: border-box;
	border: solid 1px var(--sc02);
	display: flex;
	justify-content: center;
	align-items: center;
}

.usdt_zc .us_zc_logo {
	width: 120px;
	min-width: 120px;
	padding: 0 20px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.usdt_zc .us_zc_logo img {
	max-height: 60px;
}

.usdt_zc a p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 60px;
	font-size: 18px;
	color: var(--sc04);
	background: var(--sc06);
}

.usdt_zc a:hover p {
	background: linear-gradient(0deg, var(--sc01), var(--sc02));
}
/*相关教程----结束--------------------------------------------------------*/