/* 进入游戏弹出额度转换框 */
.creditPop{
	z-index: 1889;
    width: 95%;
    /* margin: 40% auto; */
   /*  margin-top:150px; */
    animation-name: layer-bounceIn;
    border-radius: 12px;
    animation-fill-mode: both;
    animation-duration: .3s;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 0 20px 0;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    position: absolute;
    pointer-events: auto;
}

.creditPop-title {
	font-size: 18px;
    background: rgb(203, 177, 123);
    color: rgb(255, 255, 255);
    height: 50px;
    cursor: move;
    padding: 0 80px 0 20px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creditPop-content {
    /* position: relative;
    overflow: auto; */
    width: 90%;
    margin: 0 auto;
}

.creditPop-wrap {
    padding: 5% 0 0 0;
}

.creditPop-wrap .li_k {
    margin-bottom: 25px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

.li_k .wallet_inOut_div1{
	float:left;
	width: 74%;
}
.li_k .wallet_inOut_div2{
	float:left;
	width: 16%;
}
.li_k .wallet_inOut_div3{
	float:left;
	width: 10%;
}
.li_k .wallet_inOut_div3 div{
	width: 100%;
	float: right;	
}
.li_k .wallet_inOut_div1 .wallet_out_span,.li_k .wallet_inOut_div1 .wallet_in_span, .li_k .wallet_inOut_div1 .amount_span{
	float:left;
	width: 18%;
	font-size: 12px;
}
.li_k .wallet_inOut_div1 .wallet_in_span{
	margin: .8em 0;
}
.li_k .wallet_inOut_div1 .tr_to,.li_k .wallet_inOut_div1 .tr_in{
	float:left;
	width: 77%;
}

.creditPop-wrap .li_k span{
	height: 35px;
    line-height: 35px;
    font-size: 12px;
    /* display:inline-block;
    float: left; */
}
.creditPop-wrap .li_k .amount_span{
	/* float: left; */
}

.creditPop-wrap .li_k form{
	width: 77%;
	display: inline-flex;
}

/* .row-content_k {
    margin: 0 15px 0 6px;
    display: inline-block;
    position: relative;
    line-height: 32px;
    font-size: 12px;
    width: 281px;
} */

/* .ivu-select_k {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #495060;
    font-size: 14px;
    line-height: normal;
} */

/* .showOut_k {
    height: 45px;
    line-height: 45px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    padding: 0px 30px 0px 15px;
    color: #495060;
    cursor: pointer;
} */

.tr_to, .tr_in {
    text-indent: 5%;
    cursor: pointer;
    display: inline-block;
    width: 65%;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dddee1;
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.tr_in{
	margin: 16px 0;
}
/* .showOut_k strong {
    font-weight: normal;
} */

.creditPop .turn {
    width: 25px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    height: 52px;
    margin-top: 17px;
    padding-top: 0px;
    left: -23%; 
}

.creditPop .turn .turn-btn {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    top: 12px;
    right: -14px;
    cursor: pointer;
    background: url(../../../../images/all/creditPop/jiaohuan.png) no-repeat;
    background-size: 15px 18px;
    background-position: 50%;
}

.creditPop-setwin {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 0;
    line-height: initial;
}

.creditPop .creditPop-setwin .creditPop-close {
    background-image: url(../../../../images/all/creditPop/creditPopColse.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    background-size: 100% 100% !important;
    display: inline-block;
}

.creditPop .creditPop-btn {
    padding: 0 !important;
    text-align: center;
    pointer-events: auto;
    -webkit-user-select: none;
    margin: 20px 0 0;
}

.creditPop .creditPop-btn-refresh {
	cursor: pointer;
    background: #c8a675;
    border-color: #c8a675;
    color: #fff;
    text-align: center;
    width: 10%;
    border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
}
.creditPop .creditPop_refresh_out, .creditPop .creditPop_refresh_in, .creditPop .amount_empty {
    width: 100%;
}
.creditPop_refresh_in{
	margin: 18px 0;
}
.creditPop .amount_empty {
    float: right;
}

.creditPop .creditPop-btn a {
	margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30%;
    box-sizing: border-box;
}
.creditPop .creditPop-btn .creditPop-btn0 {
    background: #c8a675 !important;
    border-color: #c8a675 !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin-right: 50px !important;
}

.creditPop .creditPop-btn .creditPop-btn1 {
    background: #fff !important;
    border: 1px solid #c8a675 !important;
    border-radius: 4px !important;
    color: #c8a675 !important;
    padding: 0 20px !important;
    font-weight: 700 !important;
}

.creditPop-btn a {
    padding: 0 15px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.amount_k {
    text-indent: 5%;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #dddee1;
    font-size: 14px;
    font-family: inherit;
    /* float: left; */
}

.credit_chip{
	text-align: center;
}
.credit_chip span{
	/*width: 8%;*/
    display: inline-block;
   /* cursor: pointer;
    background: #c8a675;
    border-color: #c8a675;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    margin: 0 .5em .1em;*/
    padding: 0.5em 0.3em;
}
.credit_chip .credit_chip_amount10{background: url(../../../../images/all/creditPop/Chip/credit_chip_amount10.png) no-repeat top; background-size: cover; height: 34px; width: 40px;}
.credit_chip .credit_chip_amount50{background: url(../../../../images/all/creditPop/Chip/credit_chip_amount50.png) no-repeat top;background-size: cover; height: 34px; width: 40px;}
.credit_chip .credit_chip_amount100{background: url(../../../../images/all/creditPop/Chip/credit_chip_amount100.png) no-repeat top;background-size: cover; height: 34px; width: 40px;}
.credit_chip .credit_chip_amount500{background: url(../../../../images/all/creditPop/Chip/credit_chip_amount500.png) no-repeat top;background-size: cover; height: 34px; width: 40px;}
.credit_chip .credit_chip_amount1000{background: url(../../../../images/all/creditPop/Chip/credit_chip_amount1000.png) no-repeat top;background-size: cover; height: 34px; width: 40px;}
.credit_chip .credit_chip_amountAll{background: url(../../../../images/all/creditPop/Chip/credit_chip_amountAll.png) no-repeat top;background-size: cover; height: 34px; width: 40px;}
.creditPop .text_prompts{display: block; text-align: center;}

/* 进度条 */
#credit_progress_bar{
	text-align: center;
	margin: 0 1rem 1rem;
}
#casePourpre {
    /*background-color: #fff;*/
    height: 60px;
    width: 150px;
    /* padding-top: 10px;
    float: left; */
    position: relative;
    margin: 0 auto;
}
#casePourpre div{
	margin: 5px;
	display: block;
}
#casePourpre p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#casePourpre #load {
    color: #886ed7;
    font-family: calibri;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 42px;
    margin: 0 auto;
}

#vague {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90px;
    margin: 0 auto!important;
}
#vague1 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague1 2.5s infinite;
  -webkit-animation : vague1 2.5s infinite;
}

@-webkit-keyframes vague1 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague1 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

#vague2 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague2 2.5s infinite;
  -webkit-animation : vague2 2.5s infinite;
  animation-delay : 0.5s;
  -webkit-animation-delay : 0.5s;
}

@-webkit-keyframes vague2 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague2 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

#vague3 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague3 2.5s infinite;
  -webkit-animation : vague3 2.5s infinite;
  animation-delay : 1s;
  -webkit-animation-delay : 1s;
}

@-webkit-keyframes vague3 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague3 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

#vague4 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague4 2.5s infinite;
  -webkit-animation : vague4 2.5s infinite;
  animation-delay : 1.5s;
  -webkit-animation-delay : 1.5s;
}

@-webkit-keyframes vague4 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague4 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

#vague5 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague5 2.5s infinite;
  -webkit-animation : vague5 2.5s infinite;
  animation-delay : 2s;
  -webkit-animation-delay : 2s;
}

@-webkit-keyframes vague5 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague5 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

#vague6 {
  height : 5px;
  width : 5px;
  background-color : #f0d97c;
  float : left;
  animation : vague6 2.5s infinite;
  -webkit-animation : vague6 2.5s infinite;
  animation-delay : 2.5s;
  -webkit-animation-delay : 2.5s;
}

@-webkit-keyframes vague6 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
}

@keyframes vague6 {
  0% {height : 5px;}
  50% {height : 30px;}
  100% {height : 5px;}
} 

/* ---------------------------------针对不同颜色调整版面---------------------------------------- */
/* 红色-start */
.creditPop-title-red {
	font-size: 18px;
    background: #c9261f;
    color: rgb(255, 255, 255);
    height: 50px;
    cursor: move;
    padding: 0 80px 0 20px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.creditPop .creditPop-btn .creditPop-btn0-red {
	background: url(../../../../images/all/creditPop/Button/ok-red.png) no-repeat top;
	height: 40px;
	width: 130px;
    line-height: 40px;
}
.creditPop .creditPop-btn .creditPop-btn1-red {
	background: url(../../../../images/all/creditPop/Button/playGame-red.png) no-repeat top;
	height: 40px;
    line-height: 40px;
    width: 130px;
}
.creditPop .creditPop-wrap .creditPop-btn-refresh-red {
    background: url(../../../../images/all/creditPop/Button/refresh-red.png) no-repeat top;
    height: 21px;
    width: 53px;
    float: right;
    cursor: pointer;
    background-size: cover;
    margin-top: 11px;
    margin-bottom: 18px;
}
.creditPop .creditPop-wrap .creditPop-btn-clear-red {
    background: url(../../../../images/all/creditPop/Button/clear-red.png) no-repeat top;
    height: 21px;
    width: 53px;
    float: right;
    cursor: pointer;
    background-size: cover;
    margin-top: 8px;
}

/*登录后弹出余额框*/
.prompt {
	width: 90%;
	/*margin: 50% auto;*/
}

.pro_tit {
	background: #f63f3f;
	text-align: center;
	font-size: 1.2rem;
	padding: 10px 0;
	color: #fff;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pro_tit i {
	/*content: "\2716";*/
	background: url(../../img/CN/icon/icon_code.png) center no-repeat;
    background-size: 60%;
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 16px 0;
    display: block;
    width: 10%;
    overflow: hidden;
    font-size: 1.4rem;
}

.pro_content {
	background: #fff;
	padding: 20px 0 20px;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pro_content p {
	text-align: center;
	color: #f63f3f;
	font-size: 1rem;
	padding: 20px 0 0;
}

.pro_content p:first-child {
	color: #666666;
}

.prompt ul li {
	width: 50%;
	float: left;
	margin-top: 30px;
}

.prompt ul li a {
	display: block;
	float: left;
	width: 85%;
	text-align: center;
	background: #f63f3f;
	border-radius: 5px;
	padding: 10px 0;
	color: #fff;
	font-size: 0.875rem;
}

.prompt ul li a:first-child {
	margin-left: 13px;
}
