html,
body {
  width: 100%;
  height: 100%;
}
#app {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: serif, Cochin, Georgia, tahoma, 'hiragino sans gb', sans-serif;
}
#app #web {
  width: 100%;
  height: 100%;
}
#app #web .web_header {
  width: 100%;
  height: 80px;
  padding: 0 170px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  background-color: #7a59c6;
}
#app #web .web_header .header_left {
  display: flex;
  align-items: center;
}
#app #web .web_header .header_left .logo {
  width: 40px;
  height: 40px;
  background: url("../../common/images/logo.png") no-repeat center center / 100% 100%;
}
#app #web .web_header .header_left .name {
  margin: 0 0.1rem;
  font-weight: 600;
  font-size: 20px;
}
#app #web .web_header .header_right {
  display: flex;
  align-items: center;
}
#app #web .web_header .header_right .nav_item {
  width: 150px;
  font-weight: 600;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}
#app #web .web_header .header_right .nav_item a {
  color: #FFFFFF;
}
#app #web .web_header .header_right .nav_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#app #web .web_content {
  width: 100%;
  padding: 0 170px;
  box-sizing: border-box;
  height: calc(100% - 160px);
}
#app #web .web_content .content_title {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px;
}
#app #web .web_content .content_title:first-child {
  margin-top: 34px;
}
#app #web .web_content .content_account {
  width: 100%;
  height: 45px;
  display: flex;
}
#app #web .web_content .content_account .account_input,
#app #web .web_content .content_account .account_userinfo {
  width: 500px;
  height: 100%;
}
#app #web .web_content .content_account .account_input input,
#app #web .web_content .content_account .account_userinfo input {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  width: calc(100% - 24px);
  height: 100%;
  border: none;
  outline: none;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  font-family: serif, Cochin, Georgia, tahoma, 'hiragino sans gb', sans-serif;
}
#app #web .web_content .content_account .account_input ::placeholder,
#app #web .web_content .content_account .account_userinfo ::placeholder {
  color: #999999;
  /* 设置字体颜色为灰色 */
}
#app #web .web_content .content_account .account_input .avatar,
#app #web .web_content .content_account .account_userinfo .avatar {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #f5f5f5;
}
#app #web .web_content .content_account .account_input .nick_id,
#app #web .web_content .content_account .account_userinfo .nick_id {
  margin: 0 10px;
}
#app #web .web_content .content_account .account_input .nick_id .nick,
#app #web .web_content .content_account .account_userinfo .nick_id .nick {
  font-size: 16px;
  font-weight: 600;
}
#app #web .web_content .content_account .account_input .nick_id .id,
#app #web .web_content .content_account .account_userinfo .nick_id .id {
  font-size: 14px;
  margin-top: 8px;
}
#app #web .web_content .content_account .account_userinfo {
  display: flex;
  align-items: center;
}
#app #web .web_content .content_account .account_button {
  width: 100px;
  height: 100%;
  margin: 0 20px;
  line-height: 45px;
  border-radius: 7px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #web .web_content .content_method {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#app #web .web_content .content_method .method_item {
  position: relative;
  width: 200px;
  height: 55px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 2px solid #aaaaaa;
}
#app #web .web_content .content_method .method_item img {
  height: 100%;
}
#app #web .web_content .content_method .method_item .mark_1 {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom-right-radius: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #7a59c6;
}
#app #web .web_content .content_method .method_item .mark_2 {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-right-radius: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #7a59c6;
}
#app #web .web_content .content_method .method_act {
  border: 2px solid #7a59c6;
}
#app #web .web_content .content_amount {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#app #web .web_content .content_amount .amount_item {
  position: relative;
  width: 200px;
  height: 70px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  border: 2px solid #aaaaaa;
}
#app #web .web_content .content_amount .amount_item .item_gold,
#app #web .web_content .content_amount .amount_item .item_dollar {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #web .web_content .content_amount .amount_item .item_gold .ic_gold,
#app #web .web_content .content_amount .amount_item .item_dollar .ic_gold {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background: url("../../common/images/ic_gold.png") no-repeat center center / 100% 100%;
}
#app #web .web_content .content_amount .amount_item .item_gold .number,
#app #web .web_content .content_amount .amount_item .item_dollar .number {
  font-size: 20px;
  font-weight: 600;
  color: #7a59c6;
}
#app #web .web_content .content_amount .amount_item .item_dollar {
  font-size: 15px;
}
#app #web .web_content .content_amount .amount_item .mark_1 {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom-right-radius: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #7a59c6;
}
#app #web .web_content .content_amount .amount_item .mark_2 {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-right-radius: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #7a59c6;
}
#app #web .web_content .content_amount .amount_act {
  border: 2px solid #7a59c6;
}
#app #web .web_content .content_check {
  width: 100%;
  height: 20px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
#app #web .web_content .content_check .check_box {
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url("../images/beian-no.png") no-repeat center center / 100% 100%;
}
#app #web .web_content .content_check .check_yes {
  background: url("../images/beian-yes.png") no-repeat center center / 99% 99%;
}
#app #web .web_content .content_check .check_txt {
  font-size: 14px;
  margin: 0 8px;
}
#app #web .web_content .content_submit {
  width: 300px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 45px;
  margin: 12px 0 20px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #web .web_content .content_popup .popup_mask {
  position: fixed;
  z-index: 888888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#app #web .web_content .content_popup .popup_main {
  position: fixed;
  z-index: 999999;
  top: 47%;
  left: 50%;
  width: 25%;
  padding: 25px 30px 10px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #FFFFFF;
}
#app #web .web_content .content_popup .popup_main h3 {
  text-align: center;
}
#app #web .web_content .content_popup .popup_main p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 25px;
}
#app #web .web_content .content_popup .popup_main p .nick {
  color: #7a59c6;
  font-weight: 600;
}
#app #web .web_content .content_popup .popup_main p .gold {
  color: #7a59c6;
  font-weight: 600;
}
#app #web .web_content .content_popup .popup_main p .money {
  color: #7a59c6;
  font-weight: 600;
}
#app #web .web_content .content_popup .popup_main .content_btn {
  width: 100%;
  margin-bottom: 0.1rem;
}
#app #web .web_content .content_popup .popup_main .content_btn .btn {
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #web .web_content .content_popup .popup_main .content_btn .cancel {
  color: #fff;
  background: #d3d3d3;
}
#app #mobile {
  width: calc(100% - 0.4rem);
  height: 100%;
  padding: 0 0.2rem;
}
#app #mobile .web_header {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  color: #000000;
}
#app #mobile .web_header .header_left {
  display: flex;
  align-items: center;
}
#app #mobile .web_header .header_left .logo {
  width: 0.75rem;
  height: 0.75rem;
  background: url("../../common/images/logo.png") no-repeat center center / 100% 100%;
}
#app #mobile .web_header .header_left .name {
  margin: 0 0.2rem;
  font-weight: 600;
  font-size: 0.37rem;
}
#app #mobile .web_content {
  width: 100%;
  padding-bottom: 0.01rem;
}
#app #mobile .web_content .content_title {
  font-size: 0.3rem;
  font-weight: 600;
  margin: 0.26rem 0 0.16rem;
}
#app #mobile .web_content .content_title:first-child {
  margin-top: 0.1rem;
}
#app #mobile .web_content .content_account {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
}
#app #mobile .web_content .content_account .account_input,
#app #mobile .web_content .content_account .account_userinfo {
  width: calc(100% - 1.8rem);
  height: 100%;
}
#app #mobile .web_content .content_account .account_input input,
#app #mobile .web_content .content_account .account_userinfo input {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  width: calc(100% - 0.48rem);
  height: 100%;
  border: none;
  outline: none;
  padding: 0 0.24rem;
  border-radius: 0.14rem;
  font-size: 0.3rem;
  border: 0.01rem solid #e7e7e7;
  background-color: #f5f5f5;
  font-family: serif, Cochin, Georgia, tahoma, 'hiragino sans gb', sans-serif;
}
#app #mobile .web_content .content_account .account_input ::placeholder,
#app #mobile .web_content .content_account .account_userinfo ::placeholder {
  color: #999999;
  /* 设置字体颜色为灰色 */
}
#app #mobile .web_content .content_account .account_input .avatar,
#app #mobile .web_content .content_account .account_userinfo .avatar {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background-color: #f5f5f5;
}
#app #mobile .web_content .content_account .account_input .nick_id,
#app #mobile .web_content .content_account .account_userinfo .nick_id {
  margin: 0 0.1rem;
}
#app #mobile .web_content .content_account .account_input .nick_id .nick,
#app #mobile .web_content .content_account .account_userinfo .nick_id .nick {
  font-weight: 600;
  font-size: 0.3rem;
}
#app #mobile .web_content .content_account .account_input .nick_id .id,
#app #mobile .web_content .content_account .account_userinfo .nick_id .id {
  font-size: 0.27rem;
  margin-top: 0.16rem;
}
#app #mobile .web_content .content_account .account_userinfo {
  display: flex;
  align-items: center;
}
#app #mobile .web_content .content_account .account_button {
  width: 1.6rem;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.3rem;
  border-radius: 0.14rem;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #mobile .web_content .content_method {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#app #mobile .web_content .content_method .method_item {
  position: relative;
  width: calc(100%/3 - 0.18rem);
  height: 1rem;
  cursor: pointer;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.14rem;
  border: 0.04rem solid #aaaaaa;
}
#app #mobile .web_content .content_method .method_item img {
  width: 100%;
}
#app #mobile .web_content .content_method .method_item .mark_1 {
  position: absolute;
  bottom: -0.02rem;
  right: -0.02rem;
  width: 0;
  height: 0;
  border-bottom-right-radius: 0.1rem;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid #7a59c6;
}
#app #mobile .web_content .content_method .method_item .mark_2 {
  position: absolute;
  bottom: -0.02rem;
  right: -0.02rem;
  width: 0;
  height: 0;
  border-bottom-right-radius: 0.1rem;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #7a59c6;
}
#app #mobile .web_content .content_method .method_item:nth-child(3n-1) {
  margin: 0 0.15rem;
}
#app #mobile .web_content .content_method .method_act {
  border: 0.04rem solid #7a59c6;
}
#app #mobile .web_content .content_amount {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#app #mobile .web_content .content_amount .amount_item {
  position: relative;
  width: calc(100%/3 - 0.18rem);
  height: 1.2rem;
  cursor: pointer;
  margin-bottom: 0.2rem;
  border-radius: 0.14rem;
  border: 0.04rem solid #aaaaaa;
}
#app #mobile .web_content .content_amount .amount_item .item_gold,
#app #mobile .web_content .content_amount .amount_item .item_dollar {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #mobile .web_content .content_amount .amount_item .item_gold .ic_gold,
#app #mobile .web_content .content_amount .amount_item .item_dollar .ic_gold {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 0.05rem;
  background: url("../../common/images/ic_gold.png") no-repeat center center / 100% 100%;
}
#app #mobile .web_content .content_amount .amount_item .item_gold .number,
#app #mobile .web_content .content_amount .amount_item .item_dollar .number {
  font-size: 0.32rem;
  font-weight: 600;
  color: #7a59c6;
}
#app #mobile .web_content .content_amount .amount_item .item_dollar {
  font-size: 0.3rem;
}
#app #mobile .web_content .content_amount .amount_item .mark_1 {
  position: absolute;
  bottom: -0.02rem;
  right: -0.02rem;
  width: 0;
  height: 0;
  border-bottom-right-radius: 0.1rem;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid #7a59c6;
}
#app #mobile .web_content .content_amount .amount_item .mark_2 {
  position: absolute;
  bottom: -0.02rem;
  right: -0.02rem;
  width: 0;
  height: 0;
  border-bottom-right-radius: 0.1rem;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #7a59c6;
}
#app #mobile .web_content .content_amount .amount_item:nth-child(3n-1) {
  margin: 0 0.15rem;
}
#app #mobile .web_content .content_amount .amount_act {
  border: 0.04rem solid #7a59c6;
}
#app #mobile .web_content .content_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 0.4rem);
  padding: 0.2rem 0.2rem;
  background-color: #FFFFFF;
}
#app #mobile .web_content .content_footer .content_check {
  width: 100%;
  display: flex;
  align-items: center;
}
#app #mobile .web_content .content_footer .content_check .check_box {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  background: url("../images/beian-no.png") no-repeat center center / 100% 100%;
}
#app #mobile .web_content .content_footer .content_check .check_yes {
  background: url("../images/beian-yes.png") no-repeat center center / 99% 99%;
}
#app #mobile .web_content .content_footer .content_check .check_txt {
  width: calc(100% - 0.6rem);
  font-size: 0.28rem;
  margin: 0 0.2rem;
}
#app #mobile .web_content .content_footer .content_submit {
  width: 95%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.9rem;
  margin: 0.3rem 0 0.6rem;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #mobile .web_content .content_popup .popup_mask {
  position: fixed;
  z-index: 888888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#app #mobile .web_content .content_popup .popup_main {
  position: fixed;
  z-index: 999999;
  top: 47%;
  left: 50%;
  width: 70%;
  padding: 0.5rem 0.5rem 0.2rem;
  transform: translate(-50%, -50%);
  border-radius: 0.4rem;
  background-color: #FFFFFF;
}
#app #mobile .web_content .content_popup .popup_main h3 {
  text-align: center;
}
#app #mobile .web_content .content_popup .popup_main p {
  margin: 0.4rem 0;
  font-size: 0.32rem;
  line-height: 0.5rem;
}
#app #mobile .web_content .content_popup .popup_main p .nick {
  color: #7a59c6;
  font-weight: 600;
}
#app #mobile .web_content .content_popup .popup_main p .gold {
  color: #7a59c6;
  font-weight: 600;
}
#app #mobile .web_content .content_popup .popup_main p .money {
  color: #7a59c6;
  font-weight: 600;
}
#app #mobile .web_content .content_popup .popup_main .content_btn {
  width: 100%;
  margin-bottom: 0.1rem;
}
#app #mobile .web_content .content_popup .popup_main .content_btn .btn {
  width: 100%;
  height: 0.8rem;
  color: #FFFFFF;
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
  background-color: #7a59c6;
}
#app #mobile .web_content .content_popup .popup_main .content_btn .cancel {
  color: #fff;
  background: #d3d3d3;
}
.myFade-enter-active,
.myFade-leave-active {
  transition: opacity 0.3s ease;
}
.myFade-enter-from,
.myFade-leave-to {
  opacity: 0;
}
@keyframes text_fade {
  0% {
    opacity: 0;
    transform: translate3d(0, 2vw, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
