@charset "utf-8";
html, body {
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	margin:0px;
	padding:0px;
}

a:link { color:#454545; text-decoration:none; }
a:visited { color:#454545; text-decoration:none; }
a:hover { color:#2c3e8b; text-decoration:none; }
a:active { color:#2c3e8b; text-decoration:none; }

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:90px;
	border:1px #a9a9a9 solid;
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	padding:5px;
	resize:none;
}
textarea:focus {
	outline:none;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}

input[type=text], input[type=password], input[type=tel], input[type=email] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}
input[type=text]:focus {
	outline:none;
}

input[type="radio"] {
	width:16px;
	height:16px;
}

input[type="checkbox"] {
	width:16px;
	height:16px;
	vertical-align: middle;
}

input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width:100%;
	max-width:124px;
	border:0px;
	background-color:#0F82C6;
	color:#ffffff;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 0px 10px;
	cursor:pointer;
}

.logo_ican {
	width: 64px;
	height: 23px;
	background-image: url(images/logo_ican.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
.logo_ican_blue {
	width: 64px;
	height: 23px;
	background-image: url(images/logo_ican_blue.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
.logo_ican_blue_18px {
	width: 90px;
	height: 27px;
	background-image: url(images/logo_ican_blue.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}

.page_divide {
  display: grid;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.page_divide > .grid { height: 10px; }

.page_divide_s0 {	background-color: #454545; }
.page_divide_s1 {	background-color: #2AAEC0; }
.page_divide_s2 {	background-color: #57AC34; }
.page_divide_s3 {	background-color: #E67F11; }
.page_divide_s4 {	background-color: #D74088; }

.box_shadow {
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.clear_float {
	clear:both;
}

.btn_lang {

}

.wrapper {
	width:96%;
	max-width:960px;
	margin:auto;
}

.hide_desktop {
	display:none;
}

.hide_mobile {
	display:block;
}

.margin_bottom {
	margin-bottom:20px;
}

.text_align_center {
	text-align: center;
}

.sub_title {
	color: #368ab5;
	font-size: 18px;
	font-weight: 700;
}

#container {
	width:100%;
	height:100%;
}

/* header setting start */
#container > #header {
	width:100%;
	background-color:#ffffff;
}
#container > #header > .wrapper > .logo_box {
	width:100%;
	max-width:252px;
	padding:20px 0px 20px;
	float:left;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi_zh {
	width:100%;
	max-width:252px;
	height:60px;
	background:url(../images/logo/logo_wpdi_zh.png) no-repeat center center;
	background-size:100% auto;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi_cn {
	width:100%;
	max-width:228px;
	height:60px;
	background:url(../images/logo/logo_wpdi_cn.png) no-repeat center center;
	background-size:100% auto;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi_en {
	width:100%;
	max-width:252px;
	height:60px;
	background:url(../images/logo/logo_wpdi_en.png) no-repeat center center;
	background-size:100% auto;
}
/* header setting end */

#container > .page_title {
	background-color:#0F82C6;
	color:#ffffff;
	padding:20px 0px 20px;
}
#container > .page_title > .wrapper > .title {
	font-size:36px;
	line-height:60px;
	text-align:center;
}

/* main setting start */
#main {
	width:100%;
	background-color:#f0f0f0;
	padding: 30px 0px 30px;
}

#main > .wrapper > .section {
	background-color: #ffffff;
	padding: 30px;
}
/* main setting end */

/* form_box setting start */
.form_box {
	background-color:#ffffff;
	padding:10px;
}
.cell_bottom {
	border-bottom:1px #ffffff solid;
}
.form_table {
	width:100%;
	height:100%;
	display:table;
}
.unfixed_table {
	width: 100%;
	display: table;
}
.unfixed_row {
	display:table-row;
}
.unfixed_cell {
	display:table-cell;
}
.fixed_table {
	width:100%;
	display:table;
}
.fixed_row {
	display:table-row;
}
.fixed_cell {
	display:table-cell;
}
.num_cell {
	width:56px;
	background-color:#0F82C6;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 10px;
}
.que_cell {
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	padding:10px 10px 10px;
}
.radio_cell {
	width:44px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	padding:10px;
}
.radio_cell_title {
	background-color:#0F82C6;
	color:#ffffff;
	vertical-align:bottom;
}
.radio_cell_box {
	cursor:pointer;
}
.mobile_radio_lab {
	display:none;
}
.checkbox_row {
	height:40px;
	line-height:40px;
}
.checkbox_cell {
	width: 50%;
	height: auto;
	text-align: left;
	display: table-cell;
	cursor: pointer;
}
.table_box {
	width:100%;
	margin-bottom:20px;
	display:table;
}
.text_box_row {
	height:100px;
}
.text_cell {
	width:304px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.info_box_row {
	height:60px;
	line-height:40px;
}
.info_box_row_2 {
	height:181px;
	line-height:40px;
}
.info_cell {
	width:80%;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* form_box setting start */

/* footer setting start */
#footer {
	width:100%;
	/*border-top:5px #0F82C6 solid;*/
	background-color:#ffffff;
	text-align:center;
	padding:30px 0px 30px;
}
#footer > .wrapper > .Copyright {
	color:#333333;
	font-size:14px;
	line-height:30px;
}
/* footer setting end */

.product_table_td {
	width: 50%;
}

.info_table > .fixed_row > .fixed_cell {
	border: 1px #787878 solid;
	border-bottom: 0px;
	padding: 10px;
}
.info_table > .fixed_row > .fixed_cell:first-child {
	width: 100px;
	text-align: center;
}
.info_table > .fixed_row > .fixed_cell:last-child {
	border-left: 0px;
}
.info_table > .fixed_row:last-child > .fixed_cell {
	border-bottom: 1px #787878 solid;
}

/*#btn_goto_top {
	width:48px;
	height:48px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(../images/icon/goto_top_48_48.png) no-repeat center center;
	padding:6px;
	position:fixed;
	bottom:70px;
	right:30px;
	display:none;
}*/

@media only screen and (max-width:759px) {
	#main {
		/*padding-top: calc(80vw / 6);*/
	}
	.hide_desktop {
		display:block;
	}
	.hide_mobile {
		display:none;
	}

	input[type="submit"] {
		max-width:none;
	}
	.table_box {
		border-bottom:1px #dcdcdc solid;
		margin-bottom:20px;
	}
	.unfixed_table {
		display:block;
	}
	.unfixed_row {
		display:block;
	}
	.unfixed_cell {
		display:block;
	}
	.row_title {
		display:none;
	}
	.radio_cell_box {
		width:100%;
	}
	.radio_cell {
		width:100%;
		height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:0px;
	}
	.mobile_radio_input {
		padding-top:13px;
		padding-right:6px;
		padding-bottom:7px;
		padding-left:62px;
		float:left;
	}
	.mobile_radio_lab {
		height:30px;
		padding:10px 0px 10px;
		float:left;
		display:block;
	}
	.checkbox_row {
		height:auto;
		line-height:30px;
	}
	.checkbox_cell {
		width: 100%;
		height: auto;
		line-height: 50px;
	}
	.text_box_row {
		height:auto;
	}
	.text_cell {
		width:100%;
		height:80px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.info_box_row {
		height:auto;
		line-height:30px;
	}
	.info_box_row_2 {
		height:auto;
		line-height:30px;
	}
	.info_cell {
		width:100%;
		min-height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.product_table_td {
		width: 100%;
	}
}


.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

.btn_style_1 {
  background-color: #2196F3;
  color: #ffffff;
}
.btn_style_2 {
  background-color: #c649db;
  color: #ffffff;
}
.btn_style_3 {
  background-color: #ff9800;
  color: #ffffff;
}
.btn_style_4 {
  background-color: #795548;
  color: #ffffff;
}
.btn_style_5 {
  background-color: #ff78b7;
  color: #ffffff;
}
.btn_style_6 {
  background-color: #25d366;
  color: #ffffff;
}
.btn_style_6:hover {
  background-color: #ffffff;
  color: #103928;
}
.btn_style_7 {
  background-color: #607d8b;
  color: #ffffff;
}
.btn_style_8 {
  background-color: #673ab7;
  color: #ffffff;
}
.btn_style_9 {
  background-color: #f44336;
  color: #ffffff;
}

.btn_style_6 > .btn_whatsapp {
  padding-left: 35px;
  background-image: url("https://app.ican.com.hk/chinalife/images/icon/whatsapp.svg");
  background-repeat: no-repeat;
}
.btn_style_6:hover > .btn_whatsapp {
  background-image: url("https://app.ican.com.hk/chinalife/images/icon/whatsapp_o.svg");
}

.footer_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}

.grid_wrap {
  display: grid;
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.gw_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  padding: 15px;
}

.gw_col_1 {
  grid-template-columns: repeat(1, 1fr);
}
.gw_col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.gw_col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.gw_col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.gw_col_5 {
  grid-template-columns: repeat(5, 1fr);
}
.gw_col_8 {
  grid-template-columns: repeat(8, 1fr);
}

.fixed_gw_col_1 {
  grid-template-columns: repeat(1, 1fr);
}
.fixed_gw_col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.fixed_gw_col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.fixed_gw_col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.fixed_gw_col_5 {
  grid-template-columns: repeat(5, 1fr);
}
.fixed_gw_col_8 {
  grid-template-columns: repeat(8, 1fr);
}

.gw_list_style {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #454545 solid;
}
.gw_list_style > .gw_box {
  border: 1px #454545 solid;
  text-align: left;
  padding: 5px 10px 5px;
}

.section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.drop_down_list {
  background-color: #FFF2C2;
  padding: 20px;
}
.drop_down_list > .box {
  border: 2px #FF5722 solid;
  margin-bottom: 20px;
}
.drop_down_list > .box:last-child {
  margin-bottom: 0px;
}
.drop_down_list > .box > .title {
  font-size: 21px;
  font-weight: 700;
  padding: 16px;
}
.drop_down_list > .box > .content {
  border-top: 2px #FF5722 solid;
  padding: 16px;
  display: none;
}

.drop_down_list > .box > .title > .material-icons {
  font-size:24px;
  line-height: 30px;
  float: left;
}

.gw_card > .gw_box {
  border: 1px #454545 solid;
  text-align: left;
  padding: 0px;
}
.gw_card > .gw_box > .title {
  border-bottom: 1px #454545 solid;
  padding: 15px;
}
.gw_card > .gw_box > .content {
  padding: 15px;
}
ul {
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}
ul > li > ul {
  list-style: decimal;
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
}

.key_point_style_1 {
  color: #ff0000;
}
.key_point_style_2 {
  color: #ff0000;
  text-decoration: underline;
}
.key_point_style_3 {
  color: #ff0000;
  text-decoration: line-through;
}

.payment_style {
  border: 2px #454545 solid;
  padding: 10px;
}

@media only screen and (max-width:759px) {
  .grid_wrap {
    grid-template-columns: repeat(1, 1fr);;
  }
  .fixed_gw_col_1 {
  	grid-template-columns: repeat(1, 1fr);
	}
	.fixed_gw_col_2 {
	  grid-template-columns: repeat(2, 1fr);
	}
	.fixed_gw_col_3 {
	  grid-template-columns: repeat(3, 1fr);
	}
	.fixed_gw_col_4 {
	  grid-template-columns: repeat(4, 1fr);
	}
	.fixed_gw_col_5 {
	  grid-template-columns: repeat(5, 1fr);
	}
	.fixed_gw_col_8 {
  	grid-template-columns: repeat(8, 1fr);
	}
}