html {
  position: relative;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #324e63;
  padding: 0;
  margin: 0;
}

a, a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* 布局样式 */
.wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 50px 20px;
  padding-top: 100px;
  display: flex;
  background-image: linear-gradient(-20deg, #01A982 0%, #01A780 100%);
}

.profile-card {
  width: 100%;
  min-height: 460px;
  margin: auto;
  box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
  background: #fff;
  border-radius: 12px;
  max-width: 800px;
  position: relative;
}

/* 卡片组件样式 */
.profile-card__img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  box-shadow: 0px 5px 50px 0px #01A982, 0px 0px 0px 7px rgba(1,169,130, 0.5);
}

.profile-card__cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 40px;
  transition: all .3s;
}

.profile-card__name {
  font-weight: 700;
  font-size: 24px;
  color: #6944ff;
  margin-bottom: 15px;
}

.profile-card__txt {
  font-size: 18px;
  font-weight: 500;
  color: #324e63;
  margin-bottom: 15px;
}

.profile-card__txt strong {
  font-weight: 700;
}

.profile-card-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.profile-card-loc__icon {
  display: inline-flex;
  font-size: 27px;
  margin-right: 10px;
}

.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}

.profile-card-inf__item {
  padding: 10px 35px;
  min-width: 150px;
}

.profile-card-inf__title {
  font-weight: 700;
  font-size: 27px;
  color: #324e63;
}

.profile-card-inf__txt {
  font-weight: 500;
  margin-top: 7px;
}

.profile-card-social {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.profile-card-social__item {
  display: inline-flex;
  width: 55px;
  height: 55px;
  margin: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #405de6;
  box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
  position: relative;
  font-size: 21px;
  flex-shrink: 0;
  transition: all .3s;
}

.profile-card-social__item.facebook {
  background: linear-gradient(45deg, #3b5998, #0078d7);
  box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social__item.twitter {
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-social__item.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

/* 通知和说明样式 */
.describe {
  width:100%;
  text-align: left;
  margin:10px 0px;
  word-wrap:break-word;
}

.notice {
  background-color:#fff;
  padding:15px;
  border-radius:4px;
  border:1px solid #e8e8e8;
}

.notice_title {
  color:#01a982;
  font-size:18px; 
  margin-bottom:10px;
  border-bottom:1px solid #efefef;
}

.notice_title label {
  display:inline-block;
  padding-bottom:6px;
  margin-bottom:-1px;
  border-bottom:1px solid #01a982;
}

.notice_content {
  color:#888;
  font-size:14px;
}

.notice_content p {
  line-height: 1.6;
}

/* 功能块布局 - 三列并排 */
.des_whole {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 15px;
}

.des_about {
  flex: 0 0 32%;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.des_about1 {
  color: #38CCA2;
  border-color: #38CCA2;
}
.des_about2 {
  color: #FFB6C1;
  border-color: #FFB6C1;
}
.des_about3 {
  color: #25B6ED;
  border-color: #25B6ED;
}

.des_about1:hover {
  background-color: #38CCA2;
  color: #fff;
  transform: translateY(-5px);
}
.des_about2:hover {
  background-color: #FFB6C1;
  color: #fff;
  transform: translateY(-5px);
}
.des_about3:hover {
  background-color: #25B6ED;
  color: #fff;
  transform: translateY(-5px);
}

.about-ico {
  font-size: 42px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.about-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-content {
  font-size: 14px;
  line-height: 1.6;
}

/* 功能块内的图标悬停动画 */
.des_about:hover .about-ico {
  transform: scale(1.2);
}

/* 表单元素 */
.row {
  display:flex;
  flex-wrap:wrap;
  margin-right:-14px;
  margin-left:-14px;
  padding-top:10px;
}
.col {
  position:relative;
  width:100%;
  padding-right:14px;
  padding-left:14px;
  flex:0 0 50%;
  max-width:50%;
}
.form-control {
  display:block;
  width:100%;
  height:calc(2.125rem + 2px);
  padding:.4375rem 1rem;
  border:1px solid #dbdfea;
  border-radius:4px;
}
.form-control:focus {
  border-color:#01a982;
  outline:0;
  box-shadow:0 0 0 3px rgba(1,169,130,.1);
}
.btn {
  font-weight:700;
  text-align:center;
  border:1px solid transparent;
  padding:.4375rem 1.125rem;
  border-radius:4px;
}
.btn-block {
  width:100%;
}
.btn-outline-primary {
  color:#01a982;
  background-color:#ffffff;
  border-color:#01a982;
}
.btn-outline-primary:hover {
  color:#fff;
  background-color:#01a982;
  border-color:#01a982;
}

/* 缓存清除样式 */
.cache-form {
  display: flex;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.cache-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  margin-right: 5px;
  min-width: 150px;
}
.clean-btn {
  padding: 6px 12px;
  background-color: #01a982;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clean-btn:hover {
  background-color: #018c67;
}
.result-message {
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  display: none;
  text-align: center;
}
.success-msg {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.error-msg {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* 表格样式 */
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}
table {
  width: max-content !important;
  min-width: 100%; 
  border-collapse: collapse;
}
th {
  white-space: nowrap;
  padding: 12px 20px;
  text-align: center;
  font-weight: 600;
}
tbody td {
  white-space: normal;
  padding: 12px 20px;
  text-align: left;
  max-width: 600px;
}
.table-container::-webkit-scrollbar {
  height: 8px;
  background: #f0f0f0;
}
.table-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* 页脚样式 */
.footer {
  text-align: center;
  line-height:1.8;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1.0rem;
}

/* 响应式媒体查询 */
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
  }
  
  .profile-card-social__item {
    width: 50px;
    height: 50px;
    margin: 10px;
  }
  
  .profile-card__button {
    min-width: 170px;
    margin: 15px 25px;
  }
  
  .profile-card-inf__item {
    padding: 10px 20px;
    min-width: 120px;
  }
  
  .cache-form {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cache-input {
    margin-right: 0;
    margin-bottom: 8px;
    max-width: 100%;
  }
  
  .clean-btn {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }

.profile-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
  .profile-card-ctr {
    flex-wrap: wrap;
  }
  
  .profile-card__button {
    min-width: inherit;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 300px;
  }
  
  .profile-card__button:last-child {
    margin-bottom: 0;
  }
  
  .des_about {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  
  .des_whole {
    flex-direction: column;
  }
}