*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a{text-decoration:none;}
.sms_btn{
	cursor:pointer;
	color:#0c0;
	/* text-shadow:-1px 1px 1px #333; */
	border:1px solid #0c0;
}
.sms_btn.keyp{
	cursor:text;
	border:1px solid #ccc;
}
/* 登录 */
.sim{
	width:120px;
}
.label .uname{

	display:block;
	float:left;
}
.mophlog_div{
	float:right;
}
.input-top:after{
	clear:both;
}
.clear{
	clear:both;
}
.ux{
  font-size:14px;
  height:20px;
  float:right;
  width:100px;
}
.ux .rank_img{
	display:inline-block;
}
.ux .user_name{
	
	margin:8px 5px;
	height:20px;
	overflow:hidden;
	text-align:left;
	text-overflow: ellipsis;
}
.ux img{
	height:20px;
}
#window .ux button{
  width:40px;
  height:20px;
  background:rgb(255,147,177);
}
.udata{
	width:100%;
	height:50px;
	margin:6% 0 0 0;
    /*overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
	text-overflow:ellipsis;*/
}
.udata .dm{width:100%;height:12px;margin-bottom:2px;border-radius:9px; position:relative;background:#ccc; padding:3px;font-size:12px; }
.udata .ic{float:left;height:22px;width:44px; color:#fff; text-align:right; padding-right:3px;background:url(../images/dm.png) no-repeat left top;background-size:auto 100%;font-size:12px; line-height:22px;}
.udata .dm .jy{border-top:3px double #fff;background:yellow;width:50%; height:6px; border-radius:5px;}
.udata .jyt{float:right;width:50%; text-align:right;height:22px; line-height:22px;font-size:12px;}
.udata .uxb{
	display:inline-block;
	min-width: 65px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.udata .uxb a{color:#000;}
.udata .uxb a:hover{color:#E77425;}
.udata .liquan{
    text-align: right;
    text-justify: distribute-all-lines;
    text-align-last: right;
    -moz-text-align-last: right;
    -webkit-text-align-last: right;
}
.udata .jifen{
    text-align: left;
    text-justify: distribute-all-lines;
    text-align-last: left;
    -moz-text-align-last: left;
    -webkit-text-align-last: left;
}
.udata .jinbi img{
	height:20px;display:inline-block;
}
.data .uxb{
	float:left;
}
.udata .uxq{
	float:right;
}
.mgame{
	width:100%;
	clear:both;
}
.mgame img{
	float:left;
	width:25px;
}
.mgname{
	width: 65%;
	display: block;
	float: left;
	margin: 0 0 0 0px;
}
.mgse{
	float:right;
}
.login_submit{width:240px;text-align;center;}
.window_border{border: 1px solid #ccc;}
#window.reglog_flip{
  /*position: relative; 单独做
  bottom: 500px;
  left: 400px; */
  margin: auto;
  -webkit-animation: 1.5s window ease-in-out backwards;
  -moz-animation: 1.5s window ease-in-out backwards;
  animation: 1.5s window ease-in-out backwards;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height width;
}
#window.reglog_flip, #window .page, #window .page-content {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
#window.flip {
	width: 300px;
	/* height: 340px; */
/* 	border: 1px solid #ccc; */
}
#window.window_border{
	border: 1px solid #ccc;
}
#window.flip .page-front {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#window.flip .page-back {
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#window.flip .page-back .page-content {
  opacity: 1;
}
#window.flip .page-back .avatar, #window.flip .page-back .welcome, #window.flip .page-back .perspective {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#window.flip .page-back .avatar {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#window.flip .page-back .welcome {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#window.flip .page-back .perspective {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
#window .page {
  position: absolute;
  width:99%;
  height:100%;
/*   top: 20px;单独写*/
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background:#fff;
  
  -webkit-opacity: 0.8;  
  -moz-opacity: 0.8;    
  -khtml-opacity: 0.8;   
  opacity: .8;    
  filter:alpha(opacity=80);
  border:1px solid #ccc;
  color:black;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
/*  background: #444;
   background-image: -moz-linear-gradient(bottom, #444444, #333333);
  background-image: -webkit-linear-gradient(bottom, #444444, #333333);
  background-image: linear-gradient(to top, #444444, #333333); */
  /* -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 登录框圆角 */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding:5px 30px;
}
#window .page-back {
  height:372px;
  text-align: center;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#window .page-back .page-content {
  opacity: 0;
}
#window .page-back .avatar {
  height: 120px;
  width: 120px;
  border: 3px solid rgb(233,145,177);
  margin-top:8px;
  display: block;
  opacity: 0;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#window .page-back .welcome {
  /* 字体 */
  font-family:微软雅黑;
  font-size: 22px;
  margin-bottom: 40px;
}
#window .page-back .welcome, #window .page-back .perspective {
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
#window .input-row {
  margin:20px 0 0 0;
  height:35px;
  font-size:14px;
}
#window.regfull .input-row {
  margin:10px 0 0 0;
}
#window .input-top {
  margin: 0 0 15px 0;
}

#window .input-row:last-of-type {
  margin-bottom: 0;
}
#window .perspective {
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#window .label {
  /* font-family: sans-serif; */
  font-family:微软雅黑;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px 0;
  color: black;
  display: block;
  cursor: pointer;
}
#window .input {
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  height: 100%;
  font-family:微软雅黑;
  line-height: 40px;
  outline: none;
  border: 0;
  background: #222;
  color:#ddd;

  /* -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 用户名密码框圆角*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#window .input:focus, #window .input.fyll-focus {
/* 输入边框颜色 
  -moz-box-shadow: 0 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 0 3px #ccc;
  box-shadow: 0 0 0 3px #ccc;
*/
}
#window .button {
  color:#fff;
  overflow: hidden;
  background: #D85C89;/*  按钮颜色 */
  /* 按钮圆角*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* background-image: -moz-linear-gradient(bottom, #d85c89, #e7779f); */
  /* background-image: -webkit-linear-gradient(bottom, #d85c89, #e7779f); */
  /* background-image: linear-gradient(to top, #d85c89, #e7779f); */
/*   background-image: -moz-linear-gradient(bottom, black, black);
  background-image: -webkit-linear-gradient(bottom, black, black);
  background-image: linear-gradient(to top, black, black); */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-origin: bottom 50%;
  -ms-transform-origin: bottom 50%;
  -webkit-transform-origin: bottom 50%;
  transform-origin: bottom 50%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* #window .button i {
  margin-right: 10px;
} */
#window .button:active, #window .button.fyll-focus {
  /* background: #D85C89; 按下效果颜色*/
  background: #ccc;
  /* background-image: -moz-linear-gradient(bottom, #d85c89, #d85c89);
  background-image: -webkit-linear-gradient(bottom, #d85c89, #d85c89);
  background-image: linear-gradient(to top, #d85c89, #d85c89); */
  background-image: -moz-linear-gradient(bottom, #ccc, #ccc);
  background-image: -webkit-linear-gradient(bottom, #ccc, #ccc);
  background-image: linear-gradient(to top, #ccc, #ccc);
  -moz-transform: rotateX(20deg);
  -ms-transform: rotateX(20deg);
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
}
/* #window .button.inline {
  width: auto;
  display: inline-block;
} */
#window .button.load-btn .default, #window .button.load-btn .load-state {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#window .button.load-btn .load-state {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  line-height: 50px;
  pointer-events: none;
}
#window .button.load-btn .load-state .ball {
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background: #FFF;
  display: inline-block;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation: ballBounce 0.3s alternate infinite;
  -moz-animation: ballBounce 0.3s alternate infinite;
  animation: ballBounce 0.3s alternate infinite;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);
  animation-timing-function: cubic-bezier(0.2, 0.4, 0.3, 1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#window .button.load-btn .load-state .ball:nth-child(2n) {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
#window .button.load-btn .load-state .ball:nth-child(3n) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#window .button.load-btn .load-state .ball:last-child {
  margin-right: 0;
}
#window .button.load-btn.done .ball {
  opacity: 0;
}
#window .button.load-btn.loading .default {
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
#window .button.load-btn.loading .load-state {
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.sms_btn{width:140px;height:35px;background:#fff;float:right;color:#666;display:inline-block; text-align:center; line-height:35px;}
.browser-warning {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  color: #FFF;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 530px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);
  -o-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);
  transition-timing-function: cubic-bezier(0.015, 0.695, 0.34, 1.365);
}
.browser-warning.hidden {
  opacity: 0;
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.fadeIn {
  -webkit-animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;
  -moz-animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;
  animation: 1s fadeIn cubic-bezier(0.015, 0.695, 0.34, 1.365) backwards;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay1 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay2 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay3 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay4 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes window {
  0% {
    -moz-transform: scale(0) rotateX(360deg);
    -ms-transform: scale(0) rotateX(360deg);
    -webkit-transform: scale(0) rotateX(360deg);
    transform: scale(0) rotateX(360deg);
    height: 150px;
    width: 150px;
  }

  50% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 150px;
  }

  75% {
    height: 350px;
    width: 150px;
  }

  100% {
    width: 450px;
  }
}
@-moz-keyframes window {
  0% {
    -moz-transform: scale(0) rotateX(360deg);
    -ms-transform: scale(0) rotateX(360deg);
    -webkit-transform: scale(0) rotateX(360deg);
    transform: scale(0) rotateX(360deg);
    height: 150px;
    width: 150px;
  }

  50% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 150px;
  }

  75% {
    height: 350px;
    width: 150px;
  }

  100% {
    width: 450px;
  }
}
@keyframes window {
  0% {
    -moz-transform: scale(0) rotateX(360deg);
    -ms-transform: scale(0) rotateX(360deg);
    -webkit-transform: scale(0) rotateX(360deg);
    transform: scale(0) rotateX(360deg);
    height: 150px;
    width: 150px;
  }

  50% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 150px;
  }

  75% {
    height: 350px;
    width: 150px;
  }

  100% {
    width: 300px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes ballBounce {
  0% {
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }

  100% {
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}
@-moz-keyframes ballBounce {
  0% {
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }

  100% {
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}
@keyframes ballBounce {
  0% {
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }

  100% {
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}
/**抽奖**/
#window{ border:none; }
#window .page {/* border:none; */}
.fl_window{float:left;width:300px;border: 1px solid #ccc;}
.shop-lottery {height: 126px;box-sizing: content-box;}
.shop-task{margin:380px 0 0;position: relative;width:100%;padding:52px 0 0;border-top:1px solid #ccc;}
.shop-lottery {position: relative;width:100%;padding:40px 0 0;border-top:1px solid #ccc;}
.shop-l-tit {background:transparent url(../images/shop.png) no-repeat;background-position: 0 0;}
.shop-left-title {width: 112px;height: 30px;position: absolute;left: -4px;top: 10px;padding: 0 0 4px 24px;line-height: 30px;color: #fff;font-size: 14px;box-sizing: content-box;}
.shop-left-title a {color: #fff;}
.shop-lottery-txt {padding: 26px 0 18px;font-size: 14px;}
.tc {text-align: center;}
.orange {color:#ff8d13;}
.blue{color:#0090ED;}
.shop-lottery-btn {margin: 0 auto;font-size: 16px;line-height: 36px;display: block;}
.btn-lottery {width: 148px;height: 36px;overflow: hidden;vertical-align: middle; background: #ffab16;border-radius: 4px;}
.btn-s {color: #fff;text-align: center;}

.shop-left-title {
    width: 112px;
    height: 30px;
    position: absolute;
    left: -4px;
    top: 10px;
    padding: 0 0 4px 24px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.shop-left-more {
    line-height: 20px;
    position: absolute;
    top: 16px;
    right: 18px;
    left: 198px;
}
/* .common-title-more {
    width: 51px;
    height: 19px;
    position: absolute;
    top: 3px;
    margin: 0 0 0 20px;
    text-indent: -9999px;
    background: transparent no-repeat;
    background-position: -53px -281px;
    overflow: hidden;
    zoom: 1;
} */
.shop-task-list {
    height: 104px;
    padding: 10px 0 0 18px;
    line-height: 24px;
	box-sizing:content-box;
}
.shop-task-a {
    width: 124px;
    height: 24px;
    display: inline-block;
    text-overflow: ellIPsis;
    overflow: hidden;
    white-space: nowrap;
}
.shop-task-a a {
    font-size: 14px;
}
.shop-task-i {
    width: 70px;
    height: 24px;
    display: inline-block;
}
.shop-task-b {
    width: 56px;
    height: 18px;
    display: inline-block;
    margin: 2px 0;
    line-height: 18px;
    text-align: center;
    color: #9c9c9c;
}
.shop-task-text {
    width: 178px;
    height: 40px;
    top: 56px;
    margin-left: -89px;
    line-height: 20px;
}
.shop-task-more {
    width: 148px;
    height: 30px;
    background: #f9f9f9;
    border-radius: 4px;
    top: 110px;
    margin-left: -74px;
    color: #9c9c9c;
    line-height: 30px;
}
.shop-task-text, .shop-task-more {
    position: absolute;
    left: 50%;
    text-align: center;
}

.common-title-more {
    width: 51px;
    height: 19px;
    position: absolute;
    top: 15px;
    margin: 0 0 0 20px;
    text-indent: -9999px;
    background-position: -53px -281px;
    overflow: hidden;
    zoom: 1;
}
.common-title-more{
    background-image: url(../images/shop/common.png?20170712145611);
}
.common-title-more:hover {
    background-position: 0 -267px;
}
.headImg{position:relative;width:150px;height:150px;background:#D85C89;margin: 20px auto;overflow: hidden;border-radius: 100%;}
.headImg img{width:150px;height:150px;border-radius:100%;}
.signButton{position:absolute;width:100%;height:30px;line-height:30px;background:#D85C89;bottom:0;color:#fff;left:0;cursor: pointer;}


