/**
* @description:
* @author:Bruce Lu
* @create:2019/12/19 09:26
*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  color: rgba(0, 0, 0, 0.65);

  font-size: 62.5%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
}

.contain {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

header {
  width: 100%;
  height: 36.57%;
  background: url("assets/banner.jpg") no-repeat center;
  background-size: cover;
}

header p {
  width: 100%;
  height: 100%;
  line-height: 200px;
  color: white;
  font-size: 48px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
nav {
  width: 100%;
  height: 63.43%;
  position: relative;
}

.title {
  /* width: 14.4rem; */
  width: fit-content;
  margin: 0px auto 5.8rem;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 14rem;
  cursor: default;
}

/*.title:after {
    content: '';
    width: 41.67%;
    position: absolute;
    left: 29.17%;
    bottom: -28px;
    background: rgba(12,192,4,1);
    height: 7px;
    border-radius: 8px;
}*/

.sub_line {
  width: 41.67%;
  margin-left: 29.17%;
  margin-top: -3rem;
  background: rgba(12, 192, 4, 1);
  height: 0.7rem;
  border-radius: 0.8rem;
}

.card-container {
  padding: 0.4rem 1rem;
  margin: 0 18rem;
  /* overflow: hidden; */
  display: flex;
  height: 46.5%;
  justify-content: space-betweenss;
}

.card-container > div {
  min-width: 210px;
  width: 31%;
  box-shadow: 0 0 1.4rem 0 rgba(219, 229, 242, 0.5),
    0 0 1.2rem 0 rgba(234, 234, 234, 0.5);
  border-radius: 0.8rem;
  background: white;
  margin-right: 10.6rem;
}

.card-container > div:hover {
  box-shadow: 0 0 2.1rem 0 rgba(192, 200, 210, 1);
  border-radius: 0.8rem;
  cursor: pointer;
}

.card-container > div:last-child {
  margin-right: 0;
}

.card-disable {
  opacity: 0.4;
  border: 5px solid rgba(192, 200, 210, 0.2);
  border-radius: 0.8rem;
  box-shadow: none !important;
}

.card-disable :hover {
  cursor: no-drop;
}

.footer {
  position: absolute;
  bottom: 5%;
  width: 100%;
  font-size: 1.8rem;
  color: rgba(199, 199, 199, 1);
  line-height: 2.5rem;
  text-align: center;
}

.footer span {
  margin-right: 1.1rem;
}
.setting_btn {
  position: absolute;
  right: 3%;
  bottom: 5%;
  z-index: 999;
  width: 3.8rem;
  height: 3.8rem;
  background-image: url("assets/Setting_Unclicked.png");
  background-size: 3.8rem 3.8rem;
  background-repeat: no-repeat;
}

.setting_btn:hover {
  width: 3.8rem;
  height: 3.8rem;
  cursor: pointer;
  background-image: url("assets/Setting_Clicked.png");
  background-size: 3.8rem 3.8rem;
  background-repeat: no-repeat;
}

.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.reverseRotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.item {
  width: 100%;
  height: 100%;
  /*position:relative;*/
  text-align: center;
}

.item .item-image {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* position: relative; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.item .item-title {
  width: 100%;
}

.item .item-title img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.item .item-title1 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* .item p {
    margin: 0;
    padding: 1rem 0;
    width:100%;
    font-size:3rem;
    font-weight:500;
    line-height:4.2rem;
    text-shadow:0 0 1.4rem rgba(219,229,242,0.5);
    text-align:center;
    color:rgba(51,51,51,1);
} */

.service-container {
  /*float: left;
    width: 50%;
    margin-left: 5%;
    text-align: left;*/
  margin-top: 228px;
  margin-bottom: 65px;
  width: 100%;
}

.service-container p {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  text-shadow: 0px 0px 14px rgba(219, 229, 242, 0.5);
  text-align: center;
  color: rgba(51, 51, 51, 1);
  /*margin-top: 0;
    margin-bottom: 32px;
    padding-left: 20px;*/
}

.service-container ul li {
  text-align: left;
  color: #666666;
  font-size: 12px;
  margin-bottom: 4px;
}

.btn {
  width: 100px;
  height: 40px;
  color: white;
  background: linear-gradient(
    90deg,
    rgba(69, 122, 227, 1) 0%,
    rgba(103, 76, 254, 1) 100%
  );
  border-radius: 20px;
  font-size: 14px;
  border: none;
  outline: none;
  margin-left: 20px;
}

.first-btn {
  margin-top: 32px;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.vod-admin {
  margin-left: 8px;
  font-size: 14px;
  color: #1890ff;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  html,
  body {
    font-size: 7.5px;
  }

  .title {
    font-size: 2.9rem;
  }

  .item .item-title {
    width: 100%;
  }

  .item .item-title img {
    width: 67%;
  }

  .item .item-title1 img {
    width: 52%;
  }

  .item .item-image img {
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }
}

@media screen and (max-width: 1024px) {
  .sub_line {
    margin-top: -2rem;
  }

  .card-container {
    margin: 0 13rem;
  }
  .card-container > div {
    margin-right: 4.6rem;
    min-width: unset;
  }

  .title {
    margin: 0 auto 3.7rem;
    font-size: 1.8rem;
    line-height: 8rem;
  }

  .item .item-image {
    height: 70%;
    width: 100%;
  }

  .item-image img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }

  .item .item-title {
    width: 100%;
  }

  .item .item-title img {
    width: 80%;
  }

  .item .item-title1 img {
    width: 65%;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .sub_line {
    margin-top: -1rem;
  }

  .card-container {
    margin: 0 13rem;
  }

  .title {
    line-height: 6rem;
    font-size: 1.9rem;
  }

  .item .item-image {
    height: 70%;
    width: 100%;
  }

  .item .item-title {
    width: 100%;
  }

  .item .item-title img {
    width: 85%;
  }

  .item .item-title1 img {
    width: 70%;
  }

  .item .item-image img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }
}
