/*banner部分*/
.home-banner {
    background: url('../images/distribution/banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

/* 板块二 */
.plate2 {
    width: 1279px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin: 0 auto;
    padding: 50px 60px;
}

.plate2Two {
    width: 1279px;
    background: #FFFFFF;
    margin: 20px auto 0;
    padding: 30px 60px 90px;
}

.allBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #121213;
}

.plate2Cont {
    font-size: 20px;
    color: #707070;
    display: block;
    margin: 23px 0 50px;
}

.plate2ItemTwo .plate2Cont {
    margin: 23px 0;
}

.plate2Item {
    padding-right: 57px;
    cursor: pointer;
}

.plate2ItemTwo {
    padding-left: 57px;
    position: relative;
}

/* 流程 */
.processPosition {
    position: absolute;
    top: 185px;
    left: 200px;
}

.processBox {
    display: flex;
    flex-direction: column;
}

.processBox .processItem {
    margin-bottom: 30px;
}


.process {
    display: flex;
    align-items: center;
}

.process img {
    display: block;
    margin: 0 8px 0 7px;
}

.processItem {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #F8F8F8, #FFFFFF);
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #121213;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 14px;
}

.processItemActive {
    background: linear-gradient(135deg, #906BFB, #7B6FF0);
    box-shadow: 0px 12px 12px 0px rgba(123, 111, 240, 0.24);
    border-radius: 10px;
    color: #FFFFFF;
}

.twoBg {
    background: linear-gradient(135deg, #FF884C, #FA7841);
    box-shadow: 0px 12px 12px 0px rgba(251, 105, 41, 0.24);
}

.iconItem {
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.iconItem span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
}

/* 板块三 */
.plate3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plate3Item {
    width: 412px;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-right: 20px;
}

.plate3Item:last-child {
    margin-right: 0;
}

.plate3ItemTitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #121213;
    margin: 30px 0 20px;
}

.plate3ItemCont {
    padding: 0 40px;
    font-size: 16px;
    color: #707070;

}

/* 板块四 */
.plate4Box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.plate4 {
    width: 1098px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.plate4IconItem {
    width: 183px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.plate4IconItem span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.plate4Btn {
    width: 253px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 25px;
    font-size: 22px;
    color: #121213;
}

.image-25-24 {
    width: 25px;
    height: 24px;
}