﻿

/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  /* font-family: "思源黑体", "Montserrat_l"; */
  color: #000000;
  font-size: 14px;
  width: 100%;
  /* background: #000; */
}

body.on {
  overflow: hidden
}

a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
  list-style: none;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

img {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

select:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
img{
  max-width: 100%;
  vertical-align: middle;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.search input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #89a4d5;
  font-size: 13px;
}

.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89a4d5;
  font-size: 13px;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.mo_down {
  height: 0px;
  overflow: hidden
}

.mo_down.on {
  height: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
  float: left;
}

.fr {
  float: right;
}



::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-thumb {
  background: #f69625;
}

/* 滑块颜色 */
::-webkit-scrollbar-button {
  background-color: #f1f1f1;
}

/* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}

/* 这是针对缺省样式 (必须的)*/


