/*通用类*/
* {
	margin: 0;
	padding: 0;
}
:root {
    --jia_background: #F65253;
    --jian_background: #4E8DFF;
  }

body {
	min-width: 1400px;
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	text-align: justify;
	color: #000;
	line-height: 1.6;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f60;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
textarea {
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #515151;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #515151;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #515151;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #515151;
}

.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}

.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}

.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}

.line50 {
	font-size: 1px;
	height: 50px;
	width: 100%;
	clear: both;
}

.line150 {
	font-size: 1px;
	height: 150px;
	width: 100%;
	clear: both;
}

.show {
	display: block !important;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.head_top {
	width: 100%;
	height: 80px;
	background: #57574A;
	line-height: 80px;
}

.head_top {
	text-align: right;
	font-size: 16px;
	color: #fff;
}

.head_top img {
	float: right;
	height: 100%;
	display: block;
	margin-left: 79px;
}

header {
	height: 60px;
	background: #181818;
}

header .logo {
	float: left;
	margin-top: 5px;
}

nav {
	float: right;
}

nav ul li {
	float: left;
	line-height: 58px;
	margin-right: 30px;
}

nav ul li a {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 40px;
	height: 100%;
}

nav ul li a img {
	position: absolute;
	top: 19px;
	left: 0;
}

.microphone {
	float: right;
	padding-top: 19px;
	margin-left: 50px;
}

.banner {
	height: 340px;
	position: relative;
	width: 100%;
}

.banner img {
	height: 100%;
}

.banner .banner_text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.banner .banner_text h3 {
	font-size: 36px;
	color: #fff;
	line-height: 52px;
	margin-top: 140px;
}

.banner .banner_text a {
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background: none;
	border: 1px solid #AA8940;
	color: #AA8940;

	font-size: 16px;
	margin-top: 10px;
	margin-right: 30px;
}

.banner .banner_text a:hover {
	background: #AA8940;
	color: #fff;
}

.banner .banner_text a.hover {
	background: #AA8940;
	color: #fff;
}

.fp_box_1 {
	margin-top: 40px;
}

.fp_box_1 .left {
	width: 700px;
	float: left;
}


.fp_box_1 .left .title {
	font-size: 18px;
	color: #181818;
	margin-bottom: 20px;
}

.fp_box_1 .left .tab {
	float: left;
	width: 100%;
	margin-bottom: 42px;
}

.fp_box_1 .left .tab a {
	padding: 6px 25px;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	border: 1px solid #DDDDDD;
	color: #767676;
	border-radius: 5px;
}

.fp_box_1 .left .tab a:hover {
	border: 1px solid #181818;
	color: #181818;
}

.fp_box_1 .left .tab a.hover {
	border: 1px solid #181818;
	color: #181818;
}

.table {
	border-bottom: 2px solid #DDDDDD;
	padding-bottom: 30px;
	display: none;
}

.table table {
	width: 100%;
}

.table th {
	width: 33.33%;
	font-weight: 400;
	font-size: 14px;
	color: #767676;
	padding: 10px 0;
}

.table table tr {}

.table td {
	font-size: 14px;
	color: #181818;
	padding: 8px 0;
}

.table td:nth-child(1) {
	padding-left: 50px;
	position: relative;
}

.table td:nth-child(1) img {
	position: absolute;
	top: 13px;
	left: 0;
}

.table td:nth-child(1) h5 {
	font-size: 14px;
	color: #181818;
	font-weight: 400;
}

.table td:nth-child(1) span {
	font-size: 12px;
	color: #767676;
	font-weight: 400;
}

.table td:nth-child(2) {
	text-align: center;
	font-size: 14px;
	color: #2864D2;
}

.table th:nth-child(2) {
	text-align: center;
}

.table td:nth-child(3) {
	text-align: right;
	font-size: 14px;
	color: #2864D2;
}

.table th:nth-child(3) {
	text-align: right;
}

.news {
	margin-top: 30px;
}

.news .title {
	font-size: 18px;
	color: #181818;
	margin-bottom: 20px;
	display: flex;
}
.news .tt_title{
	flex: 1;
}

.news_left {
	width: 48%;
	float: left;
}

.news_right {
	width: 48%;
	float: right;
}

.news ul li {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.news ul li a {
	display: block;
	font-size: 12px;
	color: #181818;
	margin-right: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.news ul li a:hover {
	color: #AA8940;
}

.news ul li span {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 12px;
	color: #767676;
}

.fp_box_1 .left .news .title {
	margin-bottom: 10px;
	font-size: 18px;
}

.fp_box_1 .rii {
	width: 480px;
	float: right;
}

.fp_box_1 .rii .top {
	padding: 24px;
	background: #F5F5F5;
	text-align: center;
}

.fp_box_1 .rii .top h3 {
	font-size: 18px;
	color: #181818;
}

.fp_box_1 .rii .top span {
	font-size: 12px;
	color: #181818;
	display: block;
	margin-bottom: 20px;
}

.fp_box_1 .rii .top ul li {
	width: 50%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.fp_box_1 .rii .top ul {
	margin-left: -5px;
	margin-right: -5px;
}

.fp_box_1 .rii .top ul li img {
	display: block;
	width: 100%;
}

.bn {
	text-align: center;
	padding: 40px 0;
}

.bn img {
	width: 60%;
}

footer {
	padding: 62px 0;
	background: #F5F5F5;
	font: 12px;
	color: #767676;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
	margin-top: 40px;
}

footer span {
	display: block;
}

footer p {
	margin-top: 30px;
	margin-bottom: 0;
	color: #767676;
	font-size: 12px;
}

/*  */
.banner_two {
	text-align: center;
	height: auto;
	background: #F7F7F6;
}

.banner_two img {
	display: block;
	margin: 0 auto;
}

/* 注册页面样式 */
.registration {
	padding: 50px 0;
	background: #fff;
}

.registration .main {
	width: 540px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
	box-sizing: border-box;
}

.registration h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
}

.agreement-section {
	margin-bottom: 30px;
}

.agreement-checkbox {
	display: flex;
	align-items: center;
}

.agreement-checkbox input[type="checkbox"] {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}

/* 单选框选中样式 - 只有勾勾没有背景 */
.agreement-checkbox input[type="checkbox"]:checked {
	background-color: transparent;
	border-color: #ddd;
}

/* 全选框样式 - 圆形 */
#all-agree {
	border-radius: 50%;
}

/* 全选框选中样式 - 有背景色 */
#all-agree:checked {
	background-color: #4285F4;
	border-color: #4285F4;
}

/* 通用勾勾样式 */
.agreement-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* 单选框勾勾样式 - 蓝色 */
.agreement-checkbox input[type="checkbox"]:not(#all-agree):checked::after {
	border: solid #4285F4;
	border-width: 0 2px 2px 0;
}

/* 全选框勾勾样式 - 白色 */
#all-agree:checked::after {
	border: solid white;
	border-width: 0 2px 2px 0;
}

.agreement-checkbox label {
	font-size: 12px;
	color: #333;
}

.agreement-divider {
	height: 1px;
	background-color: #ddd;
	margin: 15px 0;
}

.agreement-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.agreement-subitem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin-left: 30px;
}

.view-btn {
	color: #999;
	font-size: 12px;
	text-decoration: underline;
	text-underline-position: under;
}

.verification-section {
	margin-bottom: 30px;
}

.verification-section p {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}

.verification-input input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 15px;
	font-size: 12px;
	box-sizing: border-box;
	background: #FAFAFA;
}

.notice-section {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.notice-section ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

.notice-section li {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.4;
}

.more-info {
	color: #1772F8;
	font-size: 12px;
	text-align: center;
	display: block;
}

.register-btn {
	width: 100%;
	height: 40px;
	background: #AA8940;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	font-weight: normal;
}

/* 提示框样式 */
.tooltip {
	position: relative;
}

/* 固定显示的提示框 */
.tooltip-fixed {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	height: 50px;
	width: 236px;
	line-height: 1.5;
	border-radius: 4px;
	font-size: 12px;
	margin: 10px auto 15px;
	margin-left: 0;
	z-index: 10;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.tooltip-fixed::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 70px;
	border-width: 0 7px 7px 7px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
	z-index: 10;
}

/* 登录页面样式 */
.login {
	padding: 50px 0;
	background: #fff;
}

/* 注册页面样式 */
.regist {
	padding: 50px 0;
	background: #fff;
}

.login-box {
	width: 540px;
	height: 505px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.regist-box {
	width: 540px;
	height: 505px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.login-box h2,
.regist-box h2 {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 50px;
	font-weight: normal;
	text-align: center;
}

.input-group {
	margin-bottom: 20px;
}

.input-group input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 15px;
	margin-bottom: 20px;
	font-size: 12px;
	box-sizing: border-box;
	color: #333;
	background: #FAFAFA;
}

.phone-verify-group {
	position: relative;
}

.phone-verify-group input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 120px 0 15px;
	font-size: 12px;
	box-sizing: border-box;
	color: #333;
	background: #FAFAFA;
}

.verify-code-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 33px;
	width: 50px;
	background: #1772F8;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.input-group input::placeholder {
	color: #999;
}

.login-btn {
	width: 100%;
	height: 40px;
	background: #AA8940;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.regist-btn {
	width: 100%;
	height: 40px;
	background: #B0882F;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.login-options {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.login-options a {
	color: #666;
}

.login-options a:hover {
	color: #AA8940;
}

/*  */
.fp_box_1_two {
	margin-top: 100px;
}

.fp_box_2 {
	width: 100%;
	margin-bottom: 30px;
}

.top_s {
	margin-bottom: 30px;
}

.ters {
	float: left;
	position: relative;
	padding-left: 30px;
}

.ters span {
	font-size: 18px;
	color: #181818;
}

/* 资产显示区域样式 */


.money-left {
	display: flex;
	align-items: center;
}

.money-left span {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-right: 10px;
}

.view-controls {
	display: flex;
}

.view-on,
.view-off {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.view-on img,
.view-off img {
	width: 20px;
	height: 20px;
}

.view-off img {
	opacity: 0.5;
}

.money-right {
	display: flex;
	align-items: center;
}

.amount {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}

.currency-selector {
	position: relative;
}

.selected-currency {
	display: flex;
	align-items: center;
	padding: 5px 15px;
	background-color: #1a1a1a;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.dropdown-icon {
	font-size: 10px;
	margin-left: 5px;
	color: #fff;
}

.currency-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #1a1a1a;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	z-index: 10;
}

.currency-selector:hover .currency-dropdown {
	display: block;
}

.currency-option {
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
}

.currency-option:hover {
	background-color: #333;
}

.ters img {
	position: absolute;
	top: 4px;
	left: 0;
}

.top_s em {
	display: inline-block;
	float: left;
	padding: 5px 15px;
	border-radius: 20px;
	position: relative;
	background: #FDF1E6;
	padding-left: 30px;
	margin-left: 20px;
}

.top_s em img {
	position: absolute;
	top: 6px;
	left: 7px;
}

.top_s em:nth-child(3n) {
	background: #CAFBFA;
}

.money {
	background: #FAFAFA;
	height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.money_left {
	float: left;
	margin-top: 15px;
}

.money_left span {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #131313;
}

.tabs1 {
	display: inline-block;
}

.name {
	display: flex;
	align-items: center;
}

.name span {
	margin-right: 20px;
}

.name img {
	margin-left: 10px;
	width: 15px;
	cursor: pointer;
}

.jine {
	display: flex;
	align-items: center;
}

.jine em {
	font-size: 18px;
	color: #181818;
	display: inline-block;
	margin-right: 10px;
}

.jine .tabs1 {
	position: relative;
	font-size: 16px;
}

.jine .tabs1 img {
	height: 10px;
}

.tabio {
	width: 70px;
	height: 80px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 10px;
	padding: 5px 0;
	box-sizing: border-box;
	display: none;
}

.tabio a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.tabio a:hover {
	color: #1772F8;
}

.tabs1 {
	cursor: pointer;
}

.tabs1:hover .tabio {
	display: block;
}
[v-cloak] {
    display: none;
}
.money_rii {
	float: right;
	width: 330px;
	height: 41px;
	background: #474C55;
	margin-top: 20px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	position: relative;
}

.money_rii img {
	position: absolute;
	top: 10px;
	left: 20px;
}

.list {
	border-bottom: 2px solid #ddd;
}

.list ul li {
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 50px;
	font-size: 14px;
	color: #767676;
}

.list ul li img {
	display: block;
	margin: 20px auto;
}

/* new1 */
.fp_box_3 .left {
	width: 700px;
	float: left;
}

.fp_box_3 .rii {
	width: 480px;
	float: right;
}

.fp_box_3 {
	padding: 80px 0 40px 0;
	background: #22272E;
}

.fp_box_3 .left .top {
	position: relative;
}

.fp_box_3 .left>.top::before {
	display: block;
	content: '';
	width: 160px;
	height: 160px;
	background: url(../images/btc.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -15px;
	right: 0;
	z-index: 1;
}

.fp_box_3 .left .top h3 {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 18px;
}

.fp_box_3 .left .top h3 em {
	display: inline-block;
	float: left;
}

.fp_box_3 .left .top h3 span {
	display: inline-block;
	background: #4E8DFF;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	margin-left: 5px;
	float: left;
	border-radius: 5px;
}

.fp_box_3 .left .top .link_v {
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
}

.fp_box_3 .left .top .link_v em {
	color: #fff;
	font-size: 16px;
}

.fp_box_3 .left .top .link_v>img {
	height: 12px;
}

.fp_box_3 .left .top .link_v>img {
	height: 12px;
}

.fp_box_3 .left .top .link_v>img {
	height: 12px;
}

.fp_box_3 .left .top .link_v>img {
	height: 12px;
}

.fp_box_3 .left .top .link_v>img {
	height: 12px;
}

.fp_box_3 .left .top .balance {
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 3px;
}

.fp_box_3 .left .top .balance span {
	color: #9D9D9D;
}

.fp_box_3 .left table {
	width: 100%;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.fp_box_3 .left table tr {
	height: 35px;
	font-size: 14px;
	color: #9D9D9D;
}

.fp_box_3 .left table tr td:nth-child(3) {
	text-align: right;
}

.fp_box_3 .left table tr td span {
	color: #4E8DFF;
}

.fp_box_3 .left table tr td em {
	color: #F65253;
}

.tab_b {
	position: relative;
	z-index: 22;
	margin-top: 40px;
}

.tab_b .top a {
	display: block;
	width: 50%;
	height: 54px;
	text-align: center;
	float: left;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	border-top: 1px solid #363D47;
	border-bottom: 1px solid #363D47;
}

.tab_b .top a.hover {
	background: #1772F8;
	border-top: 1px solid #1772F8;
	border-bottom: 1px solid #1772F8;
}



.box_link {
	padding: 34px 70px;
	background: url(../images/btc_bg.png) no-repeat;
	background-size: 100% 100%;
}

.box_link a {
	display: inline-block;
	width: 260px;
	height: 40px;
	background: #707070;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #fff;
}

.box_link a:nth-child(2n) {
	float: right;
}

.box_link a:hover {
	background: #F65253;
}

.box_link a.hover {
	background: #F65253;
}

.two_anniu {
	padding: 40px 0;
	text-align: center;
}

.two_anniu a {
	width: 262px;
	height: 84px;
	background: #4E8DFF;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	margin-left: 60px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
}

.two_anniu a:hover {
	background: #F65253;
}

.two_anniu a.hover {
	background: #F65253;
}

.form {
	padding: 42px 0;
	background: #474C55;
}

.form .left h3 {
	color: #fff;
	padding-left: 20px;
}

.form .left h3 img {
	margin-left: 20px;
	width: 15px;
}

.form .left .qian {
	padding-left: 20px;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
}
.qian_content{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: black;
	color: white;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 80px;
	border-radius: 5px;
	line-height: 30px;
	display: none;
}

.form .left .qian span {
	color: #fff;
	font-size: 18px;
}

.form .left .qian img {
	height: 13px;
	margin-left: 5px;
}

.form .left .qian em {
	color: #fff;
	font-size: 18px;
}

.boxfg {
	background: #fff;
	width: 200px;
	height: 48px;
	margin-top: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #767676;
}

.boxfg img {
	width: 26px;
	height: 26px;
	margin-right: 15px;
}

.main_two {
	width: 700px;
	margin: 0 auto;
}

/* Form3 styles */
.fp_box_5 {
	width: 100%;
	margin: 50px auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
}

.form_image {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}

.form_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}


.input_field {
	margin-bottom: 10px;
}

.input_field input {
	width: 100%;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	background: #f8f9fa;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.input_field input:focus {
	outline: none;
	border-color: #4E8DFF;
	background: #fff;
}

.input_field input::placeholder {
	color: #999;
}

.notice_text {
	margin: 10px 0;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 5px;
}

.notice_text span {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

.submit_button {
	width: 100%;
	height: 40px;
	background: #00C896;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 40px;
}

.submit_button:hover {
	background: #00b085;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 200, 150, 0.3);
}

.form .left {
	float: left;
}

.form .rii {
	float: right;
}

.form .rii a {
	display: inline-block;
	width: 160px;
	height: 48px;
	background: #C0C0C0;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	margin-left: 20px;
	margin-top: 80px;
}

.form .rii a:hover {
	background: #F65253;
}

/* Form styles */
.forem_box {
	padding: 60px 0;
}

.boxtt {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 700px;
	margin: 0 auto;
}

.form_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.form_header h2 {
	font-size: 14px;
	color: #181818;
	margin: 0;
	font-weight: 600;
}

.close_btn {
	color: #4E8DFF;
	padding: 8px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s;
}



.form_content {
	font-size: 14px;
}

.input_group {
	margin-bottom: 30px;
}

.input_group label {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.input_wrapper {
	position: relative;
}

.input_wrapper input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	background: #f8f9fa;
	text-align: right;
	color: #333;
	box-sizing: border-box;
}

.input_wrapper input:focus {
	outline: none;
	border-color: #4E8DFF;
	background: #fff;
}

.notice_section {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.notice_section h3 {
	font-size: 12px;
	color: #767676;
	margin: 0 0 20px 0;
	font-weight: 600;
}

.notice_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.notice_section li {
	font-size: 12px;
	color: #767676;
	line-height: 1.8;
	margin-bottom: 12px;
	position: relative;
}


.button_group {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.cancel_btn,
.submit_btn {
	width: 260px;
	height: 40px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
}

.cancel_btn {
	background: #C0C0C0;
	color: #fff;
}

.cancel_btn:hover {
	background: #a8a8a8;
}

.submit_btn {
	background: #00C896;
	color: #fff;
}

.submit_btn:hover {
	background: #00b085;
}

.currency_label {
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 14px;
	color: #C0C0C0;
}

.box_text {
	width: 260px;
	height: 86px;
	background: #333840;
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.box_text ul li {
	color: #fff;
	padding-left: 10px;
}

.box_text ul li span {
	display: inline-block;
	width: 60px;
	font-size: 12px;
	color: #C0C0C0;
}

.box_text ul li em {
	font-size: 12px;
	display: inline-block;
}


.form_two .rii a:hover {
	background: #11BC7D;
}

.qukuan {
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.qukuan span {
	float: left;
	display: inline-block;
	color: #C0C0C0;
}

.qukuan em {
	float: right;
	color: #C0C0C0;
	display: inline-block;
}

.qukuan2 {
	text-align: right;
	color: #C0C0C0;
	margin-top: 15px;
}

.boxfg_two {
	background: #7F70F6;
	color: #fff;
}

.form_container ul li {
	height: 40px;
	border-bottom: 1px solid #C0C0C0;
	line-height: 40px;
	padding-top: 10px;
}

.form_container ul li em {
	float: left;
	width: 70px;
	display: inline-block;
	font-size: 14px;
	color: #C0C0C0;
}

.form_container ul li span {
	float: left;
	font-size: 14px;
	color: #767676;
}

/* fp_box_6 verification styles */
.fp_box_6 {
	margin: 100px 0;
}

.verification_container {
	width: 100%;
	margin: 0 auto;
	background: white;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	padding-bottom: 100px;
}

.verification_title {
	font-size: 14px;
	font-weight: 600;
	color: #181818;
	margin-bottom: 12px;
	text-align: left;
}

.verification_desc {
	font-size: 13px;
	color: #767676;
	padding: 10px;
	line-height: 1.4;
	background: #FAFAFA;
	margin-bottom: 20px;
}

.id_card_area {
	width: 100%;
	height: 160px;
	background: #f0f7ff;
	border: 1px solid #e1f0ff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	position: relative;
}

.id_card_area img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.verification_options {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.option_item {
	width: 100%;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}





.option_item img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-right: 16px;
	transition: all 0.2s ease;
}




.option_item span {
	font-size: 14px;
	color: #C0C0C0;
	font-weight: 500;
	flex: 1;
}

.option_item:hover span {
	color: #181818;
}

.option_item::after {
	content: '›';
	font-size: 24px;
	color: #bbb;
	font-weight: normal;
	margin-left: 8px;
}

.option_item:hover::after {
	color: #2196f3;
}

/* fp_box_7 styles */
.fp_box_7 {
	margin: 100px auto;
	padding: 0 20px;
}

.identity_container {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border: 1px solid #e0e0e0;
}

.identity_title {
	font-size: 14px;
	color: #181818;
	margin-bottom: 15px;
}

.identity_desc {
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.5;
	background: #FAFAFA;
	padding: 10px;
}

.upload_buttons {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

.upload_btn {
	width: 275px;
	height: 138px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	border: 2px dashed #ddd;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.upload_btn:hover {
	border-color: #4285f4;
	background: #f0f4ff;
}

.upload_btn img {
	width: 32px;
	height: 32px;
	margin-bottom: 8px;
}

.upload_btn span {
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

.upload_btn .preview-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	border-radius: 8px;
}

.upload_btn .upload-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.upload_btn.has-image .upload-content {
	display: none;
}

/* Addition 区域样式 */
.addition {
    display: flex;
    align-items: center;
    width: 94%;
	margin-left: 3%;
    height: 40px;
    border: 1px solid #383D46;
    border-radius: 6px;
    margin-top: 15px;
    overflow: hidden;
}

.amount-input {
    width: 290px;
    height: 40px;
    border: none;
    font-size: 18px;
    font-weight: 500;
	padding-left: 10px;
    color: #fff;
    outline: none;
	box-sizing: border-box;
	background: none;
}

.minus-btn,
.plus-btn {
    flex: 1;
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-left: 1px solid #383D46;
	background: none;
}

.minus-btn {
    border-left: 1px solid #383D46;
}

.minus-btn:hover,
.plus-btn:hover {
    background: #e8e8e8;
}

.minus-btn img,
.plus-btn img {
    width: 16px;
}

.verification_options {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
}

.option_item {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fff;
}

.option_item:hover {
	border-color: #4285f4;
	background: #f8f9fa;
}

.option_item img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.option_item span {
	font-size: 14px;
	color: #333;
}

.form_group {
	margin-bottom: 20px;
}

.form_input {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}

.form_input:focus {
	outline: none;
	border-color: #4285f4;
	box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1);
}

.form_input::placeholder {
	color: #999;
}

.phone_group {
	margin-bottom: 20px;
	color: #ddd;
}

.area_code {
	width: 100px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	background: #fff;
	cursor: pointer;
}

.phone_input {
	flex: 1;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.phone_input:focus {
	outline: none;
	border-color: #4285f4;
	box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1);
}

.button_group {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.btn_secondary {
	width: 260px;
	height: 40px;
	background: #E8F1FF;
	color: #1772F8;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn_secondary:hover {
	background: #e9ecef;
	border-color: #adb5bd;
}

.btn_primary {
	width: 260px;
	height: 40px;
	background: #4285f4;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.btn_primary:hover {
	background: #3367d6;
}

.titlet {
	font-size: 14px;
	color: #767676;
	margin-bottom: 10px;
}

.fp_box_3_two .left .shang a {
	color: #fff;
	display: inline-block;
	width: 25%;
	float: left;
	height: 40px;
	text-align: center;
	font-size: 14px;
	background: #1F2229;
	line-height: 40px;
}

.fp_box_3_two .left .shang a.hover{
	background: #000000;
}
.box_table h3{
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}
.box_table .zuo{
	width: 280px;
	float: left;
	height: 593px;
	overflow-y: auto;
	margin-top: 15px;
}
.box_table .zuo::-webkit-scrollbar { width: 3px; }
.box_table .zuo table{
	width: 100%;
	margin: 0px;
}
.box_table .zuo table td{
	border: 1px solid #2E333B;
	padding: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
}
.box_table .zuo table tr td em{
	display: block;
	text-align: right;
	color: #4E8DFF;
}
.box_table .zuo table tr td span{
	display: block;
	text-align: right;
	color: #4E8DFF;
}

.box_table .you {
    width: 420px;
    float: right;
}
.fp_top{
	display: flex;
	width: 100%;
	margin-top: 15px;
}
.fp_top div{
	flex: 1;
	line-height: 54px;
	text-align: center;
	color: white;
}
.fp_top div.hui{
	background:#22272E;
	border: 1px solid #383D46;	
}
.fp_top div.hong{
	background: #C01C38;
	border: 1px solid #C01C38;
}
.fp_top div.lan{
	background: #225ab4;
	border: 1px solid #225ab4;
}
.box_table .you ul {
	padding: 15px 0;
	padding-bottom: 0px;
}
.box_table .you ul li{
	font-size: 14px;
	color: #9D9D9D;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.box_table .you ul li span{
	float: left;
	width: 50%;
	display: inline-block;
}
.box_table .you ul li em{
	float: left;
	display: inline-block;
	width: 50%;
	text-align: right;
}
.big {
	margin-top: 30px;
}
.big h3{
	font-size: 14px;
	color: #9D9D9D;
	margin-left: 15px;
}
.big h3 span{
	color: #474C55;
}

/* 遮罩层 */
#loadingOverlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* 动画圆圈 */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#alert_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

#alert_wrap img {
    width: 70%;
    min-width: 350px;
    max-width: 500px;
    height: auto;
	border-radius: 10px;
}
.inout_btn{
	width: 100%;
	line-height: 50px;
	display: flex;
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.inout_btn a{
	color: white;
}
.inout_btn a:nth-child(1){
	flex:1;
	background:#F65253;
	text-align: center;
}
.inout_btn a:nth-child(2){
	flex:1;
	background:#11BC7D;
	text-align: center;
	margin-left: 20px;
}
.bank_regist{
	text-align: right;
	margin-top: 30px;
}
.bank_regist a{
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
}
.data_list_main{
	width: 95%;
}
.data_list{
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article_more{
    width: 20%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-radius: 0.3em;
    background-color: #222631;
    color: white;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #343843;
}
.dl_left{
	flex: 1;
}
.dl_item{
	flex: 1;
}
.dl_right{
	flex: 1;
}
.dl_title{
	font-weight: bold;
}
.article_top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;

}
.at_title{
	flex: 1;
	font-weight: bold;
	font-size: 20px;
	margin-right: 100px;
}
.article_content{
	width: 100%;
}
.article_content img{
	max-width: 100%;
}
.bmcr_btn{
    width: 95%;
    margin: auto;
    margin-top: 80px;
    text-align: center; 
    border-radius: 0.3em;
	line-height: 40px;
	color: white;
}
.bmcrt_item_hong{
    background-color: #c01d3a;
}
.bmcrt_item_lv{
    background-color: #225ab4;
}
.bmcri_bili{
    text-align: right;
    color: #757d8c;
    width: 95%;
    margin: auto;
	margin-top: 5px;
}
.buy_main{
    width: 97%;
    margin: auto;
    margin-top: 20px;
    background-color: #1e222a;
    border-radius: 10px;
    color: white;
    font-size: 0.6em;
    overflow: hidden;
}
.buy_title{
    padding-left: 1em;
    font-size: 1.2em;
    border-bottom: 1px solid #343843;
}
.bm_content{
    display: flex;
    width: 100%;
    background-color: #1e222a;
    height: 34em;
}
.bmc_left{
    flex: 2;
    background-color: #161a25;
    height: 100%;
    overflow-y: scroll;
    scrollbar-color: #484747 transparent;
    scrollbar-width: thin;
}
.bmc_left::-webkit-scrollbar { width: 0.2em; }
.bmc_right{
    flex: 3;
    background-color: #1e222a;
    height: 100%;
}
.bmcl_item{
    border-bottom: 1px solid #292d38;
    width: 100%;
    display: flex;   
}
.bmcli_left{
    flex: 1;
    line-height: 1.4em;
    text-align: right;
    padding: 0.5em 0.5em;
    border-right: 1px solid #292d38;
}
.bmcli_left_jia{
    color: #225ab4;
}
.bmcli_left_jian{
    color: #c11b39;
}
.bmcli_right{
    flex: 1;
    line-height: 3.8em;
    padding: 0em 0.5em;
}
.bmcr_tab{
    line-height: 2.5em;
    display: flex;
    font-size: 1.2em;
    background-color: #222631;
}
.bmcrt_item{
    flex: 1;
    text-align: center;
}
.bmcrt_item_hong{
    background-color: #c01d3a;
}
.bmcrt_item_lv{
    background-color: #225ab4;
}
.bmcr_buy{
    line-height: 2em;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
.bmcrb_money{
    display: flex;
    color: #7e8490;
    font-size: 1.0em;
}
.bmcrbm_name{
    flex: 1;
}
.bmcr_input{
    width: 95%;
    margin: auto;
    color: #6c727e;
    font-weight: bold;
}
.bmcr_input span{
    color: #454b57;
}
.buy_main{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    background-color: #1e222a;
    border-radius: 10px;
    color: white;
    font-size: 0.6em;
    overflow: hidden;
}
.order_tab{
    font-size: 14px;
    border-bottom: 1px solid #343843;
    display: flex;
    text-align: center;
	line-height: 50px;
}
.ot_item{
    flex: 1;
}
.ot_item_on{
    border-bottom: 1px solid #225ab4;
}
.no_data{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20em;
    min-height: 20em;
    display: none;
}
.bm_content_order{
    height: 30em;
    overflow-y: scroll;
    scrollbar-color: #484747 transparent;
    scrollbar-width: thin;  
}
.bm_content_order::-webkit-scrollbar { width: 10px; }
.order_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #343843;
	line-height: 50px;
	font-size: 12px;
}
.oi_left{
    flex: 2;
    text-align: left;
    margin-left: 20px;
	box-sizing: border-box;
}
.oi_right{
    flex: 3;
    text-align: center;
    padding-right: 0.8em;
}
.oi_center{
    flex: 2;
    text-align: center;
}
.oi_do{
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.8em;
    box-sizing: border-box;
}
.oi_do div{
    line-height: 2em;
    width: 100%;
    background-color: #c01d3a;
    border-radius: 0.4em;
}
.bm_content_order{
    max-height: 500px;
	min-height: 200px;
    overflow-y: scroll;
    scrollbar-color: #484747 transparent;
    scrollbar-width: thin;
	font-size: 12px;  
}
.bm_content_order::-webkit-scrollbar { width: 10px; }

.kline_main{
    width: 100%;
    background-color: black;
}
.km_time{
    display: flex;
    color: white;
    background-color: #1e222a;
	line-height: 40px;
}
.km_time_item{
    flex: 1;
    text-align: center;
    font-size: 12px;
}
.km_time_item_on{
    background-color: black;
}
.km_content{
    height: 300px;
}
.time_kline{
	background-color: black;
}
.ttdc_item_jia{
    color: var(--jia_background);
}
.ttdc_item_jian{
    color: var(--jian_background);
}
.lv_main{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	background-color: black;
	border-radius: 5px;
	color: white;
	padding: 5px 10px;
	z-index: 10;
}
.daojishi_main{
    width: 100%;
    background-color: #22272E;
    padding-top: 40px;
    min-height: 200px;
}
.daojishi_title{
    text-align: center;
    width: 100%;
}
.daojishi_title img{
    height: 1.2em;
}
.dm_main{
    width: 14em;
    height: 7em;
    margin: auto ;
    margin-top: 1em;
    background: url('../images/daojishi/time_play_back.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.dm_heng{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2em;
    background: url('../images/daojishi/time_play_heng.png') no-repeat center center;
    background-size: cover;
    transform: translateY(-50%);
}
.daojishi_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;   /* 水平居中 */
    align-items: center;       /* 垂直居中（如需）*/
    gap: 1em;                  /* 项目之间的间隔，可自定义 */
}
.djc_item img {
    display: block;
    height: 4em;    /* 可按需调整 */
    width: auto;
}
 .time_alert{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 200;
  }
.ta_main{
    width: 500px;
    background-color: white;
    border-radius: 10px;
  }
  .tam_main{
    width: 95%;
    margin: auto;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  .tam_title{
    text-align: center;
    color: #4E8DFF;
	font-size: 18px;
  }
  .tam_input{
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 2.5em;
    margin-top: 10px;
  }
  .tam_input input{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    outline: none;
    box-sizing: border-box;
    padding: 0.3em;
  }
  .tam_money{
    width: 100%;
    display: flex;
    font-size: 14px;
  }
  .tam_money div:nth-child(1){
    flex: 1;
    text-align: left;
    color: #767676;
  }
  .tam_button{
    width: 30%;
    text-align: center;
    background-color: #1772F8;
    color: white;
    margin: auto;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 40px;
  }
  .time_jieguo_success{
    margin: 0;
    padding: 0;
    background: url('../images/time_bottom_success.png') no-repeat center center;
    background-color: black;
    background-size: cover;
    font-family: sans-serif;
    height: 45vh; /* 垂直居中 */
    overflow: hidden;
  }
  .time_jieguo_success div:nth-child(1){
    color: #FAB005;
    font-size: 20px;
    text-align: center;
    margin-top: 5vh;
    font-weight: bold;
  }
  .time_jieguo_success div:nth-child(2){
    color: white;
    font-size: 15px;
    text-align: center;
  }
  .time_jieguo_success div:nth-child(3){
    width: 30%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: auto;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2vh;
    line-height: 40px;
  }
  .time_jieguo_fail{
    margin: 0;
    padding: 0;
    background: url('../images/time_bottom_fail.png') no-repeat center center;
    background-color: black;
    background-size: cover;
    font-family: sans-serif;
    height: 45vh; /* 垂直居中 */
    overflow: hidden;
  }
  .time_jieguo_fail div:nth-child(1){
    color: #C0C0C0;
    font-size: 20px;
    text-align: center;
    margin-top: 5vh;
    font-weight: bold;
  }
  .time_jieguo_fail div:nth-child(2){
    color: white;
    font-size: 15px;
    text-align: center;
  }
  .time_jieguo_fail div:nth-child(3){
    width: 30%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: auto;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2vh;
    line-height: 40px;
  }
[v-cloak] {
    display: none;
}
.daojishi_main{
    width: 100%;
    background-color: #181818;
    padding-top: 2em;
    min-height: 15em;
}
.daojishi_title{
    text-align: center;
    width: 100%;
}
.daojishi_title img{
    height: 1.2em;
}
.dm_main{
    width: 14em;
    height: 7em;
    margin: auto ;
    margin-top: 1em;
    background: url('../images/daojishi/time_play_back.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.dm_heng{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2em;
    background: url('../images/daojishi/time_play_heng.png') no-repeat center center;
    background-size: cover;
    transform: translateY(-50%);
}
.daojishi_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;   /* 水平居中 */
    align-items: center;       /* 垂直居中（如需）*/
    gap: 1em;                  /* 项目之间的间隔，可自定义 */
}
.djc_item img {
    display: block;
    height: 4em;    /* 可按需调整 */
    width: auto;
}
.index_four_box{
    width: 100%;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
}
.ifb_title{
    width: 100%;
    text-align: center;
}
.ifb_title div:nth-child(2){
    color: #181818;
    font-size: 0.8em;
}
.ifb_main2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
}
.ifb_main {
    display: grid;
    grid-template-columns: repeat(2, 8em); /* 每行两个按钮 */
    grid-gap: 1em; /* 按钮之间的间距 */
}
.index_five_box{
    box-sizing: border-box;
    background-color: white;
    padding-top: 3em;
}
.tab_main{
    display: flex;
    width: 100%;
}
.tm_name_left{
    flex: 1;
    text-align: left;
}
.tm_name_right{
    color: #1772F8;
}
.list_main{
    width: 95%;
    margin: auto;
    background-color: #FAFAFA;
    margin-top: 1em;
    border-radius: 0.5em;
    box-sizing: border-box;
    padding: 1em;
}
.lm_list{
    display: flex;
}
.lml_name{
    flex: 2;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1em;
    color: #C0C0C0;
}
.lml_val{
    flex: 3;
}
