* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::after, *::before {
  box-sizing: border-box;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-wheel] {
  padding: 0 10px 0 0;
}

[data-wheel]::-webkit-scrollbar {
  width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.lenis_scroll {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
  background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
  width: 2px !important;
  display: block;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax {
  width: 100%;
  height: 100%;
}

:root {
  --color: #00706B;
  --color2: #004f4b;
}

body {
  background: #F4F5F5;
}

header.green_hide .header .top {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: .6s ease;
}
.header .top {
  width: 100%;
  background: var(--color);
  height: 36px;
}
.header .top .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .top .w1200 .pick {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .top .w1200 .display {
  display: flex;
  align-items: center;
  gap: 33px;
  height: 100%;
}
.header .top .w1200 .display a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 4px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .top .w1200 .display a svg {
  width: 6px;
  height: 6px;
  display: block;
  position: relative;
  top: 1px;
}
.header .white {
  height: 60px;
  background: #FFF;
}
.header .white .w1200 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .white .w1200 .left {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}
.header .white .w1200 .left .logo {
  width: 119px;
  height: 32px;
  display: block;
}
.header .white .w1200 .left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .white .w1200 .left .nav {
  display: flex;
  gap: 32px;
  height: 100%;
}
.header .white .w1200 .left .nav a {
  height: 100%;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
}
.header .white .w1200 .left .nav a.on, .header .white .w1200 .left .nav a:hover {
  color: #00706B;
  font-weight: bold;
}
.header .white .w1200 .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .white .w1200 .right.logged-in .login_name {
  display: block;
}
.header .white .w1200 .right.logged-in .login {
  display: none;
}
.header .white .w1200 .right .login_name {
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.header .white .w1200 .right .login_name:hover .level {
  pointer-events: auto;
}
.header .white .w1200 .right .login_name:hover .level:before {
  opacity: 1;
}
.header .white .w1200 .right .login_name:hover .level .jump {
  opacity: 1;
  transform: scaleY(1);
}
.header .white .w1200 .right .login_name .level {
  position: absolute;
  width: 140px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.header .white .w1200 .right .login_name .level:before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50px;
  left: 50%;
  content: " ";
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e4e7ed;
  border-top-left-radius: 2px;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  z-index: 2;
  opacity: 0;
  transition: .3s ease;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}
.header .white .w1200 .right .login_name .level .jump {
  width: 100%;
  background: #fff;
  border: 1px solid #e4e7ed;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  border-radius: 10px;
  transition: 0.32s;
  transform-origin: center top;
  opacity: 0;
  transform: scaleY(0);
  padding: 20px;
  top: 50px;
  position: relative;
}
.header .white .w1200 .right .login_name .level .jump a {
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  line-height: 35px;
  transition: .6s ease;
}
.header .white .w1200 .right .login_name .level .jump a:hover {
  color: var(--color);
}
.header .white .w1200 .right .login_name .show {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 5;
}
.header .white .w1200 .right .login_name .show img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.header .white .w1200 .right .login_name .show p {
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .white .w1200 .right .login {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
  cursor: pointer;
  z-index: 5;
}
.header .white .w1200 .right .login:hover {
  color: var(--color);
  font-weight: bold;
}
.header .white .w1200 .right .become {
  position: relative;
  cursor: pointer;
}
.header .white .w1200 .right .become.on .hide, .header .white .w1200 .right .become:hover .hide {
  pointer-events: auto;
}
.header .white .w1200 .right .become.on .hide:before, .header .white .w1200 .right .become:hover .hide:before {
  opacity: 1;
}
.header .white .w1200 .right .become.on .hide .jump, .header .white .w1200 .right .become:hover .hide .jump {
  opacity: 1;
}
.header .white .w1200 .right .become .hide {
  position: absolute;
  width: 600px;
  top: 0;
  right: -120px;
  pointer-events: none;
}
.header .white .w1200 .right .become .hide:before {
  content: '';
  position: absolute;
  top: 52px;
  right: 157px;
  width: 14px;
  height: 8px;
  background: #353128;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0);
  opacity: 0;
  transition: .4s ease;
}
.header .white .w1200 .right .become .hide .jump {
  width: 100%;
  position: relative;
  top: 60px;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transition: .4s ease;
}
.header .white .w1200 .right .become .hide .jump:after {
  content: '';
  position: absolute;
  width: calc(100% - 1px);
  height: 260px;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
  background: #C58448;
}
.header .white .w1200 .right .become .hide .jump .gradient {
  width: 560px;
  height: 249px;
  border-radius: 16px;
  background: linear-gradient(270deg, #3E382D 0%, #1F1E1C 100%);
  margin: auto;
  padding: 34px 50px 60px 50px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.header .white .w1200 .right .become .hide .jump .gradient .p1 {
  background: linear-gradient(90deg, #E6AC73 0%, #FFE5CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.header .white .w1200 .right .become .hide .jump .gradient .p2 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 9px 0 26px;
}
.header .white .w1200 .right .become .hide .jump .welfare {
  margin-top: -120px;
  position: relative;
  z-index: 6;
  height: 209px;
  padding: 10px 0 0 0;
}
.header .white .w1200 .right .become .hide .jump .welfare:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F6E8D5 0%, #EECCA4 133.65%);
  clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}
.header .white .w1200 .right .become .hide .jump .welfare .opened {
  height: 50px;
  border-radius: 25px;
  background: #9E5E24;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  width: fit-content;
  padding: 0 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 43px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header .white .w1200 .right .become .hide .jump .welfare .we_display {
  width: 100%;
  border-radius: 0 0 16px 16px;
  display: flex;
  justify-content: space-between;
  padding: 0 45px 35px 45px;
}
.header .white .w1200 .right .become .hide .jump .welfare .we_display .we_list {
  text-align: center;
}
.header .white .w1200 .right .become .hide .jump .welfare .we_display .we_list .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5A2E03 0%, #B4813D 100%);
  filter: drop-shadow(0 -2px 2px rgba(170, 119, 54, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.header .white .w1200 .right .become .hide .jump .welfare .we_display .we_list p {
  color: #664729;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 11px 0 0 0;
}
.header .white .w1200 .right .become .show {
  width: fit-content;
  height: 34px;
  border-radius: 4px;
  background: var(--color);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 14px;
  position: relative;
  z-index: 6;
}
.header .white .w1200 .right .become .show img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
.header .white .w1200 .right .become .show p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .top {
  border-top: 1px solid #E6E6E6;
  padding: 35px 0 43px;
  background: #fff;
}
.footer .top .peace_of_mind {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .top .peace_of_mind img {
  width: 99px;
  display: block;
  object-fit: contain;
}
.footer .top .peace_of_mind p {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .top .display {
  margin: 20px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
}
.footer .top .display .item {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.footer .top .display .item:hover .icon {
  background: var(--color);
}
.footer .top .display .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.footer .top .display .item:hover .text .p1 {
  color: var(--color);
}
.footer .top .display .item .icon {
  width: 52px;
  height: 52px;
  border: 1px solid var(--color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
}
.footer .top .display .item .icon img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  transition: .4s ease;
}
.footer .top .display .item .text .p1 {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 2px;
  transition: .4s ease;
}
.footer .top .display .item .text .p2 {
  color: #5D6970;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .bottom {
  background: #023C3A;
  padding: 70px 0 0 0;
}
.footer .bottom .content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 63px;
}
.footer .bottom .content .message .foo_logo {
  width: 148px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer .bottom .content .message .tel {
  margin: 30px 0 0;
}
.footer .bottom .content .message .tel p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.footer .bottom .content .message .tel a {
  margin: 8px 0 0;
  display: block;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
}
.footer .bottom .content .r {
  display: flex;
  gap: 60px;
}
.footer .bottom .content .r .foo_nav {
  display: flex;
  gap: 68px;
}
.footer .bottom .content .r .foo_nav .item > a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
}
.footer .bottom .content .r .foo_nav .item .level {
  margin: 22px 0 0;
}
.footer .bottom .content .r .foo_nav .item .level a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.571%;
  width: fit-content;
  display: block;
  transition: .4s ease;
}
.footer .bottom .content .r .foo_nav .item .level a:hover {
  color: #fff;
}
.footer .bottom .content .r .attention {
  text-align: center;
}
.footer .bottom .content .r .attention img {
  width: 110px;
  display: block;
  margin: auto;
}
.footer .bottom .content .r .attention p {
  margin: 12px 0 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.footer .bottom .foo_links {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bottom .foo_links p, .footer .bottom .foo_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
.footer .bottom .foo_links div a {
  margin: 0 0 0 6px;
}
.footer .bottom .foo_links a {
  transition: .4s ease;
}
.footer .bottom .foo_links a:hover {
  color: #fff;
}
.footer .bottom .foo_links > a {
  color: #fff;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  z-index: 999;
}
.head .w1200 {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .w1200 .logo {
  width: 119px;
  height: 32px;
  display: block;
}
.head .w1200 .logo img {
  width: 100%;
  object-fit: contain;
}
.head .w1200 .line {
  width: 1px;
  height: 16px;
  background: #5D6970;
  opacity: .5;
  margin: 0 12px;
}
.head .w1200 p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.foot .nav {
  display: flex;
  justify-content: center;
}
.foot .nav a, .foot .nav span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.foot .nav span {
  color: #E6E6E6;
  margin: 0 15px;
  display: block;
}
.foot .nav a {
  transition: .6s ease;
}
.foot .nav a:hover {
  color: var(--color);
}
.foot .links {
  border-top: 1px solid #E6E6E6;
  margin: 16px 0 0 0;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .links p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.foot .links p a {
  color: rgba(51, 51, 51, 0.5);
  margin: 0 0 0 7px;
  transition: .6s ease;
}
.foot .links p a:hover {
  color: var(--color);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.common_alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
}
.common_alert.on {
  opacity: 1;
  pointer-events: auto;
}
.common_alert.on .content {
  opacity: 1;
  transform: scale(1);
}
.common_alert .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.common_alert .content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(0.95);
  transition: .3s ease;
}

.page {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50%;
  transition: 0.6s;
}
.page a svg path {
  transition: 0.6s;
}
.page a.sp {
  background: unset !important;
  width: unset;
}
.page a.sp:hover {
  color: #00706B !important;
}
.page a:hover, .page a.on {
  background: #00706B;
  color: #FFFFFF;
}
.page a:hover svg, .page a.on svg {
  display: block;
  width: 16px;
  height: 16px;
}
.page a:hover svg path, .page a.on svg path {
  fill: #FFFFFF;
}

.common_crumbs {
  display: flex;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
}
.common_crumbs span {
  margin: 0 5px;
  display: block;
}
.common_crumbs a {
  color: #333;
  transition: all .6s;
}
.common_crumbs a:last-child {
  color: #999;
  font-size: 14px;
}
.common_crumbs a:hover {
  color: #00706B;
}

.common_nav {
  width: 200px;
  min-height: 370px;
  padding: 24px;
  height: fit-content;
  position: sticky;
  top: 120px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.common_nav .trem h2 {
  color: #333333;
  font-size: 16px;
}
.common_nav .trem .list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.common_nav .trem .list .item {
  color: #999;
  font-size: 14px;
  line-height: 32px;
  transition: all .6s;
}
.common_nav .trem .list .item.active, .common_nav .trem .list .item:hover {
  color: #00706B;
}

.fixed_cancellation {
  width: 540px;
  border-radius: 16px;
  background: #FFF;
  padding: 53px 40px 53px 40px;
  text-align: center;
}
.fixed_cancellation .img_logo {
  width: 119px;
  display: block;
  margin: auto;
}
.fixed_cancellation .p1 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 11px 0 25px;
}
.fixed_cancellation .line {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background: #111;
  margin: 0 0 25px;
}
.fixed_cancellation .p2 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 11px;
}
.fixed_cancellation .p3 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 39px;
}
.fixed_cancellation .confirmed {
  width: 336px;
  height: 49px;
  border-radius: 4px;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 39px auto 0;
  cursor: pointer;
  transition: .4s ease;
}
.fixed_cancellation .confirmed:hover {
  background: var(--color2);
}

.fixed_modify {
  width: 450px;
  height: 407px;
  border-radius: 16px;
  background: #FFF;
  padding: 47px 45px;
  position: relative;
}
.fixed_modify .layui-input-affix {
  line-height: 62px;
  right: 10px;
}
.fixed_modify .position_close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #8C8C8C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.fixed_modify .position_close:hover {
  background: var(--color);
}
.fixed_modify .position_close:hover svg path {
  fill: #fff;
}
.fixed_modify .position_close svg {
  width: 8px;
  height: 8px;
  display: block;
}
.fixed_modify .position_close svg path {
  transition: .6s ease;
}
.fixed_modify .title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.fixed_modify .form {
  margin: 8px 0 0;
}
.fixed_modify .form .eyes {
  position: relative;
  cursor: pointer;
  margin: 0 0 20px;
}
.fixed_modify .form .eyes input {
  margin: 0 !important;
  width: 100%;
  height: 62px;
  border-radius: 4px;
  background: #F5F5F5;
  padding: 0 21px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
  transition: .6s ease;
}
.fixed_modify .form .eyes input:focus {
  border-color: var(--color);
}
.fixed_modify .form .eyes input::placeholder {
  color: #999;
}
.fixed_modify .form .eyes .position {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed_modify .form .eyes .position.on svg:first-child {
  opacity: 0;
}
.fixed_modify .form .eyes .position.on svg:nth-child(2) {
  opacity: 1;
}
.fixed_modify .form .eyes .position svg {
  width: 20px;
  height: 20px;
  display: block;
}
.fixed_modify .form .eyes .position svg path {
  fill: #999999;
}
.fixed_modify .form .eyes .position svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fixed_modify .form .change_pick {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
}
.fixed_modify .form .display {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.fixed_modify .form .display .dis_list {
  width: 100%;
  height: 49px;
  border-radius: 4px;
  border: 1px solid #00706B;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease;
}
.fixed_modify .form .display .dis_list.bor {
  background: #F9F9F9;
  color: #666;
  border: 1px solid transparent;
}
.fixed_modify .form .display .dis_list.bor:hover {
  background: transparent;
  border-color: var(--color);
  color: var(--color);
}
.fixed_modify .form .display .dis_list:hover {
  background: var(--color2);
}

.fixed_upload {
  border-radius: 12px;
  background: #FFF;
  width: 500px;
  padding: 16px 25px 30px 25px;
}
.fixed_upload .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_upload .up .title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.fixed_upload .up .close {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.fixed_upload .up .close:hover svg path {
  fill: var(--color);
}
.fixed_upload .up .close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.fixed_upload .up .close svg path {
  transition: .4s ease;
}
.fixed_upload .flex {
  margin: 30px 0;
}
.fixed_upload .flex .first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.fixed_upload .flex .first .preview {
  text-align: center;
}
.fixed_upload .flex .first .preview img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.fixed_upload .flex .first .preview .preview_label {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.fixed_upload .flex .first .r {
  width: 305px;
}
.fixed_upload .flex .first .r .text {
  font-size: 14px;
  color: #999;
}
.fixed_upload .flex .first .r .main_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 1px dashed #E6E6E6;
  cursor: pointer;
  transition: .4s ease;
  margin: 15px 0 0 0;
  position: relative;
  z-index: 1;
}
.fixed_upload .flex .first .r .main_upload:hover {
  border-color: var(--color);
}
.fixed_upload .flex .first .r .main_upload:hover .icon svg path {
  fill: var(--color);
}
.fixed_upload .flex .first .r .main_upload .upload_input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.fixed_upload .flex .first .r .main_upload .icon {
  width: 32px;
  height: 32px;
  margin: auto;
}
.fixed_upload .flex .first .r .main_upload .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.fixed_upload .flex .first .r .main_upload .icon svg path {
  transition: .6s ease;
}
.fixed_upload .flex .first .r .main_upload .dz-text {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0 0 0;
  color: #999;
}
.fixed_upload .flex .first .r .main_upload .dz-text b {
  color: #00706B;
}
.fixed_upload .display {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.fixed_upload .display .dis_list {
  width: fit-content;
  padding: 0 30px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #00706B;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease;
}
.fixed_upload .display .dis_list.bor {
  background: #F9F9F9;
  color: #666;
  border: 1px solid transparent;
}
.fixed_upload .display .dis_list.bor:hover {
  background: transparent;
  border-color: var(--color);
  color: var(--color);
}
.fixed_upload .display .dis_list:hover {
  background: var(--color2);
}

.fixed_modify_account {
  border-radius: 12px;
  background: #FFF;
  width: 624px;
  padding: 16px 25px 30px 25px;
}
.fixed_modify_account .layui-input-affix {
  line-height: 34px;
}
.fixed_modify_account .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_modify_account .up .title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.fixed_modify_account .up .close {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.fixed_modify_account .up .close:hover svg path {
  fill: var(--color);
}
.fixed_modify_account .up .close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.fixed_modify_account .up .close svg path {
  transition: .4s ease;
}
.fixed_modify_account .flex {
  margin: 25px 0 0;
}
.fixed_modify_account .flex .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.fixed_modify_account .flex .list:not(:last-child) {
  margin: 0 0 26px;
}
.fixed_modify_account .flex .list .txt {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  min-width: 80px;
}
.fixed_modify_account .flex .list .txt span {
  color: #FF3737;
}
.fixed_modify_account .flex .list .input {
  width: 420px;
}
.fixed_modify_account .flex .list .input input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 0 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.fixed_modify_account .flex .list .input input:focus {
  border-color: var(--color);
}
.fixed_modify_account .flex .list .input input::placeholder {
  color: #C5C7CE;
}
.fixed_modify_account .flex .list .input .pick-area {
  width: 100%;
  height: 34px;
}
.fixed_modify_account .flex .list .input .pick-area .pick_show {
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
}
.fixed_modify_account .flex .prompt {
  margin: 0 0 0 91px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fixed_modify_account .flex .prompt .circle {
  width: 16px;
  height: 16px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.fixed_modify_account .flex .prompt .circle svg {
  width: 11px;
  height: 9px;
  display: block;
}
.fixed_modify_account .flex .prompt p {
  color: #00706B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fixed_modify_account .flex .end {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  margin: 26px 0 0 0;
}
.fixed_modify_account .flex .end .button {
  height: 32px;
  border-radius: 4px;
  background: #00706B;
  width: fit-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
  cursor: pointer;
}
.fixed_modify_account .flex .end .button:hover {
  background: var(--color2);
}
.fixed_modify_account .flex .end .button.bor {
  background: #fff;
  border: 1px solid #DCDDE1;
  color: #999;
}
.fixed_modify_account .flex .end .button.bor:hover {
  border: 1px solid var(--color);
  color: var(--color);
}



.address_message {
    border-radius: 12px;
    background: #FFF;
    width: 624px;
    height: 412px;
    padding: 16px 25px;
}
.address_message .up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address_message .up .title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.address_message .up .close {
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.address_message .up .close:hover svg path {
    fill: var(--color);
}
.address_message .up .close svg {
    width: 100%;
    height: 100%;
    display: block;
}
.address_message .up .close svg path {
    transition: .4s ease;
}
.address_message .flex {
    margin: 25px 0 0;
}
.address_message .flex .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.address_message .flex .list:not(:last-child) {
    margin: 0 0 26px;
}
.address_message .flex .list .txt {
    color: #5D6970;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    min-width: 80px;
}
.address_message .flex .list .txt span {
    color: #FF3737;
}
.address_message .flex .list .input {
    width: 420px;
}
.address_message .flex .list .input input {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 0 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .6s ease;
}
.address_message .flex .list .input input:focus {
    border-color: var(--color);
}
.address_message .flex .list .input input::placeholder {
    color: #C5C7CE;
}
.address_message .flex .list .input .pick-area {
    width: 100%;
    height: 34px;
}
.address_message .flex .list .input .pick-area .pick_show {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 0 13px;
    font-size: 14px;
}
.address_message .flex .prompt {
    margin: 0 0 0 91px;
    display: flex;
    align-items: center;

    gap: 4px;
    position: relative;
}
.address_message .flex .prompt input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.address_message .flex .prompt input:checked + .circle {
    background: var(--color);
}
.address_message .flex .prompt input:checked + .circle svg{
    opacity: 1;
}
.address_message .flex .prompt .circle {
    width: 16px;
    height: 16px;

    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .6s;
}
.address_message .flex .prompt .circle svg {
    width: 11px;
    height: 9px;
    display: block;
    opacity: 0;
    transition: .6s;
}
.address_message .flex .prompt p {
    color: #00706B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.address_message .flex .end {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin: 26px 0 0 0;
}
.address_message .flex .end .button {
    height: 32px;
    border-radius: 4px;
    background: #00706B;
    width: fit-content;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .4s ease;
    cursor: pointer;
}
.address_message .flex .end .button:hover {
    background: var(--color2);
}
.address_message .flex .end .button.bor {
    background: #fff;
    border: 1px solid #DCDDE1;
    color: #999;
}
.address_message .flex .end .button.bor:hover {
    border: 1px solid var(--color);
    color: var(--color);
}
