*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
html{
    font-size: calc(100vw/7.5);
}
#container{
    width: 100%;
    height: auto;
    background: #FCCE09;
    position: relative;
    padding-bottom: .3rem;
}
#header{
    width: 100%;
    height: 6.75rem;
    background: url('../img/step_bg.png') no-repeat;
    background-size: contain;
    text-align: center;
}
#header dl{
    width: 100%;
    padding-top: .8rem;
}
#header dl dt{
    width: .72rem;
    height: .72rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#header dl dt img{
    height: .72rem;
}
#header dl dd{
    padding-top: .21rem;
}
#header dl dd h3{
    font-size: .4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
#header dl dd p{ 
    font-size: .24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .38rem;
    padding-top: .21rem;
}
#section{
    width: 100%;
    height: auto;
    padding: 0 .25rem;
    margin-top: -3rem;
}
.section1{
    width: 100%;   
    height: auto; 
    background: #FFFFFF;
    border-radius: .2rem;
    padding: .69rem .5rem .6rem .5rem;
}
.title1{
    width: 100%;
    text-align: center;
}
.title1 span{
    display: block;
    width: 3.1rem;
    margin: 0 auto;
    font-size: .34rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
    background: url('../img/title_bg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.title1 p{
    font-size: .28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FD822A;
    padding-top: .1rem;
}
.detail{
    width: 100%;
    text-align: center;
}
.detail img{
    width: 100%;
    padding-top: .32rem;
}
.detail h3{
    font-size: .28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #383838;
}
.detail h3 i{
    color: #FD822A;
}
.detail p{  
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    line-height: .37rem;
    padding-top: .22rem;
}
.detail p span{
    display: inline-block;
    width: 1.38rem;
    /* height: .32rem;
    line-height: .32rem; */
    padding: 0.04rem 0rem;
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-left: .17rem; 
    background: #FD822A;
    border-radius: .1rem;
}

.section2{
    width: 100%;   
    height: auto; 
    background: #FFFFFF;
    border-radius: .2rem;
    padding: .56rem .21rem .4rem .21rem;
    margin-top: .21rem;
}
.section2 .title2 span{
    display: block;
    text-align: center;
    width: 1.4rem;
    margin: 0 auto;
    font-size: .34rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
    background: url('../img/title2_bg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.step_detail{
    width: 100%;
    margin-top: .56rem;
}
.step_detail h3{
    width: 100%;
    height: .38rem;
    display: flex;
    align-items: center;
}
.step_detail h3 img{
    width: .38rem;
}
.step_detail h3 span{ 
    font-size:  .32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF7B19;
    padding-left: .14rem;
}
.step_detail ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: .45rem;
}
.step_detail ul li{
    width: 48%;
}
.step_detail ul li img{
    width: 100%;
}
