@charset "utf-8";
.mui-bar {
    background-color: #e53c42;
    height: 44px;
}

.mui-bar .mui-title,
.mui-bar .mui-btn-link {
    color: #fff !important;
}

.mui-bar-nav~.mui-content {
    padding-top: 44px;
    padding-bottom: 50px;
}

.address-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.address-list .address-cell {
    padding: 0 15px;
    background-color: #fff;
    margin-bottom: 10px;
}

.address-info {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.address-info p {
    margin: 0;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 15px !important;
}

.address-info p .user-name {
    line-height: 44px;
}

.address-info p .user-phone {
    line-height: 44px;
}

.address-info .address-detail {
    text-align: left;
    font-size: 14px;
    color: #333;
    /* margin-bottom: 10px; */
    line-height: 20px;
    min-height: 40px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.address-ctrl {
    overflow: hidden;
    font-size: 13px;
}

.address-ctrl .set-default {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 44px;
    padding-left: 20px;
    cursor: pointer;
}

.address-ctrl .set-default.default {
    color: #ce3247;
}

.address-ctrl .set-default:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background-image: url(../../images/old/no_select.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.address-ctrl .set-default.default:before {
    background-image: url(../../images/old/select.png);
}

.address-ctrl .ctrl-box {
    line-height: 44px;
    float: right;
}

.address-ctrl .ctrl-box>label {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #999;
}

.address-ctrl .ctrl-box>label .mui-icon {
    font-size: 20px;
}

.bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: block;
    background-color: #e53c42;
    color: #fff;
    width: 100%;
    border-radius: 0;
    border: none;
}

.edit-btn,
.del-btnP {
    cursor: pointer;
}

.mui-scroll-wrapper {
    top: 44px;
    /* bottom: 50px; */
}

.pageheader .return {
    background-image: url(../../images/common/header_icon_left.png);
    background-repeat: no-repeat;
}

.create-address-btn {
    margin: 0 auto;
    display: block;
    background-color: #e53c42;
    width: 90%;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    margin-top: 20px;
}

.create-address-btn img {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
}


.mui-bar {
    background-color: #2962ae;
    height: 44px;
}

.mui-bar .mui-title,
.mui-bar .mui-btn-link {
    color: #fff;
}

.mui-bar-nav~.mui-content {
    padding-top: 44px;
}

.mui-input-group:before {
    height: 0;
}

.mui-input-group {
    padding: 0 15px;
    background-color: #fff;
    margin-bottom: 10px;
}

.mui-input-group:after {
    height: 0;
}

.nav-box {
    line-height: 45px;
    padding: 0 15px;
    overflow: hidden;
    background-color: #fff;
}

.nav-link {
    color: #e4393c;
}

.mui-input-row label {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}

.mui-input-group .mui-input-row:after {
    left: 0;
}

.mui-input-group .mui-input-row.no-after:after {
    height: 0 !important;
}

.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
    padding-left: 15px !important;
    width: calc(75% - 30px);
    height: 20px !important;
    line-height: 20px !important;
}

.box-padding {
    line-height: 45px;
    position: relative;
    font-size: 15px;
}

.box-padding:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

#address {
    padding: 12.5px 0 !important;
    height: 20px !important;
    line-height: 20px !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
}

.goods-box.box-padding .address-info {
    float: left;
    display: inline-block;
    /* margin-right: 25px; */
    font-size: 13px;
    padding-left: 13px;
}

.mui-icon.position {
    position: absolute;
    font-size: 23px;
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
}

.mui-input-clear {
    line-height: 15px;
    font-size: 14px;
}

.set-default {
    padding: 0 15px;
    position: relative;
    line-height: 45px;
    background-color: #fff;
    font-size: 15px;
    overflow: hidden;
}

#my_switch {
    float: right;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
}

.mui-switch.mui-active {
    border-color: #ccc;
    background-color: #ccc;
}

.mui-switch .mui-switch-handle {
    width: 18px;
    height: 18px;
}

.mui-switch {
    height: 20px;
}

.mui-switch-mini {
    width: 36px;
}

.mui-popover {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    top: 200px;
    border-radius: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
}

.mui-popover .pop-header {
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    background-color: #fff;
    position: relative;
}

.mui-popover .pop-header .mui-icon.mui-icon-closeempty {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 35px;
    transform: translate(0, -50%);
}

.mui-popover .pop-header:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.mui-popover .nav-list {
    line-height: 35px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 13px;
    position: relative;
}

.mui-popover .nav-list:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.mui-popover .nav-list>a {
    width: 20%;
    text-align: center;
    float: left;
    color: #333 !important;
}

.mui-popover .nav-list>a.active {
    border-bottom: 2px solid #ce3247;
}

.mui-popover .mui-scroll-wrapper {
    margin: 0;
    border-radius: 0;
    top: 82px;
    background-color: #fff;
}

.mui-popover .mui-table-view {
    border-radius: 0;
}

.mui-popover {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.mui-popover.mui-active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.mui-table-view-cell:after {
    height: 0;
}

.mui-table-view-cell {
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
}

.mui-table-view-cell.active {
    color: #ce3247;
}

.mui-table-view-cell .mui-icon.mui-icon-checkmarkempty {
    display: none;
    vertical-align: top;
    line-height: 30px;
    color: #ce3247;
}

.mui-table-view-cell.active .mui-icon.mui-icon-checkmarkempty {
    display: inline-block;
}

.justify {
    text-align: justify !important;
    text-align-last: justify !important;
}
.layui-m-layermain .layui-m-layersection{
    width: 90%;
    padding: 15px;
}
.layui-m-layer1 .layui-m-layerchild{
    width: 90% !important;
    border-radius: 15px !important;
}
.close-address-form{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../../images/old/valuation_order/top_close_btn.png);
    background-color: #b2b2b2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    z-index: 1;
}
.address-pop-head{
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
}
.address-info span{
    font-size: 14px;
}
.close-icon{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    line-height: 25px;
    height: 30px;
    width: 30px;
}
.save-edit-btn{
    display: block;
    width: 80%;
    line-height: 45px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    background-color: #e53c42;
    text-align: center;
    border-radius: 10px;
    margin: 15px auto;
}
.mui-icon-arrowright:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../../images/common/arrowright.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.select-icon:before{
    content: '';
    display: block;
    position: absolute;
    margin-left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../../images/old/choose.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mui-icon-clear:before{
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../../images/common/close_tips_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mui-backdrop{
    z-index: 999999999;
}
#popover{
    top: 50% !important;
    z-index: 9999999999;
}
.layui-m-layercont .mui-input-group{border-radius: 15px;}