.blog-content .phone_class .tbys{
    color: #5D7CFA;
}
/*img2*/
.blog-content .img2_container{
    position: absolute;
    top: 71%;
    left: 1%;
    width: 30%;
    color: #6D7174;
    text-align: center;
}
.blog-content .img2_1_container{
    position: absolute;
    top: 71%;
    left: 33%;
    width: 36%;
    color: #6D7174;
    text-align: center;
}
.blog-content .img2_2_container{
    position: absolute;
    top: 71%;
    left: 73%;
    width: 23%;
    color: #6D7174;
    text-align: center;
}
.blog-content #img2 .img_title{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #655AFC;
}
.blog-content #img2 .img_desc{
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
/**
自适应
*/
@media(min-width:1800px) {
    .blog-content #img2 .img_title{
        font-size: 18px;
        line-height: 25px;
    }
    .blog-content #img2 .img_desc{
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
    }

}
@media(max-width:1400px) and (min-width:1200px) {

    .blog-content #img2 .img_title{
        font-size: 18px;
        line-height: 25px;
    }
    .blog-content #img2 .img_desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

}
@media(max-width:1200px) and (min-width:991px) {

    .blog-content #img2 .img_title{
        font-size: 16px;
        line-height: 20px;
    }
    .blog-content #img2 .img_desc{
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }

}
@media(max-width:991px) and (min-width:768px) {
    .blog-content .img2_1_container {
        left: 32%;
        width: 38%;
    }
    .blog-content #img2 .img_title{
        font-size: 14px;
        line-height: 18px;
    }
    .blog-content #img2 .img_desc{
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
    }

}
@media(max-width:768px){
    .blog-content .bg-primary .TV_img{
        display: none;
    }
    .blog-content .bg-primary .mobile_img{
        display: block !important;
    }

    .blog-content .phone_class{
        display: none;
    }

}
