.container{
    padding: 0 1.875rem;
    background-color: #FFFFFF;
}
.title{
    line-height: 3.75rem;
    font-size: 2.5rem;
    padding-top: 2.5rem;
}

.infos{
    margin-top: 1.25rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1.5rem;
    color: #999999;
}

.infos span{
    display: inline-block;
    height: 1.875rem;
    line-height: 1.875rem;
    float: left;
}

.infos span:nth-child(2){
    margin-left: 1.875rem;
}

.infos span:nth-child(3){
    margin-left: 1.875rem;
}

.infos span:nth-child(4){
    float: right;
}

.download{
    margin-top: 0.5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1.5rem;
    color: #999999;
    display: none;
}

.download img{
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.content{
    padding-top: 1.75rem;
    line-height: 1.6;
    color: #333333;
    background-color: #FFFFFF;
    font-size: 2.4rem;
}

.content video{
    width: 100%;
}

.content p{
    line-height: 1.6;
    margin-top: 0.6rem;
}

.content img{
    width: 100%;
    height: auto;
    display: block;
}

.matrix img{
    width: 100%;
    height: auto;
}
