@charset "utf-8";
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { height: 100%; }
html, body, div, p, strong, span, a, b, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, del, img, i, em, select, button, textarea, input { margin: 0; padding: 0; }
body { background: #fff; font-family: XiQuezhaopaiti,sz , 'Microsoft YaHei', "Arial", 'SimSun', Serif; font-size: 16px; color: #333; position: relative; min-height: 100%; }
a, img, button, input, textarea, select { -webkit-tap-highlight-color: rgba(255,255,255,0); }
input[type="text"], input[type="hidden"], input[type="password"], button, textarea, select { outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-family: 'Microsoft YaHei', "Arial", 'SimSun', Serif; }
 select::-ms-expand {
display: none;
}
 input::-ms-clear {
display: none;
}
@font-face {
  font-family: "XiQuezhaopaiti"; 
  src: url('../fonts/XiQuezhaopaiti-Regular.woff2') format('woff2'),
       url('../fonts/XiQuezhaopaiti-Regular.woff') format('woff');
	    font-display: swap; 
}
@font-face {
  font-family: "sz"; 
  src: url('../fonts/sz.woff2') format('woff2'),
       url('../fonts/sz.woff') format('woff');
	    font-display: swap; 
}
@font-face {
  font-family: "msz"; 
  src: url('../fonts/m.woff2') format('woff2'),
       url('../fonts/m.woff') format('woff');
	    font-display: swap; 
}

.xqzt{font-family: XiQuezhaopaiti,sz,msz !important; }

/*input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder{color:#fff;}

input::-moz-placeholder,

textarea::-moz-placeholder{color:#fff;}

input:-moz-placeholder,

textarea:-moz-placeholder{color:#fff;}

input:-ms-input-placeholder,

textarea:-ms-input-placeholder{color:#fff;}

input:focus::-webkit-input-placeholder,

textarea:focus::-webkit-input-placeholder{color:#b8b8b8;}

input:focus::-moz-placeholder,

textarea:focus::-moz-placeholder{color:#b8b8b8;}

input:focus:-moz-placeholder,

textarea:focus:-moz-placeholder{color:#b8b8b8;}

input:focus:-ms-input-placeholder,

textarea:focus:-ms-input-placeholder{color:#b8b8b8;}*/

/* 标准写法（现代浏览器） */
::placeholder {
  color: #999 !important; /* 增加!important确保优先级 */
  opacity: 1 !important;
}

/* Chrome/Safari/Edge */
::-webkit-input-placeholder {
  color: #999 !important;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

/* IE10-11 */
:-ms-input-placeholder {
  color: #999 !important;
}

table { border-collapse: collapse; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
li { list-style: none; }
img { vertical-align: middle; border: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.hidden { overflow: hidden; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: normal; }
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { *zoom: 1;
}
.cell_box { font-size: 0; }
.cell_box:before { content: ''; height: 100%; display: inline-block; vertical-align: middle; }
.cell_box .cell { width: 100%; display: inline-block; vertical-align: middle; }

.btn,.btn:focus,.btn:active{
    outline: none;
    color: #999999;
    font-family: "Microsoft YaHei";
    border-radius: 0;
}
.btn:hover{color: #942024; }
.btn_90{
    width: 90px;
	    font-size:14px;
}

.fontz {
	position: absolute;
	display: inline-block;
	padding-right: 10px; /* 为图片预留空间 */
	right: 0;
	top: 65px;
}
.fontz::after {
 content: "";
 position: absolute;
 right: 0px;
 top: 45%;
 transform: translateY(-50%);
 width: 28px;
 height: 23px;
 background: url("../images/moreico.png") center/contain no-repeat;
}

 

/*scroll*/

::-webkit-scrollbar {
width:4px;
height:4px
}

::-webkit-scrollbar-button:vertical {
display:none
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
background-color:#f5f5f5;
}

::-webkit-scrollbar-thumb {
border-radius:0;
}

::-webkit-scrollbar-thumb:vertical:hover {
background-color:#c7000a;
}

::-webkit-scrollbar-thumb:vertical:active {
background-color:#c7000a;
}
