body {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-family: "Montserrat", "Microsoft YaHei", "Arial";
  max-width: 640px;
  box-sizing: border-box;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style: none;
}

/* img {
  border: none;
 user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;

} */

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
  
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

em,
i {
  font-style: normal;
}

input,
button,
textarea {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0px solid transparent;
  outline: none;
  cursor: pointer;
}

button:active {
  transform: translateY(1px);
  box-shadow: 1px 1px 1px #888888;
}

.clear {
  clear: both;
}

/* 修改滑动条的样式 */
::-webkit-scrollbar {
  width: 8px; /* 滑动条宽度 */
  height: 8px; /* 滑动条高度 */
  background-color: #f5f5f5; /* 滑动条背景色 */
}

/* 修改滑动条的拖拽块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 拖拽块背景色 */
  border-radius: 4px; /* 拖拽块边角半径 */
}

/* 修改滑动条的轨道的样式 */
::-webkit-scrollbar-track {
  background-color: #f5f5f5; /* 轨道背景色 */
  border-radius: 4px; /* 轨道边角半径 */
}

/* 排行榜 */
.paihangbangtu {
  position: absolute;
  top: 10%;
  right: 10px;
}

.paihangbangtu img {
  width: 50px;
}

.rank_container_bg {
  z-index: 999;
  width: 100%;
  height: 100%;
  height: 100vh;
 /* position: fixed; */
  position: absolute;
  top: -5px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  display: none;
  /*  display: block; */
}




.rank_container {
  position: relative;
  width: 82%;
  min-height: 382px;
  margin: 0 auto;
  padding: 0 13px 30px;
  margin-top: 60px;
  box-shadow: 0px 1px 8px 0px rgb(178 62 62 / 53%);
  border-radius: 30px;
  background-color: #a64e4d;
  background: linear-gradient(0deg, #a64e4d 0%, #d56e60 100%);
}

.rank_bg_tit {
  width: 133px;
  text-align: center;
  margin: 0 auto;
}
.rank_bg_tit img {
  width: 100%;
  vertical-align: top;
  margin-top: -43px;
}
.rank_colse {
 


 display: inline-block;
  width: 40px;
  float: right;
  margin-top: -10px;
}
.rank_colse img {
	 text-align: right;
  width: 30px;
}
/* daohang */
.rank_main_re {
  position: relative;
  margin-top: 50px;
  clear: both;
}

.rank_nav_po {
  position: absolute;
  margin-top: -36px;
  width: 100%;
}

.rank_nav {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.rank_nav_car {
  display: inline-block;
  width: 100px;
  z-index: 1;

}
.rank_nav .rank_nav_car:nth-child(1){
	margin-right: 3px;
}
.rank_nav .rank_nav_car:nth-child(2){
	margin-left: 3px;
}

.login_nav_car0 {
  margin-right: 4px;
}

.login_nav_car1 {
  margin-left: 4px;
}

.rank_nav_car img {
  width: 100%;
}

.rank_m_bg {
  position: absolute;
  width: 100%;
  margin-top: -2px;
}
.rank_m_bg img {
  width: 100%;
}

.carimg1 {
  display: none;
}
/* .carimg2{
	 display: block;
 }
.carimg11{
	display: block;
}	
 */
.rank_nav_car.active {
  z-index: 3;
}

.rank_nav_car.active .carimg1 {
  display: block;
}

.rank_nav_car.active .carimg2 {
  display: none;
}
/* yaoqing */
.rank_m_h20 {
  height: 45px;
}

.rank_invite {
  /* padding-top: 20px; */
  display: none;
}

.invitetext {
  display: inline-block;
  width: 130px;
  margin-left: 25px;
}
.rank_invite span img {
  width: 100%;
}
.invitebtn {
  display: inline-block;
  width: 110px;
  float: right;
  margin-right: 20px;
}

/* .rank_invite p{
	 font-size: 40px;
	 font-family: Microsoft YaHei;
	 font-weight: bold;
	 color: #841708;
	 line-height: 48px;
	 -webkit-text-stroke: 2px #FFFFFF;
	 text-stroke: 2px #FFFFFF;
 } */

/* quyu*/

.rank_main {
  position: relative;
  min-height: 382px;
  margin: 0 auto;
  border-radius: 30px;
  background: #ffd7d7;
  box-shadow: 0px 3px 7px 0px rgba(164, 73, 78, 0.35);
  margin-top: 15px;
  z-index: 2;
}

/* libiao */
.rank_div {
  width: 100%;
  height: 100%;
  background: #ffb7b7;
  border-radius: 15px;
  min-height: 380px;
  position: relative;
}

.rank_div_con {
  padding: 10px;
  clear: both;
}

.rank_tit {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.rank_tit span {
  display: inline-block;
  font-weight: bold;
  color: #c45454;
}

/* .ranl_ul{
	position: relative;
} */

.ranl_ul ul {
  padding: 0 5px;
  margin-top: 10px;
  padding-bottom: 30px;
}
.ranl_ul ul li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 40px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: left;
  background: #ffe9e9;
  box-shadow: 0px 3px 7px 0px rgba(109, 38, 35, 0.15);
  border-radius: 10px;
  padding: 28px 15px;
  padding-right: 30px;
  font-size: 14px;
  box-sizing: border-box;
}

.ranl_ul ul li .rank-ranking-img {
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 34px;
}
.ranl_ul ul li .first {
  background-image: url(images/first1.png);
}
.ranl_ul ul li .second {
  background-image: url(images/first2.png);
}
.ranl_ul ul li .third {
  background-image: url(images/first3.png);
}
.ranl_ul ul li .ranspan {
  display: inline-block;
  width: 20%;
  color: #843309;
  text-align: center;
  font-weight: bold;
}

.headspan {
  width: 45px;
  min-width: 30px;
  text-align: center;
  margin-left: 10px;
}

.headspan img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: top;
}

.headspan b {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 18%;
}
.headspan b img {
  display: inline-block;
  width: 20px;
  height: 30px;
  border-radius: 0%;
  vertical-align: top;
}

.namespan {
  display: inline-block;
  width: 40%;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aa4d4d;
  font-weight: bold;
  font-size: 13px;
}

.gradespan {
  display: inline-block;
  width: 24%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
/*  background: #ffbdbd;
  box-shadow: 0px 1px 2px 0px rgba(178, 62, 62, 0.78);
  border-radius: 20px; */
  font-weight: bold;
 /* color: #ffffff; */
  color: #a74f4d;
  height: 24px;
  line-height: 24px;
 
}
.gradespan b {
  position: absolute;
  right: 0;
  margin-right: 3px;
  margin-top: 4px;
}
.gradespan b img {
  width: 20px;
}

/* xuanzhong */
.ranl_ul ul li.licur {
  background: #ff7777;
  box-shadow: 0px 3px 7px 0px rgba(109, 38, 35, 0.15);
}
.ranl_ul ul li.licur .namespan {
  color: #fff;
}
.ranl_ul ul li.licur .ranspan {
  color: #fff;
}
.ranl_ul ul li.licur .gradespan {
 /* background: #ffc7c7;
  box-shadow: 0px 1px 2px 0px rgba(178, 62, 62, 0.78); */
  color: #fff;
}

/* lishi */

.rank_container_bg2 {
  z-index: 1000;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  display: block;
  overflow: auto;
}

.ranspantext {
  display: inline-block;
  width: 13%;
  color: #843309;
  text-align: center;
  font-weight: bold;
}
.namespantime {
  display: inline-block;
  width: 73%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-left: 10px;
  font-weight: bold;
  color: #aa4d4d;
}
.history_b_text {
  font-weight: bold;
  color: #ad474c;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
/* ziji */
.ul_me {
  position: absolute;
  bottom: -20px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.ranul_ul_rank {
  max-height: 320px;
  overflow: auto;
}
.ranul_ul_history {
  max-height: 320px;
  overflow: auto;
}

.ul_me .ranl_ul ul {
  padding: 0;
  margin-top: 0;
}
.ul_me .ranl_ul ul li {
  margin-bottom: 0;
}
/* 滑動 */
.ul_bottom {
  width: 100%;
  height: 30px;
  background-color: red;
}
.histul_bottom {
  width: 100%;
  height: 30px;
  background-color: red;
}
/* end */

.ind_ranking {
  width: 100%;

  background: #ffe2ea;
  border-radius: 20px;

  margin: 0 auto;
  /* margin-top: 43px; */
  text-align: center;
  box-sizing: border-box;
  margin-top: 13px;
  padding: 20px;
  padding-bottom: 19px;
}

.ind_ranking_tit {
  width: 190px;
  height: 15px;
  display: inline-block;
  background-image: url(images/ulrank.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ind_ranking_con {
  clear: both;
  display: inline-block;
  width: 100%;

  background: #fad0df;
  border-radius: 10px;
  padding: 18px;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  box-shadow: 0px 1px 2px 0px rgba(192, 87, 117, 0.43);

  margin-top: 12px;
}
.randk {
  text-align: center;
  color: #202020;
}

.randk span {
  display: inline-block;
  width: 17px;
  height: 1px;
  background: #ff5b5b;
  vertical-align: middle;
  margin-top: -14px;
}
.randk span:nth-child(1) {
  margin-right: 10px;
}
.randk span:nth-child(3) {
  margin-left: 10px;
}

.randk_p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #814052;
  line-height: 22px;
  margin-top: 4px;
}

.rank_xuh {
  width: 13%;
  min-width: 40px;
  text-align: center;
}
.rank_huiyuan {
  width: 50%;
  text-align: center;
}

.rank_fenshu {
  width: 30%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 7%;
}

.game_ran {
}

/* .rank_list{
	display: none;
} */
.user_nologo {
  text-align: center;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  display: none;
  color: #666;
}
.user_nologo span {
  display: inline-block;
  background-color: #000000;
  width: 15px;
  height: 1px;
  vertical-align: top;
  margin-top: -2px;
}

.user_nologo span:nth-child(1) {
  margin-right: 5px;
}
.user_nologo span:nth-child(3) {
  margin-left: 5px;
}

.user_nologo p {
  color: #ad474c;
  font-size: 14px;
}

.no_data {
  min-height: 333px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display: none;
}

.no_data p {
  color: #ad474c;
  font-size: 14px;
}

.martibs b {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #b62610;
  text-decoration: underline;
  display: inline-block;
  /* padding-bottom: 10px; */
}

.text1 {
  font-size: 14px;
  color: #202020;
  font-weight: bold;
  padding-top: 50px;
}
.text2 {
}

.p_log_btn {
  text-align: center;
}

.p_log_btn span {
  display: inline-block;
  margin-top: 28px;
  width: 94px;
  height: 39px;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.p_log_btn1 {
  background-image: url(images/btnp2.png);
}
.p_log_btn2 {
  background-image: url(images/btnp1.png);
  margin-left: 10px;
}

.resutip{
	color: #ffb7b7;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	vertical-align: top;
}
#rank_container_bg .rank_container{
	padding-bottom: 13px;
}

/* 邀請好友 */
.invite_fri_bg {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10005;
  display: none;
 /* display: block; */
}

.invite-friends {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  
  background-color: #f2f2f2;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;

  z-index: 10005;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 450px) {
	.invite-friends{
		width:376px;
	
	}
}	

.friends_icons div {
  display: inline-block;
  margin-left: 20px;
  background-size: cover;
  text-align: center;
  margin-right: 5px;
}

.friends_icons div span {
  display: block;
  color: #a9a9a9;
  margin-top: 5px;
}

.invite-friends-icons div img {
  width: 50px;
}

.invite-friends img {
  width: 100%;
}
.icon-facebook {
}

.icon-instagram {
}
.cancel_btnduv {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.cancel_btn {
  border: none;
  width: 90%;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  cursor: pointer;
}

/* 开始游戏 */

.index_start {
  z-index: 999;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  display: none;
}

.start_mian {
  width: 100%;
  height: 300px;
  background-image: url(images/rank/start_mian.png?v=1.8999);
  /* background-color: #0000A6; */
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}
.start_head {
  transform: rotate(-10deg);
  text-align: center;
  padding-top: 88px;
}
.start_head img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #fc6a4e;
  border-radius: 50%;
  vertical-align: top;
}

.st_h2 img {
  vertical-align: top;
  margin-left: -13px;
}

.start_text {
  text-align: center;
  /* padding-top: 80px; */
}

.start_text p {
  color: #fff;
  font-weight: bold;
  /* -webkit-text-stroke: 0.1px #561499;
	text-stroke: 0.1px #561499; */
  font-size: 20px;
  transform: rotate(-10deg);
}
.start_text p span {
  color: #ffe7a2;
}

.start_btn {
  text-align: center;
  margin-top: 30px;
}
.start_btn span {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.start_btn span img {
  width: 100%;
}

/* 彈框 */
.popout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.popout .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popout .box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 196px;
  height: 139px;
  background: url(images/popout_box.png) no-repeat center;
  background-size: cover;
  transform: translate(-50%, -50%);
  padding: 34.5px 22px 19px;
}
.popout .box .content {
  text-align: center;
  font-size: 13px;
  color: #c85c5c;
  padding-bottom: 16.5px;
  border-bottom: 1px solid #db867b;
}
.popout .box .btn {
  display: flex;
  justify-content: space-around;
  padding-top: 13.5px;
}
.popout .box .btn button {
  font-size: 15px;
  color: #da5345;
  background-color: transparent;
}
.popout .box .btn .cancel {
  color: #dc867a;
}

/* looding */

.loading {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.loading .lodingimg {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 300px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
}

.lookin {
  fill: #ffc2ae;
}
.disappear-logo {
  -webkit-animation: disappear 0.8s ease-in-out forwards;
  animation: disappear 0.8s ease-in-out forwards;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loadingOl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingOl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loadingOr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loadingOr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.loading .loading-logo {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  -moz-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  -o-transform: translate(-50%, -50%) scale(0.6);
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  /* z-index: 100001; */
}
.loading .loading-logo #loading-lookin {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: appear 2.5s 1;
  animation: appear 2.5s 1;
}
.loading .loading-logo #loading-ol {
  width: 50px;
  position: absolute;
  top: 17px;
  left: 36px;
  -webkit-animation: appear 2.5s 1, loadingOl 1s infinite;
  animation: appear 2.5s 1, loadingOl 1s infinite;
}
.loading .loading-logo #loading-or {
  width: 50px;
  position: absolute;
  top: 0;
  left: 84px;
  -webkit-animation: appear 2.5s 1, loadingOr 1s infinite;
  animation: appear 2.5s 1, loadingOr 1s infinite;
}

.tip {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  
  padding: 13px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 18px;
  border-radius: 4px;
display: none;
text-align: center;
z-index:10020;
}

#copyTextarea{
	font-size: 2px;
	opacity:0;
}

.friends_icons{
  display: flex;
  justify-content: space-around;
}

@media (max-width: 667px) {
  /* 在这里添加需要应用的CSS样式 */
}
/*pc适配*/
@media screen and (min-width: 450px) {
	.rank_container_bg, .rank_container_bg2{
		max-width:375px;
		height: 100%;
    left: auto;
	}
  .tip{
    max-width: 300px;
  }
  .paihangbangtu{
	  top:20%;
  }
}
