.process {
    background: #f7f8fb;
    overflow: hidden;
}

.title {
    color: #333;
    text-align: center;
    font-size: 36px;
    margin-top: 60px;
}

.tax-text {
    font-size: 16px;
    color: #888888;
    text-align: center;
    margin-top: 20px;
}

.process-allcontent {
    margin-top: 55px;
}

.process-content {
    float: left;
    width: 248px;
    height: 255px;
    background-color: #fff;
    margin-right: 30px;
}

.process-content img {
    width: 44px;
    height: 44px;
    margin-top: 30px;
    margin-left: 100px;
}

.process-title {
    font-size: 18px;
    color: #181130;
    line-height: 32px;
    margin-top: 13px;
    text-align: center;
    margin-bottom: 3px;
}

.process-content-item {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
}

.process-content-item img {
    float: left;
    width: 5px;
    height: 5px;
    margin-left: 35px;
    margin-top: 14px;
}

.process-content-item div {
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-left: 18px;
}

.process-content-center {
    float: left;
    width: 11px;
    height: 16px;
    margin-top: 143px;
    margin-right: 28px;
}

.process-content-last {
    margin-right: 0;
}