.xieye-box {
    background-color: #fff;
    padding: 30px 0;
    color: #333;
}

.xieye-box .pa30 {
    padding: 0 30px;
}

.xieye-box h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
}

.xieye-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.xieye-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.xieye-box b,
.xieye-box p {
    color: #333;
}

.xieye-box p {
    margin-bottom: 10px;
}

.xieye-box a {
    color: #e9332a;
    font-weight: bold;
}

.xieye-box ul {
    margin-bottom: 100px;
}

.xieye-box ul li {
    display: flex;
    align-items: center;
    color: #e9332a;
    margin-bottom: 10px;
}

.xieye-box ul li em {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 15px;
}

.xieye-box .mb75 {
    margin-bottom: 24px;
}

.xieye-box .mb5 {
    margin-bottom: 10px;
}

.xieye-box .mb80 {
    margin-bottom: 80px;
}

.xieye-box .tr {
    text-align: right;
}