
.app-btn-i{
    background:url(../img/ios_icon.png) left center no-repeat;
}
.app-btn-a{
    background:url(../img/android_icon.png) left center no-repeat;
}
.app-btn,.app-btn-m{
    display: inline-block;
    background-color: #f9f9f9;
    height: 30px;
    line-height: 30px;
    border:1px solid #dddde4;
    border-radius: 5px 0 0 5px;
    text-align: center;
    padding-left: 30px;
}
.app-btn{
    width: 160px;
}
.app-btn-m{
    width: 80px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
}
.app-btn-l{
    display: inline-block;
    background-color: #f3f3f3;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    width: 70px;
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 13px;
}
.app-name,.app-name-m{
    font-weight: 550;
    line-height: 30px;
}

.app-name{
    font-size: 18px;
}
.app-name-m{
    font-size: 14px;
    float: left;
}
.app-l-name-m{
    font-size: 17px;
    font-weight: 550;
    display: block;
    margin-top: 10px;
    max-width: 200px;
}
.app-param,.app-param-m,.app-l-param-m{
    color: #969696;
    font-size: 14px;
    line-height: 20px;
}
.app-param{
    padding-top: 10px;
}
.app-param-m{
    margin-top: 35px;
}
.app-l-param-m{

}
.app-l-score-img{
    width: 15px;
}
.xq-app-info-m-1{
    padding-top: 5px;
    position: relative;
}
.xq-app-info-m-2{
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.app-desc{
    font-size: 14px;
    padding-top: 10px;
    display: block;
    max-width: 420px;
}
.xq-app-title-m{
    background-color: #ff6d00;
    color: #ffffff;
    width: 30px;
    font-size: 18px;
    /*display: inline-block;*/
    text-align: center;
    height: 100%;
    float: left;
    border-radius: 10px 0 0 10px;
    line-height: 20px;
    position: relative;
}
.xq-app-title-m div{
    position: absolute;
    margin: auto;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -9px;

}
.xq-app-pic-m{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    vertical-align:center;
    display: inline-block;
    float: left;
}
.l-app-pic-m{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    vertical-align:center;
    display: inline-block;
    float: left;
}
.xq-app-info-m{
    margin-left: 40px;
    margin-right: 10px;
}
.xq-app-text-l{
    margin-left: 10px;
    margin-bottom: 10px;
}
.xq-app-m{
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px 0 0 10px;
    width: 100%;
}
.margin-0{
    margin: 0;
}


@media only screen and (max-width:360) { 
    .app-l-name-m{
        max-width: 170px;
    }
}
@media only screen and (max-width:600px) { 
    .xq-app-pic-m{
        width: 50px;
        height: 50px;
    }
}