

.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content{
    padding: 2.7%;
}
#edit-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5.4%;
    height: 45px;
    font-size: 18px;
    color: #333;
    background: #fff;
}
.edit-icon{
    font-size: 22px;
}
.right-save-button{
    font-size: 14px;
    color: #187aff;
}
.input-cont{
    position: relative;
    margin-bottom: 2.7%;
}

.edit-input{
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 2.7%;
    border: none;
    font-size: 16px;
    color: #333;
    background: #fbfbfb;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    border-radius: 4px;
    outline: none;
}

.edit-input::-webkit-input-placeholder{
    color: #D0D0D0;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #D0D0D0;
    text-align: left;
    font-size: 16px;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    color:#d0d0d0;
    text-align: left;
    font-size: 16px;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color:#d0d0d0;
    text-align: left;
    font-size: 16px;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color:#d0d0d0;
    text-align: left;
    font-size: 16px;
}


._picker-head{
    background-color: #313234 !important;
    border-bottom: 1px solid #48484b;
}
.account-info-cont{
    color: #9EA7C4;
}

/*收货地址*/

.address-input-cont{
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 2.7%;
    margin-bottom: 2.7%;
    border: none;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 4px;
}

.address-input{
    flex: 2;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 14px;
    outline: none;
    background: #fff;
    color: #333;
}

.address-input::-webkit-input-placeholder {
    color: #D0D0D0;
}

.address-label{
    flex: 1;
}

.address-textarea-cont{
    position: relative;
    padding: 4%;
    margin-bottom: 2.7%;
    background: #fff;
    border-radius: 4px;
    color: #333;
}

.address-textarea-cont .icon-addr-close{
    top: 10px;
}
#address-textarea{
    width: 100%;
    margin-top: 2.7%;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #333;
    outline: none;
    background: #fff;
}

#address-textarea::-webkit-input-placeholder{
    color: #D0D0D0;
}

.delete-btn{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    border-radius: 4px;
    background: #0A84FF;
}
@media(max-width: 374px){
    .address-input-cont{
        font-size: 14px;
    }
    .addr-modal-text{
        font-size: 12px;
    }
}

/*收货地址处理*/
.addr-list{

}
.addr-list .item {
    margin-bottom: 2.7%;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    border-radius: 4px;
    color: #333;
    background: #fff;
}

.addr-list .item .edit-left-cont{
    padding: 5.4%;
    position: relative;
    width: 100%;
}
.addr-list .item .edit-right-cont{
    border-left: 1px solid #2e314e;
    padding: 5.4%;
}
.addr-list .item  .tit{
    margin-bottom: 10px;
    position: relative;
}
.addr-list .item  .tit span{
    display: block;
}
.addr-list .item .ellipsis-2{
    color: #9EA7C4;
    font-size: 12px;
}
.addr-list .item  .tit span.default-flag{
    width: 44px;
    height: 22px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #FF2D55;
    border-radius: 4px;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}

.default-flag{
    display: none;
}
.color999{
    color: #999;
}
.addr-list .item.active .default-flag{
    display: inline!important;
    font-size: 12px;
    color: #fff;
    background: #764efc;
    border-radius: 2px;
}

.add-btn{
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    border-radius: 4px;
    background: #FF2D55;
}

._picker-data-list>li{
    font-size: 16px !important;
}
.icon-bianji{
    font-size: 16px;
    color: #267cff;
    font-weight: bold;
    cursor: pointer;
}
.btn {
    height: 44px;
    line-height: 44px;
    margin-top: 14px;
    background: #764efc;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
}
.btn:hover,.btn.active{
    opacity: 0.5;
}

.i-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #FF2D55;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
    margin-top: 20px;
    cursor: pointer;
}

.info-save-btn{
    font-size: 16px;
    color: #FF2D55;
    cursor: pointer;
}

.main-wrap{
    cursor: pointer;
}

.icon-close{
    display: none;
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 18px;
    color: #d0d0d0;
}
.icon-addr-close{
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    color: #d0d0d0;
}
.mui-switch {
    position: absolute;
    top: 11px;
    right: .5rem;
    width: 44px;
    height: 27px;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
    border-color: #0A84FF;
    box-shadow: #0A84FF 0 0 0 16px inset;
    background-color: #0A84FF;
}

.mui-switch:checked:before {
    left: 17px;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #5a56e7;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #0A84FF 0 0 0 16px inset;
    background-color: #0A84FF;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.bir-title{
    line-height: 1.7;
    font-weight: normal;
    color: #fff;
}
.edit-tips{
    color: #838485;
}
._picker-content:after,
._picker-content:before,
._picker-content{
    background: rgba(120, 120, 128, 0.36) !important;
}
._picker-data-list>li{
    color: #fff;
}
.layui-m-layerchild  h3.addr-modal-title{
    font-size: 18px;
    color: #333;
}
.addr-modal-text{
    font-size: 14px;
    color: #666;
}

/*邮箱*/
.emailist{
    border-top: 1px  solid #e7e7e7;
    background: #fff;
    font-size: 14px;
    color: #999;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
}
.emailist li{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}


.area-input{
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff;
    width: 200px;
    color: #333;
}

.area-input::-webkit-input-placeholder{
    color: #D0D0D0;
}

.area_ctrl{
    background: #fff;
}
.area_btn_box {
    padding: 9px 0;
    background-color: #fff;
}

.down-title{
    margin: 40px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.bind-id-cont{
    display: none;
    padding: 2.7%;
    cursor: pointer;
}
.bind-id-cont.active{
    display: block;
}
.ver-success-header{
    margin-top: 80px;
    line-height: 3;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.ver-success-header .ver-img{
    width: 60px;
}
.ver-success-body{
    line-height: 1;
    margin-top: 20px;
}
.ver-id-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    color: #fff;
    background: url(/mobile/images/usercenter/id-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.id-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(/mobile/images/usercenter/id-icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.id-name {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
}
.id-num {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.id-item{
    justify-content: flex-start;
}

.ver-already-icon{
    display: inline-block;
    width: 60px;
    height: 20px;
    vertical-align: middle;
    background: url(/mobile/images/usercenter/certification.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.gray {
    color: #9EA7C4;
}

html.night, body.night {
    background-color: #F9F9F9 !important;
}

.lucky-address {
    position: relative;
    background-color: #F9F9F9 !important;
    margin-top: 44px;
}

.lucky-header {
    position: absolute;
    left: 0;
    top: -44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    background-color: #fff;
    z-index: 999;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

p {
    font-weight: 400;
    font-size: 18px;
}

.lucky-header img {
    width: 12px;
    height: 20px;
}

.lucky-header span {
    color: #5B93E6;
    font-size: 16px;
}