body{
	background:#ffffff;
	margin: 0px 0px;
	color: #111213;
	height: 100%;
}
div{
	box-sizing: border-box;
}
ol,ul{list-style:none;margin:0;padding:0;}
/*html,body{*/
/*	overflow-y: auto;*/
/*	scrollbar-width: none; !* 隐藏滚动条在Chrome、Firefox等现代浏览器中 *!*/
/*	-ms-overflow-style: none; !* 隐藏滚动条在IE和Edge浏览器中 *!*/
/*}*/
*:focus {outline: none;}
.irok_css{
	width: 1385px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a{text-decoration:none;color: unset}


/*头部 begin*/
.irok_header{
	background: #f5fcff;
}
.header{
	width: 100%;
	height: 179px;
	display: flex;
	flex-direction: row;
	/*background: #2b85e4;*/
	align-items: center;
}
.header_left{
	width: 215px;
	height: 84px;
	background: url("../images/common/logo.png") no-repeat;
	background-size: 215px 84px;
	cursor: pointer;
}
.header_center{
	width: 490px;
	margin-left: 325px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header_center div{
	padding-bottom: 17px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.tab_active{
	color: #483ab6;
	border-bottom: 2px #483ab6 solid;
}
.tab_active_font{
	color: #483ab6;
}
.header_right{
	margin-left: 138px;
	width: 226px;
	height: 179px;
	background: url("../images/common/ico_header_login_bg.png") no-repeat;
	/*background-size: 215px 84px;*/
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header_right_left{
	width: 42px;
	height: 42px;
	margin-right: 10px;
	background: url("../images/common/ico_header_login.png") no-repeat;
	background-size: 42px 42px;
}
.login_after{
	width: 620px;
	margin-left: 325px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: none;
}
.login_after div{
	padding-bottom: 17px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
/*头部 end*/

/*bottom begin*/
.bottom{
	background: url("../images/index/ico_bottom_bg.png") no-repeat;
	background-size: cover;
	height: 465px;

	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-width: 1385px;
}
.bottom_inner{
	width: 1385px;
	padding-top: 102px;
	padding-bottom: 116px;
}
.bottom_inner_contact_us{
}
.bottom_inner_contact_us_title{
	font-size: 26px;
	font-weight: 500;
}
.bottom_inner_contact_us_address{
	font-size: 21px;
	margin-top: 14px;
}
.bottom_inner_company_tm{
	margin-top: 86px;
}
/*bottom end*/

/**********index Modal begin**************/
#Modal {
	display: none;  /*Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 10%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	/*background-color: #fefefe;*/
	margin: auto;
	/*padding: 10px 20px 20px 20px;*/
	/*border: 1px solid #888;*/
	/*width: 25%;*/
	text-align: center;
	/*box-shadow: 0px 0px 1px 1px #09325e;*/
}
.modal-rm{
	margin-top: 72px;
}
.modal-content H3{
	font-weight:600;
	font-size: 38px;
	padding-top: 10px;
}
.modal-rm p {
	font-size: 20px;
	padding: 20px 10% 35px 10%;
	/* width: 80%; */
	text-align: justify;
	line-height: 1.5;
}

/* The Close Button */

.close {
	color: #aaaaaa;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	z-index: 99999;
	margin-right: 30px;
	margin-top: 34px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/**********index Modal end**************/

/**********Shopping car detail Modal begin**************/
#shopping_car_detail {
	display: none;  /*Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 5%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/*background-color: rgb(0,0,0); !* Fallback color *!*/
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content */
.shopping_car_modal-content {
	margin: auto;
	text-align: center;
	background: url("../images/shoppingCar/ico_cart_bg.png") no-repeat;
	width: 1126px;
	height: 724px;
}

.cart_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 38px;
	padding-right: 30px;
	padding-top: 19px;
}
.cart_header_title{
	font-size: 24px;
	font-weight: 500;
}
.shopping_car_number {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 44px;
	background: url("../images/shoppingCar/ico_cart_show_number_bg.png") no-repeat;
	width: 44px;
	height: 44px;
}

.cart_content{
	height: 417px;
	padding-left: 38px;
	margin-right: 30px;
	margin-top: 48px;
	overflow: auto;
}
.cart_item{
	background: url("../images/shoppingCar/ico_cart_item_bg.png") no-repeat;
	width: 959px;
	height: 195px;
	padding: 29px 17px 25px 23px;
	display: flex;
	flex-direction: row;
	position: relative;
}
.cart_item_no_first{
	margin-top: 32px;
}
.cart_item_left{
	margin-right: 40px;
}
.cart_item_right{
	text-align: start;
}
.cart_item_right_1{
	margin-top: 15px;
}
.cart_item_del{
	background: url("../images/shoppingCar/ico_cart_item_close.png") no-repeat;
	width: 30px;
	height: 29px;
	position: absolute;
	top: 13px;
	right: 17px;
	cursor: pointer;
}
.cart_item_del:hover,
.cart_item_del:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.cart_bottom{
	margin-top: 59px;
	margin-bottom: 53px;
	margin-left: 441px;
	margin-right: 361px;
	background: url("../images/shoppingCar/ico_cart_checkout_bg.png") no-repeat;
	width: 326px;
	height: 72px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 72px;
	cursor: pointer;
}
.cart_item_remove{background:#ffd2d3;}
/**********Shopping car detail Modal end**************/


/**********shopping car begin**************/
.shopping_car_div{
	/*position: absolute;
	top: 55px;
	right: 10px;*/
	position: fixed;
	top: 26%;
	right: 11%;
}
.shopping_car_normal{
	background: url("../images/shoppingCar/ico_add_car_normal.png") no-repeat;
	width: 52px;
	height: 46px;
	background-size: cover;
}
.shopping_car_active{
	background: url("../images/shoppingCar/ico_add_car_active.png") no-repeat;
	width: 18px;
	height: 18px;
	background-size: cover;
	display: none;
	position: absolute;
	top: -3px;
	right: -9px;
}

#floatOrder{width:50px;height:50px;padding:2px;background:#fff;border:solid 5px #851fd8;overflow:hidden;position:absolute;z-index:890;}
/**********shopping car end**************/


/**********check out begin**************/
.check_out_div{
	margin-top: 69px;
	background: url("../images/shoppingCar/ico_check_out_bg.png") no-repeat;
	width: 1383px;
	height: 921px;
	padding: 33px 28px;
	display: none;
}
.check_out_header{
	padding-left: 15px;
	padding-right: 23px;
	height: 31px;
	width: 100%;
	display: flex;
	flex-direction: row;
	line-height: 31px;
	align-items: center;
	margin-bottom: 6px;
	text-align: center;
}
.check_out_header_{
	width:120px;
	height: 20px;
	cursor: pointer;
	line-height: 20px;
	padding-left: 20px;
}
.check_out_header_0{
	width:35px;
	height: 20px;
	cursor: pointer;
}
.check_out_header_1{
	width:85px;
}
.check_out_header_2{
	width:300px;
	word-break: break-all;
	word-wrap: break-word;
}
.check_out_header_3{
	width:300px;
	word-break: break-all;
	word-wrap: break-word;
}
.check_out_header_4{
	width:135px;
}
.check_out_header_5{
	width:135px;
}
.check_out_header_6{
	width:135px;
}
.check_out_header_7{
	width:135px;
}
.check_out_checkbox_normal{
	background: url("../images/shoppingCar/ico_check_out_check_normal_bg.png") no-repeat;
	background-size: 20px 20px;
}
.check_out_checkbox_active{
	background: url("../images/shoppingCar/ico_check_out_check_actvie_bg.png") no-repeat;
	background-size: 20px 20px;
}
.check_out_divide_line{
	background: url("../images/shoppingCar/ico_check_out_line.png") no-repeat;
	width: 1325px;
	height: 1px;
}
.check_out_content{
	height: 331px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 16px;
}
.check_out_item{
	background: url("../images/shoppingCar/ico_check_out_item_bg.png") no-repeat;
	width: 1325px;
	height: 85px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 9px 23px 6px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}
.check_out_header_1 img{
	width: 78px;
	height: 62px;
}
.check_out_header_4_price{
	width:135px;
	color: #483ab6;
}
.check_out_header_5_counts{
	background: url("../images/shoppingCar/ico_check_out_count_bg.png") no-repeat;
	background-size: cover;
	width: 92px;
	height: 38px;
	position: relative;
	margin-left: 22px;
}
.check_out_counts_input{
	height: 30px;
	line-height: 30px;
	width: 50px;
	margin-top: 3px;
	margin-left: -17px;
	border: none;
	font-size: 22px;
	text-align: center;
	background: #e4e4e4;
}
.check_out_counts_input input:-internal-autofill-selected{
	background-color:#e4e4e4 !important;
}
.check_out_counts_up{
	background: url("../images/serviceDetail/ico_service_detail_count_up.png") no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 4px;
	top: -5px;
	cursor: pointer;
}
.check_out_counts_up:hover{
	background: url("../images/serviceDetail/ico_service_detail_count_up_active.png") no-repeat;
	background-size: cover;
}
.check_out_counts_down{
	background: url("../images/serviceDetail/ico_service_detail_count_down.png") no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 4px;
	top: 18px;
	cursor: pointer;
}
.check_out_counts_down:hover{
	background: url("../images/serviceDetail/ico_service_detail_count_down_active.png") no-repeat;
	background-size: cover;
}
.check_out_header_6_total_fee{
	width:135px;
	color: #483ab6;
}
.check_out_header_7_operate{
	background: url("../images/shoppingCar/ico_check_out_remove_bg.png") no-repeat;
	width: 110px;
	height: 37px;
	color: #ffffff;
	text-align: center;
	line-height: 37px;
	margin-left: 13px;
	border-radius: 20px;
	cursor: pointer;
}
.check_out_header_7_operate:hover{
	box-shadow: 0 0 10px #4793c9;
}
.check_out_address{
	width:100%;
	margin-top:10px;
}
.check_out_address_title{
	display: flex;
	flex-direction: row;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 23px;
	justify-content: space-between;
	margin-bottom: 8px;
}
.consignee-info{
	font-weight:bolder;
}
.consignee-info_addnewaddress{
	color:#483ab6;
	cursor: pointer;
}
.consignee-info_addnewaddress:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.consignee_info_address{
	margin: 0 10px;
	max-height: 90px;
	overflow: auto;
	min-height: 40px;
}
.setDefault,.setEdit,.setDelete{
	padding: 3px 5px;
}
.setDefault:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.setEdit{
	margin-left: 20px;
}
.setEdit:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.setDelete{
	margin-left: 20px;
}
.setDelete:hover{
	box-shadow:0 0 10px #4793c9;
	-webkit-border-radius: 10px;
}
.consignee_info_address-default{
	height: 40px;
	clear: both;
	display: flex;
	flex-direction: row;
}
.img-css{
	border: solid 1px #cc0000;
	margin:4px 0 5px 50px;
	float: left;
	border: solid 1px #b8b1b1;
	width: 80px;
	height: 30px;
}
.default-img-css{
	background-image: url("../images/shoppingCar/default.jpg");
}
.undefault-img-css{
	background-image: url("../images/shoppingCar/undefault.jpg");
}
.default-text-css{
	margin-left: 50px;
	line-height: 40px;
	font-size: 16px;
	color: #4E4E48;
	float: left;
}
.default-editor-css{
	margin-left: 70px;
	line-height: 40px;
	font-size: 16px;
	color: #1e6def;
	cursor: pointer;
	float: left;
}
.consignee_info_moreaddress{
	cursor: pointer;
	color: #5d5d5d;
	/*如果地址栏和购物车在同一页面上，那么需要打开下面的注释，如果不在同一页面上，那就注释下面一句话*/
	font-size: 18px;
	padding-left: 15px;
	padding-right: 23px;
	margin-top: 10px;
}
.consignee_info_closeaddress{
	cursor: pointer;
	color: #5d5d5d;
	font-size: 18px;
	/*如果地址栏和购物车在同一页面上，那么需要打开下面的注释，如果不在同一页面上，那就注释下面一句话*/
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 23px;
}
.check_out_bottom{
	background: url("../images/shoppingCar/ico_check_out_order_info_bg.png") no-repeat;
	width: 1324px;
	height: 315px;
	margin-top: 10px;
	padding: 21px 19px 23px 15px;
}
.check_out_bottom_1{
	float: left;
	display: flex;
	flex-direction: row;
}
.check_out_bottom_1 div{
	width: 110px;
	padding-left: 30px;
	line-height: 20px;
	cursor: pointer;
}

.check_out_bottom_2{
	width: 500px;
	float: right;
	font-weight:bold;
	text-align: right;
}
.savediv{
	display: none;
	float:left;
}
.check_out_bottom_2_inner{
	width: 300px;
	float: right;
}
.check_out_bottom_2_inner_1,.check_out_bottom_2_inner_2 ,.check_out_bottom_2_inner_3{
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	zoom:1;
}
.check_out_bottom_2_inner_1{
	margin-top: 0px;
}
.check_out_bottom_2_inner_1_1{
	float:left;
}
.check_out_bottom_2_inner_1_2{
	float:right;
	margin-right: 20px;
}
.check_out_bottom_2_inner_2_1{
	float:left;
	margin-left: 36px;
}
.check_out_bottom_2_inner_2_2{
	float:right;
	margin-right: 20px;
}
.check_out_bottom_2_inner_3_1{
	float:left;
	margin-left: 7px;
}
.check_out_bottom_2_inner_3_2{
	float:right;
	margin-right: 20px;
}

.check_out_bottom_3_inner{
	width: 345px;
	float: right;
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	zoom:1;
}
.check_out_bottom_3_inner_1_1{
	float:left;
	margin-left: 5px;
}
.check_out_bottom_3_inner_1_2{
	float:right;
	margin-right: 20px;
	color: #e4393c;
	font-weight: bold;
}

.check_out_bottom_3{
	margin-right: 20px;
	margin-top: 15px;
	width: 100%;
	float: right;
	text-align: right;
}

.check_out_bottom_4{
	clear: both;
	margin-top: 230px;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.gobackshopping{
	background: url("../images/shoppingCar/ico_check_out_back_bg.png") no-repeat;
	width: 219px;
	height: 37px;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	border-radius: 20px;
}
.gobackshopping:hover{
	box-shadow:0 0 10px #4793c9;
}
.check_out_bottom_4_center{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#promotioncode{
	background: url("../images/shoppingCar/ico_check_out_pronotion_bg.png") no-repeat;
	width: 219px;
	height: 37px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	border: none;
	box-sizing: border-box;
}
.updateprice{
	background: url("../images/shoppingCar/ico_check_out_update_bg.png") no-repeat;
	width: 122px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-left: 20px;
	cursor: pointer;
	border-radius: 20px;
}
.updateprice:hover{
	box-shadow:0 0 10px #4793c9;
}
.paynow{
	background: url("../images/shoppingCar/ico_check_out_pay_bg.png") no-repeat;
	width: 122px;
	height: 37px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 20px;
}
.paynow:hover{
	box-shadow:0 0 10px #4793c9;
}
.backcolor-change{
	background-color: #f3c0c0;
}


.undefault{
	display: none;
	/*visibility: hidden;*/
}
.default-show{
	display: block;
	/*visibility: hidden;*/
}

/**********new address begin**************/
.addNewAddress {
	display: none;  /*Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 5%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/*background-color: rgb(0,0,0); !* Fallback color *!*/
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.editAddress {
	display: none;  /*Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 5%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	/*background-color: rgb(0,0,0); !* Fallback color *!*/
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.addNewAddress_modal_content{
	margin: auto;
	text-align: center;
	background: url("../images/shoppingCar/ico_new_address_bg.png") no-repeat;
	width: 849px;
	height: 742px;
	padding: 17px 56px 35px 56px;
}
.addNewAddress_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.addNewAddress_header_title{
	font-size: 24px;
	font-weight: 500;
}
.addNewAddress_close {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 44px;
	background: url("../images/shoppingCar/ico_new_address_close_bt.png") no-repeat;
	width: 30px;
	height: 29px;
	cursor: pointer;
	border-radius: 15px;
}
.addNewAddress_close:hover{
	box-shadow:0 0 10px #4793c9;
}
.addNewAddress_content{
	margin-top: 40px;
}
.address_item{
	font-size: 20px;
	text-align: left;
	line-height: 65px;
	display: flex;
	flex-direction: row;
}
.address_item_key{
	width: 120px;
}
.address_add_input{
	border: none;
	width: 450px;
	height: 50px;
	border-radius: 50px;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
}
.address_add_select{
	border: none;
	width: 480px;
	height: 50px;
	border-radius: 50px;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.require_color_red{
	color: #e60000;
}
.address_item input[type='checkbox']{
	width: 20px;
	height: 20px;
	background: url("../images/shoppingCar/ico_check_out_check_normal_bg.png") no-repeat;
	background-size: 20px 20px;
	/* 取消默认样式 */
	-webkit-appearance: none;
}
.address_item input[type='checkbox']:checked{
	background: url("../images/shoppingCar/ico_check_out_check_actvie_bg.png") no-repeat;
	background-size: 20px 20px;
}
.addNewAddress_bottom{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.addNewAddress_bottom_btn,.addNewAddress_bottom_btn_edit{
	background: url("../images/shoppingCar/ico_new_address_save_bg.png") no-repeat;
	width: 350px;
	height: 72px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 72px;
	cursor: pointer;
}
/**********new address end**************/

/**********check out end**************/
