.trainInt{

    padding-top: 0.5rem;

    padding-right: 0.4rem;

    padding-left: 0.4rem;
    margin-bottom: 0.5rem;

}

.trainInt>.banner-title{
    margin-bottom: 0.3rem;

}
.trainInt>p{

    font-size: 16px;
    color: #666;
    line-height: 25px;
    /* font-weight: bold; */
    letter-spacing: 3px;

}

.trainImgWrap{

    position: relative;

    text-align: right;

}

.trainImgWrap >img{

    background-size: 100%;

}

.trainIcon{

    width: 1.32rem;

    height: 0.21rem;

    margin-top: 0.21rem;

    margin-bottom: 0.24rem;

}

.trainImg{

    margin-bottom: 1.08rem;

    width: 4.67rem;

    height: 2.97rem;

}

.trainImgWrap >P{

    z-index: -1;

    position: absolute;

    bottom: 0.78rem;

    left: 0;

    margin-left: 0.23rem;

    line-height: 0.69rem;

    font-size: 0.69rem;

    font-weight: bold;

    color: #f0f0f0;

}

.conceptWrap{
    margin-top: 30px;
    padding: 0 10px 30px 10px;
    max-width: 2000px;

}

.concept{

    margin-bottom: 0.8rem;

}

.concept >span{

    display: inline-block;

    width: 0.38rem;

    height: 0.04rem;

    background-color: #71f3db;

    margin-bottom: 0.25rem;

}

.concept >p{

    color: #333;

    font-size: 0.32rem;

    line-height: 0.32rem;

    margin-bottom: 0.29rem;

}

.concept >div{

    font-size: 0.28rem;

    color: #666;

}

.advantageWrap{

    font-size: 0;

    padding-top: 80px;

    background-color: #f0f0f0;
    padding-bottom: 0.5rem;

}

.advantage{

    text-align: center;

    vertical-align: text-top;

    display: inline-block;

    width: 3.75rem;

    margin-bottom: 0.6rem;

}

.advantage >img{

    height: 0.8rem;

    width: 0.8rem;

    margin-bottom: 0.21rem;

}

.advantage >div{

    font-size: 0.28rem;

    color: #666;

    line-height: 0.28rem;

}

.conceptContentW .conceptContent .concept-text{

    line-height: 30px;
    
    /* width: 250px; */
    color:#666;
    /* height: 10em; */
    

}
.conceptContentW{
    
width: 100%;
max-width: 800px;
margin: auto;
display: flex;
    flex-wrap: wrap;

}
.conceptContent{
    /* height: 30em; */
    flex: 1;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.conceptContent .concept-title{

    font-weight: bold;

    font-size: 18px;

    color: #333;
    font-size: 20px;
    margin-bottom: 0.2rem;
    /* word-break: break-all; */

}





.conceptContentW >div{
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
}

.conceptContentW p {

    font-size: 16px;

    line-height: 32px;

    margin: 0;

}

.advantageContent{

    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    width: 100%;

}


.advantageContent > div{

    text-align: center;

    display: inline-block;

}

.advantageContent > div>span{

    font-size: 18px;

    font-weight: bold;

    color: #666;

    /* margin-top: 30px; */

}

.superIcon{
    /* width: 230px; */
    flex: 1;
    /* height: 300px; */
    padding-bottom: 0.5rem;
    background: #e2e2e2;
    margin:0 10px ;
    padding-top: 20px;
    border-radius: 20px;
    border: 2px solid #fff;

}
.train_super_icon_container{
    background: #314b96;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0px 5px 5px rgba(0, 0, 0,0.5);
    margin-bottom: 50px;
}
.train_super_icon_container>div{
    background: #20356f;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 5px rgba(255, 255, 255,0.5);
}

.advantageWrap > div{
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 680px) {
    .conceptContentW >div{
        width: 24%;
    }
    .advantageWrap > .advantagecontainer{
        width: 49%;
        display: inline-block;
    }
    .advantageContent{

        height: 350px;
    }
 }
/* @media screen and (min-width:780px) {
    
 } */