*{
	box-sizing: border-box;
}

body{
	background: #F2F1E4;
	font-family: Microsoft JhengHei, sans-serif;
	font-size: 16px;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align: top;
}

a{
	color: #DCB5FF;
}

a:hover{
	color: #ff7f00;
}

.m_show{
	display: none;
}

.my_box{
	width: 1200px;
	margin: 0px auto;
	background: #348dc1;
	overflow: hidden;
}

.c_img{
	text-align: center;
}

.c_box{
	width: 990px;
	margin: 0px auto;
	background: white;
	border-radius: 0px 0px 0px 0px;
	padding: 30px 60px 30px 60px;
	overflow: hidden;
}

.c_box:after,.c_block:after, .cr_box:after{
	content: "";
	display: block;
	clear: both;
}

.cr_wrap{
	background: #404040;
	color: white;
}

.cr_box{
	display: flex;
	align-items: center;
	padding: 5px;
	width: 990px;
	margin: 0px auto;
}

.my_cr{
	float: left;
	width: 60%;
}

.my_share{
	float: right;
	width: 40%;
	text-align: right;
}

.my_share img{
	margin-right: 10px;
}

.my_share a:last-child img{
	margin: 0px;
}

.msg_box{
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
	background: #ffffff;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	box-shadow: 0px 5px rgba(0,0,0,0.25);
	z-index: 999;
}

.text_box{
	color: #404040;
}

.text_title{
	font-size: 24px;
	font-weight: bold;
	color: #ED9D2B;
}

.img_pic{
	float: left;
	margin-right: 30px;
}

.msg_text{
	width: 990px;
	margin: 0px auto;
}

.text_sp{
	color: #e50000;
}

.bt_block{
	margin-top: 60px;
	text-align: center;
}

.my_bt:first-child{
	margin-right: 25px;
}

.my_bt:hover{
	filter: brightness(110%);
}

@media screen and (max-width: 1200px){
	.width_100{
		width: 100%;
	}
}

@media screen and (max-width: 990px){
	.m_show{
		display: block;
	}
	
	.m_hide{
		display: none;
	}

	.c_box{
		width: 95%;
		padding: 10px;
	}
	
	.cr_box{
		width: 95%;
	}
	
	.msg_box{
		height: auto;
		font-size: 18px;
		padding: 10px;
	}
	
	.img_pic{
		display: block;
		width: 100%;
		padding: 10px;
	}
	
	.text_box{
		word-break: break-all;
	}
	
	.bt_block{
		margin-top: 30px;
	}
	
	.my_bt{
		display: block;
	}
	
	.my_bt img{
		width: 95%;
	}
	
	.my_bt:first-child{
		margin-right: 0px;
		margin-bottom: 10px;
	}
}