:root {
  --main-color: #98635a;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 百度富文本编辑器样式-------------- */
.selectTdClass {
  background-color: #edf5fa !important;
}
table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
td,
th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
caption {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
table tr.firstRow th {
  border-top-width: 2px;
}
.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
  background-color: #f7faff;
}
td p {
  margin: 0;
  padding: 0;
}
/* 百度富文本编辑器样式-------------- */

#top::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #3da0c0;
}
.flex {
  display: flex;
  align-items: center;
}
a,
a:hover {
  color: #fff;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #c850c0, #4158d0, #1f0130);
  overflow: hidden;
  scroll-behavior: smooth;
}
body {
  cursor: url(../img/cursora.ico), auto;
  position: relative;
}

.line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card,
.cards {
  padding: 20px 25px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    to right bottom,
    rgba(10, 10, 10, 0.4),
    rgba(10, 10, 10, 0.3),
    rgba(10, 10, 10, 0.2)
  );
  backdrop-filter: blur(8px);
  transform: scale(1);
  transition: backdrop-filter 0.3s, transform 0.3s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
  transition: all 0.3s;
}
.cards:hover {
  backdrop-filter: blur(10px);
  background: linear-gradient(
    to right bottom,
    rgba(10, 10, 10, 0.6),
    rgba(10, 10, 10, 0.4),
    rgba(10, 10, 10, 0.2)
  );
}

@keyframes spinner_preloader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
}

.preloader-spin {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
  animation: 1s linear 0s normal none infinite running spinner_preloader;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.bg .zz {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3) 166%);
  transition: 1.5s;
}

.root {
  height: 100vh;
  max-width: 1200px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.left * {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.left .card {
  border-radius: 15px;
}
.left1 {
  margin-bottom: 50px;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
}
.left1 .b1 {
  border-radius: 100%;
  background: #3da0c0;
  text-align: center;
  line-height: 180px;
  width: 100%;
  height: 100%;
}
.left1 .iconfont {
  font-size: 160px;
  color: #fff;
}
.left1 .b2 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.5;
  animation: rotate 3s infinite linear;
}

.left2 {
  color: #fff;
  text-align: center;
  margin: 50px auto 30px;
}
.left2 .b1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.left2 .b2 {
  margin-top: 10px;
  justify-content: center;
  font-size: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.left2 .b2 .iconfont {
  margin-left: 10px;
  cursor: pointer;
  font-size: 26px;
}
.left3 {
  justify-content: center;
  margin-bottom: 30px;
}

.left3 .b1 {
  font-size: 18px;
  letter-spacing: 2px;
  margin: auto 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  padding: 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.left3 .b1.active,
.left3 .b1:hover {
  border-bottom: 2px solid #fff;
}
.left5 .b1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.left5 .b2 {
  text-align: right;
  margin-top: 15px;
}

.left6 {
  margin-bottom: 20px;
  font-size: 15px;
  /* font-weight: bold; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  justify-content: space-between;
}
.left6 img {
  width: 32px;
  display: block;
  margin-right: 10px;
}

.left6 .b1.card,
.left6 .b2.card {
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 10px;
  width: calc(50% - 10px);
}

.right {
  margin-left: 130px;
  flex: 1;
}

#top {
  scroll-behavior: smooth;
}

#goTop {
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  font-size: 24px;
  display: none;
  z-index: 9;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0.8;
  line-height: 23px;
}
footer a {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 1280px) {
  .root .card {
    padding: 20px;
  }
  .root {
    padding: 0 20px;
    max-width: 1024px;
  }
  .left1 {
    width: 140px;
    height: 140px;
  }

  .left1 .b2 {
    width: 160px;
    height: 160px;
  }
  .left1 .iconfont {
    font-size: 100px;
    line-height: 150px;
  }
  .right {
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  html,
  body {
    height: auto;
    overflow: auto;
  }
  .root {
    padding: 0 20px;
    display: block;
    height: auto;
    margin: 30px auto 100px;
  }
  .root .card {
    padding: 20px;
  }
  .right {
    margin-left: 0;
    margin-top: 50px;
  }
}
