@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);


/*活動用*/
*:link, *:visited, *:hover, *:active, *:focus, * {
    outline:none
}

.scrollup{ z-index: 10; }

body{ margin:0; padding: 0;  }
.full-width{width: 100%;}
.fixed-width{ width: 1280px; margin: auto; }

/*額外設定大小網*/
.only_pc{ display: block; }
.only_m{ display: none; }
/*額外設定大小網*/

/*loading*/
.page-loader{ position: fixed; z-index: 9999; left: 0; top: 0; background: rgba(0,0,0, 1); width: 100vw; height: 100vh; }
.spinner { background: transparent; -moz-animation: rotate 1.5s linear infinite; -webkit-animation: rotate 1.5s linear infinite; animation: rotate 1.5s linear infinite; }
.spinner { border: 4px solid; border-radius: 50%; content: ""; display: inline-block; position: absolute; width: 70px; height: 70px; top: 50%; margin-top: -35px; left: 50%; margin-left: -35px; z-index: 2; }
.spinner:after { border: 4px solid; border-radius: 50%; content: ""; display: inline-block; position: absolute; width: 62px; height: 62px; top: 50%; margin-top: -35px; left: 50%; margin-left: -35px; z-index: 0; }
.spinner { border-color: #21357f rgba(0,0,0, 0.07) #21357f rgba(0,0,0, 0.07); }
.spinner:after { border-color: transparent rgba(255,255,255,0.8) transparent rgba(255,255,255,0.8); -moz-animation: rotate 4s linear infinite; -webkit-animation: rotate 4s linear infinite; animation: rotate 4s linear infinite; }
@-moz-keyframes rotate {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
  0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*loading

/*小叮嚀*/
	#pspoint{ position: absolute; top: -50px; } 
	.note{ width: 100%; background: #fffff8; padding: 50px 0; margin: 0 auto; float: left; position: relative; z-index: 2; }
	#btn_note{ display: block; width:1200px; height: 26px; color: #000000; margin: 15px auto; padding: 0; cursor: pointer; font-size: 26px; font-weight: 500; text-align: left; position: relative; }
	#btn_note span { display: block; width: 5px; height:100%; background: #000000; margin-right: 18px; float: left; }
	.note_box{ display: block; width: 1200px; height: 124px; margin: 0px auto; padding: 0 0 0 26px; font-size:15px; font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside; position: relative; overflow: hidden;  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
	.note_box ul{ margin: 0px;}
	.note_box ul li{ font-size: 16px; color:#000000; font-weight:normal; line-height:30px; list-style-position: outside; list-style-type: decimal; text-align:justify; }
	.note_box ul a{ color:#000000; text-decoration: underline;}
	.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 16px; }
	.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 16px; }
	.btn_click { width: 60px; height: 30px; color: #FFFFFF; background: #1f1f1f; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 7px; bottom:0; }
	.btn_click2 { display: none; width: 60px; height: 30px; color: #FFFFFF; background: #1f1f1f; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 7px; bottom:0; }
/*小叮嚀*/

/*社群*/
.community{ background-color: #e6e6e6; position: relative; margin:0 auto; width: 100%; overflow: auto; }
.community .itembox{ width: 464px; padding: 0; margin:0 auto; }
.community .itembox a{ display: block; width: 80px; height: 80px; margin:45px 18px; border-radius: 90px; background:url(../images/community.png)no-repeat center 0; float: left; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; cursor: pointer; }
.community .itembox a:hover{ opacity: 1; }
.community .itembox a:nth-of-type(1){ background-position: 0 0; }
.community .itembox a:nth-of-type(2){ background-position: 0 -80px; }
.community .itembox a:nth-of-type(3){ background-position: 0 -160px; }
.community .itembox a:nth-of-type(4){ background-position: 0 -240px; }
.community .itembox a:nth-of-type(1):hover{ background-position: -80px 0; }
.community .itembox a:nth-of-type(2):hover{ background-position: -80px -80px; }
.community .itembox a:nth-of-type(3):hover{ background-position: -80px -160px; }
.community .itembox a:nth-of-type(4):hover{ background-position: -80px -240px; }
/*社群*/

/***PC版***/
#wrap{}
#container { background: #000000; }
#content_all { min-width: 1280px; color:#FFFFFF; background: url(../images/pc/doc_kvbg.jpg)no-repeat center top; background-size: 1920px 730px; background-color: #fffbf8; position: relative;  }
#content_all a{ text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#content_all p{ font-weight: normal; text-align: justify; }
#content_all h1,h2,h3,h4,h5,h6{ color:#080404; }


/*menu_mk*/
#content_all nav.menu{ width: 100%; margin: 0 auto; position: absolute; left: 0px; top:505px; z-index: 11;  }
#content_all nav ul{ width: 1093px; padding:0; margin: 0 auto; }
#content_all nav ul li{ float: left; padding: 0; margin-right: 0px; border: 2px solid #fffcfa; background: #000000; position: relative; opacity: 0.95; }
#content_all nav ul li:nth-of-type(8) { margin-right: 0; }
#content_all nav ul li:hover{ opacity: 1; }
#content_all nav ul li a{ display: block; width: 130px; height: 80px; background: url(../images/pc/doc_kvmenu.png)no-repeat center top; background-size: 130px 640px; font-size: 0; padding: 0; opacity: 0.7; }
#content_all nav ul li a:hover { opacity: 1; }
#content_all nav ul li:nth-of-type(1) a { background-position: 0 0; }
#content_all nav ul li:nth-of-type(2) a { background-position: 0 -80px; }
#content_all nav ul li:nth-of-type(3) a { background-position: 0 -160px; }
#content_all nav ul li:nth-of-type(4) a { background-position: 0 -240px; }
#content_all nav ul li:nth-of-type(5) a { background-position: 0 -320px; }
#content_all nav ul li:nth-of-type(6) a { background-position: 0 -400px; }
#content_all nav ul li:nth-of-type(7) a { background-position: 0 -480px; }
#content_all nav ul li:nth-of-type(8) a { background-position: 0 -560px; }
#content_all nav ul li span { display: block; width: 134px; height: 0px; font-size: 18px; line-height: 30px; color: #000000; text-align: center; background: #FFFFFF; position: absolute; left: -2px; top:-35px; overflow: hidden;  -webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;-o-transition: all 0.1s linear;-ms-transition: all 0.1s linear;transition: all 0.1s linear; }
#content_all nav ul li:hover span { display: block; width: 134px; height: 30px; font-size: 18px; line-height: 30px; color: #000000; text-align: center; background: #FFFFFF; position: absolute; left: -2px; top:-35px;   }

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative; }
#content_all .headerCon .kvbox { width: 1280px; height: 645px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox h1{ width: 610px; height: 260px; font-size: 0px; background: url(../images/pc/doc_kvh1.png)center top; background-size: 100%; position: absolute; left: 514px; top:100px; z-index: 1; animation-duration: 0.4s; animation-delay: 0.8s; animation-iteration-count: 1; }
#content_all .headerCon .kvbox h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { font-size: 0px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 0px; top:0px; z-index: 1; }
#content_all .headerCon .kvbox .logo { width: 150px; height: 40px; border: none; font-size: 0; position: absolute; left: 25px; top:20px; }
#content_all .headerCon .kvbox .logo:hover { border: none; background: none; }
#content_all .headerCon .kvbox .logo img { width:100%; height: 100%; }
/* HeaderCon PC End */


/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; padding-bottom: 70px; z-index: 2; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { font-size: 0; font-weight: 400; color: #FFFFFF; letter-spacing: 0px; padding-left: 40px; background: url(../images/pc/doc_itemh2bg.png)no-repeat center top; background-size: 1280px 61px; }
#content_all .contentCon p{ width: 100%; line-height: 30px; font-weight: 400; color: 493333; letter-spacing: 1px; margin:0 auto; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 1280px; height: 100%; margin: 0 auto; padding: 30px 0; position: relative; }
/*錨點*/
#content_all .contentCon .itembox .point { position: absolute; width: 100%; top: -80px;}
/*錨點*/

#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03,#content_all .contentCon .item04,
#content_all .contentCon .item05,#content_all .contentCon .item06,#content_all .contentCon .item07,#content_all .contentCon .item08,{ margin:0 auto; position: relative; }
#content_all .contentCon .item01 .itembox h2,#content_all .contentCon .item02 .itembox h2,#content_all .contentCon .item03 .itembox h2,#content_all .contentCon .item04 .itembox h2,
#content_all .contentCon .item05 .itembox h2,#content_all .contentCon .item06 .itembox h2,#content_all .contentCon .item07 .itembox h2,#content_all .contentCon .item08 .itembox h2{ width: 1280px; height: 61px; font-size: 34px; line-height: 61px; color: #663333; margin: 0 auto 0px; text-align: left; }
#content_all .contentCon .item01 .itembox > p,#content_all .contentCon .item02 .itembox > p,#content_all .contentCon .item03 .itembox > p,#content_all .contentCon .item04 .itembox > p,
#content_all .contentCon .item05 .itembox > p,#content_all .contentCon .item06 .itembox > p,#content_all .contentCon .item07 .itembox > p,#content_all .contentCon .item08 .itembox > p{ width: 1280px; height: 60px; font-size: 18px; line-height: 60px; color: #663333; margin: 0 auto 10px; padding-left: 42px; text-align: left; }

.postbox { width: 1196px; height: 204px; margin: 0 auto; }
.postbox .post { display: block; width: 296px; height: 204px; margin-right: 4px; float: left; overflow:hidden; position: relative; }
.postbox .post:nth-of-type(4) { margin-right: 0; }
.postbox .post a:nth-of-type(1) { display: block; }
.postbox .post a:nth-of-type(2) { display: none; }
.postbox .post img{ width: 100%; height: 100%; -webkit-transition: all 0.15s ease-in-out;-moz-transition: all 0.15s ease-in-out;-o-transition: all 0.15s ease-in-out;-ms-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out; }
.postbox .post:hover img { transform:scale(1.2);   -webkit-transform:scale(1.2);  -moz-transform:scale(1.2);  -o-transform:scale(1.2);   -ms-transform:scale(1.2);  }
.postbox .post .mask{ width: 100%; height: 80px; padding:0 15px; background: rgba(0,0,0,0.8); position: absolute; left: 0; bottom:-40px; -webkit-transition: all 0.15s ease-in-out;-moz-transition: all 0.15s ease-in-out;-o-transition: all 0.15s ease-in-out;-ms-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out; }
.postbox .post:hover .mask { bottom: 0; }
.postbox .post .mask h5{ font-size: 18px; font-weight: 300; font-weight: 400; line-height: 40px; color: #FFFFFF; text-align: left; }
.postbox .post .mask hr{ background: #FFFFFF; margin: 0; padding: 0; }
.postbox .post .mask p{ width: 100%; font-size: 16px; font-weight: 300; line-height: 40px; color: #FFFFFF; text-align: left; }




/***手機版***/
/***手機版***/
/***手機版***/
@media screen and (max-width: 1100px) {


.scrollup_1 { z-index: 100; }
#footer_mB{ margin-bottom: 0px; }

/*額外設定大小網*/
.only_pc{ display: none; }
.only_m{ display: block; }
/*額外設定大小網*/

/*小叮嚀*/
#pspoint{ position: absolute; top: -50px; } 
#btn_note{ display: block; width: 640px; height: 42px; line-height: 42px; font-size: 26px; font-weight: 400; margin: 0px auto; padding: 0 20px; }
#btn_note span { display: block; width: 5px; height:100%; background: #000000; margin-right: 18px; margin-left: 15px; float: left; }
.note_box{ display: block; width: 640px; height: 334px; margin: 0px auto; padding:0; font-size:25px;font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside;}
.note_box ul { margin: 10px 0px 10px; }
.note_box ul li{ font-size: 22px;line-height: 40px; font-weight:normal; list-style-position: outside; list-style-type: decimal; text-align:justify; margin: 0 25px 10px 50px; }
.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 22px; margin-right: 0; }
.note_box ul li ol li ul { margin: 0 auto; }
.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 22px; margin-bottom: 0; }
.btn_click { width: 70px; height: 40px; color: #FFFFFF; background: #1f1f1f; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; right: 27px; bottom:0; }
.btn_click2 { display: none; width: 70px; height: 40px; color: #FFFFFF; background: #1f1f1f; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; right: 27px; bottom:0; }
/*小叮嚀*/

#wrap{ height: 100%; background-size: 200%; }
#container {  }
#content_all{ font-size:30px; font-weight: bold; text-align: center; position: relative;  width: 100%; max-width: 1100px; min-width: 640px; height: 100%; background: url(../images/mo/doc_kvbg_m.jpg)no-repeat center top; background-size: 1100px 520px; background-color: #fffbf8; }

/*menu_mk*/
#content_all nav.menu{ display: none; width: 640px; margin: 0 auto; position: absolute; left: 0px; top:70px; z-index: 11; }
#content_all nav ul{ width: 640px; height: 80px; padding:0; margin: 0 auto; }
#content_all nav ul li{ float: left; padding: 0; margin-right: 0px; border: 2px solid #fffcfa; background: none; position: relative; opacity: 1å; }
#content_all nav ul li:nth-of-type(8) { margin-right: 0; }
#content_all nav ul li:hover{ opacity: 1; }
#content_all nav ul li a{ display: block; width: 130px; height: 80px; background: url(../images/pc/doc_kvmenu.png)no-repeat center top; background-size: 130px 640px; font-size: 0; padding: 0; opacity: 1; }
#content_all nav ul li a:hover { opacity: 1; }
#content_all nav ul li a.i1 { background-position: 0 0; }
#content_all nav ul li a.i2 { background-position: 0 -80px; }
#content_all nav ul li a.i3 { background-position: 0 -160px; }
#content_all nav ul li a.i4 { background-position: 0 -240px; }
#content_all nav ul li a.i5 { background-position: 0 -320px; }
#content_all nav ul li a.i6 { background-position: 0 -400px; }
#content_all nav ul li a.i7 { background-position: 0 -480px; }
#content_all nav ul li a.i8 { background-position: 0 -560px; }
#content_all nav ul li span { display: none; width: 134px; height: 0px; font-size: 18px; line-height: 30px; color: #000000; text-align: center; background: #FFFFFF; position: absolute; left: -2px; top:-35px; overflow: hidden;  -webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;-o-transition: all 0.1s linear;-ms-transition: all 0.1s linear;transition: all 0.1s linear; }
#content_all nav ul li:hover span { display: none; width: 134px; height: 30px; font-size: 18px; line-height: 30px; color: #000000; text-align: center; background: #FFFFFF; position: absolute; left: -2px; top:-35px;   }

/* HeaderCon_m  */
#content_all .headerCon { width: 100%; position: relative; }
#content_all .headerCon .kvbox { width: 640px; height: 470px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox h1{ width: 640px; height: 265px; font-size: 0px; background: url(../images/mo/doc_kvh1_m.png)no-repeat center top; background-size: 570px 254px; position: absolute; left: 0; top:105px; z-index: 1;  animation-duration: 0.4s; animation-delay: 0.8s; animation-iteration-count: 1; }
#content_all .headerCon .kvbox h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { font-size: 0px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 0px; top:0px; z-index: 1; }
#content_all .headerCon .kvbox .logo { width: 160px; height: 43px; border: none; font-size: 0; position: absolute; left: 20px; top:15px; }
#content_all .headerCon .kvbox .logo:hover { border: none; background: none; }
#content_all .headerCon .kvbox .logo img { width:100%; height: 100%; }
/* HeaderCon_m End */


/*主要內容 #main_m */
#content_all .bodybg { width: 100%; height: 1375px; background:url(../images/mo/freevideo2_body_bg.png)no-repeat center top; background-size: 1100px 1375px; position: absolute; left: 0; top:805px; z-index: 1; }
#content_all .contentCon .itembox .point { position: absolute; top:-90px; width: 100%; }
#content_all .contentCon { width: 100%; height: 100%; position: relative; text-align: center; overflow: inherit; margin: 0 auto; }
#content_all a:hover{ text-decoration: none;}

#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; padding-bottom: 30px; z-index: 2; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { width: 100%; height: 70px; line-height: 70px; font-size: 0; font-weight: 500; background: url(../images/mo/doc_itemh2bg_m.png)no-repeat center top; background-size: 1100px 61px; margin:10px auto 0px; padding-left: 35px; text-align: justify; }
#content_all .contentCon p{ width: 600px; line-height: 40px; font-size:22px; font-weight: 500; letter-spacing: 1px; margin:0px auto 10px; text-align: center; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; }
#content_all .contentCon .itembox{ width: 640px; height: 100%; margin:0 auto; padding:0 0 50px 0; overflow: inherit; position: relative; }
/*錨點*/
#content_all .contentCon .itembox .point { position: absolute; width: 100%; top: -90px;}
/*錨點*/

#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03,#content_all .contentCon .item04,
#content_all .contentCon .item05,#content_all .contentCon .item06,#content_all .contentCon .item07,#content_all .contentCon .item08,{ margin:0 auto; position: relative; }
#content_all .contentCon .item01 .itembox h2,#content_all .contentCon .item02 .itembox h2,#content_all .contentCon .item03 .itembox h2,#content_all .contentCon .item04 .itembox h2,
#content_all .contentCon .item05 .itembox h2,#content_all .contentCon .item06 .itembox h2,#content_all .contentCon .item07 .itembox h2,#content_all .contentCon .item08 .itembox h2{ width: 640px; height: 61px; font-size: 28px; line-height: 61px; color: #663333; margin: 0 auto 0px; text-align: justify; }
#content_all .contentCon .item01 .itembox > p,#content_all .contentCon .item02 .itembox > p,#content_all .contentCon .item03 .itembox > p,#content_all .contentCon .item04 .itembox > p,
#content_all .contentCon .item05 .itembox > p,#content_all .contentCon .item06 .itembox > p,#content_all .contentCon .item07 .itembox > p,#content_all .contentCon .item08 .itembox > p{ width: 640px; height: auto; font-size: 22px; line-height: 40px; color: #663333; margin: 10px auto 10px; padding: 0 35px; text-align: justify; }

.postteam_m { height: 204px; }
.postteam_m { width: 640px; height: 204px; margin: 0 auto; }
.postteam_m .post { display: block; width: 296px; height: 204px; margin-right: 4px; float: left; overflow:hidden; position: relative; }
.postteam_m .post:nth-of-type(4) { margin-right: 4px; }
.postteam_m .post a:nth-of-type(1) { display: none; }
.postteam_m .post a:nth-of-type(2) { display: block; }
.postteam_m .post img{ width: 100%; height: 100%; -webkit-transition: all 0.15s ease-in-out;-moz-transition: all 0.15s ease-in-out;-o-transition: all 0.15s ease-in-out;-ms-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out; }
.postteam_m .post img{ width: 100%; height: 100%; -webkit-transition: all 0.15s ease-in-out;-moz-transition: all 0.15s ease-in-out;-o-transition: all 0.15s ease-in-out;-ms-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out; }
.postteam_m .post:hover img { transform:scale(1);   -webkit-transform:scale(1);  -moz-transform:scale(1);  -o-transform:scale(1);   -ms-transform:scale(1);  }
.postteam_m .post .mask{ width: 100%; height: 80px; padding:0 15px; background: rgba(0,0,0,0.8); position: absolute; left: 0; bottom:-36px; -webkit-transition: all 0.15s ease-in-out;-moz-transition: all 0.15s ease-in-out;-o-transition: all 0.15s ease-in-out;-ms-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out; }
.postteam_m .post:hover .mask { bottom: -36px; }
.postteam_m .post .mask h5{ font-size: 22px; font-weight: 300; font-weight: 400; line-height: 44px; color: #FFFFFF; text-align: left; }
.postteam_m .post .mask hr{ background: #FFFFFF; margin: 0; padding: 0; }
.postteam_m .post .mask p{ width: 100%; font-size: 0px; font-weight: 300; line-height: 0px; color: #FFFFFF; text-align: left; }
.postteam_m .slick-track { left: -275px; }
.postteam_m .slick-list{ overflow: visible; }


/*自定義滾動條*/
  .scroll_box{ overflow-y: hidden; }
  /* 滾動條整體部分*/
  .scroll_demo::-webkit-scrollbar{ display: none; width: 4px; height: 4px; border-radius: 4px; background:rgba(60,55,51,.25)}
  /*滾動條兩端的箭頭*/
  .scroll_demo::-webkit-scrollbar-button{ display: none;}
  /*經測試並不能控制什麼*/
  .scroll_demo::-webkit-scroll-track{ display: none;}
  /*去掉 滾動條內側部分 去掉*/
  .scroll_demo::-webkit-scrollbar-track-piece { display: none;}
  /*滾動條中可以拖動的部分*/
  .scroll_demo::-webkit-scrollbar-thumb{ background-color: #daab00;; border-radius: 4px;}
  /*變角部分*/
  .scroll_demo::-webkit-scrollbar-corner { display: none;}
  .scroll_demo::-webkit-resizer{ display: none;}
/*自定義滾動條*/


}/*手機版end*/





