@charset "utf-8";

.set_middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cursor_pointer {
	cursor: pointer
}

.trans_rotate {
	transform: rotate(180deg);
	top: 3px;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
	cursor: pointer;
}

input:disabled, select:disabled {
	background: #fafafa !important;
	color: #A4A4A4 !important;
	border: 0px !important;
	cursor: not-allowed !important;
	font-weight:bold !important;
}

a {
	color: #3476C5;
}

	a:hover {
		color: #3476C5;
		text-decoration: underline;
	}

.top_bar_progress_container {
	width: 100%;
	height: 120px;
	background-image: url(../images/ins_step_img/ins_step_title_motoimg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 60px auto 40px auto;
	display: flex;
	align-items: center;
}

.step_title_img {
	display: none;
}

.top_bar_progress {
	width: 1280px;
	margin: 0 auto;
	padding-left: 266px;
}

	.top_bar_progress .bar {
		height: 2px;
		border-top: 2px dashed #BFBFBF;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.top_bar_progress .dot_container {
		position: relative;
	}

	.top_bar_progress .dot_title {
		width: 72px;
		font-size: 18px;
		color: #757575;
		position: absolute;
		top: 30px;
		left: -22px;
	}

.dot_title.active_step, .dot_title.next_step {
	color: #FF5A5A;
}

.dot_title.active_step {
	top: 35px;
}

.top_bar_progress .dot {
	border-radius: 50%;
	position: relative;
	z-index: 20;
}

	.top_bar_progress .dot.active_step {
		width: 30px;
		height: 30px;
		background: #ffffff;
		border: 2px solid #FF5A5A;
	}

.top_bar_progress .inside_dot {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #BFBFBF;
}

.top_bar_progress .active_step .inside_dot, .top_bar_progress .next_step .inside_dot {
	border: 2px solid #FF5A5A;
}

.top_bar_progress .step_line_1, .top_bar_progress .step_line_2, .top_bar_progress .step_line_3 {
	width: 31%;
	height: 2px;
	background: #FF5A5A;
	position: absolute;
	top: -2px;
	z-index: 10;
}

.top_bar_progress .step_line_1 {
	left: 30px;
}

.top_bar_progress .step_line_2 {
	left: 356px;
}

.top_bar_progress .step_line_3 {
	left: 685px;
}

.top_bar_progress .bar_title_container {
	width: 120px;
	color: #FF5A5A;
	text-align: center;
	position: absolute;
	top: -55px;
	left: -47px;
}

.top_bar_progress .bar_title {
	background: #FF5A5A;
	color: #ffffff;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
	padding: 0px 10px;
}

.top_bar_progress .bar_title_container i {
	font-size: 32px;
	line-height: 0px;
	position: relative;
	top: -6px;
}

@media (max-width:1360px) {
	.top_bar_progress_container {
		background-image: none;
		padding: 0 130px;
	}

	.step_title_img {
		display: block;
	}

	.top_bar_progress {
		width: calc(100% - 250px);
		margin: 0px 0px;
		padding-left: 0px;
		padding-right: 50px;
	}

		.top_bar_progress .step_line_2 {
			width: 31%;
			left: 35%;
		}

		.top_bar_progress .step_line_3 {
			width: 31%;
			left: 67%;
		}
}

@media (max-width:1024px) {
	.top_bar_progress_container {
		padding: 0 30px;
	}

	.step_title_img img {
		width: 220px;
	}

	.top_bar_progress {
		width: calc(100% - 220px);
	}

		.top_bar_progress .dot_title {
			width: 72px;
			text-align: center;
			font-size: 16px;
		}

		.top_bar_progress .bar_title {
			height: 36px;
			font-weight: bold;
		}
}

@media (max-width:991px) {
	.top_bar_progress_container {
		margin: 50px auto 30px auto;
	}
}

@media (max-width:680px) {
	.top_bar_progress_container {
		margin: 40px auto 20px auto;
		padding: 0 0px;
	}

	.step_title_img {
		display: none;
	}

	.top_bar_progress {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

		.top_bar_progress .bar_title_container {
			width:100px;
			top: -50px;
			left:-40px;
		}

		.top_bar_progress .bar_title {
			height: 32px;
			font-size: 16px;
			padding:0px 5px;
		}
}

@media (max-width:480px) {
	.top_bar_progress_container {
		margin: 30px auto 10px auto;
	}

	.top_bar_progress {
		padding-left: 40px;
		padding-right: 40px;
	}

		.top_bar_progress .dot.active_step {
			width: 26px;
			height: 26px;
		}

		.top_bar_progress .inside_dot {
			width: 16px;
			height: 16px;
		}

		.top_bar_progress .dot_title {
			top: 26px;
		}

	.dot_title.active_step {
		top: 30px;
	}

	.top_bar_progress .step_line_1 {
		left: 25px;
	}
}
@media (max-width:420px) {
	.top_bar_progress .bar_title {
		font-size: 16px;
	}
}

.ins_form_step_tip {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 30px;
}

	.ins_form_step_tip span {
		margin: 0px 2px;
	}

	.ins_form_step_tip .fa-caret-down {
		color: #FF5A5A;
		cursor: pointer;
	}

@media (max-width:768px) {
	.ins_form_step_tip {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media (max-width:540px) {
	.ins_form_step_tip {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width:480px) {
	.ins_form_step_tip {
		text-align: left;
	}
}


.ins_tab_container {
	width: 720px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #FF5A5A;
	border-radius: 28px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
}

	.ins_tab_container div {
		width: 50%;
		height: 100%;
		color: #FF5A5A;
		cursor: pointer;
	}

		.ins_tab_container div.active {
			background: #FF5A5A;
			color: #ffffff;
		}

		.ins_tab_container .normal_person_form_btn.active, .ins_tab_container .basic_plan_btn.active, .ins_tab_container .renewal_plan_btn.active {
			border-radius: 28px 0px 0px 28px;
		}
	
		.ins_tab_container .company_car_form_btn.active, .ins_tab_container .free_plan_btn.active,  .ins_tab_container .rechoice_plan_btn.active {
			border-radius: 0px 28px 28px 0px;
		}

@media (max-width:1024px) {
	.ins_tab_container {
		width: 520px;
		height: 46px;
		font-size: 20px;
		margin-bottom: 30px;
	}
}

@media (max-width:680px) {
	.ins_tab_container {
		width: 80%;
		height: 42px;
		font-size: 18px;
	}
}

@media (max-width:480px) {
	.ins_tab_container {
		margin-bottom: 25px;
	}
}

.ins_form_main {
	background-image: url(../images/ins_step_img/ins_step_motobg_1.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-bottom: 130px;
}

@media (max-width:1360px) {
	.ins_form_main {
		background-image: none;
		padding-bottom: 80px;
	}
}

.ins_form_block {
	width: 1280px;
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 30px 25px 30px 25px;
	border-radius: 32px;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.12);
	position: relative;
}

	.ins_form_block.same_block_marign {
		margin-bottom: 30px;
	}

.ins_form_block_title {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #FF5A5A;
	margin-bottom: 35px;
	padding: 0px 20px;
	padding-bottom: 10px;
	display: inline-block;
}

	.ins_form_block_title.margin_bottom_0 {
		border-bottom: 0px solid #FF5A5A;
		margin-bottom: 0px;
	}

	.ins_form_block_title i {
		color: #FF5A5A;
		margin-left: 5px;
	}

.ins_form_block_dashline {
	width: calc(100% - 30px);
	height: 2px;
	border-top: 2px dashed #e0e0e0;
	margin: 5px auto;
}

@media (max-width:1360px) {
	.ins_form_block {
		width: 85%;
		padding: 30px 20px 50px 20px;
	}
}

@media (max-width:960px) {
	.ins_form_block {
		width: calc(100% - 80px);
		padding: 30px 15px 40px 15px;
	}
}

@media (max-width:768px) {
	.ins_form_block {
		border-radius: 24px;
	}

	.ins_form_block_title {
		font-size: 20px;
		margin-bottom: 30px;
		padding: 0 15px;
		padding-bottom: 10px;
	}
}

@media (max-width:540px) {
	.ins_form_block {
		width: calc(100% - 40px);
		padding: 30px 10px 30px 10px;
	}
}

@media (max-width:480px) {
	.ins_form_block_title {
		margin-bottom: 20px;
	}
}


.ins_form_tip {
	font-size: 18px;
	font-weight: bold;
	color: #FF5A5A;
	position: absolute;
	top: 30px;
	right: 30px;
}

.ins_form {
	display: flex;
	flex-wrap: wrap;
}

.ins_form_input_container {
	position: relative;
	margin: 0px 15px;
	margin-bottom: 30px;
}

	.ins_form_input_container.w100 {
		width: calc(100% - 30px);
	}

	.ins_form_input_container.w50 {
		width: calc(50% - 30px);
	}

	.ins_form_input_container.w66 {
		width: calc(66.666% - 30px);
	}

	.ins_form_input_container.w33 {
		width: calc(33.333% - 30px);
	}

	.ins_form_input_container.w25 {
		width: calc(25% - 30px);
	}

.ins_form_input_title {
	min-height: 16px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
	padding: 0 5px;
}

	.ins_form_input_title i {
		color: #FF5A5A;
	}

.ins_form_text {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 0 20px;
}

	.ins_form_text span {
		color: #FF5A5A;
	}

.vehicle_reg_engine_number_open, .career_infor_open, .credit_card_check_number_open, .useage_infor_open {
	cursor: pointer;
}

.ins_form_input_note {
	color: #FF5A5A;
	float: right;
	cursor: pointer;
}

.ins_form_input {
	height: auto;
	font-size: 20px;
	display: flex;
	flex-wrap:wrap;
}

.ins_form_textarea {
	font-size: 20px;
	display: flex;
}

.ins_form_input input[type="text"],
.ins_form_input input[type="tel"],
.ins_form_input input[type="email"],
.ins_form_input input[type="number"],
.ins_form_input select {
	height: 50px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #bfbfbf;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	appearance: none;
	cursor: pointer;
}

.ins_form_textarea textarea {
	width: 100%;
	height: 120px;
	font-weight: bold;
	line-height: 28px;
	border: 1px solid #bfbfbf;
	border-radius: 25px;
	padding: 15px 20px;
	outline: none;
}

.ins_form_input_radio_container {
	height: 50px;
	display: flex;
	align-items: center;
}

	.ins_form_input_radio_container.w50 {
		width: 50%;
		padding-left: 10px;
	}

	.ins_form_input_radio_container input {
		margin-right: 5px;
		transform: scale(1.5);
		cursor: pointer;
	}

	.ins_form_input_radio_container label {
		cursor: pointer;
	}

.input_wrong_border_line {
	border: 1px solid #FF5A5A !important;
	border-radius: 25px;
}

.ins_form_input input.w100, .ins_form_input select.w100 {
	width: 100%;
}

.ins_form_input input.w25, .ins_form_input select.w25 {
	width: calc(25% - 5px);
	margin-right: 5px;
}

.ins_form_input input.w50, .ins_form_input select.w50 {
	width: 50%;
}

.ins_form_input input.w100-110, .ins_form_input select.w100-110 {
	width: calc(100% - 110px);
}

.ins_form_input input.w50 {
	width: calc(50% - 10px);
}

.ins_form_input input.date_picker_icon {
	background-image: url(../images/ins_step_img/date_picker_icon.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
}

.select_arrow_icon,
.select_arrow_icon,
.select_arrow_icon_value {
	background-image: url(../images/ins_step_img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
}

.ins_form_input input::placeholder {
	font-size: 18px;
	color: #A4A4A4;
	font-weight: normal;
}

.ins_form_input_btn {
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #FF5A5A;
	font-weight: bold;
	border-radius: 25px;
	border: 2px solid #FF5A5A;
	cursor: pointer;
	position: relative;
	top: 4px;
}

.for_input_btn_width {
	width: 100px;
	margin-left: 10px;
}

.ins_form_input_tab {
	height: 50px;
	border: 1px solid #bfbfbf;
	border-radius: 25px;
	margin-right: 5px;
	padding: 5px;
	display: flex;
}

	.ins_form_input_tab.w100 {
		width: 100%;
	}

	.ins_form_input_tab.w50 {
		width: calc(50% - 5px);
	}

	.ins_form_input_tab_btn {
		width: 100%;
		background-color: #FAFAFA;
		font-weight: bold;
		color: #A4A4A4;
		border-radius:25px;
		cursor: pointer;
	}
	.ins_form_input_tab_btn_disable {
		width: 50%;
		background-color: #FAFAFA;
		font-weight: bold;
		color: #E0E0E0;
		cursor:not-allowed;
	}
	.ins_form_input_tab_btn.w33,.ins_form_input_tab_btn_disable.w33 {
		width: 33.333%;
	}
		.ins_form_input_tab_btn_disable.active {
			background-color: #A4A4A4;
			font-weight: bold;
			color: #ffffff;
			cursor: not-allowed;
			opacity: 0.5;
		}
	.ins_form_input_tab_btn.active {
		background: #FF5A5A;
		color: #ffffff;
	}

	.ins_form_input_wrong_tip {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		line-height:1.4;
		color: #E01F13 !important;
		text-align:left;
		margin-top:10px;
		padding-left:23px;
		position:relative;
		/* 因為如果預先none的話VUE會無法控制出現，所以正式的時候要註解
			display: none;
		*/
	}
	.ins_form_input_wrong_tip.w100-110 {
		padding-right: 110px;
	}

	.ins_form_input_wrong_tip i {
		margin-right: 2px;
		position:absolute;
		top:3px;
		left:6px;
	}

.ins_form_input_tip {
	color: #FF5A5A;
	text-align: left;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 10px;
}

	.ins_form_input_tip i {
		margin-right: 2px;
	}

	.ins_form_input_tip .point {
		background: #fa8484;
		color: #ffffff;
		padding: 3px 6px;
		display: inline-block;
	}

.ins_form_infor_text {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	padding-left: 5px;
	padding-bottom: 15px;
}

	.ins_form_infor_text div {
		display: inline;
		margin-right: 20px;
	}

@media (max-width:1360px) {
	.ins_form_input_container {
		margin: 0px 10px;
		margin-bottom: 30px;
	}

		.ins_form_input_container.w50 {
			width: calc(50% - 20px);
		}

		.ins_form_input_container.w33 {
			width: calc(33.333% - 20px);
		}

		.ins_form_input_container.w66 {
			width: calc(66.666% - 20px);
		}

		.ins_form_input_container.w25 {
			width: calc(50% - 20px);
		}
}

@media (max-width:1080px) {
	.ins_form_input_container.w33 {
		width: calc(50% - 20px);
	}

	.ins_form_input_container.w66 {
		width: calc(100% - 20px);
	}

	.ins_form_input input.w100-110, .ins_form_input select.w100-110 {
		width: calc(100% - 85px);
	}

	.for_input_btn_width {
		width: 80px;
		margin-left: 5px;
	}

	.ins_form_input_wrong_tip.w100-110 {
		padding-right: 85px;
	}
}

@media (max-width:860px) {
	.ins_form_infor_text div {
		display: block;
		margin-bottom: 10px;
		margin-right: 0px;
	}

		.ins_form_infor_text div:last-child {
			margin-bottom: 0px;
		}
}

@media (max-width:768px) {
	.ins_form_tip {
		font-size: 16px;
		top: 20px;
		right: 20px;
	}

	.ins_form_input {
		font-size: 18px;
	}

	.ins_form_text {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

		.ins_form_text > br {
			display: none;
		}

	.ins_form_infor_text {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.ins_form_input input, .ins_form_input select {
		padding-left: 15px;
	}

		.ins_form_input input.date_picker_icon {
			background-position: calc(100% - 10px) center;
		}

	.select_arrow_icon,
	.select_arrow_icon,
	.select_arrow_icon_value {
		background-position: calc(100% - 10px) center;
	}
}

@media (max-width:680px) {
	.ins_form_input {
		flex-wrap: wrap;
	}

	.ins_form_input_tab.w50 {
		width: 100%;
		margin-bottom: 10px;
	}

	.ins_form_input_container.w50, .ins_form_input_container.w33 {
		width: calc(100% - 20px);
	}

	.ins_form_input input.w25, .ins_form_input select.w25 {
		width: calc(50% - 5px);
	}

	.ins_form_input_tab {
		width: calc(100% - 5px);
	}

	.ins_form_input input.w50, .ins_form_input select.w50 {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width:540px) {
	.ins_form_input_container.w25 {
		width: calc(100% - 20px);
	}

	.ins_form_tip {
		font-size: 14px;
		top: 10px;
		right: 15px;
	}
}

@media (max-width:480px) {
	.ins_form_input_container {
		margin-bottom: 35px;
	}

	.ins_form_input {
		font-size: 18px;
	}
	.ins_form_input_wrong_tip {
		font-size: 14px;
		margin-top:5px;
		padding-left:20px;
	}
}



.ins_form_dash {
	width: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #bfbfbf;
	position: relative;
	top: -2px;
	left: -2px;
}

.ins_form_input_text {
	width: 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: -2px;
}

.ins_form_block_note_container {
}

.ins_form_block_tell_container {
	margin-bottom: 20px;
}

.ins_form_block_note, .ins_form_block_tell {
	font-size: 16px;
	line-height: 22px;
	color: #FF5A5A;
	text-align: left;
	margin-top: 5px;
	padding-left: 32px;
	padding-right: 10px;
	position: relative;
}

	.ins_form_block_note i, .ins_form_block_tell i {
		position: absolute;
		top: 3px;
		left: 15px;
	}

@media (max-width:480px) {
	.ins_form_block_note, .ins_form_block_tell {
		font-size: 14px;
		line-height: 20px;
	}
}

.ins_form_choice {
	margin: 30px 0px 10px 0px;
}

.ins_form_choice_title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 15px;
}

.ins_form_choice_btn_container {
	display: flex;
	flex-wrap: wrap;
}

.ins_form_choice_text {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0px 15px 0px;
	padding-left: 15px;
}

.ins_form_choice_btn {
	width: calc(33.333% - 30px);
	min-height: 80px;
	text-align: left;
	border: 2px solid #e0e0e0;
	border-radius: 16px;
	margin: 0px 15px 15px 15px;
	padding: 15px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

	.ins_form_choice_btn.active {
		color: #ffffff;
		background-color: #FF5A5A;
		border: 2px solid #FF5A5A;
	}

	.ins_form_choice_btn .sub_title {
		font-size: 16px;
		line-height: 18px;
		color: #757575;
		margin-bottom: 10px;
	}

	.ins_form_choice_btn.active .sub_title {
		width: 100%;
		color: #ffffff;
	}

	.ins_form_choice_btn .title {
		width: 100%;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
	}

		.ins_form_choice_btn .title > span {
			font-size: 18px;
		}

@media (max-width:1360px) {
	.ins_form_choice_btn {
		width: calc(33.333% - 20px);
		margin: 0px 10px 20px 10px;
	}
}

@media (max-width:960px) {
	.ins_form_choice_btn {
		width: calc(50% - 20px);
	}
}

@media (max-width:768px) {
	.ins_form_choice_btn .sub_title {
		margin-bottom: 5px;
	}

	.ins_form_choice_btn .title {
		font-size: 20px;
		line-height: 24px;
	}

		.ins_form_choice_btn .title > span {
			font-size: 16px;
		}
}

@media (max-width:680px) {
	.ins_form_choice_btn {
		width: 100%;
		min-height: 77px;
		margin-bottom: 15px;
		padding: 15px 15px;
	}

		.ins_form_choice_btn .sub_title {
			margin-bottom: 5px;
		}

	.ins_form_block_note, .ins_form_block_tell {
		padding-left: 27px;
	}

		.ins_form_block_note i, .ins_form_block_tell i {
			left: 10px;
		}
}

@media (max-width:480px) {
	.ins_form_choice_btn .sub_title {
		font-size: 14px;
	}
}

.ins_otp_input_container {
	width: 585px;
	height: 50px;
	font-size: 20px;
	margin: 10px auto;
	position: relative;
}

	.ins_otp_input_container input {
		width: 100%;
		height: 100%;
		background: #ffffff;
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #bfbfbf;
		border-radius: 25px;
		padding-left: 20px;
		outline: none;
		appearance: none;
		cursor: pointer;
	}

		.ins_otp_input_container input::placeholder {
			font-size: 18px;
			color: #A4A4A4;
			font-weight: normal;
		}

.ins_otp_btn {
	width: 220px;
	height: 100%;
	background: #FF5A5A;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

	.ins_otp_btn.disabled {
		background: #bfbfbf;
		cursor: not-allowed;
	}

	.ins_otp_btn br {
		display: none;
	}

@media (max-width:768px) {
	.ins_otp_input_container {
		width: calc(100% - 30px);
		margin: 15px 15px;
	}

	.ins_otp_btn {
		width: 180px;
		font-size: 18px;
	}
}

@media (max-width:540px) {
	.ins_otp_btn {
		width: 120px;
	}

		.ins_otp_btn span {
			display: none;
		}

		.ins_otp_btn br {
			display: inline;
		}
}

@media (max-width:480px) {
	.ins_otp_input_container input {
		padding-left: 15px;
	}
}

.ins_apply_description {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

	.ins_apply_description .w50 {
		width: 50%;
	}

	.ins_apply_description .block_line {
		width: 4px;
		height: 200px;
		background: #e0e0e0;
	}

	.ins_apply_description .title {
		font-size: 20px;
		font-weight: bold;
		color: #FF5A5A;
		margin-bottom: 10px;
	}

	.ins_apply_description .list {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		display: inline-block;
	}

		.ins_apply_description .list > div {
			line-height: 24px;
			margin-bottom: 8px;
			padding-left: 22px;
			position: relative;
		}

		.ins_apply_description .list i {
			color: #FF5A5A;
			position: absolute;
			top: 3px;
			left: 0px;
		}

		.ins_apply_description .list .circle_icon {
			width: 20px;
			height: 20px;
			background: #FF5A5A;
			font-size: 14px;
			color: #ffffff;
			border-radius: 50%;
			position: absolute;
			top: 3px;
			left: 0px;
		}

@media (max-width:860px) {
	.ins_apply_description {
		flex-wrap: wrap;
	}

		.ins_apply_description .w50 {
			width: 100%;
			margin-bottom: 20px;
			padding: 0px 20px;
		}

		.ins_apply_description .block_line {
			display: none;
		}
}

.ins_apply_description .title img {
	width: auto;
	margin-top: 0px;
}

@media (max-width:480px) {
	.ins_apply_description .title {
		margin-bottom: 15px;
	}

		.ins_apply_description .title img {
			width: 66px;
			height: auto;
		}
}

.ins_from_term_container {
	width: 100%;
	margin: 25px 0px;
	padding: 0px 15px;
}

.ins_from_term_tab_container {
	margin-top: 20px;
	padding-left: 5px;
	display: flex;
	position: relative;
	top: 1px;
	z-index: 10;
}

.ins_from_term_tab_btn {
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #e0e0e0;
	border-bottom: 0px;
	border-radius: 16px 16px 0px 0px;
	margin-left: 10px;
	padding: 10px 20px;
	cursor: pointer;
}

	.ins_from_term_tab_btn i {
		margin-right: 3px;
	}

	.ins_from_term_tab_btn.scrolled {
		background: #ffffff;
		color: #FF5A5A;
		border: 2px solid #FF5A5A;
		border-bottom: 0px;
	}

	.ins_from_term_tab_btn.active {
		background: #FF5A5A;
		color: #ffffff;
		border: 0px;
	}

.ins_from_term {
	width: 100%;
	text-align: left;
	line-height: 24px;
	border: 2px solid #e0e0e0;
	border-radius: 16px;
	margin: 15px 0px;
	padding: 15px 10px 15px 15px;
	position: relative;
	z-index: 5;
}

.term_tab_1, .term_tab_2, .term_tab_3 {
	margin-top: 0px;
}

.ins_from_term > div {
	height: 150px;
	overflow: auto;
}

	.ins_from_term > div::-webkit-scrollbar {
		width: 6px;
		background-color: none;
	}

	.ins_from_term > div::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background-color: rgba(0, 0, 0, 0.3);
	}

.ins_from_term .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width:768px) {
	.ins_from_term_container {
		padding: 0px 10px;
	}

	.ins_from_term {
		padding: 15px 5px 15px 15px;
	}

		.ins_from_term .title {
			font-size: 18px;
		}
}

.ins_form_checkbox {
	text-align: left;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 25px;
	position: relative;
}

.checkbox_center {
	margin: 0 auto;
	margin-bottom: 20px;
	display: inline-block;
}

.ins_form_checkbox.disabled {
	color: #bfbfbf;
}

.ins_form_checkbox input {
	margin-right: 3px;
	transform: scale(1.2);
	position: absolute;
	top: 4px;
	left: 8px;
}

@media (max-width:420px) {
	.ins_form_checkbox {
		letter-spacing: -0.5px;
	}
}

.ins_car_type_information {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 15px;
}

	.ins_car_type_information .point_information {
		color: #FF5A5A;
	}

@media (max-width:768px) {
	.ins_car_type_information {
		font-size: 16px;
		line-height: 28px;
	}
}

.ins_form_block_btn, .ins_form_btn {
	width: 400px;
	height: 60px;
	background: #FF5A5A;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
}

.ins_form_block_btn {
	margin: 60px auto 30px auto;
}

.ins_form_btn {
	margin: 50px auto 0px auto;
}

.ins_form_goback {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0px 20px;
}

	.ins_form_goback a {
		color: #3476C5;
	}

		.ins_form_goback a:hover {
			text-decoration: underline;
		}

@media (max-width:1360px) {
	.ins_form_block_btn {
		margin: 50px auto 20px auto;
	}
}

@media (max-width:768px) {
	.ins_form_block_btn, .ins_form_btn {
		width: 80%;
		font-size: 22px;
	}

	.ins_form_goback {
		font-size: 18px;
	}

	.ins_form_btn {
		margin: 30px auto 0px auto;
	}
}

@media (max-width:480px) {
	.ins_form_block_btn, .ins_form_btn {
		width: 90%;
		height: 56px;
		font-size: 20px;
	}

	.ins_form_goback {
		font-size: 16px;
	}
}

.captcha_container {
	margin: 0 auto;
}

.pup_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.pup_window {
	width: 1024px;
	height: auto;
	background: #ffffff;
	border-radius: 16px;
	margin-left: -512px;
	position: absolute;
	top: 60px;
	left: 50%;
}

.pup_window_small {
	width: 600px;
	height: auto;
	max-height: calc(100vh - 90px);
	background: #ffffff;
	border-radius: 16px;
	margin-left: -300px;
	padding-bottom: 20px;
	position: absolute;
	top: 60px;
	left: 50%;
}

	.pup_window_small img {
		width: 100%;
	}

.pup_window_title {
	width: 100%;
	height: 50px;
	background: #FF5A5A;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 14px 14px 0px 0px;
	position: relative;
}

.pup_window .pup_window_close_container {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}

.pup_window_small .pup_window_close_container {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -50px;
	right: -5px;
	cursor: pointer;
}

.pup_window_close {
	width: 31px;
	height: 31px;
	background: #ffffff;
	color: #FF5A5A;
	border-radius: 50%;
}

	.pup_window_close i {
		position: relative;
		top: 1px;
	}

.pup_window_main {
	max-height: calc(100vh - 160px);
	padding: 20px;
	overflow: auto;
}

	.pup_window_main::-webkit-scrollbar {
		width: 10px;
		background-color: none;
	}

	.pup_window_main::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.3);
	}

.pup_table {
	margin-top: 20px;
}

.pup_table_th {
	height: 30px;
	background: #f5f5f5;
	font-size: 16px;
	border-radius: 8px 8px 0px 0px;
	display: flex;
}

	.pup_table_th .pup_table_td {
		width: 100px;
		height: 100%;
		border-left: 1px solid #ffffff;
		padding-left: 15px;
		display: flex;
		align-items: center;
		justify-content: start;
	}

.pup_table_tr {
	font-size: 16px;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

	.pup_table_tr .pup_table_td {
		width: 100px;
		min-height: 50px;
		line-height: 22px;
		padding: 15px 16px;
		display: flex;
		align-items: center;
		justify-content: start;
		cursor: pointer;
	}

.pup_table_td.car_brand {
	width: 150px;
}

.pup_table_td.car_type span {
	display: none;
}

.pup_table_td.car_type {
	width: calc(100% - 350px);
}

.pup_table_tr:hover {
	color: #3476C5;
}

.pup_table_td.w50 {
	width: 50%;
}

.pup_window_text {
	font-size: 18px;
	line-height: 28px;
	padding: 5px;
}

.pup_window_btn_container {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.pup_window_btn {
	width: 200px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 25px;
	margin: 0 10px;
	cursor: pointer;
}

	.pup_window_btn.fill_btn {
		background: #FF5A5A;
		color: #ffffff;
	}

	.pup_window_btn.line_btn {
		background: #ffffff;
		color: #FF5A5A;
		border: 2px solid #FF5A5A;
	}

.pup_article_container {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.pup_article_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pup_article_text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

@media (max-width:1360px) {
	.pup_window {
		width: 90%;
		margin-left: 0px;
		left: 5%;
	}
}

@media (max-width:768px) {
	.pup_window, .pup_window_small {
		width: 92%;
		margin-left: 0px;
		left: 4%;
	}

	.pup_window_text {
		font-size: 16px;
		line-height: 26px;
	}

	.pup_window_btn {
		height: 46px;
		font-size: 18px;
	}

	.pup_window_main {
		padding: 20px 20px;
	}

	.pup_table_th .pup_table_td, .pup_table_tr .pup_table_td {
		width: 30%;
		padding: 15px;
	}

	.pup_table_td.car_brand {
		width: 40%;
	}

	.pup_table_th .pup_table_td.car_type {
		display: none;
	}

	.pup_table_tr {
		flex-wrap: wrap;
	}

	.pup_table_td.car_type {
		width: 100%;
		color: #3476C5;
		font-weight: bold;
		order: 4;
		border-top: 1px dashed #e0e0e0;
	}

		.pup_table_td.car_type span {
			display: inline;
		}

	.pup_window_main::-webkit-scrollbar {
		width: 8px;
		background-color: none;
	}

	.pup_window_main::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: rgba(0, 0, 0, 0.3);
	}
}

@media (max-width:420px) {
	.pup_table_th .pup_table_td, .pup_table_tr .pup_table_td {
		font-size: 15px;
	}
}

.pup_search_container {
	width: 100%;
	height: 50px;
	position: relative;
}

	.pup_search_container input {
		width: 100%;
		height: 100%;
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #bfbfbf;
		border-radius: 25px;
		padding-left: 20px;
		outline: none;
		appearance: none;
		cursor: pointer;
	}

		.pup_search_container input::placeholder {
			font-size: 18px;
			color: #A4A4A4;
			font-weight: normal;
		}

	.pup_search_container .search_btn {
		width: 50px;
		height: 100%;
		font-size: 24px;
		color: #FF5A5A;
		position: absolute;
		top: 0px;
		right: 10px;
		cursor: pointer;
	}

.pup_search_alphabet_container {
	width: 100%;
	margin-top: 25px;
}

.pup_search_alphabet_title {
	padding-left: 10px;
}

.pup_search_alphabet_btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

	.pup_search_alphabet_btn div {
		width: 50px;
		height: 40px;
		font-size: 18px;
		border-radius: 4px;
		cursor: pointer;
	}

		.pup_search_alphabet_btn div.active, .pup_search_alphabet_btn div:hover {
			background: #FF5A5A;
			color: #ffffff;
		}

.pup_car_logo_container {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.pup_car_logo_btn {
	width: calc(20% - 10px);
	height: auto;
	text-align: center;
	margin: 0px 5px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}

	.pup_car_logo_btn .logo_img img {
		width: 100%;
	}

	.pup_car_logo_btn .logo_name {
		font-size: 20px;
	}

	.pup_car_logo_btn.active, .pup_car_logo_btn:hover {
		border: 3px solid #FF5A5A;
	}

@media (max-width:1024px) {
	.pup_car_logo_btn {
		width: calc(33.333% - 10px);
	}
}

@media (max-width:768px) {
	.pup_search_container {
		height: 46px;
	}

		.pup_search_container input {
			font-size: 18px;
		}

		.pup_search_container .search_btn {
			font-size: 22px;
		}

		.pup_search_container input::placeholder {
			font-size: 18px;
			color: #A4A4A4;
			font-weight: normal;
		}

	.pup_search_alphabet_btn div {
		width: 40px;
		height: 30px;
		font-size: 16px;
		border-radius: 4px;
	}

	.pup_car_logo_btn {
		width: calc(50% - 10px);
	}

		.pup_car_logo_btn .logo_name {
			font-size: 18px;
		}
}

@media (max-width:420px) {
	.pup_search_container {
		height: 42px;
	}

		.pup_search_container input {
			font-size: 16px;
		}

		.pup_search_container .search_btn {
			font-size: 20px;
		}

	.pup_car_logo_btn .logo_name {
		font-size: 16px;
	}
}

.pup_country_tab_container {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.pup_country_tab_btn {
	width: calc(16.6666% - 6px);
	height: 42px;
	font-size: 20px;
	color: #bfbfbf;
	font-weight: bold;
	border: 2px solid #bfbfbf;
	border-radius: 25px;
	margin: 0 3px;
	margin-bottom: 10px;
	cursor: pointer;
}

	.pup_country_tab_btn.active {
		background: #FF5A5A;
		color: #ffffff;
		border: 0px;
	}

.pup_country_container {
	margin-top: 30px;
	padding: 0px 20px;
	display: flex;
	flex-wrap: wrap;
}

.pup_country_choice {
	width: 33.333%;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 0px 15px 0px 17px;
	position: relative;
}

	.pup_country_choice input {
		transform: scale(1.2);
		margin-right: 3px;
		position: absolute;
		top: 3px;
		left: 0px;
		cursor: pointer;
	}

	.pup_country_choice label {
		cursor: pointer;
	}

@media (max-width:960px) {
	.pup_country_choice {
		width: 50%;
	}
}

@media (max-width:768px) {
	.pup_country_tab_btn {
		width: calc(25% - 10px);
		height: 40px;
		font-size: 18px;
	}

	.pup_country_container {
		margin-top: 20px;
	}
}

@media (max-width:540px) {
	.pup_country_tab_btn {
		width: calc(33.333% - 10px);
	}

	.pup_country_container {
		padding: 0px 10px;
	}

	.pup_country_choice {
		font-size: 18px;
	}
}

@media (max-width:420px) {
}

.car_index_ins_plan_card_container {
	width: 1360px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
}

.car_index_ins_plan_card {
	width: calc(33.333% - 30px);
	background: #ffffff;
	border-radius: 32px;
	border: 3px solid #F5B466;
	border-top: 0px;
	box-shadow: 0px 8px 20px rgb(0,0,0,0.15);
	position: relative;
	margin: 0px 15px;
	padding: 30px 0px 100px 0px;
}

	.car_index_ins_plan_card.active {
		background: #ffffff;
		border: 3px solid #F03C3C;
		border-top: 0px;
	}

.car_index_ins_plan_card_btn {
	width: 90%;
	height: 60px;
	background: #ffffff;
	font-size: 22px;
	font-weight: bold;
	color: #FF5A5A;
	border: 2px solid #FF5A5A;
	border-radius: 30px;
	position: absolute;
	left: 5%;
	bottom: 40px;
	cursor: pointer;
}

.active .car_index_ins_plan_card_btn {
	background: #FF5A5A;
	color: #ffffff;
}

.car_index_ins_plan_title {
	width: calc(100% + 6px);
	height: 50px;
	background: #FEE17A;
	font-size: 22px;
	font-weight: bold;
	color: #212529;
	text-align: center;
	border-radius: 32px 32px 0px 0px;
	border-bottom: 3px solid #F5B466;
	position: absolute;
	top: 0px;
	left: -3px;
}

.car_index_ins_plan_card.active .car_index_ins_plan_title {
	background: #FF5A5A;
	color: #ffffff;
	border-bottom: 3px solid #F03C3C;
}

.ins_plan_title_checkbox {
	text-align: center;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 13px;
}

.car_index_ins_plan_title .checkbox_frame {
	margin-right: 3px;
	cursor: pointer;
	display: inline-block;
}

.car_index_ins_plan_title label {
	cursor: pointer;
}

.car_index_ins_plan_title input[type=radio] {
	width: 20px;
	height: 20px;
	background-image: url(../images/ins_step_img/input_checkbox_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	top: 2px;
	cursor: pointer;
	appearance: none;
}

	.car_index_ins_plan_title input[type=radio]:checked {
		background-image: url(../images/ins_step_img/input_checkbox_bg_checked.png);
	}

.car_index_ins_plan_main {
	border-radius: 0px 0px 32px 32px;
	padding: 5px 0px 30px 0px;
}

.ins_plan_icon_row {
	margin-bottom: 25px;
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
}

.ins_plan_icon {
	width: 25%;
}

	.ins_plan_icon img {
		height: 60px;
	}

.ins_plan_icon_name {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.icon_name_none {
	color: #757575;
}

.ins_infor_text_container {
	padding: 0px 20px;
}

.ins_detail_switch {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #3476C5;
	margin-top: 30px;
	display: none;
}

	.ins_detail_switch span {
		cursor: pointer;
	}

.ins_detail_infor_container {
	text-align: left;
	margin-top: 10px;
	padding: 10px 0px 20px 0px;
}

.ins_detail_infor {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 12px;
	padding-left: 20px;
	position: relative;
}

	.ins_detail_infor i {
		font-size: 16px;
		color: #FF5A5A;
		position: absolute;
		top: 3px;
		left: 0px;
	}

.ins_detail_infor_note {
	font-size: 16px;
	font-weight: normal;
}

.ins_price_container {
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ins_price {
	font-size: 28px;
	color: #FF5A5A;
}

.car_index_block_5 .car_index_card_main_list {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
}

.car_index_block_5 .car_index_card_main_list_item {
	text-align: left;
	line-height: 28px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

	.car_index_block_5 .car_index_card_main_list_item span {
		color: #FF5A5A;
	}

	.car_index_block_5 .car_index_card_main_list_item i {
		color: #FF5A5A;
		position: absolute;
		top: 3px;
		left: 0px;
	}

.car_index_block_5 .card_main_list_item_link {
	font-size: 18px;
}

	.car_index_block_5 .card_main_list_item_link a {
		color: #3476C5;
	}

.card_main_list_item_note {
	font-size: 16px;
	font-weight: normal;
}

.ins_plan_tip {
	font-size: 22px;
	color: #FF5A5A;
	text-align: left;
	margin-top: 15px;
}

	.ins_plan_tip i {
		margin-right: 3px;
	}

.ins_plan_btn {
	width: calc(100% - 40px);
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color: #E88987;
	border-radius: 99px;
	position: absolute;
	left: 20px;
	bottom: 50px;
	cursor: pointer;
}

@media (max-width:1360px) {
	.car_index_ins_plan_card_container {
		width: 90%;
	}
}

@media (max-width:1280px) {
	.ins_plan_icon_row {
		padding: 0px 0px;
	}

	.ins_plan_icon_name {
		font-size: 14px;
	}

	.ins_plan_icon img {
		height: 55px;
	}
}

@media (max-width:1180px) {
	.car_index_ins_plan_card_container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.car_index_ins_plan_card {
		width: calc(50% - 30px);
		margin: 0px 15px;
		margin-bottom: 30px;
	}
}

@media (max-width:840px) {
	.car_index_ins_plan_main {
		padding: 5px 0px 30px 0px;
	}

	.car_index_ins_plan_card {
		width: calc(80% - 30px);
		margin: 0px 15px;
		margin-bottom: 30px;
	}

	.ins_plan_btn {
		width: 100%;
		position: relative;
		left: 0px;
		bottom: 0px;
		margin-top: 30px;
	}
}

@media (max-width:680px) {
	.car_index_ins_plan_card {
		width: calc(90% - 30px);
	}
}

@media (max-width:540px) {
	.car_index_main_block_5 {
		padding-top: 30px;
	}

	.car_index_ins_plan_card_container {
		margin-top: 30px;
	}

	.car_index_ins_plan_card {
		width: calc(100% - 30px);
	}

	.car_index_ins_plan_title {
		font-size: 20px;
	}

	.car_index_ins_plan_main {
		padding: 5px 0px 30px 0px;
	}

	.ins_detail_infor {
		font-size: 18px;
		line-height: 22px;
	}

	.car_index_block_5 .car_index_card_main_list {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.car_index_block_5 .car_index_card_main_list_item {
		margin-bottom: 5px;
		padding-left: 20px;
	}

	.car_index_block_5 .card_main_list_item_link {
		font-size: 16px;
	}

	.card_main_list_item_note {
		font-size: 16px;
	}

	.ins_detail_switch {
		font-size: 16px;
	}

	.ins_plan_btn {
		font-size: 22px;
	}

	.ins_plan_tip {
		font-size: 20px;
		margin-top: 10px;
	}

	.car_index_ins_plan_title {
		font-size: 20px;
	}

	.ins_plan_icon_row {
		padding: 0px 0px;
	}

	.car_index_block_5 .car_index_card_main_list_item i {
		top: 5px;
	}
}

@media (max-width:420px) {
	.car_index_ins_plan_card {
		width: 100%;
		margin: 0px 0px;
		margin-bottom: 30px;
	}

	.ins_plan_icon img {
		height: 50px;
	}

	.ins_detail_infor_note {
		font-size: 15px;
	}
}


.free_plan_container,.renewal_plan_container {
	width: 1280px;
	margin: 0 auto;
}

.free_ins_plan_form {
	width: 100%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 50px;
}

	.free_ins_plan_form.in_ins_form {
		padding: 0px 15px;
	}

.free_ins_plan_title {
	font-size: 22px;
	margin-bottom: 15px;
}
.free_ins_plan_title_tip{
	font-size:20px;
	line-height:1.2;
	margin-bottom:10px;
}
.free_ins_plan_title_note{
	font-size:20px;
	line-height:1.2;
	margin-left:10px;
	display:inline-flex;
	align-items:center;
}
.title_note_warning{
	color:#E01F13;
}
.title_note_warning i{
	font-size:18px;
	margin-right:3px;
	position:relative;
	top:-1px;
}
.title_note_line{
	width:2px;
	height:20px;
	background:#BFBFBF;
	margin:0px 15px;
	display:inline-block;
}
.title_note_link{
	color:#0076FF;
}
.title_note_link i{
	font-size:18px;
	margin-right:3px;
	position:relative;
	top:-1px;
}

.free_ins_plan_subtitle {
	font-size: 22px;
	color: #FF5A5A;
	margin-bottom: 10px;
}

	.free_ins_plan_subtitle span {
		font-size: 18px;
		margin-left: 5px;
	}

.free_ins_plan_table {
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.table_same_type_margin {
	margin-bottom: 0px;
}

.free_ins_plan_th {
	width: 100%;
	background: #3476C5;
	font-size: 16px;
	color: #ffffff;
	display: flex;
}

.free_ins_plan_th_mobile {
	display: none;
}

.free_ins_plan_th .free_ins_plan_td {
	border-right: 1px solid #ffffff;
	padding: 10px;
	display: flex;
	align-items: center;
}

	.free_ins_plan_th .free_ins_plan_td:last-child {
		border-right: 0px solid #ffffff;
	}

.free_ins_plan_tr {
	width: 100%;
	height: auto;
	background: #ffffff;
	display: flex;
}

	.free_ins_plan_tr .free_ins_plan_td {
		border: 1px solid #e0e0e0;
		border-right: 0px;
		padding: 12px 15px;
		display: flex;
		align-items: center;
	}

		.free_ins_plan_tr .free_ins_plan_td:nth-child(5) {
			border-right: 1px solid #e0e0e0;
		}

.free_ins_plan_td.choice_td {
	width: 60px;
	justify-content: center;
}

.free_ins_plan_td.name_td {
	width: calc(100% - 700px);
	padding-left: 15px;
}

.free_ins_plan_td.context_td {
	width: 430px;
	padding-left: 15px;
}

	.free_ins_plan_td.context_td .select_title {
		font-size: 16px;
		justify-content: center;
	}

	.free_ins_plan_td.context_td .select_input {
		width: 100%;
		height: 42px;
		margin-top: 5px;
	}

		.free_ins_plan_td.context_td .select_input select, .main_td_mobile .select_input select {
			width: 100%;
			height: 100%;
			font-weight: bold;
			border: 1px solid #bfbfbf;
			border-radius: 25px;
			padding-left: 20px;
			outline: none;
			appearance: none;
			cursor: pointer;
		}

.free_ins_plan_td.price_td {
	width: 105px;
	justify-content: center;
}

.free_ins_plan_td.no_choice_addwidth {
	width: 165px;
}

.free_ins_plan_td.no_choice_addline {
	border-right: 1px solid #e0e0e0;
}

.free_ins_plan_td.price_td .red_text {
	color: #E01F13;
}

.free_ins_plan_td.choice_td input {
	transform: scale(1.6);
}

.free_ins_plan_td.name_td .ins_number_tip {
	width: 100%;
	font-size: 14px;
	color: #757575;
	cursor: pointer;
}

	.free_ins_plan_td.name_td .ins_number_tip i {
		color: #FF5A5A;
		margin-left: 3px;
	}

.free_ins_plan_td.name_td .ins_name {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
}

.free_ins_plan_td.name_td .ins_note {
	height: 30px;
	background: #E01F13;
	font-size: 14px;
	color: #ffffff;
	border-radius: 15px;
	margin-top: 5px;
	padding: 0px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.main_td_mobile {
	display: none;
}

.free_ins_plan_result {
	width: calc(100% - 30px);
	min-height: 50px;
	background: #3476C5;
	color: #ffffff;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.free_ins_plan_result_block {
	width: 1280px;
	margin-bottom: 20px;
}

.free_ins_plan_result_number {
	position: relative;
	top: 4px;
}

.free_ins_plan_result span {
	margin: 0 5px;
}

.free_ins_plan_result_price span {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:1360px) {
	.free_plan_container, .free_ins_plan_result_block,.renewal_plan_container {
		width: 85%;
	}

	.free_ins_plan_td.name_td {
		width: calc(70% - 270px);
	}

	.free_ins_plan_td.context_td {
		width: 30%;
	}

	.free_ins_plan_td.price_td {
		width: 105px;
		text-align: center;
	}

	.free_ins_plan_td.no_choice_addwidth {
		width: 165px;
	}
}

@media (max-width:960px) {
	.free_plan_container, .free_ins_plan_result_block,.renewal_plan_container {
		width: calc(100% - 80px);
	}

	.free_ins_plan_title {
		font-size: 22px;
	}

	.free_ins_plan_th .free_ins_plan_td {
		line-height: 20px;
		padding: 5px 10px;
	}

	.free_ins_plan_td.choice_td {
		width: 50px;
		text-align: center;
	}

	.free_ins_plan_td.name_td {
		width: calc(70% - 240px);
	}

	.free_ins_plan_td.price_td {
		width: 95px;
		text-align: center;
	}

	.free_ins_plan_td.no_choice_addwidth {
		width: 145px;
	}
	.free_ins_plan_title_note{
		display:flex;
		margin:10px 0px;
	}
}

@media (max-width:768px) {
	.free_ins_plan_table {
		font-size: 16px;
		line-height: 20px;
	}

	.free_ins_plan_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.free_ins_plan_title_tip{
		font-size:18px;
	}
	.free_ins_plan_title_note {
		font-size:18px;
		margin:10px 0px;
		margin-left:0px;
		display:flex;
	}
	.title_note_warning i{
		font-size:16px;
		margin-right:2px;
		top:-1px;
	}
	.title_note_link i{
		font-size:16px;
		margin-right:2px;
		top:-1px;
	}

	.free_ins_plan_subtitle {
		font-size: 20px;
	}

		.free_ins_plan_subtitle span {
			font-size: 16px;
		}

	.free_ins_plan_th .free_ins_plan_td {
		font-size: 14px;
		line-height: 18px;
	}

	.free_ins_plan_td.choice_td {
		width: 50px;
		text-align: center;
	}

	.free_ins_plan_td.name_td {
		width: calc(100% - 85px);
	}

	.free_ins_plan_td.context_td {
		width: 20%;
	}

	.free_ins_plan_td.price_td {
		width: 85px;
		text-align: center;
	}

	.free_ins_plan_td.choice_td input {
		transform: scale(1.4);
	}

	.free_ins_plan_td.name_td .ins_name {
		font-size: 18px;
		line-height: 22px;
	}

	.free_ins_plan_td.name_td .ins_number_tip {
		font-size: 14px;
	}

	.free_ins_plan_tr .free_ins_plan_td {
		padding: 15px 10px;
	}
}

@media (max-width:768px) {
	.free_ins_plan_table {
		margin-bottom: 25px;
	}

	.table_same_type_margin {
		margin-bottom: 5px;
	}

	.free_ins_plan_th_mobile {
		display: flex;
	}

	.free_ins_plan_td.context_td {
		display: none;
	}

	.main_td_mobile {
		width: 100%;
		border: 1px solid #e0e0e0;
		border-top: 0px;
		display: block;
	}

	.main_td_mobile_title {
		width: 100%;
		padding: 10px 10px 0px 10px;
	}

	.main_td_mobile_infor {
		font-size: 18px;
		margin: 5px 0px 10px 0px;
		padding: 0px 10px 0px 10px;
	}

	.main_td_mobile_input {
		height: 42px;
	}
}

@media (max-width:540px) {
	.free_plan_container, .free_ins_plan_result_block,.renewal_plan_container {
		width: calc(100% - 40px);
	}

	.free_ins_plan_result {
		display: block;
		text-align: left;
		padding: 10px 20px 15px 20px;
	}

	.free_ins_plan_result_number {
		margin-bottom: 10px;
	}

	.free_ins_plan_result_price {
		text-align: right;
	}
}

@media (max-width:480px) {
	.free_ins_plan_title {
		font-size: 18px;
	}

	.free_ins_plan_subtitle {
		font-size: 18px;
	}

	.free_ins_plan_td.name_td .ins_name {
		font-size: 16px;
		line-height: 20px;
	}

	.main_td_mobile_title {
		font-size: 14px;
	}

	.main_td_mobile_infor {
		font-size: 16px;
	}
	.free_ins_plan_title_tip{
		font-size:16px;
	}
	.free_ins_plan_title_note {
		font-size:16px;
		flex-wrap:wrap;
		margin-bottom:5px;
	}
	.title_note_warning{
		width:100%;
		margin-bottom:10px;
	}
	.title_note_warning i{
		font-size:14px;
		margin-right:3px;
	}
	.title_note_line{
		display:none;
	}
	.title_note_link{
		width:100%;
	}
	.title_note_link i{
		font-size:14px;
		margin-right:3px;
	}

}

@media (max-width:420px) {
	.free_ins_plan_tr .free_ins_plan_td {
		padding: 15px 5px;
	}

	.free_ins_plan_th .free_ins_plan_td {
		padding: 5px 5px;
	}

	.free_ins_plan_td.choice_td {
		width: 40px;
		text-align: center;
	}

	.free_ins_plan_td.name_td {
		width: calc(100% - 95px);
	}

	.free_ins_plan_td.price_td {
		width: 75px;
		text-align: center;
	}
}


.check_ins_infor {
	width: 680px;
	height: 260px;
	background-image: url(../images/ins_step_img/check_ins_infor_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 80px;
	position: relative;
}

.check_ins_infor_btn {
	width: 200px;
	height: 60px;
	background: #ffffff;
	font-size: 22px;
	color: #FF5A5A;
	font-weight: bold;
	border: 2px solid #FF5A5A;
	border-radius: 30px;
	position: absolute;
	top: 40px;
	left: 160px;
	cursor: pointer;
}

@media (max-width:768px) {
	.check_ins_infor {
		width: calc(100% - 150px);
		background-size: 100% auto;
		margin-bottom: 50px;
	}

	.check_ins_infor_btn {
		width: 180px;
		left: 22%;
	}
}

@media (max-width:680px) {
	.check_ins_infor {
		width: calc(100% - 80px);
	}
}

@media (max-width:640px) {
	.check_ins_infor {
		height: 200px;
		margin-bottom: 0px;
	}

	.check_ins_infor_btn {
		left: 15%;
	}
}

@media (max-width:540px) {
	.check_ins_infor {
		background-image: url(../images/ins_step_img/check_ins_infor_bg_mobile.png);
	}

	.check_ins_infor_btn {
		width: 160px;
		height: 56px;
		font-size: 20px;
		left: 5%;
	}
}

@media (max-width:480px) {
	.check_ins_infor {
		height: 180px;
	}

	.check_ins_infor_btn {
		width: 140px;
		height: 52px;
		font-size: 18px;
		top: 20px;
	}
}

@media (max-width:420px) {
	.check_ins_infor {
		height: 150px;
	}

	.check_ins_infor_btn {
		left: 0%;
	}
}

.quick_select_container {
	display: none;
}

.ins_amount_fixed_container {
	width: 175px;
	background: #ffffff;
	border: 2px solid #f5f5f5;
	border-radius: 8px 0px 0px 8px;
	padding: 10px 10px 10px 10px;
	position: fixed;
	bottom: 370px;
	right: 0px;
	z-index: 99;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-wrap:wrap;
}

.ins_amount_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.ins_amount_price {
	font-size: 24px;
	font-weight: bold;
	color: #FF5A5A;
	margin-left: 5px;
}

.ins_amount_price span {
	font-size: 16px;
}
.ins_amount_detail{
	width:100%;
	font-weight:bold;
	border-top:2px dashed #E0E0E0;
	margin-top:10px;
	padding-top:10px;
}
.ins_amount_detail_item{
	margin-top:5px;
}
.ins_amount_detail_item span{
	float:right;
}

.ins_offer_fixed_container {
	width: 180px;
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: 99;
}

.ins_offer_green_sq {
	width: 100%;
	background: #17A2B8;
	border-radius: 16px 0px 0px 16px;
	padding: 5px 0px 5px 5px;
	position: relative;
}

.ins_offer_yellowline_sq {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 3px solid #FFEE54;
	border-right: 0px;
	border-radius: 16px 0px 0px 16px;
	padding: 35px 0px 20px 0px;
}

.ins_offer_img_icon {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	border: 5px solid #17A2B8;
	margin-left: -40px;
	padding: 12px;
	position: absolute;
	top: -40px;
	left: 50%;
}

	.ins_offer_img_icon img {
		width: 100%;
	}

.ins_offer_yellowline_sq .yellow_title {
	color: #FFEE54;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ins_offer_yellowline_sq .white_text {
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	;
}

.ins_offer_yellowline_sq .white_text_note {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 5px;
}

.ins_offer_yellowline_sq .yellow_text {
	color: #FFEE54;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width:991px) {
	.sb-04-wrapper {
		top: 281px;
	}

	.ins_amount_fixed_container {
		width: 165px;
		bottom: 220px;
	}

	.ins_amount_title {
		font-size: 16px;
		line-height: 20px;
	}

	.ins_amount_price {
		font-size: 22px;
	}

		.ins_amount_price span {
			font-size: 14px;
		}

	.ins_offer_fixed_container {
		width: 310px;
		text-align: left;
		bottom: 100px;
	}

	.ins_offer_yellowline_sq {
		text-align: left;
		line-height: 22px;
		padding: 10px 5px 10px 10px;
	}

	.ins_offer_img_icon {
		margin-left: 0px;
		top: -40px;
		left: 0px;
		display: none;
	}

	.ins_offer_yellowline_sq .yellow_title {
		font-size: 20px;
		display: inline;
	}

	.ins_offer_yellowline_sq .white_text {
		font-size: 16px;
		line-height: 20px;
		display: inline;
	}

		.ins_offer_yellowline_sq .white_text br {
			display: none;
		}

	.ins_offer_yellowline_sq .white_text_note {
		display: inline;
	}

	.ins_offer_yellowline_sq .yellow_text {
		font-size: 20px;
		display: inline;
	}
}
@media (max-width:768px) {
	.ins_amount_mobile_style{
		width:auto;
		justify-content:end;
	}
	.ins_amount_detail{
		width:140px;
		border-top:0px dashed #E0E0E0;
		border-left:2px dashed #E0E0E0;
		margin-left:10px;
		padding-left:10px;
		margin-top:0px;
		padding-top:0px;
	}
}
@media (max-width:768px) {
	.ins_amount_fixed_container {
		bottom: 85px;
	}

	.ins_offer_fixed_container {
		width: 100%;
		text-align: left;
		bottom: 0px;
	}

	.ins_offer_green_sq {
		border-radius: 16px 16px 0px 0px;
		padding: 0px;
	}

	.ins_offer_yellowline_sq {
		background-image: url(/assets/images/ins_step_img/yellow_ribbon.png);
		background-position: left top;
		background-repeat: no-repeat;
		border: 0px solid #FFEE54;
		border-bottom: 0px;
		border-radius: 16px 16px 0px 0px;
		padding-left: 60px;
		padding-right: 20px;
	}

		.ins_offer_yellowline_sq .yellow_text {
			margin-top: 0px;
		}

		.ins_offer_yellowline_sq .white_text_note {
			line-height: 20px;
		}
}

@media (max-width:610px) {
	.ins_offer_yellowline_sq {
		line-height: 20px;
	}
}

@media (max-width:453px) {
	.ins_offer_yellowline_sq .yellow_text {
		margin-top: 3px;
	}
	.ins_amount_fixed_container {
		bottom: 95px;
	}
}

.ins_credit_card_form {
	margin-bottom: 20px;
	padding: 0px 15px;
}

.ins_credit_card_input_container {
	width: 100%;
	margin-bottom: 20px;
}

.ins_credit_card_input {
	display: flex;
	position: relative;
}

.credit_card_input {
	height: 50px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #bfbfbf;
	border-radius: 25px;
	padding-left: 20px;
	outline: none;
	appearance: none;
	cursor: pointer;
}

	.credit_card_input.w25 {
		width: calc(25% - 15px);
	}

.credit_card_input_text {
	width: 20px;
	text-align: center;
}

.ins_credit_card_twca {
	position: absolute;
	top: 0px;
	left: 25%;
}

@media (max-width:768px) {
	.credit_card_input {
		padding-left: 15px;
	}
}

@media (max-width:540px) {
	.ins_credit_card_input_container {
		margin-bottom: 10px;
	}

	.credit_card_input.w25 {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}

	.ins_credit_card_input {
		flex-wrap: wrap;
	}

	.credit_card_input_text {
		position: relative;
		top: -3px;
	}

	.none_540 {
		display: none;
	}

	.ins_credit_card_twca {
		left: 50%;
	}
}

.ins_fin_infor_container {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ins_fin_infor_text {
	margin-bottom: 10px;
}

	.ins_fin_infor_text span {
		color: #FF5A5A;
		margin: 0 5px;
	}

.ins_fin_tip_container {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-top: 30px;
	padding: 0px 15px;
}

.ins_fin_tip_text {
	margin-bottom: 10px;
}

	.ins_fin_tip_text span {
		color: #FF5A5A;
	}

@media (max-width:768px) {
	.ins_fin_infor_container {
		font-size: 18px;
	}

	.ins_fin_infor_text span {
		margin-top: 5px;
		display: block;
	}
}

@media (max-width:480px) {
	.ins_fin_infor_container {
		font-size: 16px;
	}

	.ins_fin_infor_text span {
		font-size: 18px;
	}

	.ins_fin_tip_container {
		font-size: 14px;
		line-height: 20px;
	}
}

.ins_fin_step_direction_container {
	margin: 30px 0px;
	padding: 0px 15px;
}

.ins_fin_step_direction_title {
	font-size: 20px;
	font-weight: bold;
	color: #FF5A5A;
	text-align: left;
	margin-bottom: 20px;
}

.ins_fin_step_text_container {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 18px;
	position: relative;
}

.ins_fin_step_number {
	position: absolute;
	top: 3px;
	left: 0px;
}

.ins_fin_step_text {
	line-height: 24px;
	margin-bottom: 25px;
	position: relative;
}

.ins_fin_step_tip {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #FF5A5A;
}

.ins_fin_step_point {
	color: #FF5A5A;
}

.ins_fin_step_btn {
	width: 120px;
	height: 40px;
	background: #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #FF5A5A;
	border: 2px solid #FF5A5A;
	border-radius: 20px;
	margin: 0px 3px;
	display: inline-block;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: -8px;
}

	.ins_fin_step_btn div {
		width: 100%;
		height: 100%;
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	.ins_fin_step_btn input[type="file"] {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0;
		cursor: pointer;
	}

.ins_fin_step_btn_after_text {
	margin-left: 127px;
}

.ins_fin_step_btn_after_filename {
	font-size: 16px;
	font-weight: normal;
	margin-left: 127px;
}

.jkos_pay_container {
	width: 100%;
	text-align: center;
	padding: 0px 15px;
	margin-bottom: 50px;
}

@media (max-width:960px) {
	.ins_fin_step_number.number_1_position {
		top: 12px;
	}

	.ins_fin_step_btn {
		position: relative;
		top: 0px;
	}

	.ins_fin_step_btn_after_text {
		margin-left: 0px;
	}

	.ins_fin_step_btn_after_filename {
		margin-left: 0px;
	}

	.ins_fin_step_text {
		margin-bottom: 10px;
	}
}

@media (max-width:768px) {
	.ins_fin_step_number.number_1_position {
		top: 9px;
	}

	.ins_fin_step_btn {
		width: 100px;
		height: 36px;
		font-size: 18px;
		margin: 0px 2px;
	}
}

@media (max-width:480px) {
	.ins_fin_step_number.number_1_position {
		top: 4px;
	}

	.ins_fin_step_number.number_2_position {
		top: 0px;
	}

	.ins_fin_step_text_container {
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
	}

	.ins_fin_step_tip {
		font-size: 14px;
		line-height: 20px;
	}

	.ins_fin_step_btn {
		width: 90px;
		height: 32px;
		font-size: 16px;
		margin-bottom: 5px;
	}
}

@media (max-width:420px) {
	.ins_fin_step_btn {
		width: 80px;
	}
}

.jkos_pay_title {
	font-size: 32px;
	font-weight: bold;
}

.jkos_pay_tip {
	font-size: 18px;
	color: #E01F13;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0px 30px 0px;
}

.jkos_pay_qrcode {
	width: 320px;
	margin: 0 auto;
}

	.jkos_pay_qrcode img {
		width: 100%;
	}

.jkos_pay_amount {
	font-size: 24px;
	margin-top: 20px;
}

	.jkos_pay_amount span {
		color: #E01F13;
		font-weight: bold;
	}

.jkos_pay_number {
	font-size: 16px;
	color: #757575;
	margin-top: 10px;
}

.jkos_pay_notice_container {
	width: 660px;
	background: #FF5A5A;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	border-radius: 16px;
	margin: 30px auto 20px auto;
	padding: 20px 25px;
}

.jkos_pay_notice_title {
	margin-bottom: 10px;
}

.jkos_pay_notice_container ol {
	line-height: 20px;
	padding-left: 20px;
}

.jkos_pay_notice_container li {
	margin-bottom: 5px;
}

.jkos_pay_credit_card_use {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background: #007bff;
	border-radius: 30px;
	margin-top: 30px;
	padding: 20px 20px;
	display: inline-block;
	cursor: pointer;
}

@media(max-width:1440px) {
	.jkos_pay_title {
		font-size: 28px;
	}

	.jkos_pay_qrcode {
		width: 280px;
	}

	.jkos_pay_notice_container {
		width: 520px;
	}
}

@media(max-width:768px) {
	.jkos_pay_notice_container {
		width: 100%;
	}

	.jkos_pay_credit_card_use {
		font-size: 20px;
	}
}

@media(max-width:480px) {
	.jkos_pay_title {
		font-size: 26px;
	}

	.jkos_pay_qrcode {
		width: 220px;
	}

	.jkos_pay_tip {
		font-size: 16px;
		line-height: 22px;
	}

	.jkos_pay_amount {
		font-size: 22px;
	}

	.jkos_pay_notice_container {
		padding: 15px 20px;
	}

	.jkos_pay_credit_card_use {
		font-size: 18px;
		padding: 20px 15px;
	}
}

.ins_note_container{
	width:1280px;
	font-weight:bold;
	margin:0px auto;
	margin-bottom:30px;
}
.ins_note_title{
	font-size:22px;
}
.ins_note_text{
	font-size:18px;
	margin-top:10px;
	margin-right:20px;
	display:inline-block;
}
@media (max-width:1360px) {
	.ins_note_container {
		width: 85%;
	}
}
@media (max-width:960px) {
	.ins_note_container {
		width: calc(100% - 80px);
		margin-left:40px;
		margin-bottom:30px;
	}
}
@media (max-width:768px) {
	.ins_note_title{
		font-size:20px;
	}
	.ins_note_text{
		font-size:16px;
	}
}
@media (max-width:540px) {
	.ins_note_container {
		width: calc(100% - 40px);
		margin-left:20px;
		margin-bottom:20px;
	}
}
@media (max-width:480px) {
	.ins_note_title{
		font-size:18px;
	}
}

.applyMobileInput {
	border-radius: 25px 0 0 25px !important;
}

.applyMobileChangeBtn {
	border-radius: 0 25px 25px 0 !important;
	background-color: #FF5A5A;
	color: #ffffff;
}

@media(max-width: 768px) {

	.applyMobileInput {
		width: 80% !important;
	}
}
