﻿@media only screen and (max-width: 1080px),
only screen and (max-device-width: 1080px) {
	html {
		font-size: 16px;
		min-width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	.pc {
		display: none !important;
	}

	.ph {
		display: block !important;
	}

	/* 头部 */
	.mask {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, .5);
		z-index: 102;
		display: none;
	}

	.gd {
		margin-top: 4rem !important;
	}
	.bottom_tools{
		right:0;
		bottom: 5rem !important;
	}
	#scrollUp:hover {
	border: 1px solid rgba(112, 123, 135, .92) !important;
	background-color: rgba(255, 255, 255, .15) !important;
	border-bottom: none !important;
	color: rgba(112, 123, 135, .92) !important;
	}
	/*  */
	.flex_center {
		display: flex;
		align-items: center;
	}

	.aui-header .type2 .nr {
		min-width: 100%;
		/* height: 90px; */
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding: 0.625rem;
		box-sizing: border-box;
	}

	.aui-header .type2 .nr .header-menu {
		width: auto;
		height: 2.125rem;
		max-height: 2.125rem;
		;
	}

	.aui-header .type2 .nr .header-menu img {
		width: auto;
		height: 100%;
	}

	.icon_box {
		display: inline-block;
		cursor: pointer;
	}

	.icon_box span {
		width: 1.125rem;
		height: 0.125rem;
		line-height: 0.125rem;
		background-color: #FFFFFF;
		margin: 0.25rem 0;
		transition: 0.4s;
		border-radius: 0.625rem;
		display: block;
		transform-origin: 1.25rem center;
	}

	.o_icon_box span {
		background-color: #333333;
	}

	.icon1 {
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
	}

	.icon2 {
		opacity: 0;
	}

	.icon3 {
		-webkit-transform: rotate(45deg) translate(0px, -1px);
		transform: rotate(45deg) translate(0px, -1px);
	}

	.search_ph {
		width: 100%;
		height: 1.875rem;
		border-radius: 15px/50%;
		border: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 0px;
		max-width: 12.5rem;
		margin-right: 1.25rem;
		/* background: #fff; */
	}

	.search_ph i {
		font-size: 1.375rem;
		color: #FFFFFF;
	}

	.black i {
		color: #333333;
	}

	.nav {
		display: none;
	}

	.aui-header .nav .type3 {
		width: 100%;
		display: block;
		height: auto;
		padding: 0.625rem 0;
	}

	.aui-header .nav .type3 .type3-list {
		flex: 1;
		display: block;
		display: block;
		display: block;
		display: block;
		-ms-flex-align: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-align-items: center;
		align-items: center;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		cursor: pointer;
		padding: 0.625rem;
	}

	.every_page_title {
		padding: 0;
	}

	.back {
		width: 3rem;
		height: 3rem;
		padding: 0.625rem;
	}

	/* 底部 */
	.footer-company {
		padding: 1.25rem 1.25rem;
		box-sizing: border-box;
		flex-wrap: wrap;
		height: auto !important;
	}

	.footer {
		padding: 0;
	}

	.footer .footer-company .a1 {
		display: block;
		margin: 0 0.625rem 0.3125rem 0;
		font-size: 0.75rem;
	}

	/* 关于wcw */
	.about-banner {
		padding: 0.625rem 0;
		margin-top: 5.375rem !important;
	}

	.ui.header .content {
		font-size: 1.125rem !important;
	}

	.ui.grid>.column:not(.row),
	.ui.grid>.row>.column {
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}

	.about-banner .ui.header .sub.header {
		font-size: 0.875rem !important;
		line-height: 1.25rem;
		margin: 0;
	}

	.about-banner .ui.header .sub.header {
		text-indent: 1.875rem;
		text-align: left;
	}

	.ui.grid>.row>.column:only-child {
		width: 98% !important;
	}

	.ui.big.block {
		padding: 0 0.875rem !important;
		/* padding-top: 0.875rem !important;
		padding-bottom: 0.875rem !important; */
	}

	.ui.responsive.grid {
		margin: 0 auto;
		min-width: 100%;
		max-width: 100%;
		text-algin: center;
		padding: 0 0 !important;
	}

	.section-title hr {
		margin: 0 auto;
	}

	.ui.principle i {
		font-size: 2.625rem;
	}

	.hdfz12 {
		font-size: 0.75rem !important;
		margin-bottom: 0.3125rem;
	}

	h3.ui.header,
	h4.ui.header {
		margin-bottom: 0.3125rem;
	}

	i.icon {
		line-height: 1em;
	}

	/* 首页 */
	.index-main-container {
		background: #FFFFFF;
	}

	.sfq_block {
		width: 98%;
		margin: 0 auto 0.625rem auto;
	}

	.ph_ul {
		margin: 1% 0;
	}

	.ph_sfq {
		background-color: #FFFFFF !important;
		box-shadow: 0 0 0.125rem 0 #999999;
		width: 48% !important;
		margin: 1%;
	}

	.sf_img {
		width: auto;
		height: 11.024375rem;
		overflow: hidden;
	}

	.ph_tu {
		padding: 0.5rem 0.625rem;
		text-align: center;
		font-size: 0.75rem;
	}

	.ph_sfq_tilte {
		background-color: #E5DFD3;
		font-size: 0.875rem;
		padding: 0.625rem 0.3125rem;
		clear: both;
	}

	.wcxw {
		width: 94%;
		margin: 2.5rem auto;
	}

	.m_tb20 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.jc-c {
		justify-content: center;
		-webkit-justify-content: center;
	}

	.wcxw_icon {
		width: 1.625rem;
		height: 1.625rem;
		margin-right: 0.3125rem;
	}

	.wcxw_icon img,
	.wct_icon img {
		width: 100%;
		height: 100%;
	}

	.xw_bt {
		color: #623114;
		font-weight: 600;
		font-size: 1.125rem;
	}

	.pm_img {
		width: 30%;
		min-width: 30%;
		max-width: 30%;
		height: auto;
	}

	.pm_img img {
		width: 100%;
		height: auto;
	}

	.pm_box {
		width: 100%;
		margin-bottom: 1.25rem;
	}

	.pm_left {
		width: 70%;
		height: 4rem;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}

	.pm_left_title {
		width: 100%;
	}

	.wct_icon {
		width: 1.25rem;
		min-width: 1.25rem;
		max-width: 1.25rem;
		height: 1.25rem;
	}

	.ph_text {
		max-width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-break: break-all;
		color: #623114;
		font-weight: 600;
		font-size: 0.875rem;
	}

	.pm_left_title {
		width: 100%;
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.news-head {
		padding-left: 0;
		padding-right: 0;
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 0.3125rem;
	}

	.news-head .heade-title {
		font-size: 1rem;
		color: #623114;
		letter-spacing: 0rem;
	}

	.news-head .head-more {
		font-size: 0.75rem;
		padding-right: 0.625rem;
	}

	.news .new-content .new-menu .new-list {
		border-top: none;
	}

	.news .new-content .new-menu .new-list .img-con {
		margin-right: 0.3125rem;
	}

	.news .new-content .new-menu .new-list .new-list-content .title-head {
		height: 20px;
		width: 100%;

	}

	.news .new-content .new-menu .new-list .new-list-content .title-head .head-tit {
		width: 90%;
		margin-right: 0;
	}

	.news .new-content .new-menu .new-list .new-list-content .title-head .head-tit a {
		max-width: 100%;
		font-size: 0.875rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.news .new-content .new-menu .new-list .new-list-content .title {
		display: block;
		display: block;
		display: block;
		display: block;
	}

	.news .new-content .new-menu .new-list .new-list-content .title .order1 {
		width: 100%;
	}

	.news .new-content .new-menu .new-list .new-list-content .title .order1 .title-a {
		font-size: 0.75rem;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break：break-all
	}

	.news .new-content .new-menu .new-list .new-list-content .title .order2 {
		width: 100%;
		flex-direction: inherit;
		-webkit-flex-direction: inherit;
		justify-content: space-between;
		padding-right: 0.25rem;
		margin: 0.25rem 0;
	}

	.news .new-content .new-menu .new-list .new-list-content .title .order2 .btn {
		width: auto;
		padding: 0;
		margin: 0;
		background-color: transparent;
	}

	.news .new-content .new-menu .new-list .new-list-content .title .order2 .btn a {
		font-size: 0.75rem;
		color: #000;
	}

	.foot-tit i {
		font-size: 1.25rem;
	}

	.news .new-content .new-menu .new-list .new-list-content .title-foot .foot-tit .box-title a {
		font-size: 0.75rem;
	}

	.xqhz2 .new-content {
		margin-top: 0.625rem;
	}

	.xqhz2 .new-content .new-menu {
		margin-bottom: 1.25rem;
	}

	.xqhz2 .new-content .new-menu .xqhz-list {
		width: 46%;
		margin: 2%;
	}

	.xqhz2 .new-content .new-menu .xqhz-list .img {
		height: 7rem;
	}

	/* 文创新闻 */
	.ui.cards {
		margin: 0;
	}

	.ui.products.cards>.card:hover {
		-webkit-box-shadow: inherit;
		box-shadow: inherit;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.ui.products.cards>.card>.problock>h2 {
		height: auto !important;
		line-height: 1.5rem;
		margin-bottom: 0 !important;
	}

	.ui.products.cards>.card>.problock>h2>a {
		font-size: 0.875rem;
	}

	.ui.products.cards>.card>.problock>.cats {
		font-size: 0.875rem;
		padding: 0 0.625rem;
		height: auto;
	}

	.ui.products.cards>.card>.problock>.counter {
		bottom: 0;
	}

	.ui.responsive.grid {}

	.ui.grid>.row {
		padding: 0;
	}

	.ui.products.cards>.card>.problock>a.thumb {
		/* height: 15rem; */
		height: 14.4375rem;
	}

	.ui.four.cards {
		padding: 0 0.4375rem;
		/* padding: 0.4375rem; */
		box-sizing: border-box;
	}

	.ui.four.cards>.card,
	.ui.four.items>.item {
		width: 94%;
		margin: 0.625rem auto;
	}

	.text-c {
		font-size: 0.875rem;
	}

	.text-c a {
		font-size: 0.875rem;
	}

	/* 新闻内容 */
	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment {
		padding: 0.625rem 0;
	}

	.ui.containermain .conleft {
		width: calc(100% - 10px);
		margin: 0 auto;
	}

	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment .ui.header .content {
		width: 100%;
	}

	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment .ui.header .content .attribute {
		width: 50% !important;
	}

	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment .ui.header .content .attribute span {
		font-size: 0.875rem !important;
	}

	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment .ui.header .content {
		margin-top: 1.25rem;
	}

	.ui.header {
		margin: 0;
	}

	.ui.topicshow.page .containermain.postpage .conleft .ui.big.topic.segment .post.froala-element p {
		margin-top: 0;
		margin-bottom: 0;
	}

	.ui.topicshow.page .containermain.postpage {
		margin-bottom: 0;
	}

	.ui.segment {
		margin: 1rem 0 0 0;
	}

	.ui.grid>.row>.column {
		margin-bottom: 0;
	}

	/* 文创作品 */
	#shoplist {
		margin: 0 auto 1rem auto;
	}

	.ui.four.cards>.hj {
		border: none;
		padding: 0.3125rem 0.625rem;
		/* padding: 0.625rem; */
	}

	.pages00 {
		font-size: 0.875rem !important;
	}

	.swiper-slide {
		height: 50% !important;
		margin-bottom: 0 !important;
	}

	/* 设计大赛 */
	.design_ul {
		display: block;
	}

	.common_lines {
		width: 100%;
		margin: 2.5rem 0;
	}

	.design_imgs {
		width: 100%;
		height: auto;
		padding: 0.25rem;
	}

	.jlable {
		width: 25%;
		height: auto;
		right: 75%;
		top: -1.2rem;
		border-bottom-left-radius: 0;
		border-top-right-radius: 1000px;
		font-size: 0.75rem;
		padding: 0.125rem 0.625rem;
	}

	.design_ul>li:last-of-type {
		margin-bottom: 1.25rem;
	}

	/* 设计大赛子页面 */
	.zyhd {
		overflow: auto;
	}

	.hrzf-title {
		width: 100%;
		font-size: 1.0625rem;
		margin: 0 auto;
		padding: 0.3125rem 0;
	}

	.zyhd-main ul {
		overflow: auto !important;
	}

	.zyhd-main ul li {
		width: 97% !important;
		float: inherit;
	}

	.zyhd-main ul li a {
		display: block;
	}

	.page_up_down {
		font-size: 0.875rem;
		margin: 0.625rem auto;
	}
	.zyzf-top, .hrzf-top, .wmzf-top{
		margin: 0.625rem auto;
	}
	.dazhaxie-main{
		padding-bottom: 0;
		margin: 0 auto 0 auto !important;
	}
	/* 设计大赛信息页面 */
	.twzt {
		width: 94%;
	}

	.volnewsshow-main {
		width: 94%;
	}

	.volnewsshow-top {
		padding: 0.3125rem 0;
	}

	.volnewsshow-title {
		font-size: 1rem;
		margin: 0.3125rem 0;
		line-height: 1.5rem;
	}

	.volnewsshow-author {
		margin: 0.3125rem 0;
		font-size: 0.75rem;
	}

	.fh {
		width: 30%;
		margin: 1.25rem auto;
		cursor: pointer;
	}

	.get_up_down1,
	.get_up_down2 {
		width: 50%;
		font-size: 0.75rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.get_up_down1 a,
	.get_up_down2 a {
		font-size: 0.75rem;
	}
	.get_up_down2{
		text-align: right;
	}
}
