/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1;-webkit-text-size-adjust:100%}body{margin:0;box-sizing:border-box}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}

body {
  font-family: 'OPPOSans', -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.page-body {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(179.98deg, #1B47C3 0.01%, #4056B5 99.99%);
  background-size: cover;
}

.page-center {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  z-index: 3;
}

.header {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  animation: scaleAnimation 3s ease-in-out infinite;
}

@keyframes scaleAnimation {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.top-line {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

.title-info {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  margin-bottom: 15px;
}

.title-t {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: bounceText 2s ease-in-out infinite;
}

@keyframes bounceText {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-5px); }
  60% { transform: translateY(-2px); }
}

.panel-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
}

.panel-left {
  width: 100%;
}

.panel-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.panel-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.row {
  min-height: 60px;
  display: flex;
  padding: 12px 15px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  transition: background-color 0.3s ease;
}

.row:last-child {
  border-bottom: none;
}

.row:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.text > p {
  color: #333333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p1 {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  font-weight: 500;
  color: #333333;
}

.p1span {
  display: flex;
  align-items: center;
  padding: 0 8px;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  background: #FF9900;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-left: 6px;
  color: #FFFFFF;
}

.p1span2 {
  display: flex;
  align-items: center;
  padding: 0 8px;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  background: #0199ff;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-left: 6px;
  color: #FFFFFF;
}

.p2 {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  opacity: 0.7;
  max-width: 100%;
  color: #666666;
}

.btn {
  display: flex;
  padding: 8px 20px;
  background: linear-gradient(123.05deg, #0170FF 30.29%, #01A4FF 99.09%);
  border: none;
  border-radius: 31px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #FFF;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(1, 112, 255, 0.3);
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(1, 112, 255, 0.4);
}

.btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(1, 112, 255, 0.3);
}

.activities {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.activities:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(2px);
}

.activities img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 12px;
  object-fit: cover;
}

.activities span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.activities-text {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 3px;
}

.foot {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .page-center {
    padding: 60px 40px;
  }
  
  .header-logo {
    max-width: 240px;
  }
  
  .panel-box {
    padding: 15px 0;
  }
  
  .row {
    padding: 20px 25px;
  }
  
  .p1 {
    font-size: 18px;
  }
  
  .p2 {
    font-size: 14px;
  }
  
  .activities img {
    width: 48px;
    height: 48px;
  }
  
  .activities span {
    font-size: 16px;
  }
  
  .activities-text {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .panel-content {
    max-width: 800px;
  }
  
  .header, .top-line, .title-info {
    max-width: 800px;
  }
}
