body,html{
    min-width: auto;
}
.w1220{
    width: 1220px;
    margin: 0 auto;
}
.ppt-box .sy-header .sy-logo a.sys-a,.ppt-content-box .sy-header .sy-logo a.sys-a {
    background-image: url(../../main/images/word_logo.png) !important;
        width: 130px;
}
.ppt-box,.ppt-content-box {
    background: #f5f7fb;
}
.ppt-container-content {
    margin: 0 auto;
    padding: 25px 1% 10px;
    position: relative;
    min-height: 800px;
    color: #8f96a1;
}

.padding_15 {
    padding: 0 15px;
}

i.icon {
    display: inline-block;
    background: url(../images/ppt_sp.png) no-repeat 0 0;
}

.like_btn .icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -3px;
    vertical-align: middle;
}

.down.icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -85px;
    vertical-align: middle;
}

.page.icon {
    margin: -5px 3px 0 0;
    width: 18px;
    height: 18px;
    background-position: -2px -67px;
    vertical-align: middle;
}

.ppt_menu {
    width: 100%;
    padding: 34px;
    background-color: #fff;
    border-radius: 2px;
}
.ppt_menu ul{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 45px;
    font-size: 14px;
}
.ppt_menu ul li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.ppt_menu ul li:first-child{
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.ppt_menu ul li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 26px;
    color: #747b86;
    font-size: 14px;
}
.ppt_menu ul li a:hover{
    color: #0064fa;
}
.ppt_menu ul li.active a {
    background: #e8f1ff;
    color: #0064fa;
}

.ppt_main_box .tag_box {
    margin: 35px 0 20px 0;
}

.ppt_main_box .tag a {
    margin: 0 0 0 10px;
    padding: 0 10px;
    height: 26px;
    line-height: 23px;
    font-size: 12px;
    color: #272829;
    border-radius: 40px;
    border: 1px solid #dae1eb;
    display: inline-block;
    background-color: #fff;
}

.ppt_main_box .tag a.active,
.ppt_main_box .tag a:hover {
    background-color: #bcd7ff;
    border-color: #bcd7ff;
}

.ppt_main_box .tag_box h2 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #272829;
}

.ppt_list_box ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.ppt_list_box ul li {
    width: 280px;
    height: 344px;
    margin: 0 0 60px 0;
    font-size: 14px;
    flex-grow: 1;
}
.ppt_list_box ul li.empty-item{
    margin: 0;
    height: 0;
}

.ppt_list_box ul li img {
    display: block;
    width: 100%;
}

.ppt_list_box .artcle {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.ppt_list_box .item .hover {
    top:-100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ppt_list_box .item:hover .hover {
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ppt_list_box .item .img {
    padding: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    text-align: justify;
}
.ppt_list_box .item .img img:first-child {
    width: 100%;
}
.ppt_list_box .item .img img{
    width: 49%;
    display: inline-block;
    margin: 0 0 3px 0;
}
.ppt_list_box .item:hover .img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.ppt_list_box .item .title {
    padding: 8px 8px 5px 8px;
    color: #71737d;
}

.ppt_list_box .item .title a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ppt_list_box .inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 0 auto;
}

.ppt_list_box .item .ppt_btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    margin: 16px auto;
    background: #07be6b;
    font-size: 14px;
}

.ppt_list_box .item .down_btn {
    background: #0064fa;
}

.ppt_list_box .item .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}
.ppt_detail_box .artcle{
    width: 820px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
}
.ppt_detail_box{
    display: flex;
    align-items: flex-start;
    margin: 0 0 50px 0;
}
.ppt_detail_box .info,.ppt_detail_box .ppt_like{
    z-index: 1;
    /* position: fixed; */
    width: 370px;
    padding: 18px 23px;
    margin: 0 0 18px 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.ppt_detail_box .ppt_like {
    /* top: 396px; */
    position: relative;
    z-index: 0;
}
.ppt_detail_box .artcle h2{
    margin: 10px 0 20px 0;
    font-size: 24px;
    color: #393e46;
}
.ppt_detail_box .artcle img{
    width: 100%;
    display: block;
}
.ppt_detail_box .info .price{
    padding: 0 0 15px 0;
    margin: 0 0 24px 0;
    font-size: 16px;
    border-bottom: 1px solid #dbe2ec;
    color: #393e46;
}
.ppt_detail_box .info .price span{
    color: #ff3131;
}
.ppt_detail_box .info .price span i{
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}
.ppt_detail_box .info p{
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #737982;
}
.ppt_detail_box .ppt_info{
    margin: 40px 0 0 0;
    width: 100%;
}
.ppt_detail_box .ppt_info span{
    line-height: 36px;
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #808894;
}
.ppt_detail_box .ppt_btn{
    display: inline-block;
    margin: 0 20px 0 0;
    width: 149px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    background-color: #d0a553;
    font-size: 16px;
    text-align: center;
}
.ppt_detail_box .buy-btn{
    background: #0064fa;
}
.ppt_detail_box .ppt_btn:last-child{
    margin-right: 0;
}
.ppt_detail_box .ppt_like .title{
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid #dbe2ec;
}
.ppt_detail_box .ppt_like .title h4{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #3b4048;
    vertical-align: middle;
    display: inline-block;
}
.ppt_detail_box .ppt_like .title a{
    font-size: 12px;
    color: #3b4048;
    vertical-align: middle;
    display: inline-block;
}
.ppt_detail_box .ppt_like .list li{
    display: inline-block;
    width: 152px;
    margin: 0 16px 10px 0;
}
.ppt_detail_box .ppt_like .list li:nth-child(2n){
  
    margin-right: 0;
}
.ppt_detail_box .ppt_like .list li a{
    position: relative;
    height: 120px;
    overflow: hidden;
    display: inline-block;
}
.ppt_detail_box .ppt_like .list li p{
    padding: 4px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 100px;
    background: #fff;
    width: 152px;

}
.resume_like{
    background-image: url(../../resume/index/images/sp.png);
}
.resume_like{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    background-position: 7px 6px;
}
.resume_like:hover,.resume_like.checked{
    background-position: -34px 6px;
}
/** 手机端适配*/
@media screen and (max-width: 760px){
    .page_common_padding{min-width: 0px !important;}
    .subject_list{margin-left:0px;}
     .subject_list .nav_path .num{display:none}
     .word-results .word_item dd .title a{width:100%}
     .word-results .word_item dd .title i{display:none}
    .word-fliter{
    	position:static;
    	width:100%;
    	height:auto;
    	padding: 0px;
    }
    .word-fliter .word_nav{
    	text-align:left;
    	padding-top: 20px;
    }
    .word-fliter .word_nav a{
    	display:inline-block;
    	height: 20px;
    	line-height: 20px;
    	margin: 0px 10px 10px;
    }
    .word-fliter .word_nav a.chossed:before{
    	display:none;
    }
    .word-results{
    	margin-left:0px;
    }
    .word-results .word_topic{
    	max-height: 220px;
    }
    .word-results .word_classify .word_sort_list a{
    	width: 60px;
    	margin-left: 0px;
    }
    .word-results .word_item_con {
        min-width: 150px;
        font-size: 12px !important;
    }
    .sy-header .sy-nav{
    	width: calc(100% -  25px);
    	position: absolute;
    	left: 25px;
    	transform: scale(0.7);
    	overflow: hidden;
    }
    .word-list-box .sy-header .sy-nav ul li.search_nav{
    	display:none;
    }
    .sy-header .sy-nav ul li {
        margin: -1px 10px 0px;
    }

    .sy-header .sy-login {
        transform: scale(0.5);
        padding-right: 0px;
        right: -20px;
    }
    .success-login {
        transform: scale(0.8);
        right: 20px;
        width: 20px;
        top: 12px;
    }
	.white_header .success-login a.success-a span {
		display: none;
	}
    .sy-header .sy-logo{
    transform: scale(0.5);
    position: relative;
    left: -63px;
    width: 264px;
    overflow: hidden;
    }

    .word-results .word_item dd span {
        margin-right: 4px;
    }
	.layout-footer.page_common_padding {
		display: none;
	}
	.modal-open .modal-content {
		transform: scale(0.8);
	}
}