@charset "UTF-8";

.wx_wrap {
    position: relative;
}

.wx_wrap {
    min-height: 375px;
}
.f_hongse{ color:#e93b3d!important;margin-right:2px}

.shipping{
	width: 100%;
	background-color: #fff;
	text-align: center; 
	position: absolute; 
	padding-left: 1rem; 
	color: #333;
}
label {
    width: 100%;
}
.address_new {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative;
    padding-bottom: 10px;
    margin-right: 10px;
    transform: translate(0px, 0px);
}
.address_new p {
    padding: 10px 15px 0px 0px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-top: 0rem;
}
.address_new p:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #cbcbcb;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}
.address_new .tip {
    color: #333;text-align:left;
}
.address_new .tip .desc{
    font-size: 14px;color: #999; margin-left: 1rem;
}
.address_new .tit {
    width: 80px;
    line-height: 30px;
    position: absolute;
    left: 0;
    margin: auto 0;
    color: #999;
    text-align: left;
    font-size: 14px;
}
.address_new .textarea {
    line-height: 30px;
}
.address_new input {
    height: 30px;
    line-height: 30px;
    border: 0 none;
    width: 100%;
    -webkit-appearance: none;
    vertical-align: top;
    color: #333;
    font-size: 14px;
    padding-left: 6rem;
}
.address_new input[type=checkbox] {
	-webkit-appearance: checkbox;
    width: 1.4rem;
    position: absolute;
    padding-left: 1rem;
    top: 0px;
}
.address_new textarea {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    resize: none;
    font-size: 14px;
    padding-left: 6rem;
}
.address_new input:focus{outline:none;}
.address_new textarea:focus{outline:none;}

input::input-placeholder{color:  #bdbdbd ; font-size: 14px;}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; font-size: 14px;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; font-size: 14px;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; font-size: 14px; 
}
.bm_dialogBg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 150%;
    opacity: .6;
    filter: alpha(opacity:80);
    background-color: #000;
    display:none;
}
.mod_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 15px 10px;
}
.mod_btns .mod_btn.bg_save {
    background: #045767;
}
.mod_btns .mod_btn.bg_cancel {
    background: #ddd;
}

.mod_btns .mod_btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin: 0 10px;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    color: #fff;
}
.add_photo {
    display: inline-block;
    width: 100%;
    height: 15rem;
    background-color: #eee;
    position: relative;
    margin-top: .15rem;
}
.add_photo .img {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-position: 50%;
    background-size: .45rem;
    background-color: #fff;
    position: absolute;
    top: 30%;
    left: 40%;
}

.add_photo input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 18rem;
    margin-right: 0;
}
.pre_img{
	display:none;
	position: relative;
}
.del_img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
img {
    border: none;
    width: 100%;
       margin-bottom: 5px;
}
.sms .bm_btn:disabled{background: #ddd;}
.sms .bm_btn {
    margin-left: 5px;
    padding-left:5px;
    background: #045767;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-transform: capitalize;
    width: 33%;
    line-height: 1px;
    font-weight: bold;
}
.xieyi{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: fixed;z-index: 101;overflow: scroll;top: 0px;left: 0px;display:none;-webkit-overflow-scrolling: touch; }
.xieyi .content{margin: 3rem 0 5rem 0;width: 100%;padding-bottom: 20px;border-radius: 6px 6px 6px 6px;background:#fff;}
.xieyi .content .close{float: right; padding-right: 10px;color: #e93b3d;z-index: 102;cursor: pointer;}
.xieyi .content .text{padding: 10px; text-align:left;}
.xieyi .content .title{text-align:center;font-size: 18px;font-weight: bold;}
.xieyi .content .btn{border: 0px; background: #045767; border-radius: 10px; width: 50%; height: 40px; color: #fff;font-size: 20px;font-weight: bold;}

