/* 干货-公共 -始 */
.dryCargo {
    background-color: #F7F7F7;
}
.dryCargo .w-location {
    padding: 20px 0;
}
.dryCargo .right-region {
    width: 300px;
}
.dryCargo .right-region .top-btn-box {
    text-align: center;
    padding-bottom: 30px;
}
.dryCargo .right-region .top-upload-btn {
    display: inline-block;
    width: 150px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    font-size: 17.5px;
    color: #fff;
    padding-left: 50px;
    background: url(../images/dryCargo/ico_upload.png) no-repeat 39px center #00B48D;
    background-size: 31px auto;
}
.dryCargo .right-region .right-column {
    background-color: #fff;
}
.dryCargo .right-column .column-title {
    font-size: 14px;
    color: #333;
    line-height: 60px;
    padding: 0 20px;
}
.dryCargo .right-column .file-list li {
    padding: 0 20px;
    line-height: 56px;
    font-size: 16px;
    border-top: 1px solid #F7F7F7;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
}
.dryCargo .file-list .ico-rank {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    color: #00B48B;
    margin-right: 8px;
}
.dryCargo .file-list .ico-rank.lv1 {
    background-image: url(../images/dryCargo/rank_first.png);
}
.dryCargo .file-list .ico-rank.lv2 {
    background-image: url(../images/dryCargo/rank_second.png);
}
.dryCargo .file-list .ico-rank.lv3 {
    background-image: url(../images/dryCargo/rank_third.png);
}
.dryCargo .file-list .ico-rank.lv1,
.dryCargo .file-list .ico-rank.lv2,
.dryCargo .file-list .ico-rank.lv3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
}
.dryCargo .file-list .file-name {
    display: block;
}
.dryCargo .mrtop20 {
    margin-top: 20px;
}
.dryCargo .live-list li {
    padding: 20px;
    border-top: 1px solid #F7F7F7;
}
.dryCargo .live-list .live-img {
    width: 90px;
    height: 86px;
    border-radius: 5px;
    margin-right: 10px;
}
.dryCargo .live-list .rt-info {
    width: 160px;
    font-size: 16px;
    line-height: 1;
}
.dryCargo .live-list .live-name {
    position: relative;
    top: -4px;
    line-height: 1.4;
}
.dryCargo .live-list .lecturer-name {
    margin: 2px 0 10px 0;
}
.dryCargo .live-list .time {
    font-size: 14px;
    color: #999999;
}
.dryCargo .left-region {
    width: 880px;
}
.dryCargo .tab-bar {
    height: 55px;
    line-height: 55px;
    background-color: #f2f2f5;
    margin-bottom: 30px;
}
.dryCargo .tab-bar .item {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.dryCargo .tab-bar .item a {
    display: block;
    min-width: 108px;
    padding: 0 10px;
}
.dryCargo .tab-bar .active {
    background-color: #fff;
    height: 52px;
    border-bottom: 3px solid #01b48c;
}
.dryCargo .tab-bar .active a {
    color: #01b48c;
}
.dryCargo-list-page .top-search-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.dryCargo-list-page .top-search-box .ipt {
    width: 100%;
    font-size: 13px;
    line-height: 48px;
    height: 50px;
    padding: 0 56px 0 20px;
}
.dryCargo-list-page .top-search-box .ico-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    background: url(../images/questionAnswers/ico_search_green.png) no-repeat center;
    background-size: auto 18px;
    cursor: pointer;
}
.dryCargo-condition-filter {
    background-color: #fff;
    padding-top: 10px;
}
.dryCargo-condition-filter a {
    color: inherit;
}
.dryCargo-condition-filter .condition-wrap {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 20px;
}
.dryCargo-condition-filter .wrap-title {
    min-width: 60px;
    font-size: 14px;
    line-height: 30px;
}
.dryCargo-condition-filter .condition-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 0;
    font-size: 13px;
    gap: 5px 10px;
    overflow: hidden;
}
.dryCargo-condition-filter .open .condition-list {
    max-height: initial !important;
}
.dryCargo-condition-filter .condition-list .item {
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-size: 13px;
    padding: 0 10px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.dryCargo-condition-filter .condition-list .item.active {
    color: #0fb892;
    border-color: #0fb892;
    background-color: #00B08C30;
}
.dryCargo-condition-filter .wrap-fold {
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-size: 12px;
    color: #0fb892;
    cursor: pointer;
    margin-left: 10px;
}
.dryCargo-condition-filter .ico-drop-down {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url("../images/up_green.png") no-repeat center;
    background-size: contain;
    transform: rotateX(180deg);
    transition: all .2s;
}
.dryCargo-condition-filter .open .ico-drop-down {
    transform: rotateX(0);
}
/* 我的收藏-文档/我的文档 */
.dryCargo .documents-list-box .tab-content {
    padding: 0 0 30px 30px;
    background-color: #fff;
    line-height: 1;
}
.dryCargo .documents-list-box .table-thead {
    padding: 32px 0 30px 0;
    font-size: 14px;
    color: #555;
}
.dryCargo .documents-list-box .table-tbody {
    margin-top: -15px;
}
.dryCargo .documents-list-box .table-tr {
    padding: 15px 0;
}
.dryCargo .documents-list-box .table-td {
    font-size: 14px;
    color: #999999;
}
.dryCargo .documents-list-box .file-name .text {
    font-size: 16px;
    vertical-align: middle;
}
/* 干货-公共 -结 */
/* 干货-上传文档 -始 */
.dryCargo-upload-page .content-box {
    background-color: #fff;
    padding: 0 30px 30px 30px;
}
.dryCargo-upload-page .box-title {
    line-height: 82px;
    font-size: 23px;
    font-weight: bold;
    color: #4B4B4B;
}
.dryCargo-upload-page .content-box .tab-nav {
    text-align: center;
    font-size: 0;
}
.dryCargo-upload-page .tab-nav .item {
    display: inline-block;
    font-size: 22px;
    color: #666;
    line-height: 1;
    padding: 0 0 20px 0;
    margin: 0 15px;
    cursor: pointer;
}
.dryCargo-upload-page .tab-nav .active {
    position: relative;
    color: #00B48B;
    font-weight: bold;
}
.dryCargo-upload-page .tab-nav .active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -22.5px;
    width: 45px;
    height: 3px;
    border-radius: 2px;
    background-color: #00B48B;
    z-index: 9;
}
.dryCargo-upload-page .upload-area {
    position: relative;
    height: 350px;
    border: 2px dashed #D0D0D0;
}
.dryCargo-upload-page .upload-file-info {
    line-height: 36px;
    margin-bottom: 30px;
}
.upload-file-info .file-name .suffix {
    position: relative;
    top: 9px;
    width: 18px;
    height: 18px;
    margin-right: 18px;
    background: url(../images/dryCargo/ico_ellipsis.png) no-repeat center;
    background-size: contain;
}
.upload-file-info .file-name .input {
    width: 400px;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}
.upload-file-info .file-name .is-error {
    border: 1px solid #cf4d4d;
    cursor: not-allowed;
}
.upload-file-info .file-name .is-error-text {
    font-size: 12px;
    color: #cf4d4d;
    margin-left: 20px;
}
.dryCargo-upload-page .upload-file-info .ico-delete-btn {
    width: 20px;
    height: 20px;
    background: url(../images/delete03.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin: 7px 0 0 30px;
}
.dryCargo-upload-page .file-progress-bar {
    margin-left: 30px;
    line-height: 36px;
}
.dryCargo-upload-page .file-progress-bar .porogress-bar-bac,
.dryCargo-upload-page .file-progress-bar .porogress-bar-actie {
    height: 6px;
    border-radius: 3px;
}
.dryCargo-upload-page .file-progress-bar .porogress-bar-bac {
    position: relative;
    top: 15px;
    width: 160px;
    background-color: #EFEFEF;
}
.dryCargo-upload-page .file-progress-bar .porogress-bar-actie {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00B48D;
}
.dryCargo-upload-page .file-progress-bar .text {
    color: #00B48D;
    font-size: 14px;
    margin-left: 20px;
}
.dryCargo-upload-page .doc-classification {
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    font-size: 14px;
    color: #999999;
}
.dryCargo-upload-page .doc-classification .item {
    width: 50%;
    height: 36px;
    line-height: 36px;
    padding-bottom: 20px;
}
.doc-classification .text {
    position: relative;
    min-width: 105px;
    line-height: 36px;
    padding: 0 20px 0 15px;
    box-sizing: border-box;
}
.doc-classification .text ._red {
    position: absolute;
    left: 0;
    top: 3px;
}
.doc-classification .textarea-box .textarea {
    width: 820px;
    height: 100px;
    padding: 10px 20px;
    border: 1px solid #D0D0D0;
    color: #333;
    box-sizing: border-box;
}
.dryCargo-upload-page .doc-classification .item .input {
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    color: #333;
}
.dryCargo-upload-page .doc-classification .item .input {
    width: 230px;
    padding-left: 20px;
}
.doc-classification .item .c-text {
    position: relative;
    left: 10px;
    top: 5px;
    color: #333;
}
.dryCargo-upload-page .btn-box {
    padding: 70px 0 65px 0;
    font-size: 0;
    text-align: center;
}
.dryCargo-upload-page .btn-box .btn {
    display: inline-block;
    width: 160px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin: 0 35px;
}
.dryCargo-upload-page .btn-box .btn-grey {
    background-color: #D8D8D8;
}
.dryCargo-upload-page .btn-box .btn-green {
    background-color: #00B48D;
}
/* 干货-上传文档 -结 */
/* 干货-列表 -始 */
.dryCargo-list-page .tab-content {
    background-color: #fff;
}
.dc-list.public .dc-list-item {
    border-bottom: 1px solid #EEEEEE;
    padding: 25px 20px;
}
.dc-list.public .dc-list-item .item-btm {
    font-size: 0;
    padding-top: 15px;
}
.content-wrapper .doc-info-wrapper .btm-text,
.dc-list.public .dc-list-item .btm-text {
    font-size: 14px;
    color: #666;
    line-height: 1;
    padding: 0 20px;
    border-right: 1px solid #ECECEC;
}
.content-wrapper .doc-info-wrapper .btm-tag,
.dc-list.public .dc-list-item .btm-tag {
    display: inline-block;
    font-size: 12px;
    color: #666;
    padding: 3px 8px;
    line-height: 1;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}
.content-wrapper .doc-info-wrapper .btm-text:last-child,
.dc-list.public .dc-list-item .btm-text:last-child {
    border: 0;
}
.dc-list.public .dc-list-item .file-name {
    white-space: nowrap;
    overflow: hidden;
}
.dc-list.public .dc-list-item .file-name a {
    color: #333;
    font-size: 16px;
}
.dryCargo .dc-list-item .ico-hot {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	background-color: #ff6600;
	color: #fff;
	vertical-align: middle;
	border-radius: 4px;
	margin-left: 4px;
}
.dryCargo-list-page .dc-list-item .file-name .v-middle {
    display: inline-block;
    max-width: 725px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 干货-列表 -结 */
/* 收藏-帖子 -始 */
.collection-page .tab-bar .rt-opts {
    position: relative;
    top: 12.5px;
    right: 10px;
    font-size: 13px;
    color: #888;
}
.collection-page .tab-bar .fav-search {
    position: relative;
    width: 158px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-left: 10px;
}
.collection-page .fav-search .fav-search-input {
    display: block;
    width: 120px;
    height: 100%;
    padding: 0 5px;
}
.collection-page .fav-search .ico-fav-seaarch {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border-left: 1px solid #dcdcdc;
    background: url(../images/search_normal.png) no-repeat center #f5f5f5;
    background-size: 18px auto;
    cursor: pointer;
}
.collection-page .tab-bar .fav-batch-btn {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    background-color: #fff;
}
.collection-page .tab-bar .fav-batch-btn:hover {
    color: #00B48B;
    border: 1px solid #00B48B;
}
.collection-page .fav-batch-ul .fav-batch-item {
	position: relative;
	float: left;
    margin-right: 20px;
    cursor: pointer;
    color: #6c6c6c;
	line-height: 30px;
	padding-left: 22px;
}
.collection-page .fav-batch-ul .fav-batch-item:hover,
.collection-page .favorites-post .post-lf .post-name:hover {
    color: #00B48B !important;
}
.collection-page .fav-batch-item .ico {
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
}
.collection-page .fav-batch-item .icon-selall {
	width: 12px;
	height: 12px;
	border: 2px solid #bbb;
	margin-top: -8px;
}
.collection-page .fav-batch-item input:checked + .icon-selall {
	background: url(../images/tick01.png) no-repeat center;
	background-size: contain;
}
.collection-page .fav-batch-item:hover .icon-selall {
	border: 2px solid #00B48B;
}
.collection-page .fav-batch-item:hover input:checked + .icon-selall {
	background: url(../images/tick.png) no-repeat center;
	background-size: contain;
}
.collection-page .fav-batch-item .icon-delete {
	background: url(../images/delete02.png) no-repeat center;
	background-size: contain;
	margin-top: -9px;
}
.collection-page .fav-batch-item:hover .icon-delete {
	background: url(../images/delete03.png) no-repeat center;
	background-size: contain;
}
.collection-page .documents-list-box .collection-topic {
    padding: 10px 20px 30px 20px;
}
.collection-page .favorites-post li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 10px;
	margin: 5px 0;
}
.collection-page .favorites-post .post-img {
    display: inline-block;
    width: 156px;
    height: 100px;
    border: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.collection-page .favorites-post .post-lf {
    width: 960px;
    line-height: 1.5;
    overflow: hidden;
}
.collection-page .favorites-post .post-lf h4 {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    padding-bottom: 10px;
}
.collection-page .favorites-post .post-lf .post-name {
    display: inline-block;
    max-width: 880px;
    color: #222;
    vertical-align: middle;
}
.collection-page .favorites-post .post-lf p {
    font-size: 15px;
    color: #a4a4a5;
}
.collection-page .favorites-post .ico-item-del {
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #6c6c6c;
	cursor: pointer;
	padding-left: 22px;
	background: url(../images/delete02.png) no-repeat left center;
	background-size: auto 18px;
	margin-left: 10px;
	vertical-align: middle;
}
.collection-page .favorites-post .ico-item-del:hover {
	background: url(../images/delete03.png) no-repeat left center;
    background-size: auto 18px;
    color: #00B48B !important;
}
.favorites-post .post-lf .post-lf-btm {
    line-height: 22px;
    padding-top: 10px;
    line-height: 28px;
    font-size: 14px;
}
.post-lf .post-lf-btm .post-src {
    max-width: 700px;
}
.post-lf .post-lf-btm .icon-opt {
    padding-left: 20px;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
}
.post-lf .post-lf-btm .icon-praise {
    background: url(../images/community/ico_like.png) no-repeat center left;
    background-size: auto 16px;
}
.post-lf .post-lf-btm .icon-praise-on {
    background: url(../images/community/ico_like_active.png) no-repeat center left;
    background-size: auto 16px;
}
.post-lf .post-lf-btm .icon-comment {
    background: url(../images/community/ico_chat.png) no-repeat center left;
    background-size: auto 15px;
}
.collection-page .favorites-post .abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.collection-page .favorites-post .delete-all-selected {
	border: 1px solid #6c6c6c;
	background-color:  rgba(0,0,0,.3);
	cursor: pointer;
}
.collection-page .favorites-post .delete-all-selected:hover,
.favorites-post .delete-all-selected.active {
	border: 2px solid #00B48B;
	background-color:  rgba(0,0,0,.1);
}
.favorites-post .delete-all-selected .ico-hook {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/ico_hook02.png) no-repeat top right;
	background-size: contain;
}
.favorites-post .delete-all-selected:hover .ico-hook,
.favorites-post .delete-all-selected.active .ico-hook {
	top: -1px;
	right: -1px;
}
.favorites-post .delete-all-selected.active .ico-hook {
	background: url(../images/ico_hook01.png) no-repeat top right;
	background-size: contain;
}
.collection-page .favorites-post .single-deletion {
    background-color: rgba(0,0,0,.5);
}
.favorites-post .single-deletion .sin-del-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	text-align: center;
}
.favorites-post .single-deletion .sin-del-box h4 {
	color: #fff;
	padding-bottom: 16px;
}
.favorites-post .sin-del-box .sin-btn {
	display: inline-block;
	padding: 0 20px;
    cursor: pointer;
    line-height: 30px;
	margin: 0 10px;
	font-size: 14px;
}
.favorites-post .sin-del-box .sin-btn.define {
	background-color: #00B48B;
	color: #fff;
}
.favorites-post .sin-del-box .sin-btn.cancel {
	background-color: #fff;
	color: #333;
}
/* 收藏-帖子 -结 */
/* 干货详情 -下载/查看提示弹窗 -始 */
.dryCargo-toolTip-box {
    position: absolute;
    width: 300px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.dryCargo-toolTip-box .top-tip {
    padding: 20px;
}
.dryCargo-toolTip-box .top-tip .tip-msg {
    line-height: 1.6;
}
.dryCargo-toolTip-box .top-tip .membership-interests {
    position: relative;
    display: inline-block;
    line-height: 18px;
    padding-right: 28px;
    cursor: pointer;
    margin-top: 10px;
}
.dryCargo-toolTip-box .membership-interests .ico-checkbox {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/checkbox02.png) no-repeat center;
    background-size: contain;
}
.dryCargo-toolTip-box .membership-interests .ico-checkbox.active,
.dryCargo-toolTip-box .membership-interests input:checked + .ico-checkbox {
    background: url(../images/checkbox01.png) no-repeat center;
    background-size: contain;
}
.dryCargo-toolTip-box .btn-box {
    line-height: 44px;
    border-top: 1px solid #DBDBDB;
}
.dryCargo-toolTip-box .btn-box .d-btn {
    width: 50%;
    border-left: 1px solid #DBDBDB;
    cursor: pointer;
    color: #999;
}
.dryCargo-toolTip-box .btn-box .d-btn:first-child {
    border-left: 1px solid #fff !important;
}
/* 评论 */
.dryCargo-detail-page .list-box-item .specific-content {
    width: 770px;
}
.dryCargo-detail-page .specific-content .reply-area {
    width: 100%;
}
/* 热门推荐 */
.dryCargo-detail-page .post-lf-area,
.dryCargo-detail-page .hot-recommend {
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 20px;
}
.dryCargo-detail-page .post-lf-area .post-title,
.dryCargo-detail-page .hot-recommend .recommend-title {
    font-size: 14px;
    line-height: 60px;
    padding: 0 30px;
}
.dryCargo-detail-page .post-lf-area .post-title {
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 20px;
}
.dryCargo-detail-page .hot-recommend .r-item {
    padding: 20px 30px;
    border-top: 1px solid #F7F7F7;
    line-height: 1;
}
.dryCargo-detail-page .content-wrapper {
    background-color: #fff;
}
.dryCargo-detail-page .content-wrapper .file-zip {
    width: 80px;
    height: 72px;
    background: url(../images/dryCargo/suffix_zip.png) no-repeat center;
    background-size: contain;
    margin-right: 30px;
}
.dryCargo-detail-page .borbtmf7 {
    border-bottom: 1px solid #f7f7f7;
}
.dryCargo-detail-page .content-wrapper .doc-info-wrapper {
    padding: 30px;
    border-bottom: 2px solid #f7f7f7;
}
.dryCargo-detail-page .doc-info-wrapper .rt-info {
    width: 700px;
    margin-top: -2px;
}
.dryCargo-detail-page .doc-info-wrapper .ico-file {
    width: 24px;
    height: 24px;
}
.dryCargo-detail-page .doc-info-wrapper .ico-currency {
    font-size: 18px;
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
    background-size: auto 24px;
}
.content-wrapper .doc-info-wrapper .file-name {
    font-size: 24px;
}
.content-wrapper .doc-info-wrapper .file-tags {
    padding-bottom: 10px;
    font-size: 0;
}
.content-wrapper .doc-info-wrapper .file-tag {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    vertical-align: middle;
    margin-right: 8px;
}
.content-wrapper .doc-info-wrapper .bubble {
    position: absolute;
    top: -14px;
    left: 65px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    min-width: 44px;
    height: 20px;
    line-height: 20px;
    background-color: #00B48B;
    background: linear-gradient(to right, #56ecab, #00b48d);
    background: -webkit-linear-gradient(to right, #56ecab, #00b48d);
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transform-origin: left bottom;
    transform: rotate(0deg);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-animation: bubbleShaking 2s infinite linear;
    animation: bubbleShaking 2s infinite linear;
}
@keyframes bubbleShaking {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-12deg);
    }
    20% {
        transform: rotate(12deg);
    }
    28% {
        transform: rotate(-10deg);
    }
    36% {
        transform: rotate(10deg);
    }
    42% {
        transform: rotate(-8deg);
    }
    48% {
        transform: rotate(8deg);
    }
    52% {
        transform: rotate(-4deg);
    }
    56% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.dryCargo-detail-page .doc-info-wrapper .item-btm {
    margin: 15px 0 0 -20px;
}
.dryCargo-detail-page .tool-bar-wrapper {
    position: relative;
    width: 880px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.dryCargo-detail-page .tool-bar-wrapper.fixed,
.dryCargo-detail-page .tool-bar-wrapper.fade-out,
.dryCargo-detail-page .tool-bar-wrapper.fade-in {
    position: fixed;
    box-shadow: 0 -2px 8px -1px hsla(0,0%,93.3%,.9);
    -webkit-box-shadow: 0 -2px 8px -1px hsla(0,0%,93.3%,.9);
    -moz-box-shadow: 0 -2px 8px -1px hsla(0,0%,93.3%,.9);
    -ms-box-shadow: 0 -2px 8px -1px hsla(0,0%,93.3%,.9);
    -o-box-shadow: 0 -2px 8px -1px hsla(0,0%,93.3%,.9);
    z-index: 998;
}
.dryCargo-detail-page .tool-bar-wrapper.fade-out {
    bottom: -60px;
}
.dryCargo-detail-page .tool-bar-wrapper.fixed,
.dryCargo-detail-page .tool-bar-wrapper.fade-in {
    bottom: 0;
}
.dryCargo-detail-page .reader-wrap .library_page_box {
    position: relative;
    border-bottom: 5px solid #f7f7f7;
    padding: 30px;
    overflow: hidden;
}
.dryCargo-detail-page .library_page_box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.dryCargo-detail-page .library_page_box img {
    max-width: 100% !important;
    height: auto !important;
}
.dryCargo-detail-page .reader-wrap .library_page_box:last-child {
    border-bottom: 0;
}
.tool-bar-wrapper .bubble {
    position: absolute;
    top: -18px;
    left: 58px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    min-width: 44px;
    height: 20px;
    line-height: 20px;
    background-color: #df2204;
    background: linear-gradient(to right, #f73416, #df2204);
    background: -webkit-linear-gradient(to right, #f73416, #df2204);
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transform-origin: left bottom;
    transform: rotate(0deg);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-animation: bubbleShaking 2s infinite linear;
    animation: bubbleShaking 2s infinite linear;
}
.dryCargo-detail-page .tool-bar-wrapper .opt {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #333;
    height: 18px;
    line-height: 18px;
    padding-left: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.dryCargo-detail-page .tool-bar-wrapper .ico-collection {
    background: url(../images/dryCargo/ico_collection_grey.png) no-repeat left center;
    background-size: auto 19px;
}
.dryCargo-detail-page .tool-bar-wrapper .ico-collection-active {
    background: url(../images/icon_collection_active.png) no-repeat left center;
    background-size: auto 19px;
}
.dryCargo-detail-page .tool-bar-wrapper .ico-share {
    background: url(../images/dryCargo/ico_share.png) no-repeat left center;
    background-size: contain;
    margin-left: 100px;
}
.dryCargo-detail-page .tool-bar-wrapper .ico-delete {
    background: url(../images/dryCargo/ico_delete.png) no-repeat left center;
    background-size: auto 20px;
    margin-left: 100px;
}
.dryCargo-detail-page .tool-bar-wrapper .download-btn {
    display: inline-block;
    min-width: 122px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    margin-left: 100px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00B48B;
    border-radius: 6px;
}
.dryCargo-detail-page .reader-wrap {
    position: relative;
    border-bottom: 2px solid #f7f7f7;
}
.dryCargo-detail-page .try-end-fold-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(90deg,#fff,hsla(0,0%,100%,.99),hsla(0,0%,100%,.95),hsla(0,0%,100%,0));
    z-index: 10;
}
.try-end-fold-page .read-more {
    text-align: center;
    font-size: 16px;
    margin-top: 100px;
}
.try-end-fold-page .read-more .continue {
    display: inline-block;
    color: #00B48B;
    cursor: pointer;
    padding-right: 30px;
    background: url(../images/hide.png) no-repeat right 7px;
    background-size: auto 9px;
}
.try-end-fold-page .copyright-notice {
    font-size: 13px;
    padding-left: 20px;
    background: url(../images/dryCargo/ico_copyright.png) no-repeat left center;
    background-size: 15px auto;
    margin: 25px 0 12px 30px;
}
.dryCargo-detail-page .topbar-container {
    height: 38px;
    padding: 0 30px;
    background-color: #fcfcfc;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.dryCargo-detail-page .topbar-container.fixed {
    position: fixed;
    width: 880px;
    top: 0;
    z-index: 99;
}
.dryCargo-detail-page .topbar-container .file-name {
    position: relative;
    top: 7px;
    max-width: 550px;
    vertical-align: middle;
}
.topbar-container .goto-page {
    margin-top: 6px;
    color: #999;
    float: right;
    font-size: 13px;
    box-sizing: border-box
}
.topbar-container .goto-page .cur-page {
    color: #999;
    display: inline-block;
    width: 32px;
    text-align: center;
    padding: 0 2px;
    outline: none;
    height: 26px;
    line-height: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    box-sizing: border-box;
}
/* 干货详情 -下载/查看提示弹窗 -结 */
/* 干货详情 -广告轮播 -始 */
.dryCargo-detail-page .advertise-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.dryCargo-detail-page .advertise-container img {
    display: block;
    width: 100%;
    height: 100px;
}
.dryCargo-detail-page .advertise-container .hd {
    position: absolute;
    bottom: 10px;
    right: 5px;
    font-size: 0;
    z-index: 99;
}
.dryCargo-detail-page .advertise-container .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.dryCargo-detail-page .advertise-container .hd .on {
    background-color: #fff;
}
/* 干货详情 -广告轮播 -结 */
/* 干货详情 -修改分类弹窗 -始 */
.dryCargo-Modify-Classify {
    position: absolute;
    width: 386px;
    background-color: #fff;
}
.dryCargo-Modify-Classify .h1 {
    line-height: 60px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}
.dryCargo-Modify-Classify .close {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
}
.dryCargo-Modify-Classify .choose-content {
    padding: 0 20px;
}
.dryCargo-Modify-Classify .grouping {
    min-height: 160px;
    font-size: 0;
    padding: 6px 0 20px 0;
    margin-left: -10px;
}
.dryCargo-Modify-Classify .grouping .tag {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #efefef;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    margin: 14px 0 0 10px;
    cursor: pointer;
}
.dryCargo-Modify-Classify .grouping .active,
.dryCargo-Modify-Classify .btn-submit {
    background-color: #00b48d;
    color: #fff;
}
.dryCargo-Modify-Classify .btn-submit {
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
/* 干货详情 -修改分类弹窗 -结 */