﻿

/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.container,
.container-fluid {
	margin: 0  ;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
button{
	border: none ;
}
img{
	max-width: 100%;
}
.navbar-nav>li>a{
	margin: 0 !important;
	padding: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html{
	overflow: auto;
}
ul,
ol,
li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	display: block;
	border: none !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a:hover {
	text-decoration: none !important;
}
.nav-tabs>li>a{
	margin-right: 0 !important;
}
input,button,select,textarea,div,span,a,img{outline:none !important;resize: none;}
a,button{
    cursor: pointer;
}
.BMap_cpyCtrl {
    display:none;
}
.anchorBL{
    display:none;
}
select {
	border: solid 1px #000;
	/* appearance:none; */
	/* -moz-appearance:none;
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
	padding-right: 14px; */
	background-color: transparent;
}
select::-ms-expand { display: none; }
a{

	color: #DADADA;
	opacity: 0.9;
}
