@charset "utf-8";
/* CSS Document */




/***********header***********/
header { background-color: #F36F21; padding: 15px 0; position: relative; z-index: 999; }
header.header_fixed {  }


/*header_phone*/
.header_phone_more,
.header_phone_close { display: none; }

.header_logo { float: left; }
.header_logo a { display: block; height: 50px; }
.header_logo a img { display: block; width: auto; height: 100%; }

.header_right { float: right; }

.language { float: right; }
.language ul li { float: left; position: relative; padding-right: 7px; margin-right: 6px; }
.language ul li a { display: block; color: #fff; font-weight: 700; line-height: 50px; opacity: .5; filter: alpha(opacity=50); }
.language ul li a:hover,
.language ul li a.active { opacity: 1; filter: alpha(opacity=100); }

.language ul li:after { content: ""; width: 1px; height: 8px; display: block; position: absolute; top: 50%; right: 0; margin-top: -4px; background-color: rgba(255,255,255,.5); }
.language ul li:last-child { margin: 0; padding: 0; }
.language ul li:last-child:after { display: none; }

.header_nav { float: left; padding-right: 44px; }
.header_nav ul li { float: left; }
.header_nav ul li a { display: block; color: #fff; font-weight: 700; line-height: 50px; margin-right: 36px; }
.header_nav ul li a:hover { opacity: .5; filter: alpha(opacity=50); }







/***********footer***********/
footer { border-top: 1px solid #DFE0E1; background-color: #fff; padding: 30px 0; }

.footer_top { margin-bottom: 16px; }
.footer_nav { float: left; }
.footer_nav a { float: left; font-size: 18px; font-weight: 700; line-height: 1em; margin-right: 30px; }
.footer_nav a:last-child { margin-right: 0; }
.footer_nav a:hover { color: #FF7A2F; }
.footer_share { float: right; /* display: none; */ }
.footer_share a { display: block; float: left; line-height: 34px; text-align: center; margin-right: 16px; }
.footer_share a:last-child { margin-right: 0; }

.copyright p { font-size: 12px; font-weight: 700; line-height: 1em; color: #9E9EA1; margin-bottom: 6px; }
.copyright p:last-child { margin: 0; }
.copyright img { height: 36px; display: block; }


 

/***********banner***********/
.home_banner { margin-top: 24px; position: relative; }
.home_banner .bx-viewport { border-radius: 50px; }

.home_banner .slide a { position: relative; display: block; }
.home_banner .slide a img { display: block; width: 100%; height: auto; }

.home_banner_text { 
	position: absolute; top: 50%; right: 80px; z-index: 2; font-size: 16px; line-height: 1.6em; font-weight: 700; text-align: center; width: 30%;
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.home_banner_text b { display: block; font-size: 50px; line-height: 1em; margin-bottom: 24px; }
.home_banner_text b span { color: #FF7A2F; font-size: 50px; margin-left: 10px; display: inline-block; }

.home_banner.commbanner .bx-wrapper .bx-prev { left: 0; margin-left: -25px; box-shadow: 0 10px 20px rgba(0,0,0,.14); }
.home_banner.commbanner .bx-wrapper .bx-next { right: 0; margin-right: -25px; box-shadow: 0 10px 20px rgba(0,0,0,.14); }
.home_banner.commbanner .bx-pager { left: auto; right: 75px; bottom: 36px; 
	-webkit-transform: inherit;  
	-moz-transform: inherit; 
	-ms-transform: inherit; 
	transform: inherit; 
}






/***********首頁***********/

.home_content { margin: 80px 0; }


/**/
.home_top { background: url(../images/home-step-bg.png); background-size: 100% auto; background-color: #344781; border-radius: 30px 30px 0 0; overflow: hidden; margin-bottom: -30px; padding-bottom: 30px; }

.home_step { padding: 40px 0 66px; }
.home_step h2 { font-size: 30px; font-weight: 700; color: #fff; line-height: 1.2em; text-align: center; }
.home_step ul { margin: 0 30px; position: relative; }
.home_step ul li { float: left; width: 25%; }

.home_step_img div { margin: 36px 0 24px; padding: 0 10px; position: relative; text-align: center; }
.home_step_img div:before { content: ""; height: 0; display: block; border-top: 2px dashed #fff; position: absolute; top: 25px; left: 50%; right: -50%; margin: 0 45px; }
.home_step_img i { font-size: 20px; font-weight: 700; font-style: normal; text-align: center; width: 50px; line-height: 50px; display: inline-block; vertical-align: top; position: relative; z-index: 9; background-color: rgba(255,255,255,.3); border-radius: 100px; }
.home_step_img i:after { content: ""; width: 36px; height: 36px; display: block; position: absolute; top: 50%; left: 50%; z-index: -1; background-color: #fff; border-radius: 100px; margin: -18px 0 0 -18px; }
.home_step_img i:before { position: relative; z-index: 9; }

.home_step_img li:last-child div:before { display: none; }

.home_step_img li.active i { background-color: rgba(243,111,33,.3); color: #fff; }
.home_step_img li.active i:after { background-color: #F36F21; }
.home_step_img li.active div:before { border-color: #F36F21; }

.home_step_txt { padding: 0 10px; }
.home_step_txt h3 { font-size: 50px; color: #fff; font-weight: 700; line-height: 1em; margin-bottom: 20px; }
.home_step_txt p { font-size: 18px; color: #fff; font-weight: 700; line-height: 1em; text-align: center; }
.home_step_txt p a { font-size: 18px; color: #fff; font-weight: 700; line-height: 1em; text-align: center; }

.home_step_txt li.active h3,
.home_step_txt li.active h4,
.home_step_txt li.active p { color: #F36F21; }


/**/
.home_equipment { padding-bottom: 24px; }
.home_equipment ul { padding: 0 10px; }
.home_equipment ul li { float: left; width: 25%; }
.home_equipment ul li a { display: block; margin: 0 10px; padding: 0 10px; line-height: 44px; text-align: center;  border-radius: 10px; background-color: #fff; font-size: 18px; font-weight: 700; }
.home_equipment ul li a:hover { background-color: #F36F21; color: #fff; }
.home_equipment ul li.active a { background-color: #F36F21; color: #fff; opacity: 1!important; filter: alpha(opacity=100)!important; }

.home_equipment.active ul li { pointer-events: none; }
.home_equipment.active ul li a { opacity: .5; filter: alpha(opacity=50); }


/**/
.home_next_btn { width: 300px; line-height: 50px; border-radius: 10px; display: block; text-align: center; background-color: #F36F21; font-size: 20px; font-weight: 700; color: #fff; }


/*1*/
.home_step1 .inner-content { background-color: #fff; padding: 80px 64px; border-radius: 30px; }
.home_step1_title { font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 30px; line-height: 1em; }
.home_step1 .inner-content > div { margin-bottom: 80px; }
.home_step1 .inner-content > div.home_next { margin-bottom: 0; }
.home_step1 .inner-content > div.home_step1_brand { margin-bottom: 60px; }

.home_step1_search_box { position: relative; background-color: #F4F5F6; height: 50px; width: 500px; margin: 0 auto; border-radius: 10px; }
.home_step1_search_box input { border: 0; height: 100%; display: block; padding: 0 16px 0 50px; font-weight: 700; }
.home_step1_search_box button { position: absolute; top: 0; left: 0; width: 50px; line-height: 50px; text-align: center; background-color: transparent; cursor: pointer; }
.home_step1_search_box button i { font-size: 12px; }

#testInput-suggest { border-radius: 10px; border: 0!important; background-color: #fff!important; margin-top: 6px!important; box-shadow: 0 1px 10px rgba(0,0,0,.1); }
#testInput-suggest > div { padding: 5px 16px!important; background-color: transparent!important; font-size: 14px; font-weight: 700; }
#testInput-suggest > div:hover { color: #F36F21; }
#testInput-suggest > div:last-child { padding-bottom: 16px!important; }
#testInput-suggest:before { content: "选择型號"; color: #9E9EA1; display: block; font-size: 12px; font-weight: 700; line-height: 1em; padding: 20px 0 10px; margin: 0 16px 6px; border-bottom: 1px solid #D6D6D6; }
#testInput-suggest::-webkit-scrollbar { width: 6px; height: 6px; }
#testInput-suggest::-webkit-scrollbar-track-piece { background-color: #e0e0e0; }
#testInput-suggest::-webkit-scrollbar-thumb { background-color: rgba(50,70,90,1); background-clip: padding-box; min-height: 28px; }
#testInput-suggest::-webkit-scrollbar-thumb:hover { background-color: rgba(50,70,90,.9); }



.home_step1_brand ul { margin: 0 -10px; }
.home_step1_brand ul li { float: left; width: 16.66%; }
.home_step1_brand ul li a { display: block; margin: 0 10px 20px; border-radius: 10px; border: 1px solid #DCDCE3; overflow: hidden; }
.home_step1_brand ul li a img { width: 100%; display: block; }
.home_step1_brand ul li a:hover,
.home_step1_brand ul li.active a { border-color: #00529C; }

.home_step1_parameter ul { margin: 0 -25px; text-align: center; }
.home_step1_parameter ul li { float: left; width: 33.33%; }
.home_step1_parameter ul li > div { margin: 0 25px; }
.home_step1_parameter ul li:first-child { display: none; }

.home_step1_parameter ul li h2 { font-size: 20px; font-weight: 700; line-height: 1em; margin-bottom: 20px; }
.home_step1_parameter ul li select { text-align: center; text-align-last: center; border: 0; border-radius: 10px; padding: 0 16px; height: 50px; font-size: 14px; font-weight: 700; background: url(../images/form-icon2-1.png) no-repeat; background-color: #F4F5F6; background-position: top 19px right 16px; background-size: 6px 12px; }
.home_step1_parameter ul li select option { text-align: center; font-size: 14px; font-weight: 700; }
/*.home_step1_parameter ul li select option:checked { background-color: #00529C; color: #fff; }*/

/*2*/
.home_step2 .inner-content { background-color: #fff; padding: 80px 64px; border-radius: 30px; }
.home_step2_title { padding-bottom: 24px; margin-bottom: 56px; border-bottom: 1px solid #DCDCE3; }
.home_step2_title h2 { font-size: 30px; font-weight: 700; line-height: 1em; }
.home_step2_title a { font-size: 16px; font-weight: 700; line-height: 16px; color: #00529C; display: inline-block; vertical-align: top; margin-top: 10px; }
.home_step2_title a:before { content: "\e730"; font-family: "iconfont"!important; font-size: 12px; font-weight: normal; line-height: 16px; display: inline-block; vertical-align: top; margin-right: 2px; }

.home_step2_problem_box { margin-bottom: 34px; position: relative; }

.home_step2_problem_t { font-size: 20px; font-weight: 700; line-height: 1em; margin-bottom: 20px; }

.home_step2_problem_c { margin: 0 -4px; }
.home_step2_problem_c li { display: inline-block; vertical-align: top; width: 32.6%; }
.home_step2_problem_c li label { display: block; position: relative; margin: 0 4px 16px; cursor: pointer; }
.home_step2_problem_c li label a { display: block; font-size: 14px; line-height: 24px; padding: 12px 24px; border-radius: 10px; border: 1px solid #DCDCE3; text-align: center; font-weight: 700; pointer-events: none; position: relative; }
.home_step2_problem_c li label input:checked + a { border-color: #00529C; color: #fff; }
.home_step2_problem_c li label input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; border-radius: 10px; overflow: hidden; }
.home_step2_problem_c li label input:after { display: none; }
.home_step2_problem_c li label input:before { border: 0; }
.home_step2_problem_c li label input:checked:before { background-color: #00529C!important; }
.home_step2_problem_c li label input:hover:before { 
	 -webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
}

/*.home_step2_problem_c li label a:hover,
.home_step2_problem_c li.active label a { background-color: #00529C; border-color: #00529C; color: #fff; }*/

.home_step2_problem_i { width: 16px; height: 16px; display: block; position: absolute; top: 6px; right: 6px; z-index: 9; }
.home_step2_problem_i img { display: none; position: absolute; bottom: 100%; left: -20px; z-index: 9; width: 250px; max-width: inherit; pointer-events: none; border-radius: 16px; border: 1px solid #00519C; margin-bottom: 15px; }

.home_step2_problem_i i { content: "!"; font-family: "Arial"!important; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 100px; background-color: #DCDCE3; font-style: normal; font-size: 14px; font-weight: 700; display: block; cursor: context-menu; }
.home_step2_problem_i:hover i { background-color: #F36F21; }

.home_step2_problem_i:after { content: "\e6c7"; font-family: "iconfont"!important; font-size: 20px; color: #00519C; display: none; line-height: 1em; position: absolute; bottom: 100%; left: -2px; }
.home_step2_problem_i:hover img,
.home_step2_problem_i:hover:after { display: block; }

.home_step2_code { margin-bottom: 50px; }
.home_step2_code h3 { font-size: 20px; font-weight: 700; line-height: 1em; }


/*3*/
.home_step3 .inner-content { background-color: #fff; padding: 80px 64px; border-radius: 30px; }

.home_step3_top .fl h3 { font-size: 30px; font-weight: 700; line-height: 1em; }
.home_step3_top .fl h2 { font-size: 80px; font-weight: 700; line-height: 1em; color: #FF7A2F; padding: 24px 0 4px; }
.home_step3_top .fl h2 span { font-size: 50px; font-weight: 700; line-height: 1em; color: #FF7A2F; display: inline-block; vertical-align: bottom; margin-right: 10px; }
.home_step3_top .fl p { font-size: 14px; font-weight: 700; line-height: 1em; margin-top: 6px; padding-left: 12px; position: relative; }
.home_step3_top .fl p:before { content: ""; width: 6px; height: 6px; display: block; border-radius: 2px; background-color: #131313; position: absolute; top: 4px; left: 0; }

.home_step3_top .fr img { display: block; width: 200px; border-radius: 10px; box-shadow: 0 0 6px rgba(0,0,0,.12); }

.home_step3_title { text-align: right; padding: 36px 0 24px; line-height: 1em; }
.home_step3_title h3 { float: right; font-size: 30px; font-weight: 700; line-height: 1em; }
.home_step3_title a { float: left; font-size: 16px; font-weight: 700; line-height: 30px; color: #00529C; display: inline-block; vertical-align: top; }
.home_step3_title a:before { content: "\e730"; font-family: "iconfont"!important; font-size: 12px; font-weight: normal; line-height: 30px; display: inline-block; vertical-align: top; margin-right: 2px; }
.home_step3_title:after { content: ""; clear: both; display: block; height: 0; }

.home_step3_parameter { margin-bottom: 80px; }
.home_step3_parameter ul li { background-color: #F2F3F5; padding: 12px 30px; text-align: right; line-height: 1em; }
.home_step3_parameter ul li:nth-child(even) { background-color: #fff; }
.home_step3_parameter ul li > div { width: 400px; display: inline-block; vertical-align: top; }

.home_step3_parameter ul li .fl span { display: block; font-size: 16px; font-weight: 700; line-height: 28px; color: #6C6D6F; }
.home_step3_parameter ul li .fr span { display: block; font-size: 18px; font-weight: 700; line-height: 28px; }

.home_mail h2 { font-size: 30px; font-weight: 700; line-height: 1em; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #DCDCE3; }
.home_mail_input label { display: block; font-weight: 700; line-height: 1em; color: #7C7F84; margin-bottom: 6px; }
.home_mail_input input { width: 340px; height: 50px; border: 0; border-bottom: 2px solid #131313; font-size: 14px; font-weight: 700; color: #131313; padding: 0; }
.home_mail_input input::-webkit-input-placeholder { color: #131313; }
.home_mail_input input:-moz-placeholder { color: #131313; opacity: 1; }
.home_mail_input input::-moz-placeholder { color: #131313; opacity: 1; }
.home_mail_input input:-ms-input-placeholder { color: #131313; }

.home_mail_checkbox { padding-left: 22px; margin: 20px 0 36px; font-size: 14px; line-height: 16px; color: #6C6D6F; font-weight: 700; position: relative; }
.home_mail_checkbox input { position: absolute; top: 0; left: 0; margin: 0; }
.home_mail_checkbox a { font-size: 14px; line-height: 16px; color: #6C6D6F; display: inline-block; vertical-align: bottom; margin: 0 2px; text-decoration: underline; }
.home_mail_checkbox a:hover { color: #131313; }

.home_mail .home_next_btn { width: 340px; }


/*4*/
.home_step4 .inner-content { background-color: #fff; padding: 80px 64px 0; border-radius: 30px; }
.home_step4_top { text-align: center; width: 400px; max-width: 100%; margin: 0 auto; }
.home_step4_top h2 { font-size: 30px; line-height: 1em; font-weight: 700; }
.home_step4_top h3 { font-size: 18px; line-height: 1em; margin: 16px 0 36px; }
.home_step4_top p { font-size: 20px; line-height: 1.4em; }
.home_step4_top .home_next_btn { margin: 20px auto 0; }

.home_step4 .market_con_list,
.home_step4 .market_choice_select select,
.home_step4 .market_choice_search > div input { background-color: #F4F5F6; }
 






/*market*/
.market { padding: 80px 0; }

.market_title h2 { font-size: 30px; line-height: 1em; text-align: center; font-weight: 700; margin-bottom: 50px; }
.market_title h2 i { font-size: 24px; line-height: 30px; display: inline-block; vertical-align: top; margin-right: 12px; font-weight: normal; color: #00529C; }

.market_choice form { margin: 0 -10px 20px; }
.market_choice form:after { content: ""; clear: both; display: block; height: 0; }
.market_choice form > div { float: left; }
.market_choice_search { width: 31%; }
.market_choice_search > div { margin: 0 10px; position: relative; }
.market_choice_search > div input { height: 50px; border-radius: 10px; border: 0; padding: 0 16px 0 50px; background-color: #fff; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.market_choice_search > div button { position: absolute; top: 0; left: 0; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 10px; background-color: transparent; cursor: pointer; }
.market_choice_select { width: 23%; }
.market_choice_select div { margin: 0 10px; }
.market_choice_select select { display: block; width: 100%; height: 50px; border-radius: 10px; border: 0; padding: 0 16px; background: url(../images/form-icon2-1.png) no-repeat; background-color: #fff; background-position: top 19px right 16px; background-size: 6px 12px; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,.1); }

.market_con { background-color: #fff; position: relative; padding-left: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.1); }

.market_con_list { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; overflow-y: auto; }
.market_con_list ul { }
.market_con_list ul li { border-bottom: 1px solid #D6D6D6; }
.market_con_list ul li:last-child { border: 0; }
.market_con_list::-webkit-scrollbar { width: 6px; height: 6px; }
.market_con_list::-webkit-scrollbar-track-piece { background-color: #e0e0e0; }
.market_con_list::-webkit-scrollbar-thumb { background-color: rgba(50,70,90,1); background-clip: padding-box; min-height: 28px; }
.market_con_list::-webkit-scrollbar-thumb:hover { background-color: rgba(50,70,90,.9); }

.market_con_box { display: block; padding: 20px; }
.market_con_box:hover { background-color: #F2F3F5; }
.market_con_t h3 { font-size: 18px; font-weight: 700; line-height: 1em; color: #00529C; margin-bottom: 6px; }
.market_con_t p { font-size: 13px; font-weight: 700; line-height: 1em; color: #6C6D6F; margin-bottom: 20px; }
.market_con_b:after { content: ""; clear: both; display: block; height: 0; }
.market_con_b img { float: left; width: 40%; display: block; border-radius: 6px; }
.market_con_text { float: right; width: 60%; display: block; }
.market_con_text p { font-size: 13px; font-weight: 700; line-height: 1.5em; padding: 0 0 12px 20px; }
.market_con_text p:last-child { padding-bottom: 0; }

.market_con_map img { display: block; }
















/* 新添加的 */
/* exchange_process */
.exchange_process { background-color: #fff; padding: 80px 32px; border-radius: 30px; }
.exchange_process_title { font-size: 30px; font-weight: 700; line-height: 1.2em; margin-bottom: 34px; text-align: center; }
.end a { pointer-events: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); 
} 

/* 1 */
.exchange_process_activity_list ul { margin: 0 -8px 20px; }
.exchange_process_activity_list ul li { width: 25%; float: left; } 
.exchange_process_activity_list ul li > div { margin: 0 8px 16px; background-color: #fff; border: 1px solid #B0B0B0; }

.exchange_process_activity_list .epa_img { height: 0; padding: 41% 0; position: relative; background-color: #f3f3f3; }
.exchange_process_activity_list .epa_img img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; position: absolute; top: 0; left: 0; } 
.exchange_process_activity_list .epa_text { padding: 12px; text-align: center; } 
.exchange_process_activity_list .epa_text h4 { 
	font-size: 18px; font-weight: 700; margin-bottom: 14px; line-height: 22px; height: 44px;
	overflow: hidden; text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
} 
.exchange_process_activity_list .epa_text p { font-size: 11px; font-weight: 700; margin-bottom: 20px; } 
.exchange_process_activity_list .epa_text a:nth-of-type(1) { display: block; line-height: 1em; font-size: 14px; margin-bottom: 6px; color: #F36F21; }
.exchange_process_activity_list .epa_text .common_btn { background-color: #F36F21; padding: 0; display: block; line-height: 32px; border-radius: 5px; font-size: 14px; }
.exchange_process_activity_list .epa_text .common_btn:hover { color: #fff; }




/* 2 */
.exchange_process_gift_coupon { background-color: #F36F21; border-radius: 20px; padding: 36px 16px; text-align: center; } 
.exchange_process_gift_coupon h3 { font-size: 30px; font-weight: 700; line-height: 1em; margin-bottom: 24px; color: #fff; }
.exchange_process_gift_coupon input { border-radius: 10px; background-color: #fff; border: 0; width: 300px; height: 50px; padding: 0 16px; font-size: 14px; font-weight: 700; }
.exchange_process_gift_coupon a { background-color: #00529C; font-size: 16px; font-weight: 700; line-height: 50px; border-radius: 10px; text-align: center; color: #fff; padding: 0 16px; display: inline-block; vertical-align: top; margin-left: 10px; }

.exchange_process_gift_list { margin-top: 50px; }
.exchange_process_gift_list ul { margin: 0 -8px 20px; display: flex; flex-wrap: wrap; }
.exchange_process_gift_list ul li { width: 25%; margin-bottom: 16px; } 
.exchange_process_gift_list ul li > div { margin: 0 8px; background-color: #fff; border: 1px solid #B0B0B0; position: relative; padding-bottom: 37px; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.exchange_process_gift_list ul li img { display: block; width: 100%; }  
.exchange_process_gift_list ul li p { text-align: center; padding: 0 6px; font-size: 14px; line-height: 1em; }
.exchange_process_gift_list ul li a { display: block; background-color: #00519C; color: #fff; line-height: 32px; font-size: 14px; font-weight: 700; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; }  



/* 3 */
.exchange_process_form .epf_top a { color: #00529C; display: inline-block; vertical-align: top; font-weight: 700; line-height: 1em; margin-bottom: 30px; }
.exchange_process_form .epf_top h3 { font-size: 30px; font-weight: 700; line-height: 1em; }
.exchange_process_form .epf_top p { font-size: 16px; font-weight: 700; line-height: 1em; margin: 6px 0 30px; }

.exchange_process_form .epf_box h4 { position: relative; font-size: 20px; font-weight: 700; padding-left: 8px; line-height: 1em; margin: 20px 0 16px; } 
.exchange_process_form .epf_box h4:before { content: ""; width: 2px; height: 16px; display: block; background-color: #131313; position: absolute; top: 50%; left: 0; margin-top: -8px; }

.exchange_process_form .grid2 { margin: 0 -5px; }
.exchange_process_form .form_row { margin-bottom: 16px; padding: 0 5px; }
.exchange_process_form .form_row label { font-size: 16px; font-weight: 700; line-height: 1em; margin-bottom: 6px; display: block; }
.exchange_process_form .form_row input { border: 0; background-color: #F4F5F6; border-radius: 10px; height: 44px; }
.exchange_process_form .form_choice { padding: 20px 0; }

.exchange_process_form .form_choice + .errors { margin: -10px 0 20px; }
.exchange_process_form .form_choice + .errors > .has-error > p { color: red; }

.exchange_process_form .epf_date { position: absolute; right: 16px; top: 34px; pointer-events: none; }
.exchange_process_form .epf_date:before { content: ""; width: 20px; height: 20px; display: block; background: url(../images/calendar.png) no-repeat; background-size: 100% 100%; }
.exchange_process_form .epf_upload { position: absolute; right: 16px; bottom: 12px; }
.exchange_process_form .epf_upload:before { content: ""; width: 20px; height: 20px; display: block; background: url(../images/upload-cloud.png) no-repeat; background-size: 100% 100%; }


.exchange_process_form .epf_btn .common_btn { line-height: 44px; border-radius: 10px; background-color: #F36F21; font-weight: 700; text-align: center; width: 230px; color: #fff; font-size: 16px; display: block; padding: 0; }

.exchange_process .epf_box .grid2 + .form_choice > div + label { line-height: 1.4em; }




/* 4 */
.exchange_process_success > h3 { text-align: center; font-size: 40px; font-weight: 700; line-height: 1em; margin-bottom: 36px; }
.exchange_process_success > a { line-height: 44px; border-radius: 10px; background-color: #F36F21; font-weight: 700; text-align: center; width: 230px; color: #fff; font-size: 16px; display: block; margin: 0 auto; padding: 0; }

.exchange_process_success .eps_product { display: flex; align-items: center; margin-top: 50px; border: 1px solid #B0B0B0; }

.exchange_process_success .eps_l { width: 200px; border-right: 1px solid #B0B0B0; position: relative; }
.exchange_process_success .eps_l p { position: absolute; left: 0; right: 0; bottom: 10px; padding: 0 6px; text-align: center; font-size: 14px; line-height: 1.2em; font-weight: 700; }
.exchange_process_success .eps_r { padding: 20px; }
.exchange_process_success .eps_c1 { font-size: 30px; font-weight: 700; display: block; margin-bottom: 50px; }
.exchange_process_success .eps_c1 span { font-size: 30px; font-weight: 700; display: inline-block; color: #666; margin-right: 10px; }

.exchange_process_success .eps_c2 { font-weight: 700; display: block; margin-bottom: 10px; }
.exchange_process_success .eps_c3 { font-weight: 700; display: block; color: #00529C; }






@media screen and ( max-width:996px ){ 

	.exchange_process { padding: 50px 30px; }

}  


@media screen and ( max-width:767px ){ 

	.exchange_process { padding: 36px 20px; }
	.exchange_process_title { font-size: 24px; margin-bottom: 24px; }

	.exchange_process_activity_list ul li { width: 50%; }

	.exchange_process_gift_list { margin-top: 30px; }
	.exchange_process_gift_list ul li { width: 50%; }
	.exchange_process_gift_coupon h3 { font-size: 20px; margin-bottom: 20px; }
	.exchange_process_gift_coupon input { width: 160px; height: 40px; }
	.exchange_process_gift_coupon a { font-size: 14px; line-height: 40px; }

	.exchange_process_success .eps_product { margin-top: 30px; }
	.exchange_process_success > h3 { font-size: 30px; margin-bottom: 24px; }
	.exchange_process_success .eps_l { width: 150px; }
	.exchange_process_success .eps_c1 { font-size: 20px; margin-bottom: 10px; }
	.exchange_process_success .eps_c1 span { font-size: 20px; margin-right: 6px; }
	.exchange_process_success .eps_c2 { font-size: 14px; margin-bottom: 6px; }
	.exchange_process_success .eps_c3 { font-size: 14px; }
	.exchange_process_success .eps_l p { font-size: 12px; position: static; padding: 0 6px 12px; }
	.exchange_process_success .eps_r { padding: 12px; }

}


@media screen and ( max-width:580px ){ 

	.exchange_process_form .grid2 { grid-template-columns: repeat(1, 100%); }

}



.default-popup-modal {
	position: fixed;z-index: 999;
    top:0;
    left: 0; right: 0; bottom: 0;
    display: none;
}
.default-popup-modal.active{display:block;}

.default-popup-modal h3 p { font-size: 18px; font-weight: 700; }

.default-popup-modal .scroll_bar2 {
	width: 650px; min-height: 300px; max-width: 85%; max-height: 80%; border-radius: 10px; position: absolute; top: 50%; left: 50%; display: flex;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
}
.default-popup-modal .scroll_bar2:before { content: "\e859"; font-family: "iconfont" !important; font-size: 18px; color: #fff; position: absolute; right: -20px; top: -20px; line-height: 1em; cursor: pointer; pointer-events: none; }
.default-popup-modal .content { padding: 20px; overflow-y: auto; background: #fff; width: 100%; max-height: 100%; border-radius: 10px; box-shadow: 1px 1px 50px rgb(0 0 0 / 30%); }
.default-popup-modal .content div { background-color: transparent !important; }
.default-popup-modal .content ol { background-color: transparent !important; }
.default-popup-modal .content table { width: auto !important; }


.default-popup-modal .popup_close { position: absolute; right: 0; top: 0; left: 0; bottom: 0; z-index: -1; background-color: rgba(0,0,0,.6); cursor: pointer; }
.default-popup-modal .popup_close i { color: #fff; display: none; }
.default-popup-modal .popup_box { padding: 15px; }

.exchange_process_form .form_row select { border: 0; background-color: #F4F5F6; border-radius: 10px; height: 44px;width: 100%;
    padding-left: 10px; }








