/*****通用编码******/
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;/*只针对低版本谷歌*/
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* 谷歌 */
	-moz-box-sizing: border-box; /* Firefox */
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0
}
*html {
	background-attachment: fixed;
}/*解决IE6下滚动抖动的问题*/
body {
	color:#1f2329;
	font-size:14px;
	_overflow: hidden;
	line-height: 1.5;
	overflow-x: hidden;
	background: #fff;
	width: 100%;
	-webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
	*cursor: default;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li, form, dl {
	list-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
.flex{
	display: flex;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	/* transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s; */
	display: inline-block;
	width: 100%;
	height: 100%;
}
a:hover {
	color: inherit;
}
a:active, a:hover, a:link{
	text-decoration: none
}
a, area, a:active {
	color: inherit;
}
:focus {
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color:#3390ff;
}
::-moz-selection {
color: #fff;
background-color: #3390ff;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color: #ffc403;
	scrollbar-highlight-color: #ffc403;
	scrollbar-shadow-color: #ffc403;
	scrollbar-3dlight-color: #ffc403;
	scrollbar-arrow-color: #222;
	scrollbar-track-color: #222;
	scrollbar-darkshadow-color: #ffc403;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
width:4px;
height: 4px;
background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
border-radius:0;
background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
border-radius:0;
background-color: #ffc403;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/*-------表单居中、清理描边---------*/
input, button, select, textarea {
	outline: none
}
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
input[type=submit] {
	cursor: pointer;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
/*----- 表格重置-----*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
caption {
	display: none;
}
:focus{outline:0}
.animate{transition:all .5s cubic-bezier(.25,0,0,1);-webkit-transition:all .5s cubic-bezier(.25,0,0,1);-moz-transition:all .5s cubic-bezier(.25,0,0,1);-ms-transition:all .5s cubic-bezier(.25,0,0,1);-o-transition:all .5s cubic-bezier(.25,0,0,1)}
/*----- clearfix-----*/

.clearfix{
  zoom: 1; 
}
.clearfix::after{
  content: " "; 
  display: block;
  height: 0; 
  clear: both; 
}
/*----- 超出省略号///-----*/
.toe {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.container{
	height: inherit;
}
.container:after, .container:before{
	display: none;
}
.iconfont{
	color: #ffffff;
}
img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 1200以上核心版 */
@media (min-width: 1920px) {
	.container{
		width: 90rem;
		padding: 0;
	}
}
@media (min-width: 1680px){
	.container {
	    width: 90rem;
	}
}
@media (min-width:1024px) and (max-width:1136px){
	html{font-size: 9px;}
}
@media (min-width:1136px) and (max-width:1248px){
	html{font-size: 10px;}
}
@media (min-width:1248px) and (max-width:1360px){
	html{font-size: 11px;}
}
@media (min-width:1360px) and (max-width:1472px){
	html{font-size: 12px;}
}
@media (min-width:1472px) and (max-width:1584px){
	html{font-size: 13px;}
}
@media (min-width:1584px) and (max-width:1696px){
	html{font-size: 14px;}
}
@media (min-width:1696px) and (max-width:1808px){
	html{font-size: 15px;}
}
@media (min-width:1808px) and (max-width:1920px){
	html{font-size: 16px;}
}

/* 公共css */
/* 移动端导航按钮 */
.header-button{
	display: none;
	position: relative;
	height: 50px;
	width: 30px;
	cursor: pointer;
}
.header-button span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffc403;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 2px;
    margin-top: -1px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
.header-button:after, .header-button:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffc403;
    content: "";
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}
.header-button:before {
    top: 13px;
}
.header-button:after {
    bottom: 13px;
}
.header-button.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    top: 13px;
    left: 5px;
}
.header-button.active span {
    opacity: 0;
}
.header-button.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    left: 5px;
    bottom: 13px;
}
/* 移动端导航按钮结束 */

