@keyframes backgroundColorFadein {
  0% {
    background-color: #28293d;
  }
  100% {
    background-color: rgba(40, 41, 61, 0);
  }
}
@keyframes slideToRight {
  0% {
    left: 0;
    top: 2px;
  }
  100% {
    left: 38px;
    top: 2px;
  }
}
@keyframes slideToLeft {
  0% {
    left: 38px;
    top: 2px;
  }
  100% {
    left: 4px;
    top: 2px;
  }
}
:root {
  font-size: 16px;
}
body {
  background-color: #030423;
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
body > div {
  width: 100%;
}
body > header {
  width: 100%;
}
body > footer {
  width: 100%;
}
html {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
html.overflow {
  overflow: hidden;
}
.blur {
  filter: blur(20px);
}
.cursor-pointer {
  cursor: pointer;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.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;
}
.jbetween {
  justify-content: space-between;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.body_index {
  width: 100%;
  height: 100%;
}
.nav {
  height: 116px;
  background: #040522;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.17);
}
.nav .nav_con {
  width: 1200px;
}
.nav .nav_con .site_logo {
  margin-left: 20px;
  width: 87px;
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
}
.nav .nav_con .site_logo img {
  width: 100%;
  height: 100%;
}
.nav .nav_con nav a {
  height: 36px;
  width: 118px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  margin-right: 43px;
}
.nav .nav_con nav a.selected {
  width: 118px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 26px;
}
.nav .nav_con nav a.selected2 {
  background: linear-gradient(to right, #d0507a, #7158d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}
.nav .nav_con .userState .login > div {
  cursor: pointer;
}
.nav .nav_con .userState .login .userImg {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.nav .nav_con .userState .login .downArrow {
  height: 16px;
  width: 16px;
}
.nav .nav_con .userState .login:hover .user_panel {
  display: flex;
}
.nav .nav_con .userState .login .user_panel {
  z-index: 10;
  display: none;
  top: 105%;
  right: 0;
  padding: 26px 20px;
  width: 254px;
  height: 152px;
  background: #191a38;
  box-shadow: 0px 5px 20px 0px rgba(2, 3, 27, 0.8);
  border-radius: 12px;
}
.nav .nav_con .userState .login .user_panel:hover {
  display: flex;
}
.nav .nav_con .userState .login .user_panel .panel_row {
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  opacity: 80%;
}
.nav .nav_con .userState .login .user_panel .panel_row span {
  color: #fa4d51;
}
.nav .nav_con .userState .login .user_panel .panel_row .rz_btn {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 10px;
  float: right;
}
.nav .nav_con .userState .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;
}
.nav .nav_con .userState .btns .btn:first-child {
  background: #292947;
  color: #ffffff;
  margin-right: 20px;
}
.nav .nav_con .userState .btns .btn:last-child {
  background: #ffffff;
  color: #060627;
}
.nav .m_nav {
  display: none;
}
.notice {
  line-height: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
}
.page {
  text-align: center;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .link_page {
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 9;
  text-decoration: none;
  color: #999999;
  background-color: #F5F5F5;
  margin: 5px;
}
.page .link_page:hover {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  color: #ffffff;
}
.page a.link_page {
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 9;
  text-decoration: none;
  color: #999999;
  background-color: #F5F5F5;
  margin: 5px;
}
.page a.link_page:hover {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  color: #ffffff;
}
.page span.link_page {
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  color: #ffffff;
}
.page input {
  margin: 5px;
  padding: 0;
  height: 40px;
  width: 60px;
  border: 0;
  background: #F5F5F5;
  padding: 0 10px;
}
.page button {
  border: 0;
  margin: 5px;
  height: 40px;
  width: 60px;
  background: #F5F5F5;
}
.m_nav_con {
  display: none;
  -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;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #ff4c4c, #7241fd);
}
.m_nav_con .nav_list {
  width: 90%;
  height: 100%;
  margin-left: 10%;
  background: #030423;
  padding-right: 5%;
}
.m_nav_con .nav_list .row {
  width: 100%;
  padding: 1rem 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.m_nav_con .nav_list .row .user_header {
  height: 30px;
  width: 30px;
}
.m_nav_con .nav_list .row .close_icon {
  height: 30px;
  width: 30px;
}
.m_nav_con .nav_list .row .text {
  color: rgba(255, 255, 255, 0.48);
}
.m_nav_con .nav_list .row .text span {
  color: #fff;
}
.m_nav_con .nav_list .row .row_icon img {
  margin-right: 10px;
  width: 8px;
  height: auto;
}
.m_nav_con .nav_list .row .getPro {
  display: block;
  height: 32px;
  line-height: 1px;
  border-radius: 20px;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #ff4c4c, #7241fd);
}
.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;
}
.section .section_con {
  width: 1200px;
  margin: 0 auto;
}
.section .section_title {
  font-style: italic;
}
.section .section_title h3 {
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #ffffff;
}
.section .section_generate_title {
  margin-top: 48px;
}
.section .sub_title {
  width: 428px;
  height: 56px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.section .img_con {
  border-radius: 13px;
}
.section .img_con img {
  border-radius: 13px;
}
.section .img_con .inner {
  border-radius: 13px;
  border: 3px solid;
  background: #d8d8d8;
  border-image: linear-gradient(180deg, #ff4c4c, #7241fd) 3 3;
}
.section .img_con label {
  display: block;
  width: 120px;
  height: 120px;
}
.section .img_con label input {
  visibility: hidden;
}
.section .img_con .selected {
  border-radius: 13px;
  border: 3px solid;
  position: relative;
  background-color: #030423;
  border: none;
}
.section .img_con .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 13px;
}
.section .img_con p {
  height: 28px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.section .content {
  width: 1130px;
  height: 508px;
  background: linear-gradient(180deg, #151537 0%, #151537 83%, #04041b 100%);
  border-radius: 20px;
}
.section .nsfw_con {
  margin-left: 76px;
}
.section .nsfw_con p {
  display: none;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  width: 155px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #191a38;
  box-shadow: 0px 5px 20px 0px rgba(2, 3, 27, 0.8);
  margin-bottom: 15px;
}
.section .nsfw_con .icon {
  height: 18px;
  width: 18px;
  margin: 0 11px 0 4px;
  position: relative;
}
.section .nsfw_con .icon p {
  position: absolute;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  width: 155px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #191a38;
  box-shadow: 0px 5px 20px 0px rgba(2, 3, 27, 0.8);
  top: -305%;
  left: -385%;
}
.section .nsfw_con .icon p::after {
  content: " ";
  height: 15px;
  width: 15px;
  background: #191a38;
  transform: rotate(45deg);
  z-index: 1;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.section .nsfw_con .icon:hover p {
  display: block;
}
.section .nsfw_con .select_con {
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.pro {
  font-family: Roboto-Medium, Roboto;
  margin-left: 8px;
  line-height: 10px;
  padding: 3px 5px;
  border-radius: 30px;
  background: white;
  color: #FA4D51;
  font-size: 10px !important;
  font-weight: 500 !important;
}
.zshi .selects {
  display: flex;
  flex-direction: row;
}
.zshi > p {
  width: 26px;
  height: 33px;
  font-size: 28px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #ffffff;
  line-height: 33px;
  padding-top: 50px;
}
.type_list {
  margin-top: 40px;
}
.type_list .list_con {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
}
.type_list .item {
  margin-right: 28px;
}
.type_list .item .item_img {
  height: 120px;
  width: 120px;
}
.type_list .item p {
  margin-top: 16px;
  text-align: center;
  height: 28px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.type_list .item input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.type_list .selected .item_img {
  border-radius: 13px;
  border: 3px solid;
  position: relative;
  background-color: #030423;
  border: none;
}
.type_list .selected .item_img::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 13px;
}
.type_list .selected .item_img img {
  border-radius: 13px;
}
.select_row {
  margin-top: 24px;
}
.select_row .select_con {
  width: 1200px;
  margin: 0 auto;
}
.select_row .incline_title {
  font-style: italic;
  height: 44px;
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #ffffff;
  line-height: 44px;
}
.select_row .title {
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 14px;
}
.select_row .select_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.select_row .select_list .select_item {
  height: 34px;
  border-radius: 17px;
  border: 1px solid #979797;
  padding: 6px 15px;
  margin-bottom: 10px;
  margin-right: 12px;
}
.select_row .select_list .select_item label {
  height: 21px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.select_row .select_list .select_item label input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.select_row .select_list .selected {
  background: #84239b;
  border: 1px solid #84239b;
}
.select_row .radio_btn {
  border-radius: 12px;
  margin-right: 37px;
  overflow: hidden;
  padding: 2px;
}
.select_row .radio_btn .radio {
  border-radius: 12px;
  background: #33334b;
  font-size: 31px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.select_row .radio_btn .radio2_3 {
  width: 70px;
  height: 98px;
}
.select_row .radio_btn .radio16_9 {
  width: 98px;
  height: 70px;
}
.select_row .radio_btn .radio1_1 {
  width: 88px;
  height: 88px;
}
.select_row .radio_btn.selected {
  background-image: linear-gradient(120deg, #b80034 0%, #370091 100%);
}
.generate {
  position: fixed;
  left: 50%;
  bottom: 2%;
  margin-left: -125px;
  width: 250px;
}
.generate .select_con {
  padding: 20px 0;
  width: 250px;
  background-color: #040522;
}
.generate .select_con .generate_btn {
  margin: auto;
  width: 200px;
  height: 88px;
  line-height: 88px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.generate_zt {
  height: 200px;
}
.nbutton {
  width: 63px;
  height: 26px;
  background-color: #28293d;
  border-radius: 12px;
  align-items: center;
  padding: 0 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.nbutton::before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  position: absolute;
}
.nbutton .circle {
  width: 22px;
  height: 22px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
}
.nbutton .text {
  width: 100%;
  height: 19px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  margin-left: 2px;
}
.nbutton .on {
  text-align: left;
}
.nbutton .off {
  text-align: right;
}
.nbutton input[type="checkbox"] {
  visibility: hidden;
}
footer {
  padding: 128px 0 50px;
}
footer .contact {
  width: 1200px;
  margin: 0 auto 28px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  margin-top: 50px;
}
footer .email {
  width: 1200px;
  margin: 0 auto 28px;
  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 28px;
  font-size: 18px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 30px;
}
footer .end a {
  margin: 0 10px;
  line-height: 40px;
}
.bgColorShow {
  animation: backgroundColorFadein 0.2s linear forwards;
}
.slidetoright {
  animation: slideToRight 0.2s linear forwards;
}
.back {
  animation: slideToLeft 0.2s linear forwards;
}
.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;
}
.generating_load p {
  line-height: 30px;
}
.generating_load a {
  margin-left: 10px;
  padding: 5px 10px;
  background: linear-gradient(270deg, #b80034 0%, #370091 100%);
  border-radius: 26px;
}
.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%);
}
.epoch-pay {
  text-align: center;
}
.epoch-pay .txt {
  color: #b08802;
  font-weight: bold;
}
.epoch-pay .pay-type {
  display: block;
  margin: 20px auto 0;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #475169;
  text-align: center;
  color: white;
  border-radius: 5px;
}
.epoch-pay .epoch-show {
  margin: 20px auto;
  width: 320px;
}
.epoch-pay .epoch-logo {
  width: 100px;
}
.epoch-pay .epoch-type {
  margin: auto;
  width: 200px;
}
@media screen and (max-width: 720px) {
  .section {
    margin-top: 80px;
    padding: 0 5%;
  }
  .section .section_con {
    width: 100% !important;
  }
  .section .section_title h3 {
    text-align: left;
  }
  .section .img_con label {
    width: 96px;
    height: 96px;
  }
  .section .section_generate_title {
    margin: 30px 0 0;
  }
  .select_row {
    padding: 0 1rem;
  }
  .select_row .cc_con {
    flex-direction: column;
    align-items: flex-start;
  }
  .select_row .cc_con .select_list {
    margin-top: 14px;
    flex-wrap: nowrap;
  }
  .select_row .select_con {
    width: 100%;
  }
  footer {
    padding-top: 30px;
  }
  footer .contact {
    width: 100%;
  }
  footer .email {
    width: 100%;
  }
  footer .end {
    width: 100%;
  }
  .nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
  }
  .nav .nav_con {
    width: 100%;
    display: none;
  }
  .nav .m_nav {
    width: 100%;
    padding: 0 1rem;
    display: flex;
  }
  .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;
  }
  .m_nav_con {
    display: block;
  }
  .notice {
    margin-top: 60px;
  }
  html {
    min-width: 100%;
  }
  body {
    min-width: 100%;
  }
  .zshi {
    position: relative;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .zshi .before_img {
    width: auto;
  }
  .zshi .ml-28 {
    width: auto;
  }
  .zshi .nsfw_con {
    position: absolute;
    top: -45px;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .incline_row .select_con {
    flex-wrap: wrap;
  }
  .incline_row .select_con .incline_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .incline_row .select_con .radio_btn {
    margin-right: 2%;
  }
  .generate {
    width: 150px;
    margin-left: -75px;
  }
  .generate .select_con {
    padding: 10px 0;
    width: 150px;
  }
  .generate .select_con .generate_btn {
    width: 85%;
    height: 60px;
    font-size: 16px;
  }
  .type_list .item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0;
  }
  .type_list .item .item_img {
    width: 56px;
    height: 56px;
  }
  .type_list .item p {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
  }
  .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%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    min-width: 100%;
  }
  body {
    min-width: 100%;
  }
  footer .contact {
    width: 100%;
  }
  footer .email {
    width: 100%;
  }
  footer .end {
    width: 100%;
  }
  .nav .nav_con {
    width: 100%;
  }
  .section {
    width: 100%;
    padding: 0 2%;
  }
  .section .section_con {
    width: 100%;
  }
  .section .section_con .details {
    width: 100%;
  }
  .select_row {
    padding: 0 2%;
  }
  .select_row .select_con {
    width: 100%;
  }
}
