/* CSS Document */

*
{
	font: 14px 微软雅黑;
	font-style:normal;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

*, *:before, *:after
{

}


p,dl,table,td,th,dd,img,form,div,i,fieldset,h4
{
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	color:#333333;
}
a,input,button{ outline:none; }
::-moz-focus-inner{border:0px;}
ol, ul,li,em
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	background:transparent;
	font-style:normal;
	display:inline;
	color:#666666;
}
a
{
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:#ff6600;
	text-decoration:none;
}

a{
    blr:expression(this.onFocus=this.blur()); /* IE Opera */
    outline:none; /* FF Opera */
}
a:focus{ 
   -moz-outline-style: none; /* FF */
}

select option:hover
{
	background:#ff6600; 
	color:#fff; 
}

html
{
    font-size:100px;
}

body
{
	margin:0;	
	padding:0;
	border:0;
	text-align:center;
	color:#666666;
	font-size:0.2rem;
	width:%100;
	height:100%;
	background:#eeeeee;
}


input,textarea
{
	margin:0rem;
	padding:0rem;
	outline:none;
}

input[type=number]
{
	margin:0rem;
	padding:0rem;
	border:1px solid #e6e6e6;
	color:#666;
	-moz-appearance:textfield;
}

input[type=number]:focus
{
	border:1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}

input[type=number][readonly]
{
	cursor: pointer;
}


input[type=text]
{
	margin:0rem;
	padding:0rem;
	border:0.01rem solid #e6e6e6;
	color:#666;
}

input[type=text]:focus
{
	border:1px solid #00a0e9;
	box-shadow: inset 0 0.01rem 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type=text]:readonly
{
	cursor:pointer;
}

input[type=text][readonly]
{
	cursor: pointer;
}


input[type=password]
{
	margin:0rem;
	padding:0rem;
	border:1px solid #e6e6e6;
	color:#666;
}

input[type=password]:focus
{
	border:1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}


::-webkit-input-placeholder  /* WebKit browsers */
{
    color:#ccc;
}
::-moz-placeholder  /* Mozilla Firefox 4 to 18 */
{
    color:#ccc;
}
::-moz-placeholder  /* Mozilla Firefox 19+ */
{
    color:#ccc;
}
::-ms-input-placeholder  /* Internet Explorer 10+ */
{
    color:#ccc;
}

.bordercheckbox
{
	display:none;
}

.bordercheckbox:focus
{
	border:1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}

.bordercheckbox+label 
{
	float:left;
	width:0.4rem;
	height:0.4rem;
	background-color: #fff;
    border: 1px solid #f84984;
    border-radius:0.2rem;
    cursor: pointer;
}

.bordercheckbox+label i 
{
	float:left;
	width:0.24rem;
	height:0.24rem;
	margin-left:0.06rem;
	margin-top:0.06rem;
    border-radius:0.12rem;
	background-color:#fff;
}

.bordercheckbox:checked+label 
{
    border: 1px solid #f84984;
}

.bordercheckbox:checked+label i
{
	background-color: #f84984;
}

.bordercheckbox:disabled+label 
{
    border: 1px solid #ebebe4;
}

.bordercheckbox:disabled+label i
{
	background-color:#ffffff;
}

.bordercheckbox:checked:disabled+label i
{
	background-color:#ebebe4;
}


.bordercheckbox+label.switch 
{
	float:left;
	padding-left: 0rem;
	padding-right: 0rem;
	width: auto;
	height:0.24rem;
	line-height:0.24rem;
    cursor: pointer;
    font-size: 0.15rem;
	font-weight:bold;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius:0.12rem;
}

.bordercheckbox+label.switch i 
{
	float:left;
	width:0.18rem;
	height:0.18rem;
	margin-left:0.05rem;
	margin-top:0.02rem;
    border-radius:0.09rem;
	background-color:#d2d2d2;
	text-align: center;
}

.bordercheckbox+label.switch em
{
	float:left;
	padding-left: 0rem;
	padding-right: 0.1rem;
	width: auto;
	height:0.18rem;
	margin-left:0.01rem;
	margin-top:0.02rem;
}

.bordercheckbox+label.switch em.valuetrue
{
	display:none;
}

.bordercheckbox+label.switch em.valuefalse
{
	color:#666;
}

.bordercheckbox:checked+label.switch 
{
    border: 1px solid #f84984;
    background-color:#f84984;
}

.bordercheckbox:checked+label.switch em
{
	padding-left: 0.05rem;
	padding-right: 0rem;
}

.bordercheckbox:checked+label.switch i
{
	float: right;
	background-color: #fff;
	margin-left: 0.05rem;
	margin-right: 0.05rem;
}

.bordercheckbox:checked+label.switch em.valuetrue
{
	float: right;
	color:#fff;
	display: block;
}

.bordercheckbox:checked+label.switch em.valuefalse
{
	display: none;
}

.bordercheckbox:disabled+label.switch 
{
    border: 1px solid #ebebe4;
}

.bordercheckbox:disabled+label.switch i
{
	background-color:#ebebe4;
}


.borderradio
{
	display:none;
}

.borderradio:focus
{
	border:1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}

.borderradio + label 
{
	float:left;
	width:0.4rem;
	height:0.4rem;
	line-height:0.4rem;
    cursor: pointer;
	background-color:#fff;
    border: 1px solid #f84984;
    border-radius:0.2rem;
}

.borderradio+label i 
{
	float:left;
	width:0.24rem;
	height:0.24rem;
	margin-left:0.06rem;
	margin-top:0.06rem;
    border-radius:0.12rem;
	background-color:#ffffff;
}

.borderradio:checked+label 
{
    border: 1px solid #f84984;
}

.borderradio:checked+label i
{
	background-color:#f84984;
}


textarea
{
	border:0.01rem solid #e6e6e6;
}

textarea:focus
{
	border:0.01rem solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}


.pagescroll
{
	scrollBar-face-color:#1cc09f; 
	scrollBar-hightLight-color:#1cc09f;
	scrollBar-3dLight-color:#1cc09f;
	scrollBar-darkshadow-color:#1cc09f;
	scrollBar-shadow-color:#1cc09f; 
	scrollBar-arrow-color:#1cc09f;
	scrollBar-track-color:#f1f1f1;
	scrollBar-base-color:#f1f1f1;
	overflow-x:hidden;
	overflow-y:scroll;
	width:100%;
}

.pagescroll::-webkit-scrollbar 
{
	width:7px;
	height:7px;
}

.pagescroll::-webkit-scrollbar-thumb 
{
	background-color:#1cc09f;
	border-radius:3.5px;
}

.pagescroll::-webkit-scrollbar-track,
.pagescroll::-webkit-scrollbar-track-piece 
{
	background-color:#f1f1f1;
	border-radius:3.5px;
}

.pagescroll::-webkit-scrollbar-thumb:hover 
{
	background-color:#50ebcc;
}



.tablescroll thead
{
	overflow-y:scroll;
	display:block;
	width:100%;
}

.tablescroll thead::-webkit-scrollbar 
{
	width:0.07rem;
	height:0.07rem;
}

.tablescroll thead::-webkit-scrollbar-thumb 
{
	background-color:#009af3;
	border-radius:0.03rem;
}

.tablescroll thead::-webkit-scrollbar-track,
.tablescroll thead::-webkit-scrollbar-track-piece 
{
	background-color:#f1f1f1;
	border-radius:0.03rem;
}

.tablescroll thead::-webkit-scrollbar-thumb:hover 
{
	background-color:#007ac0;
}

.tablescroll thead tr
{
	table-layout:fixed;
	display:table;
	width:100%;
}


.tablescroll tbody
{
	overflow-y:scroll;
	width:100%;
	display:block;
	
	scrollBar-face-color:#009af3; 
	scrollBar-hightLight-color:#009af3;
	scrollBar-3dLight-color:#007ac0;
	scrollBar-darkshadow-color:#007ac0;
	scrollBar-shadow-color:#007ac0; 
	scrollBar-arrow-color:#009af3;
	scrollBar-track-color:#f1f1f1;
	scrollBar-base-color:#f1f1f1; 
}

.tablescroll tbody::-webkit-scrollbar 
{
	width:0.07rem;
	height:0.07rem;
}

.tablescroll tbody::-webkit-scrollbar-thumb 
{
	background-color:#009af3;
	border-radius:0.03rem;
}

.tablescroll tbody::-webkit-scrollbar-track,
.tablescroll tbody::-webkit-scrollbar-track-piece 
{
	background-color:#f1f1f1;
	border-radius:0.03rem;
}

.tablescroll tbody::-webkit-scrollbar-thumb:hover 
{
	background-color:#007ac0;
}

.tablescroll tbody tr
{
	table-layout:fixed;
	display:table;
	width:100%;
}

