.public_resume {
  width: 1300px;
  margin: 170px auto;
}

.myresume_nav {
  width: 100%;
  display: flex;
}

.myresume_nav a {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.myresume_nav a:hover {
  color: aqua;
}

.link_mypage.active_nav {
  color: aqua;
  border-bottom: 2px solid #ffffff;
}

.mylook_page {
  display: none;
  padding: 20px;
  width: 1260px;
  min-height: 1000px;
  margin: -50px auto;
  border-radius: 20px;
  background: rgba( 0, 0, 0, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 6px );
  -webkit-backdrop-filter: blur( 6px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.mylook_page.active_mylook {
  display: block;
}


.public_private_dropdown {
  position: relative;
  display: inline-block;
}

.public_private_button {
  padding: 10px 15px;
  background: transparent;
  color: white;
  border: 1px solid #ffffff;
  border-radius: 25px;
  cursor: pointer;
  width: 200px;
  text-align: left;
}

.public_private_button:hover {
  transform: scale(1.1);
  background: #ffffff83;
}

.public_private_content {
  display: none;
  position: absolute;
  background: transparent;
  color: white;
  min-width: 200px;
  z-index: 1;
}

.public_private_content a {
  color: rgb(255, 255, 255);
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.public_private_content a:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.public_private_dropdown:hover .public_private_content {
  display: block;
}

.sort_dropdown {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.sort_button {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  cursor: pointer;
  width: 200px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.sort_button:hover {
  transform: scale(1.1);
  background: #ffffff83;
}

.sort_content {
  display: none;
  position: absolute;
  background: transparent;
  min-width: 200px;
  z-index: 1;
}

.sort_content a {
  color: rgb(255, 255, 255);
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.sort_content a:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.sort_dropdown:hover .sort_content {
  display: block;
}


.myresume-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

/* 简历卡片样式 */
.myresume-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 80px;
}

.card {
  position: relative;
  min-width: 280px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card_img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.097);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  color: white;
  padding: 15px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover .card_content {
  transform: translateY(0);
  opacity: 1;
}

.card:hover .card_img {
  filter: brightness(0.7);
}

.model_heat_adoption {
  display: flex;
}

.card_imgage_model {
  color: red;
  font-size: 20px;
  padding-right: 5px;
}

.card_heat_model {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 2px;
}

.card_imgage_ad_model {
  color: #00f7ff;
  font-size: 20px;
  padding-right: 5px;
}

.card_adoption_model {
  margin-left: 50%;
  font-weight: bold;
  color: #fffefe;
}

.privacy-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.public-tag {
  background-color: #4CAF50;
}

.private-tag {
  background-color: #f44336;
}

.myresume_distand button{
  width: 150px;
  height: 80px;
}

.card_cvid{
  margin-top: 5px;
  color: #ffffff;
  font-size: 18px;
}

.card_time{
  color: #ffffff;
  font-size: 15px;
}

.my_resume_btn_new{
  position: relative;
  top: -150px;
  left: 420px;
  color:white;
  font-size: 20px;
  text-align: center;
}

.my_resume_btn_input{
  position: relative;
  top: -150px;
  left: 400px;
  color:white;
  font-size: 20px;
  text-align: center;
}

.no-data{
  text-align: center;
}

.my_much_btn_card{
  width: 100px;
  height: 40px;
  position: relative;
  top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-size: 10px;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin: 20px auto;
}

.my_much_btn_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.my_much_btn_card:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.my_much_btn_card::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.my_much_btn_card::after {
  background-color: #fff;
}

.my_much_btn_card:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.my_card_look_btn{
  display: flex;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px); /* 背景模糊效果 */
}

.modal-content {
  background: linear-gradient(145deg, #f8f9fa, #ffffff); /* 渐变背景 */
  margin: 10vh auto;
  padding: 2.5rem;
  width: 700px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  transform: translateY(-20px);
  opacity: 0;
  animation: modalEnter 0.3s ease forwards; /* 入场动画 */
}

@keyframes modalEnter {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #6c757d;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.close:hover {
  color: #dc3545;
  transform: rotate(90deg) scale(1.1);
}

.re_to {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #2d3436;
  text-align: center;
  position: relative;
}

.re_to::after {
  content: '';
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #dd00ff;
  border-radius: 2px;
}

.form-group {
  margin: 50px 0;
}

label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #495057;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

input[type="text"] {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
}

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.2rem;
  border: 2px dashed #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.custom-file-upload:hover {
  border-color: #dd00ff;
  background: rgba(76, 175, 80, 0.05);
}

.file-name {
  color: #6c757d;
  font-size: 0.9rem;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-icon {
  width: 24px;
  height: 24px;
  fill: #dd00ff;
}

.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #dd00ff, #e749ff);
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.submit-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s;
}

.submit-btn:hover::after {
  left: 100%;
}

.submit-btn:active {
  transform: scale(0.98);
}




/* 隐私编辑模态框样式 */
.modal_myser {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.modal-content_myser {
  position: relative;
  background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
  margin: 10% auto;
  padding: 30px;
  width: 450px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
  color: rgb(0, 0, 0);
  animation: modalSlide 0.3s ease-out;
}

@keyframes modalSlide {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-content_myser h3{
  color: #00ffff;
}

.close_myser {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
  transition: all 0.3s;
}

.close_myser:hover {
  color: #00ffff;
  transform: rotate(90deg);
}

.modal-content_myser h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  position: relative;
}

.modal-content_myser h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #00ffff;
}

.form-group_myser {
  margin-bottom: 25px;
}

.form-group_myser label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #00ffff;
}

.form-control_myser {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 6px;
  color: #00ffff;
  transition: all 0.3s;
}

.form-control_myser:focus {
  outline: none;
  border-color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

.form-control_myser option{
  background: #c7c7c7;
}

.submit-btn_myser {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #00cccc, #0080ff);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}

.submit-btn_myser:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.delete-btn_myser {
  width: 100%;
  padding: 12px;
  color: white;
 height: 50px;
 cursor: pointer;
 display: flex;
 align-items: center;
 background: red;
 border: none;
 border-radius: 5px;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
 background: #e62222;
 text-align: center;
}

.delete-btn_myser, .delete-btn_myser span {
  transition: 200ms;
 }
 
 .delete-btn_myser .text {
  transform: translateX(35px);
  color: white;
  font-weight: bold;
  width: 300px;
 }
 
 .delete-btn_myser .icon {
  position: absolute;
  left: 270px;
  border-left: 1px solid #c41b1b;
  transform: translateX(110px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 
 .delete-btn_myser svg {
  width: 15px;
  fill: #eee;
 }
 
 .delete-btn_myser:hover {
  background: #ff3636;
 }
 
 .delete-btn_myser:hover .text {
  color: transparent;
 }
 
 .delete-btn_myser:hover .icon {
  border-left: none;
  transform: translateX(-60px);
 }
 
 .delete-btn_myser:focus {
  outline: none;
 }
 
 .delete-btn_myser:active .icon svg {
  transform: scale(0.8);
 }

.no-data{
  color:white
}

.model_loader{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #000000;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: not-allowed;
  scale: 0.7;
  margin: 270px auto;
}

.central {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  box-shadow: 0.5em 1em 1em blueviolet,
    -0.5em 0.5em 1em blue,
    0.5em -0.5em 1em purple,
    -0.5em -0.5em 1em cyan;
}

.external-shadow {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0.5em 0.5em 3em blueviolet,
    -0.5em 0.5em 3em blue,
    0.5em -0.5em 3em purple,
    -0.5em -0.5em 3em cyan;
  z-index: 999;
  animation: rotate 2s linear infinite;
  background-color: #212121;
}

.intern {
  position: absolute;
  color: white;
  z-index: 9999;
}

.intern::before {
  content: "100%";
  animation: percent 2s ease-in-out infinite;
}

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

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

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

@keyframes percent {
  0% {
    content: '0%';
  }

  25% {
    content: '25%';
  }

  33% {
    content: '33%';
  }

  42% {
    content: '42%';
  }

  51% {
    content: '51%';
  }

  67% {
    content: '67%';
  }

  74% {
    content: '74%';
  }

  75% {
    content: '75%';
  }

  86% {
    content: '86%';
  }

  95% {
    content: '95%';
  }

  98% {
    content: '98%';
  }

  99% {
    content: '99%';
  }
}


