@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整,如横屏时会重新计算 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
input{
	border: none;
	outline-style: none;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input {
	-webkit-appearance: none;
	resize: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 图片自适应 */
img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
	border: none;
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 14px 'Microsoft YaHei', Tahoma, Arial, sans-serif;
	color: #000000;
	background-color: #f6f6f6;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
em, i {
	font-style: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.coupon{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.cast{
    width:15rem;
    background:rgba(255,255,255,1);
    border-radius:.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 1rem .75rem 0;
    box-sizing: border-box;
}
.c-line{
    padding: 0 .75rem;
    padding-top: .5rem;
}
.c-line h2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: .9rem;
    color: #000000;
    line-height: 1.25rem;
    text-align: center;
}
.c-line h3{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: .7rem;
    color: #666;
    line-height: 1.1rem;
    text-align: justify;
    font-style: normal;
    margin-top: .7rem;
}
.c-line span{
    color: #000;
}
.c-line p{
    font-size:0.7rem;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:1.05rem;
    margin: 0.75rem 0;
}

.btn_group{
    border-top: .025rem solid #eee;
    padding-bottom: .25rem;
    padding-top: 0.25rem;
    margin-top: 1rem;
}
.btn_group p{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 2rem;
    font-size:0.75rem;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(0,112,250,1);
    border-right: .025rem solid #eee;
    box-sizing: border-box;
    margin: 0;
}
.btn_group p:nth-of-type(2){
    border-right: 0;
}