/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
	font-family: "Arial", "PingFangSC-Regular", "Consolas", "monospace", "Microsoft Yahei";
	list-style-type: none;
}

fieldset,
img,
input,
button {
	/*fieldset组合表单中的相关元素*/
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
li,
ol {
	list-style: none;
	/*清除列表风格*/
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Arial", "PingFangSC-Regular", "Consolas", "monospace", "Microsoft Yahei";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

/*防止多行文本框拖动*/
img {
	border: 0;
	vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
	border-collapse: collapse;
	/*合并外边线*/
}


body {
	font-size: 12px/150%;
	font-family: "Source Han Sans-CN", "PingFangSC-Regular", "Consolas", "monospace", "Microsoft Yahei";
	color: #232323;
	background: #fff;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}
.bold{
	font-weight: bold;
}
.black{
	background: #000;
	color:#fff;
}
a {
	color: #232323;
	text-decoration: none;
}

a:hover {
	/* color: #000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}
body,
html {
	width: 100%;
	height: 100%;
}
div {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}
.clear{
	width: 100%;
	clear: both;
}
.hide {
	display: none !important;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.absolute_c {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.absolute_c_0 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.absolute_0_c {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.flex {
	display: flex;
}

.flex_column {
	display: flex;
	flex-flow: column;
}

.flex_column_c {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.flex_column_cc {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.flex_c {
	display: flex;
	align-items: center;
}

.flex_c_c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_c_b {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_column_c_b {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
}

.flex_column_b {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.flex_b {
	display: flex;
	justify-content: space-between;
}

.flex_w {
	display: flex;
	flex-wrap: wrap;
}

/* 文字溢出 一行 */
.line_clamp_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/* 文字溢出 两行 */
.line_clamp_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 文字溢出 三行 */
.line_clamp_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 中黑体 */
.Medium {
	font-family: "PingFangSC-Medium", "NotoSansCJK-Medium";
}

/* 常规体 */
.Regular {
	font-family: "PingFangSC-Regular", "NotoSansCJK-Regular";
}

/* 中粗体 */
.Semibold {
	font-family: "PingFangSC-Semibold", "NotoSansCJK-Bold";
}

/* 极细体 */
.Ultralight {
	font-family: "PingFangSC-Ultralight", "NotoSansCJK-DemiLight";
}

/* 细体 */
.Light {
	font-family: "PingFangSC-Light", "NotoSansCJK-Light";
}

/* 纤细体 */
.Thin {
	font-family: "PingFangSC-Thin", "NotoSansCJK-Thin",
}

.inline_block {
	display: inline-block;
}

.border_box {
	box-sizing: border-box;
}
.cl-777{
	font-size: 10px;
	color: #777;
}
.cl-sell{
	color: #EF5A5A;
}
.cl-buy{
	color: #77CF76;
}
.bg-sell{
	color: #fff;
	background: #EF5A5A;
}
.bg-buy{
	color: #fff;
	background: #77CF76;
}
.container {
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding:0;
	margin-bottom: 20px;
}
.top-header{
	width: 100%;
	height: 60px;
	padding: 0;
	background: #fff;
}
.top-header .main{
	width: 1200px;
	margin: 0 auto;
}
.top-header .logo{
	float: left;
	margin: 15px 0 0 56px;
}
.top-header .logo img{
    max-width: 120px;
	max-height: 35px;
}
.top-header .menus{
	width: 85%;
	margin-top: 15px;
	float: right;
}
.top-header .menus .menu{
	width: 60%;
	margin-top: 6px;
	margin-left: 20px;
	float: left;
}
.top-header .menus .mui-icon{
	font-size: 12px;
}
.top-header .menus .show-menus .arrow{
	margin-top: 4px;
}
.top-header .menus .menu li{
	padding: 0 12px;
	float: left;
	font-size: 12px;
	position: relative;
}
.top-header .menus i{
	font-size: 14px;
}
.top-header .menus dl i{
	font-size: 12px;
}
.top-header .menus dl{
	position: absolute;
	width: 115px;
	min-height: 28px;
	border: #000 1px solid;
	top:25px;
	left:0px;
	border-radius: 5px;
	background: #fff;
	padding: 6px 0;
	display: none;
	z-index: 10000;
}
.top-header .menus dl a{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: left;
	float: left;
	text-indent: 0.6rem;
	font-size: 12px;
}
.top-header .menus dl a span{
	float: right;
	margin: 8px 5px 0 0;
}
.top-header .menus .login{
	width: 15%;
	float: left;
	margin-top: 3px;
}
.top-header .menus .login li{
	width: 50%;
	float: left;
}
.top-header .menus .login a{
	width: 60px;
	height: 25px;
	line-height: 25px;
	border-radius: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	display: block;	
}
.top-header .menus .login .in{
	background: #000;
	float: left;
}
.top-header .menus .login .reg{
	background: #F0C358;
	float: right;
}
.top-header .menus .ucenter{
	width: 18%;
	margin-top: 5px;
	float: left;
}
.top-header .menus .ucenter li{
	width: 100%;
	position: relative;
}
.top-header .menus .ucenter .avatar{
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/icon/avatar.png) no-repeat center center;
	background-size: 20px 20px;
}
.top-header .menus .ucenter .uname{
	float: left;
	margin-top: 2px;
	margin-left: 4px;
	font-size: 14px;
	max-width: 136px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-header .menus .ucenter .arrow{
	float: left;	
}
.top-header .menus .ucenter .arrow span{
	font-size: 12px;
}
.top-header .menus .ucenter .singOut{
	width: 90%;
	margin: 10px 5% 0 5%;
	background: #777;
	color: #fff;
	border-radius: 5px;
	text-indent: 0;
	text-align: center;
}
.top-header .menus .rmenu{
	width: 	20%;
	float: right;
	margin-top: 3px;
}
.top-header .menus .rmenu li{
	width: 26px;
	height: 26px;
	margin-left: 15px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}
.top-header .menus .rmenu dl{
	position: absolute;
	top:30px;
	left: -40px;
}
.top-header .menus .rmenu dl a{
	height: 35px;
	line-height: 35px;
}
.top-header .menus .rmenu dl img{
	width: 22px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.top-header .menus .rmenu .down{
	background: url(../images/icon/index-down.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .service{
	background: url(../images/icon/index-service.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .lang{
	background: url(../images/icon/index-lang.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .down dl{
	height: 100px;
}
.top-header .menus .rmenu .down dl img{
	width: 100px;
	height: 100px;
}
.top-header .menus .rmenu .service a{
	display: block;
	width: 100%;
	height: 26px;
}
.bottom-footer{
	width: 100%;
	height: 400px;
	margin: 0 auto;
	font-size: 12px;
	background-color: #fff;
}
.bottom-footer .main{
	width: 1200px;
	margin: 0 auto;
}
.bottom-footer .f-l{
	width: 40%;
	float: left;
	height: 200px;
	padding-top: 30px;
	background: #fff;
}
.bottom-footer .f-l .logo{
	width: 100%;
	height: 50px;
	
}
.bottom-footer .f-l .logo img{
	height: 35px;
}
.bottom-footer .f-l .lang{
	width: 100%;
	height: 40px;
}
.bottom-footer .f-l .lang select{
	width: 50%;
	height: 36px;
	line-height: 15px;
	border: #000 1px solid;
	border-radius: 5px;
	background: url(../images/icon/icon_down_black.png) no-repeat 90% center;
	background-size: 12px 12px;	
}
.bottom-footer .f-l .media{
	width: 70%;
	height: 40px;
	margin: 0 auto;
}
.bottom-footer .f-l .media li{
	width: 16%;
	float: left;
}
.bottom-footer .f-l .media li img{
	width: 40px;
}
.bottom-footer .f-l .copyright{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #777;
}
.bottom-footer .f-r{
	width: 45%;
	float: right;
	height: 200px;
}
.bottom-footer .f-r div{
	width: 25%;
	float: left;
	height: 150px;
	margin-top: 35px;
	text-align: left;
}
.bottom-footer .f-r div a{
	width: 100%;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #777;
}
.bottom-footer .f-r div a:first-child{
	padding-bottom: 16px;
	font-weight: bold;
	color: #000;
}

.bg-f2{
	background: #F2F2F2;
}

.mui-btn {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	height: 3.1875rem;
	line-height: 3.1875rem;
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	color: #FFFFFF;
	padding: 0;
	border: none;
	background:#000;
}

.mui-btn-record {
	width: 90%;margin: 0 auto;margin-top: 5px;text-align: center;height: 3.1875rem;line-height: 3.1875rem;border-radius: 0.25rem;font-size: 0.8125rem;color: #8b8f95;padding: 0;border: none;background:#000;
}

.loading-btn {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	height: 3.1875rem;
	line-height: 3.1875rem;
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	padding: 0;
	border: none;
	color: #333;
	background:#777;
}

.menu-box{
	width: 100%;
	height: 60px;
	margin: 0;
	background-color: #F2F2F2;
}
.menu-box .main{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
.menu-box .main a{
	width: 11.3%;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	margin-left: 1%;
	float: left;
	display: block;
	text-align: center;
	border: #000 1px solid;
	border-radius: 5px;
}
.menu-box .main a.cur{
	background: #f39801;
}
.close-coin{
	float: right;
	background: url(../images/icon/close.png) no-repeat center center;
	background-size: 1rem 1rem;
	width: 1rem;
	height: 1rem;
}
.top-header .menus .rmenu .zh{
	background: url(../images/lang/zh.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .hk{
	background: url(../images/lang/hk.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .en{
	background: url(../images/lang/en.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .jp{
	background: url(../images/lang/jp.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .kr{
	background: url(../images/lang/kr.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .tur{
	background: url(../images/lang/tur.png) no-repeat center center;
	background-size: 25px 25px;
}

.top-header .menus .rmenu .zh{
	background: url(../images/lang/zh.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .gre{
	background: url(../images/lang/gre.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .rus{
	background: url(../images/lang/rus.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .fr{
	background: url(../images/lang/fr.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .cze{
	background: url(../images/lang/cze.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .por{
	background: url(../images/lang/por.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .thai{
	background: url(../images/lang/thai.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .ukr{
	background: url(../images/lang/ukr.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .spa{
	background: url(../images/lang/spa.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .ita{
	background: url(../images/lang/ita.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .ind{
	background: url(../images/lang/ind.png) no-repeat center center;
	background-size: 25px 25px;
}
.top-header .menus .rmenu .vie{
	background: url(../images/lang/vie.png) no-repeat center center;
	background-size: 25px 25px;
}