/* top start*/
body,td,th {
	font-size: 14px;
}
img, div { behavior: url(../../images/iepng/iepngfix.htc); }

body, div, p,img,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding:0px;
	margin:0px;
}
.FontRed{color:#FF0000;}
h3{font-size:14px;}
li{list-style-type:none;}
img{border:0;}
a{color:#333333;text-decoration:none;}
a:hover {text-decoration:underline;color:#a80207;}
a:active{text-decoration:underline;}
body{
	font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
}
.page-head-btn{
	width: 27px;
	height: 27px;
}
.page-head-btn img{
	width: 100%;
	height: 100%;
}
.pages-mine{
	background-color: #f7f7f7;
}
.page-wrapper{
	display: block;
	height: 100%;
	position: relative;
}
.page-body{
	height: 100%;
	background-color: #f7f7f7;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.page-header{
	background-image: url('../images/bg.png');
	width: 375px;
	height: 200px;
	background-size: 100% 100%;
}
.userinfo{
	position: relative;
	width: auto;
	height: 160px;
	padding-top: 6%;
	padding-left: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.userinfo-avatar{
	overflow: hidden;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.avatar-image{
	width: 100%;
	height: 100%;
}
.nickname{
	margin-left: 10px;
	color: black;
	font-weight: 650;
	font-size: 19px;
}
.page-ad{
	display: flex;
	width: 375px;
	justify-content: center;
	position: relative;
	top: -30px;
}
.ad-image{
	width: 325px;
	height: 74px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.ad-image img{
	width: 100%;
	height: 100%;
	display: block;
}
.page-menu{
	background-color: white;
	margin: -5px 25px 12px;
	padding: 5%;
	border-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.menu-item{
	display: block;
}
.item-main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
	margin-bottom: 10px;
}
.item-image{
	width: 35px;
	margin: 5px 0px;
	height: 36px;
}
.item-image img{
	width: 100%;
	height: 100%;
	display: block;
}
.item-text{

}

.oneLine{
	font-size: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.level{
	background-color: rgb(54, 49, 45);
	color: rgb(252, 221, 154);
	font-style: italic;
	font-size: 14px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	border-radius: 25px;
	font-weight: 500;
	max-width: 150px;
}
/** discard */
.page-uni-head{
	display: block;
	box-sizing: border-box;
}
.page-head{
	background-color: rgb(194, 151, 106);
	color: rgb(255, 255, 255);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(44px + env(safe-area-inset-top));
	padding: 7px 3px;
	padding-top: calc(7px + env(safe-area-inset-top));
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 998;
	-webkit-transition-property: all;
	transition-property: all;
}
.page-head-hd{
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
}
.page-head .page-head-bd {
	position: absolute;
	left: 70px;
	right: 70px;
	min-width: 0;
	-webkit-user-select: auto;
	user-select: auto;
}
.page-head .page-head-bd .page-head_title{
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head-placeholder{
	width: 100%;
	height: 44px;
	height: calc(44px + constant(safe-area-inset-top));
	height: calc(44px + env(safe-area-inset-top));
}
.page-section{

}
.page-card{
	background: black;
	width: 375px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 0px;
}
.page-card-left{
	border-right: 2px solid rgb(160, 141, 106);
	width: 162px;
	padding: 20px;
}
.left-text{
	color: rgb(222, 187, 131);
	display: flex;
	justify-content: space-around;
	font-size: 19px;
}
.left-content{
	display: flex;
	justify-content: space-around;
	color: rgb(100, 99, 99);
	width: 162px;
	flex-wrap: wrap;
	font-size: 15px;
}
.left-item{
	display: flex;
	align-items: center;
}
.left-item p{
	margin-left: 2px;
	border-bottom: 1px solid rgb(100, 99, 99);
	font-size: 14px;
	min-width: 20px;
	text-align: center;
}
.page-card-right{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 162px;
	padding: 20px;
}
.right-num{
	font-size: 22px;
	font-weight: 300;
	color: white;
}
.right-text{
	font-size: 20px;
	color: rgb(198, 197, 197);
}

/** info */
.page-info{

}
.page-form{

}
.form-title{
	margin: 20px 15px;
	border-bottom: 5px solid rgb(252, 221, 154);
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(202, 166, 129);
	white-space: nowrap;
	font-size: 19px;
}
.form-item{
	border-bottom: 1px solid rgb(204, 204, 204);
	margin: 30px 15px;
	display: flex;
	padding: 5px 0px;
	font-size: 16px;
	align-items: center;
}
.item-required{
	color: red;
	position: absolute;
	left: 30px;
}
.item-title{
	margin-left: 25px;
	display: flex;
}
.item-title-text{
	border-left: 3px solid rgb(192, 192, 192);
	padding-left: 5px;
	margin-left: 4px;
}
.item-content{
	margin-left: 15px;
	flex: 1 1 0%;
}
.item-input{
	display: block;
	height: 100%;
	width: 100%;
	background: none;
	color: inherit;
	opacity: 1;
	-webkit-text-fill-color: currentcolor;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-indent: inherit;
	text-transform: inherit;
	text-shadow: inherit;
}
input, button{
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
}
.item-code{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.code-send{
	width: 40%;
	background-image: linear-gradient(to right, rgb(248, 221, 176), rgb(222, 187, 131));
	color: rgb(53, 53, 53);
	border-radius: 25px;
	padding: 5px 10px;
	font-size: 16px;
}
.form-btn{
	background-image: linear-gradient(to right, rgb(248, 221, 176), rgb(222, 187, 131));
	color: rgb(53, 53, 53);
	margin: 40px 62px;
	border-radius: 5px; width: 250px;
	font-size: 16px;
	padding: 10px 0;
}