/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
	line-height: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #101A32;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
    width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
*{
    box-sizing: border-box;
}

.wrap{
    max-width: 560px;
    margin:auto;
    padding-top: .8rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrap .header{
    height: .88rem;
    line-height: .88rem;
    color: #fff;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .32rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(70, 91, 193, 0.50);
    max-width: 560px;
    transform: translateX(-50%);
    left: 50%;
    background: #101A32;

}
.wrap .header .left{
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap .header .left img{
    width:24px;
}
.content_warp{
    width: 100%;
    padding: .52rem .6rem;
}
.content_warp ul{
    display: none;
    width: 100%;
}
.content_warp  .label{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    color: #CECECF;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.content_warp  .label span{
    color:#FFD000;
}
.content_warp li{
    border-radius: 8px;
    background: rgba(44, 67, 136, 0.30);
    padding: 8px 0;
    margin-bottom: 10px;
}
.content_warp  .step_ic{
    width: .95rem;
    height: .33rem;
    display: inline-block;
    margin-right: 3px;
    
}
.content_warp .stepbox img{
    display: block;
    width: 70%;
    margin: auto;
}
.content_warp .stepbox .img100{
    width: 100%;
}