/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.skiptranslate {
    display: none;
    height: 0;
}
body{
	top:0!important
}
#goog-gt-tt{
	display: none!important;
}
@font-face {
    font-family: 'Nunito';
    src: url('../../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../../fonts/Arial-BoldItalicMT.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('../../fonts/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Nunito", "Avenir Next", "AvenirNextLTPro-Bold", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
	background-color: #fff;
}

body {
	color: white;
	font-family: 'Nunito', sans-serif !important;
	background-color: #000000;
	font-size: 12px;
	display: none;
}

.badge{
	color: #0818ef;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	gap: 8px;
	padding: 8px 16px 8px 12px;
	border-radius: 99px;
	background: #dee2e6;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255,255, 0.1);
	width: fit-content;
	position: relative;
	text-transform: uppercase;
}
.badge .badge__dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #0818ef;
	box-shadow: 0 0 4px rgba(255, 255,255, 0.1);
}
.badge .badge__text {
	font-size: 12px;
}
.stop_box .stop_btn .info_name{
	font-size: 16px;
	margin-bottom: 20px;
}
.common_btn{
	color: #0818ef;
	background-color: #dee2e6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	font-weight: bold;
	border-radius: 40px;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: opacity 0.2s;
	width: fit-content;
}
.table_td_word{
	word-wrap: break-word;
	word-break: break-all;
}
@media (min-width: 768px) {
    .contauner {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

a {
    text-decoration: none;
}
/* 字体大小 */

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

/* 背景颜色 */

.bg-zth {
    background-color: #0d0d0d !important;
}

.bg-zth1 {
    background-color: #16141c !important;
}

.bg-zth2 {
    background-color: #242227 !important;
}

.bg-hs {
    background-color: #FFF !important;
}

.bg-hs1 {
    background-color: #0f1021 !important;
}

.bg-okh {
    background-color: #0f1021 !important;
}

.bg-ls {
    background-color: #1b1831 !important;
}

.bg-jbh {
    background: linear-gradient(0deg, #000, #999);
}

.bg-lvs {
    background-color: #0ecb81 !important;
}

.bg-lvs1 {
    background-color: #00b897 !important;
}

.bg-red {
    background-color: #f5465c !important;
}

.bg-qh {
    background-color: rgb(51, 51, 51) !important;
}

.bg-zs {
    background-color: rgb(118, 31, 227) !important;
}

.bg-fs {
    background-color: rgb(132, 54, 230) !important;
}

/* 字体颜色 */

.text-lvs {
    color: #0f15c5;
}

.text-zth {
    color: #919da4;
}

.text-dhs {
    color: #95979b;
}

.text-bhs {
    color: rgb(185, 192, 196);
}

.text-red {
    color: #f5465c !important;
}

.text-zs {
    color: rgb(118, 31, 227) !important;
}

.text-fs {
    color: #E535AB !important;
}

.text-lh {
    color: #ccceef !important;
}

.text-ls {
    color: #999999 !important;
}

.text-chs {
    color: #7376aa !important;
}

.text-ws {
    color: #fabb04 !important;
}

.text-block {
    color: #000000 !important;
}
.text-white {
    color: #FFFFFF !important;
}

.text-z-fs {
	font-size: 2.5rem;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.875rem;
    /* background: linear-gradient(90deg, #fffc00 -30%, #db36a4 90%);
    -webkit-background-clip: text;
    color: transparent; */
}

/* 边框颜色 */

.border-lvs {
    border-color: #0ecb81 !important;
}

.border-fs {
    border-color: rgb(111, 100, 233, 0.6) !important;
}

.border-ws {
    border-color: #fabb04 !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.border-zs {
    border-color: rgb(118, 31, 227) !important;
}

.border-bhs {
    border-color: rgb(185, 192, 196) !important;
}

.border-bhg {
    border-color: #EEEEEE !important;
}

.border-bshs {
    border-color: rgb(72, 73, 73) !important;
}

.border-hhs {
    border-color: rgb(49, 49, 49) !important;
}

@media (min-width: 992px) {
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-8 {
        margin-top: 6rem !important;
    }
}

@media (max-width: 992px) {
    .mt-top-4 {
        margin-top: 1.5rem !important;
    }
}
.layui-layer-msg{
	color: #000 !important;
	font-weight: bold;
	background-color: rgb(255,255,255)!important;
	border: none!important;
}
.layui-layer-msg .layui-layer-padding{
	padding: 20px!important;
}
.adInofs.uhide{
	display: none!important;
}
@media (max-width: 992px) {
	body {
		color: white;
		background-color: #000000;
	}
	.mobile_das_box{
		min-height: 100vh;
		padding: 60px 10px !important;
		/* background-image: linear-gradient(180deg, rgba(0, 192, 123, .2) 0%, #f1f5fe 30%); */
	}
	.ck_main_box{
		margin-left: 0 !important;
		width: 100% !important;
	}
}



	
	
	
	
	
	
	
	
	
	/* 
	
	.choose_me_box .choose_me_item {
	    margin-bottom: 80px;
	}
	.select-items {
	    width: 94vw;
	}
	.ck_index_txt{
		width: 100%;
		margin-top: 15px;
		line-height:28px;
	}
	.ck_index_txt .text2 {
	    margin: 15px 0;
	}
	.ck_index_txt .text2 .text2_1{
		font-size:22px;
		line-height:34px;
	}
	.ck_index_txt .text3 .text3_1{
		font-size:12px;
	}
	 */