﻿
@import url("animate.min.css");
@import url("mmenu.min.css");
@import url("swiper.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2022-08-22
* modification
**/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
}

/** * Remove default margin.*/
body {
	margin: 0;
}

/* HTML5 display definitions ==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
}

	/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
	audio:not([controls]) {
		display: none;
		height: 0;
	}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
[hidden],
template {
	display: none;
}

/* Links ==========================================================================*/
/** * Remove the gray background color from active links in IE 10.*/

a {
	color: #000;
	background: transparent;
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .2s;
}

	/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
	a:hover {
		outline: none;
		text-decoration: none;
	}

/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
	border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
	font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
	font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
	display: inline-block;
	 max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none; 
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
	margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
	overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
	overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
	text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}

	/** * Re-set default cursor for disabled elements.*/
	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
	line-height: normal;
}

	/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		/* 1*/
		padding: 0;
		/* 2*/
		vertical-align: middle;
	}

	/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/

	/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

/** * Define consistent border, margin, and padding.*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
	overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
	font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #333;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #333;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #333;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #333;
}

/* 文字選中樣式 */
::-moz-selection {
	color: #fff;
	background-color: #1257EB;
}

::selection {
	color: #fff;
	background-color: #1257EB;
}

/* -------------------------------
Globals
----------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	word-break: break-word;
	vertical-align: top;
}

body {
	position: relative;
	cursor: auto;
	color: #000;
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Helvetica', 'Noto Sans S Chinese', 'Open Sans', 'SimSun';
	font-size: 14px;
	line-height: 1.8;
	background-color: #fff;
}

a:hover,
.colorblue {
	color: #FF0000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

td {
	padding: 0.5em;
}

input,
select,
button {
	border: none;
}

ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

p,
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}

.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.headerH {
	height: 120px;
}

@media (min-width: 960px) {
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 996px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}


@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	opacity: 1;
}

	#loading .loading-main {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
		border-radius: 50%;
		border: 0px solid #003365;
		border-left-width: 1px;
		border-bottom-width: 2px;
		border-right-width: 3px;
		-webkit-animation: loading 2s linear infinite;
		-webkit-animation: loading 2s linear infinite;
		-o-animation: loading 2s linear infinite;
		animation: loading 2s linear infinite;
	}

		#loading .loading-main > div {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: #fff;
			border-radius: 50%;
		}

/* header */
.header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	background-color: rgba(255, 255, 255, 1);
	transition: all .3s;
	border-bottom: 1px solid rgb(182 182 182 / 25%);
	;
}

	.header-wrap .header-logo {
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.header-wrap .header-logo .container {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.header-wrap .header-logo .logo-wrap {
			display: flex;
			align-items: center;
			margin: 0;
		}



		.header-wrap .header-logo .logo-title {
			display: none;
		}

		.header-wrap .header-logo .logo-wrap a,
		.header-wrap .header-logo .logo-wrap img {
			display: block;
		}

		.header-wrap .header-logo .logo-wrap img {
			max-height: 40px;
		}

		@media (min-width: 961px) {
			.header-wrap .header-logo .logo-wrap .phoneimg {
				display: none;
			}
			.header-wrap .header-logo .logo-wrap a {
				display: flex;
			}
			.header-wrap .header-logo .logo-wrap .logoword {
			    padding-left: 18px;
			    line-height: 26px;
			    font-size: 15px;
			    position: absolute;
			    left: 100px;
			    top: -6px;
				height: 52px;
				display: flex;
				align-items: center;
			}
		}
		@media (max-width: 960px) {
			.header-wrap .header-logo .logo-wrap .pcimg,
			.header-wrap .header-logo .logo-wrap .logoword {
				display: none;
			}
		}

	.header-wrap .link-wrap {
		display: flex;
	}

		.header-wrap .link-wrap a {
			font-size: 14px;
			color: #333333;
			flex-wrap: nowrap;
			display: flex;
			margin-left: 20px;
		}

			.header-wrap .link-wrap a.off-web i {
				width: 25px;
				height: 25px;
				display: inline-block;
				background: url(../image/icon1.png) no-repeat;
				background-size: contain;
				margin-right: 6px;
			}

/* app菜單 */
.hamburger {
	display: none;
	position: absolute;
	top: 16px;
	right: 0;
	z-index: 1;
	line-height: 0;
	width: 30px;
	height: 30px;
}

	.hamburger:after,
	.hamburger:before {
		content: '';
		display: block;
		height: 2px;
		border-radius: 2px;
	}

	.hamburger span {
		display: block;
		height: 2px;
		margin: 6px 0;
	}

	.hamburger:after,
	.hamburger:before,
	.hamburger span {
		background: #1257EB;
	}

.herader-nav {
	background: #161616;
}

	.herader-nav .container ul {
		display: flex;
		justify-content: space-between;
	}

		.herader-nav .container ul li a {
			font-size: 16px;
			color: #FFFFFF;
			padding-left: 15px;
			padding-right: 15px;
			line-height: 50px;
			display: inline-block;
		}

		.herader-nav .container ul li:hover a,
		.herader-nav .container ul li.action a {
			color: #FF0000
		}

/* -------- footer ---------- */
.footer-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
}

	.footer-wrap,
	.footer-wrap a {
		color: #FFFFFF;
	}

		.footer-wrap .footer-info {
			padding-top: 30px;
			padding-bottom: 30px;
			background: #212121;
		}

			.footer-wrap .footer-info .footer-title {
				font-size: 20px;
				line-height: 28px;
				margin-bottom: 10px;
				color: #FFFFFF;
			}

			.footer-wrap .footer-info .footer-main {
				display: flex;
				justify-content: space-between;
			}

				.footer-wrap .footer-info .footer-main ul li {
					margin-top: 15px;
				}

					.footer-wrap .footer-info .footer-main ul li,
					.footer-wrap .footer-info .footer-main ul li a {
						font-size: 14px;
						color: #FFFFFF;
					}

		.footer-wrap .footer-copy {
			line-height: 40px;
			background: #000000;
		}

			.footer-wrap .footer-copy a {
				margin-right: 50px;
				font-size: 12px;
			}
@media (min-width: 961px) {
	.herader-nav {
		display: block !important;
	}
	.header-wrap {
		border-bottom: none;
	}
}
@media (max-width: 960px) {
	.headerH {
		height: 50px;
	}

	.header-wrap,
	.header-wrap .header-logo {
		padding: 0px;
		height: 50px;
	}

		.header-wrap .header-logo .logo-wrap img {
			max-height: 30px;
			margin-top: 10px;
		}

		.header-wrap .link-wrap {
			margin-right: 50px;
			margin-top: 10px;
		}

			.header-wrap .link-wrap a {
				font-size: 12px;
			}

				.header-wrap .link-wrap a.off-web i {
					width: 20px;
					height: 20px;
					background-size: cover;
					margin-right: 5px;
					margin-top: 1px;
				}

		.header-wrap .hamburger {
			display: block;
			opacity: 1;
		}

	.mm-menu {
		background: #FFFFFF;
	}

	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		background: rgba(0, 0, 0, .3);
	}

	.mm-panels .container {
		margin: 0px;
	}

	.herader-nav .container ul {
		display: block;
	}

		.herader-nav .container ul li a {
			display: block;
			color: #fff;
			font-size: 14px;
			line-height: 24px;
		}
		.herader-nav {
			display: none;
		    position: fixed;
		    right: 0;
		    top: 50px;
		    z-index: 999;
		}
		.herader-nav .menu {
			padding: 20px 0;
		}
		.herader-nav .container ul li{
			margin-top: 5px;
		}
		.herader-nav .container ul li:first-child {
			margin-top: 0;
		}

	.footer-wrap .footer-info {
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.footer-wrap .footer-info .footer-title {
			font-size: 18px;
			margin-bottom: 0px;
		}

		.footer-wrap .footer-info .footer-main ul li {
			margin-top: 10px;
		}

			.footer-wrap .footer-info .footer-main ul li,
			.footer-wrap .footer-info .footer-main ul li a {
				font-size: 12px;
			}

	.footer-wrap .footer-copy {
		line-height: 36px;
	}

		.footer-wrap .footer-copy a {
			margin-right: 50px;
			font-size: 12px;
			margin-right: 20px;
		}
}

@media (max-width: 640px) {
	.header-wrap .link-wrap {
		display: none;
	}

	.footer-wrap .footer-info .footer-main {
		display: block;
	}
}

.homebanner {
	position: relative;
	overflow: hidden;
}


@media (min-width: 961px) {
	.homebanner .phoneimg {
		display: none !important;
	}
}
@media (max-width: 960px) {
	.homebanner .pcimg {
		display: none !important;
	}
}

	.homebanner .homebanpage {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.homebanner .homebanpage {
		display: none;
		z-index: 5;
	}

	.homebanner .bannerA {
		position: absolute;
		left: 0;
		bottom: 50px;
		z-index: 5;
		width: 100%;
	}

	.homebanner .ssss {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		z-index: 5;
	}

	.homebanner img {
		max-width: 100%;
		width: 100%;
	}

	.homebanner .sss,
	.homebanner .ssss .sss:after {
		height: 2px;
	}

	.homebanner .sss {
		display: inline-block;
		position: relative;
		width: 26px;
		margin: 0 4px;
	}

	.homebanner .ssss .sss:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, .5);
		box-sizing: border-box;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}

	.homebanner .sss .circle {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		bottom: 0;
		z-index: 3;
		background-color: #FF0000;
	}

	.homebanner .sss.sss-active .circle {
		background-color: #FF0000;
		/* -webkit-animation: circlett 3500ms linear both;
		animation: circlett 3500ms linear both; */
	}
	.homebanner .ssss .sss-active:after {
		background-color: #FF0000;
	}

	.homebanner .gdtext {
		position: absolute;
		right: 0;
		bottom: -15px;
		color: #fff;
		-webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
		animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
	}

		.homebanner .gdtext::after {
			content: '';
			display: block;
			margin: auto;
			width: 2px;
			height: 80px;
			background-color: rgba(255, 255, 255, .5);
		}

@-webkit-keyframes circlett {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}


@keyframes circlett {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.homebanner .gundong {
		display: none;
	}

	.homebanner .bannerA {
		bottom: 20px;
	}

	.homebanner .sss {
		width: 30px;
	}
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #ccc;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #ccc;
}

.order-dialog-wrap {
	/*display: block !important;*/
}
.order-form input,
.order-form select {
	padding: 0 5px
}
.order-form textarea {
	padding: 5px;
	resize: none;
}

/* select下拉框 */
.input {
	width: 100%;
	position: relative;
	display: inline-block;
}

.input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	border: 1px solid #BFBFBFFF;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: inherit;
	height: 35px;
	line-height: 35px;
	outline: none;
	padding: 0 5px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%;
}

.input--suffix .input__inner {
	padding-right: 10px;
}

.input__suffix {
	position: absolute;
	height: 100%;
	right: 5px;
	top: 0;
	text-align: center;
	color: #c0c4cc;
	transition: all .3s;
	pointer-events: none;
}

.input__suffix-inner {
	pointer-events: all;
}

.cascader-wrap .input__inner {
	text-overflow: ellipsis;
	overflow: hidden;
}

.input__icon {
	height: 100%;
	text-align: center;
	width: 25px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.input__icon.icon-arrow-down {
		transition: transform .3s;
		font-size: 13px;
	}

	.input__icon.icon-arrow-right {
		transition: transform .3s;
		font-size: 13px;
		transform: rotate(270deg);
	}

.cascader-wrap {
	max-width: 100%;
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
	display: inline-block;
	font-size: 13px;
}

.cascader__dropdown {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2009;
	margin: 5px 0;
	margin-bottom: 12px;
	font-size: 13px;
	background: #ECECEC;
	border: 1px solid #ECECEC;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	display: none;
}

.cascader-panel {
	display: flex;
	border-radius: 4px;
	font-size: 13px;
}

.scrollbar {
	overflow: hidden;
	position: relative;
}

.scrollbar__wrap {
	overflow: scroll;
	height: 100%;
}

.cascader-menu {
	min-width: 160px;
	box-sizing: border-box;
	color: #606266;
	border-right: 1px solid #e4e7ed;
}

	.cascader-menu:last-child {
		border-right: none;
	}

/* .cascader-menu__wrap {
	margin-bottom: -17px;
	margin-right: -17px;
	height: 204px;

} */

.cascader-menu__list {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	box-sizing: border-box;
}

.cascader-node {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px 0 20px;
	height: 34px;
	line-height: 34px;
	outline: none;
}

	.cascader-node:not(.is-disabled) {
		cursor: pointer;
	}

.cascader-node__label {
	flex: 1;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999999;
}

.cascader-node__postfix {
	position: absolute;
	right: 10px;
}

.cascader-node:not(.is-disabled):focus,
.cascader-node:not(.is-disabled):hover,
.cascader-node:not(.is-disabled).is-prepare,
.cascader-node.in-active-path {
	background: #FF0000;
	color: #FFFFFF;
	border-radius: 4px;
}

	.cascader-node:not(.is-disabled):focus .input__icon.icon-arrow-right path,
	.cascader-node:not(.is-disabled):hover .input__icon.icon-arrow-right path,
	.cascader-node:not(.is-disabled).is-prepare {
		fill: #FFFFFF;
	}

	.cascader-node:not(.is-disabled):hover > .cascader-node__label,
	.cascader-node:not(.is-disabled):focus > .cascader-node__label,
	.cascader-node.in-active-path > .cascader-node__label {
		color: #FFFFFF;
	}

.cascader-node.in-active-path,
.cascader-node.is-active,
.cascader-node.is-selectable.in-checked-path {
	color: #FF0000;
	font-weight: 700;
}

	.cascader-node.in-active-path .input__icon path,
	.cascader-node.is-active .input__icon path,
	.cascader-node.is-selectable.in-checked-path .input__icon path {
		fill: #FF0000;
	}

.cascader-wrap:not(.is-disabled):hover .input__inner {
	cursor: pointer;
	border-color: #c0c4cc;
}

.cascader-wrap.is-focus .input .input__inner {
	border-color: #FF0000;
}

.cascader-wrap.is-focus .input .input__icon {
	transform: rotate(180deg);
}

.cascader-wrap.is-focus .cascader__dropdown {
	display: inline-block;
}

.cascader-wrap:focus-within .input__inner {
	border-color: #FF0000;
}

.is-selected-icon {
	position: absolute;
	left: 10px;
	font-size: 13px;
}

.main-wrap {
	margin-bottom: 60px;
}



.product-list {
	margin-top: 50px;
	display: grid;
	align-items: stretch;
	grid-gap: 40px;
	grid-template-columns: repeat(4, 1fr);
}

	.product-list li {
		height: 260px;
		position: relative;
		box-shadow: 0px 0px 11px 0px rgba(143, 143, 143, 0.25);
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		overflow: hidden;
	}.product-list li a {
		display: block;
	}

		.product-list li .product-img {
			height: 200px;
			overflow: hidden;
			text-align: center;
		}
		.product-list li .product-img img {
			max-width: 100%;
			-webkit-transition: all .3s ease-out;
			-moz-transition: all .3s ease-out;
			-ms-transition: all .3s ease-out;
			-o-transition: all .3s ease-out;
			transition: all .3s ease-out;
			max-width: none;
			width: auto;
			/*position: absolute;
			left: 50%;
			top: 50%;*/
			z-index: 3;
			/*-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
		}

	.product-list .product-name {
		width: 100%;
		font-size: 16px;
		text-align: center;
		position: absolute;
		z-index: 99;
		bottom: 24px;
		color: #000000;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	.product-list li:hover {
		box-shadow: 0px 0px 11px 0px rgba(172, 43, 39, 0.3);
	}

		.product-list li:hover .product-img img {
			/*-webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
			-ms-transform: scale(1.1, 1.1) translate(-50%, -50%);
			-o-transform: scale(1.1, 1.1) translate(-50%, -50%);
			transform: scale(1.1, 1.1) translate(-50%, -50%);*/
			transform: scale(1.1, 1.1);
			-webkit-transition: all .3s ease-out;
			-moz-transition: all .3s ease-out;
			-ms-transition: all .3s ease-out;
			-o-transition: all .3s ease-out;
			transition: all .3s ease-out;
		}

		.product-list li:hover .product-name {
			color: #FF0000;
		}

.product-buy {
	margin-top: 50px;
	text-align: center;
}

	.product-buy span.link,
	.product-buy a.link {
		width: 300px;
		height: 40px;
		line-height: 40px;
		background: #FF0000;
		font-size: 16px;
		color: #FFFFFF;
		display: inline-block;
		cursor: pointer;
	}

/* 当前產品詳情 */

.product-wrap {
	width: 100%;
	margin-top: 50px;
	display: flex;
}

/* 当前產品圖片 */
.small-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.magnifier {
	max-width: 680px;
	width: 50%;
	position: relative;
}

.magnifier-container {
	width: 620px;
	height: 500px;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ddd; */
	box-shadow: 0px 0px 8px 0px rgba(138, 138, 138, 0.25);
}

.move-view {
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('../image/move-box.png');
}

.images-cover {
	height: 100%;
	width: 100%;
	position: relative;
}

	.images-cover img {
		position: absolute;
	}

.magnifier-assembly {
	height: 135px;
	overflow: hidden;
	position: relative;
	/* padding-left: 30px;
	padding-right: 30px; */
	margin-top: 18px;
	/* background: red; */
}

.magnifier-btn {
	/*display: none;*/
}

	.magnifier-btn span {
		position: absolute;
		top: 50%;
		margin-top: -40px;
		line-height: 80px;
		height: 80px;
		width: 20px;
		background-color: #ced1d6;
		color: #fff;
		display: block;
		z-index: 9998;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		border-radius: 3px;
	}

	.magnifier-btn .magnifier-btn-left {
		left: 0;
	}

	.magnifier-btn .magnifier-btn-right {
		right: 0;
	}

.magnifier-line {
	position: relative;
	overflow: hidden;
	height: 130px;
}

	.magnifier-line ul {
		display: block;
		font-size: 0;
		width: 10000%;
		position: absolute;
		left: 0;
		z-index: 9997;
	}

	.magnifier-line li {
		float: left;
		width: 160px;
		cursor: pointer;
		padding-right: 25px;
	}

	.magnifier-line ul > .active .small-img {
		border-color: #bbb;
	}

.small-img {
	width: 140px;
	height: 120px;
	/* padding: 1px; */
	overflow: hidden;
	border: 1px solid #8A8A8A40;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(138, 138, 138, 0.25);
}

	.small-img img {
		max-width: 100%;
		max-height: 100%;
	}

.magnifier-view {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
}

	.magnifier-view img {
		display: block;
	}

.animation03 {
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}

/* 当前產品圖片 */
.product-brief {
	float: right;
	margin-left: 4%;
	margin-right: 3%;
}

	.product-brief .title {
		color: #333333FF;
		font-size: 32px;
		line-height: 42px;
	}

	.product-brief .product-info {
		margin-top: 18px;
	}

		.product-brief .product-info li {
			border-bottom: 1px solid #C6C6C6;
			padding-top: 14px;
			padding-bottom: 14px;
			display: flex;
		}

			.product-brief .product-info li p {
				font-size: 18px;
				color: #333333;
				line-height: 28px;
				flex: 1;
			}

	.product-brief .brief-remark p {
		font-size: 14px;
		line-height: 24px;
		color: #666666FF;
		margin-top: 15px;
	}

		.product-brief .brief-remark p .fc-red {
			color: #FF0000;
		}

	.product-brief .button-wrap {
		text-align: center;
		margin-top: 50px;
	}

	.product-brief .submit {
		width: 300px;
		height: 40px;
		background: #FF0000;
		border-width: 0px;
		font-size: 16px;
		color: #FFFFFF;
	}

/* 詳情当前產品圖片 */

.prod-detail {
	margin-top: 30px;
}

	.prod-detail .title {
		font-size: 20px;
		color: #000000;
		margin-bottom: 30px;
		text-align: center;
	}

	.prod-detail img {
		max-width: 100%;
	}


/* 詳情 */
.product-describe {
	margin-top: 50px;
}

	.product-describe > .title {
		font-size: 24px;
		margin-bottom: 30px;
		color: #000;
		text-align: center;
	}

.product-advantage {
	padding: 80px 100px;
	box-shadow: 0px 0px 13px 0px rgba(182, 182, 182, 0.25);
}

.product-advantage {
	display: grid;
	align-items: stretch;
	grid-gap: 100px;
	grid-template-columns: repeat(2, 1fr);
}

	.product-advantage ul li {
		margin-top: 30px;
		position: relative;
	}

		.product-advantage ul li:nth-child(1) {
			margin-top: 0px;
		}

		.product-advantage ul li .advantage-title {
			display: flex;
			align-items: center;
			height: 80%;
			position: absolute;
			top: 0;
			left: 32%;
			right: 10%;
		}

			.product-advantage ul li .advantage-title p {
				font-size: 14px;
				line-height: 24px;
				color: #666666;
			}


.product-describe .describe-wrap {
	padding: 80px 100px;
	box-shadow: 0px 0px 13px 0px rgba(182, 182, 182, 0.25);
}

	.product-describe .describe-wrap .describe-main {
		margin-bottom: 20px;
	}

		.product-describe .describe-wrap .describe-main h3.title {
			font-size: 20px;
			margin-bottom: 5px;
			color: #333333;
		}

			.product-describe .describe-wrap .describe-main h3.title i {
				width: 8px;
				height: 12px;
				margin-top: 12px;
				margin-right: 10px;
				background: url(../image/icon2.png) no-repeat;
				background-size: cover;
				display: inline-block;
			}

		.product-describe .describe-wrap .describe-main p {
			font-size: 16px;
			line-height: 26px;
			color: #666666;
		}

.order-dialog-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.dialog-occlusion {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(156, 156, 156, 0.9);
	z-index: 100;
}

.order-container {
	max-width: 1280px;
	height: 800px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 101;
	overflow: hidden;
}
	.order-container .order-close {
		position: absolute;
		right: 14px;
		top: 14px;
		z-index: 99;
		width: 30px;
		height: 30px;
		font-size: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../image/close1.png);
		cursor: pointer;
	}
	.order-container .order-title {
		position: relative;
		width: 100%;
		height: 75px;
		line-height: 75px;
		font-size: 20px;
		color: #000000;
		padding-left: 30px;
		background: #EBEBEB;
	}

	.order-container .order-main {
		width: 100%;
		height: calc(100% - 75px);
		overflow-y: auto;
		padding: 30px;
	}

		.order-container .order-main .order-table {
			width: 100%;
		}
		.order-container .order-main .order-table1,
		.order-container .order-main .order-table2 {
			margin-bottom: 30px;
		}

			.order-container .order-main .order-table h3.title {
				font-size: 20px;
				color: #333333;
			}

			.order-container .order-main .order-table .order-list {
				width: 100%;
				border: 1px solid #E2E2E2;
				border-radius: 8px 8px 8px 8px;
				margin-top: 10px;
				/* overflow: hidden; */
			}

				.order-container .order-main .order-table .order-list thead {
					background: #F4F4F4;
				}

				.order-container .order-main .order-table .order-list tr {
					border-bottom: 1px solid #E2E2E2;
					;
				}

				.order-container .order-main .order-table .order-list td,
				.order-container .order-main .order-table .order-list th {
					border: 0px;
					text-align: left;
					padding: 0;
					height: 50px;
					line-height: 50px;
					color: #666666;
					font-size: 14px;
				}

					.order-container .order-main .order-table .order-list td:nth-child(1),
					.order-container .order-main .order-table .order-list th:nth-child(1) {
						padding-left: 30px;
					}

					.order-container .order-main .order-table .order-list td:last-child,
					.order-container .order-main .order-table .order-list th:last-child {
						padding-right: 30px;
						text-align: right;
					}

					.order-container .order-main .order-table .order-list th p {
						color: #333333;
					}

					.order-container .order-main .order-table .order-list td .fc-red {
						color: #FF0000;
					}

/*.order-form {
	margin-top: 30px;
}*/

	.order-form .form-item {
		width: 100%;
		display: flex;
		margin-top: 10px;
	}

		.order-form .form-item .name {
			width: 80px;
			font-size: 16px;
			line-height: 40px;
			color: #666666;
			margin-right: 10px;
			display: inline-block;
			text-align: right;
		}

			.order-form .form-item .name .fc-red {
				color: #FF0000;
			}

		.order-form .form-item:nth-child(2n) .name {
			width: 120px;
			max-width: 120px;
		}

		.order-form .form-item .item-input {
			flex: 2;
		}

			.order-form .form-item .item-input .fc-red {
				color: #FF0000;
				margin-top: 5px;
			}

	.order-form .form-button {
		margin-top: 50px;
		text-align: center;
	}

		.order-form .form-button .button {
			width: 205px;
			height: 40px;
			line-height: 40px;
			background: #D2D2D2;
			border: 0px;
			font-size: 16px;
			color: #333333;
			margin-left: 20px;
			margin-right: 20px;
		}

		.order-form .form-button .submit-btn {
			color: #FFFFFF;
			background: #FF0000;
		}

input,
select {
	height: 40px;
	line-height: 40px;
}

input,
select,
textarea {
	width: 100%;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #818181;
}

.order-form .form-title {
	font-size: 20px;
	margin-top: 50px;
	color: #333333;
}

.order-form .form-main {
	display: grid;
	align-items: stretch;
	column-gap: 80px;
	row-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.order-remind {
	width: 475px;
	height: 540px;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 102;
	text-align: center;
}

	.order-remind .remind-wrap {
		position: relative;
		padding: 68px;
		padding-top: 30px;
		padding-bottom: 40px;
		height: auto;
		background: #FFFFFF;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	}

		.order-remind .remind-wrap .icon-remind {
			text-align: center;
		}
		.order-remind .remind-wrap .icon-remind img {
			max-width: 188px;
		}

		.order-remind .remind-wrap .title {
			font-size: 24px;
			margin-top: 20px;
			color: #333333;
			margin-bottom: 12px;
		}

		.order-remind .remind-wrap p.text {
			font-size: 14px;
			color: #666666;
			line-height: 26px;
		}

	.order-remind .remind-close {
		display: inline-block;
		position: absolute;
	    right: 14px;
	    top: 14px;
		width: 30px;
		height: 30px;
		text-align: center;
		background-repeat: no-repeat;
		background-image: url(../image/close1.png);
		background-size: cover;
		cursor: pointer;
	}

.purchase-process {
	margin-top: 30px;
}

	.purchase-process p {
		font-size: 14px;
		line-height: 26px;
		color: #666666FF;
		margin-top: 3px;
	}

.fc-red {
	color: #FF0000;
}

.purchase-process p.title {
	margin-top: 10px;
}

.shop-wrap {
	margin-top: 30px;
	padding-bottom: 40px;
}

.shop-dashed {
	border-bottom: 1px dashed #AAAAAAFF;
}

.shop-wrap .shop-title {
	color: #FF0000;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

	.shop-wrap .shop-title i {
		margin-right: 10px;
		display: inline-block;
	}
	.shop-wrap .shop-title i img {
		height: 30px;
	}

.shop-fast-tip {
	margin-top: 30px;
	display: flex;
}

.shop-fast-tip .xinfi div {
	white-space: nowrap;
	margin-right: 4px;
}
.shop-fast-tip .xinfi p {
	flex: 1;
}
	.shop-fast-tip .xinfi {
		display: flex;
		font-size: 14px;
		line-height: 24px;
		color: #666666FF;
		flex: 1;
		padding-right: 4%;
	}

.product-describe .describe-wrap .describe-main h3.title {
	font-size: 18px;
}

.product-describe .describe-wrap .describe-main p {
	font-size: 14px;
}

.add-fast {
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}

	.add-fast i {
		width: 26px;
		height: 26px;
		font-size: 20px;
		line-height: 26px;
		border-radius: 3px;
		margin-right: 5px;
		display: inline-block;
		text-align: center;
		color: #FFFFFF;
		background: #C6C6C6FF;
		font-style: normal;
	}

	.add-fast span {
		font-size: 16px;
		line-height: 26px;
		color: #666666FF;
	}

	.add-fast:hover i {
		background: #FF0000;
	}

	.add-fast:hover span {
		color: #FF0000;
	}

.princ-sum {
	font-size: 20px;
	line-height: 30px;
	color: #333333FF;
}

	.princ-sum .sum-num {
		width: 230px;
		font-size: 30px;
		margin-right: 5px;
		color: #FF0000;
		text-align: right;
	}
	.standard-sum .inputtijiao {
		width: 130px;
		margin-right: 5px;
		text-align: right;
	}
/* 標准訂購 */
.shop-standard-wrap {
	width: 100%;
	margin-top: 30px;
}

	.shop-standard-wrap .standard-main {
		width: 100%;
		margin-bottom: 30px;
	}

		.shop-standard-wrap .standard-main .standard-title {
			font-size: 24px;
			line-height: 33px;
			margin-bottom: 15px;
			color: #333333;
		}
		.shop-standard-wrap .standard-main .standard-title .tplsr {
			font-size: 12px;
    		vertical-align: baseline;
    		margin-left: 10px;
		}

		@media(max-width: 480px) {
			.shop-standard-wrap .standard-main .standard-title .tplsr {
				display: block;
				margin-left: 0;
			}
		}

.standard-list {
	margin-bottom: 24px;
}

.blank {
	width: 50px;
	display: inline-block;
}

.shop-standard-wrap .standard-main .standard-tip {
	display: flex;
	justify-content: space-between;
}

	.shop-standard-wrap .standard-main .standard-tip .standard-sum {
		font-size: 20px;
		line-height: 33px;
		color: #333333;
	}

		.shop-standard-wrap .standard-main .standard-tip .standard-sum span {
			font-size: 30px;
			padding-right: 5px;
		}

.btn-numbox {
	overflow: hidden;
	margin-right: 30px;
}

	.btn-numbox .name {
		font-size: 16px;
		line-height: 35px;
		margin-left: 15px;
		margin-right: 15px;
		color: #333333;
		display: block;
		float: left;
	}

	.btn-numbox .num-sub,
	.btn-numbox .input-num,
	.btn-numbox .num-add {
		display: block;
		width: 36px;
		height: 33px;
		line-height: 28px;
		text-align: center;
		font-size: 24px;
		color: #666666;
		cursor: pointer;
		float: left;
		border: 1px solid #BFBFBF;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}

	.btn-numbox .input-num {
		width: 58px;
		height: 33px;
		font-size: 16px;
		color: #333;
		border-left: 0;
		border-right: 0;
	}

	.btn-numbox .num-sub {
		background: #ECECECFF;
		border-radius: 3px 0px 0px 3px;
	}

	.btn-numbox .num-add {
		background: #ECECECFF;
		border-radius: 0px 3px 3px 0px;
	}

/* 快速訂購 */
.shop-fast-list {
	margin-bottom: 40px;
}

	.shop-fast-list .shop-fast-form {}
	.standard-list,
	.standard-list .ttop,
	.standard-list .tbom,
	.shop-fast-list .shop-fast-form dl dt {
		display: flex;
		flex-wrap: wrap;
	}
	.standard-list .ttop,
	.standard-list .tbom {
		width: 100%;
	}
	.standard-list .tbom {
		margin-top: 10px;
	}

		.shop-fast-list .shop-fast-form dl {
			margin: 0;
			padding: 0;
			flex-grow: 0;
			margin-top: 20px;
			align-items: stretch;
		}
		.shop-fast-list .shop-fast-form dl:nth-child(1) {
			margin-top: 0;
		}

			.shop-fast-list .shop-fast-form dl p.title {
				width: 100%;
				font-size: 24px;
				margin-bottom: 10px;
				color: #333333;
			}

			.shop-fast-list .shop-fast-form dl dd {
				margin-top: 10px;
			}
			.shop-fast-list .shop-fast-form dl dd,
			.standard-list dl .product-title,
			.standard-list dl .unitPrice {
				margin: 0;
				padding: 0;
				margin-inline-start: 0px;
				line-height: 30px;
				font-size: 16px;
				text-align: right;
			}

		.shop-fast-list .fast-price .del-price,
		.standard-list dl .del-price {
			width: auto;
			height: auto;
			padding: 0;
			line-height: 30px;
			border: 0px;
			color: #FF0000;
			font-size: 14px;
		}

				.shop-fast-list .shop-fast-form dl dd span:nth-child(1) {
					margin-right: 20px;
				}

		/* 標准訂購 */
		.standard-list dl,
		.shop-fast-list .shop-fast-form dl {
			/* flex-grow: 1; */
		}
		.shop-fast-list .shop-fast-form dl {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: flex-end;
		}
		.standard-main:nth-child(1) .standard-list {
			/*justify-content: flex-end;*/
		}
		.standard-main:nth-child(1) .standard-list dl:nth-child(2) {
			margin-left: 60%;
		}
		.standard-list dl:nth-child(1) {
			width: 60%;
		}
			.standard-main:nth-child(1) .standard-list dl:nth-child(1),
			.shop-fast-list .shop-fast-form dl:nth-child(1) {
				/* width: 60%; */
				width: 100%;
			}

				.standard-list dl:nth-child(1) label,
				.shop-fast-list .shop-fast-form dl dt label {
					flex-wrap: nowrap;
					display: flex;
					align-items: center;
					margin-right: 20px;
				}

					.standard-list dl:nth-child(1) label span,
					.shop-fast-list .shop-fast-form dl dt label > span {
						max-width: 140px;
						font-size: 14px;
						line-height: 20px;
						padding-right: 8px;
						color: #333333;
					}

					.standard-list dl:nth-child(1) label .slect-style,
					.shop-fast-list .shop-fast-form dl dt label .slect-style {
						max-width: 160px;
						width: 150px;
						height: 32px;
					}

			/* .standard-list dl:nth-child(2) {
				flex-grow: 2;
				justify-content: space-around;
			} */

		.standard-list dl {
			display: flex;
			padding: 0;
			margin: 0;
		}

			/* .standard-list dl .product-title {
				font-size: 20px;
				line-height: 35px;
				color: #333333;
			} */

			/* .standard-list dl .unitPrice {
				font-size: 20px;
				line-height: 35px;
				color: #333333;
			} */

	.shop-fast-list .fast-price {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.shop-fast-list .fast-price .price-wrap {
			display: flex;
		}

.standard-list dl:nth-child(3) {
	justify-content: space-between;
}

.slect-style {
	background: transparent;
	border: 1px solid #BFBFBF;
	line-height: 32px;
	height: 32px;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333333;
	padding: 0 5px;
}

.product-banner {
	display: none;
}

/* 標准訂購 */
@media (max-width: 1500px) {

	.standard-list dl:nth-child(1),
	.shop-fast-list .shop-fast-form dl dt {
		/* background: red; */
		 align-items: flex-end; 
	}
	.shop-fast-list .shop-fast-form dl:nth-child(2) dt label {
		flex-wrap: wrap;
		align-items: flex-end;
	}

		.standard-list dl:nth-child(1) label,
		.shop-fast-list .shop-fast-form dl:nth-child(1) dt label,
		.standard-main:nth-child(1) .standard-list dl:nth-child(1) dt label {
			display: inline-block;
			flex: 1;
		}

		.shop-fast-list .shop-fast-form dl:nth-child(1) dt label .slect-style,
			.standard-list dl:nth-child(1) label .slect-style,
			.shop-fast-list .shop-fast-form dl:nth-child(2) dt label .slect-style,
			.shop-fast-list .shop-fast-form dl dt label .slect-style.select7 {
				max-width: 100%;
				width: 100%;
			}

			/* :nth-child(2) */
	.shop-fast-list .shop-fast-form dl {
		/* width: 26%; */
		width: 100%;
	}
	.shop-fast-list .shop-fast-form dl:nth-child(3) dt label {
		flex-wrap: wrap;
	}
	.shop-fast-list .shop-fast-form dl:nth-child(3) dt label span {
		width: 100%;
	}

	.standard-list dl {
		align-items: flex-end;
	}

	.shop-fast-list .shop-fast-form dl:nth-child(1) dt label,
	.shop-fast-list .shop-fast-form dl:nth-child(2) dt label,
	.shop-fast-list .shop-fast-form dl:nth-child(3) dt label .slect-style,
		.standard-list dl:nth-child(1) label {
			max-width: 180px;
			width: 180px;
		}
}

@media (max-width: 1400px) and (min-width: 961px){
	.standard-list dl:nth-child(1) {
		width: 40%;
	}
		.standard-main:nth-child(1) .standard-list dl:nth-child(2) {
			margin-left: 40%;
		}
}
@media (min-width: 961px) {
	.product-title22 {
		width: 118px;
	}
}
#Validform_msg {
	display: none !important;
}
input.Validform_error,
.Validform_error input {
	border: 1px solid red;
}
@media (max-width: 960px) {
	.shop-fast-tip .xinfi {
		display: block;
	}
	.product-banner {
		display: block;
	}
		.standard-main:nth-child(1) .standard-list dl:nth-child(2) {
			margin-left: 0;
		}

	.product-list {
		margin-top: 30px;
		display: grid;
		align-items: stretch;
		grid-gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}

	.product-advantage,
	.product-describe .describe-wrap {
		padding: 20px;
	}

		.product-advantage ul li .advantage-title {
			left: 28%;
			right: 2%;
		}

			.product-advantage ul li .advantage-title p {
				font-size: 12px;
				line-height: 20px;
			}

	.product-advantage {
		display: grid;
		align-items: stretch;
		grid-gap: 50px;
		grid-template-columns: repeat(2, 1fr);
	}

	.product-describe > .title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.product-describe {
		margin-top: 30px;
	}

	/* 快速訂購 */
	.standard-list dl:nth-child(1),
	.shop-fast-list .shop-fast-form dl:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.shop-fast-list .shop-fast-form,
	.standard-list {
		display: block;
	}

		/* .standard-list dl:nth-child(2), */
		.shop-fast-list .shop-fast-form dl:nth-child(2) {
			width: 100%;
			justify-content: space-between;
			float: left;
		}

		.standard-list dl:nth-child(3) {
			width: 40%;
			float: left;
			/* justify-content: space-around; */
		}
		.shop-fast-list .shop-fast-form dl dd {
			width: 100%;
		}

	.shop-standard-wrap .standard-main .standard-tip {
		flex-wrap: wrap;
		width: 100%;
		/*padding-top: 20px;*/
	}

	.purchase-process p {
		font-size: 14px;
		line-height: 26px;
	}

	.standard-list:after {
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
	}

	.order-container {
		max-width: 900px;
		width: 90%;
	}

	.order-form .form-main {
		row-gap: 20px;
	}

	.order-remind {
		width: 88%;
		max-width: 360px;
		height: 430px;
	}

		.order-remind .remind-wrap {
			padding: 20px;
			padding-bottom: 30px;
		}

			.order-remind .remind-wrap .icon-remind img {
				width: 120px;
			}

		/*.order-remind .remind-close {
			width: 35px;
			height: 35px;
		}*/

	.product-wrap {
		margin-top: 20px;
		display: block;
	}

	.product-brief .button-wrap {
		margin-top: 30px;
	}

	.magnifier {
		margin-left: 0px;
	}

	.product-brief {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}

		.product-brief .title {
			font-size: 28px;
		}

		.product-brief .product-info {
			margin-top: 0px;
		}

			.product-brief .product-info li {
				padding-top: 8px;
				padding-bottom: 8px;
			}

				.product-brief .product-info li p {
					font-size: 14px;
				}

	.prod-detail {
		margin-bottom: 30px;
	}

	.magnifier {
		display: none;
	}

	.shop-fast-list .shop-fast-form dl p.title,
	.shop-standard-wrap .standard-main .standard-title {
		font-size: 22px;
	}

	.order-form .form-title {
		margin-top: 30px;
	}

	.order-form .form-item .name {
		font-size: 14px;
	}

	.order-container {
		/*height: 580px;*/
		height: 80vh;
	}

		.order-container .order-title {
			height: 55px;
			line-height: 55px;
		}

		.order-container .order-main {
			padding: 15px;
		}

			.order-container .order-main .order-table .order-list td,
			.order-container .order-main .order-table .order-list th {
				height: 40px;
				line-height: 40px;
			}

			.order-container .order-main .order-table h3.title,
			.order-form .form-title {
				font-size: 18px;
			}
}

@media (max-width: 640px) {
	.product-list {
		margin-bottom: 40px;
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

		.product-list .product-name {
			bottom: 10px;
			line-height: 20px;
			font-size: 12px;
		}

	.product-advantage,
	.product-describe .describe-wrap {
		padding: 15px;
	}

		.product-advantage ul.advantage-list2 {
			margin-top: 15px;
		}

		.product-advantage ul li {
			margin-top: 15px;
		}

			.product-advantage ul li .advantage-title {
				left: 30%;
				right: 2%;
			}

				.product-advantage ul li .advantage-title p {
					font-size: 12px;
					line-height: 18px;
				}

	.product-advantage {
		display: grid;
		align-items: stretch;
		grid-gap: 0px;
		grid-template-columns: repeat(1, 1fr);
	}

	.product-describe .describe-wrap .describe-main h3.title {
		font-size: 16px;
	}

		.product-describe .describe-wrap .describe-main h3.title i {
			margin-top: 8px;
		}

	.product-describe .describe-wrap .describe-main p {
		font-size: 12px;
		line-height: 22px;
	}

	.shop-fast-list .shop-fast-form,
	.standard-list,
	.shop-fast-list .shop-fast-form dl dt {
		display: inline-block;
		width: 100%;
	}
	.shop-fast-list .shop-fast-form dl:nth-child(1) dt label,
	.shop-fast-list .shop-fast-form dl:nth-child(2) dt label,
	.shop-fast-list .shop-fast-form dl:nth-child(3) dt label .slect-style,
	.standard-list dl:nth-child(1) label,
		.standard-list dl:nth-child(1),
		.shop-fast-list .shop-fast-form dl:nth-child(1),
		.shop-fast-list .shop-fast-form dl:nth-child(2) {
			width: 100%;
			max-width: 100%;
		}

			.standard-list dl:nth-child(1) label,
			.shop-fast-list .shop-fast-form dl dt label {
				width: 100%;
				/* display: flex;
				flex: 1; */
				flex-wrap: wrap;
				margin-top: 12px;
				/* justify-content: flex-end; */
			}

				.standard-list dl:nth-child(1) label span,
				.shop-fast-list .shop-fast-form dl dt label span {
					width: 100%;
					max-width: 100%;
					padding-right: 0px;
				}
				.standard-list dl:nth-child(1) label span.input__suffix,
				.shop-fast-list .shop-fast-form dl dt label span.input__suffix {
					width: auto;
				}

				.standard-list dl:nth-child(1) label .slect-style,
				.shop-fast-list .shop-fast-form dl dt label .slect-style {
					width: 100%;
				}

			.standard-list dl:nth-child(1) label {
				display: flex;
				max-width: 100%;
			}

	.shop-fast-list .fast-price,
	.shop-fast-tip {
		display: block;
		position: relative;
	}

	.fast-price .btn-numbox {
		margin-bottom: 20px;
	}

	.shop-fast-tip .add-fast {
		margin-top: 20px;
	}

	.standard-list dl {
		display: block;
	}

		.standard-list dl:nth-child(2) {
			width: 100%;
			display: flex;
			margin-bottom: 20px;
			/* justify-content: space-between; */
		}

	.shop-fast-tip .princ-sum {
		margin-top: 20px;
		display: block;
	}

	.shop-standard-wrap .standard-main .standard-tip {
		padding-top: 0px;
		/*margin-top: 20px;*/
	}

	.purchase-process p,
	.shop-fast-tip .xinfi {
		font-size: 14px;
		line-height: 24px;
	}

	.shop-fast-list .shop-fast-form dl p.title,
	.shop-standard-wrap .standard-main .standard-title {
		font-size: 22px;
		margin-bottom: 0px;
	}

	.shop-fast-list .fast-price .price-wrap {
		display: block;
	}

	.shop-fast-list .fast-price .del-price {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.standard-list dl:nth-child(3) {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.main-wrap {
		margin-bottom: 0px;
	}

	.product-buy {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.order-form .form-main {
		column-gap: 0px;
		row-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	.order-form .form-item .name,
	.order-form .form-item:nth-child(2n) .name {
		max-width: 80px;
		width: 80px;
		line-height: 20px;
	}

	.order-form .form-button .button {
		width: 100px;
	}

	.product-list li, .product-list li .product-img {
		height: auto;
	}
	.product-list li {
		padding-bottom: 30px;
	}

		.product-list li .product-img img {
			width: 100%;
			position: relative;
			left: 0;
			top: 0;
			transform: translate(0%, 0%);
		}

	.order-container .order-main .order-table {
		overflow-x: auto;
	}

		.order-container .order-main .order-table .order-list {
			min-width: 860px;
		}

	.order-container .order-title {
		height: 55px;
		line-height: 55px;
	}

	.order-container .order-main .order-table .order-list td,
	.order-container .order-main .order-table .order-list th {
		height: 36px;
		line-height: 36px;
	}

	.order-form .form-item .name {
		font-size: 14px;
	}

	/* input,
	select,
	textarea {
		font-size: 14px;
		line-height: 24px;
	} */

	.order-form .form-title {
		font-size: 16px;
		margin-top: 30px;
	}

	.order-container .order-title {
		font-size: 16px;
	}

	.order-container .order-main {
		padding: 15px;
	}
}

/* in-active-path */

.cascader-wrap:hover .cascader__dropdown {
	/* display: block; */
}

.cascader-wrap .is-selected-icon,
.cascader-wrap .cascader-menu .cascader-menu {
	display: none;
}

.cascader-wrap .cascader-node {
	position: static;
}

.cascader-wrap .cascader-menu {
	overflow: visible;
}

	.cascader-wrap .cascader-menu .cascader-menu {
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 5;
		background: #ECECEC;
		border: 1px solid #ECECEC;
		border-radius: 4px;
		box-shadow: 6px 2px 12px 0 rgb(0 0 0 / 10%);
	}

	.cascader-wrap .cascader-menu .cascader-node:hover .cascader-menu {
		display: block;
	}

.inputtijiao {
	border: none;
	width: 70px;
	height: 30px;
	line-height: 30px;
}

.sensorprice, .dianlanprice, .peijianprice {color: #FF0000}
/*.shop-fast-form:nth-child(1) dl:nth-child(1) dt,*/
.standard-main:nth-child(1) .standard-list dl:nth-child(1) {
	margin-bottom: 16px;
}

@media (max-width: 1200px) and (min-width: 961px) {
	.shop-fast-list .shop-fast-form dl:nth-child(1) {
		justify-content: flex-end;
	}
	.shop-fast-list .shop-fast-form dl:nth-child(1) dt {
		width: 100%;
		margin-bottom: 16px;
	}
}

.formfapiaowrt .tabstre {
	display: flex;
	font-size: 14px;
}
.formfapiaowrt .tabstre .itrs {
	position: relative;
    height: 34px;
	padding: 0 14px;
    line-height: 32px;
    border: 1px solid #818181;
    cursor: pointer;
}
.formfapiaowrt .tabstre .itrs input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.formfapiaowrt .tabstre .itrs.active {
	background-color: #f1f1f1;
}
.form-mainfapiao .form-item .name {
	position: relative;
	padding-right: 8px;
}
.form-mainfapiao .ffred .name::after {
	content: '*';
    position: absolute;
    right: 0;
    bottom: 0;
	color: #FF0000;
}

@media (min-width: 961px) {
	.formfapiaowrt {
		display: flex;
	}
	.formfapiaowrt .tabstre .itrs {
		margin-left: 30px;
	}
}
@media (max-width: 960px) {
	.formfapiaowrt {
		margin-bottom: 14px;
	}
	.formfapiaowrt .tabstre {
		margin-top: 14px;
	}
	.formfapiaowrt .tabstre .itrs {
		margin-left: 8px;
	}
	.formfapiaowrt .tabstre .itrs:first-child {
		margin-left: 0;
	}
}
@media (min-width: 641px) {
	.cascader__dropdown .cascader-node__label {
		max-width: 260px !important;
	}
}
@media (max-width: 640px) {
	.order-form .form-item .name, .order-form .form-item:nth-child(2n) .name,
	.order-form .form-item .name {
		display: flex;
	    align-items: center;
	    justify-content: flex-end;
	}
	.form-mainfapiao .ffred .name::after {
		line-height: 20px;
		bottom: 7px
	}
	.cascader__dropdown, .cascader-menu {
		width: 100%;
	}
}


@media (min-width: 1501px) {
	.standard-list dl:nth-child(1) label .slect-style.select7, .shop-fast-list .shop-fast-form dl dt label .slect-style.select7,
	.standard-list dl:nth-child(1) label .slect-style.select8, .shop-fast-list .shop-fast-form dl dt label .slect-style.select8 {
		max-width: 350px;
		width: 350px;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.standard-list dl:nth-child(1) label .slect-style.select7, .shop-fast-list .shop-fast-form dl dt label .slect-style.select7,
	.standard-list dl:nth-child(1) label .slect-style.select8, .shop-fast-list .shop-fast-form dl dt label .slect-style.select8 {
		max-width: 300px;
		width: 300px;
	}
}
@media (max-width: 960px) and (min-width: 641px) {
	.shop-fast-list .shop-fast-form dl:nth-child(3) dt label,
	.standard-main33 .standard-list dl:nth-child(1) label,
	.standard-main44 .standard-list dl:nth-child(1) label {
		max-width: 380px;
		width: 380px;
	}
}








.showboxaa {
  position: relative;
}
.showboxaa p {
	margin: 0;
	padding: 0;
}

#showbox span {
	background:url('../image/move-box.png') repeat;
	cursor: crosshair;
}
#showsum {
	/*min-width: 580px !important;*/
	margin-top: 20px;
	margin-left: -20px;
}
#showsum p {
	/*min-width: 620px !important;*/
}
#showsum span {
	text-align: center;
	overflow: hidden;
}
#showsum span img {
	width: 138px;
	height: 100px;
    object-fit: cover;
	border:1px solid #8A8A8A40;
	cursor: pointer;
}
#showsum span.sel img {
	border:1px solid #bbb;
}

.showpage span {
	top: auto;
	bottom: 38px;
	height: 70px;
	line-height: 70px;
	margin-top: 0;
	user-select: none;
	font-size: 0;
	transition: all .2s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-image: url(../image/aarrow.png);
}
.showpage .magnifier-btn-right {
	transform: rotate(180deg);
}
.showpage span:hover {
	background-color: #FF0000;
}
#showbox {
    box-shadow: 0 0 4px rgba(0,0,0, .1);
}
#showbox img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}



@media (max-width: 640px) {
	.cascader-wrap .cascader-node {
		position: relative;
	}
	.cascader-wrap .cascader-menu .cascader-menu {
		left: 0;
    	top: 100%;
    	bottom: auto;
	}
	.princ-sum {
		display: block;
	}
	.shop-fast-list .shop-fast-form dl dd>span {
		display: inline-block;
	}
	.princ-sum .sum-num {
		font-size: 20px;
	}
}


