/*通用样式*/
html,body,div,header,nav,head,span,object,iframe,section,aside,article,figure,h1,h2,h3,h4,img,ol,ul,dl,dd,dt,p {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}
body,html{font: 14px Arial,Helvetica,sans-serif;}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4{
    line-height: 24px;
    font-weight: normal;
    color: #222;
    text-rendering: optimizelegibility
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu,hgroup {display: block}
a{text-decoration:none;color: #222;}
ul,li{list-style:none;}
img{max-width: 100%;height:auto;border:none; vertical-align: middle;}
i,em,b{font-style:normal;}
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea {
    border: none;
    padding: 3px;
    width: 100%;
    min-width: 60px;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}
select{border: none;background:#fff;}
:-moz-placeholder {color: #D2D2D2;}
::-moz-placeholder {color: #D2D2D2;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #D2D2D2;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #D2D2D2;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl{float: left;}
.fr{float: right;}
.none{display: none;}
.block{display:block;}
.relative{position: relative;}
hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #ddd;
    margin: 18px 0;
}
a,
input,
textarea,
b,
button,
i,
span,
figure img,
img.avatar,
ul.children,
*:before,
*:after {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}


/* 复选框样式 */
.checkbox-btn{
	display: inline-block;
	width:20px;
	height: 20px;
}
.default-btn {
    background: url("/images/default-btn.png") no-repeat;
    background-size: 100% 100%
}

.default-btn-selected {
    background: url("/images/active-btn.png") no-repeat; 
    background-size: 100% 100%
}
