#ppt-main {
    width: 1280px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
#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{
    padding: 20px;
    min-height: 36px;
}
#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: #F40002 ;
    cursor: pointer;
    border: 1px solid #F40002 ;
}
#ppt-main .content .content-attr{
    width: 28%;
}
#ppt-main .content .content-attr .download{
    height: 60px;
    text-align: center;
    margin: 0 30px;
}
#ppt-main .content .content-attr .download a{
    width: 230px;
    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: #F40002 ;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}



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

}

#ppt-main .content .content-attr .download .right-block .collect{
    text-align: right;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
    padding: 0 3px;
    border: 1px solid #ddd;
    font-size: 12px;
}
#ppt-main .content .content-attr .download .right-block .collect:hover{
    color: #F40002 ;
    cursor: pointer;
    border: 1px solid #F40002 ;
}


#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: -3px auto;
}

#ppt-main .content .content-attr .attr{
    margin: 0 auto;
    min-height: 230px;
    background: #fff;
    width: 300px;
    text-align: center;
    display: grid;
}
#ppt-main .content .content-attr .copyright{
    margin: 30px auto;
    height: 180px;
    background: #fff;
    width: 300px;
    text-align: left;
    padding: 10px 0;
    line-height: 30px;
}
#ppt-main .content .content-attr .customer{
    height: 30px;background: #f4f4f4;
}
#ppt-main .content .content-attr .customer a{
    display: inline-block;
    border: 1px solid #F40002 ;
    width: 100%;
    padding: 8px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:relative;
    z-index: 0;
    background: #fff;
    behavior: url(/front/css/PIE.htc);
}
#ppt-main .content .content-attr .customer a i{
    padding-left: 20px;
    font-size: 28px;
    color: #F40002 ;
}
#ppt-main .content .content-attr .customer a span{
    padding-left: 10px;
}
#ppt-main .content .content-attr .customer a:hover{
    background: #F40002 ;
    color: #fff;
}
#ppt-main .content .content-attr .customer a:hover i{
    color: #fff;
}


#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: 13px;
    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 #F40002 ;
}
#ppt-main .content .content-attr .label ul li a{
    display: inline-block;
    padding: 8px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position:relative;
    z-index: 0;
    background: #f4f4f4;
    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 a{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    behavior: url(/front/css/PIE.htc);
    z-index: 500;
    position: relative;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
#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:first-child+li+li+li+li+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: 423px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content{
    height: 40px;
}
#ppt-main .recommend .ppt-list ul li .lt .recommend-content .block{
    /*width: 80%;*/
    padding: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
#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: #F40002 ;
    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: 423px;
    position: relative;
    top: -460px;
    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: #F40002 ;
    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 #F40002 ;
}


#ppt-main  .search-fix{
    top: 50%;
    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: #F40002 ;
}
#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: #F40002 ;
    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: #F40002 ;
    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;
}
.content-flag{
    font-size:12px;
    line-height:24px;
    background:#F40;
    position:absolute;
    color: #fff;
    right:0;
    top:0;
    z-Index:2;
    padding:0 2em;
    -webkit-transform-origin:left bottom;
    -moz-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:translate(29.29%,-100%) rotate(45deg);
    -moz-transform:translate(29.29%,-100%) rotate(45deg);
    transform:translate(29.29%,-100%) rotate(45deg);text-indent:0;
}

@media only screen and (min-width: 1280px) and (max-width: 1480px) {
    #ppt-main{
        width: 1280px;
    }
}
@media only screen and (min-width: 1480px) and (max-width: 2480px) {
    #ppt-main{
        width: 1360px;
    }
}
@media only screen and (min-width: 860px) and (max-width: 1300px) {
    #ppt-main{
        width: 1150px;
    }
}