* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
body,html {
	height: 100%;
	background-color: #f4f4f4;
}
body{
    width: 640px;
    margin: 0px auto;
}
a{
	cursor:pointer;
}
._NO_DATA_{
    display: inline-block;
    width: 100%;
    padding: 150px 0;
    text-align: center;
    font-size: 45px;
    color: gainsboro;
    font-weight: bold;
    letter-spacing: 20px;
}
.Foot>a>span{
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: gray;
}
.Foot>a>i{
    display: inline-block;
    width: 100%;
    font-size: 50px;
    color: gray;
}
.Foot>a.act>span{
	color: #03A9F4 !important;
}
.Foot>a.act>i{
    color: #03A9F4 !important;
}
.Foot>a{
    display: inline-block;
    width: 20%;
    height: 100%;
    text-align: center;
    color: gainsboro;
	float: left;
}
.footwrap{
	display:inline-block;
	width:100%;
	height:100px;
}
.Foot{
    background:white;
    border-top:1px solid gainsboro;
    position: fixed;
    bottom: 0;
    width: 640px;
    height: 90px;
    padding-top: 12px;
}

.MSK > .SMS > div:last-child a.submit{
    display: inline-block;
    width: 49.5%;
    float: left;
    text-align: center;
    background: #ff4b41;
    color: white;
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom-left-radius:15px;
}
.MSK > .SMS > div:last-child a.resend{
    display: inline-block;
    width: 49.5%;
    float: left;
    text-align: center;
    background: white;
    border-right: 0px solid gainsboro;
    border-top: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-bottom-right-radius:15px;
}
.MSK > .SMS > div:last-child{
    display: inline-block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
    position: absolute;
    bottom: 0;
    left:0;
}
.MSK > .SMS > div:first-child label{vertical-align: middle;}
.MSK > .SMS > div:first-child input{
    display: inline-block;
    width: 360px;
    margin-left: 20px;
    height: 60px;
    vertical-align: middle;
    font-size: 23px;
    border: 0px;
    border-bottom: 1px solid gainsboro;
    line-height: 60px;
}
.MSK > .SMS > div:first-child{
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 28px 15px;
    line-height: 28px;
    margin-top: 15px;
}
.MSK > .SMS{
    position: absolute;
    height: 220px;
    width: 520px;
    left: 50%;
    margin-left: -260px;
    top: 40%;
    margin-top: -80px;
    background: white;
    padding: 5px;
    font-size: 25px;
    color: #5d5d5d;
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.MSK{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.45);
    display:none;
}