﻿*{margin:0;padding:0;}
*{
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}

input {
     -webkit-user-select:auto; /*webkit浏览器*/
}

.phone_txt{
	width:100%;
	height:50px;
	line-height:70px;
	text-align:center;
	font-size:25px;
	color:#FFFF00;
}

.copyright_txt{
	position:fixed;
	bottom:0px;
	width:100%;
	height:20px;
	line-height:10px;
	text-align:center;
	padding:2%;
	font-size:12px;
	color:#000000;
	display:none;
}

.hide{display:none;}

.show{display:block;}

.logo{
	text-align:center;
}

.logo_img{
	width:119px;
	height:119px;
	margin-top:20px;
}
.card_logo_img{
	width:59px;
	height:59px;
	margin-top:10px;
}

.color_1{
	color:#C00000;
}

.color_2{
	color:#FFFF00;
}

.bg_color_1{
	background-color:#C00000;
}

.bg_color_2{
	background-color:#FFFF00;
}

.bg_color_3{
	background-color:#FFFFFF;
}

.washing_btn{
	width:70%;height:50px;line-height:50px;
	margin:19px auto;
	text-align:center;font-size:21px;
	border:1px solid #B1B1B1;border-radius:5px;background:#f2f2f2;
}

.washing_color{
	color:#C90503;
}

.washing_color2{
	color:#2DB380;
}

.washing_color3{color:#000000;}