p,
h4,
ul,
li {
  margin: 0;
  padding: 0;
}


#curriculumvitae {
  position: absolute;
  background-image: url("../img/curriculumvitae.png");
  width: 45vw;
  height: 52vh;
  z-index: 99;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#callingcard {
  position: absolute;
  background-image: url("../img/curriculumvitae.png");
  width: 45vw;
  height: 52vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99;
}

.backdrop {
  /* position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
  display: block;

  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0 auto;
  width: 750px;
  height: 400px;
}

.callingbackdrop {
  display: block;

  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0 auto;
  width: 750px;
  height: 400px;
}

.compile {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0 auto;
  width: 750px;
  padding: 20px;
  overflow-y: scroll;
  background-color: #23262B;

}

.compile_cardredact {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0 auto;
  width: 750px;
  padding: 20px;
  background-color: #23262B;
  margin-top: 20px !important;
}

.curriculumvitae_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.curriculumvitae_title {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.title_box {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  color: #FFF;
  padding: 10px 10px 10px 15px;
}

.title_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 50px;
  z-index: -1;
}

.title_box span {
  font-size: 16px;
  font-weight: 500;
  z-index: 66;
}

.resume_iocn {
  width: 28px;
  height: 25px;
  margin-right: 10px;
}

.toggle_curriculumvitae {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8D8E8F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 10px;
}

.selected {

  color: #2CA8FF !important;

}

.mecurriculumvitae {
  position: relative;
  width: 85px;
  height: 50px;
  cursor: pointer;
}

.mecurriculumvitae p {

  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  width: 80px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.close img {
  width: 45px;
  height: 45px;

}

.selected_ellipse_img {
  display: block !important;
}

.ellipse_img {
  position: absolute;
  bottom: 30%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}

.information_box {
  padding: 20px 20px 0 70px;
  display: flex;
  /* justify-content: space-between; */
}

.information_me {
  color: #FFF;
  width: 48%;
}

.information_me ul {
  display: grid;
  column-gap: 1px;
  row-gap: 5px;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);

}

.information_me ul li {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

.information_me h4 {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.information_me ul li p {
  /* position: absolute; */
  font-size: 16px;
  font-weight: 400;
  color: #2DDFFF;
}

.information_me ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #6596BD;
  margin-right: 10px;
}

.contact {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 20px 0;
}

.contact p {
  font-size: 16px;
  font-weight: 400;
  color: #2DDFFF;
}

.contact span {
  font-size: 14px;
  font-weight: 400;
  color: #6596BD;
  margin-right: 20px;
}

.situation {
  width: 295px;
  height: 300px;
  margin-left: 25px;
  margin-top: 30px;

}

.situation_cut ul {
  display: flex;
  justify-content: left;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #353F52;
}

.situation_cut ul li {
  margin-right: 20px;
  color: #8F96A0;
  letter-spacing: 2px;
}

.situation_Select {
  color: #FFFFFF !important;
}

.situation_cut ul .line {
  position: absolute;
  background-color: #2ddfff;
  width: 25%;
  height: 3px;
  border-radius: 20px;
  bottom: -8%;
  left: 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.situation_center {
  /* position: absolute; */
  /* width: 300px; */
  overflow-y: auto;
  height: 80%;
  font-size: 16px;
  font-weight: 400;
  color: #2DDFFF;
  line-height: 40px;
  white-space: normal;
  word-break: break-word;
}

/* 侧边栏 */
.sidebar {
  width: 160px;
  background-color: #1A1C20;
  height: 99%;
  overflow-y: auto;
}

.backdrop_sidebar {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: calc(100% - 50px);
  position: relative;
  margin-top: -20px;
}

.callingbackdrop_sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 50px);
  position: relative;
  margin-top: -20px;
}




.Personal_resume {
  padding: 10px;
  /* background-image:radial-gradient(right, #8897A7 , #2D394C ); */
  color: #FFF;
  cursor: pointer;
}

.Personal_active {
  background: -webkit-linear-gradient(left top, #8897A7, #2D394C);
  box-shadow: 0 2px 4px #204260, 0 0 6px #204260;
}

.Setting {
  display: flex;
}

.Setting_button {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

#calling_button {
  position: absolute;
  bottom: 5% !important;
  right: 0 !important;
}

.Setting span {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #5A636D;
  background-color: #171C22;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 20px;
  cursor: pointer;

}

.Setting p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #546272;
  background-color: #546272;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 20px;
  cursor: pointer;

}

.compile form,
.compile_cardredact form {
  display: grid;
  column-gap: 10px;
  row-gap: 5px;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: unset;
  align-items: center;
  margin: 0 10px;

}

.compile_cardredact form {
  margin-bottom: 20px !important;
}

.compile form p,
.compile_cardredact form p {
  font-size: 16px;
  font-weight: 400;
  color: #919395;
  line-height: 40px;
  letter-spacing: 2px;
}

.compile form .fielda,
.compile_cardredact .fielda {
  height: 20px;
  padding: 10px;
  width: 260px;
  background-color: #30343B;
  border-color: #30343B !important;
  border: 1px solid #30343B !important;
  color: #FFFF;
}

.compile_cardredact form .fielda {
  height: 20px;
  padding: 10px;
  width: 260px;
  background-color: #30343B;
  border-color: #30343B !important;
  border: 1px solid #30343B !important;
  color: #FFFF;
}

.education_date {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 280px;
}

.education {
  height: 20px;
  padding: 10px;
  width: 100px;
  background-color: #30343B;
  border-color: #30343B !important;
  border: 1px solid #30343B !important;
  color: #FFFF;
}

.single-choice {
  width: 20px;
  height: 20px;
  margin-right: 10px;

}

.choice {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}

/* 视频通话 */
.videocall {
  /* position: absolute;
    width: 100%;
    height: 100%; */
  margin: 0 auto;
}

.Voicewave {
  background-image: url("../img/Voice3.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  transform: rotate(180deg)
}

.Voicewave2 {
  background-image: url("../img/Voice3.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  /* transform: rotate(180deg) */
}

.Voicewave3 {
  display: none;
}

.audioactive {
  animation: audioanimate 1s linear infinite;
}

@keyframes audioanimate {
  0% {
    background-image: url("../img/Voice1.png");
    background-size: 100%;
  }

  50% {
    background-image: url("../img/Voice2.png");
    background-size: 100%;
  }

  100% {
    background-image: url("../img/Voice3.png");
    background-size: 100%;
  }
}

#bt_recoding {
  color: #000000;
  background: #efefef;
}

.audioi {
  display: none;
}

.remote {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 12%;
  left: 50%;
  margin: 0 auto;
  padding: 10px;
  width: 80%;
  background-color: #1b20279f;
  min-height: 90px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;


}

#remote-playerlist {
  width: 90%;
  /* height: 100%; */
  margin: 0 auto;
  overflow-y: scroll;
  display: grid;
  column-gap: 20px;
  height: 90%;
  row-gap: 5px;
  align-self: flex-start;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  overflow: auto;
}

.player2 {
  width: 120px;
  height: 80px;
  padding: 5px;
  border-radius: 8px;
  background-color: #171C22;
}

.player2 .agora_video_player,
.player .agora_video_player {
  border-radius: 8px;
}

.player {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 90%;
  margin: 0 auto;
  padding: 10px;
  width: 120px;
  background-color: #1b20279f;
  min-height: 90px;
  border-radius: 20px;
}

.player-wrapper {
  width: 120px;
  height: 90px;
  position: relative;
}

.username {
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  z-index: 999;
  background: #7674788c;
  padding: 3px 9px;
  width: 110px;
  top: 65px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mesgcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #5e5e5e;
}

#videcneter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #747474;
}

/* 视频列表 */
.videolist {
  position: absolute;
  background-image: url("../img/curriculumvitae.png");
  width: 70vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99;
  display: flex;
  justify-content: left;
  align-items: center;
}

.videotype {
  position: absolute;
  background-image: url("../img/curriculumvitae.png");
  width: 70vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99;
  padding: 20px;
}

.videotype h4 {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.videotype p {
  width: 100%;
  height: 60px;
  margin: 30px 0;
  background: #0380C5;
  border: 1px solid #0380C5;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.closeiocn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}

#videopay {
  width: 70%;
  height: 100%;
  overflow-y: auto;
  background-color: #000000;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

#videolist {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.videolist ::-webkit-scrollbar {
  width: 8px; /* 设置滚动条宽度 */
  height: 8px;
}
.videolist ::-webkit-scrollbar-thumb {
  background-color: #b8cfee;
  color: #fff;
  border-radius: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
.videolist ::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #ffffff !important;
}


.videoid {
  width: 30%;
  height: 100%;

}

.videotitle {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videotitle p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFFFFF;
}

.videotitle img {
  width: 30px;
  height: 30px;
}

.videoid ul {
  height: 80%;
  overflow-y: auto;
  padding: 0 10px;
}

.videoid ul li {
  height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.videoid ul li p {
  font-size: 12px;
  color: #646363;

}

.video_pitch {
  color: #0380C5;
}


.backdrop {
  width: 80%;
  height: 35vh;
}

.callingbackdrop {
  width: 80%;
  height: 35vh;
}

.backdrop h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.information_me ul {
  margin-bottom: 20px
}

.information_me ul li {
  height: 22px;
}

.contact {
  margin: 10px
}

.situation_cut ul li {
  font-size: 12px;
  margin-right: 13px;
}

.information_me ul li p,
.information_me ul li span {
  font-size: 12px;
}

.contact p {
  font-size: 12px;
}

.contact span {
  font-size: 12px;
}

.information_box {
  padding: 11px 20px 0 35px;
}

.situation {
  width: 216px;
  height: 230px;
  margin-left: 3px;
  margin-top: 13px;
}

.situation_center {
  height: 54%;
  font-size: 12px;
  line-height: 25px;
}

.Setting span,
.Setting p {
  width: 66px;
  height: 25px;
  font-size: 14px;
}

.Setting_button {
  bottom: 2%;
  right: 0%;
}

/* 编辑简历 */
.close img {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}

.compile_cardredact {
  width: 95%;
  height: 35vh;
  padding: 10px;
}

.compile {
  width: 95%;
  height: 35vh;
  padding: 15px 5px;

}

.compile form p,
.compile_cardredact form p {
  font-size: 14px;
  line-height: 18px;
}

.single {
  width: 95%;
}

.single-choice {
  height: 17px;
}

.compile form .fielda {
  height: 8px;
  padding: 10px;
  width: 100%;
}

.compile_cardredact form .fielda {
  height: 8px;
  padding: 10px;
  width: 100%;
}

.send_inputbox {
  background-color: #30343B;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.send_inputbox1 {
  background-color: #30343B;
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
  align-items: flex-end;

  padding-bottom: 10px;
}

.mistake {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.choice span {
  font-size: 12px;
}

.education {
  height: 8px;
  width: 80px;
}

.education_date {
  width: 95%;
}

.birth_box {
  background-color: #30343B;
  /* padding-right: 5px; */
}

.compile form {
  margin-bottom: 10px;
}

.birth_box {
  display: flex;
  justify-content: s;
  align-items: center;
}

.compile_situation p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #919395;
  letter-spacing: 2px;
}

.compile_situation {
  width: 97%;
  margin: 0 auto;
}

.textarea1 {
  width: 100%;
  min-height: 100px;
  background-color: #30343B;
  border-color: #30343B !important;
  border: 1px solid #30343B !important;
  color: #FFFF;
}

.sidebar {
  width: 110px;
}

/* 发送简历 */
.send_curriculumvitae ul {
  display: grid;
  column-gap: 20px;
  row-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  color: #FFF;

}

.yuans {
  width: 30px;
  height: 30px;
  background-color: #0380C5;
  border-radius: 50%;
  padding: 10px;

}

#send_curriculumvitae {
  width: 80%;
  margin: 0 auto;
  display: grid;
  column-gap: 1px;
  row-gap: 5px;
  margin-bottom: 20px;
  grid-template-columns: repeat(3, 1fr);
}

#card_curriculumvitae {
  width: 80%;
  margin: 0 auto;
  display: grid;
  column-gap: 1px;
  row-gap: 5px;
  margin-bottom: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.yuans_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.annotation {
  color: #ce0e00;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.yuans {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yuan_name {
  color: #fff;
  margin-left: 20px;
  width: 35%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.send_curributton {
  position: absolute;
  padding: 10px;
  border-radius: 8px;
  background-color: #0380C5;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  bottom: 5%;
  right: 5%;

}

/* 名片 */

.telephone_mailbox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.businesscard {
  position: absolute;
  width: 450px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  display: block;
  padding: 20px 30px 0 20px;
  /* height: 100%; */
}

.businesscard h4 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-left: 10px;

}

.Position {
  margin-top: 20px;
  margin-left: 10px;
}

.addser {
  /* position: absolute; */
  margin-top: 120px;
}

.businesscard p {
  font-size: 16px;
  color: #1FBDFF;
  font-weight: 400;
}

.mailbox p {

  font-size: 14px;
  color: #1FBDFF;
  font-weight: 400;
}

.mailbox {
  display: flex;
  align-items: center;
}

.mailbox_icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.point_listing {
  width: 95%;
}

.compile_cardredact {
  width: 90%;
  height: 35vh;
  padding: 10px;
}

.video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 24%;
  left: 50%;
  padding: 5px;
  color: #FFF;
  font-size: 14px;
  z-index: 99;
  text-align: center;
  background: #5c5b5b79;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.video_btn {
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 57%;
  left: 95%;
  padding: 5px;
  color: #FFF;
  font-size: 14px;
  z-index: 99;
  text-align: center;
  background: #5c5b5b79;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waves-ripple {
  position: absolute;

  border-radius: 100%;
  background-color: rgba(0, 0, 0, .15);
  background-clip: padding-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 35px;
  height: 35px;
  transform: scale(0);
  opacity: 0;
}

.video_btn:hover .waves-ripple {
  background: #1a153480;
  opacity: 1 !important;
  transform: scale(2);
  transition: opacity 1.2s ease-out, transform .6s ease-out;
}

.Multiplayer {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  z-index: 88;

}

@media screen and (max-width :1366px) and (orientation: landscape) {

  .remote {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 6%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    background-color: #1b20279f;
    height: 85px;
    z-index: 99;
    border-radius: 20px;
  }

  .player {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 85%;
    left: 90%;
    margin: 0 auto;
    padding: 10px;
    width: 120px;
    background-color: #1b20279f;
    height: 100px;
    border-radius: 20px;
  }

  .down_telephone {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 45px;
    background-color: #ce0e00;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reversal {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 21%;
    margin: 0 auto;
    padding: 10px;
    width: 35px;
    background-color: #1b20279f;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .telephone {
    width: 30px;
    height: 30px;
  }

  .reversalimg {
    width: 30px;
    height: 30px;
  }

  .unfold {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -61px;
    margin: 0 auto;
    padding: 11px;
    background-color: #1b20279f;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
  }

  /* 简历 */
  #curriculumvitae {
    width: 76vw;
    height: 94vh;
    z-index: 99;
  }

  .backdrop {
    width: 500px;
    height: 64vh;
  }

  .callingbackdrop {
    width: 500px;
    height: 61vh;
  }

  .backdrop h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .information_me ul {
    margin-bottom: 20px
  }

  .information_me ul li {
    height: 22px;
  }

  .contact {
    margin: 10px
  }

  .situation_cut ul li {
    font-size: 12px;
    margin-right: 13px;
  }

  .information_me ul li p,
  .information_me ul li span {
    font-size: 12px;
  }

  .contact p {
    font-size: 12px;
  }

  .contact span {
    font-size: 12px;
  }

  .information_box {
    padding: 11px 20px 0 35px;
  }

  .situation {
    width: 216px;
    height: 230px;
    margin-left: 3px;
    margin-top: 13px;
  }

  .situation_center {
    height: 69%;
    font-size: 12px;
    line-height: 25px;
  }

  .Setting span,
  .Setting p {
    width: 66px;
    height: 25px;
    font-size: 14px;
  }

  .Setting_button {
    bottom: 2%;
    right: 0%;
  }

  /* 名片 */
  #callingcard {
    width: 83vw;
    height: 90vh;
    z-index: 99;
  }

  /* 编辑简历 */
  .close img {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }

  .compile_cardredact {
    width: 95%;
    height: 55vh;
    padding: 10px;
  }

  .compile {
    width: 95%;
    height: 55vh;
    padding: 15px 5px;

  }

  .compile form p,
  .compile_cardredact form p {
    font-size: 14px;
    line-height: 18px;
  }

  .single {
    width: 95%;
  }

  .single-choice {
    height: 17px;
  }

  .compile form .fielda {
    height: 8px;
    padding: 10px;
    width: 95%;
  }

  .send_inputbox {
    background-color: #30343B;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .send_inputbox1 {
    background-color: #30343B;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: flex-end;

    padding-bottom: 10px;
  }

  .mistake {
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }

  .choice span {
    font-size: 12px;
  }

  .education {
    height: 8px;
    width: 90px;
  }

  .education_date {
    width: 95%;
  }

  .birth_box {
    background-color: #30343B;
    /* padding-right: 5px; */
  }

  .compile form {
    margin-bottom: 10px;
    justify-items: center;
  }

  .birth_box {
    display: flex;
    justify-content: s;
    align-items: center;
  }

  .compile_situation p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #919395;
    letter-spacing: 2px;
  }

  .compile_situation {
    width: 95%;
    margin: 0 auto;
  }

  .textarea1 {
    width: 100%;
    min-height: 100px;
    background-color: #30343B;
    border-color: #30343B !important;
    border: 1px solid #30343B !important;
    color: #FFFF;
  }

  .sidebar {
    width: 110px;
  }

  /* 发送简历 */
  .send_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;


  }

  .card_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;
  }

  .yuans {
    width: 30px;
    height: 30px;
    background-color: #0380C5;
    border-radius: 50%;
    padding: 10px;

  }

  #send_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  #card_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  .yuans_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .yuans {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yuan_name {
    color: #fff;
    margin-left: 20px;
    width: 35%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .send_curributton {
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    background-color: #0380C5;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    bottom: 5%;
    right: 5%;

  }

  /* 视频列表 */
  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  #videopay {
    width: 70%;
    height: 100%;
    background-color: #000000;
  }

  #videolist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  #videolist::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 5px;
  }

  .videoid {
    width: 30%;
    height: 100%;

  }

  .videotitle {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .videotitle p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFFFFF;
  }

  .videotitle img {
    width: 30px;
    height: 30px;
  }

  .videoid ul {
    height: 80%;
    overflow-y: auto;
    padding: 0 10px;
  }

  .videoid ul li {
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .videoid ul li p {
    font-size: 12px;
    color: #646363;

  }

  .video_pitch {
    color: #0380C5;
  }

  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  /* 名片 */

  .telephone_mailbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .businesscard {
    position: absolute;
    width: 360px;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 55%;
    display: block;
    padding: 20px 30px 0 20px;
    height: 100%;
  }

  .businesscard h4 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 10px;

  }

  .Position {
    margin-top: 20px;
    margin-left: 10px;
  }

  .addser {
    /* position: absolute; */
    margin-top: 50px;
  }

  .businesscard p {
    font-size: 16px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox p {

    font-size: 14px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox {
    display: flex;
    align-items: center;
  }

  .mailbox_icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .point_listing {
    width: 95%;
  }

  .compile_cardredact {
    width: 90%;
    height: 50vh;
    padding: 10px;
  }


}

@media screen and (max-width :1024px) and (orientation: landscape) {
  .remote {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 9%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    background-color: #1b20279f;
    height: 85px;
    z-index: 99;
    border-radius: 20px;
  }

  .player {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 85%;
    left: 90%;
    margin: 0 auto;
    padding: 10px;
    width: 120px;
    background-color: #1b20279f;
    height: 100px;
    border-radius: 20px;
  }

  .down_telephone {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 45px;
    background-color: #ce0e00;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reversal {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 21%;
    margin: 0 auto;
    padding: 10px;
    width: 35px;
    background-color: #1b20279f;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .telephone {
    width: 30px;
    height: 30px;
  }

  .reversalimg {
    width: 30px;
    height: 30px;
  }

  .unfold {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -61px;
    margin: 0 auto;
    padding: 11px;
    background-color: #1b20279f;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
  }

  /* 简历 */
  #curriculumvitae {
    width: 76vw;
    height: 94vh;
    z-index: 99;
  }

  .backdrop {
    width: 500px;
    height: 64vh;
  }

  .callingbackdrop {
    width: 500px;
    height: 61vh;
  }

  .backdrop h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .information_me ul {
    margin-bottom: 20px
  }

  .information_me ul li {
    height: 22px;
  }

  .contact {
    margin: 10px
  }

  .situation_cut ul li {
    font-size: 12px;
    margin-right: 13px;
  }

  .information_me ul li p,
  .information_me ul li span {
    font-size: 12px;
  }

  .contact p {
    font-size: 12px;
  }

  .contact span {
    font-size: 12px;
  }

  .information_box {
    padding: 11px 20px 0 35px;
  }

  .situation {
    width: 216px;
    height: 230px;
    margin-left: 3px;
    margin-top: 13px;
  }

  .situation_center {
    height: 69%;
    font-size: 12px;
    line-height: 25px;
  }

  .Setting span,
  .Setting p {
    width: 66px;
    height: 25px;
    font-size: 14px;
  }

  .Setting_button {
    bottom: 2%;
    right: 0%;
  }

  /* 名片 */
  #callingcard {
    width: 83vw;
    height: 90vh;
    z-index: 99;
  }

  /* 编辑简历 */
  .close img {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }

  .compile_cardredact {
    width: 95%;
    height: 55vh;
    padding: 10px;
  }

  .compile {
    width: 95%;
    height: 55vh;
    padding: 15px 5px;

  }

  .compile form p,
  .compile_cardredact form p {
    font-size: 14px;
    line-height: 18px;
  }

  .single {
    width: 95%;
  }

  .single-choice {
    height: 17px;
  }

  .compile form .fielda {
    height: 8px;
    padding: 10px;
    width: 95%;
  }

  .send_inputbox {
    background-color: #30343B;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .send_inputbox1 {
    background-color: #30343B;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: flex-end;

    padding-bottom: 10px;
  }

  .mistake {
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }

  .choice span {
    font-size: 12px;
  }

  .education {
    height: 8px;
    width: 90px;
  }

  .education_date {
    width: 95%;
  }

  .birth_box {
    background-color: #30343B;
    /* padding-right: 5px; */
  }

  .compile form {
    margin-bottom: 10px;
    justify-items: center;
  }

  .birth_box {
    display: flex;
    justify-content: s;
    align-items: center;
  }

  .compile_situation p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #919395;
    letter-spacing: 2px;
  }

  .compile_situation {
    width: 95%;
    margin: 0 auto;
  }

  .textarea1 {
    width: 100%;
    min-height: 100px;
    background-color: #30343B;
    border-color: #30343B !important;
    border: 1px solid #30343B !important;
    color: #FFFF;
  }

  .sidebar {
    width: 110px;
  }

  /* 发送简历 */
  .send_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;


  }

  .card_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;
  }

  .yuans {
    width: 30px;
    height: 30px;
    background-color: #0380C5;
    border-radius: 50%;
    padding: 10px;

  }

  #send_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  #card_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  .yuans_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .yuans {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yuan_name {
    color: #fff;
    margin-left: 20px;
    width: 35%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .send_curributton {
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    background-color: #0380C5;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    bottom: 5%;
    right: 5%;

  }

  /* 视频列表 */
  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  #videopay {
    width: 70%;
    height: 100%;
    background-color: #000000;
  }

  #videolist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  #videolist::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 5px;
  }

  .videoid {
    width: 30%;
    height: 100%;

  }

  .videotitle {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .videotitle p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFFFFF;
  }

  .videotitle img {
    width: 30px;
    height: 30px;
  }

  .videoid ul {
    height: 80%;
    overflow-y: auto;
    padding: 0 10px;
  }

  .videoid ul li {
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .videoid ul li p {
    font-size: 12px;
    color: #646363;

  }

  .video_pitch {
    color: #0380C5;
  }

  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  /* 名片 */

  .telephone_mailbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .businesscard {
    position: absolute;
    width: 360px;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 55%;
    display: block;
    padding: 20px 30px 0 20px;
    height: 100%;
  }

  .businesscard h4 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 10px;

  }

  .Position {
    margin-top: 20px;
    margin-left: 10px;
  }

  .addser {
    /* position: absolute; */
    margin-top: 50px;
  }

  .businesscard p {
    font-size: 16px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox p {

    font-size: 14px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox {
    display: flex;
    align-items: center;
  }

  .mailbox_icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .point_listing {
    width: 95%;
  }

  .compile_cardredact {
    width: 90%;
    height: 50vh;
    padding: 10px;
  }


}

@media screen and (max-width :950px) and (orientation: landscape) {

  .remote {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 16%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    background-color: #1b20279f;
    height: 85px;
    z-index: 99;
    border-radius: 20px;
  }

  .player {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 90%;
    margin: 0 auto;
    padding: 10px;
    width: 120px;
    background-color: #1b20279f;
    height: 100px;
    border-radius: 20px;
  }

  .down_telephone {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    width: 45px;
    background-color: #ce0e00;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reversal {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87%;
    left: 21%;
    margin: 0 auto;
    padding: 10px;
    width: 35px;
    background-color: #1b20279f;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .telephone {
    width: 30px;
    height: 30px;
  }

  .reversalimg {
    width: 30px;
    height: 30px;
  }

  .unfold {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -61px;
    margin: 0 auto;
    padding: 11px;
    background-color: #1b20279f;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
  }

  /* 简历 */
  #curriculumvitae {
    width: 76vw;
    height: 94vh;
    z-index: 99;
  }

  .backdrop {
    width: 500px;
    height: 64vh;
  }

  .callingbackdrop {
    width: 500px;
    height: 61vh;
  }

  .backdrop h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .information_me ul {
    margin-bottom: 20px
  }

  .information_me ul li {
    height: 22px;
  }

  .contact {
    margin: 10px
  }

  .situation_cut ul li {
    font-size: 12px;
    margin-right: 13px;
  }

  .information_me ul li p,
  .information_me ul li span {
    font-size: 12px;
  }

  .contact p {
    font-size: 12px;
  }

  .contact span {
    font-size: 12px;
  }

  .information_box {
    padding: 11px 20px 0 35px;
  }

  .situation {
    width: 216px;
    height: 230px;
    margin-left: 3px;
    margin-top: 13px;
  }

  .situation_center {
    height: 69%;
    font-size: 12px;
    line-height: 25px;
  }

  .Setting span,
  .Setting p {
    width: 66px;
    height: 25px;
    font-size: 14px;
  }

  .Setting_button {
    bottom: 2%;
    right: 0%;
  }

  /* 名片 */
  #callingcard {
    width: 83vw;
    height: 90vh;
    z-index: 99;
  }

  /* 编辑简历 */
  .close img {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }

  .compile_cardredact {
    width: 95%;
    height: 55vh;
    padding: 10px;
  }

  .compile {
    width: 95%;
    height: 55vh;
    padding: 15px 5px;

  }

  .compile form p,
  .compile_cardredact form p {
    font-size: 14px;
    line-height: 18px;
  }

  .single {
    width: 95%;
  }

  .single-choice {
    height: 17px;
  }

  .compile form .fielda {
    height: 8px;
    padding: 10px;
    width: 95%;
  }

  .send_inputbox {
    background-color: #30343B;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .send_inputbox1 {
    background-color: #30343B;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: flex-end;

    padding-bottom: 10px;
  }

  .mistake {
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }

  .choice span {
    font-size: 12px;
  }

  .education {
    height: 8px;
    width: 90px;
  }

  .education_date {
    width: 95%;
  }

  .birth_box {
    background-color: #30343B;
    /* padding-right: 5px; */
  }

  .compile form {
    margin-bottom: 10px;
    justify-items: center;
  }

  .birth_box {
    display: flex;
    justify-content: s;
    align-items: center;
  }

  .compile_situation p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #919395;
    letter-spacing: 2px;
  }

  .compile_situation {
    width: 95%;
    margin: 0 auto;
  }

  .textarea1 {
    width: 100%;
    min-height: 100px;
    background-color: #30343B;
    border-color: #30343B !important;
    border: 1px solid #30343B !important;
    color: #FFFF;
  }

  .sidebar {
    width: 110px;
  }

  /* 发送简历 */
  .send_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;


  }

  .card_curriculumvitae ul {
    display: grid;
    column-gap: 20px;
    row-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    color: #FFF;
  }

  .yuans {
    width: 30px;
    height: 30px;
    background-color: #0380C5;
    border-radius: 50%;
    padding: 10px;

  }

  #send_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  #card_curriculumvitae {
    width: 80%;
    margin: 0 auto;
    display: grid;
    column-gap: 1px;
    row-gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
    height: 80%;
  }

  .yuans_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .yuans {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yuan_name {
    color: #fff;
    margin-left: 20px;
    width: 35%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .send_curributton {
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    background-color: #0380C5;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    bottom: 5%;
    right: 5%;

  }

  /* 视频列表 */
  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  #videopay {
    width: 70%;
    height: 100%;
    background-color: #000000;
  }

  #videolist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  #videolist::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 5px;
  }

  .videoid {
    width: 30%;
    height: 100%;

  }

  .videotitle {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .videotitle p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #FFFFFF;
  }

  .videotitle img {
    width: 30px;
    height: 30px;
  }

  .videoid ul {
    height: 80%;
    overflow-y: auto;
    padding: 0 10px;
  }

  .videoid ul li {
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .videoid ul li p {
    font-size: 12px;
    color: #646363;

  }

  .video_pitch {
    color: #0380C5;
  }

  .videolist {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .videotype {
    position: absolute;
    background-image: url("../img/curriculumvitae.png");
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    padding: 20px;
  }

  .videotype h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .videotype p {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    background: #0380C5;
    border: 1px solid #0380C5;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .closeiocn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }

  /* 名片 */

  .telephone_mailbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .businesscard {
    position: absolute;
    width: 360px;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 55%;
    display: block;
    padding: 20px 30px 0 20px;
    height: 100%;
  }

  .businesscard h4 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 10px;

  }

  .Position {
    margin-top: 20px;
    margin-left: 10px;
  }

  .addser {
    /* position: absolute; */
    margin-top: 50px;
  }

  .businesscard p {
    font-size: 16px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox p {

    font-size: 14px;
    color: #1FBDFF;
    font-weight: 400;
  }

  .mailbox {
    display: flex;
    align-items: center;
  }

  .mailbox_icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .point_listing {
    width: 95%;
  }

  .compile_cardredact {
    width: 90%;
    height: 50vh;
    padding: 10px;
  }


}
.loginbox{
  height:auto;
  top: 66%;
}
/*swiper其他css样式*/
.swiper{
  position: relative;
  height: 100%;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* .swiper-button-disabled {
  opacity: 0 !important;
} */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;

}

.enter {
  padding: 30px 100px;
  font-size: 29px;
  border: 1px solid #fff;
  border-radius: 18px;
  letter-spacing: 1px;
  background: #fff;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 9999;
  cursor: pointer;
  color: #426ae4;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1)
}
.swiperbaeck{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 999;
  padding: 10px;
  background-color: #00000047;
  border-radius: 50%;
  cursor: pointer;
}

.enter:active {
  background: #d3d1d1;
}

/*竖屏*/
@media screen and (orientation: portrait) {
  .swiperimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)rotate(90deg);

  }
}
.videolistVertical{
  width: 80vh !important;
  height: 80vw !important;
  transform: translate(-50%, -50%)rotate(90deg) !important
}
.chitchatVertical{
  width: 90vh !important;
  height: 90vw !important;
  transform: translate(-50%, -50%)rotate(90deg) !important
}