.content .personal_info .personal{
    width: 16px;
    height: 16px;
    margin-top:21px;
    background: url(../img/personal_gray.png) top center no-repeat;
}
.content .personal_info .car{
    width: 16px;
    height: 16px;
    margin-top:21px;
    background: url(../img/car_green.png) top center no-repeat;
}
.leftsidebar.personal_info.last{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 105px;
}


.content .content_mail{
    /* min-height: 568px;
    width: 870px;
    padding: 34px 74px 50px 74px;
    background: #fff;
    border-radius: 8px;
    margin-left: 20px; */
}
.content .content_mail .mail_title{
    font-weight: bold;
}
.content .content_mail .mail_title span{
    font-weight: bold;
    color: #353c49;
}
.content .content_mail .mail_title .consult{
    cursor: pointer;
    width: 98px;
    height: 30px;
    border: 1px solid #29303b;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #29303b;
    border-radius: 4px;
}

.content .content_mail .mail_title .zhichi{
    cursor: pointer;
    width: 98px;
    height: 30px;
    border: 1px solid #29303b;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #29303b;
    border-radius: 4px;
}




.m-content {
    float: left;
}
/* functions */
@keyframes btnin {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes btnin {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.address-list {
    position: relative;
    margin-right: -28px;
    padding-bottom: 12px;
}
.middle .address-list {
    margin-right: -25px;
}
.middle .address-item {
    margin: 15px 25px 15px 0;
}
.address-list.limited {
    height: 380px;
    overflow: hidden;
}
.address-list .btn-showall {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline;
    font-size: 12px;
    color: #ed1b23;
}
.address-list .btn-showpart {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline;
    font-size: 12px;
    color: #ed1b23;
}

.address-item {
    float: left;
    position: relative;
    display: block;
    margin: 20px 20px 0 0;
    padding: 30px 20px 20px;
    width: 213px;
    height: 109px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}
.address-item .mask_0{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background:;
}



.address-item:hover {
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.address-item.selected {
    border: 1px solid #59b2a8;
}
.address-item.select-option {
    cursor: pointer;
}
.address-item.select-option:hover {
    border: 1px solid #5cdbb9;
}
.address-item .add-address {
    display: table;
    width: 100%;
    height: 100%;
    color: #505763;
}
.address-item .add-address > p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
}
.address-item .add-address > p .ei {
    font-size: 36px;
}
.address-item .btn-default {
    cursor: pointer;
    position: absolute;
    top:-1px;
    right: -1px;
    display: block;
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    background: #f0f0f0;
    color: #999;
    text-align: center;
    cursor: auto;
}
.address-item .btn-default.active {
    background: #59b2a8;
    color: #fff;
    cursor: pointer;
}
.btn-bedefault{
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: -1px;
}
.btn-beactived{
    background: url('../img/choose_select.png') center no-repeat;
}
.address-item .ads-title {
    margin-bottom: 16px;
    height: 18px;
    overflow: hidden;
    color: #29303b;
    font-size: 14px;
}
.address-item .ads-txt {
    margin-bottom: 16px;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    color: #505763;
    font-size: 12px;
}
.address-item .ads-phone {
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    color: #505763;
    font-size: 12px;
}
.address-item .ads-opts {
    display: none;
    position: absolute;
    right: 20px;
    top: 118px;
}
.address-item .ads-opts a {
    padding: 0 8px;
    font-size: 12px;
    color: #59b2a8;
}
.address-item:hover .ads-opts {
    display: block;
}


.delivery-submit{
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
}

/* global shadow && popup */
.pg-shadow {
    z-index: 160;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.popup {
    z-index: 180;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 535px;
    margin-left: -267px;
    margin-top: -206px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.popup .btn-close {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 20px;
    right: 39px;
    color: #686f7a;
}
.popup .btn-close .ei {
    font-size: 16px;
}
.popup .p-main {
    padding: 0 39px 0 30px;
}
.popup .pop-title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #29303b;
    background: #f2f3f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popup .pop-content {
    padding: 30px 0 40px;
}
.popup .pop-content .input-grp {
    display: table;
    width: 100%;
    font-size: 14px;
}
.popup .pop-content .input-grp strong {
    font-weight: normal;
    color: #ed1b23;
}
.popup .pop-content .input-grp > div {
    display: table-cell;
    vertical-align: top;
    height: 40px;
    color: #29303b;
    font-size: 14px;
}
.popup .pop-content .input-grp > div.input-grp-lf {
    padding-right: 20px;
    padding-top: 10px;
    width: 86px;
    text-align: right;
}
.popup .pop-content .input-grp > div.input-grp-rg {
    position: relative;
    text-align: left;
}
.popup .pop-content .input-grp .up_icon{
    display: block;
    line-height: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
}
.popup .pop-content .input-grp .up_icon>i{
    font-size: 16px;
    color: #898d92;
}
.popup .pop-content .input-grp .up_icon .ei-shang{
    color: #59b2a8;
}
.popup .pop-content .input-grp input,
.popup .pop-content .input-grp textarea {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 9px 20px;
    line-height: 20px;
    border-radius: 5px;
    width: 328px;
}
.popup .pop-content .input-grp input:focus,
.popup .pop-content .input-grp textarea:focus{
    outline:none;
    border: 1px solid #59b2a8;

}
.popup .pop-content .input-grp .wrong input,
.popup .pop-content .input-grp .wrong textarea {
    border: 1px solid #ed1b23;
}
.popup .pop-content .input-grp .wrong .wrong-info,
.popup .pop-content .input-grp .wrong .wrong-info {
    display: block;
}
.popup .pop-content .input-grp .wrong-info {
    position: absolute;
    display: none;
    bottom: 21px;
    right: 20px;
    width: 126px;
    /*line-height: 40px;*/
    text-align: right;
    color: #ed1b23;
    font-size: 12px;
    background: #fff;
}
.popup .pop-content .input-grp input[readonly] {
    cursor: pointer;
}
.popup .pop-content .input-grp textarea {
    resize: none;
    height: 60px;
}
.popup .pop-content .btn-submit {
    display: block;
    margin: 25px auto 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #68c0df;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(104,192,223,0.5);
}

.count{
    font-size: 14px;
    text-align: right;
}

.count.c_red{
    color: #f40;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #898d92;
    font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #898d92;
    font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #898d92;
    font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #898d92;
    font-size: 12px;
}
input::-webkit-input-placeholder{
    color: #898d92;
    font-size: 12px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #898d92;
    font-size: 12px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #898d92;
    font-size: 12px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #898d92;
    font-size: 12px;
}
/*下拉省份样式*/
.city-select-warp {
    z-index: 300;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.city-select-warp > select {
    display: none !important;
}
.city-select-tab {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.city-select-tab > a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    height: 54px;
    background: #f0f0f0;
    border-right: 1px solid #e0e0e0;
}
.city-select-tab > a:nth-of-type(2) {
    width: 34%;
}
.city-select-tab > a.current {
    background: #fff;
    border-right: 1px solid #fff;
    color: #59b2a8;
}
.city-select-content {
    padding: 6px 8px;
    text-align: left;
    background: #fff;
}
.city-select-content a {
    display: inline-block;
    margin: 6px 12px;
    font-size: 14px;
    color: #29303b;
}
.city-select-content a:hover {
    color: #59b2a8;
}

/*alert框样式*/
.clear { clear:both; font-size:0; height:0; overflow:hidden;}

.alert-shadow {
    display: block;
    z-index: 1600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.alert-popup {
    z-index: 1800;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 548px;
    margin-left: -274px;
    margin-top: -306px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.alert-popup .btn-close {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 16px;
    right: 30px;
    color: #686f7a;
}
.alert-popup .btn-close .ei {
    font-size: 16px;
}
.alert-popup .p-main {
    padding: 0 30px;
}
.alert-popup .pop-title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #29303b;
    background: #f2f3f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.alert-popup .pop-content {
    padding: 20px 0;
}

.alert-popup .a-p-message {
    position: relative;
    margin-bottom: 16px;
    padding-left: 30px;
    line-height: 28px;
    font-size: 16px;
    color: #29303b;
}
.alert-popup .a-p-message .a-p-icon {
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #48c945;
}
.alert-popup .a-p-message .a-p-icon.warning {
    color: #ed8d1b;
}
.alert-popup .a-p-message .a-p-icon.wrong {
    color: #ed1b23;
}
.alert-popup .a-p-message .a-p-icon .ei {
    font-size: 20px;
}

.alert-popup .a-p-action {
    text-align: right;
}
.alert-popup .a-p-action > a {
    display: inline-block;
    margin-left: 15px;
    width: 98px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.alert-popup .a-p-action > a.cancel {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #29303b;
}
.alert-popup .a-p-action > a.sure {
    border: 1px solid #ed1b23;
    background: #ed1b23;
    color: #fff;
}

/*删除确认框*/
.delete_pop-up{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -73px;
    z-index: 161;
    width: 330px;
    height: 147px;
    background: #fff;
    border-radius: 8px;
}
.delete_pop-up .confirm{
    height: 96px;
    width: 100%;
    line-height: 96px;
    text-align: center;
    font-size: 16px;
    color: #353c49;
}
.delete_pop-up>a{
    display: block;
    width: 49.8%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color:#898d92;
}
.delete_pop-up>a:hover{
    color: #68c0df;
}
.delete_pop-up .cancel{
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.delete_pop-up .sure{
    border-top: 1px solid #efefef;
}
.myorder_back, .orderstatus_back, .back_detail {
    cursor: pointer;
}

.div-cant-click {
    pointer-events: none;
}