.right_cont .tool {
	width: 100%;
	display: flex;
	margin: 20px 0 0;
	justify-content: space-between;
}
.right_cont .tool .l_tool {
	display: flex;
	margin-left: 20px;
}
.tool .l_tool .btns {
	padding: 0 15px;
	margin-right: 15px;
	border: 1px solid #09a8ff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #09a8ff;
}
.tool .l_tool .btns img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.tool .l_tool .btns.upload_btn {
	background: #09a8ff;
	color: #ffffff;
	position: relative;
}
.tool .l_tool .btns.upload_btn #upload {
	position: absolute;
	width: 98px;
	height: 42px;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 2;
}
.tool .l_tool .btns.share_btn,
.tool .l_tool .btns.download_btn {
	display: none;
}
.tool .l_tool .btns:hover {
	background: rgba(9, 168, 255, 0.06);
}
.tool .l_tool .btns.upload_btn:hover {
	background: #09a8ff;
	color: #ffffff;
}
/* 删除中和删除成功展示 */
.deleting {
	width: 237px;
	height: 42px;
	line-height: 42px;
	background: #09a8ff;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	display: none;
	justify-content: center;
	align-items: center;
}
.deleting .loading {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.deleted {
	width: 128px;
	height: 42px;
	background: #09a8ff;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	display: none;
	justify-content: center;
	align-items: center;
}
.deleted img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
/* 视图类型切换 */
.tool .r_tool {
	width: 160px;
	text-align: right;
}
.tool .r_tool .view_type {
	display: flex;
	cursor: pointer;
	justify-content: flex-end;
	margin: 7px;
}
.tool .r_tool .view_type.list_type {
	display: none;
}
.tool .r_tool .view_type img {
	width: 28px;
	height: 28px;
}
.tool .r_tool .view_type img.hov {
	display: none;
}
.tool .r_tool .view_type p {
	width: 114px;
	height: 28px;
	line-height: 28px;
	background: #666666;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	margin-right: 10px;
	display: none;
}
.tool .r_tool .view_type p::after {
	content: '';
	position: absolute;
	right: -7px;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-left: 8px solid;
	border-bottom: 8px solid transparent;
	margin-top: 5px;
	border-left-color: #666666;
}
.tool .r_tool .view_type:hover img.nor {
	display: none;
}
.tool .r_tool .view_type:hover img.hov {
	display: flex;
}
.tool .r_tool .view_type:hover p {
	display: block;
}
.list .list_tit2 {
	display: flex;
	height: 50px;
	width: 100%;
	margin: 5px auto 0;
	border-bottom: 1px solid #f0f0f0;
}
.list .list_tit2 > div {
	display: flex;
	height: 50px;
	font-size: 14px;
	color: #888888;
	padding-left: 10px;
	align-items: center;
	cursor: pointer;
}
.list .list_tit2 div img {
	width: 18px;
	height: 18px;
	margin-left: 5px;
}
.list .list_tit2 div:hover {
	/* background: rgba(9, 168, 255, 0.06); */
}
.list .files_name {
	width: 60%;
}
.list .files_name input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin: 0 15px 0 10px;
}
.list .files_size {
	width: 16%;
}
.list .modify_time {
	width: 23%;
}
.list .share_status {
	width: 10%;
}
.list .list_cont {
	height: 600px;
	overflow-y: auto;
	padding-bottom: 20px;
}
/* 滚动条样式覆盖 */
.list .list_cont::-webkit-scrollbar {
	width: 6px;
	height: 10%;
	border-radius: 3px;
}
.list .list_cont::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 3px;
}
/* 滚动条的滑轨背景颜色 */
.list .list_cont::-webkit-scrollbar-thumb {
	background-color: #c8c8c8;
	border-radius: 3px;
}
/* 列表视图样式 */
.list .list_item {
	width: 100%;
	display: flex;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.list .list_item.active {
	background: rgba(9, 168, 255, 0.06);
}
.list .list_item > div {
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.list .list_item .files_name div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	text-align: center;
}
.list .list_item .files_name .l_div {
	width: 70%;
}
.list .grid_item .files_name .l_div {
	width: 100%;
}
.list .list_item .l_div .type_img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.list .list_item .l_div .item_name {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	text-align: left;
}
.list .list_item .l_div .name_folder {
	display: flex;
	align-items: center;
	width: 90%;
}
.list .grid_item .l_div .name_folder {
	width: 100%;
	flex-direction: column;
	height: 100%;
}
.list .list_item .l_div .show_name {
	width: 149px;
	height: 28px;
	background: #ffffff;
	border: 1px solid #09a8ff;
	border-radius: 5px;
	padding: 0 8px;
	display: none;
}
.list .list_item .l_div .add_img1 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	display: none;
}
.list .list_item .l_div .del_img2 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	display: none;
}
.list .list_item .files_name .r_div {
	display: none;
	position: relative;
	width: 150px;
	justify-content: flex-end;
}
.list .list_item .files_name .r_div img {
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.list .list_item:hover .files_name .r_div {
	display: flex;
}
.list_item .files_name .r_div .more_tool {
	display: none;
	position: absolute;
	top: 43px;
	right: 0;
	width: 72px;
	/*height: 125px;*/
	background: #ffffff;
	border: 1px solid #09a8ff;
	border-radius: 5px;
	background-color: white;
}
.list_item .files_name .r_div .more_tool li {
	font-size: 14px;
	color: #09a8ff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.list_item .files_name .r_div .more_tool li:hover {
	background: rgba(9, 168, 255, 0.06);
}
.list .list_item:hover {
	background: rgba(9, 168, 255, 0.06);
}
/* 网格视图样式 */
.list .grid_item {
	width: 120px;
	height: 130px;
	border: 1px solid transparent;
	border-radius: 5px;
	margin: 10px;
	float: left;
}
.list .grid_item .files_name {
	width: 100%;
	height: 100%;
	padding: 6px 9px;
	box-sizing: border-box;
	position: relative;
}
.list .grid_item .files_name input {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 30px 0 0;
	opacity: 0;
	background: url('http://webdata.mayiyiyi.com/sharedata/img/radio_foc.png')
		no-repeat;
	background-size: cover;
}
.list .grid_item .files_name .l_div img {
	width: 62px;
	height: 62px;
	margin: 0 auto;
}
.list .grid_item .files_name .l_div .item_name {
	width: 100%;
	text-align: center;
}
.list .grid_item .files_size {
	display: none;
}
.list .grid_item .modify_time {
	display: none;
}
.list .grid_item .share_status {
	display: none;
}
.list .grid_item:hover .files_name .r_div {
	display: none;
}
.list .grid_item:hover .files_name input {
	opacity: 0.4;
}
.list .grid_item.active {
	background: rgba(9, 168, 255, 0.06);
	border: 1px solid #09a8ff;
}
.list .grid_item.active .files_name input {
	opacity: 1;
}
/* 分享弹窗样式 */
.share_div {
	width: 100%;
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.share_div .share_cont {
	width: 640px;
	background: #ffffff;
	border-radius: 5px;
}
.share_cont .s_title {
	height: 62px;
	line-height: 62px;
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}
.share_cont .s_title p {
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*width: 90%;*/
}
.share_cont .s_title .close_img {
	width: 24px;
	height: 24px;
}
.share_cont .s_cont {
	padding: 0 20px 20px 30px;
}
.share_cont .s_cont .s_item {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.share_cont .share_name {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s_cont .s_item label {
	font-size: 18px;
	color: #333333;
	width: 126px;
	text-align: right;
}
.s_item .sr_div {
	position: relative;
}
.s_item .sr_div input[type='radio'] {
	width: 24px;
	height: 24px;
}
.s_item .sr_div input[type='radio']:checked {
	background: url('http://webdata.mayiyiyi.com/sharedata/img/share_radio.png')
		no-repeat center;
}
.s_item .sr_div .span1 {
	font-size: 18px;
	color: #333333;
	margin-left: 5px;
}
.s_item .sr_div .span2 {
	font-size: 18px;
	color: #666666;
	margin-left: 30px;
}
.s_item .select_div {
	width: 152px;
	height: 42px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
}
.share_cont .s_cont .s_btns {
	margin-top: 60px;
	text-align: right;
}
.share_tips {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}
.step2 {
	display: none;
}
.step2 .s_item .success_icon {
	width: 18px;
	height: 18px;
}
.step2 .s_item .p1 {
	font-size: 18px;
	color: #333333;
	margin-left: 10px;
}
.step2 .s_item .p2 {
	width: 256px;
	background: #f6f6f6;
	color: #09a8ff;
	text-align: left;
	box-sizing: border-box;
	margin-right: 40px;
}
.step2 .s_item .p2 #share_code {
	width: 35%;
	height: 100%;
	background-color: transparent;
}
.step2 .p3 {
	font-size: 14px;
	color: #333333;
	margin: 30px 0 20px;
}
/* 移动文件夹样式 */
.move_folder {
	width: 100%;
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.move_folder .folder_cont {
	width: 640px;
	background: #ffffff;
	border-radius: 5px;
}
/* 移动文件夹样式 */
.copy_folder {
	width: 100%;
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.copy_folder .folder_cont {
	width: 640px;
	background: #ffffff;
	border-radius: 5px;
}
.folder_cont .f_title {
	height: 62px;
	line-height: 62px;
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}
.folder_cont .f_title .close_img {
	width: 24px;
	height: 24px;
}
.folder_cont .f_cont {
	padding: 20px 30px;
}
.f_cont .f_list {
	width: 100%;
	height: 255px;
	overflow-y: auto;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.f_cont .f_list::-webkit-scrollbar {
	width: 6px;
	height: 10%;
}
.f_cont .f_list::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 3px;
}
/* 滚动条的滑轨背景颜色 */
.f_cont .f_list::-webkit-scrollbar-thumb {
	background-color: #c8c8c8;
	border-radius: 3px;
}
.f_list .li_item {
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
.f_list .li_item .icons {
	width: 18px;
	height: 18px;
	float: left;
	margin: 16px 15px 0 0;
}
.f_list .li_item .icon1 {
	background: url('http://webdata.mayiyiyi.com/sharedata/img/icon1.png')
		no-repeat center;
	background-size: cover;
}
.f_list .li_item .icon2 {
	background: url('http://webdata.mayiyiyi.com/sharedata/img/icon2.png')
		no-repeat center;
	background-size: cover;
}
.f_list .li_item .icon_folder {
	width: 28px;
	height: 28px;
	float: left;
	margin: 11px 10px 0 0;
}
.f_list .li_item .add_name {
	width: 149px;
	height: 28px;
	background: #ffffff;
	border: 1px solid #09a8ff;
	border-radius: 5px;
	padding: 0 8px;
	font-size: 14px;
	color: #666666;
	float: left;
	margin: 11px 10px 0 0;
}
.f_list .li_item .add_img1 {
	width: 18px;
	height: 18px;
	margin: 16px 10px 0 0;
	float: left;
}
.f_list .li_item .del_img2 {
	width: 18px;
	height: 18px;
	margin: 16px 0 0 0;
	float: left;
}
.f_list .li_item .f_item {
	display: none;
	width: 100%;
}
.f_list .li_item .self_item {
	padding-left: 20px;
}
.f_list .li_item .li_item .self_item {
	padding-left: 53px;
}
.f_list .li_item .li_item .li_item .self_item {
	padding-left: 86px;
}
.f_list .li_item .li_item .li_item .li_item .self_item {
	padding-left: 119px;
}
.f_list .li_item .li_item .li_item .li_item .li_item .self_item {
	padding-left: 152px;
}
.f_list .self_item:hover {
	background: rgba(9, 168, 255, 0.06);
}
.f_list .self_item.active {
	background: rgba(9, 168, 255, 0.15);
}
.folder_cont .f_btns {
	width: 100%;
	padding: 0 30px 30px;
	text-align: right;
	overflow: hidden;
}
.f_btns .new_built {
	background: #09a8ff;
	padding: 0 15px;
	float: left;
	color: white;
}
.f_btns .new_built img {
	width: 24px;
	height: 24px;
	margin: 9px 9px 9px 0;
	vertical-align: middle;
}
/* 新建文件夹 */
.news_name {
}
.news_name .icon_folder {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	margin-left: 43px;
}
.news_name .add_name {
	width: 149px;
	height: 28px;
	background: #ffffff;
	border: 1px solid #09a8ff;
	border-radius: 5px;
	padding: 0 8px;
}
.news_name .add_img1 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
.news_name .del_img2 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
.news_name .add_img2 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
.news_name .del_img3 {
	width: 18px;
	height: 18px;
	margin-left: 10px;
}
/* 删除弹窗 */
.delete_div {
	width: 100%;
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.delete_div .delete_cont {
	width: 460px;
	background: #ffffff;
	border-radius: 5px;
}
.delete_cont .d_title {
	height: 62px;
	line-height: 62px;
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}
.delete_cont .d_title .close_img {
	width: 24px;
	height: 24px;
}
.delete_cont .d_cont {
	padding: 30px 0 20px;
	text-align: center;
}
.delete_cont .d_cont p {
	font-size: 14px;
	color: #333333;
}
.delete_cont .d_btns {
	text-align: center;
	margin-bottom: 40px;
}
/* 上传弹窗 */
.upload_div {
	width: 800px;
	background: #ffffff;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
.upload_div .u_title {
	height: 62px;
	line-height: 62px;
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
}
.upload_div .u_title img {
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.upload_div .u_title .max_icon {
	display: none;
}
.tips_div {
	width: 100%;
	height: 40px;
	background: #09a8ff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}
.tips_div .p1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
}
.tips_div .div1 {
	position: relative;
	display: none;
}
.tips_div .p2 {
	font-size: 14px;
	color: #666666;
	position: relative;
	border: 1px solid #c8c8c8;
	padding: 10px;
	background-color: white;
	position: absolute;
	width: 260px;
	right: -28px;
	top: 35px;
	display: none;
}
.tips_div .p2:before {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;
	right: 28px;
	padding: 0;
	border-bottom: 8px solid #ffffff;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	display: block;
	content: '';
	z-index: 12;
}
.tips_div .p2:after {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;
	right: 27px;
	padding: 0;
	border-bottom: 9px solid #c8c8c8;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	display: block;
	content: '';
	z-index: 10;
}
.tips_div .div1:hover .p2 {
	display: block;
}
.tips_div .div1:hover .arrow_inner {
	display: block;
}
.tips_div img {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 10px;
}
.upload_div .u_cont {
	width: 100%;
	margin-bottom: 100px;
}
.upload_div .u_cont li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	padding: 0 30px;
	box-sizing: border-box;
}
.u_cont li .folder_icon {
	width: 28px;
	height: 28px;
}
.u_cont li .folder_name {
	width: 250px;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
}
.u_cont li .size {
	margin-left: 30px;
	width: 80px;
}
.u_cont li .type {
	margin-left: 40px;
	color: #09a8ff;
}
.u_cont li div {
	margin-left: 40px;
	display: flex;
	align-items: center;
}
.u_cont li .finished img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.u_cont li .uploading .progress {
	width: 188px;
}
.u_cont li .uploading img {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	cursor: pointer;
}
.u_cont li .uploading img.start_icon {
	display: none;
}
/* 我的分享页面样式 */
