/* 售后保修 */
.outofwarranty_div{
	transition: 0.25s all ease-in-out;
	margin: 66px 0px 130px 0px;
}

.outofwarranty_tip_div {


	.outofwarranty_tip {
		margin: 10px 0px;
	}
	.outofwarranty_tip p {
		color: #cf2e2e;
		font-weight: 700;
		font-size: 16px;
	}

	.outofwarranty_tip ul{
		color: #cf2e2e;
		font-weight: 700;
		font-size: 16px;
	}

	.outofwarranty_tip li{
		margin: 5px 0px;
		line-height: 23px;
	}
}

.outofwarranty_priceinfo_div{

	margin: 30px 0px;

	.outofwarranty_priceinfo_title {
		font-size: 16px;
		margin: 10px 0px;
		line-height: 23px;
	}

	.outofwarranty_priceinfo_table {
		width: 100%;
		font-size: 16px;
	}

	.outofwarranty_priceinfo_tip {
		line-height: 23px;
		color: #cf2e2e;
		font-size: 14px;
		font-weight: 700;
	}
}

.outofwarranty_priceinfo_table td {
	line-height: 23px;
}

.outofwarranty_step_div {
	margin: 30px 0px;

	.outofwarranty_step_title{
		line-height: 23px;
		font-size: 16px;
		margin: 10px 0px;
	}

}

.outofwarranty_step_div p {
	font-size: 16px;
}


/* 配件保修 */
.accessories_div {
	margin: 66px 0px 130px 0px;
}

.accessories_step_div {
	margin: 45px 0px;

	.accessories_step_title_div {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 7px;
		line-height: 23px;
	}
	.accessories_step_content_div {
		font-size: 16px;
	}

	.accessories_info_tip_div {
		margin: 25px 0px;
		font-weight: 700;
		font-size: 16px;
		line-height: 25px;
	}
}

.accessories_step_content_div li {
	margin: 25px 0px;
	line-height: 23px;
}

.accessories_step_content_div p {
	margin: 20px 0px;
}

.accessories_tip {
	color: #cf2e2e;
	font-weight: 700;
	font-size: 16px;

}

.accessories_tip_content {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}

.accessories_info_tip_div p {
	color: #cf2e2e;
}

.accessories_a_tip {
	font-weight: 700;
	font-size: 16px;
}

/* 维修工单指南 */
.repair_ticket_guide_div {
	margin: 66px 0px 130px 0px;
}

.repair_ticket_guide_problem_div {
	margin: 30px 0px;
}

.rtg_step_div {
	margin: 20px 0px;
}



.rtg_tip {
	color: #cf2e2e;
	font-weight: 600;
	line-height: 23px;
}

.rtg_problem_content {
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}

.rtg_wide_content {
	font-size: 17px;
	font-weight: 600;
	line-height: 23px;
}

.rtg_thin_content {
	font-size: 16px;
	line-height: 23px;
}

.rtg_ul li {
	margin: 10px;
}

.rtg_first_img {
	margin: 20px 0px;
}

.rtg_red_content {
	color: #cf2e2e;
	font-weight: 600;
}


/* 售后条款 */
.after_term_div {
	margin: 66px 0px 130px 0px;

	.at_lg_step_div {
		margin: 40px 0px;
	}

	.at_step_div {
		margin: 25px 0px;
	}

	.at_xs_step_div {
		margin: 15px 0px;
	}

	.at_lg_font_size {
		font-size: 23px;
		line-height: 23px;
	}

	.at_font_size {
		line-height: 23px;
		font-size: 18px;
	}

	.at_xs_font_size {
		font-size: 16px;
		line-height: 23px;
	}

	.at_red_color {
		/* 	color: #cf2e2e; */
	}

	.at_yellow_color {
		/* 	color: #fcb900; */
	}

	.at_lg_font_weight {
		font-weight: 600;
	}
}



/* 销售条款 */
.sale_term_div {
	margin: 66px 0px 130px 0px;
	
	.st_lg_step_div {
		margin: 40px 0px;
	}
	
	.st_step_div {
		margin: 25px 0px; 
	}
	
	.st_xs_step_div {
		margin: 10px 0px;
	}
	
	.st_font_size {
		font-size: 18px;
		line-height: 23px;
	}
	
	.st_lg_font_size {
		font-size: 23px;
		line-height: 23px;
	}
	
	.st_xs_font_size {
		font-size: 16px;
		line-height: 23px;
	}
	
	.st_lg_font_weight {
		font-weight: 600;
	}
}



@media only screen and (max-width: 1000px){
	.after_term_div {
		.at_font_size {
			font-size: 16px;
		}

		.at_xs_font_size {
			font-size: 14px;
		}

		.at_lg_font_size {
			font-size: 18px;
		}
	}
	.sale_term_div {
		.st_font_size {
		font-size: 16px;
	}
	
	.st_lg_font_size {
		font-size: 20px;
	}
	
	.st_xs_font_size {
		font-size: 14px;
	}
	}
}


/* 网站维护页面 */	
#ic-shop-maintenance-all .shop_maintenance_main {
	background-image: url(https://file.iceriver.io/wp-content/uploads/image/ic_maintenance_bg01.png);
	min-height: 912px;
	background-repeat: no-repeat;	
	background-size: 100% 100%;
	background-position: center top;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	

}
#ic-shop-maintenance-all .shop_maintenance_main .content {
	padding-top: 15vh;
	max-width: 625px;
}

#ic-shop-maintenance-all .shop_maintenance_main .title{
	font-size: 40px;
	font-weight: bold;
	line-height: 160%;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 85px;
}
#ic-shop-maintenance-all .shop_maintenance_main .text p{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	margin-bottom: 0px;
}
#ic-shop-maintenance-all .shop_maintenance_main .image {
	text-align: center;
}
#ic-shop-maintenance-all .shop_maintenance_main .image img {
	height: 300px;
}


@media only screen and (max-width: 1600px){
	#ic-shop-maintenance-all .shop_maintenance_main .content {
		padding-top: 17vh;
		max-width: 500px;
		padding-bottom: 20px;
	}

	#ic-shop-maintenance-all .shop_maintenance_main .title{
		font-size: 30px;
	}
	#ic-shop-maintenance-all .shop_maintenance_main .text p{
		font-size: 14px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 1500px){
	#ic-shop-maintenance-all .shop_maintenance_main {
		background-size: auto 100%;
	}
}


@media only screen and (max-width: 1025px){
	#ic-shop-maintenance-all .shop_maintenance_main .content {
		padding-top: 0px;
		width: 90%;
	}
	#ic-shop-maintenance-all .shop_maintenance_main {
		background-size: auto auto;
	}
	
	#ic-shop-maintenance-all .shop_maintenance_main .image img {
		height: 200px;
	}
	#ic-shop-maintenance-all .shop_maintenance_main .title {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#ic-shop-maintenance-all .shop_maintenance_main .text p {
		font-size: 14px;
	}
	
	#ic-shop-maintenance-all .shop_maintenance_main {
		min-height: 90vh;
	}
}



/* 网站维护页面 */

/* IR Modal */

.ir-modal .modal-dialog {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0px !important;
}

.modal_blue_btn {
	width: 100%;
	background: #186DEE;
	font-size: 14px;
	font-weight: normal;
	line-height: 16.38px;
	letter-spacing: 0em;
	font-family: HarmonyOS Sans SC;
	color: #FFFFFF;
	border-radius: 6px;
	height: 40px;
}

.ir_modal_title {
	font-size: 24px;
	color: #262626;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 26px;
	text-align: center;
}

.ir_modal_content p {
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	color: #595959;
}

.ir_modal_content .blue_txt {
	color: #186DEE !important;
}

.ir_modal_footer {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.ir_modal_content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 50px;
}


.modal_submit_icon {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.modal_submit_icon img {
	margin-bottom: 0px !important;
}

.ir-modal .modal-content {
	background: #FFFFFF !important;
	box-shadow: 0px 0px 5px 4px rgba(11, 31, 62, 0.17) !important;
	border-radius: 16px !important;
	border-color: #FFF !important;
}


@media only screen and (max-width: 700px){
	.ir-modal .modal-dialog {
		width: 90% !important;
	}
	.ir_modal_content {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.ir_modal_footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.ir_modal_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.ir_modal_content p {
		font-size: 14px;
	}
}
/* IR Modal */