
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  word-break: break-all;
}
body {
  background-color: #000;
}
.pages {
  width: 100%;
}
.pages .head {
  width: 100%;
  padding: 0 20px;
  transition: 0.5s;
  border-bottom: 1px solid #999;
  position: relative;
}
.pages .head h2 {
  line-height: 100px;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages .head h2 a {
  display: inline-block;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 0 16px;
  color: #fff;
  text-decoration: none;
  line-height: 34px;
  font-size: 14px;
  transition: 0.5s;
}
.pages .head h2 a:hover {
  background-color: #fff;
  color: #000;
}
.pages .head.fix {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  z-index: 99;
}
.pages .head.fix h2 {
  line-height: 60px;
  font-size: 20px;
}
.pages .content {
  width: 100%;
  background-color: #000;
}
.pages .content .wid {
  padding: 20px 40px;
  background-color: #161616;
  display: table;
  min-height: 100vh;
}
.pages .content .text {
  width: 100%;
}
.pages .content .text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
.pages .content .text p {
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  text-align: justify;
  margin: 10px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 28px;
}
.pages .content .text p span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 48px;
  text-indent: -22px;
}
.pages .content .text p a {
  color: #fff;
}
.pages .content .text p em {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  color: #999;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pages .content .text p i {
  text-indent: 28px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
}
.pages .content .text p i:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
}
.pages .content .text p b {
  color: #ab2b2b;
  font-weight: normal;
}
.pages .content .text h5 {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding: 9px 0;
}
.pages .content .text h5 a {
  color: #fff;
}
.pages .content .text h2 {
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.inventory {
  width: 100%;
  padding: 40px;
}
.inventory .text {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #ccc;
}
.inventory .conts {
  width: 100%;
  padding-top: 20px;
}
.inventory .conts .table {
  width: 100%;
  min-height: 100px;
  float: left;
}
.inventory .conts .table table {
  width: 100%;
  border: 1px solid #999;
}
.inventory .conts .table table th {
  border-right: 1px solid #999;
  color: #fff;
  min-width: 40px;
  border-bottom: 1px solid #999;
  padding: 10px 2px;
  text-align: center;
  font-weight: normal;
  color: #eee;
  font-size: 14px;
}
.inventory .conts .table table td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 10px 4px;
  text-align: center;
  color: #ccc;
  line-height: 22px;
  max-width: 180px;
}
.inventory .conts .table table td input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: url("../img/ce4a53_24x24.png") center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-size: 16px 16px;
}
.inventory .conts .table table td input[type=checkbox]:checked {
  background: url("../img/da2cb8_24x24.png") center no-repeat;
  background-size: 16px 16px;
}
.inventory .conts .table table td .equipment {
  width: 100%;
  max-width: 240px;
}
.inventory .conts .table table td a {
  color: #ccc;
  text-decoration: underline;
}
.inventory .conts .table table td a:hover {
  color: #f00;
}
.inventory .conts .table table td .scene {
  width: 100%;
  max-width: 160px;
}
.inventory .conts .table table td .websitr {
  max-width: 200px;
}

@media screen and (max-width: 1300px) {
  .inventory .conts {
    overflow-x: auto;
  }
  .inventory .conts .table {
    min-width: 1240px;
  }
}
@media screen and (max-width: 993px) {
  .inventory {
    padding: 20px;
  }
  .pages .head h2 {
    line-height: 80px;
  }
  .pages .content .wid {
    padding: 20px;
  }
  .pages .content .wid .text p {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0;
    padding-left: 0;
  }
  .pages .content .wid .text p span {
    padding-left: 32px;
  }
  .pages .content .wid .text h2 {
    font-size: 20px;
    line-height: 40px;
    margin: 10px 0;
  }
  .pages .content .wid .text h5 {
    font-size: 16px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .pages .head h2 {
    line-height: 60px;
    font-size: 20px;
  }
  .pages .content .wid {
    padding: 15px;
  }
  .pages .content .wid .text p {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0;
  }
  .pages .content .wid .text h2 {
    font-size: 20px;
    line-height: 40px;
    margin: 10px 0;
  }
  .pages .content .wid .text h5 {
    font-size: 16px;
    padding: 4px 0;
  }
}
