/**logoæ‰«å…‰æ•ˆæžœCSS**/
#logo:before {
  /**æ ¹æ®logoå¤–divæ ·å¼åç§°ä¿®æ”¹beforeå‰åç§°**/
  content: "";
  position: absolute;
  left: -865px; /**ç¬¬ä¸€ä¸ªæ•°å­—å‚æ•°æŽ§åˆ¶æ‰«å…‰é€Ÿåº¦ï¼Œæ•°å­—è¶Šå¤§è¶Šæ…¢**/
  top: -460px;
  width: 200px;
  height: 20px; /**å…‰æ ‡çš„å®½åº¦ï¼Œå¯æ ¹æ®å®žé™…è°ƒæ•´**/
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 1s ease-in 1s infinite;
  -o-animation: searchLights 1s ease-in 1s infinite;
  animation: searchLights 1.5s ease-in 1s infinite; /**ç¬¬ä¸€ä¸ªæ•°å­—å‚æ•°æŽ§åˆ¶æ‰«å…‰é€Ÿåº¦ï¼Œæ•°å­—è¶Šå¤§è¶Šæ…¢**/
}
@-webkit-keyframes searchLights {
  0% {
    left: -50px;
    top: 0;
  }
  to {
    left: 300px;
    top: 0px;
  }
}
@-o-keyframes searchLights {
  0% {
    left: -50px;
    top: 0;
  }
  to {
    left: 300px;
    top: 0px;
  }
}
@-moz-keyframes searchLights {
  0% {
    left: -50px;
    top: 0;
  }
  to {
    left: 300px;
    top: 0px;
  }
}
@keyframes searchLights {
  0% {
    left: -50px;
    top: 0;
  }
  to {
    left: 300px;
    top: 0px;
  }
}

.xuanfu {
  position: fixed;
  top: 200px;
  right: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.touzi {
  position: absolute;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  margin: -1%;
  line-height: 50px;
  height: 50px;
  background-color: #12121210;
  font-size: 30px;
  color: #000;
}

.ztit {
  width: 65vw;
  height: auto;
  position: absolute;
  top: 5.1vw;
  left: 50%;
  margin-left: -32.5vw;
}
body {
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 3px 3px 3px #555b5e1f;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  display: flex;
  overflow: hidden;
}
.img {
  display: block;
}
.tx {
  flex: 1;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.dh {
  flex: 3;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.dh_01 {
  height: 40px;
  width: 120px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background-color: #e4e4e400;
  transition: 0.5s;
}

.dh_01:hover {
  background-color: #e4e4e440;
  box-shadow: 2px 2px 2px #aaaaaa2d;
  transition: 0.5s;
}

.dh_01 a {
  font-size: 18px;
  transition: 0.5s;
  display: block;
  width: auto;
  height: auto;
  color: #2e82ff;
  font-weight: 800;
  text-decoration: none;
}
.main {
  max-width: 800px;
  width: 95%;
  height: 800px;
  margin: 0 auto;
  margin-top: 70px;
  color: #121212;
  font-size: 18px;
  line-height: 180%;
}
.zu {
  width: 98%;
  background-color: #fff;
  border-radius: 10px;
  padding: 1%;
  margin: 10px 0px;
  text-align: center;
}
.zu_tou {
  color: #121212;
  font-size: 18px;
  line-height: 35px;
}
.zu_wenzi {
  padding: 0 10px;
  display: block;
}
.zu_biaoti {
  font-size: 16px;
  font-weight: 900;
  color: #2e82ff;
  display: block;
  text-align: left;
  margin-top: 10px;
}
.biaoti {
  font-size: 24px;
  font-weight: bold;
  color: rgb(50, 97, 252);
  line-height: 40px;
  border-bottom: 2px dashed #f1f1f1;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.lianxi {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0px;
}

.lianxi_01 {
  width: 45%;
  height: 150px;
  display: flex;
  justify-content: space-around;
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 10px 0px;
}
#lianxi_02 {
  width: 45%;
  height: 150px;
  display: flex;
  justify-content: space-around;
}

.lianxi_01_z {
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
  width: 150px;
  position: relative;
}

#ewms {
  position: absolute;
  top: 125px;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  transition: 0.5s;
  width: 150px;
}

#ewm:active #ewms {
  top: 0px;
  transition: 0.5s;
}

.lianxi_01_y {
  height: 150px;
  width: 150px;
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 460px) {
  .dianpu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .xiadan {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jiaoyi {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .lianxi_01 {
    width: 95%;
  }

  .lianxi {
    flex-direction: column;
    align-items: center;
  }

  #lianxi_02 {
    margin-top: 15px;
    width: 95%;
  }
  .dh {
    display: none;
  }
  .tx {
    justify-content: center;
  }
  div #box {
    height: 130px;
  }
  .zu_tou {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .xuanfu {
    right: -300px;
  }
}

.button1 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #33ad6a;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

#copy {
  width: 120px;
  height: 30px;
  border-radius: 30px;
  display: block;
  background-color: #33ad6a00;
  color: #ffffff00;
  position: absolute;
  top: -14px;
  left: 0px;
  transition: 0.5s;
}

.button1:hover #copy {
  background-color: #33ad6a;
  color: #ffffff;
  transition: 0.5s;
}

.button1::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  background-size: 200%;
  animation: wipes 1s infinite;
}

@keyframes wipes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.zhuyi {
  border-top: 1px dashed #f1f1f1;
  color: rgba(220, 20, 60, 0.781);
  font-size: 14px;
  padding: 5px;
}

#text {
  display: none;
}

ul {
  list-style-type: none;
}

#box {
  position: relative;
  width: 95%;
  border-radius: 5px;
  margin: 10px auto;
  height: 180px;
}

#box .list {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 10px 0px;
}

#box .list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
}

#box .list li.current {
  opacity: 1;
}

#box .count {
  position: absolute;
  right: 0;
  bottom: 5px;
}

#box .count li {
  color: #fff;
  float: left;
  font-size: 10px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 5px;
  overflow: hidden;
  background: #f90;
  opacity: 0.7;
  border-radius: 20px;
}

#box .count li.current {
  color: #fff;
  opacity: 0.7;
  font-weight: 700;
  background: #f60;
}

.dianpu {
  display: flex;
  justify-content: space-evenly;
}

.dp_z {
  flex: 2;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 5px;
}
.dp_z img {
  margin-top: 10px;
}
.dp_y {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 5px;
  flex: 3;
}

/*Â æ‰‹é£Žç´ */

.accordion {
  width: 100%;
  background-color: transparent;
  margin: auto;
}

.title {
  height: 35px;
  width: 100%;
  background-color: #f1f1f190;
  color: rgb(57, 114, 235);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  z-index: 2000;
  border-radius: 5px;
  margin-top: 5px;
  transition: all 0.2s ease-in;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.title-text {
  margin-left: 10px;
}

.title:hover {
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.5);
}

.title:active {
  background-color: rgba(221, 221, 221, 0.5);
}

.content {
  height: 30px;
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 1000;
  margin-top: -30px;
  text-align: left;
  transition: all 200ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.content-open {
  margin-top: 0px;
  height: auto;
  transition: all 350ms cubic-bezier(0.08, 1.09, 0.32, 1.275);
}

.content-text {
  padding: 15px;
  visibility: hidden;
  color: #5e5e5e;
  opacity: 0;
  overflow: auto;
  transition: all 0.2s ease-in;
}

.content-text-open {
  visibility: visible;
  opacity: 1;
  transition: all 0.8s ease-in;
}

.fa-angle-down {
  font-size: 20px;
  color: rgba(61, 61, 61, 0.5);
  transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}

.fa-rotate-180 {
  color: rgba(61, 61, 61, 0.5);
}

.arrow-wrapper {
  position: absolute;
  margin-left: 95%;
}

.xiadan {
  display: flex;
  justify-content: space-evenly;
}
.xd_01 {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: auto;
  margin: 5px;
  flex: 4;
}
.xd_02 {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: auto;
  margin: 5px;
  flex: 3;
}
.xd_01 span {
  width: 100%;
  display: block;
  border-bottom: 2px dashed #f1f1f1;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  z-index: 10;
  color: #1787fa;
}
.xd_02 span {
  width: 100%;
  display: block;
  border-bottom: 2px dashed #f1f1f1;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  z-index: 10;
  color: #1787fa;
}
.zu_jy {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.jiaoyi {
  font-size: 28px;
  /* height: 40px;
  line-height: 40px; */
  padding-left: 20px;
  color: #65b858;
  text-align: center;
  width: 100%;
  padding: 0px 5px 0px 5px;
}
@media screen and (min-width: 475px) and (max-width: 700px) {
  .jiaoyi {
    font-size: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 474px) {
  .jiaoyi {
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .jiaoyi {
    font-size: 12px;
  }
}
