@charset "utf-8";
body{
	zoom:1;
	} 	

ul,li {list-style:none;}

div.mianban
{
position:fixed;
left:0px;
bottom:0px;
z-index:100;
padding:5px;
border:0px solid #a9c9e2;
background:#FFFFFF;
width:100%;
}

div.yidong
{
float:left;
position:absolute;
left:0px;
top:0px;
z-index:80;
}

div.hideme
{
position:fixed;
left:0px;
bottom:0px;
display:none;
z-index:90;
padding:0px;
border:0px solid #FFFFFF;
background:#99ccff;
width:100%;
height:100%;
 LINE-HEIGHT: 25px; 
 OVERFLOW: auto;
}


div.yincang
{
display:none;
position:fixed;
left:0px;
bottom:0px;
z-index:90;
padding:0px;
border:0px solid #FFFFFF;
background:#99ccff;
width:100%;
height:100%;
 LINE-HEIGHT: 22px; 
 OVERFLOW: auto;
}

div.yincang2
{
display:none;
position:fixed;
left:0px;
top:36px;
z-index:90;
padding:0px;
border:0px solid #FFFFFF;
background:#99ccff;
width:100%;
height:100%;
 LINE-HEIGHT: 22px; 
 OVERFLOW: auto;
}

div.sousb
{
float:left;
padding:6px;
}

div.heng
{
width:100%;
left:0px;
border:0px solid #99ccFF;
background:#ffcc66;
padding:5px
	}
	
div.yuanjiao{
border: 1px solid #379082;
border-radius: 12px;
padding: 5px 5px;
margin:6px 3px;

}

/*checkbox 的样式表*/
[id^="checkbox-"] + label {
background-color: #FFF;
padding: 6px 2px;
border-radius: 8px;
display: inline-block;
position: relative;
margin-right: 1px;
background: #99AAFF;
width: 40px;
height: 8px;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}
[id^="checkbox-"] + label:before {
content: ' ';
position: absolute;
background: #FFF;
top: 0px;
z-index: 80;
left:0px;
width: 18px;
color: #FFF;
height: 20px;
border-radius: 8px;
box-shadow: 0 0 1px rgba(0,0,0,0.6);
}

[id^="checkbox-"] + label:after {
content: '\2718';
position: absolute;
left:26px;
top: 0px;
font-size: 1em;
color: #777;
padding: 0px;
top: 0px;
border-radius: 80px;
}
[id^="checkbox-"]:checked + label {
background: #F7836D;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}
[id^="checkbox-"]:checked + label:after {
content: '\2714';
left: 6px;
color: white;
}
[id^="checkbox-"]:checked + label:before {
content: ' ';
position: absolute;
z-index: 80;
left: 26px;
}
[id^="checkbox-"] + label:after {
left:22px; 
}


.buttonstyle {
border-radius:10px;
	
}