.box_img{
    display: flex;
    align-items: center;
    padding: 10px;
}
.box_img .logo{
    width: 100px;
    height: 100px;
}
.box_img .info{
    flex: 1;
    margin-left: 20px;
}
.box_img .info .name{
    display: flex;
    align-items: center;
}
.box_img .info .name .text{
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
}
.box_img .info .name .score{
    display: flex;
    align-items: center;
}
.box_img .info .name .score .score_item{
    display: flex;
    align-items: center;
}
.box_img .info .name .score .score_item .score_item_text{
    font-size: 14px;
    margin-right: 8px;
    font-weight: 200;
}

.box_img .info .name .score .score_item .score_item_value img{
    width: auto;
    height: 20px;
}
.box_img .info .update_time{
    font-size: 14px;
    color: #403f3f;
    margin-top: 4px;
    font-weight: 400;
}
.box_img .info .version{
    font-size: 14px;
    color: #403f3f;
    margin-top: 4px;
    font-weight: 400;
}
.box_img .info .size{
    font-size: 14px;
    color: #403f3f;
    margin-top: 4px;
    font-weight: 400;
}
.box_img .info .language{
    font-size: 14px;
    color: #403f3f;
    margin-top: 4px;
    font-weight: 400;
}
.download_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
}
.xl_box_n{

    padding: 20px 10px;

    background: #fff;
}
div{
box-sizing: border-box;
}
.xl_box_n_title{
    width: 160px;
    margin: 0 auto;
}
.box_img_content{
    background: #fff;
}
.swiper{
    height: 230px;
    background: #fff;
}
.bg_title{
    height: 64px;
    background: url(../images/title.png) no-repeat center center;
    background-size: 100% 100%;

    line-height: 54px;
    padding-left: 50px;
}
.bg_title span{
    font-size: 20px;
    color: #fff;
    font-weight: 800;

}
.bg_title_text{
    font-size: 14px !important;
    color: #fff;
    font-weight: 300 !important;
}
.swiper_box{
    height: 100px !important;
}
.xl_box_n {
    display: none;
  }
  .xl_box_n.active {
    display: block;
  }