h2 {
    text-align: center;
    padding: 60px 0;
}

.ziliao,
.harm,
.materials,
.flow {
    min-width: 1200px;
    margin-bottom: 60px;
}

.ziliao {
    background: url(../images/cailiao.png);
}

.ziliao .mingci img {
    position: relative;
    margin-top: 70px;
}

.ziliao p {
    position: absolute;
    top: 90px;
    padding: 25px 70px;
    right: 20px;
    left: 20px;
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
}

.harm {
    padding-bottom: 60px;
}

.harm img {
    position: relative;
}

.harm .endanger {
    position: absolute;
    top: 30px;
    padding: 15px 50px;
    text-align: center;
    font-size: 16px;
}

.harm .endanger p {
    font-size: 24px;
    margin-bottom: 10px;
}

.harm .btn {
    margin-top: 80px;
    margin-left: 25%;
}

.harm .btn .number {
    width: 416px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #3f6699;
    float: left;
    font-size: 20px;
}

.iphone {
    float: left;
    width: 100px;
    height: 60px;
    background: linear-gradient(90deg, #E83233 0%, #8321E4 100%);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    margin-left: -2px;
}


/* 流程 */

.flow img {
    position: relative;
}

.flowtu {
    margin-top: -700px;
}

.flowtu p {
    font-size: 20px;
    line-height: 45px;
}

.flowtu h2 {
    padding: 0 0 20px;
}

.officialFlow {
    padding: 20px 80px 20px 150px;
}

.companyFlow {
    padding: 20px 80px 20px 100px;
}

.flow .jiaji {
    margin-top: 30px;
    width: 80%;
    height: 200px;
    border: 1px dashed #3A1FAA;
    padding: 10px 20px 15px;
}

.flow .jiaji i {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #3A1FAA;
    margin-right: 10px;
}

.materials li {
    margin-top: 13px;
}

.materials span {
    float: left;
    margin-top: 15px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-color: #a54646;
    box-shadow: 6px 7px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    z-index: 5;
}

.materials p {
    padding: 14px 18px 14px 40px;
    height: 70px;
    border: 2px solid #E5E5E5;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.materials ul li:nth-child(2) p,
.materials ul li:nth-child(6) p {
    line-height: 42px;
}

.materials ul li:hover {
    background-color: #ce7b7b;
    color: #fff;
}

.materials ul li:hover p {
    color: #fff;
}