.main {
    background: #f6f6f6;
}

.banenr{
    height: auto;
}
.banenr img{
    width: 100%;
    height: auto;
}
.banner-pc{
    display: block;
}
.banner-app{
    display: none;
}

@media screen and (max-width:1000px) {
    .banner-pc{
        display: none;
    }
    .banner-app{
        display: block;
    }
}


.box1 {
    width: 100%;
margin-top: 5%;
margin-bottom:5%;
}

.box1 .item {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    padding-right: 0;
    border-radius: 10px;
}

.box1 .item .flex-box {
    display: flex;
    justify-content: space-between;
}

.box1 .item .flex-box .prc {
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
    
}

.box1 .item .flex-box .prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.box1 .item:hover a .prc img {
    transform: scale(1.05);
}

.box1 .item .flex-box .r {
    padding: 0 50px;
   flex: 1;
}

.box1 .item .flex-box .r .tit {
    font-size: 28px;
    font-family: "ProximaNova_Semibold";
    color: #222;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.box1 .item .flex-box .r .text {
    font-size: 16px;
    line-height: 1.5;
    font-family: "ProximaNova_Regular";
    color: #666666;
}

.box1 .item .flex-box .r .more {
    width: 150px;
    height: 46px;
    border: 1px solid #eda333;
    color: #eda333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-family: "ProximaNova_Regular";
}

.box1 .item .flex-box .r .more:hover {
    color: #fff;
    background: #eda333;
}

.box1 .item .flex-box .r .more .iconofnt {
    display: block;
    margin-left: 5px;
}

@media (max-width:1500px) {
    .box1 .item {
        padding: 20px;
    }

    .box1 .item .flex-box .r {
        width: 52%;
        padding: 0 40px;
    }

    .box1 .item .flex-box .prc {
        width: 48%;
    }

    .box1 .item .flex-box .r .tit {
        font-size: 40px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .box1 .item .flex-box .r .text {
        font-size: 17px;
    }
}

@media (max-width:1200px) {
    .box1 .item .flex-box .prc {
        width: 50%;
    }
.box1 {
    width: 100%;
    margin-top: 30px;
}
    .box1 .item .flex-box .r {
        width: 50%;
        padding: 0 20px;
    }

    .box1 .item .flex-box .r .tit {
        font-size: 32px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .box1 .item .flex-box .r .text {
        font-size: 14px;
    }

    .box1 .item .flex-box .r .more {
        font-size: 15px;
    }
}

@media (max-width:1000px) {
    .box1 .item .flex-box {
        flex-direction: column;
    }

    .box1 .item .flex-box .prc {
        width: 100%;
        border-radius: 0;
    }

    .box1 .item .flex-box .r {
        width: 100%;
        margin-top: 15px;
        padding: 0 0px;
    }

    .box1 .item .flex-box .r .tit {
        font-size: 22px;
    }

    .box1 .item .flex-box .r .text {
        font-size: 14px;
    }

    .box1 .item .flex-box .r .more {
        margin-top: 15px; 
        font-size: 13px;
        width: 140px;
        height: 40px;
    }

    .box1 .item .flex-box .prc img {
        object-fit: cover;
        max-height: 350px;
    }
}