<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================
PTS-Video
====================================*/
.header.cover, .container.cover { opacity: 0.5;}
.index-header {
    height: 640px;
    position: relative;
}
.mainvision{
    height: inherit;
    margin: auto;
    max-width: 1500px;
    position: relative;
    width: inherit;
    overflow: hidden;
}
.mainvision:after {
    background-image: linear-gradient(0deg, #05192e, transparent 30%),
        linear-gradient(90deg, #05192e, transparent 13%),
        linear-gradient(180deg, #05192e, transparent 30%),
        linear-gradient(270deg, #05192e 25%, transparent 30%);
    bottom: 0;
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    visibility: visible;
}
.mainvision video {
    height: 100%;
    position: relative;
}
.rightInfo {
    display: flex;
    position: absolute;
    height: inherit;
    top: 0;
    right: 0;
    align-items: center;
    background: linear-gradient(to left, #091f34 50%, transparent);
}
.rightInfo &gt; div {
    color: white;
    z-index: 4;
    max-width: 500px;
    padding-left: 30px;
}
.rightInfo input {
    flex: 1;
    font-size: 20px;
    color: black;
    padding: 15px;
    border-radius: 20px 0 0 20px;
    border: 0;
    background-color: #e3e3e3;
}

.mainVisual { width: 600px; height: 450px;}
a { color: #ffffff; }

.tagCloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tagCloud a { 
    border: 2px dotted;
    border-radius: 50px;
    padding: 5px 13px;
    background-color: rgba(0, 0, 0, 0.5);
}
.tagCloud a:hover { opacity: 0.5; }

/*slick*/
.slider { cursor: initial;}
.slides {
    background-color: transparent;
}
.slider:hover .slick-prev {
    left: 0px;
}
.slider:hover .slick-next {
    right: 0px;
}
.slides.slider:before {
    content: none;
}
.slick-slide &gt; div {
    margin: 15px 8px;
}
/*.newVideo.flexslider:hover .flex-prev {
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 70px;
}
.newVideo.flexslider:hover .flex-next {
    right: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 70px;
}*/

.videoPic { width: 300px; }
.videoKind { 
	color: #dddddd; 
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.videoTitle { 
    font-size: 18px; 
    font-size: 1.8rem; 
    color: #ffffff; 
    position: relative;
    /*限制字數 fay 20180417*/
    /*width: 295px;
    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }
.watched .videoTitle { padding-left: 20px; }
.watched .videoTitle::after {
    content: '';
    display: block;
    overflow: visible;
    visibility: visible;
    font-family: 'Ionicons';
    color: #ffffff;
    content: "\f383";
    position: absolute;
    top: 0;
    left: 0;
}
.videoTime { font-size: 16px; font-size: 1.6rem; color: #ffffff; }

.videoTitle &gt; span, .videoTime &gt; span { padding:0 5px; } 

.listCol-more {
    height: 293px;
    display: block;
    padding: 10px 15px;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
    line-height: 293px;
}

.titleBox h2 {
    color: white;
    text-align: center;
    margin: 25px 0;
}
.pager .titleBox { 
    height: 220px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-radius: 20px;
} 
.pager .titleBox h2 { font-size: 28px; font-size: 2.8rem; color: #454545; }
.changerow{ margin: 25px 0 25px 25px; font-size: 30px; }
.changerow i{ margin: 0 5px; cursor: pointer;}
.changerow i:hover{color: #999;}
.changerow i.active{color: #fff;}
.changerow span {font-size: 18px; vertical-align: middle;}
.changerow .ddlSort {
    background-color: inherit;
    border: none;
}
.nextLevelMenu a {
    padding: 10px 13px;
    background-color: black;
    border: 1px solid;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.contentPage .titleBox { margin-bottom: 20px; }
.contentPageCenter {width: 1000px !important;}

.titleBox.page h2 { margin-bottom: 15px; /*max-width: calc(100% - 300px);*/ }
.titleBox.page .changerow { top: 0; }

.mainVideo { width: 90%; height: 480px; margin: 0 auto; }
.mainVideo .pic { position: absolute; z-index: 2; cursor: pointer; }

.infoBox { width: 100%; margin: 0 auto; position: relative; color: #cccccc; margin-bottom: 15px; }
.infoBox .replay {
    color:white;
    font-weight:bold;
    height:40px;
    margin:0 auto;
    vertical-align: middle;
    display: inline-block;
}

.SwitchBox {margin-bottom: 10px;}
.SwitchBox a { font-size: 20px; font-size: 2rem; color: #ffffff; opacity: 0.5; }
.SwitchBox a:hover { opacity: 1; color: #CCCCCC; }
.episode { font-size: 20px; font-size: 2rem; color: #ffffff; margin-right: 20px; display: inline-block; vertical-align: bottom; line-height: 1.4; }
.playtime { color: #ffffff; display: inline-block; vertical-align: bottom; }

.slideBtn { float:right; font-size: 20px; font-size: 2rem; }
.slideUp { display: none; }
.DetailBox { 
  height: 80px; 
  overflow: hidden; 
  color: #efefef;
  -webkit-transition: height 2s ease-in-out;
  transition: height 2s ease-in-out;
  border-top: 1px solid #454545;
  margin-top: 20px;
  padding-top: 13px;
}
.DetailBox.open { height: initial; }
.DetailBox.open ~ .slideDown { display: none; }
.DetailBox.open ~ .slideUp { display: block; }

/* programBox */
.programBox html, .programBox body { background-color: #ffffff; height:700px !important;}

.sub-title { font-size: 14px; color: #535353; }
.imagebox { 
    width: 35%;
    float: left;
    margin: 0 2% 2% 0;
    box-shadow: -5px 6px 3px #aaa;
}

.txtbox {}
.program-title {
    font-size: 24px;
    color: #000000;
}
.txtbox div { font-size: 18px;}
.txtbox .txttitle {width: 150px;color: #000;font-weight: 400;}
.txtbox .txticon{width:40px;font-size: 2.6rem; color: #ccc;}
.txtbox .txtcomment{text-decoration: underline;color: #666;}
/* programCollection*/
#collect i.ion-ios-heart{
  color: #FF0000;
}
.videoactionmenu{
  display: none;
  position: absolute;
  background: #fff;
  right: 0px;
  top: 45px;
  z-index: 100;
  padding: 10px 0;
}
.videoactionmenu.reVideo{
  top: 50%;
  left: 50%;
  margin-top: -68px;
  margin-left: -105px;
  width: 210px;
  min-height: 136px;
}
.videoactionmenu .input-container{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.videoactionmenu .input-container input{
  border: 1px solid #eee;
  padding: 3px 0 3px 20px;
  width: 168px;
}

.videoactionmenu .search-icon {
    position: absolute;
    top: 2px;
    left: 5px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflNVER5Q.webp) -694px -43px;
    background-size: auto;
    width: 15px;
    height: 15px;
  }
.videoactionmenu .playlists{
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.videoactionmenu-close{
  position: absolute;
  right: 10px;
  top: 10px;
}
.playlists ul{
  margin: 0;
}
.playlists ul li{
  list-style: none;
  position: relative;
  width: 190px;
}
.playlists .playlist-status{
  margin-right: 3px;
  vertical-align: middle;
  background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflNVER5Q.webp) -283px -26px;
  background-size: auto;
  width: 21px;
  height: 21px;
}
.playlists .playlist-status.checked{
    background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflXBOoAR.webp) -512px -189px;
    background-size: auto;
    width: 24px;
    height: 21px;
}
.playlists .playlists-name{
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.playlists .private-icon{
  background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflNVER5Q.webp) -624px -143px;
  background-size: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
  opacity: .3;
}

.playlists .public-icon {
  background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflNVER5Q.webp) -898px -211px;
  background-size: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
  opacity: .3;
}
.create-playlist-item{
    background: white;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0 5px 16px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.playlists ul li:hover,.create-playlist-item:hover{
  background: #eee;
}

.globalpopup{
  width: 400px;
  min-height: 60px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  /*margin-top: -50px;*/
  margin-left: -220px;
  z-index: 10000;
  text-align: center;
  background: #EA3E23;
  border: none;
  color: #fff;
  display: none;
}
.globalpopup a {
  display: inline-block;
  /* width: 40px;
  height: 25px; */
  padding: 4px 30px;
  margin: 0 5px;
}
.globalpopup .loginbtn{
  background: #ffffff;
  border: 1px solid #ffffff;
}
.globalpopup a.loginbtn:link { color:#EA3E23; }
.globalpopup a.loginbtn:visited { color:#EA3E23; }
.globalpopup a.loginbtn:hover { color:#EA3E23; }
.globalpopup a.loginbtn:active { color:#EA3E23; }
.globalpopup .canelbtn{
  box-sizing: border-box;
  border: 1px solid #eee;
}
/*index*/
.indexnews a i{
  /* font-size: 1.5rem; */
  /* float: left; */
}
.textContent { margin-left: 25px; }
/* Apply */
.apply-logo { text-align: center; width: 400px; margin:0 auto; }
.apply-title { 
  text-align: center; 
  background-color: #333333; 
  color: #ffffff; 
  padding:10px 0;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
}

.apply-forms { margin:40px auto;}
.apply-forms ul.forms h6 { font-size: 16px; font-size: 1.6rem; color: #ffffff; text-align: left; }
.apply-forms ul.forms li { margin-bottom: 30px; }
.apply-forms ul.forms li .inlineColumn { }
.apply-forms ul.forms li div.selector span { color:#ffffff; }
.apply-forms ul.forms li label { color: white; font-size: 16px; }
.applt-captcha { display: inline-block; vertical-align: top; margin-left: 20px; width: 100px; }
.apply-forms ul.trialProduct li {
    margin-bottom: 10px;
    list-style: none;
}

/* search  result */
.search-result-kind { margin-bottom: 40px; }
.search-result-kind .titleBox { margin-bottom: 20px; }
.search-program-title {
    background-color: #123456;
    padding:8px 15px;
    color: #ffffff;
    font-size: 20px;
}
.search-result-kind .listCol.block {
    background-color: transparent;
    border-radius: 0;
}
.search-result-kind .listCol.block .defaultWrap {
    border-radius: 5px;
}
.search-result-kind .listCol.block .itemBox.listBox .contentText {
    border-top: none;
}

.search-result-kind .four-column .listCol { margin-bottom: 2%; }
.search-main { display:inline-block;text-align: right; width: 30%; position: relative;border-bottom: 1px solid #50c2ff; margin-right: 20px;
}
.search-main a { 
  position: absolute; 
  right: 0; 
  top: 0;
  display: block;
  padding: 10px;
  background: transparent;
  color: #ffffff;
}
.search-main a:hover { color: #ffffff; }

.search-main input.text {
  width: 100%;
  padding:5px 0 5px 10px;
  border:none;
  background: transparent;
  font-size: 1px;
  font-size: 1.8rem;
  color: #ffffff;
}
.search-main input.text:focus {
  color: #ffffff;
  background: black; 
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-advanced{
  display: inline-block;
  color: #fff;
}
.search-advanced::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.search-form li{
  padding: 20px 0 !important;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.3rem;
}
.search-form li:last-child{
  border: none;
}
.search-form .search-top {
  margin:5px 0;
}
.search-top i{
  font-size: 2rem;
  float: right;
}
.search-top i:hover + span{
  visibility: visible;
}
.search-top span{
  float: right;
  margin-right: 10px;
  color: #999;
  visibility: hidden;
}
.search-select{
  display: flex;
}
.search-select select{
  padding: 0 5px;
  height: 40px;
  background: #f2f2f2;
  border-color: #d9d9d9;
}
.search-select .selector1{
  margin-left: 66px;
  margin-right: 10px;
}

.search-select .search-input{
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  height: 38px;
  flex: 1;
  padding-left: 10px;

}
/*.search-select label:first-child{
  margin-left: 30px;
}*/

.search-select label{
  margin: 0 10px;
  height:100%;
  line-height: 40px;
  max-height: 40px;
}

.search-select .dateselect .polymer-input{
  margin: 13px 0 0 0;
}
.search-select .dateselect .input-group-button{
  top: 5px !important;
}
.NotResult { color: white; }
.addsearch{
  padding: 10px 20px;
  font-size: 1.3rem;
  height: 30px;
  line-height: 30px;
}
.addsearch .searchbtn{
  width: 100px;
  text-align: center;
  color: #fff;
  background: #999;
}
.icon-time-left{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-time-left.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
}
.icon-time-right{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-time-right.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
}
/*myVideo*/
.myVideo .videoKind .ownuser{color: #fff;}
.sidebar{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43.75%;
  background: rgba(0,0,0,.8);
  z-index: 10;
}
.sidebar .sidebar-content{height: 100%;color: #fff;display: inline-block;}
.sidebar .sidebar-content .align-container{vertical-align: middle;display: block;opacity: .8;filter: alpha(opacity=80);text-align: center;font-size: 1.6rem;margin: 60px 0 0;}
.video-count-label{display: block;margin: 0.75em;line-height: 2.4rem;word-break: break-word; white-space: normal;text-transform: uppercase;}
.video-count-label b{font-size: 2.4rem; display: block;}
.video-icon i{font-size: 3rem;}
.videoTxts{height: 100px;position: relative;}
.videoTxt{height: 100px; color:#ccc !important}
.videoTxts .counter{display: block; position: absolute;top: 65px;right: 0;color: #fff;}

/*myVidelist*/
.mv-title {padding: 15px 0;border-bottom: 1px solid #fff; display: flex;}
.mv-title .mv-preview{width: 250px;height: 150px;background: #000;float: left;margin-right: 10px;}
.mv-title .mv-content{flex: 1;color: #fff;}
.mv-title .mv-content h3{color: #fff;}
.mv-title .allplaybtn{display: block;width:80px;height: 30px;line-height: 30px;padding: 0 10px;background:white;color:#A8A69C;}
.mv-title .allplaybtn i{margin-right: 5px;}
.mv-title .set-infor{font-size: 2.6rem; color: #fff;cursor: pointer;}
.mv-list{margin: 0;}
.mv-list li{ padding: 10px 0;border-bottom: 1px solid #eee; display: flex;-webkit-align-items: center;
          align-items: center;}
.mv-list .ion-grid {font-size: 2rem;margin-right: 10px;}
.mv-list .listpreview{width: 100px;height: 60px;background: #000;margin-right: 10px;}
.mv-list .playcontent{flex: 3;}
.mv-list .album{font-size: 2rem; color: #fff;margin-right: 10px; }
.mv-list .kind{color: #ffffff ;margin-right: 10px; }
.mv-list .abouttime {color: #ffffff; }
.mv-list .ion-android-close{font-size: 2rem;margin: 0 10px;color: #fff;cursor: pointer;}
.playtime{flex: 2;}
.playtime .timer{float: left; width: 100px;padding: 5px}
.playtime .timer .ion-android-time{font-size: 2.6rem;vertical-align: middle;margin-right: 5px; }
.playtime .wave{margin: 0 10px;float: left;line-height: 32px;}
.playtime .playbtn{margin-left:10px;float: left;width: 37px;height: 37px;background: url(../images/icon/arrow-right-drop-circle.png) no-repeat center;-webkit-background-size: contain;
background-size: contain;}
.playtime .playbtn.myList{top: 12px;position: relative;}

/*kindpage*/
.kindtable{margin-bottom: 40px;width: 100%;}
.kindtable .playbtn{height: 37px;background: url(../images/icon/arrow-right-drop-circle.png) no-repeat center;-webkit-background-size: contain;
background-size: contain;}
/*user-edit*/

ul.user-edit h6 {
  color: #eee;
  font-size: 1.6rem;
}
.user-edit li{margin: 20px 0;}
.required {color:#FF0000;}
/*recommendVideo*/
.collectvideo{
  position: absolute;
  top: 220px;
  right: 0;
  z-index: 500;
}
.ion-ios-heart{
  color: #FF0000;
}
.recommend-select{
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 5px 30px 5px 4px;
  height: 31px;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'&gt;&lt;path fill='#ffffff' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'&gt;&lt;/path&gt;&lt;/svg&gt;");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  line-height: 20px;
}
.recommend-select option{
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: #787878;
}
/*news*/
.newstitle{display:inline-block;font-size: 20px; font-size: 2rem; position: relative; }
.newsdate{
    background-color: darkorange;
    padding: 2px 5px;
    border-radius: 25px;
}
.NewsContent {
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.NewsContent p{color: #fff !important;font-size: 1.6rem;}
.NewsContent .newskind{background: #D9D9D9;color:#7F7F7F;padding: 6px 8px;text-align: center;}
.NewsContent .time{color: #fff;position: absolute;right: 0;bottom: 0;}
.newsslider{width: 70%;margin: 0 auto;}
.flex-control-nav{position: relative;}
.imgdetail{display: block; text-align: center;margin: 5px auto;}
.news-DetailBox{margin:20px 0;font-size: 1.6rem;}
.news-link div {float: left;}
.news-txtcomment{color: #fff}
.cursorP{cursor: pointer !important;}
.newskind{background: #D9D9D9;color:#7F7F7F;padding: 6px 8px;text-align: center;}
.newstime{color: #fff;position: absolute;right:20px;}

.newsList {
    display: flex;
    margin-bottom: 40px;
    border: 3px solid #123456;
    height: 200px;
}
.newsList .defaultWrap {
    width: 30%;
    background-position: center;
    background-size: cover;
}
.newsList .contentText {
    width: 70%;
    margin: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* others */
.index .blockquote h3, .index .blockquote p { color: #cccccc; }
.modifypassword {background: #FFF; border-radius: 10px; padding: 2px 10px;}
.poparea{width: 350px;height: 100px;}

.showCount {
  color: #ffffff;
  text-align: right;
  margin-bottom: 10px;
}
.showCount a {
  margin-left: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
.showCount a:hover {
  border-bottom: 1px solid #333333;
}


/*
==============================================
   responsive
==============================================
*/
@media screen and (max-width: 1500px) {
    .mainvision {
        width: 90%;
    }
}
@media screen and (max-width : 1200px) {
    .mainvision:after {
        background: linear-gradient(0deg, #05192e, transparent 30%),
        linear-gradient(90deg, #05192e, transparent 20%),
        linear-gradient(180deg, #05192e, transparent 30%),
        linear-gradient(270deg, #05192e 10%, transparent 50%);
    }
    .rightInfo { background: none;}
}
@media screen and (max-width : 1023px) {
    .index-header { height: 80vh; margin-bottom: 30px;}
    .mainvision { width: 100%;}
    .mainvision::after {
        background-image: linear-gradient(0deg, #05192e 30%, transparent 65%),
        linear-gradient(180deg, #05192e, transparent 10%);
    }
    .rightInfo &gt; div {
        padding-right: 30px;
    }
    .contentPageCenter { width: 92% !important; }
    .mainVisual { width: 95%; height: inherit;}
    /* 一般影片 */
    .mainVideo {
        width: 100%;
        height: 0;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        top: 0;
        padding-bottom: 75%;
    }
    .mainVideo &gt; .jwplayer {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        left: 0 !important;
        top: 0 !important;
    }
    .contentPageCenter { width: 95% !important; }
    /* 課程 */
    .lessonContent .mainVideo {
        padding-bottom: 0;
    }
    .lessonContent .mainVideo &gt; .jwplayer{
        position: relative !important;
    }
    .lessonContent .infoBox {
        width: 90%;
    }
    /* 課程 end */
    .tagCould a { margin: 0 10px 5px 0; }
    .infoBox { width: 80%; }
    .search-main { margin: initial; }
    .apply-logo { width: 90%; }
}

@media screen and (max-width : 800px) {
    .rightInfo {
        align-items: flex-end;
        width: 100%;
        justify-content: center;
        background: none;
    }
    .index .col-full-67 { width: 100% !important; }
    .index .col-full-33 { width: 100% !important; }
    .index .col-full-63 { width: 100% !important; }
    .index .col-full-37 { width: 100% !important; }
  
    .mainVisual { margin-right: 0; width: 100%; }

    .mv-list li {
    display: block;
    text-align: center;
    }
    .mv-list .listpreview {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    }
    .mv-list .listpreview img { position: absolute; top: 0; left: 0; }
    .mv-list .playcontent {
    margin-top: 10px;
    text-align: left;
    }
    .mv-list .playtime {
    margin-top: 7px;
    text-align: left;
    display: block;
    }
  

}
@media screen and (max-width : 768px) {
  .imagebox { float: none; margin:0 0 20px 0;width: 100%; box-shadow: none; text-align: center; } 
  .contentPage .titleBox { border-bottom: none; margin-bottom: 20px;  }

  .infoBox {
    width: 90%;
  }

  .mainVisual { 
    width: 100%;
    margin: 0 auto 20px auto; 
  }
  .apply-forms ul.forms li .inlineColumn { width: 100%; }

  .search-main { width: 95%; }
  
  .applt-captcha { margin-left: 0; }
  .poparea{width: 100%;}
  .masonry.liststyle .listCol{
    height: 400px;
  }
  .masonry.liststyle .listCol { margin: 0 0% 1%; }
  .itemBox.listBox .defaultWrap.wrapRwd {
    float: none !important;
    width: 100% !important;
    height: 250px !important;
  }
  .search-select .selector1{
    margin-left: 0;
  }
  .flexwrap{
    flex-wrap: wrap;
  }
  .flexwrap .marginL-20{
    margin-left: 0 !important;
  }
  .indexnews .newsdate{
    margin-left: 40px !important;
  }
  .footer{
    padding-bottom: 40px;
  }
  .social-icon.active{
    bottom: 0;
    z-index: 10000;
  }
  .titleBox.page h2 {
      max-width: 100%;
  }
  .changerow {
    position: static;
    text-align: right;
    margin-bottom: 20px;
    line-height: 1;
  }
}
@media screen and (max-width : 680px) {
    .index-header { height: 90vh; }
    .mainvision video {
        height: 50%;
    }
    .mainvision::after {
        background-image : linear-gradient(0deg, #05192e 50%, transparent 65%),
        linear-gradient(180deg, #05192e, transparent 10%)
    }
    .pager .titleBox {
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
    }
    .pager .titleBox h2 { color: white; }
    .nextLevelMenu a { margin-bottom: 10px; }
}
@media screen and (max-width : 450px) {
    .index-header { height: 100vh;}
    .newstitle {font-size: 18px; font-size: 1.8rem;}
    .indexnews .newsdate{
        margin-left: 10px !important;
    }
    .indexnews .newstitle{
        width: 185px !important;
    }

    /*限制字數 fay 20180417*/
    .videoTitle {
	    width: 100%;
	    overflow: hidden;
	    text-overflow: inherit;
	    white-space: normal;
	    line-height: 24px;
    }

    
}
@media screen and (max-width : 320px) {
  .indexnews .newsdate{
    margin-left: 5px !important;
  }
  .indexnews .newstitle{
    width: 185px !important;
  }
}
.indexnews {
  margin-top: 14px;
}
.indexnews a {
  display: block;
  font-size: 16px;
  /* color: #ffffff; */
  margin: 10px 0;
  overflow: auto;
}
.indexnews a:hover {
  /* color: #ffffff; */
}
.indexnews i{
  overflow: hidden;
  margin-top: 7px;
}
.indexnews .newstitle{
  /* display: inline-block; */
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  vertical-align: bottom;
  float: left;
}
.indexnews .newsdate{
  margin-top: 3px;
  float: right;
}

.video-list {
  background-color: #454545;
}

/* course &amp; lesson */
.declare {
    max-width: 800px;
    margin: auto;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #dedede;
    text-align: left;
    background-color: #294057;
    padding: 10px 15px;
}
/*.course.masonry .listCol {
    height: 360px;
}*/
/*.lesson {
    position: fixed;
    height: calc(100% - 255px);
    min-height: 0;
}*/
.lesson .row {
    height: 100%;
}
.lesson .mobile-menu {
    display: none;
}
.lessonProgress {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}
.lessonProgress .nav-btn {
    display: none;
}
.lessonList {
    /*margin-top: 10px;*/
    background-color: #294057;
    border-radius: 5px;
}
.lessonList ul {
    margin: 0;
}
.lessonList ul li {
    list-style:none;
    width: 90%;
    margin: auto;
    padding: 15px 0;
    color: #E8E8E8;
    border-bottom: 3px dashed white;
}
.lessonList ul li:last-child {
    border: none;
}
.lessonList .item-check {
    display: inline-block;
    width: 10%;
    font-size: 18px;
}
.lessonList .item-list {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}
.lessonList .record {
    color: #dc4766;
    float: right;
}
.lessonContent {
    flex: 3;
}
.lesson .jw-controlbar {
    display: block;
}
.lessonContent .mainVideo {
    display: flex;
    flex-direction: column;
    height: auto;
}
.lessonContent .mainVideo video::-webkit-media-controls-enclosure {
    display: none;
}
.lessonContent .mainVideo .DetailBox {
    height: auto;
    overflow: hidden;
    transition: ease-in-out 0.5s;
}
.footer.mobileFooter { display: none; }
[aria-expanded="false"] .ion-ios-arrow-down {
  display: inline;
}

[aria-expanded="false"] .ion-ios-arrow-up {
  display: none;
}

[aria-expanded="true"] .ion-ios-arrow-down {
  display: none;
}

[aria-expanded="true"] .ion-ios-arrow-up {
  display: inline;
}

/* scrollbar */
/* width */
.lessonProgress::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.lessonProgress::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.lessonProgress::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.lessonProgress::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*dialog遮罩顯示在最上層*/
.ui-widget-overlay {
    z-index: 600;
}
/* responsive */
@media screen and (max-width : 979px) {
    /*index*/
    .rightInfo {
        align-items: flex-end;
    }
    .rightInfo &gt; div {
        max-width: 75%;
        margin: 0 auto;
    }
    /*pager*/
    .header-pager .search {
        top: 0;
    }
    /*lesson*/
    .lesson .wrapper {
        width: 90% !important;
    }
    .lesson .mobile-menu {
        display: block;
        position: fixed;
        width: 360px;
        z-index: 503;
        top: 50%;
        left: 0;
        transition: 1s;
    }
    .lesson .nav-btn {
        position: absolute;
        width: 20px;
        height: 80px;
        background-color: brown;
        color: white;
        right: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 80px;
        text-align: center;
        border-radius: 0 5px 5px 0;
        box-shadow: 5px 0 5px hsla(240, 40%, 15%, .6);
        z-index: 1;
        transition: 1s;
    }
    .lesson .nav-btn i {
        line-height: 80px;
    }
    .lessonProgress {
        position: fixed;
        width: 320px;
        z-index: 1;
        flex: inherit;
        transition: 1s;
        top: 62px;
        height: 100%;
        background-color: black;
        left: 0;
        padding: 20px;
    }
    .lessonProgress.show-navㄝ.lesson .mobile-menu.show-btn { transform: translateX(0); }
    .lessonProgress.hide-nav { transform: translateX(-360px); }
    .lesson .mobile-menu.hide-btn { transform: translateX(-100%); }
    .lessonContent {
        position: absolute;
        width: 95%;
        height: auto;
        margin-left: 20px;
    }
    .footer.mobileFooter { display: block; }
    .footer.webFooter { display: none; }
}
@media screen and (max-width : 680px) {
    .course.masonry .listCol {
        height: initial;
        margin-bottom: 20px;
    }
    .lessonProgress { top: 57px; }
}
/* 課程 end */</pre></body></html>