<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.favorite_box{
	width:840px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin:10px auto 10px auto;}

.favorite_box_inside{
	width:100%;
	margin-bottom:10px;
	margin-top:10px;}

.favorite_box table thead,.favorite-files-list li{
	line-height:40px;}

.fav-files,.fav-video-all{
	background-color:#5d5f68;
	text-align:center;
	color:#fff;
	font-size:15px;
	border:#f7c6d0 solid 1px;}

.favorite_box_inside{
	text-align:center;
	font-size:15px;}

.fav-files{
	width:220px;
	border-right: #F7C6D0 solid 1px;
    text-align: left;
    display: block;}

.fav-video-all{
	width:100%;}

.fav-files,.fav-video-all{
    overflow: hidden;
	text-align: center;
    color: #fff;
    font-size: 15px;}

.favorite-files-list td{
	padding:5px;}

.fav-search-bar{
	display:block;
	border-radius:11px;
	margin-top:10px;
	border:#CCC 1px solid;
	padding:3px 8px 3px 8px;
	height:15px;
	width:203px;
	background-image:url(../images/icons.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:right -83px;
	background-origin:content-box;}

.favorite-files-list{
	vertical-align:top;}

.favorite-files-list ul{
	padding:0;
	margin:0;}

.favorite-files-list li{
	padding-bottom:10px;
	text-align:center;
	height:30px;
	vertical-align:middle;
	cursor:pointer;}


.favorite-files-list ul small{
	height:30px;
	display:block;
	margin-top:5px;
	margin-bottom:6px;
	text-align:center;
	color:#666;
	font-size:13px;}

.fav-add-file{
	margin-top:15px;
	background-color:#000;
	color:#FFF;}

.fav-add-file:hover{
	background-color:#FFF;
	color:#000;}

.fav-user-file{
	margin-bottom:10px;}

.fav-user-file a{
	background-color:#999;
	color:#fff;
	display:block;
	margin-bottom:5px;
    line-height: 40px;
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    width: 200px;
}

.fav-user-file a:hover{
	background-color:#e10068;}

.fav-edit-icon{
	background-color:#fff;
	margin:5px 0 5px 0;}

.fav-edit-icon:hover{
	background-color:#f8c6d1;
	color:#fff;
	border-color:#f8c6d1;}

.fav-edit-option{ display:none; background-color:#666; margin:5px 0 5px 0; color:#FFF;}
.fav-edit-option:hover{ background-color:#E00068;}

/*右邊區塊*/

.fav-right-block{
	display:inline-block;
	width:100%;
}

/*最愛總覽*/

/*PEGGER*/

.pagger-fav{
	width:600px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;}

.pagger-fav span{ color:#444853; font-size:13px; line-height:30px;}
.pagger-fav span a,.pagger-fav span span{ padding:2px 5px; color:#E00068; border:#E00068 solid 1px; margin-left:4px; margin-right:4px;}
.pagger-fav span span{ color:#FFF; background-color:#E00068;}
.pagger-fav span a:hover{ color:#FFF; background-color:#E00068;}

/*影片區*/
.fav-video--clips{
	width: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 13px;
	padding-top:10px;
    text-align: left;}

.fav-video--clips ul{}
.fav-video--clips ul li{ float:left; position:relative;}

.fav-video--clips::-webkit-scrollbar {
      width:5px;
}
.fav-video--clips::-webkit-scrollbar-track {
      background-color: #d5d9d9;
}
.fav-video--clips::-webkit-scrollbar-thumb {
      background-color:#999 ;
}



/*最愛資料夾編輯*/

.fav-file-edit{
	/*display:none;
	padding:10px 0;*/
	width: 840px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 10px auto;
}

.fav-file-edit tr{
	display:inline-table;
	margin-bottom:10px;
}

.fav-file-edit-head{
	display:block;
	color:#FFF;
	width:100%;
	line-height: 40px;
}

.fav-file-edit td{
	display:inline-block;
	border:none;}

.fav-file-edit-head td{
	background-color:#000;
	text-align: center;
}

.fav-file-edit-name{
	float:left;
	width:220px;
	margin-right:10px;}

.fav-file-edit-ps{
	float:left;
	width: 456px;
	margin-right:10px;
	}

.fav-file-edit-operate{
	float:left;
	width: 140px;
	}

.fav-file-edit-body{
	height:auto;
	margin-bottom:10px;}

.fav-file-edit-body input{
	height:36px;
	padding-left:5px;
	font-size:18px;
	font-family:Arial, "微軟正黑體";}

.fav-file-edit-name input{
	width:210px;}

.fav-file-edit-ps input{
	width: 446px;
	}

.fav-file-edit-body span{
	display:inline-block;
	color:#FFF;
	float:left;
	background-color:#000;
	padding-top:8px;
	width: 65px;
	height:32px;
	cursor:pointer;
	text-align: center;
}

.fav-file-edit-operate p{
	display:inline-block;
	float:left;
	width:10px;
	height:10px;}

.fav-file-edit-body span:hover{
	background-color:#e10068;}

.fav-edit-back-div{
	    text-align: center;
    padding-bottom: 8px;
}

.fav-edit-back-div span{
	    background-color: #000;
    color: white;
    padding: 8px;
    height: 32px;
    cursor: pointer;
    text-align: center;
}

.fav-edit-block{
	background: rgba(255,255,255,0.50);
    position: absolute;
    width: 135px;
    height: 260px;
    z-index: 2;
    margin-left: 9px;
    text-align: center;
	display:none;
	cursor: pointer;
}
.fav-edit-video-block{
	position:fixed;
    margin-left: 100px;
    z-index: 1001;
	display:none;
}
.fav-edit-video-block ul li{
	background:purple;
	color:white;
    width: 170px;
    text-align: center;
    margin-top: 5px;
	cursor:pointer;
	padding:5px;
}

.fav-add-to-favo-btn{
	    display: block;
    float: left;
    top: -3px;
    left: -3px;
    z-index: 3;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.fav-add-to-favo-btn a {
    display: block;
    background: url(../images/add-to-favorite.png);
    width: 30px;
    height: 26px;
    border: 0px;
}

.fav-add-to-favo-btn a:hover {
        /*border: 1px #BD2B65 solid;*/
        background-position: 0 80px;
    }

    .fav-add-to-favo-btn a.already-add-favo{
        background-position: 0 27px;
    }

/*彈跳視窗*/
.fav-window-background{
	position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.50);
    display:none;
    text-align:center;
    top: 0;
    left: 0;
    z-index: 5;
}

.fav-confirm-window{
	width:230px;
	padding-bottom:10px;
	border:1px solid #000;
	font-size:15px;
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 120px);
    background: white;
}


.fav-window-bar{
	height:25px;
	width:calc(100% - 10px);
	color:#FFF;
	padding: 3px 0 0 10px;
	background-color:#000;
}

.fav-window-title{
	display: inline-block;
    width: 80%;
}

.fav-window-close{
	    width: 20px;
    height: 20px;
    display: inline-block;
	background-image:url(../images/X.png);
	background-size: 18px auto;
	background-repeat:no-repeat;
	cursor:pointer;
vertical-align: bottom;
}

.fav-window-inside{padding:10px; line-height:32px;}

.fav-window-inside b{ font-weight:bold; color:#F63; font-size:18px;}
.fav-window-inside select{ height:23px; width:120px; border:1px #000 solid;vertical-align: text-top; margin-left:5px; padding:1px 3px 3px 3px;}

.fav-window-inside option{ vertical-align:middle;}

.fav-confirm{
	width:20px;
	height:20px;
	margin:2px 0 0 5px;
	vertical-align:text-top;
	background-color:transparent;
	border:none;
	background-image:url(../images/icons.png);
	background-size: 20px auto;
	background-repeat:no-repeat;
	cursor:pointer;}

.fav-confirm:active{ background-position:0 -20px;}

.fav-add-new{ border:1px #000 solid; width:130px;}

.fav-add-block{ display:inline-block;}
.fav-add-confirm{ float:right; margin-top:23px;}

.fav-delete-confirm{
	width:30px;
	height:30px;
	vertical-align:text-top;
	margin-top:-5px;
	margin-left:5px;
	background-color:transparent;
	border:none;
	background-image:url(../images/mobile-icons.png);
	background-position:0 -60px;
	background-size: 30px auto;
	background-repeat:no-repeat;
	cursor:pointer;}

.fav-delete-confirm:active{ background-position:0 -90px;}
.favorite_box .one_type{margin-left:4px;width: 33.3333%;margin: 0;box-sizing: border-box;padding: 5px;}
.favorite_box .one_pic{height:230px;}</pre></body></html>