@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
	font-family: "Microsoft YaHei" !important;
	letter-spacing: 0;
}

body {
	position: relative;
	font-family: "Microsoft YaHei" !important;
	width: 100%;
	background: #F5F5F5;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input {
	border: none;
}

input[type="text"],select,option,textarea {
	outline: none;
	font-family: "Microsoft YaHei" !important;
	border: 0;
	-webkit-appearance: none;
}

input[type="button"],button,select {
	cursor: pointer;
	border: none;
	outline: none;
}

textarea {
	outline: none;
}

ul,li,h1,h2,h3,h4,h5,h6 {
	list-style-type: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
}

.rf {
	float: right;
}

.lf {
	float: left;
}

.blue {
	background: #3DA8F5;
}

.gray {
	background: #F5F5F5;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

.clearfix {
	clear: both;
}

.indent28 {
	text-indent: 28px;
}

input[type="text"] {
	height: 30px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	padding: 0 10px;
}

textarea {
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}

.col50 {
	width: 50%;
}

.col33 {
	width: 33%;
}

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

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #A6A6A6;
}

.switch-ck-wrap {
	color: #E5E5E5;
}

.switch-ck-wrap input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	position: relative;
	width: 50px;
	height: 25px;
	border: 1px solid #dfdfdf;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-webkit-transition: background-color .1s, border .1s;
	transition: background-color .1s, border .1s;
}

.switch-ck-wrap input:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 25px;
	border-radius: 15px;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1),
		-webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
}

.switch-ck-wrap input:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 22px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: -webkit-transform .35s
		cubic-bezier(.4, .4, .25, 1.35);
	transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35),
		-webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
}

.switch-ck-wrap input:checked {
	border-color: #3DA8F5;
	background-color: #3DA8F5;
}

.switch-ck-wrap input:checked:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.switch-ck-wrap input:checked:after {
	-webkit-transform: translateX(23px);
	transform: translateX(23px);
}

.calendar-apply-btn {
	background: #357EBD;
	color: #FFFFFF;
	border-radius: 5px;
}

.calendar-cancel-btn {
	background: #DDDDDD;
	color: #FFFFFF;
	border-radius: 5px;
}

.bgcover {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 900;
	filter: Alpha(opacity = 50);
	opacity: 0.5;
	display: none;
}

.loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	text-align: center;
	display: none;
}

.loading img {
	width: 100px;
	height: 100px;
	margin-top: 250px;
	opacity: 1;
	z-index: 1005;
}