html,body{
    font-size: 20px;
    font-family: Arial, 'Microsoft YaHei', sans-serif;
    background: white;
}

*{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

button{
    outline: none;
    border: none;
}

ul{
    list-style: none;
}

img{
    display: block;
}

.container{
    width: 750px;
    position: relative;
}

.header{
    width: 100%;
    height: 365px;
    position: relative;
    background: url(../img/bg-head.png) center no-repeat;
}

.btn-play{
    width: 126px;
    height: 126px;
    margin-top: 117px;
    background: url(../img/btn-play.png) center no-repeat;
}

.details{
    padding: 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.details div{
    display: table-cell;
    vertical-align: top;
}

.details .icon-logo{
    display: inline-block;
}

.details p,
.details span,
.details h2{
    display: block;
    text-align: left;
    line-height: 45px;
    font-size: 25px;
    color: #626262;
}

.details h2{
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.details div.left{
    padding-right: 20px;
}

.icon-e{
    width: 27px;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    float: left;
    background: url(../img/icon-e.png) center no-repeat;
}

.icon-collect{
    width: 26px;
    height: 34px;
    top: 20px;
    right: 30px;
    position: absolute;
    background: url(../img/icon-collect.png) center no-repeat;
}

.btn-download{
    width: 224px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: white;
    display: block;
    margin-right: 30px;
    position: relative;
    text-decoration: none;
    background: #0f9d58;
}

.details-info p.msg-download{
    display: block;
    text-align: right;
    padding-right: 30px;
    padding-top: 10px;
    line-height: 60px;
    font-size: 25px;
    color: #626262;
}

.section-2{
    width: 100%;
    height: 211px;
    background: url(../img/section-2.png) center no-repeat;
}

.section-3{
    padding: 20px;
}

.section-3 p.title{
    width: 661px;
    height: 132px;
    display: block;
    color: #383838;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 35px;
    padding: 20px 0;
    /*background: url(../img/section-3-p.png) center no-repeat;*/
}

.icon-home{
    width: 203px;
    height: 95px;
    margin-top: 10px;
    background: url(../img/icon-home.png) center no-repeat;
}

.screen-shots{
    width: 100%;
    height: 438px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #eeeeee;
}

.wrap-img{
    width: 100%;
    overflow-x: auto;
}

.screen-shots ul{
    width: 1230px;
}

.screen-shots ul li{
    width: 236px;
    height: 418px;
    margin-left: 10px;
    float: left;
}

.score{
    width: 100%;
    height: 526px;
    background: url(../img/score.png) 30px center no-repeat;
}

.comment{
    width: 100%;
    height: 710px;
    padding: 20px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment li{
    width: 100%;
    float: left;
    display: table;
    margin-top: 50px;
    position: relative;
}

.comment li div{
    display: table-cell;
    vertical-align: top;
}

.comment li .left{
    width: 120px;
}

.comment li .center{
    width: 450px;
    font-size: 24px;
    text-align: left;
}

.comment li .center p.words{
    padding-top: 30px;
    font-size: 26px;
    color: #212121;
}

.comment li .center p i{
    width: 114px;
    height: 20px;
    display: block;
    float: left;
    padding-right: 40px;
    background: url(../img/icon-stars.png) left center no-repeat;
}

.comment li .left p{
    width: 60px;
    height: 60px;
    margin-top: 15px;
    line-height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    background: #be360b;
}

.comment li .center p,
.comment li .center h2{
    text-align: left;
    color: #212121;
    font-weight: normal;
}

.comment li .center h2{
    padding: 5px 0;
}

.comment li .right img{
    float: right;
    padding: 0 20px;
}

.comment li .right{
    padding-right: 40px;
}

.title-2{
    width: 690px;
    height: 105px;
    position: relative;
    background: url(../img/title-2.png) center no-repeat;
}

.tools{
    width: 100%;
    height: 214px;
}

.tool-1{
    width: 298px;
    height: 85px;
    margin-top: 87px;
    margin-left: 55px;
    float: left;
    background: url(../img/icon-danh.png) center no-repeat;
}

.tool-2{
    width: 142px;
    height: 92px;
    margin-top: 87px;
    margin-left: 160px;
    float: left;
    background: url(../img/icon-chia.png) center no-repeat;
}

.others{
    width: 100%;
    height: 2589px;
    padding-bottom: 60px;
    position: relative;
    background: url(../img/others.png) top center no-repeat,#eeeeee;
}

.video-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0,0,0,0.8);
}

.ivideo{
    width: 640px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -180px;
}

.video-wrap img{
    width: 472px;
    height: 836px;
    top: 50%;
    left: 50%;
    margin-left: -236px;
    margin-top: -418px;
    position: absolute;
}