@-webkit-keyframes blink {
  0%,
  100% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
}
.covered {
  width: 100%;
  height: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #030423;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
.body_index {
  width: 100%;
  height: 100%;
}
a {
  color: #000;
  text-decoration: none;
  color: #fff;
}
.re {
  position: relative;
}
.ab {
  position: absolute;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.blur {
  filter: blur(20px);
}
textarea::-webkit-input-placeholder {
  color: #fff;
}
textarea:-moz-placeholder {
  color: #fff;
}
textarea::-moz-placeholder {
  color: #fff;
}
textarea:-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder {
  color: #fff;
}
.transition {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transition_3 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.cursor {
  cursor: pointer;
}
.flex {
  display: flex;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.aend {
  align-items: flex-end;
}
.jstart {
  justify-content: flex-start;
}
.jcenter {
  justify-content: center;
}
.jend {
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.font_bold {
  font-weight: bold;
}
.grid {
  display: grid;
}
.jbetween {
  justify-content: space-between;
}
.right {
  margin-left: auto;
}
.user_covered {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mimage {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.hidden {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.max_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
button {
  cursor: pointer;
}
.opacity-50 {
  opacity: 0.5;
}
.mt30 {
  margin-top: 30px;
}
.cw {
  width: 1200px;
  margin: auto;
}
header {
  background-color: #030423;
  width: 100%;
  height: 116px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.17);
}
header .cw {
  height: 100%;
}
header .menu {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.header .logo {
  width: 120px;
  display: block;
}
.header .nav {
  margin-left: 200px;
}
.header .nav a {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 43px 0 20px;
}
.header .nav a.selected {
  width: 118px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 26px;
}
.header .nav a.selected2 {
  background: linear-gradient(to right, #d0507a, #7158d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}
.header .user-nav .btns .btn {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 21px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  display: block;
  cursor: pointer;
}
.header .user-nav .btns .btn:first-child {
  background: #292947;
  color: #ffffff;
  margin-right: 10px;
}
.header .user-nav .btns .btn:last-child {
  background: #ffffff;
  color: #060627;
}
.header .user-nav .login .userImg {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.header .user-nav .login .downArrow {
  height: 16px;
  width: 16px;
}
.header .user-nav .login .user_panel {
  z-index: 999;
  display: none;
  top: 105%;
  right: 0;
  padding: 10px 20px;
  width: 254px;
  background: #191a38;
  box-shadow: 0px 5px 20px 0px rgba(2, 3, 27, 0.8);
  border-radius: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .user-nav .login .user_panel .panel_row {
  line-height: 40px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  opacity: 80%;
}
.header .user-nav .login .user_panel .panel_row span {
  color: #fa4d51;
}
.header .user-nav .login .user_panel .panel_row .rz_btn {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  font-size: 12px;
  border-radius: 30px;
  padding: 0 10px;
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.header .user-nav:hover .user_panel {
  display: flex;
}
.header .user-nav.active .user_panel {
  display: flex;
}
footer .contact {
  width: 1200px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  margin-top: 50px;
}
footer .email {
  width: 1200px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
}
footer .email img {
  width: 64px;
  height: 64px;
  background: #ffffff;
  opacity: 0.1;
  border-radius: 50%;
}
footer .end {
  width: 1200px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
}
footer .end a {
  margin: 0 10px;
}
.menu {
  width: 50px;
  height: 50px;
}
.menu ul {
  height: 100%;
  position: relative;
}
.menu ul li {
  position: absolute;
  top: 26px;
  left: 15px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu ul li:first-child {
  top: 18px;
}
.menu ul li:last-child {
  top: 34px;
}
.menu.active ul li {
  opacity: 0;
}
.menu.active ul li:first-child {
  transform: rotate(45deg);
  top: 25px;
  opacity: 1;
}
.menu.active ul li:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  opacity: 1;
}
.left_nav {
  position: fixed;
  top: 116px;
  transition: all 0.5s;
  width: 60px;
  overflow: hidden;
  height: 100vh;
  background-color: #030423;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.17);
}
.left_nav .list {
  width: 320px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.left_nav .list a {
  margin-top: 20px;
}
.left_nav .list a .img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.left_nav.active {
  width: 200px;
}
.left_nav.active .list a span {
  display: inline-block;
}
.main-width {
  width: 1200px;
  margin: auto;
}
.text-pink {
  color: #ef467e !important;
}
.text-blue {
  color: #1c79ab !important;
}
.mt20 {
  margin-top: 20px;
}
.main-btn {
  margin-top: 20px;
  height: 50px;
  padding: 0 25px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: none;
  line-height: 1.2;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 600;
  color: #fff;
  background: #ef467e linear-gradient(90deg, #ef467e 0, #d93165 51%, #ef467e);
  background-size: 200%;
  border: 0;
  transition: all .3s linear;
  font-size: 18px;
}
.banner {
  position: relative;
}
.banner .banner-details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-details .main-width h1 {
  font-size: 48px;
  line-height: 48px;
}
.banner .banner-details .main-width .content {
  margin-top: 20px;
  width: 100%;
  max-width: 480px;
  font-size: 18px;
}
.video {
  margin-top: 80px;
}
.about {
  margin: 50px auto;
  width: 1000px;
}
.about .title .c1 {
  font-size: 20px;
}
.about .title .c2 {
  font-size: 32px;
}
.about .view {
  margin-top: 50px;
}
.about .view .classify_img {
  width: 446px;
}
.about .view .detials {
  width: 446px;
  margin-left: 5%;
}
.about .view .detials .content {
  font-size: 16px;
}
.about .list .li {
  background: white;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
}
.about .list .li .li_img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.about .list .li .li_detials {
  flex: 1;
}
.about .list .li .li_detials .li_name {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: bold;
}
.about .list .li .li_detials .li_content {
  color: #ef467e;
  font-size: 14px;
}
.about .main-btn {
  margin-top: 30px;
}
.question {
  margin-top: 30px;
}
.question .title {
  font-size: 40px;
}
.question .list {
  width: 80%;
  margin: 30px auto 0;
}
.question .list .li {
  margin-bottom: 37px;
}
.question .list .li .li_name {
  height: 28px;
  font-size: 20px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.question .list .li .li_name img {
  width: 20px;
}
.question .list .li .li_content {
  display: none;
  min-height: 28px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  opacity: 80%;
  margin-top: 12px;
}
.question .list .li.active .li_name img {
  transform: rotate(-180deg);
}
.question .list .li.active .li_content {
  display: block;
}
.bg-tavern {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: fadeInLeft .5s ease 0s both;
}
.user-tavern {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -webkit-animation: fadeInLeft .5s ease .5s both;
}
.user-tavern.check {
  background-size: cover;
}
.bg-tavern-chat-box {
  position: fixed;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.013) 8.1%, rgba(0, 0, 0, 0.049) 15.5%, rgba(0, 0, 0, 0.104) 22.5%, rgba(0, 0, 0, 0.175) 29%, rgba(0, 0, 0, 0.259) 35.3%, rgba(0, 0, 0, 0.352) 41.2%, rgba(0, 0, 0, 0.45) 47.1%, rgba(0, 0, 0, 0.55) 52.9%, rgba(0, 0, 0, 0.648) 58.8%, rgba(0, 0, 0, 0.741) 64.7%, rgba(0, 0, 0, 0.825) 71%, rgba(0, 0, 0, 0.896) 77.5%, rgba(0, 0, 0, 0.951) 84.5%, rgba(0, 0, 0, 0.987) 91.9%, #000000);
  width: 100%;
  height: 50vh;
}
.main-character {
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}
.main-character .return_btn {
  display: none;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 9999px;
}
.main-character .return_btn svg {
  width: 20px;
}
.main-character .character {
  position: relative;
  height: 100%;
}
.main-character .character .nav .logo {
  display: block;
  width: 120px;
}
.main-character .character .character-show {
  position: absolute;
  top: 100px;
  width: 40%;
  height: 88%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  overflow-y: scroll;
}
.main-character .character .character-show .title {
  padding-right: 44px;
  margin-top: 20px;
  position: relative;
  gap: 1rem;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.main-character .character .character-show .title:after {
  border: 0 solid #edf2f7;
  height: 1px;
  flex: 1 1 0%;
  content: "";
  border-bottom-width: 1px;
  border-color: rgba(230, 230, 230, 0.5);
}
.main-character .character .character-show .title:before {
  border: 0 solid #edf2f7;
  height: 1px;
  flex: 1 1 0%;
  content: "";
  border-bottom-width: 1px;
  border-color: rgba(230, 230, 230, 0.5);
}
.main-character .character .character-show .title .more {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 253, 245, 0.5);
  border-radius: 10px;
}
.main-character .character .character-show .title.title-off {
  padding: 0;
}
.main-character .character .character-show .relative {
  margin-top: 20px;
  overflow-x: auto;
}
.main-character .character .character-show .relative button {
  color: white;
  padding: 0 12px;
  height: 34px;
  background-color: rgba(245, 151, 232, 0.1);
  border: 1px solid #f597e8;
  border-radius: 5px;
  margin-right: 8px;
  flex-shrink: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.main-character .character .character-show .relative button:hover {
  background-color: #f597e8;
}
.main-character .character .character-show .relative button.active {
  background-color: #f597e8;
}
.main-character .character .character-show .list {
  margin-top: 20px;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
.main-character .character .character-show .list .li {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: rgba(63, 66, 74, 0.6);
  border-radius: 10px;
}
.main-character .character .character-show .list .li .img {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: rgba(63, 66, 74, 0.6);
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.main-character .character .character-show .list .li .img img {
  position: absolute;
}
.main-character .character .character-show .list .li .text {
  margin-top: 10px;
  text-align: center;
}
.main-character .character .character-show .operate {
  padding: 0 5px;
  margin-top: 20px;
}
.main-character .character .character-show .operate a {
  font-weight: 500;
}
.main-character .character .character-show .operate .edit_off {
  color: #f597e8;
}
.main-character .character .character-show .list2 {
  margin-top: 20px;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  overflow-x: scroll;
}
.main-character .character .character-show .list2 .li {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
  shrink: 0;
  position: relative;
}
.main-character .character .character-show .list2 .li .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 24px;
  height: 24px;
  z-index: 2;
  background: #3f424a;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-character .character .character-show .list2 .li .img {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: rgba(63, 66, 74, 0.6);
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.main-character .character .character-show .list2 .li .img img {
  position: absolute;
}
.main-character .character .character-show .list2 .li .text {
  margin-top: 10px;
  text-align: center;
}
.main-character .character .character-show.active {
  width: 100%;
}
.main-character .character .character-show.active .list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.main-character .character .character-show.active .list .li .img {
  width: 12.5rem;
  height: 12.5rem;
}
.main-character .character .character-show.active .list2 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.main-character .character .character-show.active .list2 .li .img {
  width: 12.5rem;
  height: 12.5rem;
}
.main-character .character .character-txt {
  width: 350px;
  position: absolute;
  right: 80px;
  bottom: 100px;
}
.main-character .character .character-txt .character-asd {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.main-character .character .character-txt .character-asd .title {
  font-size: 20px;
}
.main-character .character .character-txt .character-asd .content {
  margin-top: 20px;
  font-size: 14px;
  max-height: 200px;
  overflow-y: scroll;
}
.main-character .character .character-txt .btn {
  margin-top: 10px;
  border-radius: 10px;
  font-size: 16px;
  width: 152px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #f597e8;
  color: #590857;
  font-weight: 700;
}
.main-char {
  position: relative;
  z-index: 999;
  /*padding-top: 30px;*/
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-char .main-char-menu {
  position: relative;
  width: 24px;
  float: right;
}
.main-char .main-char-menu .menu {
  width: 24px;
}
.main-char .main-char-menu .list {
  position: absolute;
  display: none;
  top: 24px;
  right: 0;
  z-index: 999;
  width: 220px;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
}
.main-char .main-char-menu .list .li {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 0.25rem;
  color: white;
  background-color: transparent;
}
.main-char .main-char-menu .list .li svg {
  width: 24px;
}
.main-char .main-char-menu .list .li .choose {
  margin-left: auto;
  position: relative;
  width: 44px;
  height: 24px;
  background-color: #3f424a;
  border-radius: 9999px;
  flex-shrink: 0;
  display: inline-flex;
}
.main-char .main-char-menu .list .li .choose * {
  transition: all 0.1s;
}
.main-char .main-char-menu .list .li .choose .choose-btn {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 9999px;
}
.main-char .main-char-menu .list .li .choose.choose-on {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
}
.main-char .main-char-menu .list .li .choose.choose-on .choose-btn {
  left: 19px;
}
.main-char .main-char-menu .list .li:hover {
  background-color: #47494b;
}
.main-char .main-char-menu hr {
  border: 1px solid rgba(230, 230, 230, 0.1);
  margin: 0 12px;
  color: inherit;
  height: 0;
}
.main-char .main-char-menu:hover .list {
  display: block;
}
.main-char .main-char-check {
  width: 115px;
  position: relative;
  z-index: 999;
}
.main-char .main-char-check .return_btn {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 9999px;
}
.main-char .main-char-check .return_btn svg {
  width: 20px;
}
.main-char .main-char-check .check {
  margin-top: 24px;
  width: 115px;
  justify-content: space-between;
  align-items: flex-start;
}
.main-char .main-char-check .check .check-btn {
  gap: 0.375rem;
  font-size: 17px;
  font-weight: bold;
}
.main-char .main-char-check .check .check-btn svg {
  margin-left: auto;
  width: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.main-char .main-char-check .check .check-btn.check-on svg {
  -webkit-transform: rotate(180deg);
}
.main-char .main-char-check .check .list {
  max-height: 50vh;
  overflow-y: scroll;
}
.main-char .main-char-check .check .list .li {
  margin-top: 20px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.main-char .main-char-input {
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -368px;
  width: 736px;
}
.main-char .main-char-input .speak {
  position: absolute;
  top: -20px;
  left: 45px;
}
.main-char .main-char-input .speak span {
  content: '';
  animation: blink 1.5s infinite;
  animation-fill-mode: both;
  height: 10px;
  width: 10px;
  background: #3b5998;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.main-char .main-char-input .speak span.dot1 {
  animation-delay: .2s;
  margin-left: calc(15px);
}
.main-char .main-char-input .speak span.dot2 {
  animation-delay: .4s;
  margin-left: calc(30px);
}
.main-char .main-char-input .more {
  width: 24px;
  height: 45px;
  margin-right: 10px;
}
.main-char .main-char-input .more .list {
  display: none;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  left: -50px;
  bottom: 100%;
  width: 150px;
}
.main-char .main-char-input .more .list .li {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 0.25rem;
  color: white;
  background-color: transparent;
}
.main-char .main-char-input .more .list .li:hover {
  background-color: #47494b;
}
.main-char .main-char-input .more:hover .list {
  display: block;
}
.main-char .main-char-input .more.active .list {
  display: block;
}
.main-char .main-char-input textarea {
  padding: 12px 48px 12px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1;
  height: 45px;
  border: 1px solid rgba(230, 230, 230, 0.5);
  background-color: transparent;
  border-radius: 22.5px;
  color: white;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0px -9px 20px rgba(63, 66, 74, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #000000 0), var(--tw-ring-shadow, 0 0 #000000 0), var(--tw-shadow);
}
.main-char .main-char-input .submit-btn {
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: transparent;
  top: 0;
  right: 10px;
  opacity: 0.5;
}
.main-char .main-char-input .submit-btn svg {
  width: 24px;
  color: #cfcfcf;
  rotate: 90deg;
}
.main-char .main-char-message {
  position: absolute;
  bottom: 95px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  max-height: 40vh;
  overflow-y: scroll;
  -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.013) 0.81%, rgba(0, 0, 0, 0.049) 1.55%, rgba(0, 0, 0, 0.104) 2.25%, rgba(0, 0, 0, 0.175) 2.9%, rgba(0, 0, 0, 0.259) 3.53%, rgba(0, 0, 0, 0.352) 4.12%, rgba(0, 0, 0, 0.45) 4.71%, rgba(0, 0, 0, 0.55) 5.29%, rgba(0, 0, 0, 0.648) 5.88%, rgba(0, 0, 0, 0.741) 6.47%, rgba(0, 0, 0, 0.825) 7.1%, rgba(0, 0, 0, 0.896) 7.75%, rgba(0, 0, 0, 0.951) 8.45%, rgba(0, 0, 0, 0.987) 9.19%, #000000 10%);
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.013) 0.81%, rgba(0, 0, 0, 0.049) 1.55%, rgba(0, 0, 0, 0.104) 2.25%, rgba(0, 0, 0, 0.175) 2.9%, rgba(0, 0, 0, 0.259) 3.53%, rgba(0, 0, 0, 0.352) 4.12%, rgba(0, 0, 0, 0.45) 4.71%, rgba(0, 0, 0, 0.55) 5.29%, rgba(0, 0, 0, 0.648) 5.88%, rgba(0, 0, 0, 0.741) 6.47%, rgba(0, 0, 0, 0.825) 7.1%, rgba(0, 0, 0, 0.896) 7.75%, rgba(0, 0, 0, 0.951) 8.45%, rgba(0, 0, 0, 0.987) 9.19%, #000000 10%);
}
.main-char .main-char-message .message-width {
  width: 736px;
}
.main-char .main-char-message .list .li {
  width: 100%;
  margin-top: 10px;
  gap: 0.5rem;
}
.main-char .main-char-message .list .li .img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.main-char .main-char-message .list .li .message {
  max-width: 70%;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0px -9px 20px rgba(63, 66, 74, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #000000 0), var(--tw-ring-shadow, 0 0 #000000 0), var(--tw-shadow);
}
.main-char .main-char-message .list .li .message.user-message {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.main-char .main-char-message .list .li .message.user-message a {
  color: #000;
}
.main-char .main-char-message.message-full {
  max-height: 70vh;
}
.main-user-data {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 20px 0;
  box-sizing: border-box;
  margin-top: 48px !important;
}
.main-user-data .view {
  padding: 20px 0;
  color: #fff;
  opacity: 80%;
  font-size: 18px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.main-user-data .view img {
  margin-left: 5px;
  width: 20px;
}
.main-user-data .title {
  font-size: 20px !important;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  opacity: 1 !important;
}
.main-user-data .change {
  display: block;
  width: 150px;
  height: 36px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 18px;
  font-size: 18px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.pricing {
  margin-top: 48px;
}
.pricing .pricing_title {
  height: 44px;
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #fd4d4f;
  line-height: 44px;
  font-style: italic;
}
.pricing .pricing_sub_title {
  text-align: center;
  width: 100%;
  margin-top: 16px;
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.pricing .sp_title {
  margin-top: 24px;
  text-align: center;
  width: 100%;
  height: 33px;
  font-size: 28px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.pricing .list {
  margin-top: 56px;
  width: 700px;
  padding: 0 5%;
}
.pricing .list .pricing_list {
  position: relative;
  height: 100%;
  padding: 20px 0 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li_title {
  padding-left: 40px;
  font-size: 30px;
}
.pricing .list .pricing_list .pricing_li {
  margin-top: 20px;
  list-style: inside;
}
.pricing .list .pricing_list .pricing_li .item {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-left: 40px;
  margin-top: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li .item:after {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.pricing .list .bd {
  position: relative;
  width: 45%;
  margin: 0 2.5%;
}
.pricing .list .bd:nth-child(2) .pricing_list {
  border: 2px solid #8157ca;
}
.pricing_select {
  width: 617px;
  margin: auto;
}
.pricing_select .ab {
  position: absolute;
  top: -12px;
  width: 83px;
  height: 24px;
  line-height: 24px;
  background: #fa4d51;
  border-radius: 12px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.pricing_select .re {
  position: relative;
}
.pricing_select input[type="radio"] {
  visibility: hidden;
}
.pricing_select label {
  width: 617px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid #979797;
  padding: 0 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing_select .selected {
  border-radius: 40px;
  position: relative;
}
.pricing_select .selected .choose {
  position: relative;
  background-color: #030423;
  border: none;
}
.pricing_select .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 40px;
}
.pricing_select .left {
  height: 47px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  line-height: 47px;
}
.pricing_select .left span {
  font-size: 16px;
}
.pricing_select .left .bigSize {
  font-size: 32px;
}
.pricing_select .right p {
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: end;
}
.pricing_select .right .yprice {
  opacity: 0.8;
  text-decoration: line-through;
}
.character_detials .imgs img {
  width: 20%;
}
.character_detials .detials {
  width: 500px;
  margin: 50px 10px;
}
.character_detials .detials .name {
  font-size: 24px;
}
.character_detials .detials .age {
  margin: 10px 0;
}
.character_detials .detials .content {
  font-size: 16px;
}
.ask-item {
  width: 1200px;
  height: 500px;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ask-item .myask {
  height: 400px;
  overflow-y: scroll;
}
.ask-item .myask .ask-view {
  margin-bottom: 5px;
  color: white;
}
.ask-item .myask .ask-view .img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.ask-item .myask .ask-view .img img {
  width: 100%;
  height: 100%;
}
.ask-item .myask .ask-view .thisask {
  padding-top: 5px;
}
.ask-item .myask .ask-view .thisask .name {
  font-weight: bold;
  font-size: 16px;
}
.ask-item .myask .ask-view .thisask .answer {
  margin-top: 10px;
}
.ask-item .myask .ask-view.left .thisask {
  margin-left: 10px;
}
.ask-item .myask .ask-view.right {
  text-align: right;
}
.ask-item .myask .ask-view.right .thisask {
  margin-right: 10px;
}
.ask-item .ToAsk input[type=text] {
  color: white;
  height: 40px;
  line-height: 40px;
  background-color: #1f2937;
  flex: 1;
  border-radius: 5px;
  border: 0;
  padding: 0 10px;
}
.ask-item .ToAsk .AskBtn {
  margin-left: 10px;
  width: 80px;
  text-align: center;
  height: 35px;
  border-radius: 5px;
  border: 0;
  background-color: #ef610f;
  color: white;
}
.ask-item .btns {
  margin-top: 20px;
}
.ask-item .btns input[type=button] {
  height: 40px;
  padding: 0 10px;
  margin-right: 30px;
  cursor: pointer;
}
.main-xieyi .title {
  height: 72px;
  background: #070827;
  color: white;
  font-style: inherit;
}
.main-xieyi .title a {
  color: #666;
  margin-right: 20px;
  font-size: 16px;
}
.main-xieyi .title a.cli {
  color: white;
}
.main-xieyi .content {
  margin: 20px auto 80px;
  line-height: 40px;
  color: white;
  text-align: left;
  font-size: 17px;
}
.notice {
  z-index: 111;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
}
.login_con {
  width: 100%;
  height: 100%;
  min-height: 550px;
}
.login_con .close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 46px;
  right: 46px;
  cursor: pointer;
}
.login_con .con_bg {
  width: 480px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
}
.login_con .con_bg img {
  width: 120px;
  height: auto;
}
.login_con .login_view {
  width: 617px;
}
.login_con .login {
  flex: 1;
}
.login_con .login .login_title {
  height: 44px;
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #ffffff;
  line-height: 44px;
  font-style: italic;
  margin-bottom: 14px;
}
.login_con .login .sub_title {
  height: 28px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.4;
  margin-bottom: 20px;
}
.login_con .login .sub_title a {
  margin-left: 10px;
  color: #a5c8ff;
}
.login_con .login .xieyi {
  padding: 0 16px;
  margin-bottom: 20px;
  font-size: 16px;
  color: white;
}
.login_con .login .xieyi input {
  margin-right: 5px;
}
.login_con .login .xieyi a {
  color: #3030c7;
}
.login_con .login .login_way .way {
  margin-bottom: 40px;
  width: 100%;
  height: 0px;
  line-height: 80px;
  background: #ffffff;
  border-radius: 40px;
  opacity: 0.7;
  text-align: center;
  font-size: 30px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #000000;
}
.login_con .login .login_way .way .logo {
  height: 38px;
  width: 38px;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.login_con .login .login_way .way .logo img {
  height: 100%;
  width: 100%;
}
.login_con .login .login_way .input {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  overflow: hidden;
}
.login_con .login .login_way .input input {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background: #31343b;
  color: white;
  font-size: 24px;
}
.login_con .login .login_way .input button {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 24px;
  background: #10112e;
  color: #9a9ba7;
  cursor: pointer;
}
.login_con .login .login_way .input .submit {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  color: white;
}
.login_con .login .login_way .input button.allowed {
  cursor: not-allowed;
  background: #10112e;
}
.login_con .login .login_way .input button.allowed:hover {
  background: #202337;
}
.login_con .login .login_way .input .send_sms {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 30px;
  width: 35%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  cursor: pointer;
}
.login_con .login .login_way .input .allowed {
  cursor: not-allowed;
  background: #6a6b70;
  color: rgba(255, 255, 255, 0.7);
}
.login_con .login .login_way .input-submit {
  margin-bottom: 20px;
}
.login_con .login .login_way .reset {
  margin: 20px;
  color: #3030c7;
}
.main-alert-item input::-webkit-input-placeholder {
  color: #ccc;
}
.main-alert-item input:-moz-placeholder {
  color: #ccc;
}
.main-alert-item input::-moz-placeholder {
  color: #ccc;
}
.main-alert-item input:-ms-input-placeholder {
  color: #ccc;
}
.del-class .layui-layer-btn .layui-layer-btn0 {
  background-color: #9b0606;
  border: 0;
}
.pay_to {
  position: relative;
  width: 617px;
  margin: 30px auto 0;
}
.sussess {
  text-align: center;
  color: white;
}
.sussess h2 {
  font-size: 24;
  font-weight: bold;
}
.sussess p {
  margin-top: 20px;
}
.sussess a {
  display: block;
  margin: 20px auto 10px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 26px;
  font-size: 14px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.mobile_nav {
  position: relative;
  display: none;
  height: 60px;
}
.mobile_nav .m_nav {
  width: 100%;
}
.mobile_nav .m_nav .site_logo {
  width: 87px;
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
}
.mobile_nav .m_nav_con {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #ff4c4c, #7241fd);
}
.mobile_nav .m_nav_con .nav_list {
  width: 90%;
  height: 100%;
  margin-left: 10%;
  background: #030423;
  padding-right: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mobile_nav .m_nav_con .nav_list .row {
  width: 100%;
  padding: 1rem 1rem;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mobile_nav .m_nav_con .nav_list .row .user_header {
  height: 30px;
  width: 30px;
}
.mobile_nav .m_nav_con .nav_list .row .close_icon {
  height: 30px;
  width: 30px;
}
.mobile_nav .m_nav_con .nav_list .row .text {
  color: rgba(255, 255, 255, 0.48);
}
.mobile_nav .m_nav_con .nav_list .row .text span {
  color: #fff;
}
.mobile_nav .m_nav_con.m_nav_con_on {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.tips {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.tips.tips-show {
  display: flex;
}
.tips .tips-item {
  width: 800px;
  text-align: center;
  font-size: 20px;
}
.tips .tips-item .bg {
  background: #030423;
  padding: 30px;
  color: white;
}
.tips .tips-item .title {
  font-size: 40px;
}
.tips .tips-item .ctitle {
  margin-top: 10px;
  font-size: 40px;
}
.tips .tips-item .content {
  margin-top: 30px;
  line-height: 40px;
}
.tips .tips-item .btns {
  margin-top: 20px;
}
.tips .tips-item .btns a {
  border-radius: 5px;
  margin-top: 5px;
  width: 48%;
  margin: 0 1%;
  height: 50px;
  line-height: 50px;
  background: #1f1f1f;
}
.tips .tips-item .btns a:first-child {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile_nav {
    display: flex;
  }
  header {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-width {
    width: 100%;
  }
  .banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .banner .banner-details .main-width h1 {
    font-size: 2.5rem;
  }
  footer .contact {
    width: 100%;
  }
  footer .email {
    width: 100%;
  }
  footer .end {
    width: 100%;
  }
  .main-character {
    padding-top: 0;
  }
  .main-character .character .character-show .list .li .img {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 800px) {
  html {
    overflow-x: hidden;
  }
  header {
    padding: 0 20px;
  }
  .header {
    padding: 0 20px;
  }
  .user_center .view {
    justify-content: space-between;
  }
  .about {
    width: 100%;
  }
  .about .view .classify_img {
    display: none;
  }
  .about .view .detials {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .banner img {
    position: absolute;
    width: auto;
    height: 300px;
    right: 0%;
    margin-left: -150px;
  }
  .banner .banner-details {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .banner .banner-details .main-width h1 {
    font-size: 2rem;
    line-height: 25px;
  }
  .banner .banner-details .main-width .content {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .question .list {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .question .list .li .li_name {
    font-size: 18px;
    height: auto;
  }
  .pricing .pricing_title {
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pricing .list {
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-direction: column;
  }
  .pricing .list .bd {
    width: 100%;
    margin: 20px auto 10px;
  }
  .pricing_select {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pricing_select .pricing_select_li {
    width: 100%;
  }
  .pricing_select label {
    width: 100%;
  }
  .pay_to {
    width: 100%;
  }
  .main-user-data {
    width: calc(99%);
  }
  .main-user-data .view {
    font-size: 16px;
  }
  .login_con {
    width: 80%;
    margin: auto;
    justify-content: center;
  }
  .login_con .con_bg {
    display: none;
  }
  .login_con .close {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .login_con .login_view {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .login_con .login .sub_title {
    font-size: 16px;
  }
  .login_con .login .login_way .input {
    height: 50px;
  }
  .login_con .login .login_way .input input {
    font-size: 16px;
  }
  .login_con .login .login_way .input .send_sms {
    font-size: 16px;
    width: 25%;
    line-height: 50px;
  }
  .login_con .login .login_way .input button {
    font-size: 16px;
  }
  .user-tavern {
    background-position: center bottom;
  }
  .main-character {
    overflow: hidden;
  }
  .main-character .character-show.checked-character {
    display: none;
  }
  .main-character .return_btn.checked-character {
    display: flex;
    margin-left: 10px;
  }
  .main-character .character .character-show {
    left: 5px;
    width: calc(90%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-character .character .character-show .title {
    display: none;
  }
  .main-character .character .character-show .list .li .img {
    margin: auto;
    width: 7rem;
    height: 7rem;
  }
  .main-character .character .character-txt {
    width: calc(90%);
    right: 5px;
    bottom: 15vh;
  }
  .main-char {
    width: calc(90%);
    margin: auto;
  }
  .main-char .main-char-message {
    left: 5px;
    width: calc(95%);
    bottom: 80px;
    margin-left: auto;
  }
  .main-char .main-char-input {
    left: 5px;
    margin-left: auto;
    width: calc(95%);
  }
  .main-char .main-char-input .more .list {
    bottom: 110%;
    left: 0;
  }
  .tips .tips-item .bg {
    padding: 0 15px;
  }
  .tips .tips-item .title {
    font-size: 32px;
  }
  .tips .tips-item .ctitle {
    font-size: 32px;
  }
  .tips .tips-item .content {
    margin-top: 10px;
    line-height: 35px;
    font-size: 16px;
  }
  .tips .tips-item .btns {
    width: 90%;
    margin: 0 auto 0;
  }
  .tips .tips-item .btns a {
    margin-top: 10px;
    width: 100%;
  }
}
