@charset "utf-8";
.head-search{
    width: 4.4rem;
}
.search-text{
    width: 4.16rem;
}
.currency-change-btn {
    display: block;
    width: 0.5733334rem;
    height: 0.5733334rem;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    margin-top: -0.2866667rem;
    background: url("../images/user-head-currency-ico.png") no-repeat center;
    background-size: contain;
}

/* 公用头部 */
.header_top{
    height: 1.28rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.header_logo{
    width: 4.0rem;
    height: 1.28rem;
    position: absolute;
    top: 0;
    left: 0.4rem;
}
.header_logo img{
    max-width: 4rem;
    max-height: 1.28rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.back-link-icon{
    display: block;
    width: 0.3rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    background: url("../images/st-back-page-ico.png") center no-repeat;
    background-size: contain;
}
.page-title-bar{
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.48rem;
    text-align: center;
}
.page-content{
    display: block;
    position: absolute;
    top: 1.28rem;
    left: 0;
    right: 0;
    bottom: 0rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.currency-list{
    background-color: #fff;
}
.currency-list li{
    border-bottom: 1px solid #e5e5e5;
}
.currency-list li:last-child{
    border-bottom: 0;
}
.currency-list li>a{
    display: block;
    height: 1rem;
    padding: 0 0.4rem;
    line-height: 1.2rem;
    font-size: 0.37334rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.currency-list li>a .sel-ico{
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/sel-icon.png") no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    display: none;
}
.currency-list li.on .sel-ico{
    display: block;
}

/* 会员中心 */
.hd-text{
    float: right;
    font-size: 0.32rem;
    color: #999;
    height: 1.28rem;
    line-height: 1.36rem;
    margin-right: 0.2rem;
}