/*弹性布局兼容*/
.flex{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.justify_center{
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
}
.justify_between{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-moz-box-pack:space-between;
	-webkit--moz-box-pack:space-between;
	box-pack:space-between;
}
.align_center{
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.align_between{
	align-items:space-between;
	-webkit-align-items:space-between;
	box-align:space-between;
	-moz-box-align:space-between;
	-webkit-box-align:space-between;
}
.align_end{
	align-items:flex-end;
	-webkit-align-items:flex-end;
	box-align:flex-end;
	-moz-box-align:flex-end;
	-webkit-box-align:flex-end;
}
.flex_wrap{
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}


/*登录页*/

.loginMain {
	background: url(../image/login_back@2x.png) no-repeat;
	background-size: 100% 100%;
}

.list {
	width: 6.54rem;
	margin: auto;
	margin-top: 0.69rem;
	background:#fff;
	border-radius: .1rem;
}

.list .item {
	flex: 1;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin: 0 0.16rem 0rem 0.2rem;
	border-bottom: 1px solid rgb(204,204,204);
}

.list .item input {
	border: none;
	height: 1rem;
	line-height: 1rem;
	background: none;
	color:rgb(77,77,77);
}

.login_biankuang {
	color: rgb(77,77,77);
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.login_biankuang>div{
	font-size:0.36rem;
	width:1.4rem;
	color: #000;
}
.login_shu {
	height: .29rem;
}

.login_shan1{
	margin-left:0.41rem;
	float: left;
	color:#1185EB;
	font-size: .24rem;
}
.login_shan {
	margin-right:0.41rem;
	float: right;
	color:#1185EB;
	font-size: .24rem;
}

.login_img {
	width: .31rem;
	height: .35rem;
	margin-right: .14rem;
}

.login_btn {
	width: 6.54rem;
	height:  1rem;
	line-height: 1rem;
	color: #fff;
	background:url(../image/dr_btn.png) no-repeat;
	background-size:100%;
	border: none;
	font-size: .4rem;
}

.yzm_btn1 {
	width: 1.5rem;
	height: 0.68rem;
}

.login_a{
	width: 5.44rem;
	margin: auto;
	margin-top: 0.3rem;
}
.login_a>a{
	color: red;
}
.login_a>a:last-child{
	float: right;
}



/*忘记密码、注册*/
.list1{
	margin-top: 1.91rem;
}
.list1>div{
	width: 6.26rem;
	margin: auto;
	border-radius: 5px;
	border-bottom: 1px solid #463425;
	height: 0.74rem;
	margin-bottom: 0.3rem;
}
.for_img{
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.43rem;
	margin-right: 0.33rem;
}
.for_inp{
	border: none;
	outline: none;
	color: #fff;
	background: transparent;
	font-size: 0.36rem;
	width: calc(100% - 1.06rem);
}
.yzm_btn{
	width: 2.1rem;
	height: 0.74rem;
	background: #ca6817ab;
	border-radius: 5px;
	color:#fff;
	font-size: 0.28rem;
}
.for_div{
	margin-right: 0.2rem;
	border-radius: 5px;
	border-bottom:1px solid #463425;
	height: 0.74rem;
}
.login_btn1{
	width: 6.28rem;
	height: 0.86rem;
	line-height: 0.86rem;
	color: #8f6666;
	background:url(../image/dr_btn.png) no-repeat;
	background-size:100% 100%;
	border: none;
	font-size: .4rem;
}
.download_a{
	display: block;
	width: 6.28rem;
	margin: auto;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.3rem;
	margin-top: 0.19rem;
}
.check_r_div{
	width: 6.26rem;
	margin: auto;
}
.check_regit{
	font-size:0.2rem;
	margin-left: 0.08rem;
	color: #fff;
	line-height: 1;
}
.check_regit a{
	color: rgb(255,0,0);
}
.yhm_show{
	width: 0.5rem;
	height: 0.5rem;
	margin:0 0.15rem;
}

/*下载app*/
.up_QR{
	margin-top: 1.05rem;
}
.up_QR img{
	width: 3.3rem;
	height: 3.3rem;
}
.ios_btn{
	height: 0.8rem;
	width: 4.43rem;
	border:none;
	outline: none;
	background: rgb(173,72,7);
	border-radius: 5px;
	margin: auto;
	margin-top: 0.3rem;
	color: #fff;
	text-align: center;
}
.ios_btn img{
	width: 0.33rem;
	height: 0.4rem;
	margin-right: 0.16rem;
}
.anz_btn{
	height: 0.8rem;
	width: 4.43rem;
	border:1px solid #fff;
	outline: none;
	background: transparent;
	border-radius: 5px;
	margin: auto;
	margin-top: 0.3rem;
	color: #fff;
	text-align: center;
}
.anz_btn img{
	width: 0.37rem;
	height: 0.4rem;
	margin-right: 0.16rem;
}
.up_bg{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

/*首页*/
.banner .swiper-container {
	height: 3.04rem;
	width: 100%;
}

.banner .baimg {
	display: block;
	width: 100%;
	height:3.04rem;
}
.index_bg{
	background: url(../image/index_bg.png) no-repeat;
	background-size: 100% 100%;
	width:7.36rem;
	margin: auto;
	height: 9.19rem;
    margin-top: 0.1rem;
}
.index_bg>div{
	padding: 0.2rem 0.35rem;
}
.index_lever{
	margin-top: 0.35rem;
	width: 3.1rem;
}
.index_lever div{
	font-size: 0.32rem;
	line-height: 0.5rem;
	color: #FF453325;
}
.index_lever .span_11{
	color: rgb(233,54,69);
	font-size: 0.32rem;
}
.index_lever .span_22{
	color: rgb(216,90,46);
	margin-left: 0.32rem;
}
.index_btn{
	width: 5.1rem;
	height: 1.13rem;
	border-radius: 18px;
	color: #fff;
	font-size: 0.6rem;
	padding: 0 0.3rem;
}
.list_btn{
	margin-left: 0.6rem;
	margin-top: 7.5rem;
	position: absolute;
	/*text-align: center;*/
}
.list_title{
	/* background: red; */
	/* background-size: 100% 100%; */
	width: 6.1rem;
	height: 1.8rem;
	padding-left: 0.1rem;
	margin-left: 0.1rem;
	margin-top: 4.7rem;
	position: absolute;
	/* text-align: center; */
	padding-top: 0.24rem;
	border-radius: 11px;
}
.list_title span{
	padding-right: 0.3rem;
	width: 6rem;
	float: left;
	font-size: 0.45rem;
	font-weight: 600;
	color: #e41010;
 }
.list_title .span1{
	padding-right: 0.3rem;
	line-height: 0.7rem;
	color: #451d1d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.2rem;
 }
.green_btn_bg{
	background: rgb(147,162,58);
}
.azure_btn_bg{
	background: rgb(69,173,172,82%);
}
.pink_btn_bg{
	background: rgb(224,132,139);
}
.ggg_btn_bg{
	background: rgb(79,138,188);
}
.yeasd_btn_bg{
	background: #c65d12;
}
.green_btn_bg{
	background: #4b8929;
}
.cat{
	/*width: 6rem;*/
}
.cat1{
	background: url(../image/cat1.png) no-repeat center center;
	background-size: 2.23rem 3.31rem;
}
.cat2{
	background: url(../image/cat2.png) no-repeat center center;
	background-size: 2.67rem 2.54rem;
}
.cat3{
	background: url(../image/cat3.png) no-repeat center center;
	background-size: 2.35rem 3.71rem;
}
.cat4{
	background: url(../image/cat4.png) no-repeat center center;
	background-size: 2.59rem 2.88rem;
}
.cat5{
	background: url(../image/cat5.png) no-repeat center center;
	background-size: 2.76rem 3rem;
}



.index_d3{
	text-align: center;
	width: 5.86rem;
}
.index_close{
	text-align: right;
	width: 5.86rem;
	margin:auto;
}
.index_close img{
	width: 0.6rem;
	height: 0.6rem;
}
.index_tk_btn{
	background: url(../image/index_dsa.png) no-repeat;
	background-size: 100%;
	width: 4.25rem;
	height: 0.96rem;
	margin-top:0.2rem;	
}
.index_notice{
	width:7.05rem;
	height: 6.39rem;
	background: url(../image/index_gg.png) no-repeat;
	background-size:100%;
}
.index_d4 .index_close img{
	margin-bottom: 0.81rem;
}
.d4_title{
	padding-top: 1.5rem;
	font-size: 0.58rem;
	color: rgb(207,78,83);
	font-weight: bold;
	text-align: center;
}
.d4_content{
	width: 4rem;
	height:1.5rem;
	overflow: auto;
	margin: auto;
	font-size: 0.32rem;
	color: rgb(29,22,10);
}
.d5_title{
	text-align: center;
	font-size: 0.6rem;
	color: rgb(246,112,94);
	font-weight: bold;
}
.d5_img{
	width: 6.02rem;
	height: 6.26rem;
}
.d6_img{
	width: 3.89rem;
	height: 4.03rem;
	margin-top:0.8rem;
}
.d6_content{
	margin-top: 1rem;
	font-size: 0.6rem;
	color: rgb(246,112,94);
	text-align: center;
}
.d6_content p{
	color: #FBA11E;
	font-size: 0.6rem;
	margin-top:0.2rem;
}
.d7_img{
	width: 5.99rem;
	height: 6.59rem;
}
.d7_content{
	font-size: 0.6rem;
	color: rgb(246,112,94);
	text-align: left;
}
.d7_content span{
	display: block;
	text-align: center;
}
.d7_content p{
	color: #FBA11E;
	font-size: 0.6rem;
	margin-top:0.2rem;
	text-align: center;
}



/*服务中心*/
.service_list div{
	line-height: 0.9rem;
	margin-left: 0.24rem;
	width: calc(100% - 0.24rem);
	border-bottom: 1px solid #fff;
}
.service_list div img{
	width: 0.44rem;
	height: 0.44rem;
	vertical-align: middle;
	margin-left: 0.36rem;
}
.service_list div span{
	vertical-align: middle;
	color: #fff;
	font-size: 0.28rem;
	margin-left: 0.27rem;
}

/*工单中心*/
.order_wd{
	width: 0.33rem;
	height: 0.33rem;
	vertical-align: middle;
}
.order_span{
	vertical-align: middle;
	font-size: 0.28rem;
}

/*工单问题内容*/
.mattel_div{
	width: 6.82rem;
	margin: auto;
}
.work_title{
	line-height: 1.1rem;
	color: #a51c1cbf;
	font-size: 0.36rem;
}
.mattel_inp{
	color: #808080;
	font-size: 0.32rem;
	padding-left: 0.26rem;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border-radius: 5px;
	border:1px solid #fff;
	outline: none;
	line-height: 1rem;
}
.mattel_text{
	color: #fff;
	font-size: 0.28rem;
	padding:0.18rem 0.26rem;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border-radius: 5px;
	border:1px solid #fff;
	outline: none;
	min-height: 1.78rem;
}
.up_tp{
	width: 6.82rem;
	height: 3.3rem;
}
#file{
	width: 0;
	height: 0;
}
.mattel_btn{
	width: 6.8rem;
	height: 0.88rem;
	line-height: 0.88rem;
	color: #fff;
	background:rgb(223,93,47);
	border: none;
	font-size: .32rem;
	border-radius: 5px;
	margin-top: 0.41rem;
}


/*我的工单*/
.my_order_list{
	background: rgb(255,232,224);
	height: 1.6rem;
}
.my_order_list>div{
	float: left;
	width: 33.333%;
	margin-top: 0.45rem;
	margin-bottom: 0.42rem;
	text-align: center;
	line-height: 1;
}
.my_order_num{
	color: rgb(223,93,47);
	font-size: 0.32rem;
}
.my_order_status{
	font-weight: bold;
	font-size: 0.24rem;
	color: #000;
	margin-top: 0.25rem;
}
.my_work_list{
	padding-left: 0.12rem;
}
.my_work_list_box>div{
	width: 100%;
}
.my_work_list .my_work_list_box{
	padding: 0.3rem 0;
	padding-left: 0.15rem;
	padding-right: 0.3rem;
	color: #fff;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
.my_work_list .my_work_list_box span{
	color: #fff;
	font-size: 0.3rem;
}
.my_work_list .my_work_list_box span.my_work_tit{
	width: 5.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.my_work_color1{
	color: #26D22B !important;
}
.my_work_color2{
	color: #CB2E2C !important;
}
.my_work_color3{
	color: #DD5C2E !important;
}
.my_work_list .my_work_time{
	font-size: 0.26rem;
	margin-top: 0.2rem;
	color: #fff;
}
/*我的猫窝*/
.my_kk{
	margin: 0.25rem 0.34rem 0.36rem 0.55rem;
	width: calc(100% - 0.89rem);
}
.my_setting{
	width: 0.55rem;
	height: 0.55rem;
}
.my_kk .kk1{
	color: #8f6666;
	font-size: 0.33rem;
}
.my_list{
	width: 6.8rem;
	height: 2.7rem;
	border-radius: 5px;
	background: url('../image/my_list.png');
	margin: auto;
	padding-top: 0.7rem;
	padding-bottom: 0.3rem;
	box-sizing: border-box;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
.my_list>div{
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 0.3rem;
}
.my_list_num{
	color: rgb(223,93,47);
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.32rem;
	line-height: 0.6rem;
}
.my_list_tit{
	color: #8f6666;
	font-size:0.33rem;
	line-height: 0.44rem;
}
.my_list1{
	width: 6.8rem;
	border-radius: 5px;
	border: #d06b1ed6 1px solid;
	margin: auto;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	height: 1.9rem;
	box-sizing: border-box;
	margin-top: 0.39rem;
	/*background: #d06b1ed6;*/
	/*filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";*/
	/*-moz-background-size:100% 100%;*/
	/*background-size:100% 100%;*/
}
.my_list1>a>div{
	width: 33.333%;
	text-align: center;
	float: left;
}
.my_list_img{
	color: rgb(223,93,47);
	width: 0.7rem;
	height: 0.7rem;
}
.my_list_tit1{
	color: #8f6666;
	font-size:0.32rem;
	line-height:1.2;
	margin-top: 0.18rem;
}
.my_list2{
	line-height: 1.24rem;
}
.my_list2 img{
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 0.24rem;
	margin-right:0.12rem;
}
.my_list2 span{
	width: calc(100% - 0.9rem);
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding-left: 0.4rem;
	color: #8f6666;
	font-size: 0.36rem;
	box-sizing: border-box;
}



/*我的银行卡*/
.mybank_list>div{
	padding-top: 0.3rem;
	margin-left: 0.3rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid rgb(128,128,128);
}
.my_bank_img{
	width: 0.65rem;
	height: 0.65rem;
	margin-left: 0.42rem;
	margin-right: 0.33rem;
}
.my_bank_close{
	width: 1.6rem;
	height: 0.6rem;
	border-radius: 5px;
	background: rgb(223,93,47);
	font-size: 0.28rem;
	color: #fff;
	margin-right:0.14rem;
}
.my_bank_p{
	font-size: 0.28rem;
	color: #7d1e1ed1;
	max-width: 4.4rem;
	/*white-space: nowrap;*/

	/*text-overflow: ellipsis;*/

}
.my_bank_p p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}




/*设置*/
.service_list div .my_set_span1{
	margin-left: 0.13rem;
}
.my_set_span2{
	margin-right:0.48rem;
}
.service_list .jkj{
	margin-left:0.44rem;
	width: calc(100% - 0.44rem);
}
.myset_btn{
	width: 6.6rem;
	margin:0 0.45rem;
	margin-top: 0.51rem;
	font-size: 0.32rem;
	color: #FFFFFF;
	border-radius: 5px;
	background: rgb(217,91,46);
	line-height: 0.87rem;
}


/*邀请好友*/
.yq_div div{
	text-align: center;
	color: #fff !important;
	line-height: 0.5rem;
	font-size: 0.32rem;
}
.fz_btn{
	color: rgb(223,93,47);
	background: transparent;
	border: none;
	outline: none;
	font-size: 0.32rem;
	font-weight: bold;
	padding: 0;
	margin-left: 0.2rem;
}
.bc_btn{
	width: 3.19rem;
	height: 0.8rem;
	margin-top: 0.36rem;
	border:none;
	outline: none;
	background: rgb(173,72,7);
	color: #fff;
	font-size: 0.28rem;
	border-radius: 5px;
}



/*团队明细*/
.team_top{
	background: #FFE8E0;
}
.search_box{
	height:0.63rem;
	width: 4.92rem;
	border-radius: 5px;
	background: #fff;
	margin-left: 0.53rem;
	margin-top: 0.3rem;
}
.search_box img{
	width: 0.4rem;
	margin-top:0.12rem;
	margin-left:0.12rem;
	height: 0.4rem;
	vertical-align: middle;
}
.search_box input{
	vertical-align: middle;
	line-height: 0.73rem;
	width: calc(100% - 0.7rem);
	border: none;
	background: transparent;
	outline: none;
	font-size: 0.36rem;
	color: rgb(128,128,128);
}
.search_btn{
	margin-right: 0.53rem;
	width: 1.2rem;
	height: 0.63rem;
	border-radius: 5px;
	border:none;
	outline: none;
	background: rgb(216,91,46);
	font-size: 0.32rem;
	color: #fff;
	margin-top: 0.3rem;
}
.bb_1{
	width: 1px;
	height: 0.6rem;
	border-left: 1px solid #9A8C87;
}
.team_list_type{
	text-align: center;
	margin-top:0.62rem
}
.team_list_1{
	width: calc(50% - 0.5px);
}
.team_list_1 div{
	font-size: 0.4rem;
	color: rgb(217,91,46);
}
.team_list_1 .tam_tit{
	font-size: 0.32rem;
	color: #000;
	border-bottom: 3px solid transparent;
	display: inline-block;
	line-height: 0.9rem;
}
.team_list_1 .tam_tit.on{
	border-bottom: 3px solid rgb(217,91,46);
}
.team_list>div{
	border-bottom: 1px solid #fff;
}
.team_list_div{
	width: 50%;
	margin-left: 0.27rem;
	padding:0.25rem 0;
}
.team_list>div div{
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.5rem;
}
.red_span span{
	color: rgb(255,0,0);
}



/*我的团队*/
.my_team_top{
	padding:0.38rem;
	background: #FFE8E0;
	text-align: center;
	line-height: 1;
}
.my_team_top .kkka{
	color: rgb(217,91,46);
	margin-bottom: 0.27rem;
	font-size: 0.4rem;
}
.my_team_top .jhja{
	font-size: 0.32rem;
	color: #000;
}
.bb_2{
	width: 1px;
	height: 0.6rem;
	border-left: 1px solid #9A8C87;
}
.my_team_list_type{
	text-align: center;
	margin-top:0.62rem
}
.my_team_list_1{
	width: calc(50% - 0.5px);
}
.my_team_list_1 div{
	font-size: 0.4rem;
	color: rgb(217,91,46);
}
.my_team_list_1 .my_tam_tit{
	font-size: 0.32rem;
	color: #fff;
	display: inline-block;
	line-height: 0.9rem;
}
.my_team_list_1 .kjkjk{
	color: #fff;
	font-size: 0.32rem;
	padding:0 0.3rem;
	line-height: 0.65rem;
}
.my_team_bot{
	padding-top:0.82rem;
	text-align: center;
	line-height: 1;
}
.my_team_bot .kkka{
	color: rgb(217,91,46);
	margin-bottom: 0.26rem;
	font-size: 0.4rem;
}
.my_team_bot .jhja{
	font-size: 0.32rem;
	color: #fff;
}
.kjjjjl{
	margin-left: 5%;
}
.kjjjjl div{
	margin-top: 0.47rem;
	margin-bottom: 0.38rem;
	color: #fff;
	font-size: 0.32rem;
	width: 45%;
	text-align: center;
}



/*元宝*/
.shose_top{
	padding:0.39rem 0.33rem;
	background: rgb(255,241,223);
}
.shose_top div{
	color: rgb(223,93,47);
	margin-left: 0.11rem;
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.shose_top button{
	border-radius: 5px;
	border: none;
	outline: none;
	width:100%;
	background: rgb(217,91,46);
	font-size: 0.32rem;
	line-height: 0.87rem;
	color: #fff;
	margin-top:0.3rem;
}
.shoe_list{
	padding-left: 0.16rem;
}
.shoe_list>div{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-top: 0.4rem;
	padding-bottom: 0.2rem;
}
.shoe_list>div div{
	padding-left: 0.2rem;
	color: #fff;
	font-size:0.24rem;
	line-height: 0.5rem;
}
.shoe_list>div .shoe_time{
	font-size: 0.22rem;
}
.notMore{
	text-align: center;
	margin-top:0.39rem;
	font-size: 0.24rem;
	color: #fff;
}


/*元宝充值*/
.wing_box{
	padding: 0 0.44rem;
}
.wing_num{
	line-height: 1.5rem;
	font-size: 0.32rem;
	color: #fff;
}
.wing_list>div{
	width: 1.46rem;
	float: left;
	line-height: 0.8rem;
	font-size: 0.4rem;
	background:#fff;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0.28rem;
	margin-right: 0.26rem;
	border:1px solid transparent;
	box-sizing: border-box;
}
.wing_list>div:nth-child(4n+4){
	margin-right: 0;
}
.wing_list>div.on{
	border:1px solid rgb(223,93,47);
	background: rgb(252,243,237);
}
.pattern_payment{
	clear: both;
}
.pattern_status img{
	margin-right:0.2rem;
	width: 0.65rem;
	height: 0.65rem;
}
.pattern_status span{
	font-size: 0.28rem;
	color: #fff;
}
.radio_status{
	width: 0.48rem;
	height: 0.48rem;
}
.pattern_payment>div{
	margin-bottom: 0.2rem;
}
.wing_btn{
	width: 100%;
	border-radius: 5px;
	line-height: 0.86rem;
	color: #fff;
	font-size: 0.32rem;
	background: rgb(223,93,47);
	margin-top: 0.2rem;
}

.wing_tk_box{
	width: 6.526rem;
	padding: 0.4rem 0.44rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}
.wing_tk_box button{
	width: 100%;
	line-height: 0.79rem;
	font-size: 0.32rem;
	color: #fff;
	background: rgb(223,93,47);
	outline: none;
	border: none;
	border-radius: 5px;
	margin-top:0.49rem;
}
.wing_sc_div{
	text-align: center;
}
.wing_sc_div img{
	width: 3.4rem;
	height:1.82rem;
}
.wing_tk_span{
	line-height: 1;
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
	color: #000;
}
.kjla img{
	width:2.5rem;
	height: 2.5rem;
	margin-bottom: 0.2rem;
}


/*收益记录*/
.red_gain{
	color:rgb(221,62,80);
	font-size: 0.24rem;
	margin-top: 0.18rem;
}
.gain_rt{
	color: rgb(40,198,44);
	margin-right: 0.45rem;
	font-size: 0.36rem;
}


.gain_type{
	background: rgb(255,241,223);
}
.gain_type>div{
	line-height: 0.8rem;
	width: 33.333%;
	text-align: center;
}
.gain_type>div span{
	border-bottom: 2px solid transparent;
	width: 0.58rem;
	height: 2px;
	display: inline-block;
}
.gain_type>div.on span{
	border-bottom: 2px solid rgb(223,93,47);
}


.yield_box{
	padding: 0.44rem 0.37rem;
}
.yield_fff{
	color: #fff;
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.yield_div{
	margin-top:0.45rem;
}
.yield_div>div{
	width: 3.2rem;
	padding:0.37rem 0.44rem;
	border:1px solid rgb(223,93,47);
	background: rgb(252,243,238);
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 0.36rem;
}
.yield_div>div:nth-child(2n+2){
	float: right;
}
.yield_span1{
	font-size: 0.48rem;
	color: #000;
}
.yield_span2{
	font-size: 0.24rem;
	color: rgb(77,77,77);
}
.yield_add_card{
	margin-top: 0.42rem;
}
.yield_add_card img{
	width: 0.45rem;
	height: 0.45rem;
}
.yield_add_card input{
	width:0.97rem;
	text-align: center;
	border: none;
	line-height: 0.65rem;
	background: transparent;
	font-size: 0.32rem;
	color: #000;
}


.gain_tk_box{
	width: 5.56rem;
	padding: 0.4rem 0.44rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}
.gain_tk_box button{
	width: 100%;
	line-height: 1rem;
	font-size: 0.36rem;
	color: #fff;
	background: rgb(223,93,47);
	outline: none;
	border: none;
	border-radius: 5px;
	margin-top:0.49rem;
}
.gain_tk_type div{
	width: 2.12rem;
	line-height: 0.75rem;
	border-radius: 5px;
	border:1px solid rgb(223,93,47);
	font-size: 0.32rem;
	text-align: center;
}
.gain_tit{
	/*position: relative;*/
	color: #000;
	/*font-size: 0.32rem;*/
	/*text-align: center;*/
	line-height: 0.58rem;
	margin-bottom: 0.59rem;
}
.gain_tit .d_title{
	margin-top: -0.57rem;
	position: absolute;
	margin-left: 2.1rem;
}
.gain_tit img{
	position: absolute;
	width: 0.38rem;
	height: 0.38rem;
	top: 0;
	right: 0;
	margin-right: 0.14rem;
	margin-top: 0.38rem;
}
.gain_tk_type div.on{
	background: rgb(252,242,237);
}


/*领养记录*/
.adopting_list>div{
	padding:0.2rem 0.44rem;
	border-bottom:1px solid #9e92929e;
}
.adopting_list>div div{
	color: #000;
	font-size: 0.34rem;
	line-height: 0.6rem;
}
.red_ado{
	color: rgb(223,93,47);
}
.green_ado{
	color: #3c9d14e6;
}
.dfk_ado_btn{
	border-radius: 5px;
	padding:0 0.3rem;
	line-height: 0.7rem;
	border:1px solid rgb(223,93,47);
	color: rgb(223,93,47);
	background: transparent;
	margin-top:0.24rem;
	font-size: 0.32rem;
}
.red_ado_btn{
	border-radius: 5px;
	padding:0 0.3rem;
	line-height: 0.7rem;
	border:none;
	color: #fff;
	background: rgb(218,46,44);
	margin-top:0.24rem;
	font-size: 0.32rem;
}
.qfk_ado_btn{
	border-radius: 1rem;
	padding:0 0.3rem;
	line-height: 0.7rem;
	border:none;
	color: #fff;
	background: rgb(218,46,44);
	margin-top:0.24rem;
	font-size: 0.32rem;
}
.ss_ado_btn{
	border-radius: 5px;
	padding:0 0.3rem;
	line-height: 0.7rem;
	border:1px solid rgb(223,93,47);
	color: rgb(223,93,47);
	background: #fff;
	margin-top:0.24rem;
	font-size: 0.32rem;
}
.cs_ado_btn{
	border-radius: 5px;
	padding:0 0.3rem;
	line-height: 0.7rem;
	border:none;
	color: #fff;
	background: #179d7dc2;
	margin-top:0.24rem;
	font-size: 0.32rem;
}


/*转让详情*/
.transfer_list>div{
	padding:0.3rem 0.44rem;
	/*border-bottom:1px solid #715858a1;*/
}
.transfer_list>div div{
	color: #000;
	font-size: 0.34rem;
	line-height: 0.6rem;
}
.tranfer_div{
	padding-bottom:0.2rem;
}
.tranfer_div img{
	width: 0.34rem;
	height: 0.24rem;
	vertical-align: middle;
}
.tranfer_div span{
	vertical-align: middle;
	margin-left: 0.08rem;
}
.transfer_fz{
	background: transparent;
	color: rgb(223,93,47);
	border:1px solid rgb(223,93,47);
	width: 1.08rem;
	height: 0.45rem;
	margin-left: 0.15rem;
}
.tranfer_box_img img{
	width: 2.2rem;
	height: 2.1rem;
}
.tranfer_up_div{
	padding-bottom: 0.3rem;
}
.tranfer_up_pz{
	text-align: center;
}
.tranfer_up_pz img{
	width: 5.4rem;
	height: 3.25rem;
}
.tranfer_up_pz input{
	width: 0;
	height: 0;
}
.upload_btn{
	width: 6rem;
	line-height: 0.88rem;
	border-radius: 5px;
	background: rgb(223,93,47);
	border: none;
	outline:none;
	font-size: 0.32rem;
	color: #fff;
	margin-top: 0.35rem;
	padding: 0;
}


/*预约记录*/
.appoin_list>div{
	line-height: 0.9rem;
	margin-left: 0.24rem;
	width: calc(100% - 0.24rem);
	border-bottom: 1px solid #fff;
	padding: 0.2rem 0;
}
.appoin_list div p{
	vertical-align: middle;
	color: #fff;
	font-size: 0.28rem;
	margin-left: 0.25rem;
	line-height: 0.5rem;
}
.appoin_list div .appoin_pp{
	width: 1.5rem;
}


/*实名认证*/
.real_up_sfz img{
	width: 6.82rem;
	height: 3.3rem;
	margin-bottom: 0.2rem;
}
.real_up_sfz input{
	width: 0;
	height: 0;
}
.Audit_Success{
	border-radius: 1rem;
	background:rgb(227,255,234);
	color: #000;
	font-size: 0.32rem;
	border: 1px solid rgb(0,100,0);
	line-height: 1.3rem;
	width: 6.67rem;
	text-align: center;
	margin: auto;
	margin-top: 0.46rem;
}



/*交易*/
.transac_type div{
	line-height: 0.76rem;
	text-align: center;
	width: 50%;
	border-bottom: 0.04rem solid transparent;
	background: rgb(255,232,224);
	font-size: 0.32rem;
}
.transac_type div.on{ 
	border-bottom: 0.04rem solid rgb(223,93,47);
}
.transac_table_thead{
	border-bottom: 1px solid #ddd;
}
.transac_table_thead div{
	text-align: center;
	line-height: 0.78rem;
	font-size: 0.28rem;
	color:#fff;
	width: 25%;
}
.transac_table_tbody div{
	text-align: center;
	line-height: 1;
	margin-top:0.3rem;
	margin-bottom:0.23rem;
	font-size: 0.28rem;
	color:#fff;
	width: 25%;
	word-break: break-all;
}
.mr_btn{
	color: #fff;
	background: rgb(218,46,44);
	width: 1.14rem;
	line-height: 0.56rem;
	padding: 0;
	border-radius: 5px;
}
.transac_tk>div{
	padding: 0.2rem 0;
}
.transac_tk_num span{
	color: #000;
	font-size: 0.28rem;
}
.transac_tk_num input{
	line-height: 0.5rem;
	width: 4rem;
	outline: none;
	border: none;
	border-bottom: 1px solid rgb(223,93,47);
}
.transac_tk_mm input{
	line-height: 0.8rem;
	width: 3.4rem;
	outline: none;
	border: none;
	border-bottom: 1px solid rgb(223,93,47);
	padding-left: 0.13rem;
}
.transac_mc{
	width: 6.82rem;
	margin: auto;
	color: rgb(128,128,128);
	font-size: 0.24rem;
	margin-top: 0.19rem;
}
.transac_form{
	display: none;
}
.mc_btn{
	color: #fff;
	background: rgb(223,93,47);
	width: 6.6rem;
	line-height: 0.86rem;
	padding: 0;
	border-radius: 5px;
	margin-top: 1.64rem;
	font-size: 0.32rem;
}



/*input的提示样式*/
.input::-webkit-input-placeholder {
    color: rgb(128,128,128);
}
.input:-moz-placeholder {
    color: rgb(128,128,128);
}
.input:-ms-input-placeholder {
    color: rgb(128,128,128);
}



/*消息*/
.information_list div{
	line-height: 0.86rem;
	color: #fff;
	font-size: 0.28rem;
	padding: 0 0.24rem;
	border-bottom: 1px solid #fff;
}
.information_tit{
	max-width: 5rem;
	display: inline-block;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.information_box{
	padding:0 0.25rem;
	border-bottom: 1px solid #fff;
}
.information_tit{
	line-height: 0.9rem;
	color: #fff;
	font-size: 0.28rem;
}
.information_content{
	color: #fff;
	font-size: 0.28rem;
}
.information_dd_time{
	margin-top: 0.15rem;
	margin-bottom: 0.4rem;
	font-size: 0.22rem;
	color: #fff;
	text-align: right;
}


/*工单详情*/
.work_det_box{
	padding:0 0.25rem;
	border-bottom: 1px solid #fff;
}
.work_det_tit div{
	line-height: 0.9rem;
	color: #fff;
	font-size: 0.3rem;
}
.work_det_content{
	color: #fff;
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.work_det_time{
	margin-top: 0.35rem;
	margin-bottom: 0.4rem;
	font-size: 0.22rem;
	color: #fff;
}


/*  元宝交易新增功能2019-09-02  */

.tran_status_list{background: #fff;}
.tran_status_list div{width: 25%;text-align: center;padding-top: 0.19rem;}
.tran_status_list div img{width: 0.5rem;margin-bottom: 0.11rem;}
.tran_status_list div p{color:rgb(127,127,127);font-size:0.28rem;}
.tran_status_list div span{margin-top: 0.15rem;width:1.2rem;height: 4px;background: transparent;display: inline-block;}
.tran_status_list div.on p{color: #000;}
.tran_status_list div.on span{background: rgb(223,93,47);}
.tran_buy_list{margin-top: 0.33rem;}
.tran_buy_div{width: 7.02rem;margin-left: 0.24rem;border-radius: 5px;background: #Fff;padding: 0.3rem;padding-bottom: 0.36rem;box-sizing: border-box;margin-bottom: 0.2rem;}
.tran_buy_headimg{width: 1rem;height:1rem;margin-right: 0.19rem;}
.tran_buy_msg{width: calc(100% - 1.19rem);color: rgb(128,128,128);}
.tran_buy_msg span{display: inline-block;font-size: 0.24rem;line-height: 1;}
.bianhao1{border-top: 1px solid #ddd;padding-top: 0.19rem;margin-top: 0.16rem;}
.tran_buy_msg1{margin-bottom: 0.18rem;}
.nickname_div img{width: 0.3rem;}
.nickname_div img+img{margin-left: 0.1rem;}
.nickname_div span{vertical-align: middle;font-size: 0.28rem;color: rgb(0,0,0);}
.nickname{max-width:1.5rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.span_hei{color: #000 !important;font-weight: bold;}

/*发布*/
.release_status{margin-top:0.44rem;margin-bottom: 0.38rem;}
.release_status div{width: 1.2rem;border-bottom: 4px solid rgb(127,127,127);font-weight:bold;color:rgb(127,127,127);text-align: center;padding-bottom: 0.2rem;font-size: 0.32rem;}
.release_status div+div{margin-left: 0.97rem;}
.release_status div.on{border-bottom: 4px solid rgb(223,93,47);color: rgb(223,93,47);}
.release_div_box{width: 7.02rem;margin: auto;}
.release_div_box>div{background: #fff;border-radius: 5px;margin-bottom: 0.2rem;}
.release_div_1 .release_div_tit{color: rgb(0,0,0);}
.release_div_tit{margin-left: 0.4rem;display: inline-block;width: 1.42rem;line-height: 0.86rem;}
.release_div_div{width: calc(100% - 1.82rem);}
.release_div_div .release_div_input{width:100%;line-height: 0.86rem;border:none;border-bottom: 1px solid #ddd;}
.release_num_list span{display: inline-block;width: 1.09rem;line-height: 0.53rem;color: rgb(0,0,0);font-size: 0.28rem;border:1px solid rgb(128,128,128);text-align: center;margin-top: 0.34rem;}
.release_num_list span+span{margin-left: 0.08rem;}
.release_describe{margin-top: 0.4rem;margin-bottom: 0.63rem;}
.release_ingot{color: rgb(0,0,0);font-size: 0.28rem;}
.check_inp{width: 0.32rem;height: 0.32rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url("../image/gouxuan_0.png") no-repeat center;background-size: 100% 100%;outline: none;vertical-align: middle;}
.check_inp:checked {background: url("../image/gouxuan_1.png") no-repeat center;background-size: 100% 100%;}
.release_pay_list label{vertical-align: middle;color: rgb(153,153,153);font-size: 0.28rem;margin-left:0.05rem;line-height: 1;}
.check_inp:checked+label{color: rgb(0,0,0);}
.check_inp~.check_inp{margin-left: 0.2rem;}
.release_btn{text-align: center;margin: 0.5rem 0;}
.release_btn button{line-height: 0.88rem;width: 6.08rem;font-size: 0.32rem;color: #fff;background: rgb(223,93,47);border-radius: 5px;}
.release_div_4{margin-top: 0.2rem;font-size: 0.24rem;color: rgb(153,153,153);}
.release_div_4 span:last-child{color:rgb(223,93,47);}
.release_div_4,.release_div_5{padding:0 0.24rem;}
.release_div_5 a{color: rgb(153,153,153);font-size: 0.24rem;}
.release_div_5 span{color:rgb(223,93,47);}
.release_sel_time{width:calc(100% - 2rem);}
.release_sel_time select{width: 100%;border: none;-webkit-appearance: menulist;}
.release_div_show{display:none;}
