@charset "utf-8";
html {
	background-color: #fff;
	color: #333;
	font-size: 12px;
	/* 2022-11-30 begin */
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; */
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	/* 2022-11-30 end */
}

html,
body {
	height: 100%;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
	line-height: 1.5;
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
	font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}


/*h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}*/

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

caption,
th {
	text-align: inherit
}

ul,
ol,
menu {
	list-style: none
}

fieldset,
img {
	border: 0
}

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "\0020"
}

textarea {
	overflow: auto;
	resize: vertical
}

input,
textarea,
button,
select,
a {
	outline: 0 none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

mark {
	background-color: transparent
}

a,
ins,
s,
u,
del {
	text-decoration: none
}

sup,
sub {
	vertical-align: baseline
}

html {
	overflow-x: hidden;
	height: 100%;
	font-size: 12px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

hr {
	height: .02rem;
	margin: .1rem 0;
	border: medium none;
	border-top: .02rem solid #cacaca;
}

a {
	color: #25a4bb;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

input[type=button],
input[type=text],
input[type=password] {
	-webkit-appearance: none;
}

input,
button,
textarea {
	font-family: -apple-system-font, 'Helvetica Neue', Helvetica, sans-serif;
}

img[src=""] {
	opacity: 0;
}

div {
	box-sizing: border-box;
}


/*新增*/

.no_select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	background: #FFFFFF;
}

.zwd_loading {
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.5);*/
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 30;
	flex-direction: column;
}

.zwd_loading_a {
	width: 150px;
	height: 112.5px;
	background: rgba(138, 138, 138, 0.5) url(../img/loading_two.gif) no-repeat;
	background-position: 50% 30%;
	border-radius: 10px 10px 0px 0px;
	background-size: cover;
}

.zwd_loading_b {
	height: 37.5px;
	text-align: center;
	background: #1991ec;
	color: #FFFFFF;
	line-height: 25px;
	width: 150px;
	font-size: 18px;
	border-radius: 0px 0px 10px 10px;
	font-weight: bold;
}


/*header*/

.futures_price {
	flex-direction: column;
	position: relative;
	padding-right: 30px !important;
	background: url(../img/dwon_pull.png) no-repeat;
	background-size: 13px;
	background-position: 94% 50%;
}

.futures_price_div {
	position: absolute;
	width: 100%;
	top: 44px;
	left: 0;
	background: #13426b;
	border: 10px solid #13426b;
	border-top: 0;
	display: none;
	z-index: 10;
}

.futures_price:hover .futures_price_div {
	display: block;
}

.futures_price_div a {
	display: block;
	line-height: 36px;
	text-align: center;
}

.futures_price_div.min_a a{
	font-size: 12px;
}
/* 火狐浏览器下独有的样式 */
@-moz-document url-prefix() {
	.futures_price_div.min_a a {
		white-space: nowrap;
		font-size: 11px;
	}
}


.futures_price_div a:hover {
	background: #FFFFFF;
	color: #13426b;
}


/*header end*/


/*sign_in start*/

.sign_in_box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(1, 14, 26, 0.93);
	top: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 101;
}

.sign_in {
	/*height: 489px;*/
	position: relative;
}

.sign_in_top {
	width: 424px;
	height: 165px;
	background: #13426b url(../img/logo_style.png) no-repeat;
	background-size: 187px;
	background-position: 45% 50%;
	box-shadow: 0px 0px 29px rgba(44, 44, 44, 0.32);
	border-radius: 19px 19px 0px 0px;
	position: absolute;
	top: 0;
}

.sign_in_bottom {
	width: 424px;
	/*height: 324px;*/
	background: #FFFFFF;
	border-radius: 0px 0px 19px 19px;
	padding: 58px 75px 28px;
	box-sizing: border-box;
	margin-top: 165px;
}

.sign_in_item {
	width: 100%;
	height: 42px;
	background: #f0f0f0;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}

.sign_in_item:nth-child(1) {
	margin-bottom: 25px;
}

.sign_in_item:nth-child(2) {
	margin-bottom: 30px;
}

.sign_in_item_icon {
	width: 47px;
	height: 42px;
}

.sign_in_username {
	background: #d0d0d0 url(../img/username_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50% 50%;
}

.sign_in_password {
	background: #d0d0d0 url(../img/password_icon.png) no-repeat;
	background-size: 18px;
	background-position: 50% 50%;
}

.sign_in_item_input {
	border: 0;
	outline: none;
	flex: 1;
	background: none;
	padding-left: 19px;
	font-size: 17px;
}

.sign_in_submit {
	width: 100%;
	height: 42px;
	border-radius: 6px;
	background: #13426b;
	color: #FFFFFF;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 17px;
}
.sign_in_join_now{
	margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.sign_in_join_now:hover{
	color: #13426b;
}

.sign_in_close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/close_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50%;
	padding: 20px;
	top: 0;
	right: -45px;
	cursor: pointer;
}


/*sign_in end*/


/*join_now start*/

.join_now_box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(1, 14, 26, 0.93);
	top: 0;
	z-index: 31;
	display: flex;
	justify-content: center;
	align-items: center;
}

.join_now {
	height: calc(100% - 50px);
	/*height: 708px;*/
	position: relative;
}

.join_now_top {
	width: 914px;
	height: 107px;
	background: #13426b url(../img/logo_style.png) no-repeat;
	background-size: 187px;
	background-position: 36px 50%;
	box-shadow: 0px 0px 29px rgba(44, 44, 44, 0.32);
	border-radius: 19px 19px 0px 0px;
	position: absolute;
	top: 0;
}

.join_now_top p {
	float: right;
	margin-right: 34px;
	margin-top: 65px;
	color: #FFFFFF;
	font-size: 17px;
}

.join_now_top p span {
	color: #ff0000;
}

.join_now_bottom {
	width: 914px;
	/*height: 600px;*/
	background: #FFFFFF;
	border-radius: 0px 0px 19px 19px;
	box-sizing: border-box;
	margin-top: 107px;
	padding: 45px 0px 41px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100% - 96px);
}

.join_now_bottom_main {
	height: calc(100% - 73px);
	margin-bottom: 25px;
	overflow: auto;
	padding: 0px 90px;
}

.join_now_item {
	width: 635px;
	height: 37px;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}

.join_now_item:nth-child(9) {
	/*margin-bottom: 36px;*/
}

.join_now_title {
	width: 166px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}

.join_now_title_1{
	width: 182px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}
.join_now_title_2{
	width: 129px;
	color: #535353;
	font-size: 17px;
	text-align: right;
	margin-right: 18px;
}


.join_now_item input {
	padding-left: 10px;
	box-sizing: border-box;
	height: 37px;
	outline: none;
	border: 0;
	background: #ebebeb;
	border-radius: 6px;
}
.join_now_item select {
	padding-left: 10px;
	box-sizing: border-box;
	height: 37px;
	outline: none;
	border: 0;
	background: #ebebeb;
	border-radius: 6px;
}

.join_now_item span {
	color: #FF0000;
	margin-left: 16px;
}

.join_now_input_1 {
	width: 232px;
}

.join_now_input_2 {
	width: 343px;
}

.join_now_input_3 {
	width: 447px;
}

.join_now_input_4 {
	width: 303px;
}

.join_now_input_5 {
	width: 153px;
}

.join_now_input_6{
	width: 166px;
}
.join_now_input_7{
	width: 166px;
	margin-right: 4px;
}


.v_code {
	width: 103px;
	height: 34px;
	background: red;
	margin-left: 5px;
	cursor: pointer;
}

.join_now_submit {
	width: 180px;
	height: 48px;
	border-radius: 6px;
	background: #13426b;
	color: #FFFFFF;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 17px;
}

.join_now_close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/close_icon.png) no-repeat;
	background-size: 19px;
	background-position: 50%;
	padding: 20px;
	top: 0;
	right: -45px;
	cursor: pointer;
}


/*join_now end*/


/*all tips start*/

.all_tips {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 110;
}

.all_tips_box {
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	background: #1991ec;
	padding: 0px 35px;
	border-radius: 10px;
}


/*all tips end*/

.bshare-custom.icon-medium-plus .bshare-twitter {
	background: url(../img/share_tt.png) !important;
	background-size: 106% !important;
	background-repeat: no-repeat !important;
	background-position: -2px center !important;
}

/* .bshare-custom.icon-medium-plus .bshare-facebook {
	background: url(http://static.bshare.cn/frame/images/logos/mp2/sprite/top_logos_sprite.gif) no-repeat 0 -102px;
	display: inline-block;
}

.bshare-custom.icon-medium-plus .bshare-weixin {
	background: url(http://static.bshare.cn/frame/images/logos/mp2/weixin.gif) no-repeat;
	display: inline-block;
}

.bshare-custom.icon-medium-plus .bshare-linkedin {
	background: url(http://static.bshare.cn/frame/images/logos/mp2/linkedin.gif) no-repeat;
	display: inline-block;
} */


/*隐藏class*/

.display_none {
	display: none;
}