﻿@charset "utf-8";
/*格式化*/
#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:14px;font-family:"[PingFang]",Verdana,Arial,Helvetica,sans-serif; background:#FFFFFF;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"[PingFang]";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"[PingFang]"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}

/*解决苹果点击闪屏问题*/
html, body{ height: 100%;}
html, head, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea ,section{-webkit-tap-highlight-color:transparent;}
/*input取消光标     readonly unselectable="on" onfocus="this.blur()"*/
/*iphone手机 btn按钮 兼容设置*/
input[type="button"]{-webkit-appearance: none;}
input{outline:none; }

	/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;}
/*杂项*/
.u-co-bt{ border-radius:4px; /*css3圆角*/ width:80px; height:26px; line-height:26px; display: inline-block; vertical-align: middle;  padding-top:1px;}/*提交按钮样式*/
.u-co-bt.z-spe{ width:100%;}
.u-lico{ width:24px; height:24px; border-radius:4px;  /*css3圆角*/ background:#000; padding:10px;opacity: 0.8; position:relative; left:50%; margin:10px 0 10px -14px; box-shadow:0 0 3px #2d2d2d;}/*等待载入*/
.fs15{font-size:15px;} /*15号字体*/
.fs12{font-size:12px;} /*12号字体*/
.pdr12{ padding-right:12px;} /*右边距12px*/
.pl10{ padding-left:10px;} /*左边距10px*/
.red { color:#f00; } /*字体颜色红色*/
.emptyData{padding-left:10px;line-height:26px; }
.hide{ display: none;}

/* -- 页面整体布局 -- */
.wrap{min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative; background:#fff;} /*网站首页宽度*/
/* -- 提示弹框 -- */
.keep{ position: fixed; left:20%; top:30%; width: 60%; height: 10rem; border-radius:5px; box-shadow: 0 0 10px #CACACA; background: #FFFFFF;}
.keep h1{ height: 4rem; padding: 2.8rem 10% 0 10%; font-size: 1.05rem; color: #000000; text-align: center;}
.keep h2{ height: 3.2rem; line-height: 3.2rem; border-top: 0.5px solid #CACACA;}
.keep h2 a{ display: block; float: left; width: 50%; text-align: center;}
.keep h2 a.cur{ color: #1176FF; position: relative;}
.keep h2 a.cur::before{ content: ""; border-left: 0.5px solid #CACACA; left: 0px;top: 0px; height: 85%; position: absolute; margin-top: 3%;}

/*通用错误提示*/
.currency-error{ width: 100%; height: 100%; display: none; position: fixed; top: 0; left: 0; }
.currency-error .msg{ position: fixed; left:22.5%; top:45%; width: 55%; height: 5.2rem; border-radius:1.2rem; background: rgba(51,51,51,0.8);}
.currency-error .msg h1{background-size: 100%;line-height: 5.2rem;padding: 0 10% 0 10%;font-size: 1.2rem;color: #fff;text-align: center; overflow: hidden;}

@media screen and (min-width:320px) {
	html { font-size:75%;}
}
@media screen and (min-width:360px) {
	html { font-size:85%;}
}
@media screen and (min-width:375px) {
	html { font-size:87.5%;}
}
@media screen and (min-width:414px) {
	html { font-size:96%;}
}
@media screen and (min-width:480px) {
	html { font-size:110.5%;}
}
@media screen and (min-width:568px) {
	html { font-size:129%;}

}
@media screen and (min-width:639px) {
	html { font-size:150%;}
}

.toastArea{width:100%;text-align:center;position: fixed; left: 0; top:80%;}
.toastArea p{display: inline-block; max-width: 60%; margin:10px auto; padding: 8px 20px; background: #0a0a0a; color: #fff; border-radius: 20px;word-break:break-all;}

#loading{ width: 100%; height: 0.6rem; display: none; padding: 0.7rem 0;}
#loading img{ display: block; width: 1rem; height: 1rem; margin: 0 auto;}

.g-loading{width: 100%;height: 100%;display: block;}
.g-loading .mask{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: #ccc; opacity: 0.5;}
.g-loading img{width: 32px; height:32px;display: block;margin: 0 auto;position: fixed;top: 40%; left:calc(50% - 16px);}

/*暂无数据*/
.currency-no-data{background: #FFFFFF url(../images/common/currency_no_data.jpg) no-repeat center 5rem;background-size:10.7rem 7.14rem;height: 100%;width: 100%;}
.currency-no-data h1{display: block;text-align: center;color: #666666;font-size: 1.1rem;padding-top: 15rem;margin-left: -0.45rem;}

/*通用导航*/
.member-nav{ position: fixed; height: 3.9rem; width:100%; border-top:0.5px solid #DFDFDF; bottom: 0; left: 0; z-index: 999; background: #fff; overflow: hidden;}
.member-nav-bottom{ width: 100%; display: inline-block;}
.member-nav-bottom span a{ color: #000000; font-size: 0.8rem; display: block; width: 25%; float: left; text-align: center; height: 3.9rem; line-height: 6rem;}
.member-nav-bottom span a.nav-icon1{ background: url(../images/common/nav_ico1.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon2{ background: url(../images/common/nav_ico2.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon3{ background: url(../images/common/nav_ico3.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon4{ background: url(../images/common/nav_ico4.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon1.cur{ background: url(../images/common/nav_ico1_cur.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon2.cur{ background: url(../images/common/nav_ico2_cur.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon3.cur{ background: url(../images/common/nav_ico3_cur.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.nav-icon4.cur{ background: url(../images/common/nav_ico4_cur.png) no-repeat center 0.55rem; background-size:1.5rem;}
.member-nav-bottom span a.cur{ color: #B20000; font-weight: bold;}
.member-nav span a.nav-icon4.ico{ position: relative;}
.member-nav span a.nav-icon4.ico:after{ content: ""; position: absolute; top: 0.3rem; right: 33%; background:#B20000; display: block; width: 0.5rem; height: 0.5rem; border-radius: 100%;}







