.support {
    position: relative;
    background: linear-gradient(to bottom, #222, RGBA(197, 36, 30, 1));
}

.support .box1 {
    position: relative;
    padding: 94px 0 163px;
    z-index: 3;
}

.support .box1 .innerTtitle {
    position: relative;
    transform: translateY(0);
}

.support .box1 .title {
    position: relative;
    margin-top: -1.5em;
    color: #fff;
    z-index: 6;
    text-align: center;
    letter-spacing: .1em;
}

.support .box1 .box-c {
    margin-top: 68px;
}

.support .box1 .box-c li {
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 45px 50px;
}
.support .box1 .box-c li:not(:last-child) {
    margin-bottom: 20px;
}
.support .box1 .box-c li .pic {
    width: 200px;
}

.support .box1 .box-c li .pic img {
    display: block;
    width: 100%;
}

.support .box1 .box-c li .text-box {
    flex: 1;
    margin-left: 50px;
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    line-height: 48px;
}

.support .box1 .box-c li .text-box span {
    color: #999999;
}
@media (max-width: 1199px) {
    .support .box1{
        padding: 90px 0;
    }
    .support .box1 .box-c{
        margin-top: 55px;
    }
}
@media (max-width: 1024px) {
    .support .box1{
        padding: 80px 0;
    }
    .support .box1 .box-c{
        margin-top: 50px;
    }
    .support .box1 .box-c li{
        padding: 30px;
    }
    .support .box1 .box-c li .text-box{
        margin-left: 30px;
        font-size: 16px;
        line-height: 26px;
    }
    .support .box1 .title{
        margin-top: -1em;
    }
}
@media (max-width: 768px) {
    .support .box1{
        padding: 70px 0;
    }
    .support .box1 .box-c{
        margin-top: 40px;
    }
    .support .box1 .box-c li{
        padding: 25px;
    }
    .support .box1 .box-c li .pic{
        width: 150px;
    }
    .support .box1 .box-c li .text-box{
        margin-left: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .support .box1 .box-c li{
        padding: 20px;
    }
    .support .box1{
        padding: 60px 0;
    }
    .support .box1 .box-c{
        margin-top: 30px;
    }
}