body,div,ul,ol,dl,li,dt,dd,p,input,a,span,form,textarea,table,tr,th,td,h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-family:"PingFang SC",微软雅黑;}
/* 响应式 */
@media screen and (min-width: 1079px) and (max-width: 2048px) {
    html,body{
        font-size:16px!important;
    }
}
@media screen and (min-width: 767px) and (max-width: 1079px) {
    html,body{
        font-size:16px!important;
    }
}
@media screen and (min-width: 769px){
    body #header,body #tab,body #content,body #foot,body #foot-nav,body .mysite-back,body .mysite-edit-tab{
        max-width:414px!important;
        text-align:left!important;
    }
    body .back{
        max-width:414px!important;
    }
    body{
        max-width:414px!important;;
        margin:0 auto!important;
    }
}
@media screen and (min-width: 413px) and (max-width: 767px) {
    html,body{
        font-size:16px!important;
    }
}
@media screen and (min-width: 374px) and (max-width: 413px) {
    html,body{
        font-size:14px!important;
    }
}
@media screen and (min-width: 319px) and (max-width: 374px) {
    html,body{
        font-size:12px!important;
    }
}@media screen and (max-width: 319px){
    html,body{
        font-size:12px!important;
    }
}
body{
    #background-color:#eee;
}
#foot-nav span,#foot-nav div{
    font-family: "PingFang SC";
}
#header,#header div{
    height:4em;
    background-color:#fff;
}
#header .logo{
    height:4em;
    line-height:4em;
    text-align:center;
    border-radius: 1px;
    background-color:#19b5fe;
}
.search{
    height:2.5em;
    margin:0 auto;
    margin-top:0.75em;
    background: #f2f2f2;
    color:#7a7a7a;
    width:90%;
    border-radius:2.5em;
    display:inline-block;
    padding-left:2.5em;
    margin-left:-1em;
}
.icon-search{
    display:inline-block;
    margin-top:0.75em;
    background: url(/static/image/sousuo.png) no-repeat;
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    width:20px;
    height:20px;
    position:relative;
    top:6px;
    left:1.5em;
    z-index:1000;
}
#tab{
    font-size:1.2em;
    border-top: 1px solid #eee;
    width:100%;
    overflow:hidden;
    background-color:#fff;
    border-bottom:1px solid #eee;
}
#tab ul,#cate-tag ul,#article-cate-tag ul{
    list-style: none;
}
#tab li{
    color:#888;
    text-align:center;
    height:2.5em;
    line-height:2.5em;            
    position:relative;
}
#tab .on{
    font-size:1.2em;
    margin-top:-0.2em;
    color:#0c9e5d;
    #border-bottom:2px solid #0c9e5d;
    font-weight: 700;
}
.on::before{
    content:"";
    position: absolute;
    top: -0.5em;
    left: 40%;
    width: 20%;
    height: 100%;
    border-bottom: 2px solid #0c9e5d;
}
#content{
    background-color:#fff;
}
.app-nav{
    height:2.5em;
    line-height:2.5em;
    #border-bottom:1px solid #eee;
    #margin-top:5px;
    #overflow:hidden;
}
.app-nav-left{
    font-size:1.15em;
    color:#555;
    float:left;
}
.app-nav-left::before{
    content:"";
    width:0.3em;
    height:1em;
    margin-top:0.6em;
    float:left;
    border-left:3px solid #0c9e5d;
    #border-bottom:1px solid rgb(255, 105, 31);
}
.app-nav-right{
    width:2.5em;
    height:2.5em;
    float: right;
    #font-size: 1.1em;
    #color: #999;
    background: url('/static/image/arrow.png?v=2') no-repeat center center;
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 70% 70%;
}
.new{
    padding:5px 16px 5px 16px;
}

.app-app img{
    width:3.5em;
    height:3.5em;
    border-radius: 1em;
}
.sp-name{
    font-size: 1.1em;
    color: #111111;
    display: block;
    width: 100%;
    max-width: 6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:10px;
	overflow: hidden;
    font-weight: 400;
}
.sp-time{
    font-size: 0.8em;
    color: #686868;
    display: block;
    margin-top:0px;
}
.app-slide{
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    overflow-x:auto;
    #margin-top:5px;
    #padding-left:6px;
}
.app-slide li{
    width:100px;
}
.app-div{
    position: static;
    text-align:center;
    padding:5px 10px 5px 10px;
    width:6em;
}
.line{
    width:100%;
    height:5px;
    background-color:#eee;
}
.special_1{
    background: linear-gradient(to left,#bec9cf,#a7afba,#aca7ad,#aaa5ab,#a7adc5);
}
.special_2{
    background: linear-gradient(to left,#52b582,#42a170,#3ea871,#42a170,#52b582);
}
.special_3{
    background: linear-gradient(to left,#cea83c,#c69f2f,#d9ae35,#c69f2f,#cea83c);
}
.special{
    border-radius:5px;
    text-align:center;
    margin-bottom:5px;
    padding:10px 0;
}
.special-title{
    font-size:1.1em;
    color:#fff;
    font-weight: 700;
    padding:1em 15% 0 15%;
}
.special-apps{
    padding-top:1em;
    overflow:hidden;
}
.special-imgs{
    position: relative;
    float: left;
    left: 50%;
}
.special-img{
    margin-right:0.5em;
    width:2.5em;
    height:2.5em;
    border-radius:2.5em;
    float:left;
}
.special-mome{
    margin-right:0em;
    line-height:2.5em;
    background-color:#eee;
    float:left;
    color:#aaa;
}
.special-desc{
    padding:1em 0;
    color:#e2e5ec;
    font-size:0.8em;
}
.app-list-li{
    #background-color:#eee;
    padding: 10px 0 10px 0;
    border-bottom:1px solid #eee;
    #height:4em;
}
.app-list-li:last-child{
    border-bottom:0px;
}
.app-list-icon{
    float:left;
    max-width:20%;
}
.app-list-icon img{
    width: 3.5em;
    height: 3.5em;
    border-radius: 1em;
}
.app-list-desc{
    float:left;
    padding: 0.5em 0 0.5em 0.775em;
    max-width:60%;
}
.app-list-desc p{
    #overflow:hidden;
    #white-space:nowrap;
}
.app-list-title{
    font-size: 1.1em;
    line-height:1.1em;
    color:#111111;
    font-weight: 400;
    #margin-bottom: 0.5em;
}
.app-list-info,.app-list-time{
    margin-top:0.9em;
    font-size: 0.8em;
    line-height:0.8em;
    color:#686868;
}
.app-list-info{
    #margin-bottom:0.3em;
}
.app-list-btn{
    float:right;
    margin-top: 1em;
    width: 3.9em;
    border-radius: 2em;
    font-size: 0.9em;
    color: white;
    background-color: #0c9c57;
    color:#ffffff;
    border: none;
    height:1.95em;
    #line-height: 2.4em;
    #padding:0.4em 0.8em 0.4em 0.8em;
}
#foot-nav{
    border-top:1px solid #eee;
    background:#fff;
    width:100%;
    position:fixed;
    bottom:0px;
    padding:0.5em 0;
}
.foot-item{
    width:25%;
    text-align:center;
    border-right:0px solid #eee;
}
.foot-item:last-child{
    border-right:0px;
}
.foot-item img{
    width:25%;
    display:block;
    margin:0 auto;
}
.foot-item span{
    display:block;
    padding-top:0.3em;
}
#foot-nav .select span{
    color:#0c9c57;
    font-weight:600;
}
.top-nav{
    text-align:center;
    height:2em;
    line-height:2em;
    font-size:1.15em;
    color:#8B8989;
    font-weight:500;
    border-bottom:1px solid #eee;
}
.top-more{
    text-align:center;
    padding-top:2px;
}
.top-more a{
    height:2em;
    line-height:2em;
    font-size:1.15em;
    color:#2f855e;
}
#banner{

}
#banner img{
    width:100%;
    height:100%;
}
#banner .layui-carousel-ind{
    top:-25px;
}
#cate-tag{
    width:100%;
    background-color:#eee;
}
.cate-spider{
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    padding: 0;
    list-style: none;
    overflow-x:auto;
}
#cate-tag li{
    height:1em;
    line-height: 1em;
    margin:0.8em 0 0.8em 1em;
    padding:0.5em 1em;
    background-color:#4cbb82;
    border-radius:1em;
}
#cate-tag li a{
    color:#fff;
}
.back{
    text-align:center;
    background-color:#fff;border-bottom:1px solid #eee;
    font-size: 1.4em;
    height:2.4em;
    line-height:2.4em;
    padding-right:35px;
    font-weight:500;
    color: #555;
    overflow: hidden;
}
.back-arrow{
    vertical-align:middle;
    width: 35px;
    height: 2.5em;
    margin-left:10px;
    float: left;
    background: url('/static/image/back.png?v=2') no-repeat center center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 35px 35px;
}

#article-cate-tag{
    width: 100%;
    background-color: #FEFEFE;
}
.article-cate-spider {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    padding: 0;
    list-style: none;
    overflow-x: auto;
}
#article-cate-tag li {
    font-size:1.1em;
    height: 1em;
    line-height: 1em;
    margin: 0.3em 0 0.3em 0.5em;
    padding: 0.2em 0.5em;
    #background-color: #4cbb82;
    border-radius: 1em;
}
.position-top{
    position:fixed;
    top:0;
    z-index:9999;
    border-bottom:1px solid #eee;
}
.article-cate-spider .active a{
    font-weight: 500;
    color:#0c9c57;
}

.article-box{
    height:6em;
    padding:1em 0.5em;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.article-pic{
    height:6em;
    width:9em;
    max-width:35%;
    float:left;
    box-sizing: border-box;
    border:1px solid #eee;
}
.article-info{
    height:6em;
    float:left;
    width:60%;
    margin-left:5%;
    list-style: none;
    position: relative;
}
.article-info .title{
    color: #404040;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.1em;
    line-height:1.2em;
    
}
.article-info .author{
    max-height:1.5em;
    line-height:1.5em;
    font-size:0.9em;color:#888;
    position: absolute;
    bottom:1.5em;
}
.article-info .author img{
    padding-bottom: 0.2em;
    border-radius: 1.3em;
    height: 1.3em;
    width:1.3em;
}
.article-info .info{
    height:1.5em;
    line-height:1.5em;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.detail-back{
    height:5em;
    font-size: 1.4em;
    border-bottom:0px;
    background: radial-gradient(circle,#896660,#5b2322);
    border-bottom-right-radius:10em 1em;
    border-bottom-left-radius:10em 1em;
}
.detail-app-icon{
    position:relative;
    top: -3em;
    text-align:center;
}
.detail-app-icon img{
    border:2px solid #fff;
    border-radius:1em;
}
.detail-app-title{
    margin-top:-2.5em;
    text-align:center;
    color:#555;
}
.detail-app-title span{
    font-size:1.6em;
}
.detail-app-info{
    height:2em;
    line-height:2em;
    font-size:0.8em;
    text-align:center;
    color:#999;
}
.detail-app-star{
    height:2em;
    line-height:2em;
    text-align:center;
    color:#FFA500;
}
.detail-app-star #star .layui-rate{
    padding:0;
}
.detail-app-btn{
    height:3em;
    line-height:3em;
    text-align:center;
}
.detail-app-btn .layui-btn{
    font-size:1em;
    padding: 0 1.5em;
    height:2em;
    line-height:2em;
    border: 1px solid #009688;
    color:#009688;
}
.detail-app-btn .detail-app-down{
    border: 1px solid #3CB371;
    background-color:#3CB371;
    color:#fff;
}
.detail-app-slider{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    padding-top: 10px;
    background-color:#F8F8F8;
}
.detail-app-slider ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.detail-app-slider ul li{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 10px;
    width: 7em;
    overflow: hidden;
}
.detail-app-slider ul li:last-child{
    padding-right:10px;
}
.detail-app-slider img{
    display: block;
    width: 7em;
    height: 12.5em;
}
.detail-app-desc{
    padding:5px 10px;
    color:#888;
    font-size:1em;
    line-height:1.5em;
    overflow: hidden;
}
.desc-content{
    padding:0 5px;
}
.desc-toggle-btn{
    padding:0 15px;
    text-align:right;
    border-top:1px solid #eee;
}
.desc-toggle-btn i{
    color:#999;
    font-size:2em;
}
.detail-app-tag{
    padding:0 15px 5px 15px;
}
.detail-app-tag span{
    display:inline-block;
    border:1px solid #aaa;
    background-color:#fff;
    color:#666;
    font-size:1.1em;
    font-weight: 500;
    margin-right:1em;
    border-radius:1em;
    padding: 0.10em 0.5em 0.10em 0.5em;
}
.detail-app-recommend,.detail-app-comment{
    padding:0 10px;
}
.detail-app-score{
    overflow:hidden;
    padding-top:28px;
    padding-bottom:20px;
}
#star2 i{
    font-size:14px;
    margin-right:0px;
}
#star2 ul{
    padding:0;
}
.detail-comment{
    width:100%;
    #height:100px;
    margin:10px 0 5px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}

.detail-comment-detail {
    width:100%;
    height:50px;
}
.detail-comment-content {
    font-size:16px;
    padding:0px 10px;
    color:#333;
}

.detail-comment-more {
    margin:0 auto;
    clear: both;
    width:100%;
    height:40px;
    background: #F0F0F0;
    text-align: center;
    line-height: 40px;
}
.detail-comment-icon{
    float:left;
    width:15%;
    padding-top:5px;
    text-align:center;
}
.detail-comment-icon img {
    width:40px;
    height:40px;
    border-radius: 50%;
}
.detail-comment-name {
    float:left;
    display:inline-block;
    width:85%;
    color:#3D9EEA;
    font-size:15px;
    font-weight: bolder;
    line-height:20px;
    padding-top:5px;
}
.detail-comment-detail .layui-icon ,.detail-comment-time{
    font-size: 10px;
    color: grey;
}
.detail-comment-time{
    float:left;
    display:inline-block;
    line-height:20px;
}
.detail-comment-tool{
    overflow:hidden;
    text-align:right;
    margin-bottom:10px;
}
.detail-comment-tool i{
    font-size: 10px;
    color: grey;
}
body .layui-layer-btn .layui-layer-btn0 {
    border-color: rgb(60, 179, 113);
    background-color: rgb(60, 179, 113);
    color: #fff;
}
.plugin-box{
    width:30%;
    margin:1.65%;
    border:1px solid #eee;
    #width:25%;
}
.plugin-tools{
    width:100%;
    border-radius: 0px;
}
.plugin-tools img{
    width:42px;
    padding:12px 0;
}
.plugin-title{
    padding:3px;
    #background-color:#A9A9A9;
    #color:#FFF;
    color:#A9A9A9;
}
.new{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;/* ios 平滑滚动*/
    overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);/* android 平滑滚动*/
    transform: translate3d(0,0,0);
    /*height: 100%;*/
}