:root{
	--re-w00:#ffffff;
	--re-w01:#f4f4f4;
	--re-w02:#e5e5e5;
	--re-w03:#eeeeee;
	--re-B00:#000000;
	--re-B01:#313131;	
	--re-B02:#434343;
	--re-B03:#707070;
	--re-B04:#7d7d7d;
	--re-B05:#898989;
	--re-lan01:#0661a4;
	--re-red01:#e60012;
	--re-org01:#ed6e00;
}
body{
	font-family: Poppins,Helvetica, "sans-serif","STHeiti","黑體","微軟正黑體";
	font-size: 15px !important;
	background-color: var(--re-w03) !important;
}
a,
a:link,
a[href^="tel:"],
a[href^="mailto:"] {
    color: var(--re-B02);
    text-decoration: none;
}
a:hover{
	color: var(--re-lan01);
}
.page-loader{
	z-index: 2000;
}
/* header =============================================================================*/
.navbar.fixed-top{
	background-color:var(--re-w03);
	box-shadow: 1px 1px 10px #aaa;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	color: var(--re-B01);
	font-weight: 600;
	padding-right: 12px;
}
.navbar .navbar-nav .nav-item .nav-link::after {	
	font-weight: 100;
	margin-left: 5px;
}
.navbar .navbar-nav .nav-item .dropdown-menu {	
	width: 160px;
	left:initial;
	right:-5px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{	
	white-space: initial;
}

.memberLog a i{
	font-size: 20px;
	color: var(--re-B03);
}
.memLine{	
	height: 22px;
    width: 1px;
    /* margin-top: 8px; */
    background-color: #a0a0a0;
}
.memberLog .memberLogUser a i{
	font-size: 21px;
}
.memberLogUser span{
	font-size: 14px;
	vertical-align: 2px;
}
.memberLog a:hover i,
.memberLog a:hover span{	
	color: var(--re-lan01);
}
.navbar-nav .memberLogin a.nav-link{
	padding: 9px 2px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}
/* RWD menu */
#nav-collapse2{
	background-color: #1e1e2df6;
	position: fixed;
    top: 0;
    bottom: 0;
    left: -90%;
    z-index: 1500;
	width: 85%;
	min-width: 260px;
	transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
}
.menu-toggle{		
	position: fixed;
    top: 10px;
    right: 0;
	width: 60px;
	height: 60px;
    z-index: 1036;
}
.is-active#nav-collapse2{
	left:0;
	transition: left .3s ease,right .3s ease,bottom .3s ease,top .3s ease;
}
.menu {
	position: relative;
	height: 60px;
	width: 60px;	
	cursor: pointer;	
	overflow: hidden;	
}
.menu__icon {
	position: absolute;
	width: 30px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu__line {
	position: absolute;
	left: 0;
	background-color: var(--re-B01);
	height: 3px;
	width: 100%;
	border-radius: 3px;
	pointer-events: none;
}
.menu__line--1 {
	top: 0;
	transition: transform 0.3s ease-in-out, top 0.2s ease-in-out 0.3s;
}
.menu__line--1:before {
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	background-color: var(--re-B01);
	width: 100%;
	height: 3px;	
	border-radius: 3px;
	transition: transform 0.1s ease-in-out 0.2s;
}
.menu__line--2 {
	top: 0;
	bottom: 0;
	margin: auto;
	transition: opacity 0s ease-in-out 0.3s;
}
.menu__line--3 {
	bottom: 0;
	transition: opacity 0s ease-in-out 0.3s, bottom 0.2s ease-in-out 0.3s;
}
.is-active .menu .menu__line--1 {
	top: 8.5px;
	transform: rotate(135deg);
	transition: top 0.3s ease-in-out, transform 0.3s linear 0.3s;
}
.is-active .menu .menu__line--1:before {
	transform: rotate(90deg);
	transition: transform 0.1s ease-in-out 0.3s;
}
.is-active .menu .menu__line--2 {
	opacity: 0;
	transition: opacity 0s ease-in-out 0.3s;
}
.is-active .menu .menu__line--3 {
	bottom: 8.5px;
	opacity: 0;
	transition: bottom 0.3s ease-in-out, opacity 0s ease-in-out 0.3s;
}

#nav-collapse2 .asideMenuList button.btn{
	color: #FFA800;
	background-color: transparent;
    border-color: transparent;
}
#nav-collapse2 .asideMenuList button.btn::before{
	content: "\f145";
	margin-right: 7px;
	vertical-align: 0px;
	font-family: Flaticon2;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
#nav-collapse2 .asideMenuList .collapse a{
	color: var(--re-w01);
}
#nav-collapse2 .asideMenuList .collapse a::before{
	font-family: Ki;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: optimizelegibility;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "› ";
    transition: all 0.3s ease 0s;
    font-variant: normal;
    text-decoration: inherit;
	vertical-align: 3px;
}
#nav-collapse2 .asideMenuList .collapse {
    padding: 10px 10px 10px 25px;
}
.menuBg{
	height: 95vh;
    overflow-y: auto;
}
::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194, 195, 199);
}






/* page =============================================================================*/
.content-wrapper{
	margin-top: 90px;
}
.cont-frame{
	background-color: var(--re-w00);
}
.faqAnswer{
	position: relative;
}
.faqAnswer::before {
    position: absolute;
    left: 8px;
    top: 8px;
    content: '\f170';
    font-family: "Font Awesome 5 Brands";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 17px;
    font-weight: 400;
    display: block;
    background-color: #eee;
}

/* topBanner =============================================================================*/
.bannerTop{
	position: relative;	
}
.bannerTopTxt{
	/* z-index: 1;
	position: absolute;
	left:0;
	top:0;	
	color: var(--re-w00); */
	text-align: center;
}
.bannerTopTxt01{
	font-size: 32px;
	font-family: Helvetica,Arial, "sans-serif";
	font-weight:bold;
}
.bannerTopTxt02{
	font-size: 24px;
	font-weight:bold;
}
.bannerTopTxt03,
.bannerTopTxt03 .btn{
	font-size: 16px;
	font-weight: 500;
}
.bannerSmallTopTxt{
	background-image: linear-gradient(to right,#ff7c00 20%,#1a86c5 80%);
	height: 80px;
}
.bannerSmallTopTxt>div{	
	height: 80px;
}
.bannerSmallTopTxt .bannerTopTxt01,
.bannerSmallTopTxt .bannerTopTxt02{
	font-size: 18px;
	font-weight: 600;
	color: var(--re-w00);
}
.bannerSmallTopTxt .bannerTopTxt03 .btn{
	font-size: 16px;
	color: var(--re-w00);
}
/* index =============================================================================*/
.who{
	font-size: 24px;
	color: var(--re-B01);
	text-align: center;
}
.who span{
	margin:0 5px;
	color: var(--re-lan01);
}
.fourItem{
	font-size: 21px;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	color: var(--re-B00);
}
.fourItemLine{
	width: 1px;
	height: 40px;
	background-color:#bfbfbf;
}
.searchTitle{	
	color: var(--re-B00);
	font-weight: bold;
}
.indexSearch .searchTitle{
	font-size: 36px;
}
.pageSearch .searchTitle{
	font-size: 20px;
}
.searchContent{
	font-size: 16px;
	color: var(--re-B05);
	display: flex;	
}
.searchContentInput{
	border-radius: 26px;
	padding: 10px 40px 10px 15px;
	font-size: 16px;
	color: var(--re-B05);
}
.forumSearch{
	min-width: 300px;
}
.searchContentInput::placeholder{
	color: var(--re-B05);
}

.forumSearch .searchContentInput::placeholder{
	font-size: 13px;
}
.searchContent .searchContentBtn.btn{
	background-color: transparent;
	border: none;
	margin-left: -50px;
}
.searchContent .searchContentBtn.btn:hover{
	background-color: transparent !important;	
	border: none !important;
}
.searchContent .searchContentBtn.btn:hover i{
	color: var(--re-red01) !important;
}
/* 課程列表 =============================================================================*/
.indexProList .classList,
.indexProList .classList:nth-last-child(-n+3){
	max-width: 25%;
	min-width: 25%;
}
.ProList .classList,
.ProList .classList:nth-last-child(-n+2){
	max-width: 33.33333%;
	min-width: 33.33333%;
}
.classList .card{
	border: 1px solid #d2d2d2;
	/* min-width: 250px; */
}
.classList .card:hover{
	cursor: pointer;
	border: 1px solid #a9a9a9;
    box-shadow: 1px 1px 10px #aaa;
}
.classList .card-header{
	max-height: 300px;
}
.classList .card-body{
	padding: 2rem 1rem;
}
.classList .card-body .card-title{
	font-size: 21px;
	height: 50px;
	margin-bottom: 8px;
	overflow: hidden;
	color: var(--re-B00);
}
.classList .card:hover .card-body .card-title{
	color: var(--re-org01);
}
.classList .card-body .card-text{
	font-size: 14px;	
	color: #666;
	height: 60px;
	overflow: hidden;
}
.classList .classMore a{
	font-size: 15px;	
	color: var(--re-B05);
	border-bottom: 1px solid #d2d2d2;
}
.classList .classMore a:last-child{	
	border-bottom: none;
}
.classList .classMore a:hover{
	color: var(--re-red01);
}
.classList .card-footer{
	background-color: #f4f4f4;
	border-top: 1px solid #d2d2d2;
}
.classList .card-footer .card-text{
	font-size: 21px;
	color: #535353;
	font-family: "STHeiti","黑體","微軟正黑體";
	font-weight: 600;
}
.classList .card-footer .card-text span{
	font-size: 18px;
	color: var(--re-red01);
	font-family: Helvetica,Arial,"sans-serif";
	font-weight: 900;
}


/* aside menu =============================================================================*/
.asideMenu{	
	background-color: var(--re-w00);
	border: 1px solid #d2d2d2;
}
.asideMenuTitle{
	font-weight: 600;
	font-size: 18px;
}
.asideMenuTitle{
	font-size: 20px;
	color: var(--re-w00);
	background-color:var(--re-lan01) ;
	border-radius: 4px;
}
.asideMenuList .collapse {
    padding: 10px;
}
.asideMenuList .collapse a{
    color: var(--re-B02);
	font-size: 17px;	
}
.asideMenuList .collapse a:hover{
    color: var(--re-org01);;
}
.asideMenuList button.btn {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid var(--re-B03);
    display: block;
    width: 98%;
    padding: 1px 3px;
    text-align: left;
}
.memberSideMenu .asideMenuList button.btn {
	background-color: var(--re-lan01);
	color: var(--re-w00);
	border-radius: 5px;
}


.proDetailInfoName{
	width: 95px;
	color: var(--re-lan01);
	font-size:15px;
}
.en .proDetailInfoName{
	width: 200px;	
}
.proDetailInfoTxt{
	width: calc( 100% - 100px );
}
.en .proDetailInfoTxt{
	width: calc( 100% - 200px );
}
.proDetailTabContent .card{
	background: none;
	border: none;	
	border-radius: 0;
}
.proDetailTabContent .card-header{
	background: none;
	border: none;
	border-bottom: 1px solid #828282;
    margin-bottom: 20px;
}
.proDetailTabContent .nav .nav-link{
	font-size: 1.75rem;
	color: var(--re-B03);
	margin: 0 10px;
}
.proDetailTabContent .nav-tabs .nav-link.active,
.proDetailTabContent .nav-tabs .nav-item.show .nav-link{
	background-color: transparent;
	border: none;
	border-color:transparent;
    border-bottom:4px solid var(--re-org01) ;
	color: var(--re-B00);
	font-weight: bolder;
}
.proDetailTabContent .nav .show > .nav-link,
.proDetailTabContent .nav .nav-link:hover:not(.disabled){
	color: var(--re-B01);
}
.proDetailTabContent .nav .nav-link.active{
	color: var(--re-B01);
}
.proIntro:nth-of-type(odd) {
	background-color: var(--re-w02);
	border-radius: 10px;
}
.movieList {
   	min-width: 300px;
}
.messageList.border-bottom{
	border-bottom: 1px solid #aaa !important;
}


/* forum */
.messagePerson{
	width: 100px;
}
.messageContent{
	width: calc(100% - 200px);
}
.messageStatus{
	width: 100px;
}
.messageReplyContent * {
    white-space: normal;
    word-break: break-word;
}
.messageReplyContent img {
    max-width: 100%;
}
.forumBtn{
	min-width:80px;
}


/* member */
.formContent{
	background-color: var(--re-w00);
	border-radius: 20px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.login-frame .tab-content{
	margin-top: 0 !important;
}
.login-frame .nav-link{
	border:none !important;
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link

/* cart */
.cartLeft{
	background-color: var(--re-w00);
	border-radius: 5px;
}
.cartDetailInfoName{
	width: 120px;
	color: #777;
}
.cartDetailInfoTxt{
	width: calc( 100% - 120px );
}
.cartRight .card-header{
	background-color: #bbb;

}
.cartProImg img{
	width: 75px;
	/* height: 75px; */
}
.cartTable.table th, 
.cartTable.table td{
	vertical-align: middle;
}
.cartTable.table tbody{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.cartstep.theme--light.v-stepper{
	background-color: transparent !important;
}
.cartstep .primary {
    background-color: #f64e60 !important;
    border-color: #d41c69 !important;
}
.theme--light.v-stepper .v-stepper__step .v-stepper__label{
	flex-direction: row;
}
.cartstep .v-stepper__step__step{
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	padding-top: 0.1rem;
}
.cartstep.v-stepper--alt-labels .v-stepper__header .v-divider {
    margin: 40px -67px 0;
}
.table-responsive table{
	min-width: 800px;
}
.table-responsive table.cartTable{
	min-width: 660px;
}
.table-responsive table th{
	word-break: keep-all;
}
.table-responsive table td .btn{
	min-width: 90px;
}
.table-responsive table.cartTable td .btn{
	min-width: 34px;
}
/* 經銷商 */
.DealerInfoName{
	width: 110px;
}
.DealerInfo{
	width: calc( 100% - 135px );
}
.DealerInfoTxt{
	width: 100%;
}
.DealerInfoCopy{
	width: 135px;
}

/* footer =============================================================================*/
#kt_footer{
	background-color: var(--re-w02) !important;
	border-top: 5px solid #0661a4;
}
.footerLink{
	font-size: 18px;
	font-weight: 600;
	color: var(--re-B02);
}
.footerLinkList{
	
}
.footerLinkList a{
	font-size: 14px;
	margin-bottom: 2px;
	color: var(--re-B04) !important;
}
.footerLinkList a:hover{
	color: var(--re-lan01) !important;
}
.footerInfo{
	border-top: 1px solid #a0a0a0;
}
.footerInfo01{
	color: var(--re-B00) !important;
	font-size: 28px;
	font-weight: 600;
}
.footerInfo02{
	padding-top: 2px;
	font-size: 16px;
	color: var(--re-B02) !important;
}
.footerInfo02 p{
	margin-bottom: 2px;
}
.footerInfo02 p br{
	display: none;
}
.footerInfo03{
	font-size: 21px;
	color: var(--re-B02) !important;
}
.footerInfo03 .socialLink a i{
	font-size: 26px;
}
.footerInfo03 .socialLink a.s-fb:hover i{
	color: #375896;
}
.footerInfo03 .socialLink a.s-line:hover i{
	color: #01b301;
}
.footerInfo03 .socialLink a.s-wechat:hover i{
	color: #2dba03;
}
.footerInfo03 .socialLink a.s-qq:hover i{
	color: #0a0a0a;
}



.footerInfo03 .socialLink a.s-yt:hover i{
	color: #fb0007;
}
.footerInfo03 .socialLink a.s-twi:hover i{
	color: #01a4ea;
}
.footerInfo03 .socialLink a.s-sky:hover i{
	color: #00aae8;
}
.footerInfoCopy{
	font-size: 14px;
	color: var(--re-B03) !important;
}
/*  social 區塊  */
#float_Social {
    text-align: right;
    position: fixed;
    z-index: 1000;
    animation: fadein 1.5s;
	top:30vh;
    right: 0;
    overflow: hidden;

}

#float_Social .sqf {
    margin: 0 0 10px auto;
    padding: 0;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    text-align: left;
    transition: 0.3s linear;
}

#float_Social .sqf:hover {
    margin-right: -10px;
}

#float_Social .socialLink {
    width: 150px;
    margin-right: -108px;
}

#float_Social a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0 6px 12px;
}

#float_Social a:hover {
    color: #ffeb00;
}

#float_Social .contactLink {
    width: 140px;
    margin-right: -104px;
    background-color: rgb(237 111 0 / 86%);
}

#float_Social .gotop {
    width: 72px;
    margin-right: -36px;
    background-color: #9ebb3b;
    font-size: 12px;
}

#float_Social .gotop .txt {
    transform: scale(0.9);
    /* display: block; */
}

#float_Social .sqf i {
    font-size: 16px;
}

#float_Social i {
    margin-right: 7px;
}

#float_Social .gotop i {
    transform: rotate(-90deg);
}

/*  social彈出  */
.socialLink.navLink{	
	border: none;
    padding: 20px 0 5px;
}

.socialLink .navItem{
	display: flex;    
    flex-direction: column;
    align-items: center;
    /* padding: 8px 16px; */
	margin: 5px;
    border-radius: 7px;
	/* width:100px; */
	width: 100%;
    background-image: linear-gradient(to top, #dde0e6 0%, #eef1f5 100%); 
}  
.socialLink .navItem i{
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff; 
    transition: all 0.2s ease-in 0.1s; 
}
.socialLink .navItem span{
    font-size: 16px;
    
}
.socialLink .navItem:hover span{
    color: #fff;
}
.socialLink .navItem:hover i{
    transform: scale(1.1);
}

.socialLink .navItem.yt,
.socialLink .navItem.yt i{
	color: #f00;
}
.socialLink .navItem.fb,
.socialLink .navItem.fb i{
	color: #006aff ;
}
.socialLink .navItem.twitter,
.socialLink .navItem.twitter i{
	color: #1da1f2 ;
}
.socialLink .navItem.in,
.socialLink .navItem.in i{
	color: #2867b2;
}
.socialLink .navItem.fbmess,
.socialLink .navItem.fbmess i{
	color: #1b60f0;
}
.socialLink .navItem.we,
.socialLink .navItem.we i{
	color:#1aad19
}
.socialLink .navItem.line,
.socialLink .navItem.line i{
	color:#00b900
}
.socialLink .navItem.wsp,
.socialLink .navItem.wsp i{
	color:#25d366
}

.socialLink .navItem.yt:hover{ 
	background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}
.socialLink .navItem.fb:hover{  
	background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.socialLink .navItem.twitter:hover{
	background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
}
.socialLink .navItem.in:hover{
	background-image: linear-gradient(to top, #FF057C 0%, #7C64D5 48%, #4CC3FF 100%);
}
.socialLink .navItem.fbmess:hover{
	background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.socialLink .navItem.we:hover{
	background-image: linear-gradient(to top, #20E2D7 0%, #F9FEA5 100%);
}
.socialLink .navItem.line:hover{
	background-image: linear-gradient(to top, #0fd850 0%, #f9f047 100%);
}
.socialLink .navItem.wsp:hover{
	background-image: linear-gradient(to top, #2af598 0%, #009efd 100%);
}



/*  圖片hover效果 =============================================================================*/
@-webkit-keyframes picfadein {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes picfadein {
    from {
        opacity: 0;
        transform: scale(1.5);
    }

    to {
        opacity: 1;
        transform: scale(1.01);
    }
}

.zoom {
    width: 100%;
    -webkit-animation: picfadein 2s;
    animation: picfadein 2s;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1.01, 1.01, 1);
    transform: scale3d(1.01, 1.01, 1);
}

.zoom:hover,
a:hover .zoom {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.hovimg-zoom {
    display: block;
    overflow: hidden;
}

.hovimg-zoom img {
    width: 100%;
    transition: all 0.6s;
}

.hovimg-zoom:hover img {
    transform: scale(1.1);
}

.framewrapper,
.framewrapper2 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.framewrapper2 {
    padding-bottom: 52%;
    /* 7:3.5 */
}

.framewrapper iframe,
.framewrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginList.asideMenu{
	display: none;
}

.item {
    display: grid;
    grid-template-columns: 30% 70%;
}

.item > div {
    border-bottom: 1px solid #595857;
    border-right: 1px solid #595857;
}

.device-image {
    display: inline-block;
    margin: 0 auto;
    width: 75%;
    padding-top: 15px;
}

.deviceType {
    font-size: 24px;
    padding: 5px 0;
}

.safe {
    background-color: #179244 !important;
}

.machineID {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0;
    padding: 15px 20px 8px;
}

.graph-container {
    display: grid;
    grid-template-columns: 35% 65%;
}

.mode {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
}

.circle {
    user-select: none;
    transform-origin: center center;
}

.circle svg {
    width: 120px;
    height: 120px;
}

.circle svg .circle-outer {
    stroke: #595857;
    stroke-width: 2;
    fill: #EFEFEF;
}

.circle svg .circle-arc {
    transition: all 0.4s ease-out;
    stroke: #0E68AB;
    stroke-width: 13;
    fill: none;
}

.circle svg .circle-inner {
    fill: #3E3B3A;
}

.circle svg .circle-text {
    font-size: 28px;
    text-anchor: middle;
    fill: #fff;
}

.text-deepBlue {
    color: #1E2A73;
}

.watch-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.watch-graph {
    display: flex;
    margin-left: 1.5rem;
}

.watch-title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.watch-image {
    width: 80%;
}

.error-content {
    padding-left: 8%;
    padding-top: 5%;
}

.error-content h5 {
    font-size: 22px;
    font-family: 微軟正黑體;
}

.status-code, .status-text {
    font-weight: bold;
}

.shutdown {
    background-color: #C8C9CA !important;
}

.warning {
    background-color: #E99215 !important;
}

.danger {
    background-color: #C11A23 !important;
}

.status {
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.status i {
	  color: #fff;
}

.bottom {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 90%;
    font-size: 18px;
}

@media screen and (max-width:1400px) {
	.container.mobileBg{
		padding: 0;
	}
}

@media screen and (max-width:1200px) {
	.navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding-right:6px;
	}
	.memberLog a i {
		font-size: 18px;
	}
	.navbar .navbar-nav .nav-item.memberLog .nav-link {		
		padding-right: 2px;
	}
	.memberLogEar a::after, .memberLogCart a::after {		
		height: 15px;
		margin-left: 7px !important;
	}
	.memLine {
		height: 17px;
		/* margin-top: 0; */
	}
	.footerInfo01{		
		font-size: 22px;
	}
	.footerInfo02{
		font-size: 15px;		
	}
	.footerInfo02 p br{
		display: block;
	}
	.footerInfo02 p span{
		padding-left: 40px;
	}	
	.footerInfo03{
		font-size: 15px;
	}	
	/* index  */
	.indexProList .classList, .indexProList .classList:nth-last-child(-n+3) {
		max-width: 33.33333%;
		min-width: 33.33333%;
	}
  .circle-bottom{
    font-size: 13px;
  }
  .bottom {
    font-size: unset;
  }
}


@media screen and (max-width:1100px) {
	.bannerTopTxt01{
		font-size: 50px;
	}
	.bannerTopTxt02{
		font-size: 26px;
	}
	.bannerTopTxt03,
	.bannerTopTxt03 .btn{
		font-size: 15px;
	}
}

@media screen and (max-width:1000px) {
	.bottom div {
    font-size: 18px;
  }
}

@media screen and (max-width:991px) {
	.navbar.fixed-top{
		background-color:var(--re-w03);
		box-shadow: 1px 1px 10px #aaa;
	}
	.navbar-brand{
		padding: 0.5rem 0;
	}
	.navbar-collapse{
		/* height: calc( 100vh - 102px );*/
		display: flex;
		justify-content: flex-end;
		flex-direction: column-reverse;
		background-color: #0661a4;
		padding-bottom: 30px;
	}
	.navbar-collapse .navbar-nav{
		margin: 10px !important;
	}
	.navbar .navbar-nav.menuList{
		width: 280px;
	}
	.navbar .navbar-nav.menuList .nav-item .nav-link {		
		color: #ffffff;
		display: flex;
    	justify-content: space-between;
		padding-bottom: 3px;
		margin-bottom: 3px;
		border-bottom: 1px solid #fff;
	}
	.navbar-nav.memberLog{
		min-width: 280px;
		max-width:300px;
		width: 85%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.navbar-nav.memberLog .nav-item .nav-link i{
		color: var(--re-w00);
	}	
	.memberLog a span{	
		color: var(--re-w00);
	}
	.memLine {		
		margin-top: 5px;
		background-color: #ffffff;
	}
	.navbar .navbar-nav .nav-item .dropdown-menu {
		width: 100%;
		left: initial;
		right: initial;
		border-radius: 0;
	}
	.navbar-light .navbar-toggler {
		border:none;
	}
	.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: var(--re-B02);
	margin-bottom: 6px;
	transition: transform 0.2s ease, background-color 0.5s ease;
	}
	/* .menu-icon__line-left {
	width: 15px;
	}
	.menu-icon__line-right {
	width: 15px;
	float: right;
	} */
	.navbar-toggler.not-collapsed .menu-icon__line {
	transform: translateY(8px) rotate(-45deg);
	}
	.navbar-toggler.not-collapsed .menu-icon__line-left {
	/* transform: translateX(1px) rotate(45deg); */
	opacity: 0;
	}
	.navbar-toggler.not-collapsed .menu-icon__line-right {
	transform: translateY(-8px) rotate(45deg);
	}

	.footerLink{
		font-size: 16px;
	}
		
	.footerInfo01{		
		font-size: 20px;
	}
	.footerInfo02{
		font-size: 14px;		
	}	
	.footerInfo03{
		font-size: 14px;
	}
	
	/* 產品列表 */
	.ProList .classList,
	.ProList .classList:nth-last-child(-n+2){
		/* max-width: 50%;
		min-width: 50%; */
	}
	.classList .card-body .card-title {
		font-size: 17px;
		height: 40px;
	}
	.classList .classMore a {
		font-size: 14px;
	}
	.asideMenuList .collapse a {
		font-size: 14px;
	}
	.asideMenuList button.btn {
		font-size: 16px;		
	}
	.asideMenuList .collapse {
		padding: 5px 10px;
	}
	.productList.asideMenu{
		display: none;
	}
	.proDetailInfoDec{
		flex-direction: column !important;
	}
	.proDetailInfoName,
	.proDetailInfoTxt{
		width: 100% !important;
	}
	.proDetailInfoName{
		margin-bottom: 2px;
	}
	.proDetailTabContent .nav .nav-link {
		font-size: 1.3rem;
		margin: 0 5px;
	}	
	
  .bottom {
    font-size: 18px;
    bottom: 15%;
  }
}
@media screen and (max-width:824px) {
	/* .classList .card {
		min-width: 245px;
	} */
  .bottom div {
    font-size: unset;
  }
}
@media screen and (max-width:767px) {
	.socialLink p {
		font-size: 12px;
	}
	.socialLink .navItem{
		width: 100%;
	}
	.socialLink .navItem i{
		font-size: 35px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.socialLink .navItem span {
		font-size: 12px;
	}
	/* index */
	.bannerTopTxt01{
		font-size: 36px;
	}
	.bannerTopTxt02{
		font-size: 20px;
	}
	.bannerTopTxt03,
	.bannerTopTxt03 .btn{
		font-size: 15px;
	}
	.who {
		font-size: 20px;
	}
	.fourItem .list-unstyled{
		flex-wrap: wrap;
		justify-content: space-around !important;
	}
	.fourItemLine{
		display: none;
	}
	.fourItem .media{
		width: 300px;
		margin-bottom: 20px;
	}
	.indexSearch .searchTitle {
		font-size: 20px;
	}
	/* page */
	/* .asideMenuList button.btn {		
		font-size: 18px;
	}
	.asideMenuList .collapse a {		
		font-size: 15px;
	} */
	/* footer */
	.footerInfo{
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.footerInfo01{		
		font-size: 24px;
		margin-bottom: 10px;
	}
	.footerInfo02{		
		margin-bottom: 20px;
		border-bottom: 1px solid #cecece;
		border-top: 1px solid #cecece;
		padding: 15px !important;
	}
	.footerInfo03{		
		font-size: 16px;
	}
	/* index  */
	.indexProList .classList, .indexProList .classList:nth-last-child(-n+3) {
		max-width: 50%;
		min-width: 50%;
	}
	.ProList .classList,
	.ProList .classList:nth-last-child(-n+2){
		max-width: 50%;
		min-width: 50%;
	}
	.asideMenuList{
		margin-bottom:12px !important;
	}
	/* proDetail */
	.proDetailInfo {
		/* min-height: 500px; */
		flex-direction: column !important;
	}
	

	.proDetailTabContent .nav .nav-link {
		font-size: 1.3rem;
	}
	.techList.asideMenu{
		display: none;
	}
	.proDetailTabContent .tab-pane.card-body{
		padding: 2.25rem 0;
	}
	.postDate{
		font-size: 13px;
	}
	.messagePerson{
		width: 55px;
	}
	.messageList{
		position: relative;
	}
	.messageStatus {
		width: 75px;
		position: absolute;    
		left: -5px;    
		top: 60px;
	}
	.messageStatus .btn{
		padding: 2px 5px !important;
	}	
	.messageContent {
		width: calc(100% - 55px);
	}
	.messagePerson .b-avatar{
		width: 4.5rem !important;
		height: 4.5rem !important;
	}
	.messagePersonSmall .b-avatar{
		width: 3.5rem !important;
		height: 3.5rem !important;
	}

		
} 

@media screen and (max-width:575px) {
	.bannerTopTxt{
		position: initial;
		color: var(--re-B00);
	}
	.bannerTopTxt .container{
		padding: 2px !important;
        align-items: center !important;
	}
	.bannerTopTxt01{
		font-size: 25px;
	}
	.bannerTopTxt02{
		font-size: 17px;
		padding: 0 0 5px;
	}
	.bannerTopTxt03,
	.bannerTopTxt03 .btn{
		font-size: 13px;
	}
	.bannerTopTxt03 .btn{
		padding: 3px 12px !important;
	}
	.bannerSmall{
		flex-direction: column !important;
	}
	.bannerSmallTopTxt .bannerTopTxt01, .bannerSmallTopTxt .bannerTopTxt02 {
		font-size: 18px;
	}
	.bannerSmallTopTxt>div,
	.bannerSmallTopTxt{
		height: 100px;
	}
	.proDetailTabContent .nav .nav-link {
		font-size: 15px;
		padding: 5px;
    	margin: 5px 5px 0;
	}	
	.login-frame .tabs .nav-tabs .nav-item .nav-link{
		padding: 10px 6px;
    	font-size: 13px;
	}
  .bottom {
      font-size: unset;
  }
	
}
@media screen and (max-width:480px) {
	/* index  */
	.indexProList .classList, .indexProList .classList:nth-last-child(-n+3) {
		max-width: 100%;
		min-width: 100%;
	}
	.ProList .classList,
	.ProList .classList:nth-last-child(-n+2){
		max-width: 100%;
		min-width: 100%;
	}
	.DealerInfoDec{
		flex-direction: column !important;
	}
	.DealerInfo{
		width: 100%;
		margin-bottom: 8px;
	}
	.cartDetailInfoDec{
		flex-direction: column !important;
	}
	.cartDetailInfoDec{
		flex-direction: column !important;
	}
	.cartDetailInfoTxt {
		width: 100%;		
	}
	.cartDetailInfoName{
		font-size:13px;
	}
	.messageToggleRow,
	.message{
		flex-direction: column !important;
		position: relative;
	}
	.message .messagePersonSmall{		
		position: absolute;
		right:-15px;
		top:-15px;
		z-index: 10;
	}
	.postDate{
		padding: 5px !important;
		margin-top: 7px;
	}
	.postDate p{
		margin-bottom: 0 !important;
		text-align: left !important;
	}
  
  .deviceType {
    font-size: 16px;
  }
  .machineID {
    font-size: 14px;
    padding-left: 10px;
  }
  .watch-title,.mode {
    font-size: 12px;
  }
  .circle-bottom, .bottom{
    font-size: 12px;
  }
  
  
}
@media screen and (max-width:420px) {
  .circle-bottom, .bottom{
    font-size: 10px;
  }
}
@media screen and (max-width:400px) {
	.who {
		font-size: 16px;
	}
	.indexSearchTitle {
		font-size: 16px;
	}
	.pageSearch .searchTitle{
		font-size: 17px
	}
	.pageSearch .searchContent{
		width: 180px;
	}
	.proDetailTabContent .nav .nav-link {
		font-size: 15px;
		padding: 5px 0;
	}
  .status {
    font-size: 16px;
  }
  .watch-title {
    font-size: 10px;
    padding-top: 5px;
  }
  .mode {
    font-size: 10px;
  }
	
}

@media screen and (max-width:360px) {
	.proDetailTabContent .card-header{
		padding: 2rem 0;
	}
	.circle-bottom, .bottom{
    font-size: 8px;
  }
	
}