*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height:1.75;
	font:14px/1.5 "Microsoft YaHei", Arial, Helvetica, PingFang SC, sans-serif;
}
ol,ul {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#a62f0f;
}
img {
	border:0;
	vertical-align: middle;
}
input,textarea {
	outline: none;
	resize: none;
	font:14px/1.5 "Microsoft YaHei", Arial, Helvetica, PingFang SC, sans-serif;
}
input:-internal-autofill-selected{
    background:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	line-height: 0;
	overflow: hidden;
}
.clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}
input::-o-input-placeholder{
    color:#777;
}
input::-ms-input-placeholder{
    color:#777;
}
input::-moz-input-placeholder{
    color:#777;
}
input::-webkit-input-placeholder{
    color:#777;
}
input::input-placeholder{
    color:#777;
}
textarea::-o-input-placeholder{
    color:#777;
}
textarea::-ms-input-placeholder{
    color:#777;
}
textarea::-moz-input-placeholder{
    color:#777;
}
textarea::-webkit-input-placeholder{
    color:#777;
}
textarea::input-placeholder{
    color:#777;
}

.fl{float:left;}
.fr{float:right;}

/*20240328 add*/
.tabBox .bdList form{
	padding: 4px 2px 0;
}
.tabBox .itemBg{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow: hidden;
}
/* 屏幕分辨率放大为 125 */
@media screen and (min-width:1025px) and (-webkit-min-device-pixel-ratio: 1.25) {
	.windowsBody {
		width:125%!important;
		height: 125%!important;
		transform: scale(0.8, 0.8);
		transform-origin: left top;
	}
}
/* 屏幕分辨率放大为 150 */
@media screen and (min-width:1025px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 120dpi) {
	.windowsBody{
		width:150%!important;
		height: 150%!important;
		transform: scale(0.666, 0.666); /* 缩放数值需要根据效果调试 */
		transform-origin: left top;
	}
}

/*媒体查询*/
@media screen and (max-width:239px) {html { font-size: 28.4px;}}
@media screen and (min-width:240px) and (max-width:319px) { html {  font-size: 32px;}}
@media screen and (min-width:320px) and (max-width:359px) { html {  font-size: 42.67px;}}
@media screen and (min-width:360px) and (max-width:374px) { html {  font-size: 48px;}}
@media screen and (min-width:375px) and (max-width:413px) { html {  font-size: 50px;}}
@media screen and (min-width:414px) and (max-width:422px) { html {  font-size: 55.2px;}}
@media screen and (min-width:423px) and (max-width:479px) { html {  font-size: 56.4px;}}
@media screen and (min-width:480px) and (max-width:539px) { html {  font-size: 64px;}}
@media screen and (min-width:540px) and (max-width:639px) { html {  font-size: 72px;}}
@media screen and (min-width:640px) and (max-width:719px) { html {  font-size: 85.33px;}}
@media screen and (min-width:720px) and (max-width:749px) {    html {  font-size: 96px;}}
@media screen and (min-width: 750px) and (max-width:1024px)  { html { font-size: 100px;}}