/*钱程无忧App*/
html,body{
	height:100%;
	overflow-y:scroll ;
}
/*首页*/
body{
	background-color: #fff;
	overflow-x:hidden;
}
h3{font-size: 1rem;}
h5{font-size:0.65rem;}
li{
	list-style:none
}
.left{
	float:left;
}
.right{
	float:right;
}
*{
	padding:0px;
	margin:0px;
}

.header{
	width:100%;
	height:35%;
	background:url(../images/indext_02.png) no-repeat;
	background-size:100% 100%;
}
.header p{
	width:100%;
}
.header_p1 span{
	float:left;
	font-size: 2rem;
	color:#fff;
}
.header_p2 span{
	float:right;
	font-size: 2rem;
	color:#fff;
}

.lunbo{
	position:relative;
	width:100%;
	height:2rem;
	overflow:hidden;
	background-color:#f0f0f0;
	font-size:1rem;
	line-height:2rem;
	padding-left:5%;
}

.lunbo>img{
	float:left;
	margin-top: 0.5rem;
}
.lunbo>h5{
	line-height:1.5rem;
	text-align:right;
	padding-right:5%;
}
.lunbo>ul{
	width:75%;
	float:left;

}
.lunbo li{
	list-style: none;
	line-height: 2rem;
	/*以下为了单行显示，超出隐藏*/
	display: block;
	white-space: nowrap;/*默认文本不换行*/
	text-overflow: ellipsis;/*显示省略符号以代替修剪的文本*/
	overflow: hidden;
	width:95%;
	height:2rem;

	font-size:0.8rem;
}
.lunbo li a{
	color:#666666;
}
.lunbo h5 a{
	color:#adafb0;
}
.main_a_main{
	padding:2% 0;
}
.main_a_main div{
	margin-left:5%;
	float:left;
	width:20%;
	margin-bottom:2%;
}
.main_a_main div span{
	font-size:2rem;
	padding: 0.5rem;
	border: 1px solid red;
	border-radius: 50%;
	background: red;
	color:#fff;
}

/*交易记录*/

.jyjl_section1{
	padding: 2rem 0;
	text-align: center;
}
.jyjl_section1_b1,.jyjl_section1_b2{
	font-size: 1rem;
	line-height: 2rem;
	width:45%;
	background-color: #d6d6d6;
	text-align: center;
	border-radius: 0;
}
.jyjl_section1 button:first-child{
	border-top-left-radius:2rem;
	border-bottom-left-radius:2rem
}
.jyjl_section1 button:last-child{
	border-top-right-radius:2rem;
	border-bottom-right-radius:2rem
}
.jyjl_section2 li{
	font-size: 0.9rem;
	color: #737373;
	line-height: 3.1rem;
	padding: 0 1rem;
	border-bottom: 1px solid #eaeaea;
}
.jyjl_section2 a{
	color: #f67355;
}
.jyjl_section2 span{
	float:right
}
.jyjl_section2 .mui-table-view:before,.jyjl_section2 .mui-table-view:after{
	left:100%
}
.jyjl_section2 .mui-table-view-cell:after{
	left: 100%;
}
.jyjl_section2 button{
	display: block;
	width:90%;
	margin:auto;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
	background-color: #f67355;
	border-radius: 2rem;
	margin-top:2.4rem
}
.jyjl_section3 table{
	width:100%;
	text-align: center;
}
.jyjl_section3 table tr{
	color: #000;
	line-height:3rem ;
	font-size: 0.9rem;
	border-bottom: 1px solid #eaeaea;

}
.jyjl_section3 tr>td:first-child{
	color: #f67355;
}

.jyjl_section3 tr:first-child td{
	color: #626262;
	width: 33%;
}
.jyjl_section1_button{
	background-color: #1578d8;
}



.head2{
	margin:0.5rem 0rem;
	height:1rem;
}
.head2>*{
	font-size:1rem;
	float:left;
	margin-left:5%;
}
.head_first{
	width:1%;
	height:1rem;
	background-color:#227fda;
	margin-left:0px;
}
.head_last{
	color:#ff8b3f;
	border:1px solid #ff8b3f;
	line-height:1rem;
}
.head_main{
	width:100%;
	height:0.3rem;
	background-color:#f0f0f0;
}
.main_first{
	padding:5%;
	border-bottom:1px dashed #f3f3f3;
}
.main_first h3{
	color:#7ea3eb;
}
.main_first h5{
	color:#abadaf;
}
.main_firstdiv{
	border-right:1px dashed #f3f3f3;
	width:50%;
}
.main_firstdiv img{width:20%;height:0.9rem;}
.main_firstdiv2{
	padding-left:5%;
}
.main_second{
	padding:2% 10% 5% 10%;
	border-bottom:1px dashed #f3f3f3;
}
.main_second button{
	width:100%;
	margin:auto;
	border:1px solid #f67355;
	border-radius:1rem;
	line-height:2rem;
	text-align:center;
	color:#fff;
	background-color:#f67355;
}
.main_huise{
	width:100%;
	height:1rem;
	background-color:#f0f0f0;
}
.main_bottom{
	padding:2%;
	border-bottom:1px dashed #f3f3f3;

}
.main_bottom h3{
	color:#f67a5d;
	padding:0 0 5% 4%
}
.main_bottom_div1{
	padding-left:5%;
	color:#abadaf;
	border-right:1px dashed #f3f3f3;
	width:60%;
	float:left;
}
.main_bottom_div2{
	color:#abadaf;
	width:35%;
	float:right;
}
nav{
	width:100%;
	position:fixed;
	bottom:0;
	z-index:1;
	min-height:3rem;
	background-color: #fff;
	border-top:1px solid #d8d8d8;
}
nav>li{
	text-align: center;
}
nav>li>a{
	float:left;
	width:25%;
}
nav>li>a>span{
	font-size: 0.7rem;
	color:#abadaf;
	display: block;
	margin-top: -5px;
}
/*nav>li:first-child>a>span{
	color:#0062CC;
}*/
.footer_n_s{
	font-size: 2rem;
	margin-top: 0.2rem;
}
.footer_n_a>*{
	color:#0062CC;
}
#mui-off-canvas-right{
	background-color:#3d3f4e;
	font-size: 2rem;
}
.aside_top1{
	width:100%;
	height:15%;
}
.aside_top1 p{
	width:70%;
	margin:auto;
	margin-top:3rem;
	line-height: 3rem;
	font-size: 1rem;
	color:#fff;
}
.aside_top1 p>span:first-child{
	color:#fff;
	background-color:red;
	font-size: 2.5rem;
	border-radius: 50%;
	margin-right:1rem;
}
.aside_top2{
	/*margin-top:2rem;*/
	color:#fff;
	padding:5% 15%;
}
.aside_top2 a{
	color:#fff;
}
.aside_top2 li{
	font-size: 1.2rem;
	line-height: 2.2rem;
}
.aside_top2 li span:first-child{
	margin-right: 0.5rem;
}
.aside_top3{
	text-align:center;
	margin-top:3rem;
	color:#fff
}
.aside_top3 span{
	font-size: 2rem;
}
.main_bottom_div3{

	padding: 1.5rem 0;
}
.main_bottom_div3 li{
	display: inline-block;
	width:32%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}
.main_bottom_div3 li span{
	display: inline-block;
	margin-left:15%;
	float:left;
	font-size: 1.5rem;
	color: #2a84db;
}
.main_bottom_div3 li span:last-child{
	float:left;
	color:#5d5d5d;
	font-size: 0.8rem;
	margin-left: 0.3rem;
}

.main_bottom_div4{
	width: 100%;
	height:5rem;
	background: url(../images/indexlast_02.png) no-repeat;
	background-size:100% 100%;
}
.main_huise_last{
	margin-bottom: 3.5rem;
	width: 100%;
	padding: 0.3rem 0;
	line-height:1rem;
	font-size: 0.8rem;
	background-color:#f0f0f0;
	text-align: center;
}
.main_huise_last_p{
	width:52%;
	margin: auto;
	padding-top: 0.5rem;
	border-top:1px solid #dbdbdb;
}

/*第二页-提现页*/
.tx_main_div_div1 span{
	font-size: 2rem;
	padding: 0.5rem;
	background-color:#fff;
	color:#fbb43a;
	border-radius: 50%;
}
.tx_main_div_div1_h5{
	margin-top: 1.5rem;
}


.tx_head{
	min-height:2rem;
	background-color:#1578d8;
	width:100%;
}
.tx_head p{
	width:100%;
	margin-bottom: 0px;
}
.header_p1,.header_p2{

	width:10%;
	position: absolute;
	z-index: 99999;
}

.tx_head h5{
	width:80%;
	float:left;
	color:#fff;
	text-align: center;
	line-height:inherit;
	font-size: inherit;
	margin-left: 33px;
}

.tx_main{
	width:100%;
	height:25%;
	background-color:#1a8cff;
}
.tx_main>p{
	width:100%;
	height:2rem;
	text-align:right;
}
.tx_main>p>a{
	line-height:2rem;
	color:#fff;
}
.tx_main_div{
	width:100%;
	margin:auto;
	height:6rem;
	color:#fff;
	text-align: center;
	margin-bottom: 1rem;
}
.tx_main_div h5{
	color:#fff;
	text-align: center;
}
.tx_main_div>*{
	display: inline-block;
}
.tx_main_div2{
	border-bottom: 1px solid #eaeaea;
}
.tx_main_div2 h5{
	margin-bottom: 1.7rem;
}
.tx_main_div2 h3{
	font-size: 1.4rem;
	color:#666666;
}
.tx_main_div2 h3>span input{
	font-size: 2rem;
}
.tx_main_middle{
	padding: 1rem 0.5rem 0.5rem 0.5rem;
	background-color: #fff;
}
.tx_main_middle h6{

	line-height: 2.3rem;
	text-align: right;
}
.tx_main_bottom{
	padding: 2rem 1rem;/*10% 5%*/
	background-color: #f7f7f7;
}
.tx_main_bottom button{
	width:100%;
	line-height:4rem;
	font-size:1rem;
	background-color: #f67355;
	border-radius: 2rem;
	color:#fff;
	margin-bottom: 1.5rem;
}
#tipView{
	position:fixed;

	left:25%;
	right:25%;
	border-radius:8px;
	box-shadow:0 0 10px 5px #f67355;
	bottom:50%;
	margin-bottom: -7rem;
	background:url(../images/Artboard2_03.png);
	background-size: 100% 100%;
	text-align:center;
	z-index: 1000
}
#tipView span{
	font-size: 4.5rem;
	padding: 0.5rem;
	color:#f67355;
}

#tv_sureBtn{
	/*background-color:#f44c48;*/
	color:#f67355;
	width:6rem;
	line-height:2.5rem;
	font-size:1rem;
	border-radius:6px;
	margin: 0 auto;
}
/*第三页 初级牛人*/
.cjnr_section1 h4{
	font-size: 1rem;
	font-weight: normal;
	color: #333333;
	line-height: 2rem;
}
.cjnr_section1 span{
	display: inline-block;
	width:60%;
	float:right;
	text-align: right;
	line-height: 2rem;
	color: #f67355;
}
.cjnr_section1 span>small{
	color: #999999;
}
.cjnr_select1{
	float:right;
	width:8rem;
	height:2rem;
	border: 2px solid #ff6a67!important;
	padding: 0;
	padding-left: 0.2rem;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/Artboard8_03.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
	margin-bottom: 0px;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.cjnr_select1::-ms-expand { display: none; }
.cjnr_div1{
	display: inline-block;
	width:65%;
	float:right;
	text-align: right;
	line-height: 1rem;
	color: #f67355;
}
.cjnr_div1>small{
	color: #999999;
}
.cjnr_div2{
	margin-top: 1rem;
}
.cjnr_div2 h4{
	line-height: 1rem;
}
.cjnr_div2 h4>span{
	float:right;
	width:50%;
	line-height: 1rem;
}
.cjnr_checkbox_li{
	padding: 11px 15px;
}
.cjnr_h51 input[type='checkbox']{
	visibility: hidden;
	cursor: pointer;
	width: 0px;
}
.cjnr_h51 input[type='checkbox']+label{
	display: inline-block;
	vertical-align: top;
	width: 1.3em;
	height: 1.3em;
	margin-right:0.5rem;
	position: relative;
	border:1px solid #1578d8;
	transition: background 0.5s linear;
	box-sizing:border-box;
	-webkit-transition: background 0.3s linear;
	-webkit-box-sizing:border-box;
}
.cjnr_h51 input[type='checkbox']:checked+label:after{
	content: "\e633";
	font-size: 1rem;
	font-weight:bold;
	color: #fff;
	background-color: #1578d8;
	position: relative;
	top:-1px;
	left:-2px;
}
.cjnr_black_overlay{
	display:none;
	position:fixed;
	bottom:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1001;
	-moz-opacity:0.65;
	opacity:0.65;
	filter:alpha(opacity=65);
}
.cjnr_white_content{
	display:none;
	position:absolute;
	top:37%;
	left:9%;
	width:80%;
	height:30%;
	padding:1.2rem;
	border:1px solid #000000;
	border-radius: 0.5rem;
	background-color:white;
	z-index:1002;
	overflow:auto;
}



.cjnr_white_content{
	line-height: 3rem;
	text-align: center;
}
.cjnr_white_content>*{
	font-size: 1.2rem;
	display: inline-block;
}
.cjnr_white_content a{
	height: 3.5rem;
	width:100%;
	background-color: #1578d8;
	color: #fff;
	border-radius: 0.3rem;
}
.cjnr_white_content span{
	position: absolute;
	top:2%;
	right: 2%;
}
.cjnr2_section1 li{
	padding: 5px 15px;
}
.cjnr2_section1 li>*{
	color:#737373;
	font-size: 1rem;
	line-height: 1rem;
	font-weight:lighter;
}
.cjnr2_section1 input[type='number']{
	margin-top: 5px;
}
.cjnr2_section1_li1{
	padding: 11px 15px;
}
.cjnr2_section1_li1_div{
	display: inline-block;
}
.cjnr2_section1_li1_div span{
	display: inline-block;
	background-color: #fbaf51;
	padding: 0.3rem;
	text-align: center;
	color:#fff;
}
.triangle{
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
	border-width: 0.4rem;
	border-style: solid;
	border-color: transparent #fbaf51 transparent transparent ;
}
.cjnr2_section1_li1 input[type='radio']{
	display: none;
}
.cjnr2_section1_li1 input[type='radio']+label{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width:3.5rem;
	height:3rem;
	border: 2px solid #f67355;
	font-size: 0.8rem;
	line-height: 3rem;
	text-align: center;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.cjnr2_section1_li1 input[type='radio']:checked+label{
	border-color: #ff9b1f;
	color: #ff9b1f;

	_right:-1px;
	_bottom:-1px;
	background:url(../images/cjnr_1_03.png) no-repeat 2.5rem 2rem;
}

input[type='radio'].cjnr2_section1_li1_div2+label{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width:3.5rem;
	height:auto;
	padding: 0.3rem 0;
	line-height: 1rem;
	border: 2px solid #f67355;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.cjnr2_section1_li1_h44{
	margin-top: 1.5rem;
	font-size: 1rem;
	margin-bottom: 1rem;
	display:flex;/*设为伸缩容器*/
	display: -webkit-flex; /* Safari */
	flex-flow:row;/*伸缩项目单行排列*/
}
.cjnr2_section1_li1_h44 span{
	display: inline-block;
	flex:1;/*这里设置为占比1，填充满剩余空间*/
	text-align: right;
	color: #f67355;

}
.cjnr2_section1_li1_h44 span>small{
	color:#999999;
}

.cjnr_kuaixuan,.cjnr_shuru{
	position: relative;
	color:#626262;
	font-size: 0.8rem;
	line-height: auto;
	z-index: 1;
}
.cjnr_shou{
	display: none;
}


/*第四页 注册*/
.zhuce1_section>button{
	width: 90%;
	margin-left: 5%;
	margin-top: 1.5rem;
	border-radius: 1rem;
}
.zhuce1_section>h4{
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 2rem;
	text-align: center;
}
.zhuce1_section li{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-flow:row;
	line-height: 2.5rem;
}
.zhuce1_section li>*{
	display: inline-block;
	flex:1;
}
.zhuce1_section li input{
	/*text-indent: 2rem;*/
	/*border: none;*/
	margin-bottom: 0;
	font-size: 13px;
	/*direction: rtl;*/
}
.zhuce1_section_div button{
	width: 5.5rem;
	height: 35px;
	flex: 0 0 100px;
}


/*第五页面 我的账户*/
.wdzh_header{
	width: 100%;
	background: url(../images/wdzh_01.png) no-repeat;
	background-size:100% 100%;
	color: #fff;
	overflow: hidden;
}
.wdzh_header p{
	width:100%;
	text-align: center;
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
}
.wdzh_header>span{
	font-size: 1.5rem;
	position: absolute;
	right:0.5rem;
	top:0.5rem;
}
.wdzh_header_div1{
	width:90%;
	margin:auto;
}

.wdzh_header_div1>.iconfont{
	font-size: 3rem;
	/*padding: 1.5rem 1rem;*/
	/*color: #93a5f4;*/
	/*background-color: #fff;*/
	margin-right: 1rem;
	float:left;
	/*border-radius: 50%;*/
}
.wdzh_header_div1 p{
	color: #fff;
}

.wdzh_header_div2{
	overflow: hidden;
	_zoom:1;
	margin-bottom: 1px;
}

.wdzh_header_div2>div{
	width:48.5%;
	line-height: 1.5rem;
	font-size: 1rem;
	color:#fff;
	float:left;
	text-align: center;
}
.wdzh_header_div2>div.wdzh_header_div2_m{
	width:2px;
	height:1.5rem;
	background-color: #fff;
}
.wdzh_header_div1_button2{
	background-color: #3799f7;
	color: #fff;
	border: 1px solid #fff;
}
.wdzh_main_section1{
	width:100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.wdzh_main_section1 div{
	flex:1;
	text-align: center;
	font-size: 0.8rem;
	padding-top:0.5rem ;
	line-height: 1.8rem;
}
.wdzh_main_section1 div a{
	color:#4a4a4a;
}
.wdzh_main_section1 div span{
	font-size: 1.8rem;
	color:#4a4a4a;
}
.wdzh_main_section2 ul>li:first-child{
	border-top:none;
}
.wdzh_main_section2 .mui-table-view:before{
	content: none;
}
.wdzh_main_section2 ul>li{
	font-size: 0.9rem;
	line-height: 3rem;
	color: #abadaf;
}

.wdzh_main_section2 ul>li span{
	font-size: 1.8rem;
	margin-right:1.3rem ;
	float:left
}
.wdzh_main_section2 .mui-table-view-cell>a:not(.mui-btn){
	position: initial;
}
.wdzh_main_section2 ul>li a{
	float:right
}
.wdzh_main_section2 ul>li b{
	float:right;
	margin-right: 2rem;
}
.wdzh_main_section3{
	width:100%;
	height: 8.6rem;
	/*padding-top: 0.4rem;*/
	background-color: #f2f2f2;
	margin-bottom: 3rem;
}
.wdzh_main_section3 p{
	text-align: center;
	color: #95989a;
	padding-top: 5rem;
	border-top: 1px solid #eaeaea;
}


/*第六页在线问答*/
.zxwd_main{
	background-color: #fff;
}
.zxwd_section1{
	padding: 0.8rem;
}
.zxwd_section1 li{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0.8rem;
	padding-bottom: 0.3rem;
	font-size: 0.9rem;
}
.zxwd_section1 li p>b{
	font-weight: 400;
	padding: 3px;
	border-radius: 2px;
	background-color: #2380da;
	color: #fff;
}
.zxwd_section1 li p:first-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#1578d8;
}
.zxwd_section1 li p>small{
	padding-left: 1.5rem;
	color: #9a9d9f;
}
.zxwd_section1 li p>button{
	float: right;
}
.zxwd_section1_textarea{
	width: 93%;
	margin:0.3rem 5%;
}
.zxwd_section1_button{
	width:100%;
	background-color: #f67355;
	color:#fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.7rem;
	border-radius: 2rem;
}
.zxwd_section1 li p{
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}


/*第七页最新观点*/
.zxgd_main_section1{
	padding: 1.2rem;
}
.zxgd_main_section1 li{
	display:flex;/*设为伸缩容器*/
	display: -webkit-flex; /* Safari */
	flex-flow:row;/*伸缩项目单行排列*/
}
.zxgd_main_section1 img{
	display: block;
	width:3rem;
	height:3rem
}
.zxgd_main_section1 li>div{
	display: inline-block;
	margin-left: 0.5rem;
}
.zxgd_main_section1 li>div p{
	padding-left: 0.5rem;
	margin-bottom: 0.2rem;
}
.zxgd_main_section1 li>div p:last-child{
	margin-top:0.4rem
}
.zxgd_main_section1 li{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0.8rem;
	padding-bottom: 0.3rem;
	font-size: 0.9rem;
}

.zxgd_main_section1 li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.zxgd_main_section1 li p:first-child{
	color:#1578d8;
}
.zxgd_main_section1 li p>small{
	color: #9a9d9f;
	margin-top: 0.5rem;
}


/*第八页操盘*/

.caopan_main_section1{
	padding-left: 0.8rem;
	padding-top: 1rem;
}
.caopan_main_section1>div{
	display: inline-block;
	width:45%;
	height:18.7%;
	margin-right: 0.8rem;
	background-color:#1578d8 ;
	border-radius: 0.5rem;

}
.caopan_main_section1>div p{
	color:#fff;
	text-align: center;
	border-radius: 0.6rem;
}
.caopan_main_section1>a>div{
	display: inline-block;
	width:45%;
	height:18.7%;
	margin-right: 0.8rem;
	background-color:#1578d8 ;
	border-radius: 0.5rem;

}
.caopan_main_section1>a>div p{
	color:#fff;
	text-align: center;
	border-radius: 0.6rem;
}
.caopan_main_section1 .iconfont{
	font-size: 2.5rem;
	margin-top:1rem;
	margin-bottom: 1rem;
}
.caopan_main_section1_p1{
	font-size: 1rem;
	margin-bottom: 0;
}
.caopan_main_section1_p2{
	font-size: 0.8rem;
	margin-bottom: 0;
}
.caopan_main_huise_last{
	width: 100%;
	line-height:1rem;
	font-size: 0.8rem;
	text-align: center;
}
.caopan_main_huise_last_p{
	width:52%;
	margin: auto;
	padding-top: 0.5rem;
	border-top:1px solid #dbdbdb;
}



/*第九页联系我们*/
.lianxiwomen_main{
	padding: 1rem;
}
.lianxiwomen_main>img{
	width:100%;
}
.lianxiwomen_main>p{
	font-size: 0.9rem;
	font-weight: bold;
	color:#000;
	text-align: center;
}
.lianxiwomen_main>div{
	margin-top:1rem;
	text-align: center;
}
.lianxiwomen_main>div img{
	width: 11.6rem;
	height: 11.6rem;
	margin-bottom: 1.5rem
}
.lianxiwomen_main>div p{
	text-align: center;
	font-size:0.8rem;
	line-height: 1.3rem;
	color:#95989a ;
}



/*第十页关于我们*/
.guanyuwomen_main{
	padding: 0.5rem;
}
.guanyuwomen_main h4{
	font-size: 1rem;
	line-height: 3rem;
	text-align: center;
}
.guanyuwomen_main p{
	font-size:0.8rem ;
	line-height: 1.4rem;
	text-indent: 1.6rem;
	color:#abadaf;
}


/*第十一页资质证书*/

.zizhizhengshu_main{
	padding: 1rem;
}
.zizhizhengshu_main img{
	width: 100%;
	margin-bottom: 1rem;
}


/*第十二页资质证书2*/

.zizhizhengshu2_main{
}
.zizhizhengshu2_main img{
	width: 100%;
}
.zizhizhengshu2_main_section h3{
	text-align: center;
	font-size: 1.6rem;
}
.zizhizhengshu2_main_section h3>small{
	color:#848484;
	font-size:0.8rem;
}
.zizhizhengshu2_main_section>div{
	padding: 1.1rem;
}
.zizhizhengshu2_main_section>div span{
	display: inline-block;
	width:3px;
	height: 1.4rem;
	background-color: #207fd8;
	margin-right: 0.5rem;
	margin-bottom: -2px;
}
.zizhizhengshu2_main_section>div h4{
	font-size: 1rem;
	line-height: 2rem;
}
.zizhizhengshu2_main_section>div>p{
	font-size: 0.8rem;
	line-height: 1rem;
}


/*第十三页 操盘合作协议*/
.caopanxieyi_main{
	padding: 1rem;
}
.caopanxieyi_main h3{
	text-align: center;
}
.caopanxieyi_main p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.caopanxieyi_main p>span{
	float:right
}
.caopanxieyi_main input[type='text']{
	width:1.5rem;
	border:none;
	border-bottom: 1px solid #818181;
	border-radius: 0;
	padding: 0;
	height:auto;
	margin-bottom: 0;
	color:#818181;
}
.caopanxieyi_main table{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	min-height: 1.4rem;
	line-height: 1.4rem;
	text-align: center;

}
.caopanxieyi_main table td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 0.8rem;
	line-height: 1.4rem;
	color: #737373;
}
.caopanxieyi_main table tr td:last-child{
	padding-left:1rem ;
	text-align: left;
	width:66%
}

/*第十四页 忘记密码*/

input.wjmm_input::-webkit-input-placeholder{
	/* placeholder颜色
    color: #aab2bd;*/
	/* placeholder字体大小
	font-size: 12px;*/
	/* placeholder位置  */
	text-align: left;
}
.wjmm_ul .mui-table-view-cell:after{
	left:0
}
.wjmm_ul li{
	padding: 5px 15px;
}
.wjmm_ul+a>button{
	font-size: 1rem;
	line-height: 2.9rem;
	border-radius: 2rem;
	width: 90%;
	margin-left: 5%;
	margin-top: 1.5rem;

}


/*第十五页 登陆*/

.denglu_div{
	text-align: center;

	font-size: 0.9rem;
	line-height: 3.5rem;
}
.denglu_div a{
	color:#aeaeae;
}

/*第十六页 我的邀请*/
.wodeyaoqing_main{
	font-size: 0.9rem;
	line-height: 1.9rem;
	text-align:center
}
.wodeyaoqing_main table{
	width:100%
}
.wodeyaoqing_main tr{
	display:flex;/*设为伸缩容器*/
	display: -webkit-flex; /* Safari */
	flex-flow:row;/*伸缩项目单行排列*/
}
.wodeyaoqing_main tr:first-child{
	font-size: 1rem;
	color:#95989a;
	line-height: 2.2rem;
	border-bottom: 1px solid #95989a;
	padding-top: 1rem;
	margin-bottom: 0.5rem;
}
.wodeyaoqing_main td{
	flex: 1;
}


/*第十七页 邀请好友*/

.yaoqinghaoyou_main{
	font-size: 0.8rem;
	padding: 3rem 1rem;
}
.yaoqinghaoyou_main h3,.yaoqinghaoyou_main div{
	text-align: center;
	font-weight: normal;
}
.yaoqinghaoyou_main_div>*{
	display: inline-block;
	max-width:76%;
	margin-top: 3rem;
	color: #626262;
}
.yaoqinghaoyou_main_div input[type="text"]{
	border:1px solid #626262;
	padding: 3px;
	max-height:1.2rem ;
	border-radius:0;
}
.yaoqinghaoyou_main_div+button{
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #f67355;
	font-size: 0.9rem;
	line-height: 2.3rem;
	border-radius: 2rem;
}
.yaoqinghaoyou_main figure{
	margin:1.3rem 0;
}
.yaoqinghaoyou_main figure>figcaption{
	font-size: 0.9rem;
	color: #abadaf;
}

/*第十八页 我的奖励*/

.wodejiangli_section li{
	font-size: 1rem;
	color:#f89078;
	padding:1rem 0.7rem 0.8rem 0.7rem;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.wodejiangli_section li>*{
	display: inline-block;
	flex: 1;
	text-align: center;
}
.wodejiangli_section li>div{
	font-size: 0.8rem;
	color:#999999;
	text-align: left;
}
.wodejiangli_section li p{
	margin-bottom: 0;
}

/*第十九页 邀请有奖*/

.yaoqingyoujiang_section .mui-table-view:before{
	left:100%
}
.yaoqingyoujiang_section .mui-table-view-cell:after{
	left: 0;
}
.yaoqingyoujiang_section li{
	font-size: 0.9rem;
	line-height: 3.2rem;
	color: #333333;
}
.yaoqingyoujiang_section .mui-table-view-cell{
	padding: 5.5px 15px;
}

/*第十九页 设置密码（同上）*/
/*第二十页 设置昵称（同上）*/
/*第二十一页 账户设置*/
.zhsz_section li{
	font-size: 1rem;
	line-height: 3.3rem;
	padding:0 1rem ;
	border-bottom:1px solid #e2d9d9 ;
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.zhsz_section li>*{
	flex: 1;
}
.zhsz_section li a{
	color: #999999;
	font-size: 0.8rem;
	text-align: right;
}

/*第二十二页 帮助中心*/
.bzzx_head_div{
	background-color: #1a8cff;
	padding:1.9rem 1.4rem 1rem 1rem;
	font-size:0.9rem ;
	line-height: 1.9rem;
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.bzzx_head_div>div{
	display: inline-block;
	flex: 1;
}
.bzzx_head_div *{
	color: #fff;
}
.bzzx_head_div button{
	width:5rem;
	height: 1.9rem;
	background-color:#1a8cff;
	border:1px solid #fff;
	border-radius: 1rem;
	margin-right: 0.4rem;
}
.bzzx_head_div>div{
	margin-left: 8%;
}
.bzzx_section1 h6{
	padding-left: 0.8rem;
	line-height: 2rem;
}
.bzzx_section1>div{
	display: flex;
	display: -webkit-flex;
	flex-flow:row;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.bzzx_section1 div>div{
	flex: 1;
	text-align: center;
}
.bzzx_section1 div>span{
	padding: 0.5rem;
	font-size: 2rem;
	line-height: 2rem;
	height: 3rem;
	color:#f67355;
	border: 1px solid #f67355;
	border-radius: 50%;
}
.bzzx_section1 div>b{
	font-size: 0.8rem;
	line-height: 2.8rem;
	color: #95989a;
}
.bzzx_section2 h3{
	padding-left: 0.5rem;
	font-weight: normal;
}
.bzzx_section2 li.mui-table-view-cell:after{
	left:0
}
.bzzx_section2 ul.mui-table-view:before{
	left: 100%;
}
.bzzx_section2 ul{
	margin-bottom: 3rem;
}
.bzzx_section2 li a{
	color: #555555;
	font-size:0.8rem ;
}
.bzzx_section2 li .mui-navigate-right:after{
	font-size: 2rem;
}



/*第二十三页 我要提盈*/
.wyty_section1{
	padding: 2rem 0;
	text-align: center;
}
.wyty_section1_b1,.wyty_section1_b2{
	font-size: 1rem;
	line-height: 2rem;
	width:45%;
	background-color: #d6d6d6;
	text-align: center;
	border-radius: 0;
}
.wyty_section1 button:first-child{
	border-top-left-radius:2rem;
	border-bottom-left-radius:2rem
}
.wyty_section1 button:last-child{
	border-top-right-radius:2rem;
	border-bottom-right-radius:2rem
}
.wyty_section2 li{
	font-size: 0.9rem;
	color: #737373;
	line-height: 3.1rem;
	padding: 0 1rem;
	border-bottom: 1px solid #eaeaea;
}
.wyty_section2 a{
	color: #f67355;
}
.wyty_section2 span{
	float:right
}
.wyty_section2 .mui-table-view:before,.wyty_section2 .mui-table-view:after{
	left:100%
}
.wyty_section2 .mui-table-view-cell:after{
	left: 100%;
}
.wyty_section2 button{
	display: block;
	width:90%;
	margin:auto;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
	background-color: #f67355;
	border-radius: 2rem;
	margin-top:2.4rem
}
.wyty_section3 table{
	width:100%;
	text-align: center;
}
.wyty_section3 table tr{
	color: #000;
	line-height:3rem ;
	font-size: 0.9rem;
	border-bottom: 1px solid #eaeaea;

}
.wyty_section3 tr>td:first-child{
	color: #f67355;
}

.wyty_section3 tr:first-child td{
	color: #626262;
	width: 33%;
}
.wyty_section1_button{
	background-color: #1578d8;
}


/*第二十三页 充值*/
.aaaa_section1{
	padding: 2rem 0;
	text-align: center;
}
.aaaa_section1_b1,.aaaa_section1_b2.aaaa_section1_b3{
	border-top: none;
	border-right: none;
	border-bottom: 3px solid rgb(246, 115, 85);
	border-left: none;
	border-image: initial;
	background-color: rgb(255, 255, 255);
}
.aaaa_section1 button:first-child{
	border-top-left-radius:2rem;
	border-bottom-left-radius:2rem
}
.aaaa_section1 button:last-child{
	border-top-right-radius:2rem;
	border-bottom-right-radius:2rem
}
.aaaa_section2 li{
	font-size: 0.9rem;
	color: #737373;
	line-height: 3.1rem;
	padding: 0 1rem;
	border-bottom: 1px solid #eaeaea;
}
.aaaa_section2 a{
	color: #f67355;
}
.aaaa_section2 span{
	float:right
}
.aaaa_section2 .mui-table-view:before,.aaaa_section2 .mui-table-view:after{
	left:100%
}
.aaaa_section2 .mui-table-view-cell:after{
	left: 100%;
}
.aaaa_section2 button{
	display: block;
	width:90%;
	margin:auto;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
	background-color: #f67355;
	border-radius: 2rem;
	margin-top:2.4rem
}
.aaaa_section3 table{
	width:100%;
	text-align: center;
}
.aaaa_section3 table tr{
	color: #000;
	line-height:3rem ;
	font-size: 0.9rem;
	border-bottom: 1px solid #eaeaea;

}
.aaaa_section3 tr>td:first-child{
	color: #f67355;
}

.aaaa_section3 tr:first-child td{
	color: #626262;
	width: 33%;
}
.aaaa_section1_button{
	background-color: #1578d8;
}



/*第二十四页 申请牛人*/
.sqnr_article,.sqnr_article2{
	margin:0 1.3rem;
}
.sqnr_article>div{
	margin-bottom: 0.5rem;
}
.sqnr_article h4{
	font-size: 1.1rem;
	line-height: 2.5rem;
	text-align: center;
}
.sqnr_article h5{
	color: #1578d8;
	font-size: 0.9rem;
	line-height: 1.8rem;
	font-weight: bold;
}
.sqnr_article p{
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #646464;
}
.sqnr_article h3{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #f89078;
	font-weight: bold;
}
.sqnr_article img{
	width: 100%;
}

.sqnr_article2 span{
	font-size: 2.5rem;
	color: #777777;
}
.sqnr_article2 figcaption{
	font-size: 0.8rem;
	color:#777777;
}
.sqnr_article2 figure{
	width:32%;
	float: left;
	margin:2rem 0 0 0;
	text-align: center;
}


/*第二十五页跟买计划*/
.gmjh_article div{
	width:100%;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1rem;
	padding: 0.8rem 0;
}
.gmjh_article>div span{
	display: block;
	width:3px;
	height:1.3rem;
	background-color: #227fda;
	margin-right: 0.8rem;
	float: left;
}
.gmjh_a_section{
	padding: 1.5rem;
}
.gmjh_a_section h3{
	text-align: center;
	margin-bottom: 0.8rem
}
.gmjh_a_section sup{
	color: #fff;
	background-color: #1578d8;
	padding: 0.1rem;
	font-weight: 100;
}
.gmjh_a_section p{
	color: #333333;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.gmjh_a_section p>span{
	color: #f67355;
}

.gmjh_a2_section{
	padding: 0.8rem 2rem;
	background-color: #f67355;
	text-align: center;
	margin-bottom: 1.7rem;
}
.gmjh_a2_section h4{
	color:#ffffff;
	font-size: 1rem;
	line-height: 2rem;
}
.gmjh_a2_section p>span{
	display: inline-block;
	width: 50%;
}
.gmjh_a2_section>p{
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	color: #fff;
}
.gmjh_a2_section>p:last-child{
	font-size: 1rem;
}
.gmjh_article2 button{
	width:80%;
	margin-left:10%;
	border-radius: 2rem;
	background-color: #f67355;
	font-size: 1rem;
	line-height: 2.8rem;
}



/*第二十五页牛人计划*/
.nrjh_div{
	display: inline-block;
	width:45%;
	height:18.7%;
	margin-right: 0.8rem;
	background-color:#1578d8 ;
	border-radius: 0.5rem;

}
.nrjh_div p{
	color:#fff;
	text-align: center;
	border-radius: 0.6rem;
}
.nrjh_div .iconfont{
	font-size: 2.5rem;
	margin-top:1rem;
	margin-bottom: 1rem;
}
.nrjh_div p:first-child{
	font-size: 3.3rem;
	margin-top: 2rem;
}
.nrjh_div p:last-child{
	line-height: 2rem;
	margin-bottom: 1rem;
}

/*第二十六页 发现*/

.fx_article{
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
.fx_article_s{
	flex-basis:100%;
	display: flex;
}
.fx_article_s figure{
	text-align: center;
	font-size: 0.9rem;
	line-height: 2.2rem;
	border: 1px solid #eaeaea;
	border-top: none;
	border-left: none;
	flex: 1;
	margin:0;
	color: #818181;
}
.fx_article_s figure span{
	font-size: 2.5rem;
	line-height: 4rem;
	margin-top: 1rem;
	color: #f77355;
}
.fx_article_s figure figcaption{
	color:#818181;
}
/*第二十七页 绑定银行卡*/

.bdyhk_a_s{
	background: #f2f2f2;
	width:100%;
	height:9.5rem;
	text-align: center;
}
.bdyhk_a_s h4{
	padding-top: 2rem;
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 3rem;
}
.bdyhk_a_s h5{
	font-size: 1rem;
	line-height:2rem;
	color: #555555;
}
.bdyhk_a_ul li{
	padding-left:1rem;
	font-size: 0.9rem;
	line-height: 3.1rem;
	color:#555555;
	border-bottom: 1px solid #eaeaea;
}
.bdyhk_a_ul li input{
	display: inline-block;
	border:none;
	width:auto;
	margin-bottom: 0;
}
.bdyhk_a_ul li input::-webkit-input-placeholder{
	color: #aeaeae;
	font-size: 0.9rem;
}
.bdyhk_a_ul_li span{
	float: right;
	color:#aeaeae
}
.bdyhk_button{
	font-size: 1rem;
	line-height: 3rem;
	background-color: #f67355;
	color:#fff;
	text-align: center;
	width:90%;
	margin-left:5%;
	border-radius: 2rem;
	margin-top: 7rem;
}

/*第二十八页 添加银行卡*/

.tjyhk_huise{
	background-color:#eaeaea;
	color:#66b19f;
	font-size: 1rem;
	height: 1.4rem;
	padding-left: 1rem;
}
.tjyhk_huise span{
	float:left;
}

/*第二十九页 绑定银行卡2*/
/*第三十页 充值*/
.chongzhi_s1{
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.chongzhi_s1_b{
	border:none;
	border-bottom: 1px solid #dfdfdf;
	font-size: 0.9rem;
	line-height: 2.3rem;
	text-align: center;
	flex: 1;


}

.chongzhi_s1_b_a{
	border-top: none;
	border-right: none;
	border-bottom: 3px solid rgb(246, 115, 85);
	border-left: none;
	border-image: initial;
	background-color: rgb(255, 255, 255);
}


.chongzhi_s2{
	width:100%;
	height:10px;
	background-color: #eeeeee;
}
.chongzhi_s3_li{
	border-bottom: 2px solid #e9e9e9;
}
.chongzhi_s3_li h5{
	line-height: 0.8rem;
	margin-top: 0.5rem;
}
.chongzhi_s3_li_div p{
	font-size: 0.8rem;
	line-height: 1.3rem;
	margin-bottom: 0;
}
.chongzhi_s3_li_div img{
	width:30%
}
.chongzhi_s3_li_div>*{
	display: inline-block;
}
.chongzhi_s3_li_div2>*{
	float: left;
}
.chongzhi_s3_li_div2>div{
	margin-top: 1.5rem;
}
.chongzhi_s3_li_div2 p{
	font-size: 0.8rem;
	line-height: 1.3rem;
	margin-bottom: 0;
}
.chongzhi_s3_li_div2 img{
	width:30%
}
.chongzhi_s4{
	background-color: #eeeeee;
	padding:10px;
}
.chongzhi_s4 div{
	border:1px solid #5595e3;
}
.chongzhi_s4 div p{
	font-size: 0.9rem;
	line-height: 1.9rem;
	color:#5595e3;
	padding-left: 0.6rem;
}


/*第三十一页交易记录*/
.wyty_section2>.jyjl_ul>.jyjl_li{
	line-height: 0;
	height:3.8rem;
}
.jyjl_section2>.jyjl_ul>.jyjl_li{
	line-height: 0;
	height:3.8rem;
}
.jyjl_li>*{
	float:left;
	margin:0;
}
.jyjl_li h4{
	margin-left: 1.5rem;
	font-weight: normal;
	line-height: 3.8rem;
	color:#333333
}
.jyjl_li p{
	color:#797979;
	line-height: 1.5rem;
	margin:0;
	margin-top: 0.5rem;
}
.jyjl_li small{
	line-height: 1.5rem;
	margin:0;
	color: #999999;
	font-size: 0.7rem;
}
.wyty_section3>.jyjl_ul>.jyjl_li{
	line-height: 0;
	height:3.8rem;
	padding: 0 1rem;
}
.jyjl_section3>.jyjl_ul>.jyjl_li{
	line-height: 0;
	height:3.8rem;
	padding: 0 1rem;
}


/*第三十二页 银行卡*/
.yhk_a_div1{
	padding: 1.6rem 1.1rem 1rem 1.1rem;
	margin-bottom: 1rem;
}
.yhk_a_div1_div{
	color: #fff;
	width:100%;
	height:100%;
	padding:1.3rem 0 0 1.3rem;
	border-radius: 0.3rem;
	background:-webkit-linear-gradient(
			top,#40bff9,#379ffa
	);
}
.yhk_a_div1_div .iconfont{
	font-size: 1.6rem;
	padding: 0.3rem;
	color:#0460a6;
	background-color: #fff;
	border-radius: 50%;
	line-height: normal;
}
.yhk_a_div1_div_p>*{
	float: left;
}
.yhk_a_div1_div_p h3{
	margin-left: 0.5rem;
	line-height: 1.5rem;
}
.yhk_a_div1_div_h4{
	margin-top: 2.5rem;
	font-size: 1.7rem;
	line-height: 2.7rem;
}
.yhk_a_div1_div_h5{
	font-size: 0.9rem;
	line-height: 2rem;
	text-align: right;
	padding-right: 0.5rem;
	color: #fff;
}
.yhk_a_div2{
	color:#818181;
	font-size: 0.9rem;
	line-height: 3rem;
	padding:0 0.5rem 0 0.9rem;
}
.yhk_a_div2 span{
	float: right;
}
.yhk_a_h6 .iconfont{
	color:#cccccc;
	font-size: 1rem;
}
.yhk_a_h6{
	font-size: 0.7rem;
	color: #8b8b8b;
	padding-left: 0.5rem;
}
.yhk_a_div3{
	width:100%;
	background-color: #f7f7f7;
}
.yhk_a_div3 button{
	margin-top: 7rem;
	width:90%;
	margin-left: 5%;
	font-size: 1rem;
	line-height: 2.9rem;
	background-color: #f67355;
	text-align: center;
	color:#fff;
	border-radius: 2rem;
}
.yhk_a_div1_div_p{
	height:2.5rem;
}
.yhk_a_div1_div_h4_s{
	padding:1rem;
}


/*第三十三页 操盘明细*/
.cpmx_a1_s1{
	width:100%;
	height:0.7rem;
	background-color: #eaeaea;
}
.cpmx_a1_s2{
	font-size: 0.7rem;
	line-height: 1.7rem;
	color:#737373;
	/*padding: 0.5rem;*/
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.cpmx_a1_s2_p>*{
	float: left;
	line-height: 2rem;
}
.cpmx_a1_s2_div p{
	float: left;
	min-width:50%;
}
.cpmx_a1_s2_h5{
	color:#a3a3a3;
	min-width:45%;
	float: left;
}
.cpmx_a1 p{
	font-size: 0.7rem;
}
.cpmx_a1_s2_p img{
	margin-left: 0.6rem;
	margin-top: 0.3rem;
}

/*第三十四页实名认证*/
.smrz_a1_s1{
	padding-top: 2.3rem;
	width:100%;
	background-color: #cccccc;
}
.smrz_a1_s1_p{
	line-height: normal;
	text-align: center;
}
.smrz_a1_s1_p span:first-child{
	font-size: 2.7rem;
	padding: 0.8rem;
	color:#93a5f4;
	background-color: #FFF;
	position: relative;
	border-radius: 50%;
}
.smrz_a1_s1_p span:last-child{
	color:#fe4646;
	font-size: 1.5rem;
	position: absolute;
	margin-top: 2rem;
	margin-left: -1.5rem;
}
.smrz_a1_s1 h3,.smrz_a1_s1 h5{
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.smrz_a1_s1_hg{
	margin-top: 2.2rem;
	padding-bottom: 0.5rem;
}
.smrz_div{
	color:#333333;
	padding: 0 0.9rem;
	font-size: 1rem;
	line-height: 3.1rem;
	border-bottom: 1px solid #eaeaea;
}
.smrz_div span{
	float: right;
}


/*第三十五页操盘明细2*/

.cpmx2_main{
	height: 100vh;
}
.cpmx2_main>div{
	width:100%;
	height:67%;
	background-color: #f2f2f2;
	margin-top: -0.3rem;
}
.cpmx2_main>img{
	height:40%;
}
.cpmx2_main_button{
	font-size: 1rem;
	line-height: 2.5rem;
	background-color: #f67355;
	text-align: center;
	color:#fff;
	border-radius: 3px;
	border:1px solid #dd5f42;
	width:41%;
	margin-left: 29%;
	padding:0
}



/*第三十六页我的账户2*/
.wdzh2_div{
	float:left;
}
.wdzh2_div p{
	text-align: left;
	margin-bottom: 0;
	padding-top: 0.5rem;
}
.wdzh2_div h6{
	text-align: center;
	line-height: 1.5rem;
	width:7.25rem;
	color: #fff;
	background-color: #2292ff;
	border-radius: 1rem;
}
.wdzh2_div_span{
	float:right;
	margin-top: 2.5rem;
	color:#fff;
}



/*第三十七页消息2*/
.xiaoxi2_s1{
	padding:1rem 1rem 1rem 0.6rem;
	border:1px solid #eaeaea;
}
.xiaoxi2_s1_h3{
	font-size:1.2rem;
	line-height: 3rem;
	font-weight: normal;
}
.xiaoxi2_s1_h3 sub{
	color:#fff;
	background-color: #f67355;
	line-height: 1rem;
	padding:0 0.5rem;
	border:1px solid #dd5f42;
	border-radius: 0.5rem;
}
.xiaoxi2_s1_h3 span{
	float: right;
	color:#666666;
}
.xiaoxi2_s1_h5{
	font-size: 0.85rem;
	color:#646464;
	padding-left:0.3rem;
	line-height: 1.2rem;
}
.xiaoxi2_s2{
	padding-left:1rem;
	font-size: 0.9rem;
	color:#646464;
	line-height: 2.75rem;
	border:1px solid #eaeaea;
}


/*第三十八页修改密码*/
.xgmm{
	padding-left: 1.85rem;
	border: none;
}

/*第三十九页提交成功*/
.tjcg_s1_p{
	text-align: center;
	margin-bottom: 1.2rem;
	margin-top: 3rem;
}
.tjcg_s1_p span{
	font-size: 5rem;
	color:#f67355;
}
.tjcg_s1 h5{
	text-align: center;
}
.tjcg_s1_button{
	font-size: 1rem;
	line-height: 3rem;
	color:#fff;
	background-color: #f67355;
	width:90%;
	margin-left: 5%;
	text-align: center;
	border-radius: 2rem;
	margin-top: 2.5rem;
}
.tjcg_p1{
	font-size: 0.75rem;
	line-height: 1rem;
	color:#a5a7a9;
	padding:1rem 5% 2rem 5%;
}
.tjcg_p1 .iconfont{
	color:#f67355;
	font-size: 0.75rem;
}



/*第四十页 账户资产*/
.zhzc_a1_s1{
	background-color: #ffffff;
	text-align: center;
	padding: 2.5rem 0;
}
.zhzc_a1_s1 h6{
	color:#9e9e9e;
}
.zhzc_a1_s1 h3{
	color:#f67355;
	font-size: 2rem;
}
.zhzc_a1_s2{
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
}
.zhzc_a1_s2_div{
	flex: 1;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
.zhzc_a1_s2_div:not(:last-child){
	border-right: 1px solid #eaeaea;
}
.zhzc_a1_s2_div h6{
	color:#9e9e9e;
}
.zhzc_a1_s2_div h5{
	font-size: 1rem;
	color:#333333;
	line-height: 2rem;
}
.zhzc_a1_s1 button{
	padding: 0;
	font-size: 0.75rem;
	line-height: 1.1rem;
	width:3.5rem;
	color:#f67355;
	background-color: #fff;
}
.zhzc_a1_button{
	font-size: 1rem;
	line-height: 3rem;
	border-radius: 2rem;
	color:#fff;
	background-color: #f67355;
	width:90%;
	margin-left: 5%;
	margin-top: 3.5rem;
}



/*第四十一页 软件下载*/
.rjxz_main{
	height:93vh;
	background: url(../images/rjxz_02.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 110%;
}
.rjxz_b1,.rjxz_b2{
	width:90%;
	height:3.8rem;
	margin-left: 5%;
	margin-bottom: 0.85rem;
	color:#fff;
	font-size: 1rem;
	border-radius: 2rem;
}
.rjxz_b1{
	background-color:#1578d8;
}
.rjxz_b2{
	background-color:#f67355;
}



/* tttttttt */
.ttcl_section1 h4{
	font-size: 1rem;
	font-weight: normal;
	color: #333333;
	line-height: 2rem;
}
.ttcl_section1 span{
	display: inline-block;
	width:60%;
	float:right;
	text-align: right;
	line-height: 2rem;
	color: #f67355;
}
.ttcl_section1 span>small{
	color: #999999;
}
.ttcl_select1{
	float:right;
	width:8rem;
	height:2rem;
	border: 2px solid #ff6a67!important;
	padding: 0;
	padding-left: 0.2rem;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/Artboard8_03.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
	margin-bottom: 0px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.ttcl_select1::-ms-expand { display: none; }
.ttcl_div1{
	display: inline-block;
	width:65%;
	float:right;
	text-align: right;
	line-height: 1rem;
	color: #f67355;
}
.ttcl_div1>small{
	color: #999999;
}
.ttcl_div2{
	margin-top: 1rem;
}
.ttcl_div2 h4{
	line-height: 1rem;
}
.ttcl_div2 h4>span{
	float:right;
	width:50%;
	line-height: 1rem;
}
.ttcl_checkbox_li{
	padding: 11px 15px;
}
.ttcl_h51 input[type='checkbox']{
	visibility: hidden;
	cursor: pointer;
	margin: -9px;
}
.ttcl_h51 input[type='checkbox']+label{
	display: inline-block;
	vertical-align: top;
	width: 1.3em;
	height: 1.3em;
	margin-right:0.5rem;
	position: relative;
	border:1px solid #1578d8;
	transition: background 0.5s linear;
	box-sizing:border-box;
	-webkit-transition: background 0.3s linear;
	-webkit-box-sizing:border-box;
}
.ttcl_h51 input[type='checkbox']:checked+label:after{
	content: "\e633";
	font-size: 1rem;
	font-weight:bold;
	color: #fff;
	background-color: #1578d8;
	position: relative;
	top:-1px;
	left:-2px;
}
.ttcl_black_overlay{
	display:none;
	position:fixed;
	bottom:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1001;
	-moz-opacity:0.65;
	opacity:0.65;
	filter:alpha(opacity=65);
}
.ttcl_white_content{
	display:none;
	position:absolute;
	top:37%;
	left:9%;
	width:80%;
	height:30%;
	padding:1.2rem;
	border:1px solid #000000;
	border-radius: 0.5rem;
	background-color:white;
	z-index:1002;
	overflow:auto;
}
.ttcl_white_content{
	line-height: 3rem;
	text-align: center;
}
.ttcl_white_content>*{
	font-size: 1.2rem;
	display: inline-block;
}
.ttcl_white_content a{
	height: 3.5rem;
	width:100%;
	background-color: #1578d8;
	color: #fff;
	border-radius: 0.3rem;
}
.ttcl_white_content span{
	position: absolute;
	top:2%;
	right: 2%;
}
.ttcl2_section1 li{
	padding: 5px 15px;
}
.ttcl2_section1 li>*{
	color:#737373;
	font-size: 1rem;
	line-height: 1rem;
	font-weight:lighter;
}
.ttcl2_section1 input[type='number']{
	margin-top: 5px;
}
.ttcl2_section1_li1{
	padding: 11px 15px;
}
.ttcl2_section1_li1_div{
	display: inline-block;
}
.ttcl2_section1_li1_div span{
	display: inline-block;
	background-color: #fbaf51;
	padding: 0.3rem;
	text-align: center;
	color:#fff;
}
.triangle{
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
	border-width: 0.4rem;
	border-style: solid;
	border-color: transparent #fbaf51 transparent transparent ;
}
.ttcl2_section1_li1 input[type='radio']{
	display: none;
}
.ttcl2_section1_li1 input[type='radio']+label{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width:3.5rem;
	height:3rem;
	border: 2px solid #f67355;
	font-size: 0.8rem;
	line-height: 3rem;
	text-align: center;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.ttcl2_section1_li1 input[type='radio']:checked+label{
	border-color: #ff9b1f;
	color: #ff9b1f;

	_right:-1px;
	_bottom:-1px;
	background:url(../images/cjnr_1_03.png) no-repeat 2.5rem 2rem;
}

input[type='radio'].ttcl2_section1_li1_div2+label{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	width:3.5rem;
	height: auto;
	padding: 0.3rem 0;
	line-height: 1rem;
	border: 2px solid #f67355;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
.ttcl2_section1_li1_h44{
	margin-top: 1.5rem;
	font-size: 1rem;
	margin-bottom: 1rem;
	display:flex;/*设为伸缩容器*/
	display: -webkit-flex; /* Safari */
	flex-flow:row;/*伸缩项目单行排列*/
}
.ttcl2_section1_li1_h44 span{
	display: inline-block;
	flex:1;/*这里设置为占比1，填充满剩余空间*/
	text-align: right;
	color: #f67355;

}
.ttcl2_section1_li1_h44 span>small{
	color:#999999;
}

.ttcl_kuaixuan,.ttcl_shuru{
	position: relative;
	color:#626262;
	font-size: 0.8rem;
	line-height: auto;
	z-index: 1;
}
.ttcl_shou{
	display: none;
}