@charset "utf-8";
@font-face {
  	font-family: 'Montserrat';
  	src: url('../fonts/Montserrat.otf');
	font-weight: normal;
  	font-style: normal;
}
*{
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	position:relative;
	height:100%;
	/*max-width:640px;*/
	width: 100%;
	margin:0 auto;
	text-align: center;
}
html {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:transparent
}
body {
	background:#181A1E;
	color:inherit;
	margin:0;
	padding:0;
	line-height:1.41176471;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	position:relative;
	text-align:left;
	color: #fff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body, * {
  	font-size: 14px;
  	opacity: 1;
    /*overflow-x: hidden !important;*/
    font-family: Montserrat, sans-serif;
}
a {
	text-decoration:none
}
a, input, button, textarea, select {
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	outline:0
}
input{
	/*caret-color: #25592B;*/
    color:inherit;
    background-color: transparent;
    border:none;
    height:36px;
}
img {
	border:0;
	width: 100%;
}
.btn {
	height: 56px;
    display: inline-block;
    /*padding: 12px 16px;*/
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.42857143;
    border: 0;
    /*border-radius: 70px;*/
    -webkit-border-radius: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    -webkit-appearance: none;
    /*position: relative;*/
    width: 100%;
/*    background-color: #25592B;*/
    color: #fff;
    opacity: 1;
}
/*字体超出后显示...*/
.overflow_hidden {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.body_content{
	max-width:640px;
	margin: 0px;
	padding:0px;
	width: 100%;
	height: auto;
}
.margin0{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.hidden_none{
	display: none;
}
.flex_center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_center_space_between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_center_column{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_left{
	display: flex;
	justify-content: left;
	align-items: center;
}
.flex_left_column{
	display: flex;
	justify-content: left;
	align-items: left;
	flex-direction: column;
}
.flex_right_column{
	display: flex;
	justify-content: right;
	align-items: right;
	flex-direction: column;
}
.flex_right{
	display: flex;
	justify-content: right;
	align-items: center;
}
.opacity05{
	opacity: 0.5;
}
.opacity08{
	opacity: 0.8;
}
.opacity03{
	opacity: 0.3;
}
.radius12{
	border-radius: 12px;
}
.radius_top_24{
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.bg_color1{
	background-color: #4B82ED;
}
.color1{
	color: #4B82ED;
}
.bg_color2{
	background-color: #28344D;
}
.login_top{
	height: 160px;
}
.login_img{
	height: 30px;
	width: 30px;
}
.margin_left_10{
	margin-left: 10px;
}
.height100{
	height: 100px;
}
.bg_yinying{
	filter: drop-shadow(0px 0px 10px rgba(75, 130, 237, .5));
}
.font28{
	font-size: 28px;
}
.login_index_height{
	width: 100%;
	min-height: calc(100vh - 160px);
}
.loing_index_bg{
	background-color: #1F2125
}
.padding30{
	padding: 30px;
}
.margin_top_20{
	margin-top: 20px;
}
.font24{
	font-size: 24px;
}
.font22{
	font-size: 22px;
}
.font20{
	font-size: 20px;
}
.margin_left_10{
	margin-left: 10px;
}
.font16{
	font-size: 16px;
}
.radius70{
	border-radius: 70px;
}
.margin_top_10{
	margin-top: 10px;
}
.margin_top_100{
	margin-top: 100px;
}
.padding10_20{
	padding: 10px 20px;
}
.flex_top_l{
	flex: 0 0 20%;
}
.flex_top_m{
	flex: 0 0 60%;
}
.img18{
	height: 18px;
	width: 18px;
}
.padding20{
	padding: 20px;
}
.height60{
	height: 60px;
}
.padding0_20{
	padding: 0px 20px;	
}
.bg_color3{
	background-color: #181A1E;
}
.flex_grow{
	flex-grow: 1;
}
.margin_top_30{
	margin-top: 30px;
}
.login_code_btn{
    background: #4B82ED;
    border-radius: 16px;
    border: none;
    color: #fff;
    padding: 8px 14px;
}
.border_error{
	border-bottom: 2px solid #FF4242;
}
.div24{
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius:8px;
}
.img24{
	width: 24px;
	height: 24px;
}
.img20{
	width: 20px;
	height: 20px;
}
.index_info{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
    border-radius: 16px;
    background: linear-gradient(137.26deg, #2d978d 10.17%, #164e7f 48.94%, #1a376b 74.59%);
    margin: 10px 0 20px;
    padding: 15px;
    text-align: left;
    color: #fff;
}
.index_info_type{
	background: rgba(24, 26, 30, .2);
    color: #fff;
}
.padding5_15{
	padding: 5px 15px;
}
.index_info_type_active{
	background: #fff;
	color: #181a1e;
}
.index_info_div{
	background: linear-gradient(180deg, rgba(67, 105, 197, .3) 0%, rgba(116, 103, 170, .3) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    padding: 12px 12px 8px;
    height: 100%;
}
.index_info_div_item{
	flex: 0 0 49%;
}
.padding5_0{
	padding-top: 5px;
	padding-bottom: 5px;
}
.index_money_type{
	flex: 0 0 32%;
	background: #1f2125;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0;
    border-radius: 8px;
}
.padding_top_20{
	padding-top:20px;
}
.index_index_height{
	width: 100%;
	min-height: calc(100vh - 500px);
}
.font18{
	font-size: 18px;
}
.index_trade_bg {
    width: 100%;
    min-height: 202px;
    padding: 18px 16px 14px;
    background: url(/Public/Home/images/index_trade_bg.png) no-repeat 100% 100%;
    border-radius: 16px;
    background-size: cover;
    box-sizing: border-box;
}
.padding_bottom_20{
	padding-bottom: 20px;
}
.font12{
	font-size: 12px;
}
.font13{
	font-size: 13px;
}
.bg_color4{
	background-color: #181A1E;
}
.div_bottom_border{
	border-bottom: solid 1px #35373b;
}
.padding15_0{
	padding: 15px 0px;
}
.flex1{
	flex:1;
}
.red1{
	color: #ff4242;
}
.green1{
	color: #4daa98;
}
.height50{
	height: 50px;
}
.margin_top_5{
	margin-top: 5px;
}
.font_weight700{
	font-weight: 700;
}
.overflow_x {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.market_btn_div{
	padding: 10px 20px;
    border-radius: 47px;
    border: none;
}
.bg_color5{
	background-color: rgba(255, 255, 255, .1);
}
.market_info_item{
    padding:10px;
    background-color: #1f2125;
    border-radius: 16px;
}
.market_type_active{
	background-color: #4b82ed;
    color: #fff;
}
.order_type_active{
	background-color: #4b82ed;
    color: #fff;
}
.set_moni_div{
	margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    box-sizing: border-box;
    min-width: 50px;
    vertical-align: middle;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 22px;
    line-height: 22px;
    padding: 2px;
}
.bg_color6{
	background-color: #a0a0a0;
}
.color6{
	color: #4B82ED;
}
.set_index_height{
	width: 100%;
	min-height: calc(100vh - 384px);
}
.public_body_height{
	width: 100%;
	min-height: calc(100vh - 60px);
}
.width100{
	width: 100%;
}
.padding20_0{
	padding-top: 20px;
	padding-bottom: 20px;
}
.language_border{
	width: 100%;
    border-radius: 23px;
    border: solid #4B82ED 2px;
    filter: drop-shadow(0px 4px 5px rgba(75, 130, 237, .2));
}
.flex_wrap{
	flex-wrap:wrap;
}
.invite_div{
	flex: 0 0 25%;
}
.invite_div_item{
	width: 80%;
}
.img30{
	width: 30px;
	height: 30px;
}
.padding10{
	padding: 10px;
}
.padding10_0{
	padding-top:10px;
	padding-bottom:10px;
}
.height55{
	height:55px;
}
.width_height_100{
	width: 100%;
	height:100%;
}
.fund_trade_bg {
    width: 100%;
    min-height: 202px;
    padding: 18px 16px 14px;
    background: url(/Public/Home/images/fund_bg.png) no-repeat 100% 100%;
    border-radius: 16px;
    background-size: cover;
    box-sizing: border-box;
}
.fund_div_btn{
	width: 100%;
    max-width: 250px;
    background: linear-gradient(90deg, #4b82ed 0%, #7c7c7c 56.1%);
    padding: 2px;
    border-radius: 10px;
}
.fund_div_btn_son{
	height: 31px;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(90deg, #15171a 0%, #535353 100%), linear-gradient(90deg, #4b82ed 0%, #7c7c7c 56.1%);
}
.fund_info_other{
	position:relative;
}
.fund_info_div_other{
	overflow-y: scroll;
	width: 100%;
    background-color: #181A1E;
    border-radius: 12px;
    max-height: 280px;
    position:absolute;
}
.fund_info_no_select{
	background-color: #1f2125;
    border-radius: 8px;
    width: 100%;
    padding: 9px 0;
    text-align: center;
    color: #fff6;
}
.deposit_wallet_type{
    padding: 9px 20px;
    color: #fff;
    border-radius: 47px;
}
.bg_color7{
	background-color: #3D3F44;
}
.img150{
	width: 150px;
	height: 150px;
}
.margin_left_5{
	margin-left:5px;
}
.margin_left_5{
	margin-left: 5px;
}
.img28{
	width: 28px;
	height: 28px;
}
.market_info_other{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 60;
    left: 0;
    z-index: 100;
}
.market_info_div_other{
	overflow-y: scroll;
	width: 100%;
    background-color: #1F2125;
    border-radius: 12px;
    max-height: 380px;
    position:absolute;
}
.trade_top_l{
	flex: 0 0 33.3333%;
}
.trade_top_r{
	flex: 0 0 66.6666%;
}
.flex50{
	flex: 0 0 50%;
}
.flex45{
	flex: 0 0 45%;
}
.height40{
	height: 40px;
}
.bg_color8{
	background-color: #212429;
}
.trade_time_active{
	border-bottom: 2px solid #4b82ed;
}
.k_chart{
	height: 280px;
	/*border:1px solid red;*/
}
.trade_green_bg{
	width: 100%;
    height: 14px;
    background: url('/Public/Home/images/green.png');
}
.trade_red_bg{
	width: 100%;
    height: 14px;
    background: url('/Public/Home/images/red.png');
}
.gap16{
	gap: 16px;
}
.trade_type_btn{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
}
.padding_left_5{
	padding-left: 5px;
}
.trade_time{
	border: 1px solid rgba(255, 255, 255, .2);
	height: 150px;
}
.trade_time_item{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 20px;
}
.overflow_y {
    overflow-y: scroll;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.trade_time_item_active{
	background: #4B82ED;
    box-shadow: 0 9px 28px #4b82ed33;
}
.trade_order_div{
	background: #4DAA98;
    border-radius: 40px;
    color: #fff;
}
.flex48{
	width: 48%;
}
.bg_color9{
	background-color: #FF4242;
}
.img22{
	width: 22px;
	height: 22px;
}
.margin5_0{
	margin-top: 5px;
	margin-bottom:5px;
}
.trade_hetong_type_div{
	border-radius: 8px;
    background: #181A1E;
}
.padding13_20{
	padding: 13px 20px;
}
.trade_hetong_gang{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 100;
    /*display: none;*/
}
.trade_hetong_gang_div{
    width: 100%;
    background: #181A1E;
    position: absolute;
    bottom: 0;
    max-height: 50%;
}
.img16{
	width: 16px;
	height: 16px;
}
.width16{
	width: 16px;
}
.bg_color10{
	background-color: #292A2E;
}
.icard_info_other{
	position:relative;
}
.country_info_other{
	position:relative;
}
.sex_info_other{
	position:relative;
}
.padding_left_10{
	padding-left:10px;
}
.color11{
	color: #757575;
}
.font10{
	font-size: 10px;
}
.realname_index_height{
	width: 100%;
	min-height: calc(100vh - 60px);
}
.order_index_height{
	width: 100%;
	min-height: calc(100vh - 362px);
}
.order_fund_btn{
	background-color: #4b82ed;
    color: #fff;
    border: none;
    animation: none;
    box-shadow: none;
    min-width: 160px;
}
.order_fund_back_info{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
}
.order_fund_back_body{
	background-color: #1f2125;
    box-shadow: 0 16px 25px #0000000d;
    border-radius: 24px;
    padding: 16px 17px;
    width: 100%;
}
.line{
	display: block;
    width: 100%;
    height: 1px;
    background: url(/Public/Home/images/line.png) 0 0 no-repeat;
    background-size: contain;
}
.padding_bottom_5{
	padding-bottom: 5px;
}
.trade_qiquan_order{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 100;
    /*display: none;*/
}
.trade_qiquan_order_div{
    width: 100%;
    background: #181A1E;
    position: absolute;
    bottom: 0;
    max-height: 500px;
}
.order_time_div{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 100px;
    background-color: rgb(48, 50, 54);
}
#app {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg-count {
    position: relative;
    width: 5rem;
    height: 5rem;
}
.svg-circle {
    width: 5rem;
    height: 5rem;
}
.count-number {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.img50{
	width: 50px;
	height: 50px;
}
.line_div{
	height: 1px;
}
.img45_28{
	width: 45px;
	height: 28px;
}
.margin10_0{
	margin: 10px 0px;
}
.gendan_code_btn{
    background: #4B82ED;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 8px 14px;
}
/*.deposit_wallet_span{
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}*/
.deposit_wallet_span{
    display: inline-block;
    word-break: break-all;
    white-space: normal;
/*  text-overflow: ellipsis;
    overflow: hidden;*/
    /*max-width: 260px;*/
}

.order_msg_count{
    display: inline-block;
    padding: 2px 5px;
    z-index: 2;
    background: #f44147;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #FFF !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    position: absolute;
    top: -2px;
    right: -10px;
}
.order_msg_div{
	margin: 3px auto 0;
	position: relative;
}
.lookpwd{
    width: 20px;
    height: 12px;
}
.word_wrap{
    word-wrap: break-word;
}
.withdraw_wallet_span{
    display: inline-block;
    word-break: break-all;
    white-space: normal;
/*  text-overflow: ellipsis;
    overflow: hidden;*/
    /*min-width: 220px;*/
}
.width20{
    width: 20px;
}
.reg_type_bg{
    background: #373737;
}
.radius6{
    border-radius: 6px;
}
.reg_img{
    width: 20px;
    height: 13.5px;
}
.flex_center_new{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.login_index_cuntdown_no{
    position: fixed;
    top: 20px;
    right: 10px;
    color: #fff;
    width: 75px;
    height: 40px;
    background: rgba(79, 83, 92, .7);
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}
.login_ad_cuntdown{
    position: fixed;
    top: 20px;
    right: 10px;
    color: #fff;
    width: 75px;
    height: 40px;
    background: rgba(79, 83, 92, .7);
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}