.container {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

}

.top {
	width: 7.5rem;
	/*height: 1.5rem;*/
	background-color: #F7F7F7;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.top_t {
	width: 6.86rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_t_left {
	width: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_t_left_text {
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(166, 16, 16, 1);
}

.icon-caidan {}

/*中部*/
.top_t_middle {
	width: 1.2rem;
	height: 0.5rem;
	display: flex;
}

.top_t_middle img {
	width: 100%;
	height: 100%;
}

/*右边*/
.top_t_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon-10 {
	position: relative;
}

.top_t_right_pic {
	width: 0.4rem;
	height: 0.4rem;
	display: flex;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.top_t_right_pic img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*-----底部------*/
.top_d {
	width: 5.56rem;
	display: flex;
	padding-bottom: 0.03rem;
	border-bottom: 1px solid #999999;
	margin: 0.3rem 0 0.2rem 0;
}

.top_d_input {
	width: 5rem;
	text-align: center;
	border: none;
	outline: none;
	background-color: #F7F7F7;
	font-size: 0.3rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}

.top_d_input::placeholder {
	color: #999999;
}

/*---------- 信息框 ----------*/
.mid {
	margin-top: 0.53rem;
	width: 6.86rem;
	height: 1.5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.04rem 0.12rem 0 rgba(155, 155, 155, 0.1);
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 0.3rem;
	flex-flow: initial;
}

.mid_left {
	width: 0.9rem;
	height: 0.9rem;
	display: flex;
	/*align-items: center;*/
	border-radius: 50%;

}

.mid_left img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.mid_right {
	margin-left: 0.3rem;
}

.mid_right_big {

	font-size: 0.36rem;
	font-family: PingFang-SC-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 0.24rem;
	display: flex;
}

.mid_right_small {
	margin-top: 0.2rem;
	font-size: 0.2rem;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 0.24rem;
	display: flex;
}

.item {
	width: 6.86rem;
	display: flex;
	justify-content: space-around;
	margin-top: 0.6rem;
}

.item_m {

	font-size: 0.36rem;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	/*color:rgba(166,16,16,1);*/
	line-height: 0.36rem;
	position: relative;
}

/*.item_right{*/

/*font-size: 0.36rem;*/
/*font-family:MicrosoftYaHei-Bold;*/
/*font-weight:bold;*/
/*color:rgba(51,51,51,1);*/
/*line-height: 0.36rem;*/
/*position: relative;*/
/*}*/
.item_number {
	width: 0.2rem;
	height: 0.2rem;
	background: rgba(166, 16, 16, 1);
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 50%;


	font-size: 0.12rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(252, 254, 255, 1);
	line-height: 0.36rem;
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: -0.18rem;
	left: 0.6rem;
}

.item_color {
	color: #A61010;
}

.item_color:before {
	content: "";
	width: 0.8rem;
	height: 0.02rem;
	background: #A61010;
	position: absolute;
	bottom: -0.15rem;
	/*color: #A61010;*/
}

.message {
	margin-top: 0.5rem;
	width: 6.86rem;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;

	line-height: 0.36rem;
}

.message_box {
	margin-top: 0.2rem;
}

.color_red {
	color: #A61010;
}

/*审核消息*/
.audit {
	margin-top: 0.66rem;
	width: 6.86rem;
}

.audit_big {
	margin-top: 0.28rem;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 0.36rem;
}

.audit_big:first-child {
	margin-top: 0;
}

.audit_big:last-child {
	margin-bottom: 0.6rem;
}

.audit_small {

	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 0.36rem;
}

/*菜单*/
/*
.menu_item{
    width: 7.5rem;
    display: flex;
    flex-flow: column;
    font-size: 0.24rem;
    font-weight: bold;
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0.8rem;
    z-index: 999;
}
*/
.menu_item_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0.38rem 0;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0.2rem;
}

.menu_item_a_pic {
	width: 0.08rem;
	height: 0.16rem;
	display: flex;
}

.menu_item_a_pic img {
	width: 100%;
	height: 100%;
}

.mask {
	padding-top: 2.18rem;
}

.fit_name {
	width: 5.7rem;
	height: 4.4rem;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
	padding-bottom: .59rem
}

.fit_name_title {
	text-align: center;
	position: relative;
	font-size: .48rem;
	padding-top: .65rem;
	font-weight: bold;
}

.fit_name_title img {
	width: .3rem;
	height: .3rem;
	position: absolute;
	top: .23rem;
	right: .34rem;
}

.fit_name_main form {
	padding: 0 .85rem;
	margin-top: .75rem;
}

.fit_name_main form input {
	width: 100%;
	display: block;
	padding: .25rem 0;
	border: 0;
	border-bottom: .01rem solid #E8E8E8;
	outline: none;
}

.fit_name_main form p {
	font-size: .24rem;
	color: #999;
	margin-top: .15rem;
}

.fit_name_main form button {
	width: 100%;
	height: .5rem;
	border: 0;
	color: #fff;
	background: rgba(192, 44, 44, 1);
	border-radius: .04rem;
	outline: none;
}