/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* CTA button */
.footer{
	border-top: 1px solid #d9d9d9;
	width: 100%;
	height: 64px;
	overflow: hidden;
	background-color: #fff;
}
.footer .footer_wrap{
	padding-right: 0px;
}
.footer .common_footer_left{
	width: 100%;
	padding-right: 120px;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
}
.footer .common_footer_premium{
	width: 64%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
	position: relative;
}
.footer .common_footer_premium div,.footer .common_footer_coverage div{
	color: #505050;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 2px;
}
.footer .color_gray{
	color: #a3a3a3;
	font-size: 12px;
}
.footer .color_orange{
	color: #006b92;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
}
.footer .common_footer_coverage{
	width: 36%;
	float: left;
	padding-left: 8px;
	box-sizing: border-box;
	padding-right: 15px;
}
.footer .line{
	position: absolute;
	right: 0;
	height: 30px;
	background: #DCDCDC;
	width: 1px;
	top: 10px;
}

.footer .common_footer_right{
	width: 120px;
	float: right;
	background-color: #f69f28;
	color: #fff;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
}
.question_list{
	padding-left: 15px;
	padding-right: 15px;
}
.question_list li{
	border-top: 1px solid #DCDCDC;
	padding: 13px 0 15px 0;
}
.question_list li:first-child{
	border-top: 0;
}
.content{
	/*min-height: calc(100vh - 220px);*/
}
.container_content{
	padding-left: 0;
	padding-right: 0px;
}
.question_tip{
	display: block;
	color: rgba(51, 51, 51, 0.5);
	font-size: 13px;
	margin-top: 5px;
}
.footer_main{
	background-color: #f4f4f4;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 20px;
	height: 92px;
	overflow: hidden;
}
.footer_link a{
	color: #505050;
	font-size: 14px;
	text-decoration: underline;
}
.footer_main ul{
	margin-top: 12px;
}
.footer_main ul li{
	font-size: 14px;
	color: #505050;
	display: inline-block;
}
.footer_main ul li a{
	color: #505050;
}
.footer_main ul li.change_language{
	font-weight: bold;
}
.error_tip{
	color: #006b92;
	font-size: 13px;
	background:rgba(0, 140, 163, 0.08) url(../images/icon_alart.png) no-repeat 9px 10px;
	background-size: 12px 12px;
	padding: 9px 20px 9px 28px;
	line-height: 14px;
	margin-top: 5px;
	width: 100%;
	clear: both;
}
/*1、計劃選擇頁面========planSelection*/
.paln_info{
	font-size: 15px;
	color: #191717;
	padding: 0px 15px;
}
.paln_info li{
	border-bottom: 1px solid #d9d9dd;
	padding: 8px 0;
	/* overflow: hidden; */
	font-size: 0;
}
.paln_info label{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #505050;
}
.plan_info_right{
	width: 50%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.plan_info_choose{
	height: 30px;
	line-height: 30px;
	background: url(../images/icon_dropdown@2x.png) no-repeat right center;
	background-size: 10px 5px;
	padding-right: 20px;
}
.plan_info_mes{
	height: 30px;
	line-height: 30px;
}
.plan_choose{
	width: 55px;
	margin-left: 5px;
}
.plan_way{
	width: 74px;
	margin-left: 5px;
}
.plan_info_input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;

}
.plan_info_select{
	position: relative;
}
.plan_info_select select{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.select_color{
	color: #999999 !important;
}
.plan_select{
	background: url(../images/icon_dropdown@2x.png) no-repeat right center;
  background-size: 12px 7px;
  padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.select_choose_color{
	/* color: #3E97FF; */

}
.plan_read{
	color: #191717;
	font-size: 13px;
	padding: 0px 15px;
	margin-top: 22px;
	line-height: 16px;
	margin-bottom: 82px;
	position: relative;
	padding-left: 41px;
	cursor: pointer;
}
.plan_read em{
	text-decoration: underline;
	color: #007fa5;
}
.plan_read span{
	display: inline-block;
	vertical-align: top;
}
.plan_read .plan_read_check{
	width: 16px;
	height: 16px;
	background:url(../images/icon_check.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 10px;
	position: absolute;
	left: 15px;
	top: 0px;
	cursor: pointer;
}
.plan_read .plan_read_check.act{
	background:url(../images/icon_check_act.png) no-repeat;
	background-size: 100% 100%;
}
/* 2、產品說明文件頁面=====description */
.read_tip{
	color: #505050;
	font-size: 13px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}
.des_content{
	padding: 0px 15px;
}
.des_content li:last-child{
	border-bottom: 1px solid #DCDCDC;
}
.des_content h1{
	color: #505050;
	font-size: 15px;
	background-color: #d9d9d9;
	padding: 10px 8px;
}
.des_content p{
	color: #191717;
	font-size: 13px;
	margin-top: 12px;
}
.des_content li{
	padding-bottom: 20px;
}
.des_read{
	color: #191717;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 45px;
}
.des_read .plan_read_check{
	top: 2px;
}

.des_btn_left,.des_btn_right{
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	/*float: left;*/
	color: #191717;
	font-size: 18px;
	display: inline-block;
	margin: 5px auto 5px 15px;
	float: none;
}
.footer_border{
	border-top: 0px solid #d9d9d9;
	min-height: 64px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.des_btn_left{
	background-color: #505050;
	color: #fff;
}
.des_btn_right{
	background-color: #f69f28;
	color: #fff;
}

/* 投保前提示頁面 */
.insurance_tip{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000%;
	background-color:rgba(0, 0, 0, 0.6);
}
.insurance_content{
	width: 93%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.ins_title{
	color: #006b92;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
	font-size:17px;
	font-weight: normal;
}
.ins_title i{
	position: absolute;
	right: 0;
	top: 0;
	width:50px ;
	height: 50px;
	background: #006b92 url(../images/icon_close@2x.png) no-repeat center center;
	background-size: 23px 23px;
	cursor: pointer;

}
.ins_des{
	font-size: 15px;
	color: #191717;
	padding: 14px 20px;
	font-weight: normal;
}
.ins_info{
	background: #F5F5F9;
	padding: 16px 20px;
}
.ins_info dt img{
	width: 174px;
	display: block;
	margin: 0 auto;
}
.inf_card_title{
	color: #191717;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.inf_card_des{
	font-size: 14px;
	color: #505050;
	margin-top: 7px;
	text-align: center;
}
.ins_all_tip .all_tip_title{
	position: relative;
	font-size: 15px;
	color: #006b92;
	padding: 14px 20px;
	font-weight: normal;
	cursor: pointer;
}
.ins_all_tip .all_tip_title i{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	width: 15px;
	height: 9px;
	background: url(../images/icon_arrow_bottom.png) no-repeat;
	background-size: 15px 9px;
	transform: rotate(0deg);
	transition: transform ease 0.8s;
}
.ins_all_tip .all_tip_title.act i{
  transform: rotate(-180deg);
  transition: transform ease 0.8s;
}
.all_tip_mes{
	display: none;
	 padding: 24px 20px;
	 background-color: #F5F5F9;
	 max-height: 200px;
	 overflow-y: auto;
}
.all_tip_mes li{
	position: relative;
	padding-left: 24px;
	font-size: 13px;
	color: #191717;
	margin-bottom: 8px;
	line-height: 1.4;
}
.all_tip_mes li span{
	position: absolute;
	left: 0px;
	top: 0px;
}
.label_tip{
	display: block;
	font-size: 12px;
	color: #006b92;
}
.info_inp_name:first-child{
	text-align:right;
}
.info_inp_name{
	width: 46%;
	float: right;
	max-width: 100px;
	text-align: left;
}
.info_inp_line{
	width: 1px;
	background-color:  #DCDCDC;
	float: right;
	height: 28px;
}
.left_40 label{
	width: 40%;
}
.left_40 .plan_info_right{
	width: 60%;
}
.left_50 .plan_info_select{
	width: 50%;
	max-width: 100px;
	float: right;
	padding-left: 15px;
}
.upload_img{
	width: 100%;
	max-width: 235px;
	height: auto;
}
.uploa_wrap .plan_info_right{
	width: 100%;
	text-align: left;
}
.uploa_wrap .plan_info_right img{
	margin: 15px 6px;
}
.input_file{
	width: 228px;
	height: 140px;
	border: 1px dashed #D1D0CB;
	position: relative;
	margin: 15px 0px;
	border-radius: 6px;
	cursor: pointer;
}
.input_file input{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.input_file i{
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	margin-top: 36px;
	background: url(../images/icon-upload@2x.png) no-repeat;
	background-size: 100%;
}
.input_file p{
	font-size: 12px;
	color: #191717;;
	text-align: center;
	margin-top: 20px;
}
.policy_test{
	color: #191717;
	font-size: 13px;
	line-height: 1.7;
	padding: 0px 15px 13px;
	border-bottom: 1px solid #DCDCDC;
}
.policy_test li{
	margin-top: 15px;
}
.policy_red{
	text-decoration: underline;
	color: #006b92;
}
.policy_read{
	margin-top: 0;
	margin-bottom: 24px;
	color: #191717;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 21px;
	margin-bottom: 0;
}
.policy_read .plan_read_check{
	margin-top: 4px;
}
.read_link_tip{
	color: #505050;
	padding: 20px 15px 0px;
}
.dec_read{
	line-height: 1.5;
	margin-bottom: 33px;
}
.dec_read .plan_read_check{
	margin-top: 3px;
}
.app_tip{
	color: #505050;
	font-size: 13px;
	padding-left: 30px;
	position: relative;
}
.app_tip i{
	position: absolute;
	left: 0;
	top: 0;
}
.app_sub{
	padding:20px 15px 75px;
}
.app_know{
	color: #191717;
	font-size: 15px;
	margin-top: 15px;
}
.app_info li{
	padding: 12px 0;
}
.footer .footer_wrap_pay{
	padding: 0;
}
.pay_btn{
		width: 100%;
    background-color: #f69f28;
    color: #fff;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.paln_info .date_right label{
	width: 30%;
}
.paln_info .date_right .plan_info_right{
	width: 70%;
}
.paln_info .left_50 .plan_info_select{
	max-width: none;
}
/* .date_right .plan_info_choose{
 color: #3E97FF;
} */
.pay_read{
	margin-bottom: 14px;
}
.pay_read_info{
	background: #F5F5F9;
	padding: 16px 13px;
	margin: 0px 15px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	line-height: 1.4;
	border-radius: 4px;
	margin-bottom: 15px;
}
.pay_choose {
	text-align: right;
}
.pay_choose p{
	width: 66px;
	padding: 6px 0;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #AAAAAA;
	margin-left: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.pay_choose p.act  i{
	display: none;
}
.pay_choose p.act i{
	width: 26px;
	height: 26px;
	display: block;
	background:url(../images/icon_checked.png) no-repeat left top;
	background-size: 26px 26px;
	position: absolute;
	right: -2px;
	top: -2px;
}
.pay_choose p:first-child{
	margin-left: 0;
}
.pay_choose img{
	width: 34px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.pay_choose_content label{
	width: 30%;
}
.pay_choose_content .plan_info_right{
	width: 70%;
}
/*付款成功*/
.success_title{
	color: #006b92;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	padding: 14px 0;
}
.success_policy_number{
	font-size: 21px;
	color: #717171;;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	padding: 38px 0 53px 0;
}
.success_policy_number span{
	color: #191717;
}
.success_tip_list{
	font-size: 13px;
	color: #191717;
	margin: 0 15px;
	line-height: 1.3;
	border-top: 1px solid #DCDCDC;
	padding-top: 14px;
	position: relative;
}
.success_tip_list li{
	position: relative;
	padding-left: 12px;
	margin-bottom: 15px;
}
.success_tip_list li::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #505050;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.tel_mes{
	font-size: 15px;
	color: #717171;
	margin-top: 50px;
	text-align: center;
}
.tel_num{
	text-align: center;
	margin-top: 5px;
	display: block;
	width: 100%;
	margin-bottom: 64px;
	color: #505050;
}
.tel_num i{
	color: #717171;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.tel_num img{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.paln_info .address_wrap label{
	width: 30%;
}
.paln_info .address_wrap .plan_info_right{
	width: 70%;
}
.left_info{
	text-align: right;
	padding-right: 15px;
}
.pro_link_wrap{
	padding: 40px 20px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
}
.new_pro_link{
	color: #006b92;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.new_pro_btn .gray{
	background-color: rgba(0, 0, 0, 0.5);
}
.new_pro_btn{
	margin-top: 40px;
}
.new_pro_btn span{
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #006b92;
	width: 140px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.popup_list{
	list-style-type: disc;
	padding-left: 20px
}
.important_info_list{
	list-style-type: decimal;
	padding-left: 20px
}
.plan_content{
padding: 0px 5%;
	max-height: 75vh;
	overflow-y: auto;
}
.popup_main{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.4;
}
.important_info_text {
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 10px;
}
.insurance_tip_New .important_info_text {
	margin-bottom: 3px;
}
.font_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.red{
	color: #006b92;
}
.footer_wrap_left{
	padding-left: 0px !important;
}
.common_header_color{
	color: #006b92;
}

.banner img{
	display: block;
	margin: 0 auto;
	max-width: auto;
}

.font-bold{
	font-weight: bold;
}

@media (max-width:992px) {
	.addtextAlign{
		text-align: center;
	}
}

