@charset "utf-8";

:root {
	--yellow: #cb451b;
	--black: #000;
	--darkgrey: #747474;
	--lightgrey: #999;
	--lightergrey: #f8f8f8;
	--link: #666;
	--wp--custom--ast-content-width-size: 100% !important;
}

header.entry-header {
	display: none;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin: 0 !important;
}

html {
	font-size: calc(100vw/7.5);
}

@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

a {
	text-decoration: none !important;
}

a:link {
	color: var(--link);
	text-decoration: none;
}

a:visited {
	color: var(--link);
	text-decoration: none;
}

a:hover {
	color: var(--yellow);
	text-decoration: none;
}

a:active {
	color: var(--link);
	text-decoration: none;
}

input[type="text"],
input[type="submit"],
textarea {
	display: block;
	font-family: "微软雅黑", "microsoft yahei", Arial;
	background-color: #fff;
	border: 0;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	outline: none;
	resize: none;
	padding: 10px;
}

h3.h3 {
	color: #000;
	font-size: 0.32rem;
	font-weight: 400;
	margin-bottom: 0.15rem;
}

h4.h4 {
	font-size: 22px;
	font-weight: 400;
}

h5.h5 {
	font-size: 18px;
	font-weight: 400;
}

h6.h6 {
	font-size: 16px;
	font-weight: 400;
}

main {}

.p-tb45 {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem
}

.m-t30 {
	margin-top: 0.30rem;
}

.m-t45 {
	margin-top: 0.45rem;
}

.auto-icon {
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}

.column-title {
	font-size: 16px;
	text-align: center;
}

.column-title h2.h2 {
	color: var(--yellow);
	font-size: 0.50rem;
	font-weight: 500;
	margin-bottom: 12px;
}

.column-title p {
	color: #666;
}

/* Header */
.com-header {
	background-color: var(--black);
	width: 100%;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
	position: relative;
	z-index: 99;
}

.com-header .header {
	justify-content: center;
	align-items: center;
	position: relative;
}

.m-nav,
.m-search {
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	top: 50%;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-nav {
	left: 0;
}

.m-nav .container {
	height: 24px;
	width: 28px;
}

.m-nav .container span {
	display: block;
	background-color: #fff;
	height: 2px;
	width: 100%;
	overflow: hidden;
	transform-origin: left center;
	position: absolute;
	left: 0;
	z-index: 2;
}

.m-nav .container span:first-child {
	top: 0;
}

.m-nav .container span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.m-nav .container span:last-child {
	bottom: 0;
}

.m-search {
	right: 0;
}

.m-nav.active .container span:first-child {
	top: 1px;
	left: 4px;
	transform: rotate(45deg);
}

.m-nav.active .container span:nth-child(2) {
	display: none;
}

.m-nav.active .container span:last-child {
	bottom: 1px;
	left: 4px;
	transform: rotate(-45deg);
}

.m-search img {
	display: block;
	width: 20px;
}

.all-search {
	display: none;
	background-color: var(--lightgrey);
	width: 100%;
	max-width: 500px;
	padding: 5px 5px 5px 40px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 12;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.all-search .closed {
	background: #fff url("/images/close.png") 50% 50% no-repeat;
	cursor: pointer;
	height: 24px;
	width: 24px;
	margin-top: -12px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.all-search .i-text {
	flex: 1 1 auto;
}

.all-search .i-submit {
	flex: 0 0 auto;
}

.all-search input[type="submit"] {
	background-color: var(--yellow);
	color: #fff;
	cursor: pointer;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.com-header .logo {
	display: block;
	background-image: url("http://www.kalspire.com/wp-content/uploads/2025/09/logo.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 50px;
	width: 352px;
}

.pc-nav-container {
	display: none;
}

.pc-nav-container .content {
	align-items: center;
}

.pc-nav-container .pc-nav a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 40px;
	position: relative;
}

.pc-nav-container .pc-nav a:after {
	display: block;
	content: '';
	background-color: none;
	height: 3px;
	width: 100%;
	overflow: hidden;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.pc-nav-container .pc-nav a:hover:after,
.pc-nav-container .pc-nav a.active:after {
	background-color: var(--yellow);
}

.pc-nav-container .pc-nav a:hover {
	color: var(--yellow);
}

.pc-nav-container .pc-menu a {
	background-image: url("/images/icon-01.png");
	margin-left: 0;
}

.pc-nav-container .pc-menu a:nth-child(2) {
	background-image: url("/images/icon-02.png");
}

.pc-nav-container .pc-menu a:nth-child(3) {
	background-image: url("/images/icon-03.png");
}


.pc-nav-container .pc-menu a,
.m-dropmenu .others a {
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	margin-left: 10px;
}

.pc-nav-container .auto-icon {
	width: 35px !important;
	height: 35px !important;
}


.pc-nav-container .pc-menu .auto-icon,
.m-dropmenu .others .auto-icon {
	background-color: var(--yellow);
}

/* m 导航 */
.m-dropmenu {
	display: none;
	background-color: #ccd4d8;
	color: var(--black);
	height: calc(100vh - 50px);
	width: 100%;
	padding-top: 30px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 7;
}

.m-dropmenu li a {
	display: block;
	color: var(--black);
	font-size: 18px;
	padding: 10px;
}

.m-dropmenu .others {
	padding: 10px;
}

.m-dropmenu .others a:nth-child(1) {
	background-image: url("/images/icon-02.png");
	margin-left: 0;
}

.m-dropmenu .others a:nth-child(2) {
	background-image: url("/images/icon-03.png");
}

/* 二级导航 */
.com-header[data-navigation="on"] {
	background-color: var(--yellow);
}

.com-header[data-navigation="on"] .logo {
	background-image: url("http://www.kalspire.com/wp-content/uploads/2025/09/logo.png");
}

.com-header[data-navigation="on"] .pc-nav-container .pc-nav a:hover:after,
.com-header[data-navigation="on"] .pc-nav-container .pc-nav a.active:after {
	background-color: #fff;
}

.com-header[data-navigation="on"] .pc-nav-container .pc-menu a:nth-child(1) {
	background-image: url("/images/icon-01-1.png");
	margin-left: 0;
}

.com-header[data-navigation="on"] .pc-nav-container .pc-menu a:nth-child(2) {
	background-image: url("/images/icon-02-2.png");
}

.com-header[data-navigation="on"] .pc-nav-container .pc-menu a:nth-child(3) {
	background-image: url("/images/icon-03-3.png");
}

.com-header[data-navigation="on"] .pc-nav-container .pc-menu .auto-icon {
	background-color: #fff;
}

.pc-nav-container .pc-nav a:hover {
	color: #fff;
}

.pc-dropmenu .goback {
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pc-dropmenu .goback a {
	font-size: 22px;
	font-weight: bold;
}

.pc-dropmenu {
	display: none;
	background-color: var(--yellow);
	border-top: 1px solid #d56a49;
	color: #fff;
	width: 100%;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
}

.pc-dropmenu a {
	color: #fff;
	font-size: 16px;
}

.pc-dropmenu .dropmenu-item {
	padding: 0.15rem;
}

.pc-dropmenu .dropmenu-item .container {
	align-items: center;
	border: 1px solid #fff;
	height: 100%;
	padding: 0.20rem;
}

.pc-dropmenu .dropmenu-item .container figure {
	flex: 0 0 80px;
	margin-right: 0.15rem;
}

.pc-dropmenu .dropmenu-item .container figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.pc-dropmenu .dropmenu-item .container .txt {
	word-break: break-all;
}

/* Oven */
.index-oven {
	background-image: url("/images/oven.jpg");
}

.index-drawer {
	background-image: url("/images/drawer.jpg");
}

.index-access {
	background-image: url("/images/access.jpg");
}

.index-custom {
	background-image: url("/images/custom.jpg");
}

.has-mask {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1.20rem;
	padding-bottom: 1.20rem;
	position: relative;
}

.has-mask .mask {
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: -o-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.has-mask .com-container {
	justify-content: space-between;
	min-height: calc(80vh - 2.4rem);
	position: relative;
	z-index: 2;
}

.has-mask .column-title h2.h2 {
	color: #fff;
}

.has-mask .column-title p {
	color: #d6d6d6;
}

.has-mask .viewmore {
	font-weight: bold;
	text-align: center;
}

.has-mask .viewmore a {
	display: inline-block;
	background-color: var(--yellow);
	color: #fff;
	font-size: 16px;
	padding: 12px 40px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}

.has-mask .viewmore a:hover {
	background-color: #fff;
	color: var(--yellow);
}

.index-cooper {
	background-color: #f1f1f1;
	background-image: url("/images/cooper.png");
	background-position: 50%;
	background-repeat: no-repeat;
	padding-top: 1.00rem;
	padding-bottom: 1.00rem;
}

ul.cooperlist {
	width: 100%;
	margin-top: 0.60rem;
}

ul.cooperlist li {
	/*aspect-ratio: 3/2;*/
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
	max-width: 50%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 0.40rem 0.15rem;
	overflow: hidden;
}

ul.cooperlist li .content {
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

ul.cooperlist li .content img {
	display: block;
	max-width: 70%;
	height: auto;
}

.index-video {}

.index-video .v-btn {
	height: 0.98rem;
	width: 0.98rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index-msg {
	background-color: var(--yellow);
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
}

.index-msg .item-name {
	flex: 0 0 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0.15rem;
}

.index-msg .item-container {
	flex: 0 0 100%;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.index-msg .item-container .content {
	padding-right: 110px;
}

.index-msg input[type="submit"] {
	background-color: #741e04;
	color: #fff;
	height: 100%;
	width: 95px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

/* Page */
.page-banner {
	background-image: url("/images/pagebanner.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
}

.page-banner:before {
	display: block;
	content: '';
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: -o-linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, transparent 70%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-banner .com-container {
	align-items: center;
	height: 370px;
	position: relative;
	z-index: 3;
}

.page-banner .column-name {
	color: #fff;
	font-size: 15px;
}

.page-banner .column-name h2.h2 {
	font-size: 0.50rem;
	font-weight: 500;
	margin-bottom: 12px;
	color: #fff;
}

.page-pos {
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
}

.page-pos ul.class-list {
	margin: 0;
}

.page-pos ul.class-list li {
	margin-right: 0.30rem;
}

.page-pos ul.class-list li:last-child {
	margin-right: 0;

}

.page-pos ul.class-list li a {
	display: block;
	font-size: 15px;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
	position: relative;
	text-decoration: none;
}

.page-pos ul.class-list li a:hover:after,
.page-pos ul.class-list li a.active:after {
	display: block;
	content: '';
	background-color: var(--yellow);
	height: 2px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.page-pos ul.class-list li a.active {
	color: var(--yellow);
}

.page-pos .pos {
	display: none;
	padding-left: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-pos .pos:before {
	display: block;
	content: '';
	background: url("/images/icon-09.png") 0 0 no-repeat;
	background-size: auto 20px;
	height: 20px;
	width: 24px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 5;
}

.page-title {
	color: var(--yellow);
	font-size: 0.50rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.40rem;
	position: relative;
}

.page-title:after {
	display: block;
	content: '';
	background-color: var(--yellow);
	height: 0.04rem;
	width: 0.70rem;
	overflow: hidden;
	margin-left: -0.35rem;
	position: absolute;
	bottom: -0.10rem;
	left: 50%;
	z-index: 2;
}

/* page-about */
.page-about h3.h3 {
	text-align: center;
}

.page-viewmore {
	justify-content: center;
	width: 100%;
	margin-top: 0.15rem;
}

.page-viewmore a {
	display: block;
	background-color: var(--yellow);
	color: #fff;
	font-size: 15px;
	padding: 0.12rem 0.45rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	-o-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.page-viewmore a:hover {
	background-color: #741e04;
}

/* page-adv */
.page-adv {
	background-image: url("/images/page-adv.png");
	background-position: 50% 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.page-adv .page-title {
	color: #fff;
	margin-bottom: 1.60rem;
}

.page-adv .page-title:after {
	background-color: #fff;
}

.page-adv-item {
	padding: 0.15rem;
}

.page-adv-item .container,
.page-news-item .container,
.pro-class-item .container {
	background-color: var(--lightergrey);
	height: 100%;
	width: 100%;
	padding: 0.20rem;
}

.page-adv-item .container,
.page-news-item figure,
.page-news-item .container,
.page-pro .pro-class,
.page-pro .pro-class .view a,
.pro-class-item .container,
.pc-dropmenu .dropmenu-item .container,
.page-automobile .com-container a {
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	-o-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.page-adv-item h5.h5 {
	color: var(--yellow);
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.page-adv-item h5.h5:after {
	display: block;
	content: '';
	background-color: var(--yellow);
	height: 2px;
	width: 60px;
	overflow: hidden;
	margin-left: -30px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 2;
}

.page-adv-item .more,
.page-news-item .more {
	margin-top: 12px;
}

.page-adv-item .more a,
.page-news-item .more a {
	color: var(--yellow);
}

.page-adv-item .container:hover {
	background-color: var(--yellow);
}

.page-adv-item .container:hover,
.page-adv-item .container:hover h5.h5,
.page-adv-item .container:hover a {
	color: #fff;
}

.page-adv-item .container:hover h5.h5:after {
	background-color: #fff;
}

/* page-news */
.page-news {
	padding-bottom: 0.45rem;
}

.page-news-item {
	padding: 0.15rem;
}

.page-news-item figure {
	flex: 0 0 30%;
	max-width: 195px;
	overflow: hidden;
}

.page-news-item figure img {
	display: block;
	height: 100%;
	width: 100%;
}

.page-news-item .news-txt {
	flex: 1 1 auto;
	padding-left: 0.15rem;
}

.page-news-item .news-txt .title {
	margin-bottom: 8px;
}

.page-news-item .news-txt .title h6.h6 {
	flex: 0 0 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-news-item .news-txt .title span {
	color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
}

.page-news-item .news-txt .content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page-news-item .container:hover {
	background-color: var(--yellow);
	color: #fff;
}

.page-news-item .container:hover a,
.page-news-item .container:hover .title span {
	color: #fff;
}

/* page-contact */
.page-contact h3.h3,
.page-service h3.h3,
.page-pro .pro-desc h3.h3 {
	color: var(--black);
	font-size: 0.40rem;
	margin-bottom: 0.30rem;
}

.page-contact .contact,
.page-contact .send-msg,
.page-contact .send-msg .send-msg-item {
	padding: 0.15rem
}

.page-contact .contact dl {
	padding-left: 50px;
	margin-top: 0.15rem;
}

.page-contact .contact dl:first-child {
	margin-top: 0;
}

.page-contact .contact dt {
	color: #333;
	font-size: 18px;
	position: relative;
}

.page-contact .contact dt img {
	display: block;
	position: absolute;
	top: 50%;
	left: -48px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-contact .contact dt,
.page-contact .contact dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.page-contact .send-msg .form-item-container {
	border: 1px solid #dadada;
	padding: 15px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
}

.page-contact .send-msg input[type="text"],
.page-contact .send-msg textarea {
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
}

.page-contact .send-msg textarea {
	height: 120px;
}

.page-contact .send-msg .submit {
	justify-content: center;
	padding-top: 0.20rem;
}

.page-contact .send-msg input[type="submit"] {
	border: 2px solid var(--yellow) !important;
	font-size: 18px;
	cursor: pointer;
	padding: 15px 30px;
	width: 160px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	color: #333 !important;
	transition: all .5s;
}

.page-contact .send-msg input[type="submit"]:hover {
	background-color: var(--yellow) !important;
	color: #fff !important;
	transition: all .5s;
}

/* page-service */
.page-service h3.h3,
.page-service .ser-desc,
.page-service .ser-list,
.page-pro .pro-desc h3.h3 {
	text-align: center;
}

.page-service .ser-list {
	margin-top: 0.80rem;
}

.page-service .ser-list li {
	padding: 0.15rem;
}

.page-service .ser-list figure {
	width: 100%;
	position: relative;
}

.page-service .ser-list figure img {
	display: block;
	width: 100%;
}

.page-service .ser-list figure figcaption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 100%;
	padding: 10px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

/* page-product */
.page-pro .pro-class {
	justify-content: space-between;
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding-top: 0.60rem;
	padding-bottom: 0.40rem;
}

.page-pro .pro-class {
    background-size: 100% 100%;
}

.page-pro .pro-class .name {
	color: #fff;
	font-size: 0.46rem;
	font-weight: 500;
}

.page-pro .pro-class .view {
	justify-content: center;
}

.page-pro .pro-class .view a {
	display: block;
	font-size: 18px;
	padding: 0.16rem 0.50rem;
	margin: 0.12rem 0.30rem;
}

.page-pro .pro-class .view a:first-child {
	background-color: rgba(203, 69, 27, .8);
	color: #fff;
}

.page-pro .pro-class .view a:last-child {
	background-color: rgba(255, 255, 255, .8);
	color: #000;
}

.pro-class-item {
	padding: 0.15rem;
}

.pro-class-item .container h4.h4 {
	color: var(--yellow);
	margin-bottom: 15px;
}

.pro-class-item .container li {
	padding: 2px 0 2px 15px;
	position: relative;
}

.pro-class-item .container li:before,
.page-design .hot-words li a:before {
	display: block;
	content: '';
	background-color: var(--link);
	height: 4px;
	width: 4px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.pro-class-item .container:hover {
	background-color: var(--yellow);
}

.pro-class-item .container:hover h4.h4,
.pro-class-item .container:hover li {
	color: #fff ;
}

.pro-class-item .container:hover li:before {
	background-color: #fff;
}

.page-automobile {
	background-image: url("/images/automobile.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.page-automobile .com-container {
	justify-content: center;
	align-items: center;
	height: 2.76rem;
}

.page-automobile .com-container a {
	display: block;
	background-color: rgba(203, 69, 27, .8);
	color: #fff;
	font-size: 22px;
	padding: 0.15rem;
}

/* page-design */
.page-design {}

.page-design .design-t {
	color: var(--yellow);
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.page-design .desgin-s {
	justify-content: center;
}

.page-design .desgin-s .form-item-container {
	padding: 0.15rem;
}

.page-design .desgin-s .auto-size {
	flex: 0 0 100%;
}

.page-design .desgin-s .input {
	border: 3px solid #f0f0f0;
	padding: 5px;
}

.page-design .desgin-s input[type="text"] {
	font-size: 16px;
}

.page-design .desgin-s input[type="submit"] {
	background-color: var(--yellow);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	padding: 20px 20px 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.page-design .hot-words {
	margin-left: -0.10rem;
	margin-right: -0.10rem;
}

.page-design .hot-words li {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
	max-width: 50%;
	padding: 0.10rem;
	overflow: hidden;
}

.page-design .hot-words li a {
	display: block;
	padding-left: 15px;
	position: relative;
}

.page-design .hot-words li a:before {
	background-color: var(--yellow);
	top: 9px;
}

.page-design .hot-words li a.active {
	color: var(--yellow);
}

.page-design .art-list {
	column-count: 2;
	column-gap: 0;
	margin-left: -0.10rem;
	margin-right: -0.10rem;
}

.page-design .art-list li {
	padding: 0.10rem;
}

.page-design .art-list li img {
	display: block;
	width: 100%;
}

/* Footer */
.com-footer {
	background-color: #32373b;
	color: var(--darkgrey);
}

.com-footer .sub-nav {
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}

.sub-nav-item {
	color: var(--lightgrey);
	padding: 0.15rem;
}

.sub-nav-item a {
	color: var(--lightgrey);
}

.sub-nav-item figure img {
	display: block;
	width: 102px;
}

.sub-nav-item .contact {
	margin-top: 12px;
}

.sub-nav-item .media {
	align-items: center;
	margin-top: 0.40rem;
}

.sub-nav-item .media a {
	flex: 0 0 35px;
	margin-right: 10px;
}

.sub-nav-item dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.sub-nav-item dd {
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com-footer .copyright {
	justify-content: space-between;
	border-top: 1px solid #5a5a5a;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.com-footer .copyright div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.com-footer .copyright span {
	padding-left: 8px;
	padding-right: 8px;
}

.com-footer .copyright a {
	color: var(--darkgrey);
}

.com-footer a:hover {
	color: var(--yellow);
}

#ast-scroll-top {
	background-color: var(--yellow);
}

/* 媒体 */
@media (min-width: 576px) {
	ul.cooperlist li {
		flex-basis: 33.3333333%;
		max-width: 33.3333333%;
	}

	.page-design .hot-words li {
		flex-basis: 33.3333333%;
		max-width: 33.3333333%;
	}
}

@media (min-width: 768px) {
	.index-msg .com-container {
		justify-content: center;
		align-items: center;
	}

	.index-msg .item-name,
	.index-msg .item-container {
		flex-basis: auto;
	}

	.index-msg .item-container input[type="text"] {
		width: 620px;
	}

	.page-news-item .news-txt .title {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	.page-news-item .news-txt .title h6.h6 {
		flex: 1 1 auto;
	}

	.page-news-item .news-txt .title span {
		padding-left: 10px;
	}

	.page-design .desgin-s .auto-size {
		flex: 1 1 auto;
		max-width: 800px;
	}

	.page-design .hot-words li {
		flex-basis: 25%;
		max-width: 25%;
	}

	.page-design .art-list {
		column-count: 3;
	}
}

@media (min-width: 992px) {
	ul.cooperlist li {
		flex-basis: 25%;
		max-width: 25%;
	}

	.page-pos .pos {
		display: block;
	}

	.page-design .hot-words li {
		flex-basis: 20%;
		max-width: 20%;
	}

	.page-design .art-list {
		column-count: 4;
	}
}

@media (min-width: 1220px) {
	.com-header .header {
		justify-content: space-between;
	}

	.com-header .logo {
		height: 102px;
	}

	.m-nav,
	.m-search {
		display: none;
	}

	.pc-nav-container {
		display: flex;
	}

	ul.cooperlist li {
		flex-basis: 20%;
		max-width: 20%;
		border: 0;
	}

	ul.cooperlist li:nth-child(2n+1) {
		background-color: #dfe1e1;
	}

	.page-design .hot-words li {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.page-design .art-list {
		column-count: 5;
	}
}

/* Keyframes */

@keyframes showNav {
	0% {
		transform: translateY(-10px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes showPcNav {
	0% {
		transform: translate(-50%, -10px);
		opacity: 0
	}

	100% {
		transform: translate(-50%, 0);
		opacity: 1
	}
}

.comments-area {
	display: none !important;
}

.navigation.post-navigation {
	display: none;
}

.entry-content[data-ast-blocks-layout]>* {
	max-width: 100% !important;
}

.woocommerce-js h2 {
	font-size: 24px;
}

.woocommerce-js form .form-row label {
	font-size: 16px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	font-size: 16px;
}

.woocommerce-js #respond input#submit,
.woocommerce-js a.button,
.woocommerce-js button.button,
.woocommerce-js input.button {
	font-size: 16px;
}

.wp-singular.post-template-default .site-main {
	width: 100% !important;
	padding: 0 10% !important;
}

.wp-singular.post-template-default header.entry-header {
	display: block;
}

.wp-singular.post-template-default header.entry-header .entry-title {
	font-size: 24px;
	text-align: center;
}

header.entry-header .entry-meta,
header.entry-header .entry-meta * {
	display: none;
}

.woocommerce-page .site-main {
	width: 100%;
	padding: 150px 10%;
}

.error-404 .page-sub-title, .ast-blog-single-element.ast-taxonomy-container a {
	font-size: 20px;
}

.search .ast-archive-description h1, .search .ast-archive-description h1 * {
	display: none;
}

.search .site-main {
	max-width: 1200px;
	margin: 0 auto;
}

.search .site-main .post {
	margin-top: 30px;
}

.search .site-main .post .post-thumb {
	text-align: center;
	padding: 10px 0;
}

.search .site-main .post img {
	width: auto;
	max-height: 80%;
	max-width: 80%;
	margin: 0 auto;
}

.woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
	border: 1px solid #ccc;
}

.wpcf7 p {
	margin-bottom: 0 !important;
}

.wpcf7 p input {
	border: 0 !important;
}

@media (max-width: 768px) {
	.wp-singular.post-template-default header.entry-header .entry-title {
		font-size: 20px;
	}

	.wp-singular.post-template-default .site-main {
		width: 100% !important;
		padding: 0 2% !important;
	}

	.woocommerce-page .site-main {
		width: 100%;
		padding: 40px 5%;
	}
	
	.page-pro .pro-class .view a {
	    font-size: 14px;
	}
	
	.page-pro .pro-class .name {
	    margin-bottom: 10px !important;
	}
	
	.page-pro .pro-class article {
	    width: 100%;
	}
	
	.page-pro .pro-class .view {
	    width: 100%;
	    display: flex;
	    align-items: center;
	}
}