* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 1.4;
  vertical-align: baseline;
  font-family: "微软雅黑";
  outline: none;
}
body,
html {
  min-width: 1200px;
  max-width: 100%;
  line-height: 1;
  overflow-x: auto;
}
a:not(.btn),
a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):visited,
a:not(.btn):link,
a:not(.btn):focus {
  color: inherit;
  background: none;
  text-decoration: none;
  outline: none;
}
ul,
li {
  list-style: none;
}
input,
textarea {
  outline: none;
  border: initial;
}
.ft {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.fwb {
  font-weight: bold;
}
.wzbs {
  color: var(--mcolor) !important;
}
.bcbs:hover {
  background-color: var(--mcolor) !important;
  color: #ffffff !important;
}

/*xlt-k*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}
@media screen and (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }
}
/*xlt-g*/
.tac {
  text-align: center;
}
.fc3 {
  color: #333333;
}
.fc5 {
  color: #555555;
}
.fcf {
  color: #ffffff;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.h50 {
  height: 50%;
}
.mw1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.wimg {
  width: 100%;
  height: 100%;
  display: block;
}
.wimg05s {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.wimg1s {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
}
.wimg05s:hover {
  transform: scale(1.1);
}
.wimg1s:hover {
  transform: scale(1.1);
}

/*ellipsis*/
.slh0 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  word-break: break-all;
}

.over-hiden {
  overflow: hidden;
}

.obj-cover {
  object-fit: cover !important;
}

.obj-contain {
  object-fit: contain !important;
}

/*layui样式*/
.layui-form-select dl dd.layui-this {
  background-color: var(--mcolor) !important;
}
.layui-form-select dl dd.layui-this {
  background-color: var(--mcolor) !important;
}
.layui-laydate .layui-this {
  background-color: var(--mcolor) !important;
}
.layui-form-select dl dd {
  font-size: 14px;
}
.layui-layer {
  border-radius: 12px !important;
}
.layui-laydate-footer span:hover {
  color: var(--mcolor) !important;
}
.layui-laydate-footer span[lay-type="date"] {
  color: var(--mcolor) !important;
}
.layui-laydate-header i:hover {
  color: var(--mcolor) !important;
}
.laydate-set-ym span:hover {
  color: var(--mcolor) !important;
}
#mb_btn_no {
  cursor: pointer;
}
#mb_btn_ok {
  background: var(--mcolor) !important;
  cursor: pointer;
}
.layui-form-checked span,
.layui-form-checked:hover span {
  background: var(--mcolor) !important;
}
.layui-form-checked i,
.layui-form-checked:hover i {
  color: var(--mcolor) !important;
}
/*layui样式*/

/*地图美化*/
.wn-container * {
  border-color: #ffffff !important;
  border: 0 !important;
}
.wn-container .BMap_pop * {
  color: #333333 !important;
  line-height: calc(30px) !important;
  font-size: calc(15px) !important;
}
.wn-container .anchorBL {
  display: none;
}
.wn-container .anchorTR div * {
  padding: 5px 10px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
/*地图美化*/
