a{
  text-decoration: none
}
.body{
background:#c1282d;

}
*:focus {
	color:red;
	position: relative;
}
.logo{
  color:#fff;
  margin: auto;
  height:auto;
  padding:lem;
  background:#c1282d;
  border-top:0.3rem solid;
  border-bottom:0.2rem solid;
  border-color:#c1282d;
}



.container {
  margin: auto;
  height:auto;
  overflow: hidden;
  position: relative;
}



.menu li{
list-style-type:none;
}

.menu li a{
  list-style-type:none;
  /*------隱藏pc版面的手機選單-------------*/
  display: none;

}

.for_accesskeyb {
		position: absolute;
		buttom: 100%;
		left: 0.4%;
		z-index: 99;
		width: 1px;
		height: 1px;
		white-space: nowrap;
		overflow: hidden;
		color: #000;
	}
.for_accesskeyb:focus {
		width: auto;
		height: auto;
		padding: 6px;
		background-color: #FFBB00;
	}
.for_accesskeyu {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 99;
		width: 1px;
		height: 1px;
		white-space: nowrap;
		overflow: hidden;
		color: #000;
	       }
.for_accesskeyu:focus {
		width: auto;
		height: auto;
		padding: 6px;
		background-color: #FFBB00;
	              }


.goCenter {
		position: absolute;
		top: 1%;
		left: 1%;
		z-index: 99;
		width: 1px;
		height: 1px;
		white-space: nowrap;
		overflow: hidden;
		color: #000;
	  }
.goCenter:focus {
		width: auto;
		height: auto;
		padding: 6px;
		background-color: #FFBB00;
	  }
.for_accesskeyc {
		position: absolute;
		top: 12%;
		left: 22%;
		z-index: 99;
		width: 1px;
		height: 1px;
		white-space: nowrap;
		overflow: hidden;
		color: #000;	
	        }
.for_accesskeyc:focus {
	        width: auto;
		height: auto;
		padding: 6px;
		background-color: #FFBB00;
		      }

/*------------------------------------------------------------------*/

/*.menus{
   
  float: right;
  position: relative;

}*/

.menus{
   
    width:1200px;
    /*絕對定位疊在網頁上*/
    position: absolute ;/**/
    z-index: 100;
    top: 5px;
    /*left:1500;*/
    right: 0px;

  }
.menus ul{
  float: right;
  list-style-type:none;
}
.menus li{
 
  float: left;
  list-style-type:none;
   
}
.menus li a{
  
  display: block;
  color: white;//white
  padding:lem;
  text-decoration: none;
  


}

.menus li a{

    transition: all 0.3s;
    //border:1px solid orange;	
    color:white;
    font-size: 1.125rem;
	font-weight: bold;
    padding: 10px 60px; 
    display: block;
    text-decoration: none;
    border-width:1px;
    border-right-style:solid;
    border-color:white;
   
  }
.menus li a:hover{
    
    //background: orange;
    color: white;
  
  }
.menus li a:hover,.menus li a.active{
	background: rgba(193, 40, 45,0.8);//#c1282d
	//color:balce;//#fff
}
.menus ul li{
	margin:auto;
        
}

.menus ul li a{
	color:black;
	background:white;
        width:245px;
        padding:10px;
        border-width:1px;
    	border-left-style:solid;
        border-bottom-style:solid;
    	border-color:black;
}
.menus ul{ 
    
    display:none;
    position:relative;
    padding:0;

}

.wordcolor li a{
 color:white;

}

.wordcolor li a:hover{
color: white;
text-shadow:  
     0px 0px 20px yellow,
     0px 0px 10px orange,
     0px 0px 10px orangered, 
     0px 0px 10px red;

}



/*------------------------------------------------------------------*/

.content{
  padding: 1em;
  line-height: 1.8;
}
.content p{
  margin-bottom: 1em;
}


/*在PC上隱藏漢堡選單*/
.showmenu{
  display: none;
  position: relative;

}
.containers iframe{
  width:560px;
  height:315px;
}
.tabledisplaynon2{
 display:none;

}
.pict{

 width:70%

}
.logoimage{
   /*max-width:100%;*/
   height:60px;
   /*padding-left:300px;*/

}
.empimage{
   position:absolute; 
   margin-top:-55px;
   margin-left:230px; 
   z-index:1;
}
.tablelist{
   margin-top:-45px;
   width:70%;

}

@media (max-width: 1650px){
.logoimage{
   max-width:100%;
   height:60px;
   padding-left:100px;

}

}
@media (max-width: 1350px){
  .menu {
    padding:0;
    /*隱藏選單開始*/
    max-height:0px;
    overflow: hidden;
    /*隱藏選單結束*/
    transition: max-height 2.3s;
    margin-top: 1px;
    /*絕對定位疊在網頁上*/
    position: absolute;
    z-index: 150;
    /*header 80px+1px boder 線條*/
    top: 81px;
    left: 0;
    right: 0;
    background: white ;//#c1282d
    
  }

  .menu  li{
    float: none;
    //border-bottom: 1px dashed black;
   
  }

  .menu li a{
    
    transition: all 0.3s;
    
  }

  .menu li a:hover{
    
    background: rgba(193, 40, 45,0.8);
    color: white;
  }

 .menu ul{
   
   display:none;
   }

  .showmenu{
    display: block;
    float: right;
    /*margin: 1em;*/
    color: black;
  }

  /*jQ點擊後動態在 body 加上 class */
  .menu-show .menu{
    
    max-height: 1000px
  }

.cart li a{
        
	border:2px solid #c1282d;	
	color:black;
	font-weight:100;
	font-size: 1rem;
	padding: 10px;
}

.cart li a:hover,.cart li a.active{
        
	background: rgba(193, 40, 45);
	color:#fff;
}

.cart li a{
       
	display: block;
	text-decoration: none;	
}

.cart ul li{
	margin:auto;
}

.cart ul li a{
        
	color:#fff;
	background:rgba(193, 40, 45,0.8); 
}

.cart ul{ 
    display:none;
    position:relative;
    padding:0;

}

.menus{
  display: none;
  position: relative;
}



.grid-cta{
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
  grid-template-columns:  repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1.4rem;
  text-align: left;

}
.containers iframe{
  width:100%;
  height:auto;
}

.tabledisplaynon{
 display:none;

}
.tabledisplaynon2{
 display:block;

}
.pict{
   width:100%;
 
}
.logoimage{
   max-width:100%;
   height:43px;
   padding-left:0px;
   

}
.empimage{
   position:absolute; 
   margin-top:-55px;
   margin-left:170px; 
   z-index:1;



}
.tablelist{
   margin-top:-25px;
   width:100%;

}
}


/*-----------------------------------------------------------*/

.tablerowlist{
  width:50%;

}
.tableopendownloader{
  border:1px #999999 solid; 
  border-radius:5px;
  width:440px;

}
.imagesliderleft{
  width:65%;


}
.imagesliderright{
 width:35%

}
.tablerowlist2{
  width:100%;
  align:left;

}
.imp_update{
  border:1px #999999 solid; 
  border-radius:5px;
  background:white;
  margin-top:10px;
  justify-content: center;
  max-width:430px;
  height:auto;
}

.newtable{
 margin-left:5px;
 margin-top:10px;
 width:100%;
 box-shadow: 2px 2px 2px #444;
 border:2px #c1282d solid; //#999999
 border-radius:5px;
 background:white;//#c1282d

}
.newtablein{
 margin-left:5px;
 width:100%;
 background:white;
 //box-shadow: 2px 2px 2px #444;
 //border:1px #999999 solid; 
 //border-radius:5px;

}
.colums{
  width:100%;
}
@media screen and (max-width: 1350px){
.tableopendownloader{
  border:1px #999999 solid; 
  border-radius:5px;
  width:100%;

}
.imagesliderleft{
  width:100%;

}
.imagesliderright{
 width:100%;

}


.colums{
  width:100%;
}
.tablerowlist{
  width:100%;

}
.imp_update{
  border:1px #999999 solid; 
  border-radius:5px;
  background:white;
  margin-top:10px;
  justify-content: center;
  width:100%;
  height:auto;
}


.containerbt {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {

  width: 35px;
  height: 5px;
  background-color: white;/*#c1282d*/
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.newtable{
 margin-left:0px;
 margin-top:10px;
 width:100%;
 box-shadow: 2px 2px 2px #444;
 border:2px #c1282d solid; 
 background:white;

}
.newtablein{
 margin-left:0px;
 width:100%;
 background:white;
 //box-shadow: 2px 2px 2px #444;
 //border:1px #999999 solid; 
 //border-radius:5px;

}



}



.ex1 {
  width: 210px;
  height: auto;
  margin: auto;
  border: 5px ;
  margin-left:40px;
  margin-right:10px;
  margin-top:10px;
}

.ex3 {
  width: 230px;
  height: auto;
  margin: auto;
  border: 5px ;


}


/*https://dev.to/webdeasy/top-20-css-buttons-animations-f41*/
.glow-on-hover {
    width: 230px;
    height: auto;
    border: none;
    outline: none;
    color: #fff;
    background: #dcdcdc;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    left: 0;
    top: 0;
    border-radius: 10px;
}


/*-----------------------------------------------------------*/
.glow-on-hover2 {
    width: 230px;
    height: 153px;/*140px*/
    border: none;
    outline: none;
    color: #fff;
    background: white;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover2:active {
    color: #000
}

.glow-on-hover2:active:after {
    background: transparent;
}

.glow-on-hover2:hover:before {
    opacity: 1;
}

.glow-on-hover2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    border-radius: 10px;
}

/*@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
*/
.ex2 {
  width: 100px;
  margin: auto;
  border: 3px ;
}




     //  * {
  //      margin: 0;
  //      padding: 0;
  //      box-sizing: border-box;
  //  }

    .img-fluid {
        max-width: 100%;
        width: 100%;
        display: block;
        height: auto;
    }

    .containers {
        margin: auto;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        /*background-color: #f6f6f6;*/
        padding: 1rem;
    }
    .containers2 {
        margin: auto;
        max-width: 600px;
        display: flex;
        flex-wrap: wrap;
        /*background-color: #f6f6f6;*/
        padding: 1rem;
    }

   .containers .rows{
       /*width:555px;*//*555px*/
       height:500px
       width:100%;
       align:center;

     }

   .containers .rowrow{
       width:1000px;
       height:50px;


     }
   .containers .row1{
       width:100%;
       height:150px;


     }
   .containers .rows1{
       width:220px;/*147px*/
       height:153px/*140px*/
     }
   .containers .row2{
       width:250px;
       height:300px
     }
   .containers .rows2{
       width:140px;
       height:90px
     }
    .containers .rows2em{
       width:100%;
       height:430px;
     }
    .containers .rowvideo{
       max-width:355px;
       height:250px;


     }
     .containers .rowfooter{
       width:1200px;
       height:250px


     }
    .containers .product {
        flex: 0 0 50%;
        padding: 0 1rem;
    }

    .containers .product .bg-white {
        /*background-color: white;*/
        box-shadow: 0px 0px 15px 5px #ddd;
        height: 100%;
    }

    .containers .product h1 {
        font-size: 1rem;
        padding: 0.5rem 1rem .1rem 0;
        border-bottom: 2px solid brown;
        display: inline-block;
        margin: 0 0 .5rem .5rem;
        text-transform: uppercase;
    }

    .containers .product p {
        font-size: 1rem;
        padding: 0 1rem 0.5rem 0.5rem
    }

    .fontstyle li{
      font-size:0.5rem;
      text-shadow:5px 5px 5px black;
      color:red;
    }

/*https://alvarotrigo.com/blog/html-css-tabs/*/
* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 100%;/*50rem*/
  width: 100%;/*550px*/
  margin: 0 auto;
}
.tabs {
  position: relative;
  /*margin: 3rem 0;*/

  height: 19.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  width:100%;/*180px*/
  padding: 0 1.518em;
  background: #c1282d;
  border-right: 0.125rem solid #a02616;
  color: #fff;
  white-space :nowrap;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  color: #2c3e50;
  
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #f6f6f6;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}



.Ch6Main1 {
        /*舊寬度*width:950px;*/
		width:990px;
        margin:0px auto;
        margin-top:1px;
        border:1px #ddd;
        border-style:solid;
        box-shadow:2px 2px 4px 2px  #ddd;
        background:#FFF;
        }

.Ch6Main2 {
        width:900px;
        margin:0px auto;
        margin-top:10px;
        }

<!------------------------------------------------------->
.divGray{
				height:28px;
				background: #a3a3a3; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYTNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #a3a3a3 0%, #eeeeee 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #a3a3a3 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #a3a3a3 0%,#eeeeee 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #a3a3a3 0%,#eeeeee 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #a3a3a3 0%,#eeeeee 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

		}

.header {						
			    /*border-radius:10px;*/
				
				/*width:900px;*/
				margin: 0 auto;													
				position:relative;	 		
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2242d+0,cf0404+100 */
				background: #c2242d; /* Old browsers */
				background: -moz-linear-gradient(top,  #c2242d 0%, #cf0404 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2242d), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #c2242d 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #c2242d 0%,#cf0404 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #c2242d 0%,#cf0404 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #c2242d 0%,#cf0404 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2242d', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
				text-decoration: none;	
					
			}


<!------------------------------------------------------->
.text2 a{
color:#fff;
}
.text2 a:hover{
  font-family: sans-serif;
  color:#fff;
  text-shadow: 0 0 2px #fff, 0 0 4px red, 0 0 12px pink;
}


<!------------------------youtube------------------------------->
.videobox {
    position: relative;
    width: 100%;
    height: 600px;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

<!--------------------------------------------------------->


/* basic styling of our card */
.card-cta {
  margin-bottom: 24px;
  border: 1px solid #444;
  background: rgba(25,35,51);
  border:1px #999999 solid; 
  border-radius:5px;
  box-shadow: 2px 2px 2px #444;
  position: relative;
  
}

.card-body {
  padding: 1.4rem;
  position: relative;
}

.grid-cta img{
 width: 150px;
 float:left; 
 margin-right:5px;  


}

/* Setting up our cta grid */


.grid-cta-item {
  /*container: cta/inline-size;*/
  border:1px #999999 solid; 
  border-radius:5px;
  box-shadow: 2px 2px 2px #444;
  position: relative;
 
}

/* change style of our cards based on their container width */
@container cta(min-width: 560px) {

  .card-cta {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 215px 1fr;
    padding: 1.4rem;
    
    
  }
  
  .card-body {
    padding: 0;
  }
 .card-cta img{
   width: 150px;
   margin:auto;
  vertical-align:middle;
   }

  .card-cta text{
    width: 100% ;
    vertical-align:middle;
   }
}

@container cta(min-width: 700px) { 

  .card-cta {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    
    
  }
  .card-cta img{
   width: 150px;
   vertical-align:middle;
  
   }
  .card-cta text{
    width: 100%; 
    vertical-align:middle;
   }
  .card-cta::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .2);*/
    z-index: 1;
    content: '';
    
    
  }

  .card-body {
    position: relative;
    /*top:  50%;*/
    left: 30%;
    max-width: 750px;
    /*transform: translate(0%, -50%);*/
    z-index: 2;
  }
}


/* some basic styling */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: black;
 background-color: #DCD9D4;/*#DCD9D4*/
 /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
 background-blend-mode: soft-light,screen;*/
}

/*img {
  max-width: 100%;
  margin: 0;
}*/

h1 {
  margin: 0 0 16px 0;
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  
}

h2 {
  margin: 0 0 8px 0;
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
  text-align: left;
  
}

.subtitle {
  padding: 40px 30px 10px;;
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  text-align: left;
  border-bottom: 1px dashed #555;
}

p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}

<!--https://kknews.cc/code/gmlbq9y.html-->

a {
  color: darkorange;
}

.demo-intro {
  font-size: 1.5rem;
  background: #111827;
}

.demo-intro p {
  margin: 0;
}

.container {
  max-width: 1000px;
  height:auto;
  margin: 0 auto;
  padding: 40px 20px;
}

<!------------------------------------------------------------------------------------->
.flip{position: relative;margin:0px;padding:5px;text-align:left;background:#E09697;cursor:pointer;font-family:'Arial';}
.panel{position: relative;margin:0px;padding:5px;text-align:left;background:#e5eecc;border:solid 1px #c3c3c3;display:none;font-family:'Arial';}
<!------------------------------------------------------------------------------------->
 .wrapperlist {
            display: flex;
            margin: 50px auto;
            width: 800px;
            overflow: hidden;
            border-radius: 8px;
            padding: 15px ;
            box-shadow: 20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
        }
        .text {
            font-size: 1.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: justify;
            /* display: flex; */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            position: relative;
        }
        .text::before {
            content: '';
            height: calc(100% - 24px);
            float: right;
        }
        .btn{
            float: right;
            clear: both;
           // margin-left: 10px;
            font-size: 1.563rem;
            //padding: 0 8px;
            /*background: #3F51B5;*/
            //line-height: 24px;
            //border-radius: 4px;
            /*color:  #fff;*/
           // cursor: pointer;
            /* margin-top: -30px; */
           



           //background: #eb94d0;
           /* 创建渐变 */
           //background-image: -webkit-linear-gradient(top, #eb94d0, #2079b0);
           //background-image: -moz-linear-gradient(top, #eb94d0, #2079b0);
           //background-image: -ms-linear-gradient(top, #eb94d0, #2079b0);
           //background-image: -o-linear-gradient(top, #eb94d0, #2079b0);
           //background-image: linear-gradient(to bottom, #eb94d0, #2079b0);
           /* 给按钮添加圆角 */
          // -webkit-border-radius: 14;
          // -moz-border-radius: 14;
           //border-radius: 14px;
           //text-shadow: 3px 2px 1px #9daef5;
          // -webkit-box-shadow: 6px 5px 24px #666666;
          // -moz-box-shadow: 6px 5px 24px #666666;
          // box-shadow: 6px 5px 24px #666666;
           font-family: Arial;
          // color: #fafafa;
           font-size: 1.563rem;
          // padding: 12px;
           text-decoration: none;
        }
        /* 悬停样式 */
	.btn:hover {
  	//background: #2079b0;
  	//background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  	//background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  	//background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  	//background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  	//background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  	//text-decoration: none;
	}
        .btn::before{
          content:''//顯示更多
        }
        .exp{
          display: none;
        }
        .exp:checked+.text{
          -webkit-line-clamp: 999;
        }
        .exp:checked+.text .btn::before{
          content:'收起'
        }

<!------------------------------------------------------------------------------------->
<!--https://chinese.freecodecamp.org/forum/t/topic/292-->
.containerb {
  position: absolute;
  top:50%;
  left:50%;
  margin-left: -65px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}



.button {
  display: inline-block;
  background-color: #c1282d;
  border-radius: 20px;
  border:none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.75rem;
  padding: 20px;
  width: 330px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
<!------------------------------------------------------------------------------------------------------>


.table-wrapper {
  margin: 50px;
  box-shadow: 0px 35px 50px rgba(27, 31, 49, 0.1);
}

.table {
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}

.table td,
.table th {
  text-align: center;
  padding: 10px;
}

.table td {
  border-right: 1px solid #f8f8f8;
}

/*  thead th color
------------------------------- */

.table thead th {
  color: #ffffff;
  background: #ffb4a2; /* 指定第一個和預設的標題顏色 */
}

.table thead th:nth-child(2) {
  background: #e5989b; /* 指定第二個標題顏色 */
}

.table thead th:nth-child(3) {
  background: #b5838d; /* 指定第三個標題顏色 */
}

.table thead th:nth-child(4) {
  background: #6d6875; /* 指定第四個標題顏色 */
}

/*  table ul
------------------------------- */

.table ul {
  padding: 20px;
  margin: 0;
  text-align: left;
}
.table ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px;
  position: relative;
  list-style-type: none;
}

/*  Responsive
------------------------------- */

@media (max-width: 767px) {
  .table-wrapper {
    margin: 30px 15px;
  }

  .table thead {
    display: none;
  }

  .table td {
    display: block; /* 一定要下！ */
    padding: 0;
  }

  .table td:before {
    content: attr(data-title); /* 顯示 data-title */
    display: inline-block;
    width: 100%;
    font-weight: 500;
    padding: 6px 0;
    color: #ffffff;
    background: #ffb4a2; /* 指定第一個和預設的標題顏色 */
  }

  .table td:nth-child(2):before {
    background: #e5989b; /* 指定第二個標題顏色 */
  }

  .table td:nth-child(3):before {
    background: #b5838d; /* 指定第三個標題顏色 */
  }

  .table td:nth-child(4):before {
    background: #6d6875; /* 指定第四個標題顏色 */
  }
}
