﻿/* 通用 */
body {
	font-family: SYHT-M,Alibaba-PuHuiTi-Regular,Arial, "微软雅黑", Helvetica;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	width:100%; height:100%;
	overflow-x: hidden;
	background-color: var(--bgColor);
}
@media (max-width: 743px) {
	body {
		font-family: SYHT-M,Alibaba-PuHuiTi-Regular,Arial, "微软雅黑", Helvetica;;
	}
}
html {
	width: 100%;
	scroll-behavior: smooth;
	/*overflow-x: hidden;*/
}
body,IMG,ul,li,i,dd,ol,section,dl,dt,button{ 
	list-style:none;
	border:none;
}
i { 
	font-style:normal;
}
a{ 
	text-decoration:none;
	color: #000;
	outline: none;
}
h1,h2,h3,h4,p,button {
	display:inline-block;
	font-weight:100;
}
*{
  margin:0;
  padding:0;
}
img{vertical-align:top;border:none}
input,button{border: none;outline:none;}
button{background: unset;}
table {
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}
center {
	margin: .4rem 0;
	font-size: .24rem;
	width: 100%; 
	text-align: center;
}

.main {
	margin: 0 auto;
	width: 12.1rem;
}
.container {
	margin-top: 1.96rem;
}

/*翻页按钮*/
.index-news-tool {
	margin-top: 1rem;
	width: 100%; height: .55rem;
	border: 1px solid #939393;
	box-sizing: border-box;
	font-size: 0;
	overflow: hidden;
}
.index-news-tool > div,
.index-news-tool > a {
	width: 33.33%;
	text-align: center;
	font-size: .29rem;
	line-height: .55rem;
	display: inline-block;
	vertical-align: top;
	color: #939393;
}





.index-news-tool .index-news-page {
	color: #adadad;
	font-family: DIN-Regular;
}
.index-news-tool .index-news-page span {
	color: #666;
}
.index-news-tool .iconfont {
	transform: skewX(-22.5deg);
	cursor: pointer;
	transition: background .3s ease-in-out;
	font-size: .4rem;
	position: relative;
}

.index-news-tool .iconfont.icon-top-copy {
	padding-left: 1rem;
	margin-left: -1rem;
}
.index-news-tool .iconfont.icon-bottom-copy {
	padding-right: 1rem;
	margin-right: -1.04rem;
	background-color: #dcdcdc;
}
.index-news-tool .iconfont.icon-top-copy::after {
	content: '';
	position: absolute;
	right: 0; top: 0;
	width: 1px; height: 100%;
	background-color: #939393;
}
.index-news-tool .iconfont.icon-bottom-copy::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 1px; height: 100%;
	background-color: #939393;
}

.index-news-tool .iconfont::before {
	transform: skewX(22.5deg);
	display: block;
}
.index-news-tool .iconfont:hover {
	background-color: #dcdcdc;
}

/*定位*/
.location {
	font-size: 0;
	border-top: 1px solid #a5a5a5;
}
.location a,
.location span {
	font-size: .17rem;
	line-height: .74rem;
	color: #666;
	letter-spacing: 3px;
}
.location span.gold {
	color: var(--gold);
}
.location .iconfont {
	color: var(--gold);
}


@media screen and ( max-width: 1366px){
	.main {
		width: 12.8rem;
	}
} 

@media screen and ( max-width: 768px){
	.main {
		width: 100%; box-sizing: border-box; padding: 0 6%;
	}
	.container {
		margin-top: 1rem;
	}
	.index-news-tool > div, .index-news-tool > a {
		font-size: .24rem;
	}
} 
