
.top{
    display: flex;
    justify-content: space-between;
}
.step-0 {
    position: relative;
    width: 100%;
    background: url('images/file.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    background-color: skyblue;
    /* background-color: #fff; */
    height: 390px;
}
.step-0 .bgcWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    /* z-index: -1; */
}
.message{
    color: #fff;
    font-size: 35px;
}
.step-0 {
    /* max-width: 1080px; */
    /* margin: 0 auto; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
}
.agentBtn{
    width: 150px;
    padding: 15px;
    border: 0;
    border-radius: 30px;
    margin-top: 40px;
    cursor: pointer;
    background-color: #16A34A;
    color: #fff;
    font-size: 20px;
}
.agentBtn:hover{
    background-color: #22C55E;
    color: #fff;
}
.step-0 .hot{
    font-size: 17px;
    margin-top: 30px;
}
.product{
    text-align: center;
    padding: 60px 0;
}
.product-title{
    font-weight: bold;
    margin-bottom: 30px;
}
.pro-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-content .rightTip{
    width: 50px;
    height: 40px;
    padding: 0 20px;
}
.pro-content .pro-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 150px;
    background: linear-gradient(to bottom, #F0FDF4, #DCFCE7);
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    cursor:default ;
}
.product .pro-item img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
}
.support{
    text-align: center;
    background-color: #F5F5F5;
    /* height: 390px; */
    padding: 20px 0 60px 0;
}
.support-title{
    font-weight: bold;
    margin: 30px 0; 
}
.support-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.support-content .rightTip{
    width: 50px;
    height: 40px;
    padding: 0 20px;
}
.support-content .support-item {
    width: 180px;
    height: 180px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    cursor:default ;
}
.product .support-item>img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .support-content {
      flex-direction: column;
      align-items: center;
    }
}
@media (max-width: 768px) {
    .pro-content {
      flex-direction: column;
      align-items: center;
    }
}