html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup,
i,  dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td,  figure, aside, footer, header, menu, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    width:100%;
    height: 100%;
    background: #f2f2f2;
    font-family: "Microsoft Yahei";
    font-size:0.6rem;
}
a{
    text-decoration: none;
}
.l{
    float: left;
}
.r{
    float: right;
}
.auto {
    margin: 0 auto;
}
.wrap {
    width: 17.5rem;
    margin: 0 auto;
}
/* 清除浮动*/
.fix {
    *zoom: 1;
}

.fix:after {
    display: table;
    content: '';
    clear: both;
}

/*content内容*/
.banner_reg{
    background: url("../images/banner.jpg") no-repeat;
    background-size: 100% 100%;
    height:9.4rem;
}
.banner_reg a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.mar{
    margin:12px 0; 
}
.borders{border:1px solid #ddd; background:#fff; border-radius:3px;}
.po-re{
    position:relative;
}
.wrap  img{
    width:100%;
    height:100%;
}
.hetong{
    color:#458fe9;
}
/* input */
.inp{
    width:90%;
    height:1.7rem;
    padding-left: 1.55rem;
}
.inp-iphone{
    width:50%;
    height:1.7rem;
    padding-left: 1.55rem;
}
/* 图标 */
.cur{
    position:absolute;
    left:0.45rem;
    top: 0.45rem;
    width:0.825rem;
    height:0.95rem;
}
/* i标签 */
.icon{
    position:absolute;
    right:0.45rem;
    top: 0.45rem;
    width:1.325rem;
    height:0.85rem;
}
.icon-pic{
    position:absolute;
    right:0.45rem;
    top: 0.45rem;
    width:2.225rem;
    height:1.05rem;
}
.a-btn{
    width:5.65rem;
    height:1.85rem;
    color: #fff;
    background:#f1840f;
    text-align:center;
    line-height:1.85rem;
    font-size:0.55rem;
    border-radius: 5px;
}
.a-reg{
    display:block;
    border-radius: 5px;
    width:100%;
    height:1.75rem;
    color: #fff;
    background:#f1840f;
    text-align:center;
    line-height:1.7rem;
}
.reg-text a{
    color:#f0840f;
    font-size:0.6rem;
}
.reg-text{
    font-size:0.55rem;
    text-align:center;
    margin-top: 20px;
}
/*mask*/
.mask{
	display: none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    color: #e7e7e7;
    overflow: scroll;
    font-size: 0.8rem;
}
.mask div{
    padding: 20px;
    line-height: 2.2;
}















