* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.header_section {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.2s linear;
}
.header_section.header_section2 {
  background: #fff;
  border-bottom: 1px solid #EAECF0;
  box-shadow: '0 0 12px 1px #ccc';
}
.header_section.header_section3 {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #EAECF0;
  box-shadow: none;
}
.header_section .header {
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}
.header_section .header .header_lf {
  display: flex;
  height: 72px;
  align-items: center;
}
.header_section .header .header_rt {
  display: flex;
  height: 72px;
  align-items: center;
}
.header_section .header .logo {
  display: flex;
  align-items: center;
  height: 72px;
}
.header_section .header .logo img {
  width: 191px;
  height: 40px;
}
.header_section .header .nav {
  height: 72px;
  margin-left: 20px;
}
.header_section .header .nav .nav_ul {
  display: flex;
  align-items: center;
  height: 72px;
}
.header_section .header .nav .nav_ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 16px;
}
.header_section .header .nav .nav_ul li.active a {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_section .header .nav .nav_ul li:hover a {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_section .header .nav .nav_ul li:hover .nav_ul_line {
  width: 100%;
}
.header_section .header .nav .nav_ul li a {
  font-size: 18px;
  color: #323747;
  font-weight: 700;
}
.header_section .header .nav .nav_ul li .nav_ul_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  transition: all 0.3s;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
}
.header_section .header .vip {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  width: 119px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(95deg, #FFF2CF 1.65%, #FFDAAE 98.87%);
}
.header_section .header .vip .vip_recharge {
  display: flex;
  align-items: center;
  color: #663409;
  font-size: 16px;
  font-weight: 700;
}
.header_section .header .vip .vip_recharge img {
  width: 27px;
  height: 25px;
  margin-right: 4px;
}
.header_section .header .vip .vip_contain {
  display: none;
  align-items: center;
  color: #663409;
  font-size: 16px;
  font-weight: 700;
}
.header_section .header .vip .vip_contain img {
  width: 27px;
  height: 25px;
  margin-right: 4px;
}
.header_section .header .user {
  cursor: pointer;
}
.header_section .header .user img {
  width: 36px;
  height: 36px;
}
.header_section .header .user_login {
  position: relative;
  display: none;
  cursor: pointer;
}
.header_section .header .user_login > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
}
.header_section .header .user_login .user_info {
  display: none;
  position: absolute;
  top: 100%;
  left: -200px;
  width: 320px;
  padding-top: 20px;
}
.header_section .header .user_login .user_info .user_info_inner {
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
}
.header_section .header .user_login .user_info .user_info_hd {
  display: flex;
  align-items: center;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_attr {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_attr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_msg {
  margin-left: 12px;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_msg .user_info_name {
  color: #323747;
  font-size: 20px;
  font-weight: 500;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_msg .user_info_phone {
  display: flex;
  align-items: center;
  color: #727785;
  font-size: 14px;
  margin-top: 4px;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_msg .user_info_phone span {
  margin-right: 6px;
}
.header_section .header .user_login .user_info .user_info_hd .user_info_msg .user_phone_edit {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_section .header .user_login .user_info .user_info_vip {
  margin-top: 24px;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(96deg, rgba(253, 230, 195, 0.2) 1.58%, rgba(253, 204, 161, 0.2) 97.94%);
  margin-bottom: 14px;
}
.header_section .header .user_login .user_info .user_info_vip .user_info_vip_num {
  color: #663409;
  font-weight: 700;
}
.header_section .header .user_login .user_info .user_info_vip .user_info_vip_tip {
  font-size: 14px;
  margin-top: 5px;
  color: #663409;
}
.header_section .header .user_login .user_info .user_info_vip .user_info_vip_btn {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #663409;
  border-radius: 8px;
  padding: 12px;
  background: linear-gradient(95deg, #FFF2CF 1.65%, #FFDAAE 98.87%);
}
.header_section .header .user_login .user_info .user_info_vip .user_info_vip_btn img {
  width: 27px;
  height: 25px;
}
.header_section .header .user_login .user_info .user_info_goldVip {
  display: none;
  margin-top: 24px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(96deg, rgba(253, 230, 195, 0.2) 1.58%, rgba(253, 204, 161, 0.2) 97.94%);
  margin-bottom: 14px;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 6px;
  height: 64px;
  background: linear-gradient(95deg, #FFF2CF 1.65%, #FFDAAE 98.87%);
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip img {
  width: 32px;
  height: 32px;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip .user_goldVip_info {
  margin-left: 4px;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip .user_goldVip_info .user_goldVip_title {
  color: #663409;
  font-weight: 700;
  font-size: 14px;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip .user_goldVip_info .user_goldVip_message {
  font-size: 12px;
  color: #663409;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip .user_goldVip_btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  width: 60px;
  height: 24px;
  border-radius: 24px;
  background: linear-gradient(276deg, #8D511D 1.91%, #DD8D20 98.94%);
  font-size: 14px;
  font-weight: 500;
  color: #FFF1CE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip_bt {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.header_section .header .user_login .user_info .user_info_goldVip .user_goldVip_bt .user_goldVip_time {
  font-size: 12px;
  color: #663409;
}
.header_section .header .user_login .user_info .user_info_bt {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EAECF0;
  padding-top: 14px;
}
.header_section .header .user_login .user_info .user_info_kami {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #000;
  font-weight: 500;
}
.header_section .header .user_login .user_info .user_info_kami span {
  margin-right: 10px;
}
.header_section .header .user_login .user_info .user_info_logout {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.header_section .header .user_login .user_info .user_info_logout span {
  margin-right: 10px;
}
.footer_section {
  width: 100%;
  height: 300px;
  background: url('../images/footerBg.jpg') no-repeat center center;
  background-size: cover;
}
.footer_section .footer .footer_hd {
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
}
.footer_section .footer .footer_hd .footer_logo .footer_description {
  margin-top: 16px;
}
.footer_section .footer .footer_hd .footer_logo .footer_description p {
  color: #727785;
  font-size: 14px;
}
.footer_section .footer .footer_hd .footer_service {
  display: flex;
}
.footer_section .footer .footer_hd .footer_service .footer_service_title {
  color: #323747;
  font-weight: 700;
  font-size: 24px;
}
.footer_section .footer .footer_hd .footer_service .footer_company {
  margin-right: 80px;
}
.footer_section .footer .footer_hd .footer_service .footer_company .footer_company_list {
  margin-top: 20px;
}
.footer_section .footer .footer_hd .footer_service .footer_company .footer_company_list .footer_company_item {
  margin-bottom: 10px;
}
.footer_section .footer .footer_hd .footer_service .footer_company .footer_company_list .footer_company_item a {
  font-size: 14px;
  color: #727785;
}
.footer_section .footer .footer_hd .footer_service .footer_contact .footer_contact_list {
  display: flex;
  margin-top: 20px;
}
.footer_section .footer .footer_hd .footer_service .footer_contact .footer_contact_list .footer_contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_section .footer .footer_hd .footer_service .footer_contact .footer_contact_list .footer_contact_item.offical_account {
  margin-right: 20px;
}
.footer_section .footer .footer_hd .footer_service .footer_contact .footer_contact_list .footer_contact_item img {
  width: 90px;
  height: 90px;
}
.footer_section .footer .footer_hd .footer_service .footer_contact .footer_contact_list .footer_contact_item p {
  color: #727785;
  font-size: 14px;
  margin-top: 8px;
}
.footer_section .footer .copyright p {
  text-align: center;
  color: #AEB1B8;
  font-size: 12px;
  line-height: 22px;
}
.footer_section .footer .copyright p a {
  color: #AEB1B8;
  font-weight: 700;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.vip_section {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 951px;
  height: 530px;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.vip_section .vip {
  display: flex;
  height: 530px;
}
.vip_section .vip .vip_bg {
  width: 280px;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  background: url('../images/pay_bg.png') no-repeat center center;
  background-size: cover;
}
.vip_section .vip .vip_bg .vip_title h4 {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(0deg, #FFCEA0 7.89%, #FFE2C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_section .vip .vip_bg .vip_title .vip_title_type {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(0deg, #FFCEA0 7.89%, #FFE2C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_section .vip .vip_bg .vip_line {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.vip_section .vip .vip_bg .ordinary_equity {
  width: 100%;
  padding: 20px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.vip_section .vip .vip_bg .ordinary_equity .ordinary_equity_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.vip_section .vip .vip_bg .ordinary_equity .vip_ordinary_item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.vip_section .vip .vip_bg .ordinary_equity .vip_ordinary_item .vip_ordinary_item_circle {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.vip_section .vip .vip_bg .ordinary_equity .vip_ordinary_item .vip_ordinary_item_content {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
}
.vip_section .vip .vip_bg .vip_equity {
  width: 100%;
  padding: 20px 10px;
  border-radius: 12px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.vip_section .vip .vip_bg .vip_equity .vip_equity_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(0deg, #FFCEA0 7.89%, #FFE2C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_section .vip .vip_bg .vip_equity .vip_equity_item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.vip_section .vip .vip_bg .vip_equity .vip_equity_item .vip_equity_item_circle {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.vip_section .vip .vip_bg .vip_equity .vip_equity_item .vip_equity_item_content {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
}
.vip_section .vip .vip_content {
  width: 690px;
  height: 100%;
  padding: 24px;
}
.vip_section .vip .vip_content .vip_content_user {
  display: flex;
  align-items: center;
}
.vip_section .vip .vip_content .vip_content_user .vip_content_user_attr img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.vip_section .vip .vip_content .vip_content_user .vip_content_user_info {
  margin-left: 12px;
}
.vip_section .vip .vip_content .vip_content_user .vip_content_user_info .vip_content_user_name {
  font-size: 20px;
  color: #323747;
  font-weight: 500;
}
.vip_section .vip .vip_content .vip_content_user .vip_content_user_info .vip_content_user_equity {
  font-size: 14px;
  color: #727785;
}
.vip_section .vip .vip_content .vip_content_type_list {
  position: relative;
  margin-top: 24px;
  height: 170px;
  overflow: hidden;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 170px;
  border-radius: 12px;
  padding-bottom: 10px;
  border: 1px solid #EAECF0;
  margin-right: 12px;
  overflow: hidden;
  cursor: pointer;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item .vip_content_type_item_name {
  font-size: 20px;
  color: #323747;
  font-weight: 500;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item .vip_content_type_price {
  margin-top: 8px;
  color: #323747;
  font-size: 18px;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item .vip_content_type_price span {
  font-size: 32px;
  font-weight: 500;
  margin-left: 2px;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item .vip_content_type_day {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #F4F5F7;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item .vip_content_type_day span {
  color: #727785;
  font-size: 14px;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item.active {
  background: url('../images/vip_type.png') no-repeat center center;
  background-size: cover;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item.active .vip_content_type_day {
  background: linear-gradient(90deg, rgba(152, 120, 254, 0.15) 0%, rgba(122, 182, 255, 0.15) 100%);
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_item.active .vip_content_type_day span {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_last {
  position: absolute;
  left: 0;
}
.vip_section .vip .vip_content .vip_content_type_list .vip_content_type_next {
  position: absolute;
  right: 0;
}
.vip_section .vip .vip_content .vip_content_pay {
  width: 100%;
  height: 210px;
  padding: 24px;
  background: #F4F5F7;
  margin-top: 24px;
  border-radius: 12px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #EAECF0;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types .vip_content_pay_type {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  color: #AEB1B8;
  font-size: 16px;
  font-weight: 500;
  margin-right: 44px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types .vip_content_pay_type .vip_content_pay_type_line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types .vip_content_pay_type.active {
  color: #323747;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types .vip_content_pay_type.active .vip_content_pay_type_line {
  display: block;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_pay_types .vip_content_pay_type img {
  margin-right: 8px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code #vip_qr_code {
  width: 110px;
  height: 110px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code .vip_content_code_info {
  margin-left: 24px;
  padding-bottom: 15px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code .vip_content_code_info .vip_content_code_money {
  font-size: 16px;
  color: #323747;
  font-weight: 500;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code .vip_content_code_info .vip_content_code_money span {
  font-size: 32px;
  margin-left: 2px;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code .vip_content_code_info .vip_content_code_protocol {
  color: #AEB1B8;
  font-weight: 500;
}
.vip_section .vip .vip_content .vip_content_pay .vip_content_code .vip_content_code_info .vip_content_code_protocol a {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_section .vip .vip_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.vip_section .vip .vip_close span {
  font-weight: 500;
  color: #727785;
  font-size: 30px;
}
.login_section {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 951px;
  height: 530px;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.login_section .login {
  display: flex;
  height: 530px;
}
.login_section .login .login_bg {
  width: 300px;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  background: url('../images/pay_bg.png') no-repeat center center;
  background-size: cover;
}
.login_section .login .login_bg .login_bg_logo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.login_section .login .login_bg .login_bg_logo img {
  margin-right: 8px;
}
.login_section .login .login_bg .login_bg_line {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.login_section .login .login_bg .login_bg_tips {
  width: 100%;
  padding: 20px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.login_section .login .login_bg .login_bg_tips .login_bg_tip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}
.login_section .login .login_bg .login_bg_tips .login_bg_tip span {
  margin-left: 8px;
}
.login_section .login .login_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 48px;
}
.login_section .login .login_content .login_content_title {
  color: #323747;
  font-size: 24px;
  font-weight: 700;
}
.login_section .login .login_content .login_content_tabs {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.login_section .login .login_content .login_content_tabs .login_content_tab {
  position: relative;
  color: #AEB1B8;
  font-weight: 500;
  padding: 0 22px 8px;
  cursor: pointer;
}
.login_section .login .login_content .login_content_tabs .login_content_tab .login_content_tab_line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
}
.login_section .login .login_content .login_content_tabs .login_content_tab.active {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login_section .login .login_content .login_content_tabs .login_content_tab.active .login_content_tab_line {
  display: block;
}
.login_section .login .login_content .login_content_erweicode {
  margin-top: 48px;
}
.login_section .login .login_content .login_content_erweicode img {
  width: 240px;
  height: 240px;
}
.login_section .login .login_content .login_content_form {
  margin-top: 48px;
  display: none;
}
.login_section .login .login_content .login_content_form .login_content_phone {
  width: 400px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
}
.login_section .login .login_content .login_content_form .login_content_phone input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding-left: 8px;
  font-size: 14px;
  color: #333;
}
.login_section .login .login_content .login_content_form .login_content_phone input::placeholder {
  color: #AEB1B8;
}
.login_section .login .login_content .login_content_form .login_content_phone.error {
  border: 1px solid #f70505;
}
.login_section .login .login_content .login_content_form .phone_error {
  display: none;
  margin-top: 5px;
  color: #f70505;
  font-size: 14px;
}
.login_section .login .login_content .login_content_form .code_error {
  display: none;
  margin-top: 5px;
  color: #f70505;
  font-size: 14px;
}
.login_section .login .login_content .login_content_form .login_content_code {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  margin-top: 15px;
}
.login_section .login .login_content .login_content_form .login_content_code input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding-left: 8px;
  font-size: 14px;
  color: #333;
}
.login_section .login .login_content .login_content_form .login_content_code input::placeholder {
  color: #AEB1B8;
}
.login_section .login .login_content .login_content_form .login_content_code.error {
  border: 1px solid #f70505;
}
.login_section .login .login_content .login_content_form .login_content_code .login_code_require {
  position: absolute;
  right: 8px;
  font-size: 14px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.login_section .login .login_content .login_content_form .login_content_code .login_code_time {
  display: none;
  position: absolute;
  right: 8px;
  font-size: 14px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.login_section .login .login_content .login_content_form .login_content_login_btn {
  margin-top: 24px;
  width: 400px;
  height: 43px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  cursor: pointer;
}
.login_section .login .login_content .login_content_tips {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #727785;
  font-size: 14px;
}
.login_section .login .login_content .login_content_tips a {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login_section .login .login_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.login_section .login .login_close span {
  font-weight: 500;
  color: #727785;
  font-size: 30px;
}
.bind_section {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 951px;
  height: 530px;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.bind_section .bind {
  display: flex;
  height: 530px;
}
.bind_section .bind .bind_bg {
  width: 300px;
  height: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/pay_bg.png') no-repeat center center;
  background-size: cover;
}
.bind_section .bind .bind_bg .bind_bg_logo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.bind_section .bind .bind_bg .bind_bg_logo img {
  margin-right: 8px;
}
.bind_section .bind .bind_bg .bind_bg_line {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.bind_section .bind .bind_bg .bind_bg_tips {
  width: 100%;
  padding: 20px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.bind_section .bind .bind_bg .bind_bg_tips .login_bg_tip {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}
.bind_section .bind .bind_bg .bind_bg_tips .login_bg_tip span {
  margin-left: 8px;
}
.bind_section .bind .bind_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 48px;
}
.bind_section .bind .bind_content .bind_content_title {
  color: #323747;
  font-size: 24px;
  font-weight: 700;
}
.bind_section .bind .bind_content .bind_content_form {
  margin-top: 88px;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_phone {
  width: 400px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_phone input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding-left: 8px;
  font-size: 14px;
  color: #333;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_phone input::placeholder {
  color: #AEB1B8;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_phone.error {
  border: 1px solid #f70505;
}
.bind_section .bind .bind_content .bind_content_form .bind_phone_error {
  display: none;
  margin-top: 5px;
  color: #f70505;
  font-size: 14px;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_tip_error {
  text-align: center;
  display: none;
  margin-top: 5px;
  color: #f70505;
  font-size: 14px;
}
.bind_section .bind .bind_content .bind_content_form .bind_code_error {
  display: none;
  margin-top: 5px;
  color: #f70505;
  font-size: 14px;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  margin-top: 15px;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding-left: 8px;
  font-size: 14px;
  color: #333;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code input::placeholder {
  color: #AEB1B8;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code.error {
  border: 1px solid #f70505;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code .bind_code_require {
  position: absolute;
  right: 8px;
  font-size: 14px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_code .bind_code_time {
  display: none;
  position: absolute;
  right: 8px;
  font-size: 14px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.bind_section .bind .bind_content .bind_content_form .bind_content_login_btn {
  margin-top: 24px;
  width: 400px;
  height: 43px;
  border-radius: 8px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  cursor: pointer;
}
.bind_section .bind .bind_content .bind_content_tips {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #727785;
  font-size: 14px;
}
.bind_section .bind .bind_content .bind_content_tips a {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bind_section .bind .bind_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.bind_section .bind .bind_close span {
  font-weight: 500;
  color: #727785;
  font-size: 30px;
}
.kami_section {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 360px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
}
.kami_section .kami {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kami_section .kami_close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
.kami_section .kami_close span {
  font-size: 24px;
}
.kami_section .kami_title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.kami_section .kami_input {
  margin-top: 12px;
  width: 100%;
}
.kami_section .kami_input input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 10px;
  background: transparent;
  border-radius: 6px;
}
.kami_section .kami_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
  width: 150px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
}
.photo_error {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 1001;
  transform: translateX(-50%);
  padding: 0 20px;
  height: 40px;
  border-radius: 40px;
  padding: 0 24px;
  background: linear-gradient(90deg, rgba(152, 120, 254, 0.4) 0%, rgba(122, 182, 255, 0.4) 100%);
}
.photo_error .photo_error_content {
  display: flex;
  align-items: center;
  height: 100%;
}
.photo_error img {
  margin-right: 24px;
  width: 24px;
  height: 24px;
}
.photo_error span {
  color: #323747;
  font-weight: 500;
}
.loadings {
  position: relative;
  width: 100px;
  height: 100px;
}
.loadings div {
  height: 30%;
  width: 30%;
  border-radius: 50%;
  position: absolute;
  animation: loading 2s ease infinite;
}
.loadings :nth-child(1) {
  background: #C299FC;
}
.loadings :nth-child(2) {
  background: #FFD739;
  animation-delay: -0.5s;
}
.loadings :nth-child(3) {
  background: #7AB6FF;
  animation-delay: -1s;
}
.loadings :nth-child(4) {
  background: #6807F9;
  animation-delay: -1.5s;
}
@keyframes loading {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(150%, 0);
  }
  50% {
    transform: translate(150%, 150%);
  }
  75% {
    transform: translate(0, 150%);
  }
}
@media screen and (min-width: 1400px) {
  .header_section .container {
    width: 86%;
  }
}
