* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

a {
	text-decoration: none;
}

body {
	margin: 0 auto;
	height: 100%;
	max-width: 750px;
}

.allbg {
	background: #0b1723;
}

.maintop {
	z-index: 10;
	width: 100%;
	background: #0b1723;
}

.pagetit {
	padding: 13px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.banner img {
	width: 100%;
}

.indexlist {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 360px);
	max-width: 750px;
}

.tableth {
	display: flex;
	margin: 10px 0;
	background: #152131;
}

.tableth li {
	padding: 10px;
	color: #616a7b;
	list-style: none;
	text-align: center;
	font-size: 15px;
	flex: 1;
}

.productindex {
	position: absolute;
	top: 2px;
	overflow-y: auto;
	width: 100%;
	height: 98%;
}

.tabletd {
	display: flex;
	padding: 13px 0;
	border-bottom: 1px solid #333a49;
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
}

.tabletd li {
	list-style: none;
	text-align: center;
	line-height: 34px;
	flex: 1;
}

.up {
	color:#e10020;
}

.up .price {
	border-radius: 6px;
	background:#e10020;
	color: #fff;
}

.down {
	color:#3da808;
}

.down .price {
	border-radius: 5px;
	background:#3da808;
	color: #fff;
}

.indexproductname {
	padding-left: 16px;
	color: #fff;
	text-align: left!important;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 8px 0;
	width: 100%;
	border-radius: 0;
	background: #152131;
}

.footer a {
	display: block;
	color: #c5ced5;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

.shoucang {
	float: left;
	width: 40%;
}

.shoucang img {
	margin-top: 6px;
	width: 81px;
}

.flink {
	width: 25%;
}

.flink.active {
	color: #eec67f;
}

.flink img {
	height: 24px;
}

.link {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 20px;
	width: 100%;
	border-radius: 0 26px 0 0;
	background: #fff;
}

.linkitem {
	float: left;
	display: block;
	margin: 2.5%;
	width: 28%;
	height: 101px;
	border-radius: 15px;
	color: #000;
	text-align: center;
}

.linkitem img {
	margin-top: 13px;
	margin-bottom: 4px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.linkitem p {
	font-size: 15px;
}

.toplogo {
	padding: 33px;
	background: url(../images/toplogobg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.toplogo img {
	width: 90px;
}

.logoname {
	margin-top: 9px;
	color: #fff;
	font-size: 20px;
}

.loginbox {
	margin: 50px auto 2px;
	width: 96%;
}

.loginlist {
	display: flex;
	margin: 0 auto;
	width: 96%;
	border-radius: 5px;
	background: #152131;
}

.loginlist>img {
	margin: 10px;
	height: 20px;
	vertical-align: middle;
}

.loginlist input {
	width: 90%;
	height: 41px;
	outline: 0;
	border: none;
	background: 0 0;
	color: #fff;
}

.eye {
	margin: 20px 10px 0;
	width: 18px;
}

.loginbtn {
	display: block;
	margin: 10px auto;
	padding: 13px 0;
	width: 96%;
	border-radius: 5px;
	background: #fdbe19;
	color: #fff;
	text-align: center;
}

.loginlink {
	overflow: hidden;
	margin: 20px 0;
	width: 100%;
}

.loginlink a {
	float: left;
	display: block;
	width: 33%;
	color: #fff;
	text-align: center;
}

.loginlink a img {
	width: 20px;
	vertical-align: middle;
}

.huanjiebox {
	top: 0;
	left: 0;
	margin: 15px auto;
	padding: 4px 11px;
	width: 100%;
	width: 91%;
	border-radius: 6px;
	background: #152131;
}

.huanjielist {
	overflow: hidden;
	margin-top: 0;
	padding: 2px;
	padding-bottom: 8px;
	padding-left: 0!important;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 29px;
}

.huanjielist:last-child {
	border-bottom: 0;
}

.huanjielistL {
	float: left;
	width: 15%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.huanjielistL img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.huanjielistR {
	float: right;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-size: contain;
}

.huanjielistR input {
	float: right;
	width: 100%;
	height: 30px;
	outline: 0;
	border: none;
	background: no-repeat;
	color: #fff;
}

.agreebox {
	margin: 18px 0;
	padding-left: 14px;
	color: #1384d0;
}

.agreebox input {
	height: 16px;
	vertical-align: middle;
}

.yiyou {
	display: block;
	margin: 26px 0;
	color: #fdbe19;
	text-align: center;
}

.order-top {
	/* margin: 15px 0; */
	padding: 13px 20px;
	background: url(../images/topbg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.order-top a {
	display: block;
	margin: 10px 0;
	color: #fff;
}

.order-top a img {
	margin: 0 10px;
	margin-top: 3px;
	width: 8px;
    float: left;
	vertical-align: middle;
}
.order-top a span{
    margin-left: -10px;
}

.order-top p {
	margin: 5px;font-size:14px;
}

.curprice {
	font-size: 24px;
}

.pricelist {
	overflow: hidden;
}

.pricelistitem {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.pricelistitem p:first-child {
	text-align: center;
}

.ktab {
	display: flex;
	padding:0px 0;
}

.ktab a {
	display: block;
	margin: 10px;
	padding-bottom:2px;
	color: #ddd;
	font-size: 12px;
}

.ktab a.active {
	border-bottom: 2px solid #eee;
}

.kcon {
	position: relative;
}

.Kline-div {
	position: absolute;
	width: 100%;
}

.Kline-div .K-line {
	width: 100%;
	height: 100%;
}

.orderopration {
	display: none;
	margin: 10px auto;
	width: 96%;
}

.buy {
	margin: 1%;
	width: 48%;
	height: 40px;
	border-radius: 6px;
	background: red;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.windowncon {
	margin: 9% auto;
	padding-bottom: 7px;
	width: 90%;
	background: #0b1723;
}

.windowtit {
	position: relative;
	padding: 14px;
	background: #152131;
	color: #fff;
	text-align: center;
}

.close {
	position: absolute;
	right: 20px;
}

.close img {
	width: 19px;
}

.witi {
	margin: 12px;
	color: #fff;
	font-size: 14px;
}

.dingdantab {
	display: flex;
	margin: 0 auto;
	width: 96%;
}

.dingdantab a {
	overflow: hidden;
	margin: 2%;
	padding-top: 17px;
	width: 30%;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.dingdantab a.active {
	background: #fff url(../images/dui.png) no-repeat right 0;
	background-size: 30px;
}

.dingdantab a p {
	font-size: 15px;
}

.jstime {
	margin: 10px 0;
	font-size: 23px!important;
}

.shouyi {
	height: 37px;
	background: #4794ff;
	color: #fff;
	line-height: 30px;
}

.daibicon {
	display: flex;
	overflow-x: scroll;
}

.daibicon a {
	margin: 6px 12px;
	padding: 3px 5px;
	background: #152131;
	color: #fff;
	font-size: 14px;
}

.daibicon a.active {
	background: #fff;
	color: #000;
}

.nobg {
	margin: 0;
	background: 0 0;
}

.jiner {
	color: #fdbe19;
}

.downbg {
	background: #00aa3b;
}

.upbg {
	background: #F9293E;
}
/*.downbg {*/
/*	background: #41bb6e;*/
/*}*/

/*.upbg {*/
/*	background: #FE782E;*/
/*}*/

.personlinktxt {
	width: 90%;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
}

.persontop {
	overflow: hidden;
	margin: 10px auto;
	width: 94%;
	border-radius: 6px;
}

.personmsg {
	overflow: hidden;
	padding: 14px;
	background: url(../images/personbg.png) no-repeat;
	background-size: 100%;
}

.personmsgL {
	float: left;
	margin: 3%;
}

.personmsgL img {
	width: 78px;
	height: 78px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.personmsgR {
	float: left;
	margin: 15px 2px;
	color: #fff;
}

.name {
	font-size: 27px;
}

.persontoplink {
	overflow: hidden;
	padding: 10px;
	background: #152131;
	font-size: 14px;
}

.persontoplink img {
	margin: 3px 5px;
	width: 12px;
	vertical-align: middle;
}

.cnjj {
	float: left;
	color: #fff;
}

.viewjy {
	float: right;
	color: #fff;
}

.personnews {
	display: flex;
	overflow: hidden;
	margin: 4px auto;
	width: 95%;
	height: 35px;
	border-radius: 5px;
	background: #152131;
	line-height: 35px;
}

.personnewsL {
	padding-left: 4px;
	text-align: center;
}

.personnewsL img {
	margin: 4px;
	width: 17px;
	vertical-align: middle;
}

.personnewsM {
	padding-left: 3px;
	width: 85%;
	color: #fff;
	font-size: 12px;
	line-height: 41px;
}

.right {
	margin: 10px;
	width: 8px;
}

.pagetit a {
	position: absolute;
	left: 10px;
}

.pagetit a img {
	width: 11px;
}

.renzhengbox {
	margin: 30px 0;
	color: #fff;
	text-align: center;
}

.renzhengbox img {
	margin-bottom: 28px;
	width: 115px;
}

.renzhengleiixng {
	padding: 19px;
	text-align: center;
}

.renzhengleiixng a {
	margin: 10px;
	padding: 6px 15px;
	border-radius: 4px;
	background: #fdbe19;
	color: #fff;
}

.renzhengcaozuo img {
	margin-bottom: 18px;
	width: 52px;
}

.uplode {
	margin: 20px auto;
	padding: 30px 0;
	width: 71%;
	border-radius: 10px;
	background: #152131;
	color: #fff;
	text-align: center;
}

.chongzhi2 {
	margin: 5px auto;
	padding: 4px 0;
	width: 96%;
	border-radius: 5px;
	background: #152131;
}

.chongzhi2box{
    height: calc(100% - 100px);
    /* height: 100%; */
    overflow-y: auto;
}

.chongzhi {
	overflow: hidden;
	margin: 5px auto;
	padding: 4px 0;
	width: 96%;
	border-radius: 5px;
	background: #152131;
}

.chongzhi a {
	float: left;
	margin: 5px 0;
	width: 25%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.chongzhi a img {
	margin-bottom: 2px;
	height: 24px;
}

.prlink {
	padding-bottom: 35px;
}

.pagetit2 {
	margin: 0;
	height: 45px;
	background: #152131;
	line-height: 45px;
}

.historybox {
	position: fixed;
	overflow: hidden;
	overflow: scroll;
	width: 100%;
	height: calc(100% - 160px);
	max-width: 750px;
}

.histirytab {
	display: flex;
	border-top: 1px solid #232830;
	border-bottom: 1px solid #232830;
	background: #152131;
}

.histirytab a {
	display: block;
	padding: 16px 0;
	width: 50%;
	color: #fff;
	text-align: center;
}

.histirytab a span {
	display: block;
	border-right: 1px solid #c5ced5;
}

.histirytab a:last-child span {
	display: block;
	border-right: 0 solid #c5ced5;
}

.histirytab a.active {
	border-bottom: 1px solid #eec67f;
	color: #eec67f;
}

.historylist {
	overflow: hidden;
	margin: 14px auto;
	padding: 13px;
	width: 88%;
	border-radius: 5px;
	background: #152131;
	color: #fff;
}

.historylistT {
	overflow: hidden;
}

.hisrotyname {
	float: left;
	width: 30%;
}

.buyfx {
	float: left;
	margin: 0 10px;
}

.buyfx img {
	margin: 0 7px;
	width: 19px;
	vertical-align: middle;
}

.historynum {
	float: right;
	font-weight: 700;
	font-size: 20px;
}

.historylistM {
	margin: 10px 0;
	font-weight: 700;
	font-size: 24px;
}

.historylistB {
	overflow: hidden;
	margin: 0;
	color: #c5ced5;
	font-size: 12px;
}

.endtime {
	float: right;
}

.yhbtndisabled{
	display: block;
	margin: 10px auto;
	padding: 13px 0;
	width: 96%;
	border-radius: 5px;
	background: #e2e2e2;
	color: #c3c3c3;
	text-align: center;
}
*{ 
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/ 
    -webkit-user-select:none; /*webkit浏览器*/ 
    -khtml-user-select:none; /*早期浏览器*/ 
    -moz-user-select:none;/*火狐*/ 
    -ms-user-select:none; /*IE10*/ 
    user-select:none; 
}
input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}
*{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; /* For some Androids */ }
.queren-model-box{position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);}
    .queren-model{background:#0b1723;margin: 9% auto;width:90%}
.count-down-box{padding: 30px;display: flex;justify-content: space-between;flex-direction: column;align-items: center;}
.count-down-item .count-down-cell{padding: 10px 0;border-bottom:1px solid #333a49;display: flex;justify-content: space-between;}
.count-down-item .count-down-cell span{font-size: 14px;color:#616a7b}
.count_down_canvas {
  height:120px;
  width: 120px;
  position: relative;
  background: #131f30;
  border-radius: 100%;
  overflow: hidden;
}
.count_down_canvas .percent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
}
.count_down_canvas .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background: #4794ff;
  transition: all .3s;
}
.count_down_canvas .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.count_down_canvas .water_wave_back {
  right: 0;
  fill: #C7EEFF;
  -webkit-animation: wave-back 1.4s infinite linear;
          animation: wave-back 1.4s infinite linear;
}
.count_down_canvas .water_wave_front {
  left: 0;
  fill: #4794ff;
  margin-bottom: -1px;
  -webkit-animation: wave-front .7s infinite linear;
          animation: wave-front .7s infinite linear;
}

@-webkit-keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}









