.my_conatiner .my_conatiner_list{
	display: none;
}
.my_conatiner .my_conatiner_list:first-child{
	display: block;
}

.my_container_box{
    position: relative;
    background: #ffffff;;
    border-bottom: 0.01rem solid #ededed; 
    display: block;
    padding-bottom: .3rem;
    padding-top: .3rem;
}
.my_container_box_p{
	display: block;
    font-size:0.32rem;
    font-weight:600;
    color:rgba(34,34,34,1);
    margin-left: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6.4rem;
    margin-bottom: .25rem;
    margin-right: .07rem;
}

.my_container_box_little{
    margin-left: 0.3rem;
	display: flex;
	align-items: center;
}

.my_container_box_little_p{
    font-size:0.22rem;
    color:rgba(179,179,179,1);
    margin-right: .49rem;
}

.my_container_box_little_a{
    font-size:0.22rem;
    font-weight:400;
    color:rgba(255,106,93,1);
    display: flex;
    align-items: center;
}
.my_container_box_little_a>i{
	font-size: .32rem;
	margin-top: 0.02rem;
}

.my_container_box_icon{
    position: absolute;
    width:0.14rem;
    height:0.26rem;
    background: url('/images/my/index_diractionRight.png') no-repeat;
    background-size: 100% 100%;
    left: 7rem;
    bottom: 0.6rem;
    z-index: 999;
}
.my_container_top{
    position: relative;
    display: flex;
    align-items: center;
    background:rgba(255,255,255,1);
    border-bottom: 1px solid rgba(24,26,26,0.08);
}

.my_container_line{
    width: 100%;
    height: 0.01rem;
    background: rgba(24,26,26,0.08);;
}

.my_container_top_font{
    font-size:0.3rem;
    color:#333333;
    flex: 1;
    text-align: center;
    position: relative;
    height:.8rem;
    line-height: .8rem;
}
.my_container_top .fukuan_action{
	color: rgb(248, 169, 47);
}
.my_container_top .fukuan_action:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height:2px;
	z-index: 1;
	background: #F8A92F;
	width: .56rem;
	margin-left: -0.28rem;
	border-radius: 2px;
}