﻿body {
    color: #242424;
    background: #F4F6FA;
}
.head{ 
    width:100%;
    height:0.85rem;
    background:white;
}
.fanhui{ 
    width:0.3rem;
    height:0.35rem;
    float:left;
    margin-left:0.25rem;
    margin-top:0.25rem;
}
.fanhui img{ 
    width:100%;
    height:100%;
}
.tit{ 
    font-size:0.3rem;
    line-height:0.85rem;
    float:left;
    margin-left:2.7rem;
}

.page-content {
    width: 100%;
    padding: 1rem 0.25rem 0;
    background: url(../image/mypage-bg.jpg) no-repeat;
    background-size: contain;
    background-position: top;
}

/* banner */
.banner-wrap {
    width: 7rem;
    height: 2.9rem;
    margin: 0 auto 0.37rem;
}
.swiper1 {
    width: 7rem;
    height: 2.9rem;
    border-radius: 0.2rem;
}
.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius:0.3rem;
}
.list-box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.2rem;
    overflow: hidden;
}
    .list-box .lists {
        width: 100%;
        height: 1rem;
        padding-left: 0.58rem;
        border-bottom: 0.01rem solid #F2F2F2;
        display: flex;
        align-items: center;
    }

    .list-box .list-txt {
        margin-left: 0.36rem;
        margin-right: 4rem;
    }
    
    .icon-img {
        width: 0.3rem;
        height: 0.3rem;
    }

.list-txt {
    line-height: 0.28rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #242424;
}
.list-right {
    width: 0.21rem;
    height: 0.21rem;
}

.list-box-tow {
    width: 100%;
    margin-bottom: 0.24rem;
    display: flex;
    justify-content: space-between;
}
    .list-box-tow .lists {
        width: 3.38rem;
        background: #FFFFFF;
        border-radius: 0.2rem;
        padding: 0.33rem;
    }
    .list-box-tow .icon-img {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 auto;
    }
    .list-box-tow .list-txt {
        text-align: center;
        margin-top: 0.24rem;
    }