@charset "utf-8";
.sharemain{
	padding: 40px 0px 0px 0px;
}
/* CSS Document */
.SIbox{
/*	border: 3px solid #626262;*/
	width:calc(25% - 54px);
	display: inline-block;
	vertical-align: top;
	margin:20px 10px;
	padding: 12px 15px;
	transition: 0.5s;
	border-radius: 5px;
	text-align: center;
	background-color: #158C29;
	color: #fff;
	font-size: 16px;
	
}
.SIbox:hover{
	color: #000000;
	background-color: #86D545;
}

.ss1menu a{
	font-size: 18px;
	text-decoration: none;
}
.ss1menu .m1{
	color: #002494;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
}
.ss1menu .m1:hover,.ss1menu .m2:hover{
	color: #000;
	font-size: 19px;
	width: 250px;
	background-color: rgba(193,193,193,0.64);
	border: 10px solid #868686;
	border-top: none;
	border-bottom: none;
	transition: color 1s,background-color 1s;
	transition: color 0.5s,border 0.5s;
}
.ss1menu .m2{
	color: #000;
	font-size: 19px;
	width: 250px;
	background-color: rgba(193,193,193,0.64);
	border: 10px solid #868686;
	border-top: none;
	border-bottom: none;
}
/*按鈕m3,m4寬300------------------------*/
.ss1menu .m3{
	color: #002494;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
}
.ss1menu .m3:hover,.ss1menu .m4:hover{
	color: #000;
	font-size: 19px;
	width: 300px;
	background-color: rgba(193,193,193,0.64);
	border: 10px solid #868686;
	border-top: none;
	border-bottom: none;
	transition: color 1s,background-color 1s;
	transition: color 0.5s,border 0.5s;
}
.ss1menu .m4{
	color: #000;
	font-size: 19px;
	width: 300px;
	background-color: rgba(193,193,193,0.64);
	border: 10px solid #868686;
	border-top: none;
	border-bottom: none;
}
.imgS{
max-width: 100%;
height: auto;
display: block;
margin-top: 10px;
}
.s2{
	display: none;
}
.shareP{
	display: none;
}
.if1{
width: 900px;
height: 800px;
}
/*-------shareIndesTable-------*/
.Stable{
    width: 70%;
}
.StrTitle{
    background: #666666;
    border-top: 4px solid #ffc107;
    border-bottom: 2px solid #e0e0e0;
}
.StdTitle{
    padding: 8px;
    text-align: center;
}
.StdTitle p{
    margin: 5px 0px;
    font-size: 20px;
    color: #ffffff;
}
.Str1,.Str2{
    border-bottom: 2px solid #e0e0e0;
}
.Str1{
    background-color: #fff;
}
.Str2{
    background-color: #f4f4f4;
}
.Std{
    padding: 8px;
}
.Std p{
    margin: 5px 0px;
    font-size: 18px;
    color: #000000;
}

/*-------share6-------*/
.s6Table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.s6Td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.s6Td1 a{
    padding: 0px 5px;
    font-size: 25px;
    color: #000;
    background: #CF9924;
    border-radius: 5px;
    box-shadow: 5px 4px 0px 2px #cccccc;
}
.s6Td2 a{
    padding: 0px 5px;
    font-size: 18px;
    color: #000;
    background: #4CAF50;
    border-radius: 5px;
}
.S-link a{
    padding: 0px 5px;
    font-size: 20px;
    color: #000;
    border: 1px solid #000000;
    border-radius: 5px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
.shareC{
	display: none;
}
.shareP{
	display: block;
}
.SIbox{
/*	border: 3px solid #626262;*/
	width:100%;
	display: inline-block;
	vertical-align: top;
	margin:5px 0px;
	padding: 12px 15px;
	transition: 1.5s;
	border-radius: 5px;
	text-align: center;
	background-color: rgba(0,0,0,0.63);
	color: #fff;
}

.s1{
display: none;
}
.s2{
display: block;
}
.if2{
width: 100%;
height: 300px;
}
}
@media screen and (max-width: 320px) {
}