.file-input{
	height: auto!important;
	padding: 8px 10px!important;
}
.primary-a:hover{
	color: #c30e23;
}
@font-face{
	font-family: 'DroidSansFallback';
	src : url('https://www.iwccabinetry.com/static/fonts/DroidSansFallback.ttf?r=1.0.0');
}
*{
	font-family: 'DroidSansFallback';
}

.form-validate-result{
	margin: 0 10px;
	color: red;
}
.delete-text{
	text-decoration: line-through;
}
.foot .row{
	 padding: 5px 0;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {

	.form-validate-result{
		margin: 10px 0;
		color: red;
		display: block;
	}

	/* 分栏布局 */
	.row {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.col-s-12 {
		width: 100%
	}

	.col-s-11 {
		width: 91.666%
	}

	.col-s-10 {
		width: 83.333%
	}

	.col-s-9 {
		width: 75%
	}

	.col-s-8 {
		width: 66.666%
	}

	.col-s-7 {
		width: 58.333%
	}

	.col-s-6 {
		width: 50%
	}

	.col-s-5 {
		width: 41.666%
	}

	.col-s-4 {
		width: 33.333%
	}

	.col-s-3 {
		width: 25%
	}

	.col-s-2 {
		width: 16.666%
	}

	.col-s-1 {
		width: 8.333%
	}
	/* 分页样式 */
	.pagination{
		margin:11px;
		text-align: left;
	}
	.page{
		display: inline-block;
	}
	.page a{
		float: left;
		background-color: #fafafa;
		border: 1px solid #e6e6e6;
		color: #333;
		width: 36px;
		height: 36px;
		line-height:36px;
		text-align: center;
		margin:4px;
		font-size:14px;
		cursor: pointer;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.page a.on{
		background-color: #c30e23;
		border: 1px solid #c30e23;
		color: #fff;
	}
	.page a.prev,.page a.next{
		width: auto;
		padding:0 8px;
	}
	/* 条形图文样式 */
	.img-header {
		background: url("../img/team.jpg") center 0 no-repeat;
		color: #fff;
		margin-bottom: 20px;
	}

	.img-header-title {
		margin: 0 auto;
		padding: 20px 15px;
	}

	.img-header-title h1 {
		font-weight: normal;
	}

	/* 关于和联系我们标题栏 */
	.company-title {
		position: relative;
		margin: 0 15px;
	}

	.company-title h1 {
		padding: 6px 0;
		font-size: 18px;
		font-weight: normal;
	}

	.company-title span {
		display: inline-block;
		padding: 2px 15px;
		height: 1px;
		background: #e6e6e6;
	}

	/* 卡片样式 */
	.card {
		overflow: hidden;
		margin: 15px 0;
	}

	.card-list {
		display: block;
		margin-bottom: 5px;
	}

	.card-info {
		padding: 10px 15px;
	}

	.card-info .goods-title {
		margin: 5px 0;
		font-size: 15px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.card-info .goods-fee {
		margin: 5px 0;
		color: #f00;
		font-size: 18px;
	}

	.card-info p {
		color: #999;
		font-size: 13px;
	}

	.card-img {
		margin: 0 15px;
		display: flex;
		align-items: center;
		overflow: hidden;
		height: 190px;
	}

	.card-img.door {
		height: auto;
		max-width: 400px;
	}

	.card-img img {
		width: 100%;
		height: 100%;
	}

	/*tab栏样式*/
	.tabs {
		background: #fff;
		height: 54px;
		text-align: center;
		border-bottom: 1px solid #f5f6f7;
	}

	.tabs .tab {
		height: 51px;
		line-height: 51px;
		margin: 0 10px;
		display: inline-block;
		border-bottom: 3px solid #fff;
		cursor: pointer;
	}

	.tabs .tab.active {
		height: 51px;
		line-height: 51px;
		border-bottom: 3px solid #c30e23;
	}

	.tabs-content {
		padding-bottom: 10px;
	}

	.tabs-content .content {
		display: none;
	}

	.tabs-content .content.active {
		display: block;
	}

	/* 快速入口样式 */
	.quick-entrance {
		position: fixed;
		right: 20px;
		bottom: 30px;
		z-index: 50;
	}

	.quick-entrance .quick-btn {
		width: 48px;
		height: 48px;
		transition:all 0.3s;
		-moz-transition:all 0.3s, -moz-transform 0.3s;
		-webkit-transition:all 0.3s, -webkit-transform 0.3s; 
		-o-transition:all 0.3s, -o-transform 0.3s; 
	}

	.quick-btn-rotate {
		transform:rotate(45eg);
		-moz-transform:rotate(45deg); 
		-webkit-transform:rotate(45deg); 
		-o-transform:rotate(45g);
	}

	.quick-entrance .quick-btn img {
		width: 32px;
		height: 32px;
		padding: 8px;
		background-color: #6330b7;
		overflow: hidden;
		border-radius: 50px;
		box-shadow: 0 0 25px #c1a6ee;
	}

	.quick-item {
		position: absolute;
		right: -150px;
		bottom: 58px;
		z-index: 50;
	}

	.quick-entrance a {
		display: block;
		padding: 0 5px;
		width: 88px;
		height: 36px;
		line-height: 36px;
		margin: 8px 0;
		text-align: center;
		font-size: 12px;
		border-radius: 50px;
		color: #fff;
		background-color: #6330b7;
		box-shadow: 0 0 15px #c1a6ee;
	}
	/* 无数据样式 */
	.data-default{
		width: 160px;
		margin:80px auto;
		text-align: center;
	}
	.data-default-img{
		text-align: center;
		width: 160px;
		height: 120px;
	}
	.data-default-img img{
		width: 100%;
		height: 100%;
	}
	.data-default-text{
		font-size:15px;
		color: #999;
		line-height: 24px;
		padding:5px 0;
	}
	/* 页面底部样式 */
	footer {
		width: 100%;
		background: #f5f4ef;
		padding-top: 10px;
	}

	.foot {
		margin: 0 15px;
	}

	.foot-link {
		padding-bottom: 10px;
	}

	.foot-link .logo {
		display: none;
	}

	.foot-link .title {
		display: block;
		font-size: 14px;
		padding: 5px 0;
		color: #999;
	}

	.foot-link .item {
		display: inline-block;
		font-size: 15px;
		color: #333;
		padding: 12px 0;
		margin-right: 10px;
	}

	.foot-link .item:last-child {
		margin: 0;
	}

	.foot-link .qrcode img {
		display: none;
	}

	.foot-link .foot-icon {
		padding-top: 10px;
	}

	.foot-link .foot-icon a {
		margin-right: 5px;
	}

	.foot-link .foot-icon .icon {
		font-size: 20px;
		color: #666;
	}

	.foot-contact-way {
		border-top: 1px solid #eeece5;
		padding: 15px 0;
	}

	.foot-contact-way .item {
		line-height: 1.4;
		padding: 4px 0;
	}

	.copyright-box {
		background-color: #e9e8e1;
	}

	.copyright {
		margin: 0 15px;
		font-size: 13px;
		line-height: 1.4;
		padding: 10px 0;
		/* text-align: center; */
		color: #666;
	}

	.copyright a {
		display: none;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 1200px) {

	/* 分栏布局 */
	.row {
		overflow: hidden;
	}

	.col-m-12,
	.col-m-11,
	.col-m-10,
	.col-m-9,
	.col-m-8,
	.col-m-7,
	.col-m-6,
	.col-m-5,
	.col-m-4,
	.col-m-3,
	.col-m-2,
	.col-m-1 {
		float: left;
	}

	.col-m-12 {
		width: 100%
	}

	.col-m-11 {
		width: 91.666%
	}

	.col-m-10 {
		width: 83.333%
	}

	.col-m-9 {
		width: 75%
	}

	.col-m-8 {
		width: 66.666%
	}

	.col-m-7 {
		width: 58.333%
	}

	.col-m-6 {
		width: 50%
	}

	.col-m-5 {
		width: 41.666%
	}

	.col-m-4 {
		width: 33.333%
	}

	.col-m-3 {
		width: 25%
	}

	.col-m-2 {
		width: 16.666%
	}

	.col-m-1 {
		width: 8.333%
	}
	/* 分页样式 */
	.pagination{
		margin:15px 0;
		text-align: center;
	}
	.page{
		display: inline-block;
	}
	.page a{
		float: left;
		background-color: #fafafa;
		border: 1px solid #e6e6e6;
		color: #333;
		width: 36px;
		height: 36px;
		line-height:36px;
		margin:0 4px;
		font-size:14px;
		cursor: pointer;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.page a.on{
		background-color: #c30e23;
		border: 1px solid #c30e23;
		color: #fff;
	}
	.page a.prev,.page a.next{
		width: 64px;
	}
	/* 条形图文样式 */
	.img-header {
		background: url("../img/team.jpg") center 0 no-repeat;
		color: #fff;
		margin-bottom: 20px;
	}

	.img-header-title {
		margin: 0 auto;
		padding: 20px 15px;
	}

	.img-header-title h1 {
		font-weight: normal;
	}

	/* 关于和联系我们标题栏 */
	.company-title {
		position: relative;
		margin: 0 20px;
	}

	.company-title h1 {
		padding: 8px 0;
		font-size: 20px;
		font-weight: normal;
	}

	.company-title span {
		display: inline-block;
		padding: 2px 15px;
		height: 1px;
		background: #e6e6e6;
	}

	/* 卡片样式 */
	.card {
		overflow: hidden;
		margin: 5px;
	}

	.card-list {
		padding: 10px 0;
		display: block;
	}

	.card-info {
		padding: 10px;
	}

	.card-info .goods-title {
		margin: 5px 0;
		font-size: 16px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.card-info .goods-fee {
		margin: 5px 0;
		color: #f00;
		font-size: 20px;
	}

	.card-info p {
		color: #999;
		font-size: 14px;
	}

	.card-img {
		margin: 0 10px;
		display: flex;
		align-items: center;
		overflow: hidden;
		height: 240px;
		background: #c30e23;
	}

	.card-img.door {
		height: auto;
		max-width: 200px;
	}

	.card-img img {
		width: 100%;
		height: 100%;
		transition: All 0.1s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		cursor: pointer;
	}

	.card-img img:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	/*tab栏样式*/
	.tabs {
		background: #fff;
		height: 54px;
		margin-bottom: 10px;
		padding: 0 30px;
		box-shadow: 0 15px 30px #e6e6e6;
	}

	.tabs .tab {
		height: 51px;
		line-height: 51px;
		margin: 0 12px;
		display: inline-block;
		border-bottom: 3px solid #fff;
		cursor: pointer;
	}

	.tabs .tab.active {
		height: 51px;
		line-height: 51px;
		border-bottom: 3px solid #c30e23;
	}

	.tabs-content {
		padding: 10px 0;
	}

	.tabs-content .content {
		display: none;
	}

	.tabs-content .content.active {
		display: block;
	}

	/* 快速入口样式 */
	.quick-entrance {
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 50;
	}

	.quick-entrance .quick-btn {
		display: none;
	}

	.quick-item {
		display: block;
	}

	.quick-entrance a {
		display: block;
		padding: 0 20px;
		height: 36px;
		line-height: 36px;
		margin: 10px 0;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		background-color: #6330b7;
		box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	}
	/* 无数据样式 */
	.data-default{
		width: 240px;
		margin:100px auto;
		text-align: center;
	}
	.data-default-img{
		text-align: center;
		width: 240px;
		height: 180px;
	}
	.data-default-img img{
		width: 100%;
		height: 100%;
	}
	.data-default-text{
		font-size:15px;
		color: #999;
		line-height: 24px;
		padding:5px 0;
	}
	/* 页面底部样式 */
	footer {
		width: 100%;
		background: #f5f4ef;
		padding-top: 20px;
	}

	.foot {
		margin: 0 15px;
	}

	.foot-link {
		padding-bottom: 10px;
	}

	.foot-link .logo {
		width: 80%;
		padding-top: 25px;
		vertical-align: middle;
	}

	.foot-link .title {
		display: block;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 15px;
		color: #000;
	}

	.foot-link .item {
		display: block;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.6);
		padding: 8px 0;
	}

	.foot-link .qrcode img {
		width: 64px;
		height: 64px;
	}

	.foot-link .foot-icon {
		padding-top: 10px;
	}

	.foot-link .foot-icon .icon {
		font-size: 18px;
		color: #666;
	}

	.foot-contact-way {
		border-top: 1px solid #eeece5;
		padding: 15px 0;
	}

	.copyright-box {
		background-color: #e9e8e1;
	}

	.copyright {
		margin: 0 15px;
		font-size: 13px;
		padding: 10px 0;
		/* text-align: center; */
		color: #666;
	}

	.copyright a {
		color: #333;
	}

	/*滚动条样式*/
	::-webkit-scrollbar {
		width: 4px;
		height: 4px;
		background-color: #f6f7f8;
	}

	::-webkit-scrollbar-track {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #f6f7f8;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #aaa;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}

	/* 分栏布局 */
	.row {
		overflow: hidden;
	}

	.col-l-12,
	.col-l-11,
	.col-l-10,
	.col-l-9,
	.col-l-8,
	.col-l-7,
	.col-l-6,
	.col-l-5,
	.col-l-4,
	.col-l-3,
	.col-l-2,
	.col-l-1 {
		float: left;
	}

	.col-l-12 {
		width: 100%
	}

	.col-l-11 {
		width: 91.666%
	}

	.col-l-10 {
		width: 83.333%
	}

	.col-l-9 {
		width: 75%
	}

	.col-l-8 {
		width: 66.666%
	}

	.col-l-7 {
		width: 58.333%
	}

	.col-l-6 {
		width: 50%
	}

	.col-l-5 {
		width: 41.666%
	}

	.col-l-4 {
		width: 33.333%
	}

	.col-l-3 {
		width: 25%
	}

	.col-l-2 {
		width: 16.666%
	}

	.col-l-1 {
		width: 8.333%
	}
	/* 分页样式 */
	.pagination{
		width: 1200px;
		margin:15px auto;
		text-align: center;
	}
	.page{
		display: inline-block;
	}
	.page a{
		float: left;
		background-color: #fafafa;
		border: 1px solid #e6e6e6;
		color: #333;
		width: 36px;
		height: 36px;
		line-height:36px;
		margin:0 4px;
		font-size:14px;
		cursor: pointer;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	.page a.on{
		background-color: #c30e23;
		border: 1px solid #c30e23;
		color: #fff;
	}
	.page a.prev,.page a.next{
		width: 64px;
	}
	/* 条形图文样式 */
	.img-header {
		background: url("../img/team.jpg") center 0 no-repeat;
		color: #fff;
		margin-bottom: 20px;
	}

	.img-header-title {
		width: 1200px;
		margin: 0 auto;
		padding: 20px 0;
	}

	.img-header-title h1 {
		font-weight: normal;
	}

	/* 关于和联系我们标题栏 */
	.company-title {
		position: relative;
	}

	.company-title h1 {
		padding: 10px 0;
		font-size: 24px;
		font-weight: normal;
	}

	.company-title span {
		display: inline-block;
		padding: 2px 15px;
		height: 1px;
		background: #e6e6e6;
	}

	/* 卡片样式 */
	.card {
		overflow: hidden;
	}

	.card-list {
		padding: 10px 0;
		display: block;
	}

	.card-info {
		padding: 10px;
	}

	.card-info .goods-title {
		margin: 5px 0;
		font-size: 16px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.card-info .goods-fee {
		margin: 5px 0;
		color: #f00;
		font-size: 20px;
	}

	.card-info p {
		color: #999;
		font-size: 14px;
	}

	.card-img {
		margin: 0 10px;
		height: 240px;
		display: flex;
		align-items: center;
		overflow: hidden;
		background: #c30e23;
	}

	.card-img.door {
		height: auto;
		max-width: 200px;
	}

	.card-img img {
		width: 100%;
		height: 100%;
		transition: All 0.1s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		cursor: pointer;
	}

	.card-img img:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	/*tab栏样式*/
	.tabs {
		background: #fff;
		height: 54px;
		margin-bottom: 10px;
		box-shadow: 0 15px 30px #e6e6e6;
	}

	.tabs .tab {
		height: 51px;
		line-height: 51px;
		margin: 0 12px;
		display: inline-block;
		border-bottom: 3px solid #fff;
		cursor: pointer;
	}

	.tabs .tab.active {
		height: 51px;
		line-height: 51px;
		border-bottom: 3px solid #c30e23;
	}

	.tabs-content {
		padding: 10px 0;
	}

	.tabs-content .content {
		display: none;
	}

	.tabs-content .content.active {
		display: block;
	}

	/* 快速入口样式 */
	.quick-entrance {
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 50;
	}

	.quick-entrance .quick-btn {
		display: none;
	}

	.quick-item {
		display: block;
	}

	.quick-entrance a {
		display: block;
		padding: 0 20px;
		height: 36px;
		line-height: 36px;
		margin: 10px 0;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		background-color: #6330b7;
		box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	}
	/* 无数据样式 */
	.data-default{
		width: 240px;
		margin:150px auto;
		text-align: center;
	}
	.data-default-img{
		text-align: center;
		width: 240px;
		height: 180px;
	}
	.data-default-img img{
		width: 100%;
		height: 100%;
	}
	.data-default-text{
		font-size:15px;
		color: #999;
		line-height: 24px;
		padding:5px 0;
	}
	/* 页面底部样式 */
	footer {
		width: 100%;
		background: #f5f4ef;
		padding-top: 20px;
	}

	.foot {
		width: 1200px;
		margin: 0 auto;
	}

	.foot-link {
		padding-bottom: 10px;
	}

	.foot-link .logo {
		width: 65%;
		padding-top: 25px;
		vertical-align: middle;
	}

	.foot-link .title {
		display: block;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 15px;
		color: #000;
	}

	.foot-link .item {
		display: block;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.6);
		padding: 8px 0;
	}

	.foot-link .qrcode img {
		width: 64px;
		height: 64px;
	}

	.foot-link .foot-icon {
		padding-top: 10px;
	}

	.foot-link .foot-icon .icon {
		font-size: 18px;
		color: #666;
	}

	.foot-contact-way {
		border-top: 1px solid #eeece5;
		padding: 15px 0;
	}

	.copyright-box {
		background-color: #e9e8e1;
	}

	.copyright {
		width: 1200px;
		font-size: 14px;
		padding: 10px 0;
		margin: 0 auto;
		/* text-align: center; */
		color: #666;
	}

	.copyright a {
		color: #333;
	}

	/*滚动条样式*/
	::-webkit-scrollbar {
		width: 4px;
		height: 4px;
		background-color: #f6f7f8;
	}

	::-webkit-scrollbar-track {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #f6f7f8;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #aaa;
	}
}

.zero-loading-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 1000;
}
.zero-loading{
	width: 150px;
	height: 15px;
	margin: 0 auto;
	margin-top:100px;
	text-align: center;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -75px;
	z-index: 1001;
}
.zero-loading span{
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	background: #c30e23;
	-webkit-animation: load 1.04s ease infinite;
}
.zero-loading span:last-child{
	margin-right: 0px;
}
@-webkit-keyframes load{
	0%{
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100%{
		opacity: .2;
		-webkit-transform: scale(.2);
	}
}
.zero-loading span:nth-child(1){
	-webkit-animation-delay:0.13s;
}
.zero-loading span:nth-child(2){
	-webkit-animation-delay:0.26s;
}
.zero-loading span:nth-child(3){
	-webkit-animation-delay:0.39s;
}
.zero-loading span:nth-child(4){
	-webkit-animation-delay:0.52s;
}
.zero-loading span:nth-child(5){
	-webkit-animation-delay:0.65s;
}
