@charset "UTF-8";

/*设置默认编码集*/
/*css 初始化 */
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

/*各浏览器显示不同，去掉边框等默认样式*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  /* font-family: "SimSun", "宋体"; */
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

/*防止拖动 影响布局*/
textarea {
  resize: none;
}

/*去掉行内替换元素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

body {
  font: 12px/150% "微软雅黑", Arial, Verdana, "\5b8b\4f53";
  /*宋体 unicode */
  color: #666;
  background: #f4f4f4;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #c81623;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/*废物利用*/
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

/*公共类*/
.w {
  /*版心 提取 */
  width: 1210px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.hide {
  display: none;
}

.content {
  background-color: #f2f2f2;
  font-size: 0.5rem;
  height: 100%;
}

p {
  font-size: 0.38rem;
  color: #121212;
  text-indent: 0.6rem;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  background-color: #fff;
}

body {
  padding: 0 5px;
}

.title {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-weight: 700;
}

.head {
  font-size: 0.5rem;
  text-align: center;
  text-indent: 0;
}

.footer p {
  text-align: right;
}

p.title {
  text-indent: 0;
  border-bottom: solid 1px #fb6800;
  margin: 0;
  padding-top: 0.2rem;
}

li {
  margin-bottom: 0.1rem;
}

p.title.head {
  border-bottom: 0;
}

p span {
  display: inline-block;
  min-width: 35px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
  color: white;
  background-color: #fb6800;
  vertical-align: middle;
}

.tip {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tip p {
  padding: 0 0.2rem;
  background-color: #fdf0d2;
}

.titps {
  padding: 0.4rem 0;
  background-color: #fff;
}

.titps p {
  padding: 0 0.2rem !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.45rem;
  text-align: center;
  background-color: #fb6800;
  color: #fff;
}

.content {
  padding-top: 1.2rem;
}

#arrow {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  left: 0.6rem;
  top: 0.45rem;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  z-index: 9;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#back {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}