﻿@charset "utf-8";
:root {
  	--mainwidth: 75vw;
	font-size: 16px;
	font-family: "微软雅黑";
}
*{
	margin:0px; 
	padding:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	outline: 0; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{height:100%; overflow-x: hidden;}
a {text-decoration:none;} 
a:focus,span:focus,input:focus{outline:none;}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:5px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#dedede}
::-webkit-scrollbar-thumb:vertical{background-color:#871d20;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#871d20}
::-webkit-scrollbar-corner:vertical{background-color:#871d20}
::-webkit-scrollbar-resizer:vertical{background-color:#871d20;}
.clear{
	height: 0px;
	width: 0px;
	font-size: 0px;
	clear: both;
}
@font-face{ font-family:'mont'; src:url('../fonts/MONT.TTF');}
@font-face{ font-family:'montbold'; src:url('../fonts/FONTFABRIC-MONT-HEAVY-DEMO-2.OTF');}
@font-face{ font-family:'din'; src:url('../fonts/DIN-MEDIUM.OTF');}
@font-face{ font-family:'dinbold'; src:url('../fonts/DIN-BOLD.OTF');}
@font-face{ font-family:'Resource'; src:url('../fonts/ResourceHanRoundedJP-Light.ttf');}

@media screen and (max-width:1919px)and (min-width:1440px){
:root {
  --mainwidth: 90vw;
font-size: 14px;
font-family: "微软雅黑";
}
}

@media screen and (max-width:1439px)and (min-width:1024px){
:root {
  --mainwidth: 90vw;
font-size: 12px;
font-family: "微软雅黑";
}
}
@media screen and (max-width:1023px)and (min-width:300px){
:root {
--mainwidth: 1400px;
font-size: 12px;
font-family: "微软雅黑";
}
html{
	width: 1600px;
}
}
