*{
	box-sizing: border-box;
}

body{
	background: #e5e5e5;
	font-family: Microsoft JhengHei, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align: top;
}

.m_show{
	display: none;
}

.my_box{
	width: 1200px;
	margin: 0px auto;
	background: #ffa7b4;
	overflow: hidden;
}

.c_img{
	text-align: center;
}

.c_box{
	width: 990px;
	margin: 0px auto;
	background: white;
	border-radius: 30px 30px 0px 0px;
	padding: 0px 0px 30px 0px;
	overflow: hidden;
}

.c_box:after, .cr_box:after{
	content: "";
	display: block;
	clear: both;
}

.icon_title{
	width: 350px;
	background: #dd162b;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
	color: white;
	margin-top: 30px;
}

.icon_title img{
	margin-top: 5px;
	margin-right: 10px;
}

.list_box{
	display: table;
	width: 100%;
	height: 450px;
	padding-left: 380px;
	margin-top: 30px;
	background: url(../../../../images/activity/act20170902/bg_01.jpg) left 30px center no-repeat;
}

.list_box.c2{
	background: url(../../../../images/activity/act20170902/bg_02.jpg) left 30px center no-repeat;
}

.list_box.c3{
	background: url(../../../../images/activity/act20170902/bg_03.jpg) left 30px center no-repeat;
}

.list_box.c4{
	background: url(../../../../images/activity/act20170902/bg_04.jpg) left 30px center no-repeat;
}

.c_list{
	display: table-cell;
	vertical-align: middle;
}

.list_title{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.t_r{
	color: #dd162b;
}

.t_g{
	color: #008099;
}

.list_content{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 30px;
}

.c_list:first-child .list_title, .c_list:first-child .list_content{
	border-right: 1px solid #e5e5e5;
}

.s_title{
	font-size: 24px;
	color: #404040;
}

.s_sp{
	color: #ff4060;
}

.my_bt{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #808080;
	text-decoration: none;
	font-size: 30px;
	color: #404040;
	margin: 0px auto;
	margin-top: 20px;
	transition: all 500ms;
}

.my_bt:hover{
	background: #dd162b;
	color: white;
	border: 1px solid #dd162b;
}

.info_box{
	width: 990px;
	margin: 0px auto;
	background: #bfbfbf;
	padding: 0px 30px 30px 30px;
	margin-bottom: 40px;
}

.info_title{
	color: white;
	text-align: center;
	font-size: 24px;
	padding: 10px;
}

.my_info{
	background: white;
	padding: 30px;
	line-height: 30px;
}

.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;
}

@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%;
	}
	
	.icon_title{
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	
	.list_box, .list_box.c2, .list_box.c3, .list_box.c4{
		padding: 0px;
		background: white;
	}
	
	.c_list{
		display: block;
	}
	
	.c_list:first-child{
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.c_list:first-child .list_title, .c_list:first-child .list_content{
		border-right: 0px solid #e5e5e5;
	}
	
	.info_box, .cr_box{
		width: 95%;
	}
}