.pop{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 999;
	width: 420px;
	-webkit-transform: translate(-50%,-60%);
	transform: translate(-50%,-60%);
	background-color: rgba(0, 0, 0, .6);
	border-radius: 13px;
}
.pop-box{
	padding: 20px 0;
	box-shadow: 0 0 30px #000;
	border-radius: 13px;
}
.pop-close{
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: 23px;
	height: 24px;
	background: url(../images/new_close.png) no-repeat center;
}
.pop-tip{
	width: 104px;
	height: 38px;
	margin: 0 auto;
}
.pop-form{
	width: 80%;
	margin: 0 auto;
}
.pop-form p{
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #dcdcdc;
	margin-top: 12px;
}
.pop-form .ipt{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-indent: 2px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background: none;
}
.pop-form .pop-forget{
	float: right;
	color: #1696e7;
}
.pop-form .pop-check{
	width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: #dcdcdc url(../images/ico_check.png) no-repeat center center;
}
.pop-form .pop-check.selected{
	background-color: #b72828;
}
.pop-form .tip-err{
	display: none;
	color: #f00;
}
.pop-form .line{
	border-bottom: 1px solid #e6e1df;
    position: relative;
    height: 15px;
    margin-bottom: 30px;
}
.pop-form .line .icons-or{
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -17px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #ccc;
}
.pop-form .btn{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
}

.pop-form .btn.log{
	background-color: #b72828;
/*	background-image: -webkit-linear-gradient(top, #f38208, #b72828);
	background-image: -moz-linear-gradient(top, #f38208, #b72828);
	background-image: -ms-linear-gradient(top, #f38208, #b72828);
	background-image: linear-gradient(top, #f38208, #b72828);*/
	margin-top: 10px
}


/*.pop-form .btn.log:hover{
	background-color: #b72828;
	background-image: -webkit-linear-gradient(top, #b72828, #f38208);
	background-image: -moz-linear-gradient(top, #b72828, #f38208);
	background-image: -ms-linear-gradient(top, #b72828, #f38208);
	background-image: linear-gradient(top, #b72828, #f38208)
}*/

.pop-form .btn.gb {
	background-color: #3b5998;
	background-image: -webkit-linear-gradient(top, #55acee, #3b5998);
	background-image: -moz-linear-gradient(top, #55acee, #3b5998);
	background-image: -ms-linear-gradient(top, #55acee, #3b5998);
	background-image: linear-gradient(top, #55acee, #3b5998)
}

.pop-form .btn.gb:hover {
	background-color: #55acee;
	background-image: -webkit-linear-gradient(top, #3b5998, #55acee);
	background-image: -moz-linear-gradient(top, #3b5998, #55acee);
	background-image: -ms-linear-gradient(top, #3b5998, #55acee);
	background-image: linear-gradient(top, #3b5998, #55acee)
}

.pop-form .btn.fb {
	background-color: #3b5998;
	background-image: -webkit-linear-gradient(top, #55acee, #3b5998);
	background-image: -moz-linear-gradient(top, #55acee, #3b5998);
	background-image: -ms-linear-gradient(top, #55acee, #3b5998);
	background-image: linear-gradient(top, #55acee, #3b5998)
}

.pop-form .btn.fb:hover {
	background-color: #55acee;
	background-image: -webkit-linear-gradient(top, #3b5998, #55acee);
	background-image: -moz-linear-gradient(top, #3b5998, #55acee);
	background-image: -ms-linear-gradient(top, #3b5998, #55acee);
	background-image: linear-gradient(top, #3b5998, #55acee)
}

.pop-form .pop-btm{
	text-align: center;
}
.pop-form .iconfont-gg{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/icon-google.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 10px;
}

.pop-form .iconfont-fb{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon-facebook.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 10px;
}

.blur-bg{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(82, 82, 82, 0.87);
	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
}

.bottom_btn {
  margin-bottom: 1em;
  margin-top: 1em;
  /*float: left;*/
  overflow: hidden;
  width: 100%;
}

.bottom_btn div {
  display: block;
  width: 40%;
  float: left;
}

.bottom_btn a {
  display: block;
  color: #fff;
  height: 44px;
  line-height: 44px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  background: #b72828;
  text-align: center;
}

.bottom_btn .big {
    background: #b72828;
}


div.btn_1 {
    margin-left: 5%;
}

div.btn_2 {
    margin-left: 10%;
}

.footer_left,
.footer_right {
  display: block;
  float: left;
  color: #a7a8ab;
  height: 28px;
  position: relative;
}

.rem_check {
  color: #a7a8ab;
  padding-top: 5px;
}

.width_50 {
    width: 50%;
}

/* select game */

#selectGame .pop-select {
  width: 70%;
  margin: 20px auto;
  color: #fff;
}

#selectGame .pop-select li{
  color: #fff;
  height: 44px;
  line-height: 44px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  background: #b72828;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}