* {
	box-sizing: border-box;
}

body {
	background: #FFFFFF;
	font-family: Microsoft JhengHei, sans-serif;
	font-size: 16px;
	color: #E46B72;
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: normal;
	color: inherit;
}

img {
	vertical-align: top;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ff7f00;
}

.m_show {
	display: none;
}

.my_box {
	width: 100%;
	margin: 0px auto;
	background: #B6E5EF;
	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 {
	width: 100%;
	text-align: center;
}

.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: #3369BF;
	color: #FFFFFF;
	font-size: 24px;
	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: #3369BF;
}

.img_pic {
	float: left;
	margin-right: 30px;
}

.msg_text {
	width: 990px;
	margin: 0px auto;
	text-align: center;
}

.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 (min-width: 1200px) {
	.width_100 {
		width: 1200px;
	}
}

@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;
	}
}