	:root {
		--jrjr_color: #c72237;
		--main_color: #555;
		--section_odd_color: #fff; /* 单数 */
		--section_even_color: #F3F3F4; /* 双数 */
		--gold_color: #C8A74A;
		--title_color: #231815;
		--real_btn_color: #DD4012; /* .cta 开立真实账户 按钮颜色 */
		--virtual_btn_color: #DD4012; /* .cta 开立模拟账户 按钮颜色 */
	}

	/* background-image: var(--noise_bg); */ /* Noise bg */
	body{ background:#fff;}
	a {cursor:pointer}
	.footer ul,li{ list-style:inherit;}

	/* [class*="col"] { border: 1px solid red; } */ /* debug aaa时用 */
	[class*="section_"] { padding-top: 5em; padding-bottom: 3em; }
	[class*="section_"]:nth-child(odd) { background: none !important; }
	[class*="section_"]:nth-child(even) { background:  none !important; }

	.banner { width:100vw; padding-top:150px; z-index: -9; background:#070920  url(../images/bg.jpg) no-repeat top center; height:900px;}
	.banner img{ width:100%; }
	 a { width:100%; height:100%;cursor: pointer;}

	 .banner .ma-5 { margin-top:-100px; margin-bottom: 20px; color:#000; } 
	 
	 .underline{ border-bottom:1px solid #DBDBDB; width:20%; text-align:center; margin:0 auto;  margin-bottom:1rem;}
	 
	 .text-padding{ padding:15px;}
	 .title_h1 { margin: 0 0em .3em !important; color:#e3e3e3 !important;}
	 .title_h2	{ font-weight: bold; margin: 0 0em .3em !important; color:#F14300 !important;}
	 .title_h1 img{ width:100%; height:100%;}
	 
	 .cta{ padding-top:485px;}
	 .cta1{ padding-top:30px;}
	 .litter{ color:#414e95 !important; background: url(../images/litter_bg.png) no-repeat top center; min-height:805px; padding-top:90px; }
	 .litter p{line-height:26px;}
	  span.green-big{ color:#414e95 !important; }
	  .green-big{color:#414e95 !important;}
	  span.green{color:#414e95 !important; font-size:24px}
	 
	 .onegift{ background:#fffaf3;border-radius:5px; margin-top:60px; padding:30px 5px;}
	 
	 .apple-warp{position: relative; overflow:hidden;width:100%;height:41px; }
	.apple-warp .apple ul{padding: 0; height: ; overflow: hidden;}
	.apple{left: 61px; right: 61px; height: 40px; overflow: hidden; }
	.apple-inner{ height: 50px; overflow: hidden;}
	.apple li{ text-align:center; list-style:none; padding:20px 0px;}
	.apple p{ float:left; margin-bottom: 0; width:33%; color:#52579f; }
	.aa{overflow:hidden; border:1px solid #079f84; background:#ffffff;}
	.apple p span.gry{ color:#f1d19d;}
	.apple-warp img{position: absolute; top:0;}
	
	.div_inline1{ background:#fff; padding:.6rem}
	
	.align-items-center p{ list-style:none; margin:opx !important; padding: 0px !important;}
	 
	 .section_export .card .card-body {
    background: #fff !important;
}
	 
	 .section_2 .details {color: #fff;padding: 3px 15px;border-radius: 5rem;text-align: center; background:#566be1;}
	 .red{ color:#FF5722;}
	 h4.line-hight{ line-height:34px;}
	 
	 .title_h1{display: inline-block; position: relative; font-size:48px !important;}
	 .title_h1:after{ content: '';background: url(../images/yun1.png) no-repeat; width:142px; height:34px; position: absolute; right:-160px;top: 15px;}
	 .title_h1:before{ content: '';background: url(../images/yun.png) no-repeat; width:142px; height:34px; position: absolute;left: -160px;top: 15px;}
	 
	 .titel_jiange{ margin-top:80px; margin-bottom:40px;}
	
	 .bolang img { width: 80%; }
	 
	 .col-12 h1{display: inline-block; position: relative;}
	 .col-12 h1:after{ content: '';background: url(../images/yun1.png) no-repeat; width:142px; height:34px; position: absolute; right:-170px;top: 5px;}
	 .col-12 h1:before{ content: '';background: url(../images/yun.png) no-repeat; width:142px; height:34px; position: absolute;left: -170px;top: 5px;}

	.jiange{ margin-bottom:20px;}
	
	.real_btn { background-color:#e2c681; border-color: #e2c681 !important;; color: #786038;font-weight:bold !important; }
	.virtual_btn { background: none; border-color:#e2c681 !important; color: #e2c681; border-width:2px;border-style: solid;font-weight:bold !important; }
	.jiange{ margin-bottom:20px;}
	.jiange a img{ width:100%;}
	
	.div_hover { transition: all 1s; }
	.div_hover:hover { cursor: default; transition: all .5s; box-shadow: none !important; transform: translateY(-5px); }
	
	.real_btn:hover, .virtual_btn:hover { box-shadow: 0 5px 10px rgba(0,0,0,.3); transition: all 0.5s;box-shadow:none!important;  }
	.real_btn:hover { color:#786038; background: #e2c681;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--real_btn_color_gradient)', endColorstr='var(--real_btn_color)',GradientType=1 ); }
	.virtual_btn:hover { color:#e2c681;box-shadow:none!important;  }
	.real_btn span, .virtual_btn span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; box-shadow:none!important; }
	.real_btn span:after, .virtual_btn span:after {  position: absolute; opacity: 0; top: 0; right: -30px; transition: 0.5s; }
	.real_btn:hover span, .virtual_btn:hover span {  }
	.real_btn:hover span:after, .virtual_btn:hover span:after { opacity: 1; right: 0; }
	
	
	.real_btn1, .virtual_btn1 {
	font-size: 1.4rem;
	padding: .8em 4.5em;
	border-radius: 4px;
	margin: 0 10px;
	transition: all 0.5s;
	width:50%;
	font-weight:bold;
	}
	.real_btn1{ background:#f04a08;color:#fff;}
	.virtual_btn1{ background:#1272dd;color:#fff; }
	.real_btn1:hover{color:#fff; padding:.8em 3.0em ; }
	.virtual_btn1:hover{ color:#fff;padding:.8em 3.0em ; }
	
	.fubiao{padding:0em 4.5em ; font-size:18px;}
	

	
	.table td{ vertical-align: middle !important;}
	.table tr{ line-height:30px;}
	
	.mys1{ margin: 30px 0px !important;}
	.mys1 .btn-block{display: block; position: relative; margin: 0 auto; width: 100%; /*max-width: 350px;*/}
	.mys1 .btn-block .mys1-text{ left: 0; right: 0; }
	.mys1 .btn-block .mys1-text h3{line-height: 35px; font-weight: lighter; color: #ede1a8;}
	.mys1 .btn-block .mys1-text .tt-warp{ border-radius: 3px;}
	.tt-warp h6:after{ content: ''; background: url(../images/line-1.png) no-repeat;width:33px; height:1px;position: absolute;left: -170px;top: 5px; }
	.mys1 .btn-block .mys1-text .tt-warp h2,.mys1 .btn-block .mys1-text .tt-warp h1{font-weight: bold; color: #c91c1c;}
	.mys1 .btn-block .mys1-text .tt-warp h1{font-size: 2.5rem;}
	.mys1 .btn-block .mys1-text .ttt{margin-bottom: 5px; padding-left: 20px; text-align: justify; color: #ede1a8;}
	.mys1 .btn-block img{ margin-bottom:20px;}
	
	.st_con2{ background: #409570;min-height:320px;width:100%;display:block;border-radius:.5em;transition: all .4s; color:#fff !important;}
	.st_con3{ background: #fff;min-height:353px;width:100%;display:block;border-radius:.5em;transition: all .4s; }
	.st_01{width:100%;margin-bottom:20px;  }
	
	.st_02{width:100%;margin-bottom:20px; top:-50px; position:relative;}
	.st_02 p{ padding:0% 10%;}
	.st_02 img{ width:100%;} 
	
	.st_con2 h6{ }
	 .underline{ border-bottom:1px solid #DBDBDB; width:20%; text-align:center; margin:0 auto;  margin-bottom:1.5rem;}
	 
	 section.content3{ background:#fff; padding-bottom:90px;}
	 section.content4{ padding-bottom:60px;}
	 .content1{ background: url(../images/content1_bg.png) no-repeat center center;}
	 .content2{padding-bottom:60px; }
	.st_con2:hover{background:#409570;}

	
	
	#wrapper{width:1000px;margin:auto;position:relative;z-index:1;}
.show_images_list_li{position:absolute;cursor:pointer;vertical-align:bottom;display:block;}
.show_images_1{z-index:15;top:1px;left:280px;}
.show_images_1 img{width:425px;height:351px;}
.show_images_2{z-index:10;top:30px;left:0px;}
.show_images_2 img{width:327px;height:280px;}
.show_images_3{z-index:5;top:30px;left:659px;}
.show_images_3 img{width:327px;height:280px;}
.show_images_4{z-index:0;top:30px;left:300px;}
.show_images_4 img{width:327px;height:280px;}
#belt{display:block;height:122px;left:200px;line-height:99em;overflow:hidden;position:absolute;top:1px;width:149px;background:url(images/beltnew.png) no-repeat;z-index:100;}
.btn{width:101px;height:25px;margin:auto;position:relative;padding-top:350px;z-index:999;}
.btn a.active{background-position:-17px 0;}

	
	.card-body{ padding:1rem !important;}
	.content4_bg{ background:#4355bc; color:#fff !important;border-radius:5px;}
	.tt1 {
    padding: 0 20px 0 0;
}
	/*.card{ border-radius:1.25rem !important;}*/
	 
	/* 装置宽度为 320 及以下，例如 iPhone SE */
	@media screen and (min-width: 320px) and (max-width: 374px) {	
	.banner {background: url(../images/banner1.jpg) no-repeat top center; height:auto; background-size:100%;padding-top:90px; }
	[class*="section_"] { padding-top: 1em; padding-bottom: 3em; }
	.mys1 .btn-block img{ width:100% !important;}
	.col-md-3{flex: 0 0 50%;
    max-width: 50%;}
	.fubiao { padding: 0em 3em;}

	.title_h1 { font-size: 1.3em!important; }
	.lq_btn{ margin-top:0px!important; }
	.mys1 .btn-block .mys1-text .tt-warp{margin:2% auto 1rem!important;}
	.tt-warp img{ width:auto !important;}
	.banner img { width: 100%;}
	.banner .ma-5 { margin-top:-10px; margin-bottom:10px; font-size: .8rem; } 
	
	.litter{background:#fffdf6 !important; padding-top:20px !important; padding-bottom:20px !important; border-radius:3px;}

	.real_btn, .virtual_btn {  }
	.real_btn:hover, .virtual_btn:hover { }
	.real_btn1,.virtual_btn1{
	font-size: 0.8rem;
	padding: 0.8rem 1.2rem;
	}
	.real_btn1:hover,.virtual_btn1:hover{
	font-size: 0.8rem;
	padding: 0.8rem 1.2rem;
	}
	p{ font-size:12px !important;}
	.cta{ padding-top:100px;}
	.cta1{ padding-top:10px;}
	
	.banner{ height:auto;}
	 
	 
	.col h1{display: inline-block; position: relative; font-size:1.5rem;}
	.col h1:after{ content: '';width:1rem; height:1rem; position: absolute; right:-1.2rem;top:.6rem;background-size: 100%;}
	.col h1:before{content: '';width:1rem;height:1rem;position: absolute;right: -1rem; top: .6rem; background-size: 100%;left: -1.2rem;}
	
	.col-12 h1{display: inline-block; position: relative; font-size:1.5rem;}
	.col-12 h1:after{ content: '';width:1rem; height:1rem; position: absolute; right:-1.2rem;top:.6rem;background-size: 100%;}
	.col-12 h1:before{content: '';width:1rem;height:1rem;position: absolute;right: -1rem; top: .6rem; background-size: 100%;left: -1.2rem;}
	
	
	.bolang p{display: inline-block; position: relative; font-size:1rem; }
	.bolang p:after{ content: '';width:1rem; height:1rem; position: absolute; right:-1.2rem;top:.6rem;background-size: 100%;}
	.bolang p:before{content: '';width:1rem;height:1rem;position: absolute;right: -1rem; top: .6rem; background-size: 100%;left: -1.2rem;}

	
	.apple p{ float:left; width:100%;}
	.apple,.aa{height:299px;}
	h2{ font-size:1.2rem;}
	}

	/* 装置宽度为 321 - 767px，适用大部份手机 */
	@media only screen and (min-width: 321px) and (max-width: 767px) {
	[class*="section_"] { padding-top: 1em; padding-bottom: 3em; }
	
	.title_h1,.title_h2 { font-size: 1.3em!important; }
	.fubiao { padding: 0em 3em;}
	span.green-big{ }
	.banner {background: url(../images/banner1.jpg) no-repeat top center;background-size:100%; padding-top:90px;}
	
	.litter{background:#fffdf6 !important; padding-top:20px !important; padding-bottom:20px !important; border-radius:3px;}
	
	.banner img {margin-top:0px;  width: 100%;}
	.banner .ma-5 { margin-top:-20px; margin-bottom:10px; font-size: .8rem; } 

	.real_btn, .virtual_btn { }
	.real_btn:hover, .virtual_btn:hover { }
	.real_btn1,.virtual_btn1{
	font-size: 0.8rem;
	padding: 0.8rem 1.2rem;
	}
	.real_btn1:hover,.virtual_btn1:hover{
	font-size: 0.8rem;
	padding: 0.8rem 1.5rem;
	}
	.cta{ padding-top:100px;}
	.cta1{ padding-top:10px;}
	
	.banner{ height:auto;}
	
	.col h1{display: inline-block; position: relative; font-size:1.5rem;}
	.col h1:after{ content: '';width:1rem; height:1rem; position: absolute; right:-1.2rem;top:.6rem;background-size: 100%;}
	.col h1:before{content: '';width:1rem;height:1rem;position: absolute;right: -1rem; top: .6rem; background-size: 100%;left: -1.2rem;}
	
	.col-12 h1{display: inline-block; position: relative; font-size:1.5rem;}
	.col-12 h1:after{ content: '';width:1rem; height:1rem; position: absolute; right:-1.2rem;top:.6rem;background-size: 100%;}
	.col-12 h1:before{content: '';width:1rem;height:1rem;position: absolute;right: -1rem; top: .6rem; background-size: 100%;left: -1.2rem;}
	
	.bolang img { width: 100%; }
	
	.apple p{ float:left; width:100%; font-size: .8rem;  }
	
	
	.apple{padding: 15px 0; }
	.apple-inner{ height:100px;}
	.apple li{padding: 0 !important;}
	.apple li p{margin: 0.5rem 0;}
	h2{ font-size:1.2rem;}

	}
	/* 装置宽度为 767-1024px，适用大部份手机 */
	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		.apple p{ float:left; width:50%;}
		.litter{}
		.fubiao { padding: 0em 3em;}
		.mys1 .btn-block img{ width:100% !important;}
		
		.mys1 .btn-block .mys1-text h3{line-height: 20px; font-size: 1rem;}
		.mys1 .btn-block .img2{width: 80%;}
		.mys1 .btn-block .mys1-text .tt-warp{margin: 0.8rem auto;}
		.mys1 .btn-block .mys1-text .tt-warp h2{font-size: 1rem;}
		.mys1 .btn-block .mys1-text .ttt li{font-size: 0.8rem;}
		
		.apple li{ text-align:center; list-style:none; padding:25px 0px;}
		.apple-warp img{height: 120px;}
		
		.cta{ padding-top:100px;}
	 	.cta1{ padding-top:10px;}
		
		.banner{ height:auto;}
		
	}

	/* iphoneX 专用 */
	@media only screen and (width:375px) and (min-height:812px) {
	}

	/* iPad 专用 */
	@media only screen and (device-width: 768px) {
		
	}

	/* iPad Pro 专用 */
	@media only screen and (device-width: 1024px) {
	}
@media (min-width: 768px){
.col-md {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}


/* Responsive */
@media (max-width: 767px) {
	.banner {background: url(../images/banner1.jpg) no-repeat top center;background-size:100%; padding-top:90px; }
    .fl-table{display: block;width: 100%;}
	.table-wrapper:before{display: block;text-align: right;font-size: 11px;color: white;padding: 0 0 10px; color: #41457b;}
	.fl-table thead, .fl-table tbody, .fl-table thead th{display: block;}
	.fl-table thead th:last-child{border-bottom: none;}
	.fl-table thead{float: left;}
	.fl-table tbody{width: auto;position: relative;overflow-x: auto;}
	.fl-table td, .fl-table th{padding: 20px .625em .625em .625em;height: 60px;vertical-align: middle;box-sizing: border-box;overflow-x: hidden;overflow-y: auto;width: 230px;font-size: 13px;text-overflow: ellipsis;border-bottom: 1px solid #1c1f4e;}
	.fl-table thead th{width: 120px;}
	.fl-table tbody tr{display: table-cell;}
	.fl-table tbody tr:nth-child(odd){background: rgba(55,58,115,.8);}
	.fl-table tbody tr:nth-child(even){background: rgba(55,58,115,.8);}
	.fl-table tbody td{display: block;text-align: center;}
	
	.daylist{margin: 10px !important;}
	.daylist #datelistul{display: none;}
	.datelistul-s{display:block; padding: 0;}
	.datelistul-s li{float: left; width: 33.3%;}
.table-wrapper ul li{min-width:100%; padding:10px 20px;}
.table-wrapper ul li div{ float:left; min-width:350px; padding-right:15px;}
}


@media (min-width: 1200px)
{.container {
    max-width: 1140px ;
}
}


.about_jrqb{ background:#070920 url(../images/aboutjrqb_bg.jpg) center no-repeat; height:}
.qbgn{background:#070920 url(../images/gnjs_bg.jpg) center no-repeat; }
.st_con{ background:#070920 url(../images/gnjs-1.png) center no-repeat; height:384px;}
.qbys{background:#070920 url(../images/ys_bg.jpg) center no-repeat; }
.sybz{background:#070920 url(../images/lc_bg.jpg) center no-repeat; height:596px;}
.sybz_1{padding: 30px 10px;
    border-radius: 30px; border:1px solid #4b4a53;}
p.mt-2{ padding:0 1.2rem; }
h1{ color:#fff !important;}
.lizi_01 {
    position: relative;
}
.lizi {
    background: #0849aa;
    padding: 8px 20px;
    width: 335px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 25px;
    left: 35%;
	font-size:1.5rem;
}
.yingli1 {
    border: 1px solid #4b4a53;
    padding: 80px 0 45px;
	border-radius: 30px;
	margin:0 auto;
}


