#ppt-main {
    width: 1280px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 106px;
}
#ppt-main .bar {
    height: 50px;
    line-height: 50px;
    color: #989898;
    font-size: 12px;
}
#ppt-main .bar a{
    color: #989898;
}
#ppt-main .content{
    /*min-height: 800px;*/
    width: 100%;
    display: inline-block;
}
#ppt-main .content .left-block{
    width: 70%;

}
#ppt-main .content .content-info{
    /*border-right: 1px solid #d2d2d2;*/
    padding: 0 20px 0 0;
    background: #fff;
}
#ppt-main .content .top{
    height: 80px;
    padding: 20px;
}
#ppt-main .content .top .left-block{
}
#ppt-main .content .top .right-block{
}
#ppt-main .content .top .right-block .collect{
    text-align: right;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
#ppt-main .content .top .right-block .collect:hover{
    color: #2670e8;
    cursor: pointer;
    border: 1px solid #2670e8;
}
#ppt-main .content .content-attr{
    width: 28%;
}
#ppt-main .content .content-attr .download{
    height: 60px;
    text-align: center;
}
#ppt-main .content .content-attr .download a{
    width: 300px;
    height: 40px;
    /*border: 1px solid #d2d2d2;*/
    display: inline-block;
    line-height: 20px;
    border-radius: 6px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/front/css/PIE.htc);
    line-height: 40px;
    background: #2670e8;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#ppt-main .content .content-attr .download a:hover{

}

#ppt-main .content .content-info .info .movie{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
#ppt-main .content .content-info .info .detail-img{
    width: 100%;
    text-align: center;
}
#ppt-main .content .content-info .info .detail-img img{
    width: 820px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/front/css/PIE.htc);
    margin: 20px auto;
}

#ppt-main .content .content-attr .attr{
    margin: 0 auto;
    height: 330px;
    background: #fff;
    width: 300px;
    text-align: center;
    display: grid;
}
#ppt-main .content .content-attr .copyright{
    margin: 30px auto;
    height: 120px;
    background: #fff;
    width: 300px;
    text-align: left;
    padding: 10px 0;
    line-height: 30px;
}
#ppt-main .content .content-attr .copyright p{
    padding: 0 20px;
    color: #989898;
}
#ppt-main .content .content-attr .copyright .left-block{
    width: 28%;
}
#ppt-main .content .content-attr .info{
    margin: 0 auto;
    height: 60px;
    background: #fff;
    width: 300px;
    text-align: center;
    display: grid;
    line-height: 60px;
}
#ppt-main .content .content-attr .info ul li{
    float: left;
    width: 32%;
    font-size: 16px;

}
#ppt-main .content .content-attr .attr{
    margin-top: 20px;
}
#ppt-main .content .content-attr .attr ul{

}
#ppt-main .content .content-attr .attr ul li{
    float: left;
    padding: 13px;
    width: 86%;
}
#ppt-main .content .content-attr .attr ul li .left-block{
    text-align: left;
    width: 50%;
    padding-left: 8px;
}
#ppt-main .content .content-attr .attr ul li .right-block{
    text-align: right;
}

#ppt-main .content .content-attr .label{
    margin: 30px auto;
    background: #fff;
    width: 300px;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
#ppt-main .content .content-attr .label ul{
    display: inline-block;
}
#ppt-main .content .content-attr .label ul li{
    float: left;
    padding: 4px 12px;
}
#ppt-main .content .content-attr .label ul li a:hover{
    border: 1px solid #2670e8;
}
#ppt-main .content .content-attr .label ul li a{
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:relative;
    z-index: 0;
    background: #f5f5f5;
    behavior: url(/front/css/PIE.htc);

}
#ppt-main .recommend{
    min-height: 600px;
    display: inline-block;
    width: 100%;
}
#ppt-main .recommend .ppt-list ul li{
    float: left;
    width: 23%;
    padding-right: 2.26%;
    padding-top: 20px;
}
#ppt-main .recommend .ppt-list ul li:first-child+li+li+li{
    float: left;
    width: 23%;
    padding-right: 0px;
}
#ppt-main .recommend .ppt-list ul li:first-child+li+li+li+li+li+li+li{
    float: left;
    width: 23%;
    padding-right: 0px;
}
#ppt-main .recommend .ppt-list ul li .lt{
    width: 100%;
    /*box-shadow: 0 1px 8px rgba(0,0,0,.1);*/
    /*-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);*/
    /*-moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);*/
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/front/css/PIE.htc);
    text-align: left;
    transition: translate .18s,box-shadow .18s;
    transform: translateY(0);
    background: #fff;
}
#ppt-main .recommend .ppt-list ul li .lt:hover{
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/front/css/PIE.htc);
    text-align: left;
    transition: translate .18s,box-shadow .18s;
    transform: translateY(0);
    background: #fff;
}

#ppt-main .recommend .ppt-list ul li .lt img{
    width: 100%;
    height: 393px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content{
    height: 50px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content .block{
    /*width: 80%;*/
    padding: 6px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content .left-block span{
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content .right-block{
    color: #2670e8;
    width: 8%;
    padding: 8px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content .right-block span{

}



#ppt-main .recommend .ppt-list ul li .hover_shadow{
    display: none;
    width: 100%;
    height: 393px;
    position: relative;
    top: -446px;
    background-color: rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    /*border-radius: 8px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    /*-webkit-border-radius: 8px;*/
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    behavior: url(/front/css/PIE.htc);
    z-index: 500;
}
#ppt-main .recommend .ppt-list ul li  .hover_shadow .button{
    width: 120px;
    height: 40px;
    /* border: 1px solid #d2d2d2; */
    /* display: inline-block; */
    line-height: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/front/css/PIE.htc);
    line-height: 40px;
    background: #2670e8;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    top: 50%;
    position: relative;
    left: 32%;
}
#ppt-main .recommend .ppt-list ul li:hover .hover_shadow{
    display: block;
    /*box-shadow: 0 1px 22px rgba(0,0,0,1);*/
    /*-webkit-box-shadow: 0 1px 22px rgba(0,0,0,1);*/
    /*-moz-box-shadow: 0 1px 22px rgba(0,0,0,1);*/
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*!*height: 100%;*!*/

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    /*-webkit-border-radius: 8px;*/
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    behavior: url(/front/css/PIE.htc);
    z-index: 1;
    /*text-align: left;*/
    /*transition: translate .18s,box-shadow .18s;*/
    /*transform: translateY(0);*/
}


#ppt-main .recommend .ppt-top{
    height: 30px;
    margin-top: 20px;
}
#ppt-main .recommend .ppt-top span{
    border-left: 2px solid #2670e8;
}


#ppt-main  .search-fix{
    top: 34%;
    display: block;
    /*width: 55px;*/
    height: 81px;
    z-index: 500;
    position: fixed;
    /*margin-left: 1280px;*/
    /*width: 100%;*/
    /*float: right;*/
    right: 30px;
    z-index: 30000;
}
#ppt-main  .search-fix ul{
    float: right;
    width: 98px;
}
#ppt-main  .search-fix ul li{
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-size: 24px;

}
#ppt-main  .search-fix ul li .top i{
    background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 31px;
    background-position: center;
    padding: 10px;
    background-size: 60px 60px;
    font-size: 32px;

}
/*#ppt-main  .search-fix ul li .top:hover i
{
	background-image: url(/front/image/common/fix_top_chosen.png);
}*/
#ppt-main  .search-fix ul li:hover i{
    color: #2670e8;
}
#ppt-main  .search-fix ul li .kefu i{
    background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 31px;
    font-size: 32px;
    background-position: center;
    padding: 10px;
    background-size: 60px 60px;


}
#ppt-main  .search-fix ul li .user i{
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 26px;
    font-size: 32px;
    background-position: center;
    padding: 10px;
}
#ppt-main  .search-fix ul li .user:hover i
{
}
.element-detail-img{
    text-align: center;
    font-size: 40px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    padding: 20px;
}
.element-detail-img img{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    behavior: url(/front/css/PIE.htc);
}
.element-detail-img  .info-show-box{
    font-size: 14px;
}
.element-detail-img  .info-show-box .ziti-control-text{
    float: left;
    padding-right: 30px;
}
.element-detail-img  .info-show-box .ziti-control-text .ziti-custom-text-input{
    width: 320px;
    height: 38px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    text-indent: 20px;
}

.element-detail-img  .info-show-box .ziti-control-text .ziti-custom-text-button{
    color: #fff;
    width: 60px;
    height: 38px;
    line-height: 38px;
    background: #2670e8;
    font-size: 14px;
    display: inline-block;
}
.element-detail-img  .info-show-box{
    width: 100%;
    height: 80px;
}

.element-detail-img  .info-show-box .ziti-control-text .ziti-custom-font-input{
    width: 60px;
    height: 38px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    text-indent: 20px;
}
.element-detail-img  .info-show-box .ziti-control-text .ziti-custom-font-button{
    color: #fff;
    width: 60px;
    height: 38px;
    line-height: 38px;
    background: #2670e8;
    font-size: 14px;
    display: inline-block;
}

.element-detail-img  .info-show-box  .ziti-control-color{
    float: left;
}
.element-detail-img  .info-show-box  .ziti-control-color ul li{
    float: left;
}
.element-detail-img  .info-show-box  .ziti-control-color ul li a{
    width: 24px;
    display: inline-block;
    height: 24px;
    border: 1px solid #f0f0f0;
}
.element-detail-img .text-show-area{
    min-height: 120px;
}