html {
	font-size: 85px;
}

body, html {
	background-color: #f4f4f4;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	font-family: PingFangSC-Regular, helvetica, 'Heiti SC',
		"Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	box-sizing: border-box
}

body .mdui-appbar-fixed {
	max-width: 750px;
	margin: 0 auto;
	border-bottom: 1px solid #EDEDED;
	overflow: hidden;
}

body.mdui-bottom-nav-fixed .mdui-bottom-nav {
	max-width: 750ud-bgpx;
	z-index: 1;
	width: 100%;
	left: initial;
	right: initial;
	height: 50px
}

a {
	color: #333;
	cursor: pointer;
	outline: none;
	-moz-outline-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.word-header {
	height: 44px;
}

.word-header .vux-header-left {
	position: absolute;
	/*top: 10px;*/
	display: block;
	font-size: 14px;
	color: #ccc;
	z-index: 2;
	top:0;
	display: flex;
	height: 40px;
}

.word-header .vux-header-title {
	font-size: 16px;
	color: #333;
	float: left;
}

.word-header .vux-header-title {
	margin: 0 88px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.word-header .vux-header-title {
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.word-header .vux-header-right {
	right: .35rem;
}

.word-header .vux-header-right {
	position: absolute;
	/*top: 14px;*/
	display: block;
	font-size: 14px;
	line-height: 21px;
}

.search-content .search {
	float: left;
	height: 0.36rem;
	background: #f1f2f4;
	border-radius: .36rem;
	overflow: hidden;
	position: relative;
	width: 70%;
}

.search-content .search i {
	display: block;
	position: absolute;
	top: .08rem;
	left: .14rem;
	width: .28rem;
	height: .28rem;
	color: #bbb;
}

.search-content .search .search-text {
	display: block;
	padding: 0 .46rem;
	width: 100%;
	height: 0.36rem;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #f1f2f4;
	border: none;
	outline: none;
}

.search-content {
	width: 100%;
	margin: 0.2rem 0;
}

.search-content .sub {
	display: block;
	float: left;
	text-align: right;
	line-height: .36rem;
	font-size: .16rem;
	text-align: right;
	width: 1rem
}

.vux-button-group>a.vux-button-tab-item-first {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.order-tabs {
	width: 100%;
}

.order-tabs .vux-button-group>a {
	padding: 0 .1rem;
	line-height: .62rem;
	background: #fff;
}

.vux-button-group {
	height: .62rem;
	background: #fff;
	border-top: 1px solid #f5f5f5;
	display: flex;
}

.vux-button-group>a.vux-button-group-current {
	background: #fff;
	color: #FD006F;
}

.vux-button-group>a {
	-ms-flex: 1;
	flex: 1;
	height: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	color: #999;
	white-space: nowrap;
	background: #fdfdfd;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.vux-button-group>a>span {
	padding: .2rem 0;
	font-size: .16rem;
	border-bottom: 2px solid #fff;
}

.vux-button-group>a.vux-button-group-current>span {
	border-bottom: 2px solid;
	/*border-color: #FD006F;-*/
}

.module_box {
	margin-top: 0.5rem;
	box-sizing: border-box;
	overflow: auto;
}

.user-content-ul {
	box-sizing: border-box;
	background: #fff;
	border-radius: .2rem;
}

.user-content-ul  li {
	border-bottom: 1px solid #f5f5f5;
}

.vux-header-right ul {
	width: 1.5rem;
}

.vux-header-right ul li a {
	font-size: 0.17rem
}

.vux-header-right ul li img {
	width: .2rem;
	margin-right: 0.1rem
}

.vux-header-right ul li.mdui-divider {
	margin: 0px;
}

.logout {
	overflow: hidden;
	text-align: center;
	margin-top: 1rem;
}

.logout a {
	text-align: center;
	height: .68rem;
	line-height: .68rem;
	font-size: .3rem;
	border-radius: .88rem;
	padding: 0.2rem 0.8rem;
}
.user_update{
	box-sizing: border-box;
    background: #fff;
}
.user_update .content{
    margin: 0rem .2rem 0rem .2rem;
}