* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  max-width: 1080px;
  margin: auto;
}

ul {
  list-style: none;
}

img {
  display: block;
}

body {
  position: relative;
}

html {
  /* background: radial-gradient(circle at 20% 0%, rgba(110, 37, 139, 0.4), transparent 60%),
              radial-gradient(circle at 80% 100%, rgba(110, 37, 139, 0.6), transparent 60%),
              radial-gradient(circle at 50% 40%, rgba(110, 37, 139, 0.2), transparent 60%),
              #0c0015; 基础底色 */
  background: #140327;
  background-repeat: no-repeat;
  background-size: cover;
}

.loading,
.notLogin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.25rem;
  color: #713e9a;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notLogin {
  display: none;
  color: #D2D2D2;
}

.loading .logo {
  height: 110px;
  margin-bottom: 10px;
  margin-top: -120px;
}

.loading .logo img {
  height: 100%;
}

.loading .loadingText,
.data .loadingText {
  white-space: nowrap;
}

.mian {
  width: 6.5625rem;
  background: #FFFFFF;
  border-radius: 0.3125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 0.625rem 0.3125rem 0.3125rem;
  display: none;
}

.mian .img_region {
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 auto;
}

.mian .img_region.img_nation{
  background:#F4F2FE;
  border-radius: 50%;
  padding: 0.28rem;
  box-sizing: border-box;
}

.mian .img_region img {
  width: 100%;
  height: 100%;
}

.mian .text {
  margin: 0.32rem auto;
  text-align: center;
  font-size: 0.25rem;
  color: #41096A;
}

.mian .text .title {
  font-size: 0.33rem;
  font-weight: 700;
  margin-bottom: 0.1042rem;
}

.mian .text .title .nation{
  margin: 0 0.1rem;
}

.mian .text .confirm {
  color: #FF7F00;
  margin: 0 0.1rem;
}

.mian .selBox {
  position: relative;
  margin-bottom: 0.36rem;
}

.mian .selBox .seled {
  background: #F2F2F2;
  border-radius: 0.1668rem;
  width: 100%;
  padding: 0.25rem 0.3125rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mian .selBox .box {
  display: flex;
  align-items: center;
  color: #41096AB2;
  font-size: 0.2917rem;
}

.mian .selBox .box .flag {
  width: 0.4167rem;
  height: 0.4167rem;
  margin-right: 0.1668rem;
}

.mian .selBox .box .flag img {
  width: 100%;
  height: 100%;
}

.mian .selBox .arr {
  width: 0.375rem;
  height: 0.375rem;
  transition: all 0.3s;
}

.mian .selBox .arr.arr_down {
  transform: rotate(90deg);
}

.mian .selBox .arr img {
  width: 100%;
  height: 100%;
}

.mian .selBox .list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.02rem;
  max-height: 3.375rem;
  overflow: hidden;
  overflow-y: auto;
  background: #F2F2F2;
  border-radius: 0.1668rem;
  display: none;
  transition: all 0.3s;
}

.mian .selBox .list .item {
  border-bottom: 1px solid #D2D2D2;
  padding: 0.33rem 0.5417rem 0.33rem 0.2917rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mian .selBox .list .item .right {
  width: 0.4167rem;
  height: 0.4167rem;
}

.mian .selBox .list .item .right .img {
  width: 100%;
  height: 100%;
}

.mian .selBox .list .item .right .img img {
  width: 100%;
  height: 100%;
}

.mian .selBox .list .item .right .unsel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.0208rem solid #C9CDD4;
  box-sizing: border-box;
}

.mian .selBox .list .item:last-of-type {
  border-bottom: none;
}

.mian .btnWrap {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  margin-bottom: 0.36rem;
}

.mian .btnWrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  font-size: 0.33rem;
  border-radius: 0.21rem;
  height: 0.9375rem;
}

.mian .btnWrap .white {
  background: #fff;
  border: 0.0208rem solid #e7d3ff;
  color: #ad69ff;
}

.mian .btnWrap .orange {
  background: #ff7f00;
  color: #fff;
}

.mian .community {
  background: #DEF4FF;
  display: flex;
  align-items: center;
  color: #1E94CF;
  width: 100%;
  box-sizing: border-box;    
  border-radius: 0.16rem;
  font-size: 0.24rem;
  padding: 0.12rem;
}

.mian .community .join {
  flex: 1;
}

.mian .community .button {
  flex: 0 0 auto;
  height: 0.64rem;
  border-radius: 0.06rem;
  background: #F3FBFF;
  box-shadow: 0 -0.01rem 0 0 #FFF, 0 0.02rem 0 0 #C5ECFF;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .community .button img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.04rem;
}