/*主页列表*/
.app_modular{
    height: 174px;
}
.app_icon{
    width:68px;
    margin: 15px 10px;
}
.app_icon img{
    width: 68px;
    height: 68px;
}
.app_des{
    margin:15px 0 25px 88px;
}
.app_tit{height: 30px;}
.app_au{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #949494;
}
.app_au i{
    color:#2E8B57;
    cursor: pointer;
}
.app_comment{
    font-size: 14px;
    height: 60px;
    margin:5px 0px;
    line-height: 20px;
    overflow: hidden;
}
.app_comment a{color: #666;}
.app_comment a:visited{text-decoration: none;}
/*.store_list{padding: 30px 20px;}
.store_list li{margin: 20px 0;}
.store_list li p{text-align: center;padding: 2px 0;}
.store_logo{
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #F0F0F0;
    background: #FCFCFC;
}
.store_appname{font-size: 16px;}
.store_appname a:hover{text-decoration: none;color: #b22403;}
.store_apptype{line-height: 28px;}
.store_appname,.store_apptype{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/
.store_load{
    border: none;
    background: #4cc9b6;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}
.store_load:hover{color: #fff;}
.mask{
    width: 100%;
    height: 100%;
    background: #BABABA;
    position: fixed;
    top:0;
    left:0;
    filter: alpha(opacity=2);
    opacity: 0.5;
    z-index: -999;
    display: none;
}
/*应用详情*/
.store_detail_top{
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.store_detail_tit{font-size: 20px;line-height: 40px;}
.store_load_btn{
    border: none;
    padding: 10px 20px;
    background: #4cc9b6;
    color: #fff;
    margin-top: 30px;
}
.store_detail_pic h2{
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    border-left: 3px solid #4cc9b6;
    height: 40px;
    line-height: 30px;
    background: #fff;
}
/*二维码弹出框*/
.store_tip{
    background: #fff;
    position: fixed;
    width: 540px;
    height: 450px;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -270px;
    display: none;
}
.store_tip h1{
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    background: #fff;
    padding-left: 20px;
}
.store_tip_close{
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
.tip_main{
    text-align: center;
    height: 355px;
    background: #EBEBEB;
    padding-top:50px;
}
.QR_code{
    display: inline-block;
}
.store_tip_btn{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:0px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.store_tip_btn button{
    border: none;
    cursor: pointer;
    color: #fff;
    background: #63B8FF;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}
.slide{margin-top: 20px;}
.carousel-control.left,.carousel-control.right{background: transparent;}
.col-md-6 .carousel-control{font-size: 60px;top:40%;color: #38c;}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{margin:0 auto;}
.ui-mobile-viewport .ui-page-theme-a  .ui-link:link{color: #38c;}
.ui-mobile-viewport .ui-page-theme-a  .ui-link:visited{color: #059;}
.ui-mobile-viewport .ui-page-theme-a  .ui-link:hover{color: #059;}
.ui-mobile-viewport .ui-page-theme-a  .ui-link:active{color: #059;}
.carousel-indicators .active{background: #38c;}
.carousel-indicators li{background: palegreen;}

.app_intro{display:none;}
.app_intro p{text-align: left;text-indent: 2em;margin: 0px;padding-bottom:0px; }

/**/
.app_tit .store_author{
    display: none;
    line-height: 30px;
    font-size: 12px;
    color: #828282;
}