.l-content .p-container {
    overflow: hidden;
    position: relative;
}

.l-content .p-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.l-content .p-title {
    height: 80px;
    background-image: url("../images/step-bg.png");
    overflow: hidden;
}

.l-content .p-title-no {
    display: block;
    float: left;
    width: 312px;
    height: 80px;
    font-size: 50px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    text-indent: 50px;
    font-style: italic;
}

.l-content .p-title-no strong {
    color: #003399;
}

.l-content .p-title-content {
    display: block;
    float: left;
    height: 80px;
    font-size: 44px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
}

.l-content .p-title2 {
    height: 47px;
    font-size: 32px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 47px;
    background-image: url("../images/triangle.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 50px;
    text-indent: 30px;
    margin-top: 30px;
}

.l-content .step-container{
    position: absolute;
    left: -16px;
    top: -16px;
}
.l-content .step-fb{
    position: absolute;
}
.l-content .step-text{
    height: 46px;
    background: #003399;
    border-radius: 23px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFCC00;
    line-height: 46px;
    padding-right: 84px;
    position: absolute;
    white-space: nowrap;
}
.l-content .step-mask{
    position: absolute;
    cursor: pointer;
}

.l-content .step-text span{
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    margin-left: -4px;
    margin-top: -4px;
    text-align: center;
    margin-right: 13px;
}

.l-content .p1 {
    height: 898px;
    margin-top: 50px;
    overflow: hidden;
}

.l-content .p1-content{
    background-image: url("../images/bg-p1-content.png");
    width: 882px;
    height: 495px;
    padding: 16px;
    box-sizing: border-box;
    margin: 24px auto 0;
    overflow: hidden;
}

.l-content .p1-text{
    font-size: 20px;
    font-family: SourceHanSansCN;
    color: #333333;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
}
.l-content .p1-link{
    display: block;
    width: 380px;
    height: 72px;
    background: #FFCC00;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 30px auto auto;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 72px;
    text-decoration: none;
    text-align: center;

    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}

.l-content .p2 {
    height: 773px;
    overflow: hidden;
}

.l-content .p2-content{
    margin-top: 10px;
    text-align: center;
}

.l-content .p3 {
    height: 820px;
    overflow: hidden;
    position: relative;
}

.l-content .p3-content{
    width: 572px;
    height: 528px;
    padding: 16px;
    box-sizing: border-box;
    margin: 44px auto auto;
    position: relative;
    background-image: url("../images/bg-p3-content.png");
}

.l-content .p4 {
    height: 691px;
    overflow: hidden;
}
.l-content .p4-content{
    background-image: url("../images/bg-p4-content.png");
    width: 882px;
    height: 390px;
    margin: 24px auto;
    padding: 16px;
    box-sizing: border-box;
}
.l-content .p4-content img{
    width: 100%;
}

.l-content .p-footer{
    height: 316px;
    background-image: url("../images/bg-footer.png");
    overflow: auto;
}

.l-content .p-footer-text{
    position: relative;
    height: 74px;
    font-size: 50px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFCC00;
    line-height: 74px;
    text-shadow: 0px 1px 0px #000000;
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}

.l-content .p-footer-text-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 573px;
    height: 25px;
    z-index: -1;
    margin: auto;
    background: linear-gradient(270deg, rgba(88, 88, 88, 0) 0%, #626262 52%, rgba(79, 79, 79, 0) 100%);
}

.l-content .p-footer-links{
    text-align: center;
    margin-top: 60px;
}
.l-content .p-footer-links .p-footer-link{
    display: inline-block;
    width: 300px;
    margin: 0 10px;
}

.l-content .p-footer-link{
    display: block;
    width: 380px;
    height: 72px;
    background: #FFCC00;
    margin: 60px auto 0;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 72px;
    text-align: center;
    text-decoration: none;

    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
