/****************设置首页************************/
.set_logo {
    padding: .6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set_logo > img {
    width: 3.66rem;
    height: 1.56rem;
}

.set_base_list {
    background: #fff;
}

.set_base_list ul {
    padding: 0 .3rem;
}

.set_base_list ul > li {
    height: 1rem;
    border-bottom: .01rem solid #ebebeb;
}

.set_base_list ul > li:last-child {
    border: none;

}

.set_up_list ul > li > a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    background: url("../../../images/icon/arrow_right_gray.png.png") no-repeat;
    background-size: .13rem .23rem;
    background-position: right center;
}

/*退出按钮*/
.exit_logon {
    width: 100%;
    height: .9rem;
    background: rgba(255, 255, 255, 1);
    font-size: .32rem;
    color: rgba(253, 84, 84, 1);
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**********************************分享**********************************/
.share_container {
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share_container .logo {
    margin-bottom: 1.18rem;
}

.share_container .Qr_code, .Qr_code > img {
    width: 3.2rem;
    height: 3.2rem
}

.share_container .cut_off {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1.3rem;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.share_container .cut_off:before {
    content: "";
    width: 2.6rem;
    height: 0.02rem;
    background: #999;
}

.share_container .cut_off:after {
    content: "";
    width: 2.6rem;
    height: 0.02rem;
    background: #999;
}

.share_container .share_btns {
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .6rem;
}

.share_container .share_btns > p {
    text-align: center;
}

.share_container .share_btns > p img {
    height: .98rem;
    width: .98rem;
    margin: 0 auto;
    margin-bottom: .2rem;
}

.share_container .share_btns > p span {
    color: #282828;

}

/***********************分享落地页***********************/
.share_info_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../../../images/home/bg@2x.png") no-repeat;
    background-size: cover;
    line-height: 1;
    font-size: 0;
}

.share_container .logo, .log > img,
.share_info_container .logo, .log > img {
    width: 3.7rem;
    height: 1rem;
}

.share_info_container .share_info {
    margin-top: .9rem;
    text-align: center;
    line-height: 1.5;
}

.share_info_container .share_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 1.36rem;
    height: 1rem;
}

.share_info_container .share_btns > p {
    width: 3rem;
    height: .98rem;
}

/***************************************关于我们*******************************/
.About_container {
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 0 0.3rem;
}

.About_container .logo {
    width: 1.75rem;
    height: 1.8rem;
    margin-bottom: .94rem;
}

.About_container .share_info {
    line-height: 1.8;
    letter-spacing: 1px;
}

.About_container .share_info > p {
    text-indent: .5rem;
}

/************************使用帮助************************/
.help_list {
    font-size: 0;
    line-height: 1;
}

.help_list li {
    padding: 0.3rem;
    margin-bottom: .1rem;
    background: #fff;
    line-height: 1.3;
    color: #282828;
    letter-spacing: 1px;
}

.help_list li > p {
    border-bottom: .01rem solid #ebebeb;
    font-weight: 600;
    padding-bottom: .3rem;
}

/******************密码设置*****************************/
.set_password li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set_password li > input {
    /*flex-grow: 1;*/
    height: 100%;
    display: flex;
    align-items: center;
    font-size: .3rem;
}

#code_btn {
    height: .70rem;
    border-radius: 6px;
    font-size: .28rem;
    color: rgba(18, 141, 255, 1);
    border: .01rem solid rgba(18, 141, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.92rem;
}

#code_btn.disable {
    pointer-events: none;
    border: .01rem solid #CCCCCC;
    color: #CCCCCC;
}

.show_password_btn {
    width: .44rem;
    height: .28rem;
    background: url("../../../images/setting/icon_yanjing_x@2x.png") no-repeat;
    background-size: contain;
}

.show_password_btn.active {
    background: url("../../../images/setting/icon_yj_dj@2x.png") no-repeat;
    background-size: contain;
}

/*修改密码按钮*/
.set_password_btn {
    width: 6.90rem;
    height: .92rem;
    background: rgba(209, 209, 209, 1);
    border-radius: 43px;
    font-size: .30rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.set_password_btn.disable {
    pointer-events: none;
}

.set_password_btn.available {
    pointer-events: auto;
    background: rgba(18, 141, 255, 1);
}

/*******************收货地址管理*****************************/
.address_list ul {
    padding: 0 .3rem;
}

.address_list li {
    padding: .3rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: .01rem solid #efefef;
    position: relative;
}
.address_list li a{
    flex-grow: 1;
}
.address_list li:last-child {
    border: none;
}

.address_list li .add_info {
    min-width: 5.8rem;
    max-width: 5.8rem;
}

.address_list li .add_info .add_personal_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.address_list li .add_info .add_personal_info > .icon_mrdz {
    display: flex;
    width: .74rem;
    height: .33rem;
    background: url("../../../images/setting/label@2x.png") no-repeat;
    background-size: contain;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
}

.address_list li .add_info .add_text {
    line-height: 1.5;
}

.address_list li .edit_btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.address_list li .edit_btn > img {
    width: .33rem;
    height: .32rem;
}

/*新增按钮*/
.new_address_btn {
    position: absolute;
    bottom:.3rem;
    left: 0;
    right:0;
    z-index:-1;
}
.new_address_btn >p{
    width: 5.22rem;
    height: .84rem;
    background: rgba(67, 140, 247, 1);
    border-radius: 42px;
    font-size: .32rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
/***************添加收货地址********************/
.new_addr_list{
    background: #fff;
}
.new_addr_list ul{
    padding: 0 .3rem;
}
.new_addr_list li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: .3rem 0;
    border-bottom: .01rem solid #ebebeb;
}
.new_addr_list li:last-child{
    border: none;
}
.new_addr_list li>div.select_box{
    flex-grow: 1;
    padding-right:.3rem;
}
.new_addr_list li>div.select_box>input{
    flex-grow: 1;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_addr_list li>.addr_list_title{
    min-width:2rem;
    max-width:2rem;
}
.new_addr_list li.addr_select{
    background: url("../../../images/icon/arrow_right_gray.png.png")no-repeat;
    background-size: .14rem .25rem;
    background-position: right center;
}

.new_addr_list li textarea{
    width: 100%;
    border: none;
    font-size: .3rem;
}
.new_addr_list li.select_list{
    justify-content: space-between;
}


































































































































