* {
    margin: 0;
    padding: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}

.login-area {
    margin: 0 auto;
    width: 430px;
    height: 450px;
    margin-top: 50px;
}

.login-area .common {
    font-family: "微软雅黑";
    position: relative;

}

.login-area .input {
    top: 100px;
    height: 35px;
    width: 70%;
    padding: 5px 5px 5px 10px;
    margin: 0 10%;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    outline: none;
}
.input_on{
    border-color:#ff6a00!important;
}
.gray{
	background: #ebebeb;
}

.login-area .psw-height {
    top: 110px;
}

.login-area .login-btn {
    top: 170px;
    left: 60px;
    background: #3090e7;
    border: none;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 1em;
}

.login-area .title {
    font-family: "微软雅黑";
    color: #3090e7;
    position: relative;
    top: 70px;
    font-size: 1.4em;
    width: 100%;
    text-align: center;
}

.login-area .title span {
    border-bottom: 1px solid #3090e7;
    width: 40px;
    height: 0;
    display: inline-block;
    margin: 0 10px 5px;
}

#jianpan {
    position: fixed;
    background: #fafafa;
    border-radius: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    width: 100%;
    display: none;
	overflow:hidden;
	box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0px -3px 16px 8px rgba(0,0,0,.05);
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#jianpan .title {
    width: 100%;
    height: 64px;
	line-height: 64px;
    border-bottom: 1px solid #dcdddd;
    padding: 0;
    cursor: move;
	font-size:24px;
}
#jianpan .jianpan_hide{
    width: 98px;
    float: right;
	font-size:24px;
}

#xfjp {
    width: 100%;
	height: calc(100% - 44px);
}
#shift{
	font-size:0.8em;
}
.jianpan {
    color: #dcdddd;
}
.tbody2{
	display: none;
}
.jianpan td {
    color: #333333;
    width: 10%;
    text-align: center;
    font-size: 1em;
    border-bottom: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
	line-height: 88px;
}
.jianpan tr td:first-child {
    border-left: none;
}

.jianpan tr:last-child td {
    border-bottom: none;
}

.jianpan td:active {
    /*background: #efeff0;*/
    -moz-box-shadow:0px 0px 10px #AAAAAA inset;
    -webkit-box-shadow:0px 0px 10px #AAAAAA inset;
    box-shadow:0px 0px 10px #AAAAAA inset;
}
.jianpan td{
	font-size: 24px;
	color: #404040;
}
#shift{
	font-size: 24px;
}
#jptitle{
	font-size: 24px;
	color: #666;
	position: relative;
	left: 35px;
}
@media screen and (max-width: 1366px){
	.jianpan td{
		line-height: 72px;
	}
	#jianpan .title{
		height: 56px;
		line-height: 56px;
	}
}
@media screen and (max-width: 768px){
	#jianpan .jianpan_hide{
		width: 80px;
	}
	
}
@media screen and (max-width: 500px){
	.jianpan td {
		line-height: 46px;
	}
	.jianpan td{
		font-size: 17px;
	}
	#shift{
		font-size: 17px;
	}
	#jptitle{
		font-size: 17px;
		position: relative;
		left: 28px;
	}
	#jianpan .title{
		font-size: 17px;
		height: 44px;
		line-height: 44px;
	}
	#jianpan .jianpan_hide{
		font-size: 17px;
		width: 56px;
	}
}
@media screen and (max-width:361px){
	.cleartext{
		font-size: 12px!important;
	}
}
