@charset "utf-8";
/*font*/
@font-face {font-family:"SourceHanSansCN-Regular";src:url("font/SourceHanSansCN-Regular_2.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"SourceHanSansCN-Bold";src:url("font/SourceHanSansCN-Bold_1.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"SourceHanSansCN-Medium";src:url("font/SourceHanSansCN-Medium_2.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"SourceHanSansCN-Light";src:url("font/SourceHanSansCN-Light_2.otf");font-weight:normal;font-style:normal;}
@font-face {font-family:"方正粗宋简体";src:url("font/方正粗宋简体.TTF");font-weight:normal;font-style:normal;}
/*global style*/
ul,li,p,span,em,i,div,img,h1,h2,h3,h4,a,.object,input,textarea,body{padding:0px;margin:0px;border:none;}
body{font:14px/1.5em Arial, "SourceHanSansCN-Regular", Helvetica, sans-serif;color:#666;overflow-x:hidden;background:#fff;margin:0;}
table{ border-collapse:collapse;}
em,i{font-style:normal;}
a{color:#333;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{color:#c30d23;}
ul,li{list-style:none;}
img{vertical-align:top;}
.clear{clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.clearm:after{clear:both;display:block;height:0;visibility:hidden;content:" ";}
.clearm{*zoom:1;}
input{ outline:none; vertical-align:middle;}
textarea{resize:none;outline:none;overflow:hidden;font-family:"SourceHanSansCN-Regular";}
input.submit,input.reset{cursor:pointer;}
.text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
p{line-height:25px;}
h1{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"SourceHanSansCN-Medium";}
h2{font-size:32px;color:#333;line-height:34px;font-weight:normal;font-family:"SourceHanSansCN-Medium";}
h3{font-size:24px;line-height:26px;font-weight: normal;}
h4{font-size:14px;line-height:16px;font-weight: normal;}
/* backToTop */
.hidden{display:none;}
.bread{padding:5px 0;line-height:25px;background-color:#000;}
.bread a,.bread span{color:#fff;}
.bread a:hover,.bread a:nth-last-child(1){color:#c30d23;}


input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite!important;
  /* 选择历史记录的文字颜色*/
  -webkit-text-fill-color: #333;
  -webkit-transition: background-color 50000s ease-in-out 0s!important;
  transition: background-color 50000s ease-in-out 0s!important;
  background-color: transparent!important;
  background-image: none !important;
  /* 选择历史记录的背景颜色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
  -webkit-appearance: none;
}

body::-webkit-scrollbar{width:4px;background-color:#dfdfdf;}
body::-webkit-scrollbar-thumb{width:4px;height:4px;border-radius:2px;background-color:#1769ff;}
