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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body, html {
    height: 100%;
    min-width: 320px;
	min-height: 750px;
	box-sizing: border-box;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
}
html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}
.left{
	float:left;
}
.right{
	float:right;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
	color:#666;
	box-sizing: border-box;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
.iconfont.icon-sm {
    font-size: 20px!important;
}
.uppercase{
  text-transform: uppercase;
}
.wu-font{
  font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
}

ul li{
   list-style: none;
}
a{
   text-decoration: none;
}
a{
	color: inherit;
}
a:hover{
   cursor: pointer;
}
a:focus {
    outline: 0;
}
.half{
	width: 50%;
	box-sizing: border-box;
}
label{
	display: inline-block;
}
.form-label {
    color: #666;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-size: .9rem;
    line-height: 20px;
    margin-bottom: 0;
}
.form-input{
	display: block;
	width: 100%;
	padding: 8px 8px;
	font-size: .9rem;
	line-height: 1.5;
	color: #666;
	background-color: #f7f7f7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	box-shadow: none;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
	margin-bottom: 18px;
	margin-top: 6px;
	box-sizing: border-box;
	height: 40px;
}
.form-input:focus {
    background-color: #fff;
	border-color: #939393;
	outline: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 8px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
hr {
    border: 0;
    border-bottom: solid 1px rgba(0,0,0,.1);
    clear: both;
    height: 0;
    margin: 0;
	box-sizing: content-box;
}
.col3{
	width:33.33333%;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
}
.sprite {
    display: inline-block;
}

input[type=checkbox]:checked{
	background: #f50;
	border: 1px solid #f50;
	border-radius: 3px;
}

.wrong_msg{
	color: #f42424;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}
button:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0;
}

.dark-backdrop{
	background-color: #212121;
	bottom: 0;
	height: 100%;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}