@media screen and (max-width: 767px) {
.m_bottom{position: fixed;
    width: 100%;
    z-index: 99;
    height: 0.4rem;
    line-height: 0.4rem;
    bottom: 0;
    left: 0;
    font-size: 16px;
    display: flex;
    background: #ff9b26;
		}
	.m_user_free{
		color: #fff;
		text-align: center;
		position: relative;
		flex: 1;
	}
.bodyCont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.cont {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.closeBtn {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: -50px;
    left: 136px;
    background: url(../img/closebtn.png)no-repeat center/cover;
}
.topCont {
    height: 100px;
    background: url(../img/timebg.png) no-repeat center/cover;
    margin-bottom: 20px;
    border-radius: 5px;
}
.title1 {
    font-size: 20px;
    text-shadow: 2px 5px 6px rgba(18,14,14,0.2);
    color: #fff;
    text-align: center;
    line-height: 33px;
    padding-top: 20px;
    font-weight: bold;
}
.title1 em {
    font-size: 25px;
    display: block;
}
.inputBox {
    width: 280px;
    margin: 0 auto;
}
.inputBox input.input100 {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    position: relative;
    border: 1px solid #b5b9bc;
    margin: 0 auto 15px;
}
.inputBox a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 3px;
    display: block;
    font-size: 18px;
    color: #fff;
    background: #fa582e;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
   .m_user_free_register{
  color: #fff;
		text-align: center;
		position: relative;
		flex: 1;}
}