/*resetStart*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0; font-weight: normal;}
body{font:62.5% "微软雅黑",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif; }
a{color:#ff4d00;text-decoration:none;outline:none}
a:hover{color:#ff4d00;text-decoration:none;outline:none}
em{font-style:normal}
li{list-style:none}
input,textarea,button{outline: none; }
input::-ms-clear{display:none;}
input[type=text],input[type=password],textarea{appearance: none; -webkit-appearance: none;resize: none;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}
a{outline:none}
.clear{clear: both;}
body{background: #f5f5f5}
/*resetEnd*/


.tips-orange{
	border: 1px dotted #f4daa3;
	background: #faf2e1;
	color:#666;
}

/*usual-use*/
.left{
	float: left;
	display: inline;
}
.right{
	float: right;
	display: inline;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.blank5{
	height: 5px;
	overflow: hidden;
}

.blank10{
	height: 10px;
	overflow: hidden;
}
.blank30{
	height: 30px;
	overflow: hidden;
}
.blank50{
	height: 50px;
	overflow: hidden;
}
.hidden{
	display: none;
}
.show{
	display: block;
}

/*margin*/
.mar-l20{
	margin-left: 20px;
}
.mar-r20{
	margin-right: 20px;
}
.mar-lr20{
	margin: 0 20px;
}
.mar-lr30{
	margin: 0 30px;
}
.mar-l50{
	margin-left: 50px;
}
.mar-l10{
	margin-left: 10px;
}
.mar-lr10{
	margin: 0 10px;
}
.mar-r10{
	margin-right:10px;
}
.mar-10{
	margin:10px;
}
/*padding*/
.pad-10{
	padding: 10px;
}
.pad-15{
	padding: 15px;
}
.pad-lr15{
	padding: 0 15px;
}
.pad-lr10{
	padding: 0 10px;
}
.pad-lr30{
	padding: 0 30px;
}
/*行高*/
.lh150{
	line-height: 150%;
}
.lh200{
	line-height: 200%;
}
.lh200{
	line-height: 200%;
}
/*字号*/
.fs-12x{
	font-size: 12px;
}
.fs-14x{
	font-size: 14px;
}
.fs-16x{
	font-size: 16px;
}
.fs-12{
	font-size: 1.2em
}
.fs-14{
	font-size: 1.4em
}
.fs-16{
	font-size: 1.6em
}
.fs-18{
	font-size: 1.8em
}
/*色值*/
.fc-red{
	color: #ff2727;
}
.fc-666{
	color: #666;
}
.fc-999{
	color: #888;
}
.fc-ccc{
	color: #ccc;
}
.fc-orange{
	color: #ff4d00;
}
.fc-green{
	color: #4db117;
}
.fc-blue{
	color: #2e9fe5;
}
.disabled{
	pointer-events: none;
}
.cursorPointer{
	cursor: pointer;
}

button.Btn-Orange{
	height: 32px;
	border:0px;
	padding: 0 25px;
	color: #fff;
	text-align: center;
	background: #ff4d00;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition:  all 0.3s;	/* Firefox 4 */
	-webkit-transition: all 0.3s;	/* Safari 和 Chrome */
	-o-transition: all 0.3s;	/* Opera */
}
button.Btn-Orange:hover{
	box-shadow: 0px 0px 10px #ccc;
	background: #f80;
}
button.Btn-Orange:active{
	color: #b33c00;
	text-shadow: 0px 1px 0px #ff753a;
	background: #dd4300;
	border: #c73c00;
}

.btnDisabled{
	pointer-events: none;
	background: #999!important;
	border:1px solid #999!important;
}