@charset "utf-8";
body {
    margin: 0;
    font: 12px Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
    background-color: #fff;
}

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


a {
    text-decoration: none;
    background-color: transparent;
    color: #333;
}

a:active,


button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

label {
    cursor: pointer;
}



input::-webkit-input-placeholder { /* WebKit browsers */
    color: #878e95;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: auto;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input{
    border:0;
    display: block;
    width:100%;
    outline:0;
}

textarea {
    overflow: auto;
    resize: none;
}

optgroup {
    font-weight: bold;
}



.float-l{
    float: left;
}

.float-r{
    float: right;
}

/* 清除浮动 */
.clear-float{/* zoom(IE转有属性)可解决ie6,ie7浮动问题 */
    zoom: 1;
}
.clear-float:after{
    display: block;
    clear: both;
    content: "";
    height: 0;
}
/* /清除浮动 */


.c-323{
    color: #323436;
}

.fz-12{
    font-size: 12px!important;
}


.text-center{
    text-align: center;
}


/* margin */
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}


.pointer{
    cursor: pointer;
}

/* 文本过长隐藏文字并显示省略号*/

