html{
	max-width: 576px;
	margin: auto;
	position: relative;
	font-size: 16px;
    font-size: 4.26656vw;
}
@media screen and (min-width: 576px) {
    html {font-size: 24.576px;}
}
input,button{
	outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
a{
	text-decoration: none;
}
.main{
	color: #333;
	font-size: 0;
	background-color: #ffe5dc;
	padding-bottom: 5rem;
}
.banner{
	width: 100%;
	border-radius:0 0 0.78125rem 0.78125rem;
}
.mod{
	width: 21.875rem;
	background-color: #fff;
	border-radius:0.78125rem;
	margin:0 auto 1.25rem;
	position: relative;
}
.mod1{
	background-color: transparent;
}
.mod_tit{
	width: 17.875rem;
	height: 2.1875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ec8f94;
	margin:0 auto -1rem;
	border-radius: 0.78125rem;
	position: relative;
	z-index: 1;
	font-size: 1rem;
	color: #fff;
	box-shadow:0 0.4rem 0.6rem #faccce;
}
.mod_tit::before,.mod_tit::after{
	content: '';
	display: block;
	width: 2.5625rem;
	height: 1.46875rem;
}
.mod_tit::before{
	background: url("tit__bg_l.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/tit__bg_l.png*/ 100%/100% no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mod_tit::after{
	background: url("tit__bg_r.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/tit__bg_r.png*/ 100%/100% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.mod img{
	width: 100%;
	border-radius: 0.78125rem;
}
.j_title{
	text-align: center;
	font-size: 1.1875rem;
	padding-bottom: 0.3rem;
}
.mod_form{
	padding:1.25rem 0 0.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:-4.4375rem;
	position: relative;
}
.mod_form .form_b{
-webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-appearance: none;
	width:20rem;
	height:2.5rem;
	line-height:2.5rem;
	border-radius:0.875rem;
	font-size:0.875rem;
	margin-bottom:0.9375rem;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #cccccc;
}
.mod_form input{
	text-align: center;
}
.mod_form input::-webkit-input-placeholder{
    color:#999999;
}
.mod_form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.mod_form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.mod_form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
.mod_form button.form_b{
	background:#f57a83;
	color:#fff;
	box-shadow:0 0.4rem 0.6rem #fad1d4;
	border:1px solid #f57a83;
	margin-bottom: 0.2rem;
}
.mod_form>p{
	font-size: 0.75rem;
	color: #808080;
}
.mod_form>p>span{
	color: #e78a8d;
}
.mod_why,.mod_pj{
	padding:0 0.9375rem;
	box-sizing: border-box;
}
.why_i{
	padding: 0.9375rem 0 0.3rem;
	border-top: 1px solid #e6e6e6;
	font-size: 0.875rem;
}
.why_i .why_i_t{
	background-color: #f1a3a7;
	border-radius: 0.46875rem;
	padding: 0.3rem 1rem;
	color: #fff;
	display: inline-block;
}
.why_i>p>span{
	color: #e78a8d;
	font-size: 1rem;
}
.mod_why>.why_i:first-child{
	border-top:none;
}
.mod_pj{
	height: 16.5rem;
	overflow: hidden;
	padding: 0.9375rem;
}
.main>.mod:last-child{
	margin-bottom: 0;
}
.mod_pj_box{
	overflow: hidden;
	height: 100%;
}
.pj_i{
	padding: 0.9375rem 0 0.3rem;
	border-bottom: 1px solid #e6e6e6;
}
.pj_i .nickName{
	font-size: 0.78125rem;
	color:#808080;
}
.pj_i>p{
	font-size: 0.84375rem;
	color:#333;
}
.fixed_box{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 576px;
	padding:0.46875rem 0;
	box-shadow:0 -0.1rem 0.6rem #e5e5e5;
	background-color:rgba(255, 255, 255, 0.8);
	display: none;
	z-index: 1;
}
.fixed_box .fixed_btn{
	background-color:#f57a83;
	line-height:2.5rem;
	border:1px solid #f57a83;
	border-radius:0.78125rem;
	text-align:center;
	width:21.25rem;
	color:#fff;
	font-size:0.875rem;
	margin: auto;
}
/*.tishi{
	position: fixed;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	color: #fff;
	padding: 0.4rem 1rem;
	border-radius: 0.2rem;
	max-width:17rem;
	text-align: center;
}*/
.tishi{
	position: absolute;
	top: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.7rem;
	color: #f57a83;
	border-radius: 0.2rem;
	/*max-width:17rem;*/
	width: 100%;
	text-align: center;
}
/*pay*/
.order_tit{
	text-align:center;
	font-size:1rem;
	line-height:3.15625rem;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #e6e6e6;
}
.mod_order{
	margin-top: -2.34375rem;
}
.order_c{
	width:100%;
	box-sizing:border-box;
	padding:0.9375rem;
}
.order_c>p{
	font-size:0.875rem;
}
.order_c>p>span{
	color:#808080;
	padding-right:0.625rem;
}
.mod_youhui{
	display: flex;
	justify-content: space-between;
	padding:0.6875rem 0.78125rem;
	box-sizing: border-box;
	align-items: center;
}
.mod_youhui .youhui_l,.mod_youhui .youhui_r{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size:0.875rem;
}
.mod_youhui .youhui_l>span:nth-child(1){
	border-radius:0.5rem;
	background-color:#ec8f94;
	color:#fff;
	padding:0.25rem 0.5rem;
	text-align:center;
}
.mod_youhui .youhui_l>span:nth-child(2){
	display:inline-block;
	padding:0.1875rem 0.1875rem 0;
	position:relative;
	letter-spacing:1px;
}
.mod_youhui .youhui_l>span:nth-child(2)::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ec8f94;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mod_youhui .youhui_r>div{
	display: flex;
	align-items: center;
}
.mod_youhui .youhui_r>div>i{
	content: '';
	display: block;
	width:0.875rem;
	height:0.875rem;
	margin-right:0.3125rem;
	background: url("icon_watch.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/icon_watch.png*/ 100%/100% no-repeat;
}
.mod_youhui .youhui_r>span{
	display: inline-block;
	border:1px solid #cb3c2f;
	color:#cb3c2f;
	border-radius:0.46875rem;
	text-align:center;
	margin-top:0.375rem;
	line-height:1rem;
	padding: 0 0.45rem;
}
.mod_pay_tit{
	line-height: 2.5rem;
	box-sizing: border-box;
	padding: 0 0.9375rem;
	border-bottom:1px solid #e6e6e6;
	font-size: 0.9375rem;
}
.mod_pay_i{
	display: flex;
	padding: 0.9375rem;
	box-sizing: border-box;
	font-size: 0.875rem;
	align-items: center;
}
.mod_pay>.mod_pay_i:last-child{
	padding-bottom: 0.9375rem;
}
.mod_pay_i>i{
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
}
.mod_pay_alipay i{
	background: url("malipay.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/malipay.png*/ 100%/100% no-repeat;
}
.mod_pay_wechat i{
	background: url("mwepay.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/mwepay.png*/ 100%/100% no-repeat;
}
.mod_pay_i>span{
	display: block;
	flex-grow: 1;
	padding-left: 0.8rem;
}
.mod_pay_i input[type="radio"] {
    width:1.09375rem;
    height: 1.09375rem;
    position: relative;
    font-size: 0;
}
.mod_pay_i input[type="radio"]::after{
	content: '';
	display: inline-block;
    width:1.09375rem;
    height: 1.09375rem;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mod_pay_i input[type="radio"]:checked::after{
    border: 1px solid #f1a3a7;
	background:#f1a3a7 url("icon_diugou.png")/*tpa=https://pp.911cha.com/statics/yingwenming/v0.4/image/icon_diugou.png*/ 50% no-repeat;
	background-size: 0.6875rem 0.46875rem;
}
.mod_btn_pay{
	background-color: #f57a83;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	line-height: 2.5rem;
}
div.footer.center{
	padding-bottom: 4rem;
}
