* {
	touch-action: none;
}

* {
	margin: 0;
	padding: 0;
	-webkit-user-select: auto;
}

body {
	background: #fff;
	font-size: 0.14rem;
	color: #333;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
	color: #333;
}

li {
	list-style: none;
}

.mui-bar {
	box-shadow: none;
	background: #fff;
}

.mui-content {
	background: #fff;
}

.header {
    background:#020179;
}

.header a {
	color: #fff;
}

.header h1 {
	color: #fff;
	font-size: 0.18rem;
}

.nav_center {
	margin: 0 0.15rem;
	padding-bottom: 0.6rem;
	position: relative;
	z-index: 999;
}

.center {
	margin: 0 0.15rem;
	padding-bottom: 1rem;
	position: relative;
	z-index: 999;
}

.center img{
    max-width:100%;
}

.center1 {
	margin: 0.1rem 0.15rem 0;
	padding-bottom: 0.2rem;
	position: relative;
	z-index: 999;
}
.mybg {
	background: #fff;
	height: 2.3rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#slider img {
	width: 100%;
}

.index_center {
	margin-top: 0.2rem;
	position: relative;
}

.Noticelist li {
	font-size: 0.12rem;
}

.Noticelist li span {
	color: #cc0000;
}

.myicon1 {
	float: left;
	color: #55d3c8;
	margin: 0 0.15rem;
}

.Noticebox {
	width: 100%;
	height: 0.36rem;
	line-height: 0.36rem;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	border-radius: 0.08rem;
}

.Noticelist {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-left: 0.45rem;
}

.Noticelist li {
	height: 0.36rem;
}

.navbox {
	display: flex;
	justify-content: space-between;
}

.navbox div {
	margin-top: 0.25rem;
}

.navbox div img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.navbox div p {
	text-align: center;
	color: #999;
	font-size: 0.12rem;
	line-height: 0.3rem;
}

.blockbox {
	display: flex;
	flex-direction: column;
	margin-top: 0.1rem;
}

.blockboxs {
	display: flex;
	border-radius: 0.08rem;
	height: 0.9rem;
	padding-left: 0.2rem;
	margin-top: 0.1rem;
}

.blockboxs_l {
	flex: 5;
}

.blockboxs_r {
	flex: 2;
}

.blockboxs_r img {
	width: 1rem;
	position: absolute;
	right: 0;
}

.blockbox .blockboxs:nth-child(1) {
	background: #60b7ff;
}

.blockbox .blockboxs:nth-child(2) {
	background: #fec250;
}

.blockbox .blockboxs:nth-child(3) {
	background: #55d3c8;
}

.blockbox .blockboxs:nth-child(4) {
	background: #f08a69;
}

.blockboxs_l_p1 {
	font-size: 0.16rem;
	color: #fff;
	margin-top: 0.2rem;
}

.blockboxs_l_p2 {
	font-size: 0.12rem;
	color: #fff;
	margin-top: 0.1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.serviceTitle {
	line-height: 0.35rem;
	font-size: 0.16rem;
	font-weight: bold;
	margin-top: 0.1rem;
}

.services {
	display: flex;
	justify-content: space-between;
	margin-top: 0.1rem;
}

.servicesbox {
	display: flex;
	width: 49%;
	background: #fff;
	padding: 0.15rem 0.1rem;
	border-radius: 0.08rem;
}

.servicesbox_l img {
	width: 58px;
}

.servicesbox_r {
	padding-left: 0.1rem;
}

.servicesbox_r_p1 {
	font-size: 0.16rem;
	font-weight: bold;
	margin-top: 0.05rem;
}

.servicesbox_r_p2 {
	font-size: 0.12rem;
	color: #999;
	margin-top: 0.05rem;
}

.more {
	float: right;
	font-size: 0.12rem;
	color: #b8b7b7;
}

.products {
	margin-top: 0.15rem;
}

.productsbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products img {
	width: 100%;
}

.products_p1 {
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.35rem;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;
}

.products_p2 {
	text-align: center;
	color: #ff4400;
	font-size: 0.2rem;
}
.mui-bar-tab .mui-tab-item.mui-active {
	color: #020179;
}


/*登录*/

.login {
	background: #fff;
	padding: 0.3rem;
}

.switchbtn a {
	display: inline-block;
	color: #fff;
	font-size: 0.15rem;
	background: #84dfd7;
	padding: 0 0.25rem;
	text-align: center;
	height: 0.3rem;
	line-height: 0.3rem;
}

.switchbtn a.myactive {
	background: #33c3b6;
}

.loginswitchbtn {
	border-radius: 0.08rem 0 0 0.08rem;
}

.registerswitchbtn {
	border-radius: 0 0.08rem 0.08rem 0;
}

.logobox {
	margin-top: 0.3rem;
}

.logobox img {
	width: 0.875rem;
	margin-bottom: 0.15rem;
}

.logobox p {
	font-size: 0.15rem;
	color: #fff;
}

.loginbox {
	margin-top: 0.7rem;
}

.loginlist input {
	border: none;
	margin: 0.15rem 0 0;
	height: 0.5rem;
}

.loginlist li {
	border-bottom: 0.01rem solid #f0f0f0;
}

.loginlist li:last-child {
	position: relative;
}

.codeimg {
	width: 0.8rem;
	height: 0.28rem;
	position: absolute;
	top: 0.15rem;
	right: 0;
}

.loginbtn {
	display: block;
	width: 100%;
	background: #33c3b6;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	border-radius: 0.24rem;
	font-size: 0.17rem;
	color: #fff;
	margin: 0.5rem 0 0.3rem 0;
}

.ForgetPassword a {
	color: #ababab;
}

.mybox {
	padding-bottom: 0.6rem;
}

.mybox_div {
	padding: 0.15rem 0.15rem;
	background: #fff;
	margin-top: 0.1rem;
	display: flex;
}

.mybox .mybox_div:first-child {
	margin-top: 0;
}

.myhead {
	border-radius: 50%;
	width: 0.6rem;
	height: 0.6rem;
}

.myInfo {}

.myInfo .row:nth-child(2) {
	flex: 1;
}

.myInfo .row:nth-child(1) {
	padding: 0 0.1rem 0 0;
}

.myname {
	font-size: 0.16rem;
	margin-top: 0.1rem;
}

.myname_span {
	font-size: 0.12rem;
	color: #ECA83D;
	border: 0.01rem solid #ECA83D;
	padding: 0.05rem 0.15rem 0.05rem 0.35rem;
	border-radius: 0.22rem;
	position: relative;
	margin-left: 0.05rem;
}

.myname_icon {
	font-size: 0.18rem;
	position: absolute;
	left: 0.1rem;
}

.myphone {
	font-size: 0.13rem;
	color: #adadad;
	margin-top: 0.1rem;
}

.mycode {
	width: 0.3rem;
	height: 0.3rem;
	float: left;
	margin-top: 0.18rem;
}

.myicon2 {
	font-size: 0.18rem;
	margin-left: 0.05rem;
	line-height: 0.66rem;
}

.mylist_div1 {
	padding-right: 0.1rem;
	flex-basis: 0.3rem;
}

.mylist_div2 {
	flex: 1;
}

.myTitle {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.1rem;
	font-size: 0.15rem;
}

.mylist {
	display: flex;
	justify-content: space-between;
}

.mylist div {
	margin-top: 0.25rem;
	text-align: center;
}

.myicon4 {
	color: #55d3c8;
}

.myicon4_ {
	margin-left: -0.02rem;
	font-size: 0.22rem;
}

.myicon3 {
	color: #4ea8ec;
	margin-right: 0.05rem;
}

.myicon3_ {
	margin-left: 0.01rem;
}

.myicon5 {
	color: #60b7ff;
}

.myicon6 {
	color: #f08a69;
}

.myicon7 {
	color: #fec250;
}

.myicon7_ {
	font-size: 0.2rem;
}

.myicon8 {
	color: #55d3c8;
}

.newmylist div span {
	font-size: 0.24rem;
}

.newmylist div p {
	margin-top: 0.05rem;
	font-size: 0.13rem;
}

.words {
	border: 0.01rem solid #55d3c8;
	color: #55d3c8;
	padding: 0.03rem 0.1rem;
	border-radius: 0.14rem;
}


/*登录密码修改*/

.makelist li {
	height: 0.45rem;
	line-height: 0.45rem;
	background: #fff;
	margin-top: 0.1rem;
	border-radius: 0.08rem;
	padding: 0 0.15rem;
}

.myinput {
	height: 0.45rem !important;
	float: left;
	width: 64% !important;
	border: none !important;
	padding: 0.1rem 0 !important;
	margin-bottom: 0 !important;
}

.makelist li span:first-child {
	width: 35%;
	float: left;
	font-size: 0.15rem;
}

.V_Code {
	width: 35% !important;
}

.getV_Code {
	float: right;
	width: 30%;
}

.getV_Code a {
	border: 0.01rem solid #ECA83D;
	color: #ECA83D;
	padding: 0.05rem 0.1rem;
	border-radius: 0.14rem;
}

.makebtn {
	width: 100%;
	margin-top: 0.4rem;
	height: 0.45rem;
	border-radius: 0.08rem;
	border: none;
	background: #ECA83D;
	font-size: 0.15rem;
	color: #fff;
}


/*个人资料*/

.Infolist {
	background: #fff;
	margin-top: 0.1rem;
	padding: 0 0.15rem;
	font-size: 0.15rem;
	border-radius: 0.08rem;
}

.Infolist li {
	line-height: 0.55rem;
	border-bottom: 0.01rem solid #eee;
}

.Infolist li span:last-child {
	float: right;
	color: #999;
}

.Infoheadimg {
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	float: right;
	margin-top: 0.1rem;
}

.Infolist li:last-child {
	border: none;
}

.infoTitle {
	line-height: 0.5rem;
	color: #999;
	font-size: 0.15rem;
	padding-left: 0.15rem;
}


/*团队业绩*/

.people_num {
	float: right;
	color: #ff4400;
}

.mymore {
	float: right;
	margin: 0 0.15rem;
}

.mycenter {
	margin-top: 0.15rem;
}

.mycenter img {
	width: 100%;
	margin: 0.1rem 0;
}

.mycenter p {
	font-size: 0.15rem;
	line-height: 0.25rem;
}

.aboutbox {
	display: flex;
	justify-content: space-between;
	margin-top: 0.3rem;
	padding-bottom: 0.1rem;
}

.aboutbox1 {
	background: #aae9e3;
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
	border-radius: 0.15rem;
}

.aboutbox2 {
	background: #66d7cd;
	width: 0.8rem;
	height: 0.8rem;
	transform: rotate(45deg);
	border-radius: 0.15rem;
}

.aboutbox3 {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutbox3_p1 {
	font-size: 0.15rem;
	color: #fff;
	margin: 0.1rem 0 0.05rem;
}

.aboutbox3_p2 {
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.15rem;
}

.lastnewmylist {
	flex-wrap: wrap;
}

.myactive p {
	color: #55d3c8 !important;
}


/*海外医疗*/

#sliderSegmentedControl{
	height: 0.4rem;
	background: #fff;
}
.tabClassbox{
	padding: 0 0.15rem;
	background: #fff;

}

.tabClassbox a.mui-active span{
	border-bottom: 1px solid #020179 !important;
    padding-bottom:0.05rem;
}

.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
	border-top: none;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	color: #020179;
}

.tabbox {
	margin-top: 0.1rem;
	background: #fff;
}

.pagebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.1rem;
	overflow: auto;
}

.pagebox div.pagebox_div {
	width: 49%;
	margin-top: 0.15rem;
}

.pagebox_p {
	font-size: 0.15rem;
	padding-left: 0.05rem;
	line-height: 0.3rem;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;
}

.pagebox_p1 {
	color: #ff4400;
}

.pagebox1 div {
	width: 100% !important;
}

.pagebox1img {
	border-radius: 0.08rem;
}


/*健康产品订单*/

.Ordersbox {
	background: #fff;
	padding: 0.1rem;
	margin-bottom: 0.1rem;
}

.Orders {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.25rem;
}

.Ordersnum {
	display: flex;
	justify-content: space-between;
	margin: 0.05rem 0 0.15rem;
}

.Ordersnum span:first-child {
	font-size: 0.12rem;
}

.Ordersnum span:last-child {
	color: #ff4400;
	font-size: 0.12rem;
}

.Ordersimgbox {
	border: 0.01rem solid #eee;
	padding: 0.05rem;
}

.Ordersimg {
	width: 100%;
}

.numPrice {
	text-align: right;
	font-size: 0.12rem;
	color: #ff4400;
	margin: 0.15rem 0 0.05rem;
}

.Orders_l {
	flex: 2;
}

.Orders_c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 4.5;
	padding-left: 0.15rem;
}

.Orders_r {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex: 1;
}

.Orders_c p:first-child {
	font-size: 0.14rem;
}

.Orders_c_p2 {
	display: flex;
	justify-content: space-between;
}

.Orders_c_p2 span:first-child {
	font-size: 0.18rem;
	color: #ff4400;
}

.banner2 img {
	max-height: 2.8rem;
}

.Detailsboxtop {
	background: #fff;
}

.Detailsbox {
	margin-top: 0.25rem;
	padding: 0 0.15rem 0.2rem;
}

.Detailsbox .item:nth-child(1) {
	font-weight: bold;
	font-size: 0.16rem;
	color: #000;
	line-height: 0.4rem;
}

.Detailsbox .item:nth-child(2) {
	font-size: 0.12rem;
	color: #b8b7b7;
}

.D_item {
	display: flex;
	justify-content: space-between;
	margin: 0.25rem 0;
}

.D_item span:first-child {
	color: #ff4400;
	font-size: 0.24rem;
}

.D_item span:last-child {
	color: #b8b7b7;
	font-size: 0.12rem;
}

.numbox {
	display: flex;
}

.numbox .item:nth-child(2) {
	padding-left: 0.15rem;
}

.buynumbox {
	display: flex;
}

.buynumbox input {
	border: none;
	flex-basis: 0.35rem;
	height: 0.2rem;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

.buynumbox span {
	flex-basis: 0.2rem;
	height: 0.2rem;
	background: #b8b7b7;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 0.05rem;
}

.Detailsboxfoot {
	margin-top: 0.1rem;
	background: #fff;
	margin-bottom: 0.6rem;
	padding: 0.2rem 0.15rem;
}

.PD_title {
	display: flex;
	margin-bottom: 0.15rem;
}

.rectangle {
	background: #020179;
	width: 0.05rem;
	height: 0.2rem;
	display: inline-block;
	margin-right: 0.1rem;
}

.footbuybox {
	display: flex;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footbuybox div.item {
	flex: 220;
    height:50px;
	color: #b8b7b7;
	padding-left: 0.15rem;
}

.footbuybox a.item {
	flex: 100;
	background: #ff4400;
	color: #fff;
	text-align: center;
    height:50px;
}
.footbuybox a.item:last-child{
	background: #CC0000;
}
.myfontc {
	color: #ff4400;
}

.Order_Dbox {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2rem 0 0.1rem;
}

.Order_Dbox .item {
	padding: 0 0.15rem;
}

.Order_Dstate {
	line-height: 0.25rem;
	margin-bottom: 0.05rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.15rem;
}

.Order_Dtime {}

.Order_Dbox1 {
	background: #fff;
	padding: 0.2rem 0.15rem;
	margin-top: 0.1rem;
}

.Order_Dbox1 p {
	color: #999;
	font-size: 0.12rem;
	line-height: 0.25rem;
}

.Order_Dbox2 {
	display: flex;
	justify-content: flex-end;
	background: #fff;
	margin-top: 0.1rem;
	padding: 0.15rem;
}

.Order_Dbox2 a {
	border: 0.01rem solid #ECA83D;
	color: #ECA83D;
	font-size: 0.12rem;
	padding: 0.02rem 0.15rem;
	border-radius: 0.14rem;
}

.Order_Dbox2 a:last-child {
	margin-left: 0.2rem;
}
.radioInput{
	flex: 1;
	height: 0;
	display: flex;
	justify-content: center;
    align-items: center;
}
.TC_li label{
	display: flex;
	margin-bottom: 0.1rem;
  justify-content: center;
  align-items: center;
}

.TC_div{
	flex: 5;
}

/*发展蓝图*/

.blueprintbox {
	padding: 0 0.1rem;
}

.blueprints {
	display: flex;
	margin-top: 0.3rem;
}

.timebox {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #55d3c8;
	text-align: center;
	line-height: 0.55rem;
	color: #fff;
	border: 0.03rem solid #fff;
	font-size: 0.16rem;
}

.blueprints div.item:first-child {
	margin-right: 0.15rem;
	position: relative;
}

.blueprints div.item:last-child {
	background: #fff;
	border-radius: 0.08rem;
	font-size: 0.15rem;
	padding: 0.15rem;
	line-height: 0.25rem;
}

.timeline {
	background: #ececed;
	height: 100%;
	position: absolute;
	width: 0.02rem;
	left: 50%;
	margin-left: -0.01rem;
}


/*服务卡详情*/

.WXlogo {
	color: #41b035;
	margin-right: 0.1rem;
	font-size: 0.18rem;
}


/*奖金明细*/

.IncomeListbox {
	margin-bottom: 0.2rem;
}

.myselect {
	text-align: center;
	text-align-last: center;
	margin: 0;
	border-radius: 0.08rem;
}

.Optionsbox {
	position: relative;
	margin: 0.1rem 0.15rem;
}

.OptionsIcon {
	position: absolute;
	top: 0.1rem;
	right: 0.15rem;
}

.IncomeList li p {
	display: flex;
	justify-content: space-between;
	font-size: 0.12rem !important;
}

.IncomeList li p:last-child {
	color: #b8b7b7;
	margin-top: 0.1rem;
}

.IncomeList {
	padding: 0 0.15rem;
	background: #fff;
}

.IncomeList li {
	border-bottom: 0.01rem solid #eee;
	padding: 0.22rem 0 0.15rem;
}

.IncomeNum {
	color: #cc0000;
	display: flex;
	align-self: center;
}

.IncomeNums {
	font-size: 0.2rem;
	margin-left: 0.1rem;
}

.Symbol {
	font-size: 0.18rem;
}

.IncomeClass {
	color: #fff;
	padding: 0 0.15rem;
	border-radius: 0.05rem;
	align-self: center;
}

.IncomeClassbg1 {
	background: linear-gradient(to left, #77de03 0%, #61b404 100%);
}

.IncomeClassbg2 {
	background: linear-gradient(to left, #ff9f74 0%, #fd7b5e 100%);
}

.IncomeClassbg3 {
	background: linear-gradient(to left, #fec350 0%, #feaa50 100%);
}

.IncomeClassbg4 {
	background: linear-gradient(to left, #66ceff 0%, #5a9eff 100%);
}

.IncomeClassbg5 {
	background: linear-gradient(to left, #16ebd8 0%, #17ccbc 100%);
}

.IncomeClassbg6 {
	background: linear-gradient(to left, #af37cd 0%, #cd63e8 100%);
}

.GuidanceList li {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 0.15rem 0.12rem;
	border-radius: 0.08rem;
	margin-top: 0.1rem;
}

.GuidanceBox {
	flex: 1;
}

.GuidanceBox p {
	display: flex;
	justify-content: space-between;
}

.GuidanceBox_p {
	padding-right: 0.1rem;
}

.GuidanceBox_p2 {
	font-size: 0.12rem;
	color: #b8b7b7;
}

.mycircular {
	display: inline-block;
	background: green;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	text-align: center;
	line-height: 0.18rem;
	color: #fff;
	margin-right: 0.1rem;
}

.mycircularbg1 {
	background: linear-gradient(to top, #5a9eff 0%, #66ceff 100%);
}

.mycircularbg2 {
	background: linear-gradient(to top, #fd7b5e 0%, #ff9f74 100%);
}

.mycircularbg3 {
	background: linear-gradient(to top, #feaa50 0%, #fec350 100%);
}

.mycircularbg4 {
	background: linear-gradient(to top, #61b404 0%, #77de03 100%);
}

.mycircularbg5 {
	background: linear-gradient(to top, #3894ce 0%, #38d2c5 100%);
}

.RecommendCar_img {
	width: 100%;
	border-radius: 0.2rem;
}

.RecommendCar_p {
	display: flex;
	justify-content: space-between;
	padding: 0 0.2rem;
	margin-top: 0.05rem;
}

.CardName {
	font-size: 0.15rem;
}

.CardPrice {
	color: #ff4400;
	font-size: 0.15rem;
}

.RecommendCard {
	margin-top: 0.2rem;
}

.GuidanceTitle {
	margin-top: 0.2rem;
	font-size: 0.16rem;
	font-weight: bold;
}

.GuidanceTitle {
	display: flex;
}

.newGuidanceBox_p2 {
	display: flex;
	justify-content: flex-start !important;
	flex-wrap: wrap;
	font-size: 0.12rem;
	color: #aeaeae;
}

.newGuidanceBox_p2 span {
	background: #f3f3f3;
	margin-right: 0.1rem;
	border-radius: 0.04rem;
	margin-top: 0.1rem;
	padding: 0.02rem 0.08rem;
}


/*确认订单*/

.Order_Dbox1 ul li {
	display: flex;
	justify-content: space-between;
	font-size: 0.15rem;
	border-bottom: 0.01rem solid #eee;
	padding: 0.18rem 0;
}
.Order_Dbox1 ul li:last-child{
	border: none;
}
/*被弹出的div*/

#eject {
	border-radius: 0.1rem;
	width: 84%;
	/*让其浮在最上面*/
	position: fixed;
	display: none;
	/*设置弹出的div窗口位置*/
	top: 30%;
	background: #fff;
	z-index: 12;
	margin-left: 8%;
	padding: 0.2rem;
}


/*弹出窗口后，背部不可点击操作*/

#background_div {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;

    top: 0;
    left: 0;
    z-index: 11;
}
.closestyle {
	position: absolute;
	top: 110%;
	left: 50%;
	margin-left: -0.11rem;
}

.addbtn{
	width: 100%;
	font-size: 0.15rem;
	background: transparent;
	border: 0.01rem solid #ECA83D;
	margin-top: 0.5rem;
	color: #ECA83D;
	padding: 0.1rem 0;
}

/*我的分享*/
.mySharebox{
	background: url(../images/sharebg.jpg?v=2) no-repeat;
	background-size:100% 100% ;
	height: 100%;
	width: 100%;
	padding: 0 0.15rem;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mySharebox1{
	margin-bottom: 0.2rem;
	padding: 0.6rem 0.25rem 0.2rem;
}
.mycode1box{
padding: 0 0.5rem;
	
	
}
.mycode1box img{
	max-width: 100%;
    display:block;
    margin:0 auto;
}
.mySharebox1 p{
	font-size: 0.15rem;
padding: 0.11rem 0;
border-radius: 0.25rem;
text-align: center;
margin-top: 0.1rem;
color:#fff;
}
.mySharebox1 button{
	width: 100%;
	border-radius: 0.25rem;
	padding: 0.12rem 0;
	margin-top: 0.25rem;
    background:#ffbf75;
    border:none;
    color:#fff;
}
/*我的服务卡*/
.newRecommendCar_p{
	display: flex;
	justify-content: flex-end;
	margin-top: 0.1rem;
}
.newRecommendCar_p a{
	color: #55d3c8;
	font-size: 0.12rem;
	border: 0.01rem solid #55d3c8;
	border-radius:0.2rem ;
	padding: 0 0.1rem;
}
.newRecommendCar_p a:last-child{
	margin-left: 0.1rem;
}
.myTeamtopbox{
	display: flex;
	justify-content: space-between;
	margin-top: 0.1rem;
}

.myTeambox{
	padding: 0 0.1rem;
}
.newmyselect {
				color: #ECA83D;
				height: 0.45rem;
				border-radius: 0.25rem;
				box-shadow: 0 0 0.1rem 0 #0000001a;
				margin: 0;
			}
.OptionsIcon1{
	position: absolute;
    top: 0.12rem;
    right:0.15rem;
    font-size: 0.18rem;
    color: #ccc;
}
.myTeamList{
	display: flex;
	justify-content: space-between;
padding: 0.15rem 0;
	background: #fff;
	border-radius: 0.1rem;
	margin-top: 0.1rem;
}
.myTeamList_l img{
	border-radius: 50%;
	width: 70%;
margin-bottom: 0.15rem;

	
}
.myTeamList_l p{
	font-size: 0.12rem;
	color: #999;
}
.myTeamList_l{
	flex: 23; 
	border-right: 0.01rem solid #eee;
	padding:0 0.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.myTeamList_r{
	flex: 60; 
	padding:0 0.15rem 0 0.2rem;
}
.myTeamList_r p{
	font-size: 0.12rem;
	color: #999;
	line-height: 0.25rem;
}
.myTeamList_r_p1{
	display: flex;
	margin-bottom: 0.22rem;
}
.myTeamList_r_p{
	display: flex;
	justify-content: space-between;
}
.myTeamList_r_p1 span:first-child{
	font-size: 0.16rem;
	font-weight: bold;
	color: #333;
}
.myTeamList_r_p1 span:last-child{
	color: #fff;
	background: #55d3c8;
	border-radius: 0.15rem;
	padding: 0 0.1rem;
	margin-left: 0.1rem;
}
.teamNum{
	color: #ff4400;
}
.teamOther{
	color: #ECA83D;
}
/*物流详情*/
.Logisticsboxtop{
	display: flex;
	background: #fff;
	padding: 0.25rem 0;
}
.LogisticsIcon{
	flex: 1;
	 display: flex;
  justify-content: center;
  align-items: center;
  color: #ECA83D;
}
.Logistics{
	flex: 4.5;
	
}
.Logistics p{
	line-height: 0.25rem;
}
.LogisticsListbox{
	background: #fff;
	margin-top: 0.12rem;
padding: 0.25rem 0 0.15rem;
	
}
.LogisticsList{
	display: flex;

}
.LogisticsList_l{
	flex: 1.15;
	position: relative;
}
.LogisticsList_l p{
	text-align: center;
}
.LogisticsList_r{
	flex: 4;
	font-size: 0.12rem;
	padding:0 0.4rem 0.3rem 0.1rem;
}
.circularIcon{
	width: 0.08rem;
	height: 0.08rem;
	background: #ECA83D;
	display: inline-block;
	border-radius: 50%;
	position:absolute;
	top: 0.04rem;
right: 0;
z-index: 999;
}
.Logisticsline {
    background: #eee;

    height: 100%;
    position: absolute;
    width: 0.01rem;
    top: 0.05rem;
    right: 0.04rem;
}
.LogisticsList_l_p1{
	font-size: 0.15rem;
	color: #ECA83D;
}
.LogisticsList_l_p2{
	font-size: 0.12rem;
}
.Commissionbox{
	margin: 0 0.1rem;
}
.Commissiontop{
	background: #fff;
	padding: 0.15rem;
	border-radius: 0.1rem;
margin: 0.1rem 0 0.4rem;
}
.Commissiontop_div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.1rem;
	
}
.Commissiontop_div a{
	color:#ECA83D ;
	border: 0.01rem solid #ECA83D;
border-radius: 0.06rem;
padding: 0.02rem 0.1rem;
}

.Commissiontop_div span{
	color: #ff4400;
	font-size: 0.22rem;
}
.Commissiontop_span{
	color: #b8b7b7;
	font-size: 0.12rem;

}
.Commission div.item{
	display: flex;
	justify-content: space-between;
	background: #fff;
margin-top: 0.1rem;
border-radius: 0.1rem;


}
.Commission div.item:nth-child(2){
	padding: 0.15rem;
}
.Commission div span{
width: 40%;
font-size: 0.15rem;
 
}
.Commission div:first-child span,.Commission div:last-child span{
	padding-left: 0.15rem;
	line-height: 0.45rem;
}
.BankCardbox{
	width: 100%;
	padding-left: 0.1rem;
	
}
.BankCardbox p{
	font-size: 0.15rem;
}
.BankCardbox p:last-child{
	color: #ff4400;
	margin-top: 0.1rem;
}
.Commission input{
	border: none;
	margin: 0;
	height: 0.45rem;
}

.mytextarea{
height:0.8rem;min-height: 1.7rem;
border: none;
margin-top: 0.1rem;
border-radius: 0.08rem;
}
.LM_toName{
	background: #FFF;
	padding: 0.1rem 0.15rem;
	font-size: 0.15rem;
	border-radius: 0.08rem;
}


.MMbox{
	background: #fff;
}
.MMbox ul.MM_ul{
	padding: 0 0.1rem;
}
.MMbox ul li.MM_li{
	display: flex;
	padding: 0.2rem 0;
	border-bottom: 0.01rem solid #eee;
}
.MM_head{
	border-radius: 50%;
	width: 100%;
}
.MM_head1{
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	margin-right: 0.1rem;
}
li.MM_li .item:first-child{
	flex: 1;
	margin-right: 0.1rem;
}
li.MM_li .item:last-child{
	flex: 4.7;
}
.MM_p1{
	font-size: 0.12rem;
	color: #999;
	margin-top: 0.05rem;
}
.MM_p2{
	font-size: 0.15rem;
	margin: 0.05rem 0;
}
.MM_p3{
	font-size: 0.12rem;
	color: #999;
}
.MM_p3 span{
	color: #55d3c8;
	margin-left: 0.08rem;
}
.MMHF_li_div{
	display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #999;
  margin-bottom: 0.1rem;
}
.MMHF_li{
	border-bottom: 0.01rem solid #eee;
	padding: 0.15rem 0;
	
}
.MMHF_ul{
	padding: 0 0.2rem;
	border-radius: 0.08rem;
	margin-top: 0.2rem;
	    
}

.MM_center:after{
    content: "";
    position: absolute;
    left: 0.2rem;
    top: -0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    transform: rotate(45deg);
}
.MM_center{
	filter: drop-shadow(0 0 0.05rem #ccc);
	position: relative;
	background: #fff;

}
.mytextarea1{
	width: 100%;
	min-height: 1.1rem;
	border: none;
	
}
.Replybtn{
	background: #dcdcdc;
	padding: 0.05rem 0.22rem;
	font-size: 0.15rem;
	float: right !important;
	border-radius: 0.08rem;
}
.SC_li{
	display: flex;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.15rem 0.15rem 0.15rem 0;
	margin-top: 0.1rem;
  align-items: center;
}
.SC_item1{
	flex: 1;
	
}
.SC_item2{
	flex: 2;
	 display: flex;
  justify-content: center;
  align-items: center;
}
.SC_item3{
	flex: 5;
	
	padding-left: 0.1rem;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.SC_item2 img{
	width: 100%;
}
.SC_PN{
	display: flex;
	justify-content: space-between;
	margin-top: 0.1rem;
}
.allChoose{
	flex: 100;
    height:50px;
	
}
.allChoose input{
	top: 0.1rem !important;
	left: 0.1rem  !important;
}
.allChoose label{
	padding-left: 45px;
	padding-right: 0;
}
.mui-off-canvas-wrap {
        overflow: visible;
        position: static;
    }

.lyxl_list{
    margin:0;
    padding:0;
}
.lyxl_list li{
    display: flex;
	justify-content: space-between;
    border-bottom:1px solid #E9E7E7;
    margin-top:0.15rem;
    padding-bottom:0.1rem;
}
.lyxl_list li:last-child{
    border:none;
}
.lyxl_list li h3{
    width:70%;
    padding-left:0.1rem;
    color:#333333;
    font-size:0.15rem;
    font-weight:normal;
    line-height:0.26rem;
    margin:0;
}
.lyxl_list li h3 div{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lyxl_list li h3 p{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:0.14rem;
    color:#999;
}
.lyxl_list li h3 span{
    font-weight:bold;
    font-size:0.16rem;
}
.lyxl_list li div{
    width:30%;
}
.lyxl_list li div img{
    width:100%;
    border:1px solid #eee;
    border-radius:0.04rem;
}
/*解决MUI在ios16以上版本的日期或者选择器问题(日期选择不了)*/
.mui-ios-16 .mui-pciker-list, .mui-ios-17 .mui-pciker-list {
    transform-origin-z: 0 !important;
}

.mui-picker-inner {
    mask-image: linear-gradient(to top, transparent, #fff);
    -webkit-mask-image: linear-gradient(to top, transparent, #fff);
    background-color: transparent;
}