/* Generated by less 2.2.0 */
/* LESS Document */
/***************************************************
		风格与模块
***************************************************/
body {
  background: #b1e3f6 url(../image/bg.jpg) center top;
}
footer {
  background: #b1e3f6;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid,
.container-,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.layer-style {
  line-height: 0;
  width: 50% !important;
  max-width: 750px !important;
  border-image-source: url(../image/bg-layer.png);
  border-image-slice: 55 0 55 0 fill;
  border-image-width: 55px 0px 55px 0px;
  border-image-outset: 55px 25px 55px 25px;
  border-image-repeat: stretch round;
}
.layui-layer-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.layui-layer-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.layui-layer-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
/***************************************************
		index.html
***************************************************/
.layer-luting {
  position: relative;
}
.layer-luting .news {
  position: absolute;
  top: 48%;
  right: auto;
  bottom: auto;
  left: 3%;
  text-indent: -9999em;
  width: 44%;
  height: 1.2%;
}
.container {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
.container > div {
  line-height: 0;
}
.content,
.bottom {
  position: relative;
}
.link {
  line-height: 1.5;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.link-1 {
  width: 250px;
  height: 120px;
  top: 100px;
  left: 46px;
}
.link-2 {
  width: 220px;
  height: 364px;
  top: 230px;
  left: 290px;
}
.link-3 {
  width: 120px;
  height: 296px;
  top: 326px;
  left: 738px;
}
.link-4 {
  width: 122px;
  height: 260px;
  top: 68px;
  left: 922px;
}
.bottom p {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
  line-height: 1.5;
  color: #6a6a6a;
  text-align: center;
  width: 100%;
}
/***************************************************
		响应式布局
***************************************************/
@media screen and (max-width: 768px) {
  .layui-layer-content {
    max-height: 550px !important;
  }
  .layer-style {
    width: 90% !important;
    border-image-outset: 55px 15px 55px 15px;
  }
  .link-1 {
    width: 28%;
    height: 14%;
    top: 34%;
    left: 2%;
  }
  .link-2 {
    width: 26%;
    height: 46%;
    top: 48%;
    left: 23%;
  }
  .link-3 {
    width: 20%;
    height: 38%;
    top: 48%;
    left: 54%;
  }
  .link-4 {
    width: 20%;
    height: 34%;
    top: 14%;
    left: 68%;
  }
  .container {
    width: auto;
  }
  .bottom p {
    font-size: 0.2rem;
    top: 0;
  }
  footer {
    font-size: 0.24rem;
  }
}
@supports (bottom: constant(safe-area-inset-bottom)) {
  /*.classname{padding: 0 5%;}
	.classname{margin-top: constant(safe-area-inset-top); margin-bottom: constant(safe-area-inset-bottom);}
	.classname{padding-top: constant(safe-area-inset-top); padding-bottom: constant(safe-area-inset-bottom);}*/
}
