@charset "utf-8";
/* CSS Document */
body {
  min-width: 1420px;
  margin: 0px;
  padding: 0px;
  font-family: 'PingFang SC','Microsoft YaHei', 'SimSun';
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  background: #fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, span,img,input {margin:0; padding:0; list-style-type:none;}
a{ text-decoration:none; color:#333333;}
img{border:none;}
article,aside,dialog,figure,footer,header,legend,nav,section{display:block;}
ul{list-style:none;}
input::placeholder {
  color: rgba(255, 255, 255, 0.5);}
input:focus {
  border: 1px solid #fff;}

.left{float:left;}
.right{float:right;}
.body_bg{background: #F8F8F8;}
/* 滚动条 */
.scrollable {
  overflow: auto;
  scrollbar-width: none;}

/* 针对所有浏览器的隐藏滚动条 */
.scrollable::-webkit-scrollbar {
  display: none;}

/* IE and Edge 隐藏滚动条 */
.scrollable {
  -ms-overflow-style: none;}