@charset "utf-8";
/* CSS Document */

body,
form,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0.729vw;
  font-weight: normal;
  font-family: "Microsoft Yahei";
  color: #000;
}

ul,
ol,
li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
img,
form,
input,
br,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  border: 0;
  padding: 0;
  margin: 0;
  /* display: block; */
}

a {
  color: #333;
  text-decoration: none !important;
  display: block;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i,
samp,
b {
  font-style: normal;
  font-weight: normal;
  font-family: "Microsoft Yahei";
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.fix {
  *zoom: 1;
}

.fix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  width: 100%;
  background: #fff;
}

html {
  width: 100%;
  overflow-x: auto;
}

.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0.26vw 0.156vw -0.26vw #ccc;
  -moz-box-shadow: 0 0.26vw 0.156vw -0.26vw #ccc;
  box-shadow: 0 0.26vw 0.156vw -0.26vw #ccc;
}

.absolute {
  position: absolute;
}

.main1200 {
  max-width: 62.5vw;
  margin: auto;
  padding: 0 5.208vw;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.main1650 {
  max-width: 85.938vw;
  margin: auto;
  padding: 0 5.208vw;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.overhidden {
  overflow: hidden;
}

.tab_con {
  display: none;
}

.tab_con:first-child {
  display: block;
}

.bgcolor {
  background: #999;
}

.mtop15 {
  margin-top: 0.781vw;
}

:root {
  --tf: linear;
  --effect: hover 1s var(--tf) infinite;
}

/* 超出出现滚动条 */
.over-y {
  overflow-y: auto;
}

/* 设置滚动条的样式 */
.over-y::-webkit-scrollbar {
  width: 1rem;
}

/* 滚动槽 */
.over-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset0.313vwrgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}

/* 滚动条滑块 */
.over-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: rgba(203, 203, 203, 0.5);
  -webkit-box-shadow: inset0.313vwrgba(0, 0, 0, 0.5);
}

.over-y::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

/* 重写layui页码样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #1e86ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.layui-laypage a,
.layui-laypage span {
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  background: none;
  color: #333;
  font-size: 14px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 0;
}

/* 清除浮动 */
.hfc {
  clear: both;
}
