ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    color: #333;
    padding-bottom: 0.2rem;
}


.member_top .top-link {
    z-index: 5;
    width: 100%;
    text-align: center;
    padding-bottom: 0.3rem;
}

.member_top .top-link .link-btn {
    display: inline-block;
    padding: 0;
    width: 32%;
    height: 1rem;
    line-height: 0.9rem;
    text-align: center;
    background-color: white;
    text-decoration: none;
    /*box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.18);*/
    /*border-radius: 0.06rem;*/
}

.member_top .top-link .link-btn + .link-btn {
    /*margin-left: 0.3rem;*/
}

.member_top .top-link .img {
    /*display: inline-block;*/
    /*margin-right: 0.2rem;*/
    width: 60px;
    height: 60px;
}

.member_top .top-link .text {
    /*display: inline-block;*/
    font-size: 0.28rem;
    vertical-align: super;
}

.member_exchange {
    margin: 0.4rem 0.3rem 0;
}


.member_exchange .exchange-top {
    position: relative;
    width: 3rem;
    padding: 0.4rem 0;
    text-align: center;
}

.exchange-top .top-title {
    position: relative;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.3rem;
}

.exchange-top .top-title:before,
.exchange-top .top-title:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -0.065rem;
    width: 0.13rem;
    height: 0.13rem;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.exchange-top .top-title:before {
    left: -0.27rem;
}

.exchange-top .top-title:after {
    right: -0.27rem;
}

.exchange-top .top-line {
    position: absolute;
    top: 50%;
    margin-top: -0.005rem;
    width: 0.5rem;
    height: 0.01rem;
    background-color: #999;
}

.exchange-top .top-line:first-child {
    left: 0;
}

.exchange-top .top-line:last-child {
    right: 0;
}

.exchange-list {
    padding: 0 0rem 0.1rem;
}

.exchange-list .list-item {
    display: inline-block;
    /*margin-right: 0.65rem;*/
    margin-bottom: 0.5rem;
    width: 33%;
    text-align: center;
}

.exchange-list .list-item .item-img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border-radius: 0.2rem;
}

.exchange-list .list-item .item-text {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.exchange-list li:nth-child(3),
.exchange-list li:nth-child(6),
.exchange-list li:nth-child(9){
    margin-right: 0;
}