@charset "utf-8";

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }

.red-more { display: flex; align-items: center; box-sizing: border-box; padding: 0 20px; height:50px; background:#a50102;  color:#fff;  border-radius: 5px;  overflow: hidden;   }
.red-more i { margin-left:20px; transition:none; }

.red-more-line { display: flex; align-items: center; box-sizing: border-box; padding: 0 20px; height:50px;  border:2px solid #a50102;  color:#a50102;  border-radius: 5px;  overflow: hidden;   }
.red-more-line:hover { background: #a50102;  color:#fff; }
.red-more-line i { font-size: 24px; margin-right: 20px; transition:none; }

.hdiv { width:100%; height: 180px; }
.mhdiv { width:100%; height:60px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

.sp-pn { position: absolute; top: 50%; margin-top:-25px; z-index: 9;  cursor: pointer; width:50px; height: 50px; line-height: 50px;  border-radius: 50px; background: #a50102;  color:#fff;  text-align: center; transition: all .3s ease; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i { line-height:50px; margin:-4px 0 0; }

.sp-bot.swiper-pagination { width:100%; bottom:20px; }
.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; border-radius: 8px; background:rgba(255,255,255,1); opacity: 1; margin:0 5px!important;  }
.sp-bot .swiper-pagination-bullet-active { width:24px;  background:#a50102; }

.sp-bot-red .swiper-pagination-bullet { background:#ccc; }
.sp-bot-red .swiper-pagination-bullet-active { background:#a50102; }

.layui-input-block { margin-left:0; }
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input-wrap .layui-input-split { display: flex; align-items: center;  width:40px;  }
.layui-form .layui-input { height: 50px; padding:0 20px;  border:1px solid #ddd;  font-size: 20px;  border-radius: 5px; }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 100px;  border:1px solid #ddd;   font-size: 20px;  }
.layui-form em { line-height: 50px; margin: 0 20px;}
.layui-input-split { border:none; }

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.red-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  }
	.red-more i { font-size:0.42rem; margin-left:0.72rem; }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem;   }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:20px; }
	
	.layui-form .layui-input {  height:1.1rem; font-size: 0.38rem; padding:0 0.36rem; }
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	.layui-form .layui-input-wrap { line-height: 1.1rem;}
	.layui-form .layui-textarea {  font-size: 0.38rem; padding:0.24rem 0.36rem; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width: 100%; position: fixed; top:0; z-index: 9;  background: #fff;   }
.header::after { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height:1px; background:#e6e6e6; z-index: 1;  }
.header .htop { background: #f6f6f6; border-bottom: 1px solid #e6e6e6;}
.header .htop a:hover { color:#a50102; }
.header .htop .htop-warp { height: 60px; }
.header .htop .htop-warp .htop-l { display: flex;  gap: 0 20px; }
.header .htop .htop-warp .htop-r img { max-width: 24px; margin-right: 10px; }
.header .htop .htop-warp .htop-r  .ico { display: flex;  gap: 0 20px; margin-right: 20px; }
.header .htop .htop-warp .htop-r  .ico span { display: flex; align-items: center; }
.header .htop .htop-warp .htop-r .ico .htop-wechat > a span { display: flex; align-items: center; }
.header .htop .htop-warp .htop-r .lang { display: flex;  gap: 0 10px;  align-items: center;  }
.header .hbox { height: 120px;  align-items: center; }
.header .hlogo .hlbox { display: table; height: 120px; }
.header .hlogo .hlbox .img img { max-height: 80px; }
.header .hlogo .hlbox .img span { font-size:30px; font-weight: bold; margin-left:20px; }

/* PC：不换行；空间不足时缩小左侧 Logo/标题，不出现横向滚动条 */
@media only screen and (min-width: 982px) {
	.header .hbox.flex-betw-mid { flex-wrap: nowrap; }
	.header .hlogo {
		flex: 0 1 auto;
		min-width: 0;
		max-width: min(480px, 42%);
	}
	.header .hlogo .hlbox { max-width: 100%; }
	.header .hlogo .hlbox .img { max-width: 100%; }
	.header .hlogo .hlbox .img a { display: flex; align-items: center; max-width: 100%; }
	.header .hlogo .hlbox .img img {
		max-height: min(80px, 10vw);
		width: auto;
		height: auto;
		max-width: 100%;
		object-fit: contain;
		flex: 0 1 auto;
	}
	.header .hlogo .hlbox .img span {
		font-size: clamp(16px, 2.1vw, 30px);
		margin-left: clamp(8px, 1.2vw, 20px);
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	html[lang="en"] .header .hlogo .hlbox .img span {
		font-size: clamp(16px, 0.7vw, 30px);
	}
	.header .hmenu {
		flex: 1 1 0%;
		min-width: 0;
		overflow: visible;
	}
	.header .hmenu .commenu { width: 100%; min-width: 0; }
	.header .hmenu .commenu > ul.menubox {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		float: none;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: auto;
		gap: 0 clamp(12px, 1.8vw, 24px);
	}
	.header .hmenu .commenu > ul.menubox > li {
		float: none;
		flex: 0 1 auto;
		margin-left: 0;
		min-width: 0;
	}
	.header .hmenu .commenu > ul.menubox > li > a {
		white-space: nowrap;
		line-height: 120px;
		font-size: clamp(14px, 1.25vw, 20px);
	}
	.header .hmenu .commenu > ul.menubox > li > a span { white-space: nowrap; }
}

.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li { float:left;  margin-left:30px; }
.commenu>ul>li> a { display: inline-block; line-height: 120px; font-size: 20px;  font-weight: bold; }
.commenu>ul>li> a span { position: relative; display:inline-block; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 3px;  border-radius: 3px; background: #a50102;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after, .commenu>ul>li> a.active span::after { width:100%; }
.commenu ul li ul { width: 180px;  background:#fff;  border-radius: 5px; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:130px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:120px; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; border-bottom:1px solid #eee; }
.commenu ul li ul li:last-child { border: none; }
.commenu ul li ul li a span { margin:0;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; }
.commenu ul li ul li a:hover { background: #a50102; transition: none; }

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo {  margin:0 0.72rem 0 0.36rem; }
	.header .hlogo .hlbox { height: 60px; }
	.header .htop  { display: none; }

	.header .hmenu { width: 60px; height: 60px; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px)!important; height: 100vh; overflow-y:scroll; position: fixed; left:-100%; z-index: 999;  /*display:none;*/ visibility: hidden; opacity: 0; transition: all 0.3s ease; }
	.commenu ul.menubox.open { left:0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #222;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); top:0; }
	.commenu ul li {  width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.1); margin:0; padding:0 0.64rem; }
	.commenu>ul>li, .commenu>ul>li:last-child { margin: 0; }
	.commenu>ul>li> a { padding:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }
	.commenu>ul>li> a:hover { background: none; }
	.commenu>ul>li> a span::after { display: none; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0!important;; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#a50102; position:relative;z-index:1001; transition: all 0.3s ease;}
	.hamburger-menu div:before,.hamburger-menu div:after{content:''; position:absolute; width:inherit; height:inherit; background:#a50102; border-radius:2px; transition: all 0.3s ease;}
	.hamburger-menu div:before{transform:translateY(-8px); }
	.hamburger-menu div:after{transform:translateY(8px); }
	.menu-opened .hamburger-menu div{ background: transparent;}
	.menu-opened .hamburger-menu div:before{ transform: translateY(0) rotate(-45deg);}
	.menu-opened .hamburger-menu div:after{ transform: translateY(0) rotate(45deg);}
	.commenu .submenu-button{ position:absolute; z-index:10; right:0; top:0;display:block; border-left: 1px solid rgba(255,255,255,0.1); width:1.4rem; height:1.4rem; line-height: 1.4rem;  }
	.commenu .submenu-button::before{content:'';position:absolute; left:0.5rem; top:0.7rem; display:block; width:0.4rem; height:1px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:0.7rem; top:0.5rem; display:block; width:1px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
	
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ibanwarp { padding:60px 0 0; }

.itit { width:100%;  margin:0 0 60px; }
.itit h2 {  line-height: 100%; font-size: 30px;  }
.itit h2 span { padding:0 0 20px;  position: relative; }
.itit h2 span::after { content: " ";  position: absolute;  left: 0;bottom: 0;  width:60px;  height: 2px;   background: #a50102;  z-index: 1;  }

.com-img { width: 100%; overflow: hidden; background: #fff;  border:2px solid #fff; box-shadow: 0 0 30px rgba(0,0,0,.08);  }
.com-img img { width: 100%; height: 100%; object-fit: cover; object-position:  center center;}

.gal-img { width: 100%; overflow: hidden; background: #fff;   }
.gal-img img { width: 100%; height: 100%; object-fit: contain; object-position:  center center;}

.status {  display: flex; align-items: center; box-sizing: border-box; height: 48px; padding:0 20px; color: #fff;  border-radius: 5px; overflow: hidden; position: absolute; top:20px;  right:20px; }
.status-progress {  background: #a50102; }
.status-end { background: #999; }

.bg-mask { width:100%; height: 100%; background: rgba(0,0,0,0.5);  color:#fff;  position: absolute; top:0;  right:0; z-index: 2;  display: flex; justify-content: center; align-items: center;  }
.bg-mask  span { display: flex; align-items: center; box-sizing: border-box; height: 50px;  padding:0 20px; border:2px solid #fff;  border-radius: 5px; overflow: hidden;  transform: rotate(-30deg); }

.c-detail p { margin:10px 0; }

.icate .list { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.icate .list .item .com-img  {  height: 220px; }
.icate .list .item  .txt { padding:30px 0;  position: relative; }
.icate .list .item  .txt h3 { font-size:20px; margin:0 0 10px; }
.icate .list .item  .txt .tag { gap: 0 10px; }
.icate .list .item  .txt::before { content: " ";  position: absolute; left: 0; bottom: 0;  width:0;  height: 2px;   background: #a50102;  z-index: 2;  transition: all 0.3s ease; }
.icate .list .item  .txt::after { content: " ";  position: absolute; left: 0; bottom: 0;  width:100%;  height: 2px;   background: #e6e6e6;  z-index: 1;  }
.icate .list .item:hover  .txt::before {  width:100%;   }

.igallery .item { background: #fff; border:1px solid #e6e6e6; }
.igallery .item  .gal-img  { padding:20px;  height: 320px; }
.igallery .item .txt  { padding:20px; position: relative; }
.igallery .item .txt h3 { font-size: 20px;}
.igallery .item .txt .author { margin:10px 0 5px; }
.igallery .item .txt .price { display: flex;  align-items: center;  }
.igallery .item .txt .price span { margin-right:10px;}
.igallery .item .txt .price em { color:#a50102;  }
.igallery .sp-prev { left:-90px; }
.igallery .sp-next { right:-90px; }

.ilinks { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0;}
.ilinks .item { position: relative;  overflow: hidden;  }
.ilinks .item:hover .bg img {  transition: all 0.5s ease-in-out; }
.ilinks .item .txt { width:100%; height:100%;  background: rgba(0,0,0,0.3);  display: flex; justify-content: center; align-items: center;  position: absolute;  left:0; right: 0; z-index: 2; }
.ilinks .item .txt img { width:60px;  margin:0 0 20px; }
.ilinks .item .txt  h2 { font-size: 24px;  color:#fff; }
.ilinks .item:hover .bg img { transform:scale(1.08); }

.iabo .item {  display: flex;  justify-content: center;  align-items: center;   background: #fff; }
.iabo .item .item-txt, .iabo .item .item-img { width: 50%; } 
.iabo .item .item-txt { padding:0 60px; }
.iabo .item .item-txt .btn { margin:40px 0 0; gap: 0 40px; }

.footer { background: #222; color:#fff;  font-weight: normal;   }
.footer a { color:#fff; }
.footer .flogo img { max-height: 120px; }
.footer .fleft ul { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px; }
.footer .fmid p { margin:0 0 10px; }
.footer .fico ul li { margin:0 0 20px; }
.footer .fico ul li span { display: flex; align-items: center; }
.footer .fico  img { max-width: 24px; margin-right: 10px; }
.footer .fico  { display: flex;  gap: 0 20px; margin-right: 20px; }
.footer .fright img { max-width: 120px;  border-radius: 5px;  overflow: hidden; }
.footer .cpr .cc { padding:20px 0; border-top:1px solid rgba(255,255,255,0.15); }
.footer .cpr .cc .lang { display: flex;  gap: 0 10px;  align-items: center;  }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
.cmenu { margin:0 0 60px; }
.cmenu::before { content: " ";  position: absolute;  left: 0;bottom: 0;  width:100%;  height: 1px;   background: #e6e6e6;  z-index: 1;  }
.cmenu ul { display: flex; align-items: center;  gap: 0 40px;  }
.cmenu ul li span { display: flex;  line-height:40px; padding:0 0 20px;  position: relative; }
.cmenu ul li  span::after { content: " ";  position: absolute;  left: 0;bottom: 0;  width:0;  height: 2px;   background: #a50102;  z-index: 2;  }
.cmenu ul li a:hover span::after, .cmenu ul li a.active span::after {width:100%; }
.cmenu ul li a.active { font-size:30px;  font-weight: bold; }

/* .cmenu.ptr 有 z-index:1，同级的 .csearch 若未设 z-index 会被整块导航层挡住，输入框与放大镜都无法点击 */
.csearch { width:400px; max-width: 100%; box-sizing: border-box; position: absolute; right:0; top:-10px; z-index: 10; }
/* Layui 默认 .layui-input-wrap .layui-input-suffix { pointer-events:none }，放大镜无法点击触发搜索 */
.csearch .layui-input-wrap { position: relative; z-index: 1; pointer-events: auto; }
.csearch .layui-input-wrap .layui-input { pointer-events: auto; position: relative; z-index: 0; }
.csearch .layui-input-wrap .layui-input-suffix { pointer-events: auto !important; cursor: pointer; }
.csearch .layui-input-wrap .layui-input-suffix .iconfont { pointer-events: auto; cursor: pointer; }
.gal-list { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }

.cont-box .cc {  display: flex;  justify-content: space-between; }
.cont-box .cc .item img { max-width: 380px; }
.cont-box .cc .item .txt { padding:0 60px; }
.cont-box .cc .item .txt  h2 { font-size: 30px; margin:0 0 20px; }
.cont-box .cc .item .btn { display: flex;  justify-content: center;  margin:40px 0 0; }

.cbanner .txt { flex: 1;  padding:0 60px 0 0; }
.cbanner .txt h2 { font-size: 30px;  margin:0 0 20px; }
.cbanner .img { max-width: 640px; }

.csingle .single-detail { flex: 1;  padding:0 0 0 80px; }
.single-menu { width:320px; padding:20px 20px 40px;  border-top:2px solid #a50102; }
.single-menu  ul li a { display: flex; justify-content: space-between; align-items: center;  padding: 20px 0; position: relative; }
.single-menu  ul li a i { color:#a50102; visibility: hidden; opacity: 0;  transition: all 0.3s ease;  }
.single-menu  ul li a::before { content: " ";  position: absolute; left: 0; bottom: 0;  width:0;  height: 2px;   background: #a50102;  z-index: 2;  transition: all 0.3s ease; }
.single-menu  ul li a::after { content: " ";  position: absolute; left: 0; bottom: 0;  width:100%;  height: 2px;   background: #e6e6e6;  z-index: 1;  }
.single-menu  ul li a:hover::before, .single-menu  ul li.active::before {  width:100%;   }
.single-menu  ul li a.active { font-size: 20px; font-weight: bold; } 
.single-menu  ul li a:hover i, .single-menu  ul li a.active i { visibility: visible; opacity: 1;   }

.cate-list  { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px; }
.cate-list .item .txt { padding:0 20px 20px; }
.cate-list .item .txt .tit { margin:0 0 10px; }
.cate-list .item .txt .tit span {  font-size:20px;  font-weight: bold; }
.cate-list .item .txt .tit em { color:#a50102; }
.cate-list .item .txt .more { position: absolute;  bottom:20px;  right:20px; z-index:1; }
.cate-list .item .txt .more .red-more i { margin:0 10px 0 0; }

.cinfo-list { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 0;  margin:40px 0 0;  }
.cinfo-list  .item { display:flex;  padding:10px 0;  border-bottom:1px solid #e6e6e6; }
.cinfo-list  .item  .tit { font-weight: bold;  width:120px; }
.cinfo-list  .item  .cc { flex: 1;  padding-left:40px;  }

.ctit { padding:0 0 26px;  border-bottom: 1px solid #e6e6e6;  margin:0 0 60px; }
.ctit h2 {  line-height: 100%; font-size: 30px; }
.ctit h2 span { padding:0 0 20px;  position: relative; }
.ctit h2 span::after { content: " ";  position: absolute;  left: 0;bottom: 0;  width:100%;  height: 2px;   background: #a50102;  z-index: 1;  }
.cback i { font-size:20px; margin-right: 10px; }

.cate-list-2 { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.cate-list-2 .item .gal-img { height: 380px; }
.cate-list-2 .item .gal-img  img { object-fit: cover; }
.cate-list-2 .item .txt { padding:0 20px 20px; }

.cbanner-cate-3 .img {
	flex: 0 1 auto;
	max-width: min(360px, 30vw);
	min-width: 0;
}
.cbanner-cate-3 .img .com-img img {
	width: 100%;
	height: auto;
	display: block;
}
.cbanner-cate-3 .txt { flex: 1; min-width: 0; padding: 0 0 0 60px; }
.cbanner-cate-3 .cate3-banner-txt h2 { font-size: 28px; font-weight: 700; margin: 0 0 8px; line-height: 1.4; color: #333; }
.cbanner-cate-3 .cate3-cinfo { margin-top: 28px; }
.cbanner-cate-3 .cate3-cinfo .item:first-child { border-top: 1px solid #e6e6e6; }
.cbanner-cate-3 .cate3-back { margin-top: 32px; }
.cbanner-cate-3 .cate3-back .cback a { display: inline-flex; align-items: center; gap: 8px; }
.cb-tips { margin:40px 0 0; }
.cb-tips .tips-info { color:#999; }
.cb-tips .tips-info i { font-size:20px; margin-right: 10px;  }

.cate-three-table ul li {  display: flex;   }
.cate-three-table ul li:first-child { background: #f6f6f6;  border-top:2px solid #a50102; }
.cate-three-table .item { display: flex;  align-items: center; box-sizing: border-box; padding:20px;  border-bottom: 1px solid #e6e6e6; }
.cate-three-table .item a { display: flex; align-items: center; }
.cate-three-table .item:first-child { flex: 3;}
.cate-three-table .item:nth-child(2) { flex: 2;}
.cate-three-table .item:nth-child(3) { flex: 2;}
.cate-three-table .item:nth-child(4) { flex: 2;}
.cate-three-table .item:nth-child(5) { flex: 1;}
.cate-three-table .item:first-child .gal-img { width: 140px;  height: 140px; border:1px solid #e6e6e6; }
.cate-three-table .item:first-child img { max-width: 140px;  max-height: 140px; }
.cate-three-table .item:first-child p { flex: 1;  padding-left: 20px;  font-weight: bold; }
.cate-three-table .item .price, .cate-three-table .item .date, .cate-three-table .item .result { display: flex; align-items: center; color:#a50102; }
.cate-three-table .item .price span { margin-right: 10px; }
.cate-three-table .item .date i { font-size:20px; margin: 4px 10px 0 0; }
.cate-three-table .item .date.date-end { color:#999; }

select { padding:2px 0 2px 5px; }

.cinfo-list .price { display: flex; align-items: center; color:#a50102; }
.cinfo-list .price span { margin-right: 10px; }
.cinfo-list .date.date-end {  color:#999; }

.swp-pimg  .item {  height: 560px; }
.swp-pimg  .item img { width: 100%; height: 100%; object-fit: contain; object-position:  center center; }
.swp-pimg .sp-bot-pimg { position: relative;  margin:40px 0 0; }
.swp-pimg .sp-bot-pimg .swiper-pagination-bullet { background: #e6e6e6; }
.swp-pimg .sp-bot-pimg .swiper-pagination-bullet-active { background: #a50102; }

/*--------------------------------------------------------------------------layui 分页（方形）--------------------------------------------------------------------------*/
.layuipage .layui-laypage {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 0;
	font-size: 0;
	vertical-align: middle;
}
.layuipage .layui-laypage > a,
.layuipage .layui-laypage > span.layui-laypage-curr,
.layuipage .layui-laypage > span.layui-laypage-spr {
	box-sizing: border-box;
	min-width: 36px;
	height: 36px;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 34px !important;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #666 !important;
}
.layuipage .layui-laypage > a:hover {
	color: #333 !important;
	border-color: #ccc !important;
}
.layuipage .layui-laypage > a.layui-disabled {
	opacity: 0.45;
	cursor: not-allowed;
	color: #999 !important;
}
/* 顺序：<< < 页码 … 末页 > >> */
.layuipage .layui-laypage > .layui-laypage-first { order: 1; }
.layuipage .layui-laypage > .layui-laypage-prev { order: 2; }
.layuipage .layui-laypage > a[data-page]:not(.layui-laypage-first):not(.layui-laypage-last),
.layuipage .layui-laypage > span.layui-laypage-curr,
.layuipage .layui-laypage > span.layui-laypage-spr { order: 3; }
.layuipage .layui-laypage > .layui-laypage-next { order: 4; }
.layuipage .layui-laypage > .layui-laypage-last { order: 5; }
/* 当前页：深红底白字 */
.layuipage .layui-laypage > span.layui-laypage-curr {
	position: relative;
	border: 1px solid #a50102 !important;
	background: transparent !important;
	padding: 0 !important;
}
.layuipage .layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background-color: #a50102 !important;
	border: none !important;
}
.layuipage .layui-laypage .layui-laypage-curr em:not(.layui-laypage-em) {
	position: relative;
	z-index: 1;
	color: #fff !important;
	font-style: normal;
}

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height: 40px;}
	
	.layuipage .layui-laypage { gap: 6px; }
	.layuipage .layui-laypage > a,
	.layuipage .layui-laypage > span.layui-laypage-curr,
	.layuipage .layui-laypage > span.layui-laypage-spr {
		min-width: 32px;
		height: 32px;
		line-height: 30px !important;
		font-size: 0.28rem;
	}
	
	/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
	
	
}




