
header{
    background: url(/static/img/bg.63c8e19851.png) center 0 #f37d0f;
    background-size: auto 100%;
}
header .header_center{
    padding: .16rem 0;
    display: flex;
}
.header_center .name{
    color: #fff;
    font-size: .125rem;
    text-align: left;
    line-height: .5rem;
}
.header_center .header_img{
    width: .48rem;
    height: .48rem;
    margin: 0 .083rem 0 .16rem;
    box-sizing: border-box;
    border-radius: 100%;
    /* border: 3px solid hsla(0,0%,100%,.4); */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.header_img img{
    display: block;
    width: .44rem;
    height: .44rem;
}
.order{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: .416rem;
    border-bottom: 1px solid rgba(0,0,0,.15);
    position: relative;
    padding-right: .291rem;
}
.order span{
    line-height: .416rem;
    font-size: .145rem;
    padding-left: .166rem;
}
.order a{
    line-height: .416rem;
    font-size: .125rem;
}
.order::after{
    content: "";
    position: absolute;
    right: .15rem;
    top: 50%;
    color: rgb(139, 138, 138);
    width: .09rem;
    height: .09rem;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translate3d(0,-50%,0) rotate(135deg);
}
.obligation{
    height: .88rem;
    background-color: #fff;
    padding: 0 .41rem;

    display: flex;
    justify-content: space-between;
}
.obligation li{
    display: block;
    padding: .2rem 0;
}
.obligation li i{
    display: inline-block;
    margin: 0 .05rem .083rem;
    font-size: .24rem;
    color: #999;
}
.obligation li span{
    display: block;
    font-size: .12rem;
    color: #000000DE;
}
.ui-line{
    display: block;
    height: .1rem;
    background-color: #f5f5f5;
}
.items{
    position: relative;
    overflow: hidden;
}
.items li{
    display: flex;
    height: .55rem;
    line-height: .55rem;
    background-color: #fff;
}
.items li i{
    font-size: 24px;
    padding: 0 .18rem;
}
.items li span{
    font-size: .145rem;
}
.items li a{
    width: 100%;
    padding-right: .29rem;
}
.items li .brd{
    border-top: 1px solid rgba(0,0,0,.15);
}
.items li::after{
    content: "";
    color: rgb(139, 138, 138);
    width: .09rem;
    height: .09rem;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translate3d(0,-50%,0) rotate(135deg);
}
.items li:nth-child(2)::after{
    position: absolute;
    right: .15rem;
    top: 75%;
}
.items li:nth-child(1)::after{
    position: absolute;
    right: .15rem;
    top: 25%;
}
body .items .li_Last::after{
    top: 50%;
}
footer{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    height: .52rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer a{
    display: block;
    font-size: .24rem;
}
footer a i{
    display: block;
    margin: .02rem .258rem .02rem;
    color: #999;
    font-size: .24rem !important;
}
footer a span{
    display: block;
    color: #999;
    font-size: .12rem;
    text-align: center;
}