/* 主体内容 */
html,body{
    background: #f0f3f6;
}

a{
    display: block;
    color:rgba(248,169,47,1);
}

.my_container{
    width: 7.5rem;
    background: #f0f3f6;
}

.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;
}
.my_container_top_left{
    position: relative;
    margin-left: 1.56rem;
}

.my_container_top_right{
    float: right;
    line-height: 0.29rem;
    margin-right: 1.56rem;
    color: rgba(248,169,47,1);;
}

.my_container_top_change{
    position: absolute;
    width:0.56rem;
    height:0.04rem;
    background:rgba(248,169,47,1);
    border-radius:0rem;
    left: 5.23rem;
    bottom: 0;
}

.my_container_show{
	margin-bottom: .16rem;
	background: #fff;
}
.my_container_show_top{
    height:0.6rem;
    display: flex;
    align-items: center;
     border-bottom: 1px solid rgba(24,26,26,0.08);
}

.my_container_show_top_left{
    font-size:0.24rem;
    color:#B3B3B3;
    flex: 1;
}

.my_container_show_top_right{
    font-size:0.24rem;
    color:#F5755D;
}

.my_container_show_message{
    background:rgba(255,255,255,1);
    padding-bottom: .6rem;
    padding-top: .3rem;
    display: flex;
}
.my_container_show_message_r{
    flex: 1;
}
.my_container_show_message_top{
    font-size:0.3rem;
    color:#333333;
    line-height:0.42rem;
    padding-bottom: .3rem;
}

.my_container_show_message_bot{
    font-size:0.3rem;
    color:#333333;
}

.my_container_show_money{
	display: flex;
	align-items: center;
	padding: .14rem 0;
	border-top: 1px solid rgba(24,26,26,0.08);
}
.my_container_show_money>span{
	font-size: .3rem;
	color: #999;
}
.my_container_show_money_date{
    float: left;
    height:0.23rem;
    font-size:0.24rem;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(179,179,179,1);
    line-height:0.68rem;
    margin-left: 0.32rem;
}

.my_container_show_money_font{
    width:2.8rem;
    height:0.3rem;
    float: right;
    font-size:0.3rem;
    font-family:PingFang SC;
    font-weight:400;
    color:#999999;
    line-height:0.6rem;
}

.my_container_show_money_font .my_container_show_money_font_left{
    display: inline-block;
    color: #333333;
}

.my_container_show_buy{
    background:rgba(255,255,255,1);
    padding: .24rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.my_container_show_buy_btn{
    width:1.6rem;
    height:0.5rem;
    background: #ffffff;
    border:0.02rem solid rgba(248,171,47,1);
    border-radius:0.25rem;
    font-size:0.28rem;
    color:rgba(248,169,47,1);
    text-align: center;
    line-height: 0.5rem;
}
.my_container_show_buy_btn:active{
	 background:rgba(248,171,47,1);
	 color: #fff;
}

.my_container_color{
    width: 100%;
    height: 0.15rem;
}
.payment_list{
	display: none;
}
.list_money_l{
	font-size: .24rem;
	color: #B3B3B3;
	flex: 1;
}
.my_container_show_money>.pay_numblack{
	color: #333333;
}
.payment_list_wrap>.payment_list:first-child{
	display: block;
}
.daifukuan_img{
    width: 2.24rem;
    height: 1.22rem;
    border-radius: 0.15rem;
    margin-right: .24rem;
}
.my_container_show_in{
    padding: 0 .32rem;
}