.mbck {
	background: url(../img/mbck.jpg) no-repeat;
	background-size: 100% ;
	width: 10rem;
	height: 29.73rem;
	position: relative;
}

.msumbit {
    background: url(../img/mjoin_btn.png) no-repeat;
    background-size: 100% 100%;
    width: 3.96rem;
    height: 1.12rem;
    position: absolute;
    top: 10.7rem;
    left: 3rem;
    animation: zooma 5s infinite;
}
  .btn_rule {
    position: absolute;
    display: block;
    top: 12rem;
    left: 50%;
    font-size: 0.3rem;
   font-family: "微软雅黑","Arial","Microsoft YaHei","黑体","宋体","sans-serif";
    color: rgb( 255, 255, 255 );
    line-height: .5;
    border: 0;
    text-decoration: underline;
    margin-left: -1.25rem;
}
 .btn_rule p{
 	font-family: "微软雅黑","Arial","Microsoft YaHei","黑体","宋体","sans-serif";
 }

.blk {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

.msf_sty {
	text-align: center;
	display: none;
	z-index: 3;
}

.msf_bck {
	background: url(../img/msf_bck.png) no-repeat;
	background-size: 100% 100%;
	width:9.76rem;
	height: 5.68rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -4.88rem;
	margin-top: -2.83rem;
	z-index: 3;
}

.mplay_off {
	display: inline-block;
    background: url(../img/mplay_off.png) no-repeat;
    background-size: 100%;
    width: 4.48rem;
    height: 0.76rem;
    margin: 3.15rem 0 .3rem 0;
    border: none;
}
.mup_off {
	display: inline-block;
	background: url(../img/mup_off.png) no-repeat;
	background-size:  100%;
	width: 4.48rem;
    height: 0.76rem;
	border: none;
}

.msf_closesty {
	width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.msf_close {
	display: inline-block;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
	width: 0.7rem;
	height: 0.7rem;
	z-index: 101;
}

.mbg_sty {
	text-align: center;
	display: none;
	z-index: 3;
}

.mbg_bck {
	background: url(../img/mbg_bck.png) no-repeat;
	background-size: 100% 100%;
	width: 9.76rem;
	height: 10.17rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -4.88rem;
	margin-top: -5.095rem;
	z-index: 3;
}

.mbg_chm {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: white;
    width: 6.5rem;
    height: 0.65rem;
    border: none;
    position: relative;
    background-color: transparent;
    left: .65rem;
    margin-top: 3.4rem;
    margin-bottom: .4rem;
    outline: none;
}

.mbg_qhm {
   	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: white;
    width: 6.5rem;
    height: 0.65rem;
    border: none;
    position: relative;
    background-color: transparent;
    left: .65rem;
    margin-bottom: 0.4rem;
    outline: none;
}

.mbg_shm {
   	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: white;
    width: 6.5rem;
    height: 0.65rem;
    border: none;
    position: relative;
    background-color: transparent;
    left: .65rem;
    margin-bottom: .45rem;
    outline: none; 
}

.mbg_dcr {
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: white;
    width: 6.5rem;
    height: 1.45rem;
    border: none;
    position: relative;
    background-color: transparent;
    left: .65rem;
    outline: none;
    resize: none;
}
input::-webkit-input-placeholder{
      font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
      font-weight:400px ;
      color: #cccccc;
      font-size:.2rem;
     
    }  
        
#textArea::-webkit-input-placeholder{
   font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #cccccc;
    font-size:.2rem;
     }    
.msumbitb {
	background: url(../img/mjoin_btnb.png) no-repeat;
    background-size: 100% 100%;
   	width: 3.96rem;
    height: 1.12rem;
    display: inline-block;
    margin-top: .2rem;
    animation: zooma 5s infinite;
}

.mbg_closesty {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}

.mbg_close {
	display: inline-block;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
	width: 0.7rem;
	height: 0.7rem;
	z-index: 101;
}
.toast {
	width:256px;
	height:40px;
	background:url(../img/tc_qingts.png);
	background-size:100% 100%;
	position:fixed;
	z-index:100;
	left:50%;
	margin-left:-128px;
	top:45%;
	color:#fff;
	line-height:40px;
	text-align:center;
	font-size:18px;
	display:none
}
.shade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 9998;
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -150px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	z-index: 9999;
}

.popup p {
	width: 280px;
	height: 60px;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.popup span {
	font-size: 16px;
	vertical-align: middle;
}
.mnav{
   	text-align: center;
    padding-top: .65rem;
}
.mnav_a{
    display: inline-block;
    width: 1.8rem;
    height: 0.81rem;
    /* margin-left: .1rem; */
}
.mnav_b{
    display: inline-block;
    width: 2.3rem;
    height: 0.81rem;
    margin: 0 0rem 0 0;
}
.mnav_c{     
    display: inline-block;
    width: 1.4rem;
    height: 0.81rem;
    padding-left: .5rem;
}
.popupa{
	background: url(../img/msuccess.png) no-repeat;
	width: 5.4rem;
	height: 4.54rem;
	background-size: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -2.27rem;
	margin-left: -2.7rem;
	display: none;
	z-index: 100000;
	}
	 .btn_rule p{
 	 font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
 }