/*登录*/

.no-data-box {
	padding: 5rem 0 5rem;
}

.no-data {
	display: block;
	margin: auto;
	width: 4.5rem;
	height: auto;
}

.logintp_logo {
	display: block;
	margin: 2.5rem auto 0;
	width: 60%;

}

.login_box {

	padding: 0 1rem;
	font-size: 0;
}

.login_input {
	width: 100%;
	height: 2rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
}

.login_input img {
	margin: 0 6px;
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
}

.login_input input {
	display: inline-block;
	width: 14rem;
	height: 1.9rem;
	color: rgba(136, 136, 136, 1);
	vertical-align: middle;
	text-align: left;
	font-size: 0.7rem;
	line-height: 1.9rem;
}

.login_forgot {
	display: flex;
	display: -webkit-flex;
	height: 2rem;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.login_forgot a {
	display: inline-block;
	color: #557C95;
	font-size: 0.6rem;
	line-height: 2rem;
}

.login_btn {
	display: block;
	margin: 1.9rem auto 0;
	width: 100%;
	border-radius: 4px;
	background-color: #0067a4;
	color: white;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2rem;
}

.login_margin {
	width: 10.75rem;
}

.go-register {
	margin-top: 2rem;
	text-align: center;
}

.go-register>span,
.go-register>a {
	display: inline-block;
	color: #969696;
	font-size: 0.7rem;
	line-height: 1.15rem;
}

.go-register>a {
	color: rgba(87, 112, 200, 1);
}

.forget-input {
	position: relative;
}

.forget-input>button {
	position: absolute;
	top: 1rem;
	right: 0;
	display: inline-block;
	padding: 0 0.5rem;
	height: 1.75rem;
	background: transparent;
	color: rgba(87, 112, 200, 1);
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.75rem;
}


/*找回密码*/

.login_codeIcon {
	background: url(../images/login_password.png) no-repeat 0 center;
	background-size: 35px 35px;
}

.forget_box {
	margin-top: 1.5rem;
}


/*首页*/

.tab1_cont>img {
	width: 100%;
	height: 19rem;
}

.tab1_user {
	margin-top: 0.5rem;
	padding: 0.5rem;
	width: 100%;
	background: white;
}

.tab1_user>img {
	width: 4.4rem;
	height: 1rem;
}

.tab1_user_num {
	display: flex;
	display: -webkit-flex;
	margin-top: 0.5rem;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}

.tab1_user_num>div {
	width: 50%;
	height: 3rem;
	text-align: center;
}

.tab1_user_num>div>span {
	display: inline-block;
	margin-top: 0.3rem;
	color: rgba(102, 102, 102, 1);
	font-size: 0.6rem;
	line-height: 1.2rem;
}

.tab1_user_num>div>p {
	color: rgba(83, 92, 145, 1);
	font-size: 0.8rem;
	line-height: 1.6rem;
}

.tab1_table {
	width: 100%;
	text-align: center;
}

.tab1_table th {
	background-color: rgba(247, 247, 247, 1);
	color: rgba(149, 149, 149, 1);
	vertical-align: middle;
	text-align: center;
	font-size: 0.65rem;
	line-height: 1.5rem;
}

.tab1_table th:nth-child(1) {
	padding-left: 1rem;
	text-align: left;
}

.tab1_table th:nth-last-child(1) {
	padding-right: 1rem;
	text-align: right;
}

.tab1_table td {
	padding: 0.25rem 0;
	background: #fff;
	color: rgba(72, 72, 72, 1);
	vertical-align: middle;
	font-size: 0.65rem;
	line-height: 1.5rem;
}

.tab1_table td:nth-child(1) {
	padding-left: 1rem;
	text-align: left;
}

.tab1_table td:nth-last-child(1) {
	padding-right: 1rem;
	text-align: right;
}

.tab1_table td p {
	font-size: 0.65rem;
	line-height: 1.2rem;
}

.tab1_table td p:nth-last-child(1) {
	color: rgba(166, 166, 166, 1);
}

.tab1_notice {
	margin-top: 0.5rem;
	padding: 0.5rem;
	background: white;
}

.tab1_notice_top {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.tab1_notice_top>span {
	display: inline-block;
	padding-left: 0.25rem;
	border-left: 2px solid #D1040B;
	color: rgba(16, 16, 16, 1);
	text-align: left;
	font-size: 0.7rem;
}

.tab1_notice_top>a {
	display: inline-block;
	padding-left: 2rem;
}

.tab1_notice_list>li {
	display: flex;
	display: -webkit-flex;
	padding: 0.5rem;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.tab1_add {
	margin: 1.75rem auto 0.9rem;
	width: 11.9rem;
	height: 6.1rem;
	border: 1px solid #474F8D;
	border-radius: 0.4rem;
	background: url(../images/tab_02.png) no-repeat center center;
	background-size: 5rem 5rem;
}

.tab1_text {
	color: #474F8D;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.15rem;
}


/*公告列表*/

.home_list {
	background: white;
}

.home_list li {
	display: flex;
	display: -webkit-flex;
	padding: 0.5rem;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}


/*公告详情*/

.home_detail {
	padding: 0.5rem;
}


/*搜索页面*/

.sea_input {
	position: relative;
	padding: 0.4rem 1rem;
	background: #fff;
}

.sea_input input {
	display: block;
	padding: 0 0.5rem;
	width: 100%;
	height: 1.5rem;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	background: #fff;
	color: #010101;
	font-size: 0.65rem;
	line-height: 1.4rem;
}

.sea_input i {
	position: absolute;
	top: 0.4rem;
	right: 1.5rem;
	display: inline-block;
	color: #7C7B7B;
	font-size: 1.25rem;
	line-height: 1.4rem;
}

.sea_history {
	padding-left: 1.5rem;
	height: 2.25rem;
	color: #888888;
	font-weight: 600;
	font-size: 0.7rem;
	line-height: 2.25rem;
}

.sea_record li {
	display: flex;
	padding: 0 1rem;
	height: 2.25rem;
	border-bottom: 1px solid #524b4b;
	background: #181B2A;
}

.sea_record li span {
	color: #fff;
	font-size: 0.7rem;
	line-height: 2.25rem;
	flex: 1;
}

.sea_record li span:nth-child(2) {
	text-align: center;
}

.sea_record li span:nth-child(3) {
	text-align: right;
}

.sea_record li span i {
	display: inline-block;
	padding: 0 0.25rem;
	font-size: 0.9rem;
	line-height: 2.25rem;
}

.sea_clear {
	background: #181B2A;
	color: #666666;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.25rem;
}

.search_header>input {
	display: inline-block;
	box-sizing: border-box;
	margin: 0.375rem 0.5rem;
	width: 17rem;
	height: 1.5rem;
	border: 0.05rem solid #BBBBBB;
	background: #fff url(../images/search_03.png) 0.25rem center no-repeat;
	background-size: 1rem 1rem;
	text-indent: 2.3rem;
	font-size: 0.6rem;
	line-height: 1.4rem;
}

.search_header>span {
	display: inline-block;
	width: 2.5rem;
	height: 2.25rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 2.25rem;
}

.search_ul {
	background: #fff;
}

.search_ul>li {
	box-sizing: border-box;
	padding: 0 1rem;
	width: 100%;
	height: 2.25rem;
	border-bottom: 0.05rem solid #DDDDDD;
	font-size: 0.75rem;
	line-height: 2.25rem;
}

.search_ul>li>span {
	display: inline-block;
	height: 2.25rem;
	font-size: 0.75rem;
	line-height: 2.25rem;
}

.sea_wrapper {
	margin-top: 0.25rem;
}

.search_ul2>li {
	display: flex;
}

.search_ul2>li>span {
	flex: 1;
}

.search_ul2>li>span:nth-child(2) {
	text-align: center;
}

.search_ul2>li>span:nth-child(3) {
	text-align: right;
}

.search_ul2>li>span>i {
	display: inline-block;
	padding: 0 0.75rem;
	height: 2.25rem;
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.sea_cont p {
	color: rgba(136, 136, 136, 1);
	text-indent: 1rem;
	font-size: 0.7rem;
	line-height: 1.85rem;
}

.sea_cont2 button {
	display: block;
	margin: 0 auto;
	width: 4.44444444rem;
	height: 1.66666666rem;
	background: transparent;
	color: #676FB2;
	text-align: center;
	text-decoration: underline;
	font-size: 0.77777777rem;
	line-height: 1.66666666rem;
}


/*搜索页面  end*/


/*编辑页面*/

.edit_list {
	padding: 0.25rem 1rem 0.25rem 3rem;
	background: #fff;
	color: #7C7B7B;
}

.edit_list li {
	display: flex;
	padding: 0;
	justify-content: space-between;
}

.edit_list li span {
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.edit_list li span p {
	font-size: 0.7rem;
	line-height: 0.75rem;
}

.edit_oneTrue {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../images/edit_02.png) no-repeat 0 center;
	background-size: 1rem 1rem;
	vertical-align: top;
}

.edit_oneFalse {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../images/edit_01.png) no-repeat 0 center;
	background-size: 1rem 1rem;
	vertical-align: top;
}

.edit_cont {
	display: inline-block;
	width: 4.65rem;
	color: #101010;
	vertical-align: top;
	font-size: 0.7rem;
	line-height: 1rem;
}

.item-reorder .button.icon {
	padding: 0 0.3rem;
	font-size: 1.6rem;
}

.button-icon.icon:before {
	font-size: 1.6rem;
}

.item-right-edit {
	padding-left: 1rem;
	width: 3.75rem;
	background: inherit;
	-webkit-transform: translate3d(3.75rem, 0, 0);
	transform: translate3d(3.75rem, 0, 0);
}

.item-right-edit .button {
	height: 100%;
	min-width: 2.5rem;
}

.item {
	border-color: rgba(256, 256, 256, 0.1);
	background-color: transparent;
}

.edit_chaoiceFalse {
	background: url(../images/edit_01.png) no-repeat 0 center;
	background-size: 1rem 1rem;
}

.edit_chaoiceTrue {
	background: url(../images/edit_02.png) no-repeat 0 center;
	background-size: 1rem 1rem;
}

.edit_top {
	display: inline-block;
	width: 6.35rem;
	height: 2rem;
	background: url(../images/edit_04.png) no-repeat center center;
	background-size: 1rem 1rem;
	vertical-align: top;
}

.item-right-edit {
	right: 3.5rem;
	opacity: 1;
}

.item-complex .item-content {
	padding: 0.5rem 2.45rem 0.5rem 0.8rem;
	border: none;
	background-color: #fff;
}

.button:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.enable-pointer-events {
	background: transparent;
}

.edit_move {
	background: url(../images/edit_03.png) no-repeat center center;
	background-size: 1rem 1rem;
}

.edit_delete {
	position: fixed;
	bottom: 0;
	padding: 0.5rem 0.75rem;
	width: 100%;
	background: #fff;
}

.edit_delete span {
	display: inline-block;
	padding-left: 1.5rem;
	color: #101010;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.edit_deleteFalse {
	background: url(../images/edit_01.png) no-repeat 0 center;
	background-size: 1rem 1rem;
}

.edit_deleteTrue {
	background: url(../images/edit_02.png) no-repeat 0 center;
	background-size: 1rem 1rem;
}

.edit_delete button {
	float: right;
	display: inline-block;
	padding: 0 1rem;
	border: 1px solid #101010;
	border-radius: 0.75rem;
	background: transparent;
	color: #101010;
	font-size: 0.7rem;
	line-height: 1.5rem;
}


/*行情 */

.mar_wrapper {
	width: 100%;
	border-radius: 5px;
}

.market_leftP {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: url(../images/market_06.png) no-repeat 0.5rem 0.5rem;
	background-size: 1.2rem 1.2rem;
}

.market_rightP {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: url(../images/market_03.png) no-repeat 0.5rem 0.5rem;
	background-size: 1.2rem 1.2rem;
}

.market_optional {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 2rem;
	border-bottom: 1px solid #E1E1E1;
}

.market_optional>p {
	border-bottom: 1px solid transparent;
	color: #515151;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2rem;
	flex: 1;
}

.market_contHS {
	margin-bottom: 3rem;
	width: 100%;
}

.market_contZX {
	margin-bottom: 3rem;
	width: 100%;
}

.marketActive {
	border-bottom: 1px solid #676FB2 !important;
}

.market_index {
	display: flex;
	width: 100%;
	background: #fff;
}

.market_indexspec {
	margin-top: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.market_indexBox {
	padding: 5px 0;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	flex: 1;
}

.market_indexspec>.market_indexBox {
	border-bottom: none;
}

.market_indexBox:nth-child(2) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.index_title {
	display: block;
	font-size: 0.7rem;
	line-height: 1.35rem;
}

.index_num {
	display: inline-block;
	width: 6rem;
	font-size: 0.77777777rem !important;
	line-height: 1.5rem;
}

.market_indexBox>div {
	height: 1.25rem;
}

.market_indexBox>div>span {
	display: inline-block;
	width: 2.7rem;
	vertical-align: top;
	font-size: 0.6rem;
	line-height: 1.25rem;
}


/*58px*/

.layui-colla-content {
	padding: 0 0.75rem;
	height: 2.9rem;
	background: #fff;
}

.market_selsectLeft {
	height: 2.9rem;
}

.market_selsectLeft>p {
	font-size: 0.7rem;
	line-height: 1rem;
}

.market_selectTitle {
	padding-top: 0.5rem;
}

.layui-colla-content>p {
	width: 3.5rem;
	font-size: 0.75rem;
	line-height: 2.9rem;
}

.layui-colla-content>p:last-child {
	margin-right: 1rem;
}

.layui-colla-item {
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-right: none !important;
	border-left: none !important;
}


/*涨幅榜 列表*/

.market_titleList>h2 {
	overflow: hidden;
	padding-left: 0.5rem;
	background: #FFF;
	font-size: 0.8rem;
	line-height: 2.25rem;
}

.market_titleList>h2>small {
	float: right;
	display: inline-block;
	margin-right: 0.5rem;
	width: 1.5rem;
	height: 2.25rem;
}

.small_backright {
	background: url(../images/market_11.png) center center no-repeat;
	background-size: 1.27777777rem 1.27777777rem;
}

.small_backbottom {
	background: url(../images/market_14.png) center center no-repeat;
	background-size: 1.27777777rem 1.27777777rem;
}

.market_li {
	padding: 0 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
}

.market_li>div {
	height: 2.9rem;
}

.market_li>p {
	width: 3.5rem;
	font-size: 0.75rem;
	line-height: 2.9rem;
}

.market_li:last-child>div {
	border: none;
}

.market_li>div>p {
	width: 3.5rem;
	font-size: 0.75rem;
	line-height: 2.9rem;
}

.linheight {
	line-height: 2rem !important;
}


/*自选模块*/

#self_model>li:first-child p {
	line-height: 2rem;
}

#self_model p:first-child {
	width: 4rem;
}

#self_model p:nth-child(2) {
	width: 4rem;
}

#self_model p:nth-child(3) {
	width: 4rem;
}

#self_model>.self_title p:last-child {
	width: 5rem;
}

.self_title {
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.self_content>div {
	display: flex;
	text-align: center;
	justify-content: space-between;
}

.self_content>div>div {
	width: 4rem;
}

.self_content>div>div>p {
	width: 4rem;
}

.self_content>div>div>p:last-child {
	width: 4rem;
}

.self_content>div>p:first-child {
	width: 4rem;
}

.self_content>div>p:nth-child(2) {
	width: 4rem;
}

.self_content>div>p:last-child {
	width: 5rem;
}


/*行情 end*/


/*股票详情页*/

.title>span {
	display: block;
	font-size: 0.56rem;
	line-height: 0.72rem;
}

.title>span:first-child {
	margin-top: 0.24rem;
}

.stock_title1 {
	display: block !important;
	width: 100% !important;
	border: none !important;
	color: #000;
	text-align: center;
	font-size: 0.56rem !important;
	line-height: 35px !important;
}

.stock_title2 {
	display: block;
	color: #000;
	font-size: 0.56rem;
	line-height: 0.64rem;
}

.stock_list {
	padding: 1rem 0.3rem 0;
	background: #1C1F26;
}

.stock_nowPrice {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	width: 39%;
}

.stock_nowPrice>span {
	display: block;
	height: 2.25rem;
	text-align: center;
	font-size: 1rem;
	line-height: 2.25rem;
}

.stock_nowPrice>p {
	display: flex;
	height: 1rem;
}

.stock_nowPrice>p>span {
	display: inline-block;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.25rem;
	flex: 1;
}

.stock_nowPrice>p>small {
	display: inline-block;
	text-align: center;
	font-size: 0.48rem;
	line-height: 1rem;
	flex: 1;
}

.stock_views {
	float: right;
	display: inline-block;
	width: 60%;
	color: #FFFFFF;
}

.stock_views>li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
	padding: 0 0.1rem;
	width: 33.3333%;
	text-align: center;
}

.stock_views>li>span {
	display: block;
	height: 0.8rem;
	font-size: 0.6rem;
	line-height: 0.8rem;
}

.stock_views>li>small {
	display: block;
	overflow: hidden;
	height: 1rem;
	font-size: 0.7rem;
	line-height: 1rem;
}

.stock_upList {
	padding: 0 0.3rem;
	background: #1C1F26;
	color: #FFFFFF;
}

.stock_upList>li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
	padding: 0 0.1rem;
	width: 20%;
	height: 1.5rem;
	text-align: center;
}

.stock_upList>li>span {
	display: block;
	overflow: hidden;
	height: 0.8rem;
	font-size: 0.6rem;
	line-height: 0.8rem;
}

.stock_upList>li>small {
	display: block;
	overflow: hidden;
	height: 1rem;
	font-size: 0.7rem;
	line-height: 1rem;
}

.stock_box {
	position: relative;
	margin-top: 0.25rem;
	margin-bottom: 3px;
	padding: 10px 0;
	width: 100%;
	background: #1C1F26;
}

.stock_btnList {
	display: flex;
	padding: 0 0.5rem;
}

.stock_btnList>li {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.2rem;
	flex: 1;
}

.stock_active {
	/*border-radius: 0.6rem;*/
	/*color: #027DE2;*/
	color: #027DE2 !important;
	border-bottom: 1px #027DE2 solid;
}

.stock_minute {
	position: absolute;
	right: 0;
	display: flex;
	margin-top: 10px;
	padding-right: 1rem;
	width: 60%;
	background: #1C1F26;
	border-top: 3px #000000 solid
}

.stock_minute>li {
	height: 2rem;
	background: #1C1F26;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2rem;
	flex: 1;
}

.stock_minuteAct {
	color: #839FFF !important;
}

.stock_cont {
	overflow: hidden;
	margin-bottom: 2rem;
	background: #fff;
}

.stock_K {
	float: left;
	width: 10.04rem;
	height: 13.48rem;
}

.stock_5details {
	float: right;
	margin-top: 0.25rem;
	margin-bottom: 7.5rem;
	padding: 10px 0;
	width: 100%;
	background: #fff;
	color: #101010;
	font-size: 0;
}

.stock_5details>p {
	text-align: center;
	font-size: 0.56rem;
	line-height: 1.32rem;
}

.stock_ulList {
	display: inline-block;
	box-sizing: border-box;
	width: 48%;
}

.stock_ulList>li {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.stock_ulList>li>span {
	display: inline-block;
	overflow: hidden;
	padding: 0.35rem 0;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
}

.stock_ulList>li>span:nth-child(1) {
	width: 25%;
}

.stock_ulList>li>span:nth-child(2) {
	width: 35%;
}

.stock_ulList>li>span:nth-child(3) {
	width: 40%;
}

.stock_sellList {
	margin-top: 0.2rem;
	margin-left: 4%;
}

.stock_bottom {
	position: absolute;
	bottom: 0;
	z-index: 999;
	display: flex;
	padding: 0.25rem 0;
	width: 100%;
	background: #fff;
	color: #000;
}

.stock_bottom>p {
	padding-top: 0.16rem;
	text-align: center;
	flex: 1;
}

.stock_bottom>p>span {
	display: block;
	height: 1rem;
}

.stock_bottom>p>small {
	display: block;
	height: 1rem;
	color: #FC4160;
	font-size: 0.7rem;
	line-height: 1rem;
}

.stock_buy {
	background: url(../images/market_01.png) center top no-repeat;
	background-size: 1rem 1rem;
}

.stock_sell {
	background: url(../images/market_02.png) center top no-repeat;
	background-size: 1rem 1rem;
}

.stock_selfOutline {
	background: url(../images/market_03.png) center top no-repeat;
	background-size: 1rem 1rem;
}

.stock_self {
	background: url(../images/market_04.png) center top no-repeat !important;
	background-size: 1rem 1rem !important;
}

.tab1_more {
	float: right;
	display: inline-block;
	margin-right: 0.6rem;
	width: 6rem;
	color: #FC4160;
	text-align: right;
	font-size: 0.48rem;
	line-height: 0.8rem;
}

.news_ul {
	margin-top: 0.24rem;
	width: 100%;
}

.news_ul>li {
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	padding: 0.32rem 0.4rem;
	width: 100%;
	background: #000;
}

.news_ul>li>img {
	float: left;
	display: inline-block;
	width: 3.6rem;
	height: 2.8rem;
}

.new_cont {
	float: right;
	display: inline-block;
	width: 10.16rem;
	height: 2.8rem;
}

.new_cont>h3 {
	width: 100%;
	font-weight: 600;
	font-size: 0.64rem;
	line-height: 1.08rem;
}

.new_cont>p {
	overflow: hidden;
	width: 100%;
	height: 1rem;
	color: #C2C2C2;
	font-size: 0.48rem;
	line-height: 1rem;
}

.new_cont>span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0.72rem;
	color: #C2C2C2;
	text-align: right;
	font-size: 0.48rem;
	line-height: 0.72rem;
}

#main {
	margin-top: 1px;
	width: 100%;
	height: 17rem;
	border-bottom: 1px;
	background: transparent;
}

.span_style1 {
	margin-top: 0.2rem !important;
	height: 0.64rem !important;
	line-height: 0.64rem !important;
}

.span_style2 {
	height: 0.64rem !important;
	line-height: 0.64rem !important;
}


/*行情详情页end*/


/*个人中心*/

.tab4_top {
	overflow: hidden;
	width: 100%;
	height: 9rem;
	background: url(../images/my_01.png) no-repeat 0 0/100% 100%;
	background: black;
}

.tab4_top_user {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}

.tab4_top_user>div {
	display: flex;
	display: -webkit-flex;
	width: 50%;
	height: 5rem;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
}

.tab4_top_user>div:nth-child(1)>img {
	margin: 0 0.75rem 0 1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	vertical-align: middle;
}

.tab4_top_user>div:nth-child(1)>div {
	display: inline-block;
	vertical-align: middle;
}

.tab4_top_user>div:nth-child(1)>div>p {
	color: rgba(255, 255, 255, 1);
	font-size: 0.7rem;
	line-height: 1rem;
}

.tab4_top_user>div:nth-child(2) {
	padding-left: 1.5rem;
}

.tab4_top_user>div:nth-child(2)>span {
	display: inline-block;
	margin: 0 0.45rem;
	width: 2.75rem;
	height: 1.35rem;
	border-radius: 2rem 0 2rem 2rem;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(55, 62, 153, 1);
	text-align: center;
	font-size: 0.6rem;
	font-weight:bold;
	line-height: 1.35rem;
}

.tab4_top_user>div:nth-child(2)>.tab4_top_span {
	background-color: rgba(55, 62, 153, 1);
	color: rgba(255, 255, 255, 1);
}

.tab1_user_num>.tab4_user_num>p {
	color: rgba(255, 255, 255, 1);
	font-size: 0.6rem;
	line-height: 1rem;
}

.tab4_list {
	padding: 0 0.8rem;
	background: #fff;
}

.tab4_list li {
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	color: #101010;
	font-size: .6rem;
	line-height: 2rem;
}

.tab4_list li:nth-last-child(1) {
	border-bottom: 0 none;
}

.tab4_list li i {
	float: right;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.8rem;
}


/*个人中心  end*/


/*充值*/

.gold_in {
	padding: 1rem;
	width: 100%;
	background: white;
	text-align: center;
}

.gold_in>p {
	color: rgba(216, 0, 13, 1);
	font-size: 0.6rem;
	line-height: 0.85rem;
}

.gold_in>p>strong {
	color: rgba(216, 0, 13, 1);
	font-size: 1rem;
	line-height: 1.45rem;
}

.gold_in>span {
	color: rgba(130, 129, 129, 1);
	font-size: 0.7rem;
	line-height: 1rem;
}

.gold_money {
	display: flex;
	display: -webkit-flex;
	margin-top: 1rem;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}

.gold_money>span {
	display: inline-block;
	width: 20%;
	text-align: left;
}

.gold_money>div {
	display: flex;
	display: -webkit-flex;
	width: 80%;
	background-color: rgba(244, 244, 244, 1);
	align-items: center;
	-webkit-align-items: center;
}

.gold_money>div>input {
	display: inline-block;
	padding-left: 0.2rem;
	width: 12rem;
	background-color: rgba(244, 244, 244, 1);
	color: rgba(194, 194, 194, 1);
	font-size: 0.7rem;
}

.gold_money>div>span {
	display: inline-block;
	color: rgba(16, 16, 16, 1);
	font-size: 0.7rem;
}

.gold_style {
	margin-top: 0.5rem;
	padding: 1rem;
	background: white;
}

.gold_style>h4 {
	color: rgba(16, 16, 16, 1);
	font-size: 14px;
	line-height: 20px;
}

.gold_style_li {
	display: flex;
	display: -webkit-flex;
	padding: 0.6rem 0;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.gold_style_li>div>img {
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
}

.gold_style_li>div>span {
	color: rgba(16, 16, 16, 1);
	vertical-align: middle;
	font-size: 0.7rem;
	line-height: 1rem;
}

.gold_style_li>img {
	width: 1.2rem;
	height: 1.2rem;
}


/*充值 end*/


/*提现*/

.gold_out {
	padding: 0 1rem;
	background: white;
}


/*提现 end*/


/*资金明细*/

.tab4_table {
	width: 100%;
	color: #101010;
	text-align: center;
	font-size: 0.6rem;
	border: 0;
	border-collapse: collapse;
}

.tab4_table span {
	display: block;
	line-height: 1rem;
}

.tab4_table th {
	height: 1.5rem;
	background-color: rgba(236, 236, 236, 1);
	vertical-align: middle;
}

.tab4_table td {
	padding: 0.4rem 0;
	height: 1.8rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	vertical-align: middle;
}

.no_data {
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}


/*资金明细  end*/


/*成交记录*/

.tab4_table_deal {
	width: 100%;
	color: #101010;
	text-align: center;
	font-size: 0.6rem;
}

.tab4_table_deal span {
	display: block;
	line-height: 1rem;
}

.tab4_table_deal th {
	height: 1.5rem;
	background-color: rgba(236, 236, 236, 1);
	vertical-align: middle;
}

.tab4_table_deal th:nth-child(1) {
	width: 15%;
}

.tab4_table_deal th:nth-child(2) {
	width: 15%;
}

.tab4_table_deal th:nth-child(3) {
	width: 15%;
}

.tab4_table_deal th:nth-child(4) {
	width: 15%;
}

.tab4_table_deal th:nth-child(5) {
	width: 20%;
}

.tab4_table_deal th:nth-child(6) {
	width: 20%;
}

.tab4_table_deal td {
	padding: 0.4rem 0;
	height: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	vertical-align: middle;
}

.no_data {
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}


/*成交记录  end*/


/*委托记录*/

.tab4_table_entrust {
	width: 100%;
	color: #101010;
	text-align: center;
	font-size: 0.6rem;
}

.tab4_table_entrust span {
	display: block;
	line-height: 1rem;
}

.tab4_table_entrust th {
	height: 1.5rem;
	background-color: rgba(236, 236, 236, 1);
	vertical-align: middle;
}

.tab4_table_entrust th:nth-child(1) {
	width: 20%;
}

.tab4_table_entrust th:nth-child(2) {
	width: 15%;
}

.tab4_table_entrust th:nth-child(3) {
	width: 15%;
}

.tab4_table_entrust th:nth-child(4) {
	width: 15%;
}

.tab4_table_entrust th:nth-child(5) {
	width: 35%;
}

.tab4_table_entrust td {
	padding: 0.4rem 0;
	height: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	vertical-align: middle;
}

.no_data {
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}


/*委托记录  end*/


/*持仓记录*/

.tab4_table_depot {
	width: 100%;
	color: #101010;
	text-align: center;
	font-size: 0.6rem;
}

.tab4_table_depot span {
	display: block;
	line-height: 1rem;
}

.tab4_table_depot th {
	height: 1.5rem;
	background-color: rgba(236, 236, 236, 1);
	vertical-align: middle;
}

.tab4_table_depot th:nth-child(1) {
	width: 17%;
}

.tab4_table_depot th:nth-child(2) {
	width: 11%;
}

.tab4_table_depot th:nth-child(3) {
	width: 11%;
}

.tab4_table_depot th:nth-child(4) {
	width: 11%;
}

.tab4_table_depot th:nth-child(5) {
	width: 16%;
}

.tab4_table_depot th:nth-child(6) {
	width: 16%;
}

.tab4_table_depot th:nth-child(7) {
	width: 18%;
}

.tab4_table_depot td {
	padding: 0.4rem 0;
	height: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	vertical-align: middle;
}

.no_data {
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}


/*持仓记录  end*/


/*邀请好友*/

.invting_wrap {
	background: url(../images/xq-bg.png) no-repeat 0 0/100% 100%;
}

.inviting_friends {
	padding: 1rem;
}

.inviting_friends_code {
	margin: 1rem auto 0;
	padding-top: 1rem;
	height: 14rem;
	border-radius: 0.2rem;
	background: white;
	text-align: center;
	background: url(../images/fx-bg.png) no-repeat 0 0/100% 100%;
}

.inviting_friends_code img {
	margin-bottom: 0.75rem;
	width: 8rem;
	height: 8rem;
}

.inviting_friends_code button {
	display: block;
	margin: auto;
	outline: none;
	border: 0;
	background-color: transparent;
	color: rgba(16, 16, 16, 1);
	line-height: 1.3rem;
}

.inviting_friends_code>button:nth-child(2)>input {
	width: 4rem;
	outline: 0 none;
	border: 0 none;
	background: none;
	color: rgba(216, 0, 13, 1);
	font-size: 0.9rem;
	line-height: 1.3rem;
}

.inviting_friends_code>button:nth-child(3)>input {
	width: 8.65rem;
	outline: 0 none;
	border: 0 none;
	background: none;
	color: rgba(111, 138, 174, 1);
	font-size: 0.6rem;
	line-height: 1.3rem;
}

.inviting_friends_total {
	margin-top: 1rem;
	text-align: center;
}

.inviting_friends_total>p {
	color: white;
	font-size: 0.7rem;
}

.inviting_friends_total>p>strong {
	color: white;
	font-size: 1rem;
}

.inviting_friends_total>span {
	color: rgba(149, 149, 149, 1);
	font-size: 0.7rem;
	line-height: 1rem;
}

.inviting_friends_record {
	margin-top: 0.5rem;
	padding: 0.5rem;
}

.inviting_friends_record_top {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 0.5rem;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.inviting_friends_record_top>span {
	display: inline-block;
	padding-left: 0.5rem;
	border-left: 0.1rem solid #D1040B;
	color: white;
	text-align: left;
	font-size: 0.7rem;
}

.tab4_table_inviting {
	width: 100%;
	color: #101010;
	text-align: center;
	font-size: 0.6rem;
}

.tab4_table_inviting span {
	display: block;
	line-height: 1rem;
}

.tab4_table_inviting th {
	height: 1.5rem;
	color: rgba(149, 149, 149, 1);
	vertical-align: middle;
}

.tab4_table_inviting th:nth-child(1) {
	width: 50%;
}

.tab4_table_inviting th:nth-child(2) {
	width: 50%;
}

.tab4_table_inviting td {
	padding: 0.4rem 0;
	height: 1.5rem;
	color: rgba(213, 213, 213, 1);
	vertical-align: middle;
}


/*邀请好友 end*/


/*实名认证*/

.real_name {
	background: white;
}


/*实名认证 end*/


/*重置密码*/

.set_send {
	position: absolute;
	top: 1.5rem;
	right: 0;
	width: 100px;
	height: 1.75rem;
	background: #839FFF;
	color: #fff;
	font-size: 0.6rem;
	line-height: 1.75rem;
}


/*重置密码 end*/


/*交易页面*/

.tab3-top {
	background: #fff;
	color: rgba(16, 16, 16, 1);
	text-indent: 1rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.tab3-cut {
	position: fixed;
	top: 2.25rem;
	z-index: 999;
	width: 100%;
	background: #2F2E2E;
	font-size: 0;
}

.tab3-cut>li {
	display: inline-block;
	width: 25%;
	height: 2rem;
	color: rgba(181, 181, 181, 1);
	text-align: center;
	font-size: 0.7rem;
	line-height: 2rem;
}

.tab3-cut>.tab3-cutACt {
	background: #D8000D;
	color: white;
}

.tab3-cont {
	display: flex;
	overflow: hidden;
	margin-bottom: 3px;
	background: #fff;
	padding-top: 0.5rem;
}

.tab3-left {
	padding: 0 0.2rem 0.5rem 0.3rem;
	width: 75%;
}

.tab3-left .label_number {
	margin-bottom: 0.5rem
}

.tab3-left .span_text {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	background: #A8A8A8;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1rem;
}

.tab3-left input {
	display: inline-block;
	text-align: center;
	border: 1px #ACACAC solid;
	/**
    width: calc(100% - 3.5rem);
	margin-top: -0.3rem;*/
	height: 1.5rem;
	padding: 0;
}

.tab3-left .stock_tip {
	font-size: 0.5rem;
	margin-bottom: 1.5rem;
	color: #7D7D7D;
}

.tab3-right {
	padding: 0 0.3rem 0.5rem 0.1rem;
	width: 40%;
}

.tab3-right .deal_sell,
.tab3-right .deal_buy {
	background: #131313;
	color: #FFFFFF;
}

.tab3-right .deal_sell .row,
.tab3-right .deal_buy .row {
	padding: 0.05rem;
}

.tab3-right li {
	display: flex;
	justify-content: space-between;
	padding: 0 5px!important;
}

.tab3-right li span {
	display: inline-block;
	font-size: 0.65rem;
	line-height: 1rem;
	padding: 0.3rem 0;
}

.tab3-right li span:nth-child(1) {
	width: 20%;
}

.tab3-right li span:nth-child(2) {
	width: 30%;
}

.tab3-right li span:nth-child(3) {
	width: 50%;
}

.tab3-left>input {
	display: block;
	padding: 0 0 0 0.5rem;
	width: 100%;
	height: 1.5rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
	color: rgba(136, 136, 136, 1);
	font-size: 0.7rem;
	font-family: Microsoft Yahei, sans-serif;
	line-height: 1.5rem;
}

.tab3-updow {
	display: flex;
	width: 100%;
}

.tab3-updow>span {
	flex: 1;
}

.tab3-updow>span:nth-child(2) {
	text-align: right;
}

.tab3-updow>span,
.tab3-updow>span>small {
	display: inline-block;
	font-size: 0.65rem;
	line-height: 1.25rem;
}

.tab3-buytitle {
	padding: 0.2rem 0;
	font-size: 0.65rem;
	line-height: 1rem;
	color: #7D7D7D;
}

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

.tab3-sell-btn {
	width: 100% !important;
	background: #259B24 !important;
}

.tab3-btn>button {
	padding: 0 0.25rem;
	width: 22%;
	height: 1rem;
	border: 1px solid #BBBBBB;
	border-radius: 0.2rem;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
}

.tab3-btn>button:disabled {
	opacity: 0.5;
}

.tab3-btnAct {
	border: 1px solid #5770C8 !important;
	background: #5770C8 !important;
	color: #fff !important;
}

.tab3-sell-buy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-left: 0.5rem;
	padding: 0 0rem;
}

.tab3-sell-buy>button {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.tab3-sell-buy>button:nth-child(1) {
	background: #0067a4;
}

.tab3-sell-buy>button:nth-child(2) {
	background: #259B24;
}

.tab3-sell-buy>button:nth-child(3) {
	background: #259B24;
}

.tab3-five-table {
	width: 100%;
}

.tab3-five-table tr td {
	padding: 0.25rem 0;
	color: rgba(16, 16, 16, 1);
	font-size: 0.7rem;
	line-height: 1rem;
}

.tab3-five-table tr td:nth-child(2) {
	text-align: center;
}

.tab3-five-table tr td:nth-child(3) {
	text-align: right;
}


/*交易页面 end*/


/*K线修改*/

.k_box {
	position: relative;
	padding-bottom: 0;
	background: #000000;
}

.hl_list {
	position: absolute;
	z-index: 99;
	display: none;
	color: #fff;
}

.hl_list1 {
	top: 0.25rem;
}

.hl_list2 {
	top: 2rem;
}

.hl_list li {
	display: inline-block;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
}


/*K线修改 end*/


/*分时图修改*/

.time_list {
	position: absolute;
	top: 0.25rem;
	z-index: 99;
	display: none;
	color: #fff;
}

.time_list li {
	display: inline-block;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
}


/*分时图修改  end*/


/*更新提示*/

.updata_tips {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.updata_box {
	position: fixed;
	top: 11.25rem;
	right: 0;
	left: 0;
	margin: auto;
	padding-bottom: 1.25rem;
	width: 80%;
	border-radius: 0.3rem;
	background: #fff;
	box-shadow: 0 0 0.5rem #999;
}

.updata_box>p {
	height: 1.75rem;
	border-top-right-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	background: #E51C23;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.75rem;
	opacity: 0.5;
}

.updata_box>div {
	padding: 1rem;
	color: #E51C23;
	font-size: 0.7rem;
	line-height: 1.25rem;
	opacity: 0.9;
}

.updata_box button {
	display: block;
	margin: 0 auto;
	width: 6.5rem;
	height: 1.75rem;
	border-radius: 4px;
	background: #E51C23;
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.75rem;
	opacity: 0.5;
}


/*更新提示 end*/


/*K线图*/

#text {
	position: absolute;
	top: 0.51rem;
	z-index: 10000;
	padding: 0 5px;
	text-align: left;
}

#text>span {
	display: inline-block;
	padding-right: 0.5rem;
	font-size: 0.6rem;
}

#ma {
	position: relative;
	top: 10rem;
	z-index: 10000;
	float: left;
	padding: 0 5px;
	width: 100%;
}

#ma>span {
	display: inline-block;
	padding-right: 0.5rem;
	font-size: 0.6rem;
}


/*系统公告*/

.notice {
	padding: 1rem 0.75rem;
	background: #fff;
}


/*绑定银行卡*/

.my_bank {
	padding: 0 0.75rem 1rem;
	background: #fff;
}

.my_bank b {
	display: block;
	padding: 0.5rem 0;
	color: rgba(87, 112, 200, 1);
	font-weight: inherit;
	font-size: 0.9rem;
	font-family: Arial, sans-serif;
	line-height: 1.8rem;
}

.bank-views {
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	background-color: rgba(87, 112, 200, 1);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.bank-views p {
	padding: 0.5rem 0;
	color: rgba(255, 255, 255, 1);
	font-size: 0.7rem;
	font-family: Arial, sans-serif;
	line-height: 0.85rem;
}

.bank-views p:nth-child(1) {
	border-bottom: 2px solid rgba(256, 256, 256, 0.2);
}

.bank-views button {
	float: right;
	display: inline-block;
	padding: 0 0.5rem;
	background: transparent;
	color: rgba(255, 255, 255, 1);
	font-size: 0.7rem;
	font-family: Arial, sans-serif;
	line-height: 0.85rem;
}


/*修改密码*/

.modify-input {
	margin-bottom: 1rem;
}

.modify-input p {
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.modify-pass {
	display: flex;
	width: 100%;
}

.modify-pass input {
	display: block;
	padding: 0 0 0 0.5rem;
	width: 9.35rem;
	height: 1.75rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	color: rgba(136, 136, 136, 1);
	font-size: 0.7rem;
	line-height: 1.75rem;
}

.modify-pass button {
	display: inline-block;
	width: calc(100% - 9.35rem);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #5770C8;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.75rem;
}

.modify-pass button:disabled {
	opacity: 0.6;
}

.modify-cont {
	padding: 15px 2.5rem 1rem;
}


/*出金*/

.in-wrapper {
	background: #fff;
}

.in-cont {
	display: flex;
	padding: 0.65rem 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	justify-content: space-between;
}

.in-cont div {
	display: flex;
	width: 4.25rem;
	justify-content: space-between;
}

.in-cont p {
	padding-left: 0.5rem;
	width: calc(100% - 4.25rem);
}

.in-cont p,
.in-cont span {
	display: inline-block;
	color: #101010;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.in-cont p select,
.in-cont p input {
	display: inline-block;
	padding: 0 0 0 0.5rem;
	width: 100%;
	height: 1.5rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
	color: #444;
	text-align: left;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.in-button {
	display: block;
	margin: 10rem auto 0;
	width: 12.5rem;
	border-radius: 4px;
	background-color: rgba(87, 112, 200, 1);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}

.in-button:disabled {
	opacity: 0.6;
}


/*入金*/


/*风险揭示书*/

.modal-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15rem;
	height: 20rem;
	border-radius: 8px;
	background: #fff;
	pointer-events: inherit !important;
}

.modal-box>p {
	text-align: center;
	font-size: 0.9rem;
	line-height: 2.25rem;
}

.modal-box button {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #5770C8;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2rem;
}

.model-text {
	top: 2.25rem;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 0.75rem 0.5rem;
	width: 100%;
	height: calc(100% - 4.25rem);
}

.model-text p {
	text-indent: 2em;
	font-size: 0.7rem;
	line-height: 1.25rem;
}


/*注册*/

html,
body {
	height: 100%;
	background: #ddd;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 600px;
	/* background: #eee; */
}

#wrapper>p {
	position: relative;
	background: #5770C8;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

#wrapper>p>span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

.cont {
	background: white;
}

.input_cont {
	padding: 0 1rem;
	width: 100%;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.input_cont>p {
	color: rgba(16, 16, 16, 1);
	font-size: 0.7rem;
	line-height: 1.75rem;
}

@media screen and (min-width: 375px) {
	.input_cont {
		padding-top: 0.5rem;
	}
	.input_cont>p {
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 375px) {
	.input_cont {
		padding-top: 0.5rem;
	}
	.input_cont>p {
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 320px) {
	.input_cont {
		margin-bottom: 0.5rem;
	}
	.input_cont>p {
		line-height: 1.25rem;
	}
}

.input_cont>input,
.input_cont>select {
	display: block;
	padding-top: 0 !important;
	width: 100%;
	color: rgba(136, 136, 136, 1);
	font-size: 0.7rem;
	line-height: 1.75rem;
}

.input_cont>select {
	height: 37px;
	background: #fff;
}

.input-text {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.input-text>input {
	padding-top: 0 !important;
	width: 65%;
	color: rgba(136, 136, 136, 1);
	font-size: 14px;
	line-height: 35px;
}

.input-text>button {
	display: inline-block;
	width: 4rem;
	height: 1.3rem;
	border-radius: 1.5rem;
	background-color: rgba(55, 62, 153, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 0.4rem;
	line-height: 1.3rem;
	margin-top: -0.5rem;
}

.input-text>button:disabled {
	cursor: not-allowed;
}

.input-text>span {
	margin-bottom: 0.5rem;
	color: rgba(49, 49, 49, 1);
	vertical-align: middle;
	font-size: 0.75rem;
}

.input-text>select {
	margin-bottom: 0.5rem;
	padding-left: 0.2rem;
	width: 8rem;
	height: 1.5rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 0.2rem;
	color: rgba(16, 16, 16, 1);
	vertical-align: middle;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

.upLoad {
	width: 100%;
	min-height: 100px;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
	background: url(../images/upload.png) no-repeat center center/80px 60px;
}

.upLoad img {
	width: 100%;
	height: auto;
	min-height: 100px;
}


/*新增*/

.changePwd_tab {
	display: flex;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 0.3rem;
}

.changePwd_tab li {
	margin: .25rem .25rem;
	text-align: center;
	font-size: .8rem
}

.changePwd_main {
	margin-bottom: 0.75rem;
	padding-bottom: 1rem;
	background-color: #fff;
}

.changePwd_box {
	display: flex;
	padding: .75rem 1rem;
	border-bottom: 1px dashed #eee;
	align-items: center
}

.changePwd_box span {
	min-width: 4.5rem;
	font-size: .7rem
}

.changePwd_box label {
	padding: 0 1rem;
	width: 100%;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.changePwd_box input {
	font-size: .7rem;
	flex: 1
}

.changePwd_Act {
	border-bottom: 2px solid #5770c8;
	color: #5770c8 !important
}


/**/

.about_box {
	padding: 1rem;
	font-size: 0.7rem;
	text-indent: 1.4rem;
	text-align: justify;
	background: white;
}

.service_box {
	display: flex;
	padding-left: .5rem;
	height: 2.5rem;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	color: #101010;
	font-size: .6rem;
	align-items: center
}

.service_box img {
	margin-right: 1rem;
	width: 1.2rem;
	height: 1.2rem
}

.table_record {
	overflow: hidden;
	padding: 0;
	background-color: #fff
}

.table_record .list .row {
	padding: 5px 0 0;
	border-bottom: 1px solid silver;
	vertical-align: middle;
	text-align: center;
	font-size: .6rem
}

.table_record .list .row:first-child {
	padding: 0;
}

.table_record .list .row:last-child {
	border-bottom: 0 solid silver
}

.table_record .list .row .col,
.table_record .list .row .col-10,
.table_record .list .row .col-20,
.table_record .list .row .col-25 {
	padding: .6rem .3rem
}

.table_record .list .tab_head {
	background-color: #ECECEC;
	padding: 0;
}

.table_record .list .tab_head .col {
	padding: .5rem .3rem
}

.pList-scroll {
	position: absolute;
	top: 38px !important;
	bottom: 0;
	left: 0;
	right: 0;
}

.record_img {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0 .85rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: translate(0, -50%)
}

.qrcode_img {
	position: absolute;
		top: 10%;
	right: 1.5rem;
	margin: 0.85rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: translate(0%,-50%) 
}
.scan_img {
	position: absolute;
	top: 10%;
	right: 3rem;
	margin: 0.85rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: translate(0%,-50%) 
}

.tab-item i.icon {
	margin-top: 1px;
}

.bar-home-on {
	background: url(../images/sy-2.png) no-repeat center top;
	background-size: contain;
}

.bar-home-off {
	background: url(../images/sy-1.png) no-repeat center top;
	background-size: contain;
	font-weight: bold;
	color: #ff0000
}

.bar-market-on {
	background: url(../images/hq-2.png) no-repeat center top;
	background-size: contain;
}

.bar-market-off {
	background: url(../images/hq-1.png) no-repeat center top;
	background-size: contain;
}

.bar-trade-on {
	background: url(../images/jy-2.png) no-repeat center top;
	background-size: contain;
}

.bar-trade-off {
	background: url(../images/jy-1.png) no-repeat center top;
	background-size: contain;
}

.bar-user-on {
	background: url(../images/wd-2.png) no-repeat center top;
	background-size: contain;
}

.bar-user-off {
	background: url(../images/wd-1.png) no-repeat center top;
	background-size: contain;
}


/*场外交易*/

.getEmcode {
	display: flex;
	padding: 0 0 0 1rem;
	width: 100%;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.getEmcode>button {
	width: 4rem;
	text-align: center;
	font-size: 0.65rem;
	line-height: 1.5rem;
	background-color: rgba(55, 62, 153, 1);
	border-radius: 0.75rem;
	color: #fff;
}

.getEmcode>input {
	width: calc(100% - 4rem);
}

.modify_send {
	display: inline-block;
	width: 4rem;
	height: 1.3rem;
	border-radius: 1.5rem;
	background-color: rgba(55, 62, 153, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 0.4rem;
	line-height: 1.3rem;
	margin-top: -0.5rem;
}