body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html{
  font-family: "'Microsoft Yahei','simsun','arial','tahoma'";
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
  font-family: "Microsoft YaHei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  text-decoration: none;
  color: #999999;
}
a:visited {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: none;
  color: #999999;
}

a:visited {
  text-decoration: none;
  color: #999999;
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;*/
input,
textarea {
  -webkit-user-select: auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.fl{float:left}
.fr{float:right}
.clearfix::after{clear:both;content:"";display:block;width:100%;height:0px;}
.flex{display: flex;align-items: center}
.flex-between{display: flex;justify-content: space-between;align-items: center}
/* 溢出隐藏 */
.text-nowrap{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.pt10{padding-top: 10px;}
.mr18{margin-right: 18px;}
.swiper-pagination-bullet-active{background: #ff6038 !important;}
.hide{display: none;}
.show{display: block;}

::-webkit-scrollbar {
  width:4px;/*竖向滚动条的宽度*/
  height: 4px;
}
/*滚动条轨道的样式*/
::-webkit-scrollbar-track {
    background: #0000;
}
::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/*当焦点不在当前区域滑块的状态（具体为什么要加这句有点忘了，记得是跟刷新时有关）*/
::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3;
}

body {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 2.4rem;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100% !important;
}

::-webkit-scrollbar{display: none;}

/* 禁止用户选中 */
/* *{
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  } */

  .dom__none{
    display: none;
  }
  #mobile_icon_div>div{
    background: #67a6ff !important;
  }
  /* 清除浮动 */
  .clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
  .clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
/* 16/9图片 */
.img_wrapper{
  display:block;
  width: 100%;
  height: 0px;
  background: rgba(0,0,0,1);
  /* 16:9padding-bottom:56.25% 4:3padding-bottom:75% */
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 4px;
}
.img_wrapper .entry-thumb{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  /* object-fit: cover; */
  border-radius: 4px;
}
/* input样式 */
input[type=button],
input[type=submit],
input[type=file],
button{
   cursor: pointer; -webkit-appearance: none;
}
input{
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
}
.banner img{
  width: 100%;
  height: 100%;
}