header{
    background: url(../images/headbg.png) repeat-x;
    height: 153px;
    padding-top: 37px;
}
.logo img{
    height:42px;
}
.logo{
    width: 135.72px;
    margin: 0 auto;

}
.versions{

}
.versions{
    text-align: center;
    margin-top: 23.5px;
    font-size: 14px;
    color: #fff;
}
.qr_code{
    width: 75px;
    margin: 0 auto;
    padding-top: 21.5px;

}
.qr_code img{
    width: 75px;
}
.qr_txt{
  text-align: center;
    margin-top: 10.5px;
    padding-bottom: 30px;
}
.download_link{
    width: 125px;
    margin: 0 auto;
}
.download_link button
{
    height: 35px;
    width: 125px;
    background-color: #ff92fe;
    outline: none;
    border: transparent;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
}
.download_link button img{
    height: 15px;
    position: relative;
    left: -10px;
}

.app_photo span,.app_content span, .updata span{
    font-size: 22px;
    color: #ff92fe;
}

.app_photo,.app_content,.updata,.old_data{
    padding-left: 15px;
    padding-right: 15px;
}
.app_content p{
    text-indent: 2em;
}
.versions_data span{
    display: inline-block;
    font-size: 22px;
    color: #ff92fe;
    padding-left: 15px;
    padding-bottom: 15px;
}
.updata p{
    font-size: 11px;
    color: #666;
}
.updata p:nth-of-type(1){
    margin-top: 10px;
}
.app_content p{
    font-size: 11px;
    color: #666;
}

.old_data{
    border-bottom: 2px solid #d7d7d7;
    font-size: 8px;
    margin-bottom: 15px;
}

.old_data p:nth-of-type(2){
    color: #666;
}
.more {
    width: 120px;
    margin: 0 auto;
    font-size: 22px;
    color: #ff92fe;
}
.more img{
    position: relative;
    margin-left: 5px;
    height: 8px;
}
.add_more{
    display: none;
}