@charset "UTF-8";

.wx_wrap {
    position: relative;
}

.wx_wrap {
    min-height: 375px;
}
.dingjiaDialog{
	border: 1px solid #9c4c4c; 
	border-radius: 10px;
	width: 90%; 
	left:5%;
	top: 5%; 
	background-color: #fff;
	text-align: center; 
	position: absolute; 
	z-index: 100; 
	padding-top: 0px;
	padding-right: 10px; color: #333;
	display:none;
}
.agDingjiaDialog{
	border: 1px solid #9c4c4c; 
	border-radius: 10px;
	width: 90%; 
	left:5%;
	top: 5%; 
	background-color: #fff;
	text-align: center; 
	position: absolute; 
	z-index: 100; 
	padding-top: 0px;
	padding-right: 10px; color: #333;
	display:none;
}
.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: 0px 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 .tit {
    width: 100px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto 0;
    padding: 0 10px;
    color: #999;
    text-align: left;
}
.address_new input {
    height: 20px;
    line-height: 20px;
    border: 0 none;
    width: 100%;
    -webkit-appearance: none;
    vertical-align: top;
    color: #333;
    padding-left: 9rem;
}
.address_new input[type=checkbox] {
	-webkit-appearance: checkbox;
    width: 1.4rem;
    position: absolute;
    padding-left: 1rem;
    top: .2rem;
}
.address_new input: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; 
}
body {
	position: relative;
}

body.fixed {
	position: fixed;
	width: 100%
}
.jedateblue .mainfoot .btnscon span.clear {display:none;}

.xieyi{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: fixed;z-index: 101;overflow: scroll;top: 30px;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: #862725; border-radius: 10px; width: 50%; height: 40px; color: #fff;font-size: 20px;font-weight: bold;}
