html,
body {
  background: #f7f9fc;
  color: #10233d;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  overflow-x: hidden;
}

body.blue.full,
body.blue.full.bodybgblue0 {
  background: #f7f9fc !important;
}

.bartop {
  background: #12325b !important;
  color: #dce9ff !important;
}

.bartop a,
.barcity {
  color: inherit !important;
}

.eyoucms_head {
  margin: 0 0 18px;
}

.eyoucms_inside {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.eyoucms_inside > a img {
  width: 400px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.eyoucms_main {
  flex: 1;
}

.eyou_dh {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eyoucms_inside .eyou_dh .eyou_arr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5edf8;
  color: #10233d;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(16, 35, 61, 0.05);
}

.eyoucms_inside .eyou_dh .eyou_arr:hover {
  color: #e60012;
  border-color: rgba(230, 0, 18, 0.35);
}

.eyoucms_head .eyou_zc .icon123 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-width: 120px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #e60012);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(230, 0, 18, 0.24);
}

.eyoucms_head .eyou_zc .icon123 p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.container,
.course-head,
.cinner,
.page,
.page-box,
.article-card-box-min,
.course-cover,
.course-cover-2,
.tip-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: calc(100% - 32px);
}

.course-head,
.cinner,
.page,
.page-box,
.article-card-box-min,
.course-cover,
.course-cover-2,
.tip-page {
  width: calc(100% - 32px);
}

.course-head,
.cinner,
.page,
.page-box,
.article-card-box-min,
.course-cover,
.course-cover-2,
.tip-page,
.main-inner {
  border-radius: 26px;
}

.course-head,
.cinner,
.page,
.page-box,
.article-card-box-min,
.course-cover,
.course-cover-2,
.tip-page,
.main-inner,
.whitebg {
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 35, 61, 0.08);
}

.location,
.leftnav,
.rightcontent,
.page-box-content,
.course-cover,
.course-cover-2 {
  color: #10233d;
}

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
  border: 1px solid #d8e5f4;
  border-radius: 12px;
  background: #fff;
  color: #10233d;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #2a7cff;
  box-shadow: 0 0 0 3px rgba(42, 124, 255, 0.12);
}

label {
  color: #10233d;
}

.leftnav a,
.rightcontent a,
.article-title,
.course-info h1,
.page-box-title {
  color: #10233d;
}

.leftnav a.current,
.leftnav a:hover,
.rightcontent a:hover,
.article-title:hover {
  color: #e60012;
}

button,
input[type="submit"],
.btn,
.sub,
.account-topup,
.account-qiandao,
.topup,
.withdraw,
.detail,
.selecter,
.godl,
.show-back {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff7a00, #e60012) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(230, 0, 18, 0.2);
}

.btn:hover,
.sub:hover,
button:hover,
input[type="submit"]:hover {
  filter: brightness(1.02);
}

@media (max-width: 768px) {
  .eyoucms_inside {
    padding: 16px;
  }

  .container,
  .course-head,
  .cinner,
  .page,
  .page-box,
  .article-card-box-min,
  .course-cover,
  .course-cover-2,
  .tip-page {
    width: calc(100% - 20px);
  }
}

body.message-auth {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.7) 26%, transparent 42%),
    linear-gradient(180deg, #edf4ff 0%, #f7f9fc 48%, #f7f9fc 100%) !important;
}

body.message-auth .eyoucms_head {
  margin-bottom: 10px;
}

body.message-auth .max-w-screen-xl {
  max-width: 1120px !important;
  margin: 34px auto 0 !important;
  overflow: hidden;
  border: 1px solid #dce9ff;
  border-radius: 32px !important;
  background: #fff !important;
  box-shadow: 0 32px 70px rgba(18, 50, 91, 0.12);
  align-items: stretch !important;
}

body.message-auth .max-w-screen-xl > div:first-child {
  width: 52% !important;
  padding: 56px 54px 48px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
}

body.message-auth .max-w-screen-xl > div:last-child {
  width: 48% !important;
  min-height: 620px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 72% 76%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(145deg, #12325b 0%, #1f4e95 100%) !important;
}

body.message-auth .max-w-screen-xl > div:last-child::before,
body.message-auth .max-w-screen-xl > div:last-child::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

body.message-auth .max-w-screen-xl > div:last-child::before {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -70px;
}

body.message-auth .max-w-screen-xl > div:last-child::after {
  width: 200px;
  height: 200px;
  left: -60px;
  bottom: -60px;
}

body.message-auth .max-w-screen-xl > div:last-child > div {
  width: min(440px, 78%);
  min-height: 380px;
  background-size: contain !important;
  background-position: center !important;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.16));
}

body.message-auth .max-w-screen-xl h1 {
  margin-bottom: 8px;
  color: #12325b;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800 !important;
}

body.message-auth .max-w-screen-xl .w-full.flex-1.mt-8 {
  margin-top: 24px !important;
}

body.message-auth .max-w-screen-xl .my-12.border-b.text-center {
  margin: 22px 0 24px !important;
  border-color: #dce9ff !important;
}

body.message-auth .max-w-screen-xl .leading-none {
  background: #fff !important;
  color: #5c708a !important;
  font-weight: 600 !important;
}

body.message-auth .max-w-screen-xl .leading-none a {
  color: #e60012;
  font-weight: 700;
}

body.message-auth .max-w-screen-xl .mx-auto.max-w-xs {
  max-width: 460px !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.message-auth .max-w-screen-xl input[type="text"],
body.message-auth .max-w-screen-xl input[type="password"],
body.message-auth .max-w-screen-xl input[type="email"],
body.message-auth .max-w-screen-xl select,
body.message-auth .max-w-screen-xl textarea {
  width: 100% !important;
  padding: 15px 18px !important;
  border-radius: 16px !important;
  border: 1px solid #d8e5f4 !important;
  background: #f7f9fc !important;
  color: #10233d !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

body.message-auth .max-w-screen-xl input::placeholder {
  color: #7b8797 !important;
}

body.message-auth .max-w-screen-xl input:focus,
body.message-auth .max-w-screen-xl select:focus,
body.message-auth .max-w-screen-xl textarea:focus {
  border-color: #2a7cff !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(42, 124, 255, 0.12) !important;
}

body.message-auth .max-w-screen-xl button[type="submit"],
body.message-auth .max-w-screen-xl input[type="submit"] {
  width: 100% !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff7a00, #e60012) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 28px rgba(230, 0, 18, 0.22);
}

body.message-auth .max-w-screen-xl button[type="submit"]:hover,
body.message-auth .max-w-screen-xl input[type="submit"]:hover {
  transform: translateY(-1px);
}

body.message-auth .max-w-screen-xl .text-gray-600 {
  color: #66738a !important;
}

body.message-auth .registerpart {
  max-width: 1120px;
  margin: 34px auto 0;
  padding: 48px 56px;
  border: 1px solid #dce9ff;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(18, 50, 91, 0.12);
  overflow: hidden;
}

body.message-auth .body {
  padding-top: 0 !important;
}

body.message-auth .inner {
  max-width: 1120px;
  width: calc(100% - 32px);
  margin: 34px auto 0;
}

body.message-auth .registerpart .tit {
  margin-bottom: 22px;
}

body.message-auth .registerpart .tit p {
  margin: 0;
  text-align: left !important;
  color: #12325b;
  font-size: 32px;
  font-weight: 800;
}

body.message-auth .registerpart .formlogin {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0 14px;
}

body.message-auth .registerpart .formlogin tbody {
  display: block;
}

body.message-auth .registerpart .formlogin tr {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px 20px;
  align-items: center;
}

body.message-auth .registerpart .formlogin td {
  display: block;
  width: auto !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.5;
}

body.message-auth .registerpart .formlogin .tdright {
  text-align: right;
  color: #41536d;
  font-weight: 700;
  padding-top: 12px !important;
}

body.message-auth .registerpart .formlogin input[type="text"],
body.message-auth .registerpart .formlogin input[type="password"],
body.message-auth .registerpart .formlogin select,
body.message-auth .registerpart .formlogin textarea {
  width: 100% !important;
  padding: 15px 18px !important;
  border-radius: 16px !important;
  border: 1px solid #d8e5f4 !important;
  background: #f7f9fc !important;
  box-shadow: none !important;
}

body.message-auth .registerpart .formlogin select {
  margin-left: 0 !important;
}

body.message-auth .registerpart .formlogin .go_reg,
body.message-auth .registerpart .formlogin input[type="submit"] {
  width: 100% !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff7a00, #e60012) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 28px rgba(230, 0, 18, 0.22);
}

body.message-auth .registerpart .formlogin .go_reg:hover,
body.message-auth .registerpart .formlogin input[type="submit"]:hover {
  transform: translateY(-1px);
}

body.message-auth .registerpart .formlogin img.authcode {
  margin-left: 14px;
  vertical-align: middle;
}

body.message-auth .registerpart .formlogin #pw_check_1,
body.message-auth .registerpart .formlogin #pw_check_2,
body.message-auth .registerpart .formlogin #pw_check_3 {
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f7fd;
  color: #5c708a;
}

@media (max-width: 1024px) {
  body.message-auth .max-w-screen-xl {
    display: block !important;
  }

  body.message-auth .max-w-screen-xl > div:first-child,
  body.message-auth .max-w-screen-xl > div:last-child {
    width: 100% !important;
  }

  body.message-auth .max-w-screen-xl > div:last-child {
    min-height: 320px;
  }

  body.message-auth .registerpart {
    padding: 34px 24px;
  }

  body.message-auth .registerpart .formlogin tr {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.message-auth .registerpart .formlogin .tdright {
    text-align: left;
    padding-top: 0 !important;
  }
}
